.header {
  left: calc((84vw - 100%) * 2 / -10);
  position: absolute;
  z-index: 99;
}

.header img {
  height: auto;
  min-width: 114px;
  width: calc(92px + 6vw);
}
@media screen and (min-width: 1024px) {
  .header img {
    min-width: auto;
    width: 168px;
  }
}

.tobira {
  height: 100vh;
}
.tobira main {
  min-height: calc(100vh - 14rem);
  padding: calc(71px + 6vw) 0 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tobira main {
    min-height: calc(100vh - 10rem);
  }
}
@media screen and (min-width: 1024px) {
  .tobira main {
    height: calc(100vh - 5rem);
    min-height: auto;
  }
}

.mainvisual.splide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.mainvisual .splide__track {
  height: 100%;
  width: 100%;
}
.mainvisual .splide__list {
  position: absolute;
  width: 100%;
}
.mainvisual .splide__list .splide__slide {
  height: 100%;
}
.mainvisual .splide__list .splide__slide img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.tsearch_ctr {
  background-color: rgba( 255, 255, 255, .8);
  border-radius: 18px;
  max-width: 600px;
  margin: 0 auto 8px;
  padding: 12px 16px 10px;
  position: sticky;
  top: calc(55% - min(70vw, 230px));
  width: 93vw;
}
@media screen and (min-width: 768px) {
  .tsearch_ctr {
    top: calc(50% - 130px);
  }
}
@media screen and (min-width: 1024px) {
  .tsearch_ctr {
    border-radius: 24px;
    left: 50%;
    padding: 20px 17px 17px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 383px;
  }
}
.tsearch_ctr .search_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .tsearch_ctr .search_cont {
    gap: 6px;
  }
}
.tsearch_ctr .search_cont form {
  width: 100%;
}
.tsearch_ctr .searchInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tsearch_ctr .searchInner .search_text {
  width: 100%;
}
.tsearch_ctr .searchInner .text_box {
  background-color: #fff;
  border-radius: 100vh 0 0 100vh;
  height: 26px;
  text-indent: 10px;
  vertical-align: baseline;
  width: 100%;
}
.tsearch_ctr .searchInner .btn_submit:focus-visible {
  outline: 4px solid #DD782C;
  outline-offset: 0;
}
.tsearch_ctr .searchInner .search_img {
  background: url(../images/tobira/searchbtn_mbl.png) no-repeat center/100% 26px;
  display: block;
  font-size: 0;
  height: 26px;
  position: relative;
  width: 63px;
}
@media screen and (min-width: 1024px) {
  .tsearch_ctr .searchInner .search_img {
    width: 72px;
  }
}
.tsearch_ctr .searchInner .search_img::before {
  background: url(../images/tobira/search_zoom.png) no-repeat center/cover;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
}
@media screen and (min-width: 1024px) {
  .tsearch_ctr .searchInner .search_img::before {
    height: 16px;
    width: 16px;
  }
}

.emergency_ctr {
  margin: 0 auto 8px;
  max-width: 600px;
  width: 93vw;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .emergency_ctr {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .emergency_ctr {
    max-width: 516px;
  }
}

.keyword_ctr {
  padding: 0 6px;
}
@media screen and (min-width: 1024px) {
  .keyword_ctr {
    padding: 0 10px;
  }
}
.keyword_ctr h3 {
  color: var(--fontcolor6);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 8px 0 3px;
}
@media screen and (min-width: 1024px) {
  .keyword_ctr h3 {
    margin: 5px 0 4px;
  }
}
.keyword_ctr .keyword_list {
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 3px;
}
@media screen and (min-width: 1024px) {
  .keyword_ctr .keyword_list {
    padding: 0 20px;
  }
}
.keyword_ctr .keyword_list::before {
  content: "";
  display: block;
  height: 0;
  min-width: 86px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 30%;
}
.keyword_ctr .keyword_list::after {
  content: "";
  display: block;
  height: 0;
  min-width: 86px;
  width: 30%;
}
.keyword_ctr .keyword_list .keyword {
  background-color: var(--bgcolor2);
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  list-style: none;
  min-width: 86px;
}
@media screen and (min-width: 1024px) {
  .keyword_ctr .keyword_list .keyword {
    border-radius: 8px;
  }
}
.keyword_ctr .keyword_list .keyword a {
  color: var(--fontcolor6);
  display: block;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  padding: 4px 0 3px;
}
@media screen and (min-width: 1024px) {
  .keyword_ctr .keyword_list .keyword a {
    font-weight: bold;
    padding: 5px 0;
  }
}

.closeBtn {
  background-color: var(--bgcolor2);
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 26px;
  position: relative;
  width: 26px;
}
@media screen and (min-width: 1024px) {
  .closeBtn {
    height: 28px;
    width: 28px;
  }
}
.closeBtn .close_solid {
  background: #909090;
  border-radius: 1px;
  display: block;
  height: 1px;
  left: 4px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 16px;
}
@media screen and (min-width: 1024px) {
  .closeBtn .close_solid {
    left: 5px;
  }
}
.closeBtn > span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .closeBtn > span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
            transform: translateY(13px) rotate(-45deg);
  }
}
.closeBtn > span:nth-of-type(2) {
  top: 20px;
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .closeBtn > span:nth-of-type(2) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}

.is-hidden {
  -webkit-animation: fadeout 1s;
          animation: fadeout 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.tmenu_ctr {
  position: sticky;
  top: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .tmenu_ctr {
    bottom: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .tmenu_ctr {
    bottom: 18px;
    position: absolute;
    right: 25px;
    top: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: auto;
  }
}
.tmenu_ctr .tmenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 230px;
  min-height: 170px;
}
@media screen and (min-width: 768px) {
  .tmenu_ctr .tmenu_list {
    height: 130px;
    min-height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .tmenu_ctr .tmenu_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 112px;
  }
}
.tmenu_ctr .tmenu_list .menu01, .tmenu_ctr .tmenu_list .menu03 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .tmenu_ctr .tmenu_list .menu01, .tmenu_ctr .tmenu_list .menu03 {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.tmenu_ctr .tmenu_list .menu02, .tmenu_ctr .tmenu_list .menu04 {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .tmenu_ctr .tmenu_list .menu02, .tmenu_ctr .tmenu_list .menu04 {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.tmenu_ctr .tmenu_list .t_menu {
  list-style: none;
  margin: 0 -18px;
}
@media screen and (min-width: 768px) {
  .tmenu_ctr .tmenu_list .t_menu {
    margin: 0 7px;
  }
}
@media screen and (min-width: 1024px) {
  .tmenu_ctr .tmenu_list .t_menu {
    margin: 0 4px;
  }
}
.tmenu_ctr .tmenu_list .t_menu a {
  display: block;
}
.tmenu_ctr .tmenu_list .t_menu img {
  height: auto;
  max-width: 140px;
  min-width: 100px;
  width: 31vw;
}
@media screen and (min-width: 1024px) {
  .tmenu_ctr .tmenu_list .t_menu img {
    width: 124px;
  }
}

.footer_ctr {
  background: #fff;
  border-top: 6px solid #00ae0c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 14rem;
  padding: 12px 18px 30px;
  position: sticky;
  top: 100vh;
}
@media screen and (min-width: 768px) {
  .footer_ctr {
    min-height: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer_ctr {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: auto;
    padding: 0 0 2px;
    position: absolute;
    top: auto;
    width: 100%;
  }
}
.footer_ctr .footer_area {
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .footer_ctr .footer_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .footer_ctr .footer_area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    max-width: none;
  }
}
.footer_ctr .footer_area h2 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .footer_ctr .footer_area h2 {
    font-size: 1.6rem;
    margin: 0 22px;
  }
}
.footer_ctr .footer_area .address {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 4px auto;
  padding: 0 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .footer_ctr .footer_area .address {
    font-size: 1.2rem;
    padding: 0;
  }
}
.footer_ctr .footer_area .address .f-postNumber {
  margin-right: 5px;
}
.footer_ctr .footer_area .address .f-posttext {
  display: inline-block;
}
.footer_ctr .f-copyRight {
  bottom: 10px;
  font-size: 1rem;
  left: 50%;
  margin-top: 4px;
  position: absolute;
  text-align: center;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer_ctr .f-copyRight {
    font-size: 1.2rem;
    margin: auto 22px 5px auto;
    position: static;
    -webkit-transform: translatex(0);
            transform: translatex(0);
    width: auto;
  }
}

.kinkyu_ctr {
  background-color: var(--bgcolor3);
  border: 5px solid #f5df23;
  border-radius: 24px;
  margin-bottom: 8px;
  width: 100%;
}
.kinkyu_ctr .kinkyu_area {
  padding: 10px 11px 7px;
}
.kinkyu_ctr .kinkyu_area h2 {
  border-bottom: 3px solid #f5df23;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .kinkyu_ctr .kinkyu_area h2 {
    font-size: 1.8rem;
    text-indent: 1px;
  }
}
.kinkyu_ctr .kinkyu_area p {
  line-height: 1.4;
}
.kinkyu_ctr .kinkyu_area .artlink_text {
  color: var(--fontcolor1);
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .kinkyu_ctr .kinkyu_area .artlink_text {
    display: block;
    padding: 0 2px;
  }
}
.kinkyu_ctr .kinkyu_area .artlink_text:hover {
  text-decoration: underline;
}
.kinkyu_ctr .kinkyu_area .k_date {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .kinkyu_ctr .kinkyu_area .k_date {
    margin-top: 7px;
  }
}
.kinkyu_ctr .kinkyu_area .k_text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .kinkyu_ctr .kinkyu_area .k_text {
    margin-bottom: 12px;
  }
}
.kinkyu_ctr .link_ctr {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}
.kinkyu_ctr .link_ctr .link_text {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hijyou_ctr {
  background-color: var(--bgcolor3);
  border: 5px solid #eb4040;
  border-radius: 24px;
  margin-bottom: 8px;
  width: 100%;
}
.hijyou_ctr .hijyou_area {
  padding: 10px 11px 7px;
}
.hijyou_ctr .hijyou_area h2 {
  border-bottom: 3px solid #eb4040;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .hijyou_ctr .hijyou_area h2 {
    font-size: 1.8rem;
    text-indent: 1px;
  }
}
.hijyou_ctr .hijyou_area p {
  line-height: 1.4;
}
.hijyou_ctr .hijyou_area .artlink_text {
  color: var(--fontcolor1);
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .hijyou_ctr .hijyou_area .artlink_text {
    display: block;
    padding: 0 2px;
  }
}
.hijyou_ctr .hijyou_area .artlink_text:hover {
  text-decoration: underline;
}
.hijyou_ctr .hijyou_area .h_date {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .hijyou_ctr .hijyou_area .h_date {
    margin-top: 7px;
  }
}
.hijyou_ctr .hijyou_area .h_text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .hijyou_ctr .hijyou_area .h_text {
    margin-bottom: 12px;
  }
}
.hijyou_ctr .link_ctr {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}
.hijyou_ctr .link_ctr .link_text {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=tobira.css.map */