@charset "UTF-8";

/*=============================================
 * HOME
*=============================================*/
#mv {
   position: relative;
}

#mv:after {
   content: '';
   width: 100%;
   height: 100%;
   background: url("../img/index/mv-deco.webp") no-repeat center top/100% auto;
   position: absolute;
   top: 0;
   left: 0;
}

#mv h2 {
   font-family: "Sawarabi Mincho", serif;
   font-weight: 400;
   font-style: normal;
   font-size: 42px;
   line-height: 54px;
   position: absolute;
   bottom: 18.5%;
   left: 0;
}

#mv h2 .item {
   display: inline-block;
   background-color: rgba(255, 255, 255, 0.94);
   padding: 12px 20px 8px 80px;
}

#mv h2 .item:not(:last-child) {
   margin-bottom: 24px;
}

#mv .swiper {
   z-index: 0;
}

.btn-scroll {
   cursor: pointer;
   padding-bottom: 305px;
   transition: all 0.3s;
   font-weight: 400;
   font-size: 12px;
   line-height: 14px;
   color: #C7C7C7;
   position: relative;
   margin: 0 auto;
   padding-bottom: 70px;
}

.btn-scroll .txt-vertical {
   width: 12px;
   height: 65px;
   cursor: inherit;
}

.btn-scroll .txt-latin {
   cursor: inherit;
}

.btn-scroll .border {
   width: 1px;
   height: 62px;
   background-color: #C7C7C7;
   position: absolute;
   bottom: 0;
   left: 40%;
}

.btn-scroll .border:before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: #000;
   position: absolute;
   top: 0;
   left: 0;
   animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.btn-scroll:hover {
   opacity: 0.7;
}

@keyframes sdl01 {
   0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
   }

   50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
   }

   50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
   }

   100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
   }
}

@media screen and (max-width: 1023px) {
   #mv .swiper-slide {
      height: 80vw;
   }

   #mv h2 {
      font-size: 32px;
      bottom: 16%;
   }

   #mv h2 .item {
      padding-left: 40px;
   }

   #mv h2 .item:not(:last-child) {
      margin-bottom: 10px;
   }
}

@media screen and (max-width: 767px) {
   #mv h2 {
      font-size: 20px;
      line-height: 32px;
      margin-top: -5vw;
      position: relative;
      bottom: auto;
      left: auto;
   }

   #mv h2 .item {
      padding: 8px 10px 6px 20px;
   }

   .btn-scroll {
      padding-bottom: 60px;
   }
}

/* -- --*/
#top__conept {
   padding: 14px 0 30px;
   overflow: hidden;
   position: relative;
}

#top__conept .photos {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 2160px;
   position: absolute;
   top: 132px;
   left: 50%;
   transform: translateX(-50%);
}

#top__conept .photos figure {
   width: 580px;
}

#top__conept .wrap {
   max-width: 720px;
}

#top__conept .txt {
   line-height: 70px;
   padding-top: 40px;
   position: relative;
}

#top__conept .photo {
   max-width: 613px;
   margin: 0 auto;
   padding-top: 50px;
}

@media screen and (max-width: 1023px) {
   #top__conept .photos {
      gap: 20px;
      width: 100%;
      position: static;
      transform: translateX(0);
   }
}

@media screen and (max-width: 767px) {
   #top__conept {
      padding: 50px 0;
   }

   #top__conept .photos {
      padding-top: 30px;
   }

   #top__conept .photos figure {
      width: 50%;
   }

   #top__conept .txt {
      line-height: 32px;
      padding-top: 20px;
   }

   #top__conept .photo {
      padding-top: 30px;
   }
}

/* -- --*/
#top__charm {
   position: relative;
   padding: 34% 0 0;
}

#top__charm:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/index/charm-bg.webp") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1;
}

#top__charm .photo-full {
   position: absolute;
   top: 0;
   left: 0;
}

#top__charm .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 90px;
   padding-top: 20px;
}

#top__charm .box .col:nth-child(1) {
   padding-top: 100px;
}

#top__charm .box .col:nth-child(3) {
   padding-top: 50px;
}

#top__charm .box h3 {
   padding-top: 10px;
}

#top__charm .box .txt {
   font-weight: 500;
   padding-top: 20px;
}

#top__charm .box .button {
   padding-top: 30px;
}

@media screen and (max-width: 1440px) {
   #top__charm .box {
      gap: 40px;
   }
}

@media screen and (max-width: 1023px) {
   #top__charm {
      padding: 20% 0 50px;
   }

   #top__charm .box {
      grid-template-columns: 440px;
      justify-content: center;
   }

   #top__charm .box .col:nth-child(1) {
      padding-top: 0;
   }

   #top__charm .box .col:nth-child(3) {
      padding-top: 0;
   }
}

@media screen and (max-width: 767px) {
   #top__charm .box {
      grid-template-columns: 1fr;
   }
}

/* -- --*/
#top__facility {
   background-color: #DFECD4;
   position: relative;
   padding: 120px 0 0;
}

#top__facility .wrap {
   max-width: 100%;
   padding: 0 50px;
}

#top__facility .deco {
   display: flex;
   justify-content: space-between;
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
}

#top__facility .deco figure {
   width: 300px;
}

#top__facility h2 {
   position: relative;
   z-index: 1;
}

#top__facility .box {
   position: relative;
}

#top__facility .box h3 {
   padding-top: 30px;
}

#top__facility .box .txt {
   max-width: 800px;
   margin: 0 auto;
   padding-top: 30px;
   line-height: 40px;
   position: relative;
}

#top__facility .swiper {
   padding-top: 40px;
}

#top__facility .swiper-slide {
   background-color: #fff;
   border-radius: 30px;
   overflow: hidden;
}

#top__facility .swiper-slide .text {
   font-size: 16px;
   line-height: 24px;
   padding: 15px 30px 24px;
}

#top__facility .swiper-slide h3 {
   text-align: center;
}

#top__facility .swiper-slide .txt {
   padding-top: 10px;
}

#top__facility .swiper-slide .txt-info {
   font-weight: 700;
   padding-top: 15px;
}

#top__facility .swiper-slide .txt-info li {
   display: grid;
   grid-template-columns: 42px 1fr;
}

#top__facility .swiper-controls {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 15px;
   padding-top: 30px;
}

#top__facility .button {
   padding-top: 30px;
}

@media screen and (max-width: 1600px) {
   #top__facility .deco figure {
      width: calc(50% - 450px);
   }
}

@media screen and (max-width: 1200px) {
   #top__facility .deco {
      top: 0;
      bottom: auto;
   }

   #top__facility .deco figure {
      width: calc(50% - 250px);
   }
}

@media screen and (max-width: 1023px) {
   #top__facility {
      padding-bottom: 50px;
   }

   #top__facility .deco {
      top: -50px;
   }

   #top__facility .deco figure {
      width: 200px;
   }
}

@media screen and (max-width: 767px) {
   #top__facility {
      padding: 50px 0;
   }

   #top__facility .wrap {
      padding: 0 20px;
   }

   #top__facility .box .deco {
      position: static;
   }

   #top__facility .box .deco figure {
      width: 40%;
   }

   #top__facility .box h2 {
      padding-top: 20px;
   }

   #top__facility .box h3 {
      padding-top: 20px;
   }

   #top__facility .box .txt {
      line-height: 30px;
      padding-top: 20px;
   }
}

/* -- --*/
#top__enjoy {
   background: url("../img/index/facility-bg.webp") no-repeat center top/100% auto;
   padding: 225px 30px 0;
}

#top__enjoy .wrap {
   display: flex;
   justify-content: space-between;
   gap: 42px;
   max-width: 1500px;
}

#top__enjoy h2 {
   text-align: left;
}

#top__enjoy .col-l {
   width: 40%;
}

#top__enjoy .col-l h3 {
   padding-top: 30px;
}

#top__enjoy .col-l .txt {
   line-height: 40px;
   padding-top: 30px;
}

#top__enjoy .col-l figure {
   width: 414px;
   padding-top: 60px;
}

#top__enjoy .scroll {
   border-left: 1px solid #333;
   width: 26px;
   height: 115px;
   padding-top: 5px;
   position: absolute;
   top: 0;
   left: 0;
   line-height: 26px;
}

#top__enjoy .col-r {
   width: 50%;
   line-height: 36px;
   padding-left: 42px;
   position: relative;
}

#top__enjoy .col-r .in {
   height: 800px;
   overflow: hidden auto;
   padding-bottom: 15%;
}

#top__enjoy .col-r .in::-webkit-scrollbar {
   width: 0;
}

#top__enjoy .col-r .item {
   display: grid;
   grid-template-columns: 380px 320px;
   gap: 50px;
}

#top__enjoy .col-r .item+.item {
   padding-top: 70px;
}

#top__enjoy .col-r figure img {
   border-radius: 30px;
}

#top__enjoy .col-r .text {
   padding: 30px 0;
}

#top__enjoy .col-r .time {
   background: url("../img/common/icon-time.png") no-repeat center left/22px auto;
   padding-left: 27px;
   font-family: "Montserrat", sans-serif;
   font-weight: 600;
}

#top__enjoy .col-r h4,
#top__enjoy .col-r .txt {
   padding-top: 15px;
}

#top__enjoy .col-r .button {
   padding-top: 50px;
}

@media screen and (max-width: 1500px) {
   #top__enjoy .col-r .item {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
   }
}

@media screen and (max-width: 1023px) {
   #top__enjoy .wrap {
      flex-direction: column;
   }

   #top__enjoy .col-l {
      width: 100%;
   }

   #top__enjoy .col-r {
      width: 100%;
      padding-bottom: 50px;
      box-sizing: border-box;
   }

   #top__enjoy .col-r .in {
      padding-bottom: 0;
   }
}

@media screen and (max-width: 767px) {
   #top__enjoy {
      padding: 100px 0 50px;
   }

   #top__enjoy h2 {
      text-align: center;
   }

   #top__enjoy .col-l h3 {
      padding-top: 20px;
   }

   #top__enjoy .col-l .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #top__enjoy .col-l figure {
      width: 100%;
      padding-top: 10px;
   }

   #top__enjoy .col-r .item {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   #top__enjoy .col-r .text {
      padding: 0;
   }
}

/* -- --*/
#top__news {
   background-color: #fff;
   position: relative;
   margin-top: 2.5%;
   padding: 20px 0 35px;
}

#top__news:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/index/news-bg.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#top__news .box {
   max-width: 1000px;
   margin: 0 auto;
   padding-top: 30px;
}

#top__news .box .item {
   display: grid;
   grid-template-columns: 180px 1fr;
   align-items: center;
   gap: 30px;
   border-bottom: 1px solid #C7CEC1;
   padding: 0 20px 20px;
}

#top__news .box .item+.item {
   padding-top: 20px;
}

#top__news .box figure a {
   display: block;
   padding-top: 120px;
   border: 1px solid #C7CEC1;
   position: relative;
}

#top__news .box figure a img {
   position: absolute;
   top: 0;
   left: 0;
}

#top__news .box .text a {
   display: flex;
   flex-wrap: wrap;
   gap: 8px 5px;
   position: relative;
   padding-right: 50px;
}

#top__news .box .text a:after {
   content: '';
   width: 28px;
   height: 28px;
   background: url("../img/common/icon-arrow-circle-right-gr.png") no-repeat center top/cover;
   position: absolute;
   top: calc(50% - 14px);
   right: 0;
   transition: all 0.3s;
}

#top__news .box .text a:hover:after {
   transform: translateX(5px);
}

#top__news .box time {
   width: 90px;
   color: #D2711D;
   font-weight: 700;
   font-size: 16px;
}

#top__news .box .cat {
   min-width: 70px;
   background-color: #08A0A5;
   color: #fff;
   font-size: 14px;
   text-align: center;
   border-radius: 2px;
   padding: 0 10px;
}

#top__news .box .ttl {
   width: 100%;
   font-weight: 700;
}

#top__news .box .ttl span {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
}

#top__news .button {
   padding-top: 30px;
}

@media screen and (max-width: 1023px) {
   #top__news {
      margin-top: 8.3%;
   }
}

@media screen and (max-width: 767px) {
   #top__news .box {
      padding-top: 30px;
   }

   #top__news .box .item {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   #top__news .box figure a {
      padding-top: 66.66%;
   }

   #top__news .box .text a {
      padding-right: 30px;
   }
}

/* -- --*/
#top__instagram {
   padding-bottom: 80px;
}

#top__instagram .photo-full {
   padding-bottom: 65px;
   position: relative;
}

#top__instagram .photo-full:before {
   content: '';
   width: 100%;
   height: 20%;
   background-color: #fff;
   position: absolute;
   top: 0;
   left: 0;
}

#top__instagram h2 {
   max-width: 250px;
   margin: 0 auto;
   padding-bottom: 10px;
}

#top__instagram .feed {
   background-color: #fff;
   border-radius: 20px;
   padding: 30px 50px 40px;
}

@media screen and (max-width: 767px) {
   #top__instagram .photo-full {
      padding-bottom: 30px;
   }

   #top__instagram h2 {
      max-width: 125px;
   }

   #top__instagram .feed {
      padding: 20px 20px;
   }
}

@media screen and (min-width: 1441px) {
   #top__instagram .wrap {
      max-width: 1300px;
   }
}

/* -- --*/
#top__virtuak-tour {
   padding-bottom: 60px;
}

#top__virtuak-tour .box {
   display: grid;
   grid-template-columns: 1fr 500px;
   align-items: flex-start;
   gap: 60px;
   padding-top: 30px;
}

#top__virtuak-tour .box figure {
   border-radius: 30px;
   border: 15px solid #fff;
   overflow: hidden;
}

#top__virtuak-tour .box .col {
   padding: 60px 0;
}

#top__virtuak-tour .box h3 {
   border-bottom: 1px solid;
   padding-bottom: 15px;
}

#top__virtuak-tour .box .txt {
   line-height: 40px;
   padding-top: 15px;
}

#top__virtuak-tour .box .button {
   padding-top: 30px;
}

@media screen and (max-width: 1440px) {
   #top__virtuak-tour .box {
      align-items: center;
   }

   #top__virtuak-tour .box .col {
      padding: 0;
   }
}

@media screen and (max-width: 1023px) {
   #top__virtuak-tour .box {
      grid-template-columns: 1fr;
   }
}

@media screen and (max-width: 767px) {
   #top__virtuak-tour .box {
      gap: 30px;
   }

   #top__virtuak-tour .box .txt {
      line-height: 30px;
   }
}

/*=============================================
 * ときわについて
*=============================================*/
#message .wrap {
   display: flex;
   align-items: center;
   gap: 70px;
   padding-bottom: 80px;
}

#message .col {
   width: calc(50% - 70px);
}

#message .col h3,
#message .col p {
   padding-top: 30px;
}

#message h2 {
   font-weight: 700;
   letter-spacing: 0.05em;
}

#message h2:after {
   content: '';
   width: 60px;
   height: 0;
   border-bottom: 3px solid #D2711D;
   display: block;
   margin-top: 10px;
}

#message h2 .sub {
   display: block;
   font-weight: 400;
   font-size: 38px;
   letter-spacing: 0.1em;
   line-height: 50px;
   padding-top: 6px;
}

#message .txt {
   font-weight: 700;
   line-height: 36px;
}

#message .wrap figure {
   width: 50%;
}

@media screen and (max-width: 1023px) {
   #message .wrap {
      flex-direction: column;
      align-items: center;
   }

   #message .wrap figure {
      width: 70%;
   }

   #message .col {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #message .wrap {
      gap: 30px;
   }

   #message .wrap figure {
      width: 100%;
   }

   #message .col h3,
   #message .col p {
      padding-top: 20px;
   }

   #message .txt {
      line-height: 30px;
   }
}

/* -- --*/
#promise {
   position: relative;
   padding: 85px 0 45px;
}

#promise:before {
   content: '';
   width: 100%;
   background-color: #fff;
   position: absolute;
   top: -5%;
   bottom: 0;
   left: 0;
   z-index: -1;
}

#promise .wrap {
   max-width: 100%;
}

#promise .box {
   display: flex;
   align-items: center;
   gap: 110px;
   padding-top: 30px;
}

#promise .box+.box {
   padding-top: 60px;
}

#promise .box figure {
   width: calc(50% + 40px);
}

#promise .box .col {
   width: 600px;
}

#promise .box .no {
   font-weight: 400;
   font-size: 38px;
   line-height: 50px;
}

#promise .box .no strong {
   font-weight: inherit;
   font-size: 58px;
   padding-left: 8px;
}

#promise .box h3,
#promise .box .txt {
   padding-top: 30px;
}

#promise .box .txt {
   line-height: 40px;
}

#promise .box:not(.img-r) figure img {
   border-radius: 0 100px 100px 0;
}

#promise .box.img-r {
   flex-direction: row-reverse;
}

#promise .box.img-r figure img {
   border-radius: 100px 0 0 100px;
}

@media screen and (max-width: 1600px) {
   #promise .box {
      gap: 50px;
   }

   #promise .box .col {
      width: calc(50% - 120px);
   }
}

@media screen and (max-width: 1023px) {
   #promise .box {
      flex-direction: column;
   }

   #promise .box figure {
      width: 100%;
   }

   #promise .box .col {
      width: 100%;
      max-width: 600px;
   }

   #promise .box.img-r {
      flex-direction: column;
   }
}

@media screen and (max-width: 767px) {
   #promise {
      padding: 50px 0;
   }

   #promise .box {
      gap: 30px;
   }

   #promise .box figure {
      width: calc(100% + 20px);
   }

   #promise .box .no {
      font-size: 30px;
      line-height: 40px;
   }

   #promise .box .no strong {
      font-size: 40px;
   }

   #promise .box h3 {
      padding-top: 20px;
   }

   #promise .box .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #promise .box:not(.img-r) figure {
      margin-left: -20px;
   }

   #promise .box:not(.img-r) figure img {
      border-radius: 0 50px 50px 0;
   }

   #promise .box.img-r figure {
      margin-right: -20px;
   }

   #promise .box.img-r figure img {
      border-radius: 50px 0 0 50px;
   }
}

/* -- --*/
#seasons {
   background: url("../img/common/bg-wh-2.webp") no-repeat center top/100% auto;
   padding: calc(8.3% + 45px) 0 85px;
}

#seasons .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 80px 100px;
   padding-top: 30px;
}

#seasons .box figure {
   overflow: hidden;
   border-radius: 100px 100px 100px 0;
   border: 15px solid #fff;
   position: relative;
}

#seasons .box figure figcaption {
   background-color: #fff;
   border-top-right-radius: 20px;
   padding: 8px 30px;
   position: absolute;
   bottom: -15px;
   left: -15px;
}

#seasons .box h3 {
   padding-top: 15px;
}

@media screen and (max-width: 1200px) {
   #seasons .box {
      gap: 80px 50px;
   }
}

@media screen and (max-width: 1023px) {
   #seasons .box {
      grid-template-columns: 1fr;
   }
}

@media screen and (max-width: 767px) {
   #seasons {
      padding-bottom: 50px;
   }

   #seasons .box {
      gap: 40px;
   }

   #seasons .box figure {
      border-width: 8px;
      border-radius: 50px 50px 50px 0;
   }

   #seasons .box figure figcaption {
      bottom: -8px;
      left: -8px;
   }

   #seasons .box h3 {
      font-size: 17px;
   }
}

/* -- --*/
#voice {
   background-color: #fff;
   margin-top: 8.3%;
   padding-top: 25px;
   position: relative;
}

#voice:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/index/news-bg.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#voice .swiper {
   padding-top: 30px;
   padding-bottom: 20px;
}

#voice .swiper-slide {
   width: 330px;
   background-color: #fff;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   box-sizing: border-box;
   margin: 0 25px;
   padding: 30px 20px;
   border-radius: 10px;
}

#voice .swiper-slide .info {
   font-weight: 700;
   font-size: 16px;
   padding-bottom: 5px;
}

#voice .swiper-slide h3 {
   padding-bottom: 10px;
   border-bottom: 1px solid #CCCCCC;
}

#voice .swiper-slide .txt {
   font-weight: 700;
   line-height: 32px;
   padding-top: 10px;
}

#voice .photo-full {
   padding-top: 20px;
}

@media screen and (max-width: 767px) {
   #voice .swiper-slide {
      width: 80%;
      margin: 0 10px;
   }

   #voice .swiper-slide .txt {
      line-height: 26px;
   }
}

/* -- --*/
#message-1 {
   padding: 100px 0 70px;
}

#message-1 h3 {
   padding-top: 30px;
}

#message-1 .txt {
   line-height: 44px;
   padding-top: 30px;
}

@media screen and (max-width: 767px) {
   #message-1 {
      padding: 50px 0;
   }

   #message-1 h3,
   #message-1 .txt {
      padding-top: 20px;
   }

   #message-1 .txt {
      text-align: justify;
      line-height: 30px;
   }
}

/* -- --*/
/*=============================================
 * 施設案内
*=============================================*/
#map {
   padding-bottom: 115px;
}

#map h2 {
   padding-bottom: 40px;
}

#map .gmap {
   height: 800px;
   border-radius: 100px;
   overflow: hidden;
}

#map .gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
}

@media screen and (max-width: 767px) {
   #map {
      padding-bottom: 50px;
   }

   #map h2 {
      padding-bottom: 20px;
   }

   #map .gmap {
      height: 400px;
      border-radius: 50px;
   }
}

/* -- --*/
#accommodations {
   position: relative;
   background-color: #fff;
   margin: 8.3% 0;
   padding: 48px 0 30px;
}

#accommodations:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#accommodations:after {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-2.webp") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 0;
}

#accommodations h2 {
   padding-bottom: 40px;
}

#accommodations .block {
   max-width: 1200px;
   margin: 0 auto;
}

#accommodations .box-1 {
   display: grid;
   grid-template-columns: 1fr 440px;
   gap: 60px;
}

#accommodations .box-1 figure img {
   border-radius: 30px;
}

#accommodations .box-1 .col {
   padding: 60px 0;
}

#accommodations .box-1 h3 span {
   display: block;
   color: #2E626D;
   padding-bottom: 4px;
}

#accommodations .box-1 h4 {
   padding: 4px 0 15px;
}

#accommodations .box-1 .txt-info {
   border-top: 1px solid #006030;
   border-bottom: 1px solid #006030;
   padding: 15px 0;
}

#accommodations .box-1 .txt-info dl+dl {
   padding-top: 15px;
}

#accommodations .box-1 .txt-info dl dt {
   color: #D2711D;
}

#accommodations .box-1 .txt-info dl dd {
   padding-top: 5px;
}

#accommodations .box-1 .txt {
   padding-top: 15px;
}

#accommodations .box-2 {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
   padding-top: 40px;
}

#accommodations .box-2 figure img {
   border-radius: 20px;
}

#accommodations .box-2 .txt {
   font-size: 16px;
   line-height: 24px;
   padding-top: 10px;
}

#accommodations hr {
   border-bottom: 3px dotted #006030;
   margin: 60px 0;
}

@media screen and (max-width: 1200px) {
   #accommodations .box-1 .col {
      padding: 20px 0;
   }
}

@media screen and (max-width: 1023px) {
   #accommodations .box-1 {
      grid-template-columns: 1fr;
   }

   #accommodations .box-1 .col {
      padding: 0;
   }

   #accommodations .box-2 {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media screen and (max-width: 767px) {
   #accommodations .box-1 {
      gap: 30px;
   }

   #accommodations .box-2 .txt {
      font-size: 14px;
   }

   #accommodations hr {
      margin: 40px 0;
   }
}

/* -- --*/
#comom-facilities {
   padding: 60px 0 125px;
}

#comom-facilities h2 {
   padding-bottom: 40px;
}

#comom-facilities .box {
   display: grid;
   grid-template-columns: 1fr 440px;
   gap: 60px;
   max-width: 1200px;
   margin: 0 auto;
}

#comom-facilities .box figure img {
   border-radius: 30px;
}

#comom-facilities .box .col {
   padding: 60px 0;
}

#comom-facilities .box h4 {
   padding: 4px 0 15px;
}

#comom-facilities .box ul {
   border-top: 1px solid #006030;
   border-bottom: 1px solid #006030;
   padding: 15px 0;
}

#comom-facilities .box .txt {
   padding-top: 15px;
}

#comom-facilities hr {
   border-bottom: 3px dotted #006030;
   margin: 60px 0;
}

@media screen and (max-width: 1200px) {
   #comom-facilities .box .col {
      padding: 20px 0;
   }
}

@media screen and (max-width: 1023px) {
   #comom-facilities .box {
      grid-template-columns: 1fr;
   }

   #comom-facilities .box .col {
      padding: 0;
   }
}

@media screen and (max-width: 767px) {
   #comom-facilities .box {
      gap: 30px;
   }

   #comom-facilities hr {
      margin: 40px 0;
   }
}

/* -- --*/
#rental-items {
   position: relative;
   background-color: #fff;
   margin: 8.3% 0;
   padding: 50px 0;
}

#rental-items:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#rental-items:after {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-2.webp") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 0;
}

#rental-items h3.h-30 {
   padding-top: 40px;
}

#rental-items .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 60px;
   padding-top: 30px;
}

#rental-items .box figure img {
   border-radius: 30px;
}

#rental-items .box h3 {
   padding: 10px 0 15px;
}

#rental-items .box .txt {
   border-top: 1px solid #006030;
   border-bottom: 1px solid #006030;
   padding: 15px 0;
}

#rental-items .box .txt li {
   text-indent: -19px;
   padding-left: 19px;
}

@media screen and (max-width: 767px) {
   #rental-items .box {
      grid-template-columns: 1fr;
      gap: 40px;
   }
}

/* -- --*/
#safety {
   padding: 35px 0 52px;
}

#safety h3 {
   padding-top: 30px;
}

#safety .txt {
   line-height: 44px;
   padding-top: 30px;
}

@media screen and (max-width: 767px) {
   #safety {
      padding: 50px 0;
   }

   #safety h3,
   #safety .txt {
      padding-top: 20px;
   }

   #safety .txt {
      text-align: justify;
      line-height: 30px;
   }
}

/*=============================================
 * ときわの過ごし方
*=============================================*/
#plan .box-1 h3 {
   padding-top: 40px;
}

#plan .box-1 .txt {
   line-height: 40px;
   padding-top: 30px;
}

#plan .box-2 {
   display: flex;
   justify-content: space-between;
   gap: 30px;
   padding-top: 60px;
}

#plan .box-2 .col-l {
   width: 480px;
}

#plan .box-2 .col-l ul {
   display: grid;
   gap: 20px;
}

#plan .box-2 .col-l a {
   display: flex;
   align-items: center;
   height: 60px;
   border-radius: 50px;
   padding: 0 30px;
   position: relative;
}

#plan .box-2 .col-l a:after {
   content: '';
   width: 24px;
   height: 24px;
   background: url("../img/common/btn-arrow.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translate(0, -50%);
   transition: all 0.3s;
}

#plan .box-2 .col-l a:hover:after {
   transform: translate(5px, -50%);
}

#plan .box-2 .col-l a.cl1 {
   background-color: #C9E6B1;
}

#plan .box-2 .col-l a.cl2 {
   background-color: #EFD7A7;
}

#plan .box-2 .col-l a.cl3 {
   background-color: #ECDED4;
}

#plan .box-2 .col-l figure {
   max-width: 390px;
   padding-top: 80px;
}

#plan .box-2 .col-r {
   width: 750px;
   position: relative;
   padding-left: 42px;
}

#plan .box-2 .col-r .in {
   height: 1100px;
   overflow: hidden auto;
   padding-bottom: 12%;
}

#plan .box-2 .col-r .in::-webkit-scrollbar {
   width: 0;
}

#plan .box-2 .col-r h3 {
   border-radius: 10px;
   text-align: center;
   padding: 20px;
}

#plan .box-2 .col-r h4 {
   text-align: center;
   padding-top: 30px;
}

#plan .box-2 .col-r .scroll {
   border-left: 1px solid #333;
   width: 26px;
   height: 115px;
   padding-top: 5px;
   position: absolute;
   top: 175px;
   left: 0;
}

#plan .box-2 .col-r .item {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   padding-top: 30px;
}

#plan .box-2 .col-r .item+.item {
   padding-top: 70px;
}

#plan .box-2 .col-r .item figure img {
   border-radius: 30px;
}

#plan .box-2 .col-r .item .text {
   padding: 30px 0 30px 50px;
}

#plan .box-2 .col-r .item .time {
   background: url("../img/common/icon-time.png") no-repeat center left/22px auto;
   padding-left: 27px;
   font-family: "Montserrat", sans-serif;
   font-weight: 600;
}

#plan .box-2 .col-r .item h5,
#plan .box-2 .col-r .item .txt {
   padding-top: 15px;
}

#plan .box-2 .col-r .green h3 {
   background-color: #C9E6B1;
}

#plan .box-2 .col-r .orange {
   padding-top: 90px;
}

#plan .box-2 .col-r .orange h3 {
   background-color: #EFD7A7;
}

@media screen and (max-width: 1023px) {
   #plan .box-2 {
      flex-direction: column;
      align-items: center;
      gap: 50px;
   }

   #plan .box-2 .col-l figure {
      margin: 0 auto;
      padding-top: 30px;
   }

   #plan .box-2 .col-r {
      width: 100%;
      box-sizing: border-box;
   }
}

@media screen and (max-width: 767px) {
   #plan .box-1 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #plan .box-2 {
      padding-top: 40px;
   }

   #plan .box-2 .col-l {
      width: 100%;
   }

   #plan .box-2 .col-r {
      padding-left: 20px;
   }

   #plan .box-2 .col-r .in {
      padding-bottom: 15vw;
   }

   #plan .box-2 .col-r .scroll {
      top: 0;
      left: -10px;
   }

   #plan .box-2 .col-r .item {
      grid-template-columns: 1fr;
   }

   #plan .box-2 .col-r .item+.item {
      padding-top: 40px;
   }

   #plan .box-2 .col-r .item .text {
      padding: 20px 0 0;
   }
}

/* -- -- */
#enjoy__seasons {
   position: relative;
   background-color: #fff;
   margin-bottom: 8.3%;
   padding: 95px 0 40px;
}

#enjoy__seasons:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#enjoy__seasons:after {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-2.webp") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 0;
}

#enjoy__seasons h2 {
   padding-bottom: 40px;
}

#enjoy__seasons .box-1 {
   padding-bottom: 40px;
}

#enjoy__seasons .box-1 .txt {
   line-height: 40px;
   padding-top: 30px;
}

#enjoy__seasons .box-2 {
   display: flex;
   gap: 60px;
   max-width: 1200px;
   margin: 0 auto;
}

#enjoy__seasons .box-2 figure {
   width: calc(100% - 500px);
}

#enjoy__seasons .box-2 figure img {
   border-radius: 30px;
}

#enjoy__seasons .box-2 .col {
   width: 440px;
   padding: 60px 0;
}

#enjoy__seasons .box-2 h4 {
   padding: 4px 0 15px;
}

#enjoy__seasons .box-2 ul {
   border-top: 1px solid #006030;
   border-bottom: 1px solid #006030;
   padding: 15px 0;
}

#enjoy__seasons .box-2 ul li {
   text-indent: -19px;
   padding-left: 19px;
}

#enjoy__seasons .box-2.img-r {
   flex-direction: row-reverse;
}

#enjoy__seasons hr {
   border-bottom: 3px dotted #006030;
   margin: 60px 0;
}

@media screen and (max-width: 1023px) {
   #enjoy__seasons .box-2 {
      flex-direction: column;
      gap: 30px;
   }

   #enjoy__seasons .box-2 .col,
   #enjoy__seasons .box-2 figure {
      width: 100%;
      padding: 0;
   }

   #enjoy__seasons .box-2.img-r {
      flex-direction: column;
   }
}

@media screen and (max-width: 767px) {
   #enjoy__seasons {
      padding: 50px 0;
   }

   #enjoy__seasons h2 {
      padding-bottom: 30px;
   }

   #enjoy__seasons .box-1 {
      padding-bottom: 30px;
   }

   #enjoy__seasons .box-1 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #enjoy__seasons hr {
      margin: 40px 0;
   }
}

/* -- -- */
#tips {
   padding: 36px 0 135px;
}

#tips .box-1 {
   padding-top: 40px;
}

#tips .box-1 .txt {
   line-height: 40px;
   padding-top: 30px;
}

#tips .box-2 {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 30px;
   padding-top: 50px;
}

#tips .box-2 h3 {
   background-color: #006030;
   color: #fff;
   padding: 10px;
   text-align: center;
   border-radius: 50px;
}

#tips .box-2 figure {
   padding-top: 15px;
}

#tips .box-2 figure img {
   border-radius: 30px;
}

#tips .box-2 ul {
   padding-top: 15px;
}

#tips .box-2 ul li {
   position: relative;
   padding-left: 20px;
}

#tips .box-2 ul li:not(:last-child) {
   padding-bottom: 20px;
}

#tips .box-2 ul li:before {
   content: '・';
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 1023px) {
   #tips .box-2 {
      grid-template-columns: 1fr;
   }
}

@media screen and (max-width: 767px) {
   #tips {
      padding: 50px 0;
   }

   #tips .box-1 {
      padding-top: 30px;
   }

   #tips .box-1 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #tips .box-2 ul li {
      padding-left: 15px;
   }

   #tips .box-2 ul li:not(:last-child) {
      padding-bottom: 10px;
   }
}

/* -- -- */
#activities {
   position: relative;
   background-color: #fff;
   margin: 8.3% 0;
   padding: 40px 0 5px;
}

#activities:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#activities:after {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-2.webp") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 0;
}

#activities .box-1 {
   padding-top: 40px;
}

#activities .box-1 .txt {
   line-height: 40px;
   padding-top: 30px;
}

#activities .box-2 {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 60px;
   padding-top: 35px;
}

#activities .box-2 figure img {
   border-radius: 30px;
}

#activities .box-2 h3 {
   padding: 10px 0 15px;
}

#activities .box-2 .txt {
   border-top: 1px solid #006030;
   border-bottom: 1px solid #006030;
   padding: 15px 0;
}

@media screen and (max-width: 767px) {
   #activities {
      padding: 50px 0;
   }

   #activities .box-1 {
      padding-top: 30px;
   }

   #activities .box-1 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #activities .box-2 {
      grid-template-columns: 1fr;
      gap: 40px;
   }
}

/* -- -- */
#tourism {
   padding: 90px 0;
}

#tourism .wrap {
   max-width: 100%;
}

#tourism .box-1 {
   width: 94%;
   padding-top: 40px;
}

#tourism .box-1 .txt {
   line-height: 40px;
   padding-top: 30px;
}

#tourism .box-2 {
   display: flex;
   align-items: center;
   gap: 110px;
   padding-top: 50px;
}

#tourism .box-2+.box-2 {
   padding-top: 60px;
}

#tourism .box-2 figure {
   width: calc(50% + 40px);
}

#tourism .box-2 .col {
   width: 600px;
}

#tourism .box-2 .no {
   font-weight: 400;
   font-size: 38px;
   line-height: 50px;
}

#tourism .box-2 .no strong {
   font-weight: inherit;
   font-size: 58px;
   padding-left: 8px;
}

#tourism .box-2 h3,
#tourism .box-2 .txt {
   padding-top: 30px;
}

#tourism .box-2 .txt {
   line-height: 40px;
}

#tourism .box-2:not(.img-r) figure img {
   border-radius: 0 100px 100px 0;
}

#tourism .box-2.img-r {
   flex-direction: row-reverse;
}

#tourism .box-2.img-r figure img {
   border-radius: 100px 0 0 100px;
}

@media screen and (max-width: 1600px) {
   #tourism .box-2 {
      gap: 50px;
   }

   #tourism .box-2 .col {
      width: calc(50% - 120px);
   }
}

@media screen and (max-width: 1023px) {
   #tourism .box-2 {
      flex-direction: column;
   }

   #tourism .box-2 figure {
      width: 100%;
   }

   #tourism .box-2 .col {
      width: 100%;
      max-width: 600px;
   }

   #tourism .box-2.img-r {
      flex-direction: column;
   }
}

@media screen and (max-width: 767px) {
   #tourism {
      padding: 50px 0;
   }

   #tourism .box-1 {
      padding-top: 30px;
   }

   #tourism .box-1 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #tourism .box-2 {
      gap: 30px;
   }

   #tourism .box-2 figure {
      width: calc(100% + 20px);
   }

   #tourism .box-2 .no {
      font-size: 30px;
      line-height: 40px;
   }

   #tourism .box-2 .no strong {
      font-size: 40px;
   }

   #tourism .box-2 h3 {
      padding-top: 20px;
   }

   #tourism .box-2 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #tourism .box-2:not(.img-r) figure {
      margin-left: -20px;
   }

   #tourism .box-2:not(.img-r) figure img {
      border-radius: 0 50px 50px 0;
   }

   #tourism .box-2.img-r figure {
      margin-right: -20px;
   }

   #tourism .box-2.img-r figure img {
      border-radius: 50px 0 0 50px;
   }
}

/*=============================================
 * ご利用案内
*=============================================*/
#flow {
   padding-bottom: 105px;
}

#flow .box-1 {
   padding-top: 40px;
}

#flow .box-1 .txt {
   line-height: 40px;
   padding-top: 30px;
}

#flow .box-2 {
   padding-top: 40px;
}

#flow .box-2 .item {
   display: grid;
   grid-template-columns: 300px 1fr;
   gap: 40px;
   background-color: #fff;
   border: 4px solid #006030;
   border-radius: 30px;
   padding: 26px 46px;
   position: relative;
}

#flow .box-2 .item:not(:last-child) {
   margin-bottom: 40px;
}

#flow .box-2 .item:not(:last-child):after {
   content: '';
   width: 0;
   height: 0;
   border-width: 30px 80px 0 80px;
   border-color: #006030 transparent transparent transparent;
   border-style: solid;
   position: absolute;
   top: 100%;
   left: calc(50% - 80px);
   margin-top: 4px;
}

#flow .box-2 .text {
   padding: 20px 0;
}

#flow .box-2 .no {
   font-weight: 400;
}

#flow .box-2 h3 {
   border-bottom: 1px solid #006030;
   padding: 5px 0 10px;
}

#flow .box-2 .txt {
   padding-top: 10px;
}

#flow .box-2 .txt li {
   text-indent: -19px;
   padding-left: 19px;
}

@media screen and (max-width: 767px) {
   #flow {
      padding-bottom: 50px;
   }

   #flow .box-1 {
      padding-top: 20px;
   }

   #flow .box-1 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #flow .box-2 .item {
      grid-template-columns: 1fr;
      gap: 30px;
      padding: 16px;
   }

   #flow .box-2 .text {
      padding: 0;
   }

   #flow .box-2 .txt li {
      text-indent: -15px;
      padding-left: 15px;
   }
}

/* -- -- */
#price {
   background-color: #fff;
   position: relative;
   margin: 8.3% 0;
   padding: 35px 0 15px;
}

#price:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#price:after {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-2.webp") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 0;
}

#price .box-1 {
   padding-top: 40px;
}

#price .box-1 .txt {
   line-height: 40px;
   padding-top: 30px;
}

#price .note {
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
   padding-top: 30px;
}

#price .note p+p {
   padding-top: 5px;
}

#price .box-2 {
   display: flex;
   flex-wrap: wrap;
   gap: 50px 40px;
   padding-top: 15px;
}

#price .box-2 h3 {
   background-color: #006030;
   color: #fff;
   letter-spacing: 0.1em;
   text-align: center;
   border-radius: 50px;
   padding: 10px;
}

#price .box-2 ul {
   padding-top: 15px;
}

#price .box-2 ul li {
   position: relative;
   padding-left: 20px;
}

#price .box-2 ul li:before {
   content: '・';
   position: absolute;
   top: 0;
   left: 0;
}

#price .box-2 .col {
   width: calc(50% - 20px);
}

#price .box-2 .col:first-child {
   width: 100%;
}

#price .box-2 .col:first-child ul {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px 40px;
   padding-top: 30px;
}

#price .box-2 .col:not(:first-child) figure,
#price .box-2 .col:not(:first-child) ul {
   padding: 15px 50px 0;
}

#price .box-2 .col:not(:first-child) ul li:not(:last-child) {
   padding-bottom: 15px;
}

@media screen and (max-width: 1023px) {

   #price .box-2 .col:not(:first-child) figure,
   #price .box-2 .col:not(:first-child) ul {
      padding: 15px 15px 0;
   }
}

@media screen and (max-width: 767px) {
   #price .box-1 {
      padding-top: 20px;
   }

   #price .box-1 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #price .box-2 {
      gap: 40px;
   }

   #price .box-2 ul li {
      padding-left: 15px;
   }

   #price .box-2 .col {
      width: 100%;
   }

   #price .box-2 .col:not(:first-child) figure,
   #price .box-2 .col:not(:first-child) ul {
      padding: 15px 0 0;
   }

   #price .box-2 .col:not(:first-child) ul li:not(:last-child) {
      padding-bottom: 10px;
   }

   #price .box-2 .col:first-child ul {
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 15px 0 0;
   }
}

/* -- -- */
#reservations {
   padding: 30px 0 80px;
}

#reservations .box-1 {
   padding-top: 40px;
}

#reservations .box-1 .txt {
   line-height: 40px;
   padding-top: 30px;
}

#reservations .box-2 {
   display: flex;
   flex-wrap: wrap;
   gap: 50px 40px;
   padding-top: 40px;
}

#reservations .box-2 h3 {
   background-color: #006030;
   color: #fff;
   letter-spacing: 0.1em;
   text-align: center;
   border-radius: 50px;
   padding: 10px;
}

#reservations .box-2 .bnr {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 40px;
   padding: 30px 40px 0;
}

#reservations .box-2 .bnr a {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 20px;
   height: 160px;
   border-radius: 10px;
}

#reservations .box-2 .bnr a img {
   max-height: 60px;
}

#reservations .box-2 .bnr .inq a {
   background-color: #FFDF61;
}

#reservations .box-2 .bnr .tel a {
   background-color: #FFC062;
}

#reservations .box-2 .txt {
   padding: 15px 50px 0;
}

#reservations .box-2 .txt li {
   position: relative;
   padding-left: 20px;
}

#reservations .box-2 .txt li:before {
   content: '・';
   position: absolute;
   top: 0;
   left: 0;
}

#reservations .box-2 .txt li:not(:last-child) {
   padding-bottom: 15px;
}

#reservations .box-2 .col {
   width: calc(50% - 20px);
}

#reservations .box-2 .col:first-child {
   width: 100%;
}

@media screen and (max-width: 1023px) {
   #reservations .box-2 .bnr {
      padding: 20px 20px 0;
   }

   #reservations .box-2 .txt {
      padding: 15px 15px 0;
   }
}

@media screen and (max-width: 767px) {
   #reservations {
      padding-bottom: 40px;
   }

   #reservations h2 .sub {
      font-size: 32px;
   }

   #reservations .box-1 {
      padding-top: 20px;
   }

   #reservations .box-1 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #reservations .box-2 {
      gap: 40px;
   }

   #reservations .box-2 .col {
      width: 100%;
   }

   #reservations .box-2 .bnr {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 15px 0 0;
   }

   #reservations .box-2 .bnr a {
      gap: 10px;
      height: 120px;
   }

   #reservations .box-2 .bnr a img {
      max-height: 40px;
   }

   #reservations .box-2 .txt {
      padding: 15px 0 0;
   }

   #reservations .box-2 .txt li {
      padding-left: 15px;
   }
}

/* -- -- */
#checklist {
   background-color: #fff;
   position: relative;
   margin: 8.3% 0;
   padding: 35px 0 0px;
}

#checklist:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#checklist:after {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-2.webp") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 0;
}

#checklist .box-1 {
   padding-top: 40px;
}

#checklist .box-1 .txt {
   line-height: 40px;
   padding-top: 30px;
}

#checklist .box-2 {
   padding-top: 30px;
}

#checklist .box-2 .item+.item {
   padding-top: 50px;
}

#checklist .box-2 h3 {
   background-color: #006030;
   color: #fff;
   letter-spacing: 0.1em;
   text-align: center;
   border-radius: 50px;
   padding: 10px;
}

#checklist .box-2 ul {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px 40px;
   padding-top: 30px;
}

#checklist .box-2 ul li {
   background: url("../img/common/icon-check.png") no-repeat top 6px left/18px auto;
   border-bottom: 1px dashed #333;
   padding: 0 0 6px 28px;
}

#checklist .box-3 {
   padding-top: 50px;
}

#checklist .box-3 figure {
   padding-top: 50px;
}

@media screen and (max-width: 1023px) {
   #checklist .box-2 ul {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media screen and (max-width: 767px) {
   #checklist .box-1 {
      padding-top: 20px;
   }

   #checklist .box-1 h3 {
      font-size: 20px;
   }

   #checklist .box-1 .txt {
      line-height: 30px;
      padding-top: 20px;
   }

   #checklist .box-2 .item+.item {
      padding-top: 40px;
   }

   #checklist .box-2 ul {
      grid-template-columns: 1fr;
      gap: 20px;
      padding-top: 20px;
   }

   #checklist .box-2 ul li {
      background-position: top 3px left;
   }

   #checklist .box-3 figure {
      padding-top: 20px;
   }
}

/* -- -- */
#guidelines {
   padding: 20px 0 50px;
}

#guidelines h3 {
   padding-top: 30px;
}

#guidelines .text {
   background-color: #fff;
   margin-top: 30px;
   padding: 40px 50px;
   border-radius: 40px;
}

#guidelines .text h4 {
   border-bottom: 1px solid;
   padding-bottom: 15px;
}

#guidelines .text h4:not(:first-child) {
   margin-top: 30px;
}

#guidelines .text ul {
   line-height: 40px;
   padding-top: 15px;
}

#guidelines .text ul li {
   text-indent: -20px;
   padding-left: 20px;
}

#guidelines .catch {
   padding-top: 30px;
}

@media screen and (max-width: 767px) {
   #guidelines h3 {
      padding-top: 20px;
   }

   #guidelines .text {
      border-radius: 20px;
      padding: 30px 20px;
   }

   #guidelines .text ul {
      line-height: 30px;
   }

   #guidelines .text ul li {
      text-indent: -16px;
      padding-left: 16px;
   }

   #guidelines .catch {
      padding-top: 20px;
   }
}

/* -- -- */
#faq {
   position: relative;
   margin: 8.3% 0 0;
   padding: 20px 0 85px;
}

#faq:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#faq:after {
   content: '';
   width: 100%;
   background-color: #fff;
   position: absolute;
   top: 0;
   bottom: -10%;
   left: 0;
}

#faq .wrap {
   z-index: 1;
}

#faq .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 40px 60px;
   padding-top: 40px;
}

#faq .box .txt-q {
   background: url("../img/common/icon-q.png") no-repeat top left/30px auto;
   border-bottom: 1px dashed #333;
   padding: 0 0 12px 40px;
}

#faq .box .txt-a {
   background: url("../img/common/icon-a.png") no-repeat top 12px left/30px auto;
   padding: 12px 0 0 40px;
}

@media screen and (max-width: 767px) {
   #faq {
      padding-bottom: 40px;
   }

   #faq .box {
      grid-template-columns: 1fr;
      gap: 30px;
   }

   #faq .box .txt-q,
   #faq .box .txt-a {
      background-size: 25px auto;
      padding-left: 30px;
   }
}

/*=============================================
 * アクセス
*=============================================*/
#information {
   padding-bottom: 70px;
}

#information h2 {
   padding-bottom: 30px;
}

#information .txt-info {
   background-color: #fff;
   border-radius: 50px;
   padding: 50px 100px;
   font-weight: 700;
}

#information .txt-info dl {
   border-bottom: 1px solid #729E88;
   padding: 0 20px 15px;
}

#information .txt-info dl+dl {
   padding-top: 15px;
}

#information .txt-info dl dt {
   color: #729E88;
}

#information .txt-info dl dd {
   padding-top: 5px;
}

@media screen and (max-width: 1023px) {
   #information .txt-info {
      padding: 50px;
   }
}

@media screen and (max-width: 767px) {
   #information {
      padding-bottom: 50px;
   }

   #information .txt-info {
      border-radius: 30px;
      padding: 30px 20px;
   }

   #information .txt-info dl {
      padding-right: 10px;
      padding-left: 10px;
   }
}

/* -- -- */
#cities {
   background-color: #fff;
   position: relative;
   margin: 8.3% 0;
   padding: 10px 0 30px;
}

#cities:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#cities:after {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-2.webp") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 0;
}

#cities .text {
   padding-top: 30px;
}

#cities .text .item {
   border-bottom: 1px solid #729E88;
   padding: 0 20px 15px;
}

#cities .text .item+.item {
   padding-top: 15px;
}

#cities .text h3 {
   color: #729E88;
}

#cities .text ul {
   padding-top: 5px;
}

#cities .text ul li {
   text-indent: -18px;
   padding-left: 18px;
}

@media screen and (max-width: 767px) {
   #cities {
      padding: 50px 0;
   }

   #cities h2 {
      font-size: 26px;
   }

   #cities .text {
      padding-top: 20px;
   }

   #cities .text .item {
      padding-right: 10px;
      padding-left: 10px;
   }

   #cities .text ul li {
      text-indent: -15px;
      padding-left: 15px;
   }
}

/* -- -- */
#detailed-route {
   padding: 55px 0;
}

#detailed-route .box {
   display: grid;
   grid-template-columns: 440px 1fr;
   gap: 60px;
   padding-top: 30px;
}

#detailed-route .box .col {
   padding: 20px 0;
}

#detailed-route .box h3 {
   border-bottom: 1px solid #006030;
   padding-bottom: 15px;
}

#detailed-route .box ol {
   list-style: decimal;
   padding: 30px 0 30px 20px;
   border-bottom: 1px solid #006030;
}

#detailed-route .box ol li+li {
   padding-top: 20px;
}

#detailed-route .box .txt {
   padding-top: 15px;
}

@media screen and (max-width: 1023px) {
   #detailed-route .box {
      grid-template-columns: 1fr;
   }
}

@media screen and (max-width: 767px) {
   #detailed-route .box {
      gap: 30px;
      padding-top: 30px;
   }

   #detailed-route .box .col {
      padding: 0;
   }

   #detailed-route .box ol {
      padding: 15px 0 15px 15px;
   }

   #detailed-route .box ol li+li {
      padding-top: 10px;
   }
}

/* -- -- */
#transport {
   background-color: #fff;
   position: relative;
   margin: 8.3% 0;
   padding: 10px 0;
}

#transport:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#transport:after {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-2.webp") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 0;
}

#transport .text {
   padding-top: 30px;
}

#transport .text .item {
   border-bottom: 1px solid #729E88;
   padding: 0 20px 15px;
}

#transport .text .item+.item {
   padding-top: 15px;
}

#transport .text h3 {
   color: #729E88;
}

#transport .text ul {
   padding-top: 5px;
}

#transport .text ul li {
   text-indent: -18px;
   padding-left: 18px;
}

@media screen and (max-width: 767px) {
   #transport {
      padding: 50px 0;
   }

   #transport h2 {
      font-size: 26px;
   }

   #transport .text {
      padding-top: 20px;
   }

   #transport .text .item {
      padding-right: 10px;
      padding-left: 10px;
   }

   #transport .text ul li {
      text-indent: -15px;
      padding-left: 15px;
   }
}

/* -- -- */
#nearby {
   padding: 50px 0 80px;
}

#nearby h3 {
   padding-top: 30px;
}

#nearby .box {
   padding-top: 30px;
}

#nearby .box+.box {
   padding-top: 50px;
}

#nearby .box h4 {
   background-color: #006030;
   color: #fff;
   letter-spacing: 0.1em;
   text-align: center;
   border-radius: 50px;
   padding: 10px;
}

#nearby .box h5 {
   padding-top: 30px;
}

#nearby .box .list {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 40px;
   padding: 30px 10px 0;
}

#nearby .box .list h6 {
   padding-top: 10px;
}

#nearby .box .list .txt {
   padding-top: 5px;
}

@media screen and (max-width: 767px) {
   #nearby {
      padding: 50px 0;
   }

   #nearby .box h5 {
      padding-top: 20px;
   }

   #nearby .box .list {
      grid-template-columns: 1fr;
      padding: 20px 0 0;
   }
}

/* -- -- */
#parking {
   background-color: #fff;
   position: relative;
   margin: 8.3% 0 0;
   padding: 15px 0 90px;
}

#parking:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/bg-wh-1.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#parking:after {
   content: '';
   width: 100%;
   height: 20%;
   background-color: #fff;
   position: absolute;
   top: 100%;
   left: 0;
}

#parking .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 50px 40px;
   padding-top: 30px;
}

#parking .box h3 {
   background-color: #006030;
   color: #fff;
   letter-spacing: 0.1em;
   text-align: center;
   border-radius: 50px;
   padding: 10px;
}

#parking .box ul {
   padding: 20px 50px 0;
}

#parking .box ul li {
   position: relative;
   padding-left: 20px;
}

#parking .box ul li:not(:last-child) {
   padding-bottom: 15px;
}

#parking .box ul li:before {
   content: '・';
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 1023px) {
   #parking .box ul {
      padding: 20px 20px 0;
   }
}

@media screen and (max-width: 767px) {
   #parking {
      padding: 50px 0;
   }

   #parking .box {
      grid-template-columns: 1fr;
   }

   #parking .box ul {
      padding: 10px 10px 0;
   }

   #parking .box ul li {
      padding-left: 16px;
   }
}

/* -- -- */
/*=============================================
 * 予約する
*=============================================*/
.reserve {
   padding-bottom: 50px;
}

.reserve__h2 {
   padding-bottom: 40px;
}

.reserve__box:not(:last-child) {
   border-bottom: 1px solid #2C2A2A;
   margin-bottom: 40px;
   padding-bottom: 30px;
}

.reserve__box>p {
   padding-top: 20px;
}

.reserve__box .bnr {
   max-width: 320px;
}

.reserve__title {
   font-weight: 700;
   font-size: 26px;
   letter-spacing: 0;
   line-height: 37px;
   border-left: 6px solid #F9CC1A;
   padding-left: 10px;
}

.reserve__txt {
   padding-top: 20px;
}

.reserve .form-wrap {
   font-size: 16px;
   line-height: 24px;
   padding-top: 20px;
}

.reserve .form-row {
   padding: 20px 30px;
}

.reserve .form-row+.form-row {
   margin-top: 10px;
}

.reserve .form-row .caption {
   display: flex;
   align-items: center;
   gap: 6px;
}

.reserve .form-row .caption span {
   background-color: #E1344C;
   color: #fff;
   width: 46px;
   font-weight: 400;
   font-size: 12px;
   border-radius: 50px;
   text-align: center;
}

.reserve .form-row .caption span.non {
   background-color: #777;
}

.reserve .form-row .input {
   padding-top: 10px;
}

.reserve .form-row .input .wpcf7-form-control-wrap[data-name="date-7"] {
   display: block;
   max-width: 50%;
}

.reserve .form-pp {
   background-color: #fff;
   margin-top: 40px;
   padding: 16px 0 16px 40px;
}

.reserve .form-pp .in {
   height: 270px;
   overflow: hidden auto;
   padding-right: 40px;
}

.reserve .form-pp .in p+p {
   padding-top: 30px;
}

.reserve .form-pp-check {
   text-align: center;
   padding-top: 30px;
}

.reserve .form-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 20px;
   padding-top: 60px;
}

.reserve .form-btn input {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   cursor: pointer;
}

.reserve .form-btn p {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #F8F6F2;
   color: #333;
   border: 2px solid #ccc;
   width: 320px;
   height: 60px;
   box-sizing: border-box;
   font-weight: 500;
   font-size: 15px;
   line-height: 21px;
   text-align: center;
   border-radius: 50px;
   transition: all 0.3s;
   position: relative;
}

.reserve .form-btn p:hover {
   background-color: #ccc;
}

.reserve .form-btn .btn-back {
   background-color: #ccc;
}

.reserve .form-btn .btn-back:hover {
   opacity: 0.7;
}

.reserve .form-btn .wpcf7-spinner {
   display: none;
}

.thanks {
   padding-bottom: 100px;
}

.thanks .txt {
   padding-top: 30px;
}

.thanks .txt p+p {
   padding-top: 30px;
}

.thanks .button {
   padding-top: 60px;
}

@media screen and (max-width: 767px) {
   .reserve {
      padding-bottom: 50px;
   }

   .reserve__title {
      font-size: 20px;
      line-height: 30px;
   }

   .reserve .form .caption {
      font-size: 14px;
   }

   .reserve .form-row {
      padding: 10px;
   }

   .reserve .form-row .input .wpcf7-form-control-wrap[data-name="date-7"] {
      max-width: 100%;
   }

   .reserve .form-pp {
      padding: 20px 0 20px 20px;
   }

   .reserve .form-pp .in {
      padding-right: 20px;
   }

   .reserve .form-btn {
      flex-direction: column;
      gap: 10px;
      padding-top: 40px;
   }

   .thanks {
      padding-bottom: 50px;
   }

   .thanks .txt {
      text-align: justify;
      padding-top: 20px;
   }

   .thanks .txt p+p {
      padding-top: 20px;
   }

   .thanks .button {
      padding-top: 40px;
   }
}

/*=============================================
 * Post type
*=============================================*/
.wp-pagenavi {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
   padding-top: 60px;
}

.wp-pagenavi .pages {
   display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
   display: block;
   width: 30px;
   text-align: center;
   font-family: "Montserrat", sans-serif;
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   letter-spacing: 0;
   box-sizing: border-box;
   background-color: #333;
   color: #fff;
   border: 1px solid #333;
   padding: 4px 0;
   border-radius: 50%;
}

.wp-pagenavi a:hover {
   background-color: #fff;
   color: #333;
   opacity: 1;
}

.wp-pagenavi .current {
   pointer-events: none;
   background-color: #fff;
   color: #333;
}

@media screen and (max-width: 767px) {
   .wp-pagenavi {
      padding-top: 50px;
   }
}

/* -- -- */
.sidebar {
   font-size: 16px;
   line-height: 24px;
}

.sidebar .cate {
   display: grid;
   grid-template-columns: auto 1fr;
   align-items: center;
   gap: 20px;
}

.sidebar ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
   border-left: 1px solid #333;
   padding-left: 20px;
}

.sidebar ul a {
   display: block;
   background-color: #fff;
   border: 1px solid #333;
   border-radius: 50px;
   padding: 4px 20px;
}

.sidebar ul a:hover,
.sidebar ul a.current {
   background-color: #333;
   color: #fff;
   opacity: 1;
}

@media screen and (max-width: 767px) {
   .sidebar {
      font-size: 14px;
      line-height: 20px;
   }

   .sidebar h3 {
      text-align: center;
   }

   .sidebar .cate {
      grid-template-columns: 1fr;
      gap: 10px;
   }

   .sidebar .cate ul {
      justify-content: center;
      gap: 10px;
      border-top: 1px solid #333;
      border-left: 0;
      padding: 10px 0 0;
   }

   .sidebar .cate ul a {
      padding: 4px 14px;
   }
}

/* -- -- */
.news__list .item {
   display: grid;
   grid-template-columns: 180px 1fr;
   align-items: center;
   gap: 30px;
   border-bottom: 1px solid #C7CEC1;
   padding: 0 20px 20px;
}

.news__list .item+.item {
   padding-top: 20px;
}

.news__list figure a {
   display: block;
   padding-top: 120px;
   border: 1px solid #C7CEC1;
   position: relative;
}

.news__list figure a img {
   position: absolute;
   top: 0;
   left: 0;
}

.news__list .text a {
   display: flex;
   flex-wrap: wrap;
   gap: 8px 5px;
   position: relative;
   padding-right: 50px;
}

.news__list .text a:after {
   content: '';
   width: 28px;
   height: 28px;
   background: url("../img/common/icon-arrow-circle-right-gr.png") no-repeat center top/cover;
   position: absolute;
   top: calc(50% - 14px);
   right: 0;
   transition: all 0.3s;
}

.news__list .text a:hover:after {
   transform: translateX(5px);
}

.news__list time {
   width: 90px;
   color: #D2711D;
   font-weight: 700;
   font-size: 16px;
}

.news__list .cat {
   min-width: 70px;
   background-color: #08A0A5;
   color: #fff;
   font-size: 14px;
   text-align: center;
   border-radius: 2px;
   padding: 0 10px;
}

.news__list .ttl {
   width: 100%;
   font-weight: 700;
}

.news__list .ttl span {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
}

@media screen and (max-width: 767px) {
   .news__list .item {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   .news__list figure a {
      padding-top: 66.66%;
   }

   .news__list .text a {
      padding-right: 30px;
   }
}

/* -- -- */
.pt-archive {
   padding-bottom: 60px;
}

.pt-archive .news__list {
   padding-top: 40px;
}

/*=============================================
 * Post Detail
 *=============================================*/
.pt-details {
   font-size: 16px;
   line-height: 24px;
   padding-bottom: 80px;
}

.pt-details-time {
   display: block;
   color: #707070;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   border-bottom: 2px solid #ccc;
   padding: 10px 0;
}

.pt-details-cate {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   font-size: 14px;
   line-height: 20px;
}

.pt-details-cate a {
   display: block;
   min-width: 65px;
   background-color: #08A0A5;
   color: #fff;
   border-radius: 2px;
   text-align: center;
   padding: 3px 10px;
}

.pt-details-cate a:hover {
   background-color: #333;
   color: #fff;
   opacity: 1;
}

.pt-details-title {
   padding-top: 5px;
}

.pt-details-content {
   padding-top: 30px;
}

.pt-details-content>*:not(h2, h3) {
   margin: 0 50px;
   box-sizing: border-box;
}

.pt-details-content h2 {
   background-color: #006030;
   border-left: 8px solid #F9CC1A;
   color: #fff;
   font-weight: 700;
   font-size: 26px;
   line-height: 36px;
   padding: 11px 30px;
   margin: 50px 0 20px;
}

.pt-details-content h3 {
   font-weight: 700;
   font-size: 22px;
   line-height: 32px;
   border-left: 6px solid #006030;
   border-bottom: 3px solid #006030;
   padding: 0 10px 10px;
   margin: 50px 25px 20px;
   box-sizing: border-box;
}

.pt-details-content h4 {
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
   border-left: 5px solid #FFB357;
   margin-top: 50px;
   margin-bottom: 20px;
   padding-bottom: 10px;
}

.pt-details-content h1:first-child,
.pt-details-content h2:first-child,
.pt-details-content h3:first-child,
.pt-details-content h4:first-child,
.pt-details-content h5:first-child,
.pt-details-content h6:first-child {
   margin-top: 0;
}

.pt-details-content h2+h3,
.pt-details-content h2+h4,
.pt-details-content h3+h4 {
   margin-top: 0;
}

.pt-details-content mark {
   background-color: #FFF6A8;
   color: #333;
}

.pt-details-content p img {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

.pt-details-content p img.aligncenter {
   display: block;
   margin: 0 auto;
}

.pt-details-content p img.alignright {
   display: block;
   margin-left: auto;
}

.pt-details-content p img:last-child {
   margin-right: 0;
}

.pt-details-btn {
   display: grid;
   grid-template-columns: 30px 74px 30px;
   gap: 10px;
   font-family: "Montserrat", sans-serif;
   font-weight: 500;
   font-size: 14px;
   line-height: 24px;
   text-align: center;
   padding-top: 60px;
}

.pt-details-btn a {
   display: block;
   background-color: #fff;
   border: 1px solid #333;
   padding: 2px 0;
   border-radius: 50px;
}

.pt-details-btn a:hover {
   background-color: #333;
   color: #fff;
   opacity: 1;
}

.pt-details-btn .back a {
   width: 100%;
}

.pt-details #ez-toc-container {
   max-width: 600px;
   background-color: #fff;
   border: 2px solid #64748B;
   border-top: 0;
   margin-top: 30px;
   padding: 0;
   border-radius: 0;
}

.pt-details #ez-toc-container .ez-toc-title-container {
   background-color: #64748B;
   color: #fff;
   font-weight: 500;
   font-size: 20px;
   letter-spacing: 0;
   line-height: 30px;
   text-align: center;
   position: relative;
   padding: 15px 20px;
   box-sizing: border-box;
}

.pt-details #ez-toc-container .ez-toc-title {
   display: flex;
   align-items: baseline;
   color: #fff;
   font-size: inherit;
   padding-left: 20px;
   position: relative;
}

.pt-details #ez-toc-container .ez-toc-title:before {
   content: '';
   width: 16px;
   height: 11px;
   background: url("../img/common/toc-icon.png") no-repeat center top/100% auto;
   position: absolute;
   top: 10px;
   left: 0;
}

.pt-details #ez-toc-container .ez-toc-title:after {
   content: '【非表示にする】';
   font-size: 14px;
   letter-spacing: 0.1em;
   line-height: 20px;
}

.pt-details #ez-toc-container .ez-toc-title-toggle {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.pt-details #ez-toc-container .ez-toc-title-toggle a {
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   opacity: 0;
}

.pt-details #ez-toc-container nav {
   font-size: 16px;
   line-height: 24px;
   color: #333;
   padding: 16px 30px 20px;
}

.pt-details #ez-toc-container nav a {
   color: inherit;
   font-size: inherit;
}

.pt-details #ez-toc-container nav a:before {
   color: #9A9696;
   margin-right: 10px;
}

.pt-details #ez-toc-container nav ul,
.pt-details #ez-toc-container nav li {
   font-size: inherit;
   line-height: inherit;
}

.pt-details #ez-toc-container nav .ez-toc-list li+li {
   padding-top: 5px;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>a {
   font-weight: 500;
   color: inherit;
   position: relative;
   padding-left: 18px;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>a:after {
   content: '';
   border-width: 6px 0 6px 8px;
   border-color: transparent transparent transparent #000;
   border-style: solid;
   position: absolute;
   top: 6px;
   left: 0;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>ul {
   margin-left: 42px;
   padding-top: 10px;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>ul a {
   color: #9A9696;
   font-weight: 400;
}

@media screen and (max-width: 1200px) {
   .pt-details-content p img {
      display: block;
      margin: 0 auto 15px;
   }

   .pt-details-content p img:last-child {
      margin: 0 auto;
   }
}

@media screen and (max-width: 767px) {
   .pt-details-title {
      font-size: 20px;
   }

   .pt-details-content>*:not(h2, h3) {
      margin: 0 20px;
   }

   .pt-details-content h2 {
      font-size: 20px;
      padding: 9px 15px;
   }

   .pt-details-content h3 {
      font-size: 18px;
      margin-right: 10px;
      margin-left: 10px;
      padding: 0 10px 10px;
   }

   .pt-details-content h4 {
      font-size: 16px;
   }

   .pt-details-content p img {
      display: block;
      margin: 0 auto 15px;
   }

   .pt-details-content p img.alignright {
      margin: 0 auto 15px;
   }

   .pt-details-content p img:last-child {
      margin: 0 auto !important;
   }

   .pt-details-btn {
      padding-top: 40px;
   }

   .pt-details #ez-toc-container nav {
      font-size: 13px;
      line-height: 20px;
      padding: 20px;
   }

   .pt-details #ez-toc-container nav a:before {
      margin-right: 5px;
   }

   .pt-details #ez-toc-container nav .ez-toc-list>li>a {
      padding-left: 12px;
   }

   .pt-details #ez-toc-container nav .ez-toc-list>li>a:after {
      top: 4px;
   }

   .pt-details #ez-toc-container nav .ez-toc-list>li>ul {
      margin-left: 28px;
   }
}

.pt-details-gallery {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 10px;
   margin: 0 20px;
   padding-top: 30px;
}

.pt-details-gallery .tab-content {
   width: 100%;
}

.pt-details-gallery .tab-content li {
   width: 100%;
   padding-top: 66.6%;
   position: relative;
}

.pt-details-gallery .tab-content li img {
   display: block;
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.pt-details-gallery .tab-link {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   width: 100%;
}

.pt-details-gallery .tab-link li {
   width: calc(25% - 8px);
   padding-top: calc(25% - 8px);
   position: relative;
   transition: all 0.2s;
}

.pt-details-gallery .tab-link li:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   transition: all 0.2s;
}

.pt-details-gallery .tab-link li img {
   width: 100%;
   height: 100%;
   max-width: inherit;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

.pt-details-gallery .tab-link li.active:after {
   opacity: 1;
}

.pt-details-gallery .tab-link li:hover {
   opacity: 0.7;
}

@media screen and (max-width: 767px) {
   .pt-details-gallery {
      margin: 0 10px;
   }
}