@charset "UTF-8";
#navi-block02 {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1em;
  padding-bottom: 1em;
}
#navi-block02 .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#navi-block02 .flex .f-item {
  align-self: center;
}
#navi-block02 .flex .f-item a {
  padding-left: 20px;
  padding-right: 20px;
}
#navi-block02 .flex .f-item + .f-item {
  position: relative;
}
#navi-block02 .flex .f-item + .f-item::before {
  content: "";
  display: block;
  height: 2em;
  border-left: 1px solid #615035;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#navi-block02 .flex .f-item.f-item01 a img {
  max-width: 111px;
  width: 11.327vw;
}
#navi-block02 .flex .f-item.f-item02 a img {
  max-width: 197px;
  width: 20.102vw;
}
#navi-block02 .flex .f-item.f-item03 a img {
  max-width: 201px;
  width: 20.51vw;
}
#navi-block02 .flex .f-item.f-item04 a img {
  max-width: 155px;
  width: 15.816vw;
}
#navi-block02.fixed {
  opacity: 1;
}

.komagane_seasons {
  margin-top: 86px;
}
.komagane_seasons #sec_fv {
  background-color: #f7f3e7;
  padding-top: 60px;
  padding-bottom: 60px;
}
.komagane_seasons #sec_fv .ttl {
  max-width: 291px;
  width: 29.694%;
  margin: 0 auto 20px;
}
.komagane_seasons #sec_fv .txt {
  font-size: 18px;
  text-align: center;
}
.komagane_seasons #sec_season {
  background-color: #f7f3e7;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.komagane_seasons #sec_season .flex {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.komagane_seasons #sec_season .flex .f-item {
  max-width: 246px;
  width: 25.102%;
}
.komagane_seasons .sec_seasons {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.komagane_seasons .sec_seasons .area {
  background-color: #f7f3e7;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 30px 30px;
}
.komagane_seasons .sec_seasons .ttl {
  position: relative;
  font-size: 28px;
  margin-left: 2.5em;
  margin-bottom: 25px;
}
.komagane_seasons .sec_seasons .ttl .ttl_txt {
  position: relative;
  border-bottom: 1px dotted #615035;
  margin-right: 0.5em;
  padding-bottom: 0.2em;
}
.komagane_seasons .sec_seasons .ttl_flex {
  display: flex;
  align-items: baseline;
}
.komagane_seasons .sec_seasons .ttl_flex .icn_map {
  display: inline-block;
}
.komagane_seasons .sec_seasons .ttl_txt::before {
  content: "";
  background-image: url(../img/icon.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 56px;
  width: 56px;
  position: absolute;
  top: -0.4em;
  left: -2.5em;
}
.komagane_seasons .sec_seasons .flex {
  max-width: 920px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 0.761% 0.761%;
}
.komagane_seasons .sec_seasons .flex .f-item {
  max-width: 178px;
  width: 19.348%;
  border: 4px solid #fff;
}
.komagane_seasons input[name=tab_name] {
  display: none;
}
.komagane_seasons .tab_trigger {
  cursor: pointer;
}
.komagane_seasons .sec_seasons {
  display: none;
}
.komagane_seasons #tab01:checked ~ #sec_spring,
.komagane_seasons #tab02:checked ~ #sec_summer,
.komagane_seasons #tab03:checked ~ #sec_autumn,
.komagane_seasons #tab04:checked ~ #sec_winter {
  display: block;
  animation: fade 0.5s ease;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 820px) {
  .modaal-gallery-label {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #header-block {
    display: block;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .komagane_seasons {
    margin-top: 9%;
  }
  .komagane_seasons #sec_fv {
    padding-top: 5.333vw;
    padding-bottom: 5.333%;
  }
  .komagane_seasons #sec_fv .ttl {
    max-width: none;
    width: 30.933vw;
    margin-bottom: 2.667%;
  }
  .komagane_seasons #sec_fv .txt {
    font-size: 2.4vw;
  }
  .komagane_seasons #sec_season {
    margin-bottom: 5.333%;
    padding-bottom: 2.667%;
  }
  .komagane_seasons #sec_season .flex {
    max-width: none;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
  }
  .komagane_seasons #sec_season .flex .f-item {
    max-width: none;
    width: 20.8vw;
  }
  .komagane_seasons .sec_seasons {
    max-width: none;
    width: 92vw;
  }
  .komagane_seasons .sec_seasons .area {
    margin-bottom: 4vw;
    padding: 4vw 2.267vw 3.333vw;
  }
  .komagane_seasons .sec_seasons .ttl {
    font-size: 3.733vw;
    text-align: center;
    margin-bottom: auto;
  }
  .komagane_seasons .sec_seasons .ttl_flex {
    display: block;
  }
  .komagane_seasons .sec_seasons .ttl_flex .icn_map {
    display: block;
    width: 16vw;
    margin: 0 auto 4vw;
  }
  .komagane_seasons .sec_seasons .ttl_txt::before {
    height: 7.467vw;
    width: 7.467vw;
  }
  .komagane_seasons .sec_seasons .flex {
    max-width: none;
  }
  .komagane_seasons .sec_seasons .flex .f-item {
    max-width: none;
    width: 21.3vw;
  }
  .komagane_seasons .sec_seasons.sec_spring .ttl {
    margin-bottom: 4vw;
  }
}
/* ---------------------------- */
/* --- Base --- */
/* ---------------------------- */
.komagane_seasons {
  /* モーダル */
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
  /* 閉じるボタン */
  /* 閉じるボタンのX */
}
.komagane_seasons .swiperModalButton {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.komagane_seasons .modalOpen {
  cursor: pointer;
}
.komagane_seasons .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(148, 186, 66, 0.9);
}
.komagane_seasons .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.komagane_seasons .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.komagane_seasons .modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
.komagane_seasons .modal_inner {
  position: relative;
  filter: drop-shadow(0px 0px 4px #ddd);
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 20px 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
}
.komagane_seasons .modal__close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}
.komagane_seasons .modal__close-btn:hover {
  opacity: 0.8;
}
.komagane_seasons .lineClose::before {
  content: "";
  background-image: url(../img/btn_close.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.komagane_seasons p.swiperText {
  margin: 0;
  text-align: center;
}
.komagane_seasons .swiper-button-prev:after,
.komagane_seasons .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../img/btn_preb.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 82px;
  height: 82px;
}
.komagane_seasons .swiper-button-next:after,
.komagane_seasons .swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../img/btn_next.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 82px;
  height: 82px;
}
.komagane_seasons .swiperCaption {
  color: #615035;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top: 2px dotted #615035;
  border-bottom: 2px dotted #615035;
  padding: 0.2em 0 0.2em;
  margin-top: 1em;
  margin: 1em 2em auto;
}
.komagane_seasons .mapLink {
  color: #615035;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 0.5em;
}
.komagane_seasons .mapLink::before {
  content: "";
  background-image: url(../img/icon_spot.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  width: 16px;
  height: 23px;
  margin-left: -1.3em;
}
.komagane_seasons .swiperCaption_new {
  display: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  padding: 0.2em 0 0.2em;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -60px;
  right: 0;
  margin: 0 auto;
  width: 86%;
}
.komagane_seasons .mapLink_new {
  display: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 0.5em;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -100px;
  right: 0;
  margin: 0 auto;
}
.komagane_seasons .mapLink_new::before {
  content: "";
  background-image: url(../img/icon_spot.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  width: 16px;
  height: 23px;
  margin-left: -1.3em;
}
.komagane_seasons .swiper-pagination-bullet-active {
  background-color: #fff45c !important;
}
.komagane_seasons .swiperImg.youtube img {
  width: 100%;
}
.komagane_seasons .swiperImg.youtube a:hover {
  opacity: 0.7;
}
.komagane_seasons .swiperImg.youtube.noLink {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.komagane_seasons .swiper-pagination-fraction,
.komagane_seasons .swiper-pagination-custom,
.komagane_seasons .swiper-horizontal > .swiper-pagination-bullets,
.komagane_seasons .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -10px;
}

@media screen and (max-width: 767px) {
  .komagane_seasons {
    /* モーダル */
    /* モーダルがactiveの時 */
    /* モーダル背景のオーバーレイ部分 */
    /* モーダルのコンテンツ */
    /* 閉じるボタン */
    /* 閉じるボタンのX */
  }
  .komagane_seasons .modalOpen {
    cursor: pointer;
  }
  .komagane_seasons .modal {
    padding: 0;
  }
  .komagane_seasons .modal__content {
    max-width: none;
  }
  .komagane_seasons .modal_inner {
    width: 100%;
  }
  .komagane_seasons .modal__close-btn {
    right: 2%;
    top: 0;
  }
  .komagane_seasons .lineClose::before {
    content: "";
    background-image: url(../img/btn_close.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 10vw;
    height: 10vw;
  }
  .komagane_seasons .swiper-button-prev:after,
  .komagane_seasons .swiper-rtl .swiper-button-next:after {
    background-size: contain;
    width: 10vw;
    height: 10vw;
    top: 10%;
  }
  .komagane_seasons .swiper-button-next:after,
  .komagane_seasons .swiper-rtl .swiper-button-prev:after {
    background-size: contain;
    width: 10vw;
    height: 10vw;
  }
  .komagane_seasons .swiperImg {
    border-radius: 10px;
    margin-bottom: 0;
  }
  .komagane_seasons .swiperCaption {
    font-size: 2.4vw;
    border-top: 1px dotted #615035;
    border-bottom: 1px dotted #615035;
    padding: 0.2em 0 0.2em;
  }
  .komagane_seasons .mapLink {
    font-size: 2.4vw;
  }
  .komagane_seasons .mapLink::before {
    background-size: cover;
    width: 3vw;
    height: 100%;
    margin-left: -2.3em;
  }
  .komagane_seasons .mapLink_new::before {
    content: "";
  }
  .komagane_seasons .swiperImg.youtube.noLink {
    font-size: 3.5vw;
  }
  .komagane_seasons .swiper-button-prev,
  .komagane_seasons .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0);
  }
  .komagane_seasons .swiper-button-next,
  .komagane_seasons .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0);
  }
  .komagane_seasons .swiper-pagination-fraction,
  .komagane_seasons .swiper-pagination-custom,
  .komagane_seasons .swiper-horizontal > .swiper-pagination-bullets,
  .komagane_seasons .swiper-pagination-bullets.swiper-pagination-horizontal {
    /* bottom: var(--swiper-pagination-bottom, 8px); */
    bottom: -10px;
  }
  .komagane_seasons .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.4em));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.4em));
  }
  .komagane_seasons .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .komagane_seasons .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.2em);
  }
}/*# sourceMappingURL=style.css.map */