/*common
-------------------------------------------------------------------------------- */
.f-title-sec {
  display: grid;
  gap: 25px;
  margin-bottom: 50px;
}

.f-title-sec .main {
  line-height: 1;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.f-title-sec .sub {
  max-height: 75px;
}

.f-title-sec .sub img {
  width: auto;
  height: 100%;
}

.f-btn-area {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}



/* ------------------------------------
 hero
------------------------------------ */

.f-hero {
  position: relative;
  overflow: hidden;
  height: 1190px;
}


.hero-slider {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: 100vh;
  max-height: 900px;
}

.hero-slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  z-index: 1;
  width: 100%;
  height: 500px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
}


.hero-slider-box {
  position: relative;
}

.hero-slider-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* swiper */
.swiper-wrapper {
  transition-timing-function: linear;
}

.hero-catch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  padding: 110px 0;
  border-bottom: 1px dashed #111;
}

.hero-catch .text-acc {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 50px;
  line-height: 1;
  font-size: 8rem;
  font-family: var(--font-sub);
  font-weight: bold;
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
}

.hero-catch .text-catch {
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
}




/* ------------------------------------
 area
------------------------------------ */
.f-area {
  position: relative;
  z-index: 0;
  margin: 0 !important;
  padding-top: 150px;
  padding-bottom: 350px;
  background: url(../images/top/bg_area.jpg) no-repeat center right -200%;
  background-attachment: fixed;
}

.f-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: 1;
  width: 100%;
  height: 500px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.f-area .title-sec {
  position: relative;
  z-index: 1;
}

.f-area-box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin: 100px auto;
  gap: 80px;
}

.f-area-box:first-of-type {
  margin-top: 0;
}

.f-area-box:last-of-type {
  margin-bottom: 0;
}

.f-area-box .title-max .sub {
  font-size: 3rem;
}

.f-area-img {
  flex-shrink: 0;
}

.f-area-box:nth-of-type(odd) .f-area-img {
  margin-left: -165px;
}

.f-area-box:nth-of-type(even) .f-area-img {
  margin-right: -165px;
}

.f-area-box .inner {
  border-bottom: 1px dashed #111;
}

.f-area-box .inner .c-btn {
  margin-left: auto;
  margin-bottom: 50px;
}

.f-area-box .inner .comment {
  margin: 50px 0 80px;
}

.f-area-box:nth-of-type(even) {
  flex-direction: row-reverse;
}


/* **************************************************************
 reservation
*************************************************************** */
.f-reservation-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.f-reservation-list li {
  text-align: center;
}

/* **************************************************************
 price
*************************************************************** */
.price-slider {
  padding: 0 50px;
}

.price-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 430px;
  height: auto !important;
  background-color: #fff;
}

.price-thumb {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: clip;
}

.price-thumb::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 101%;
  height: 150px;
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);

}

.price-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-content {
  position: relative;
  padding: 30px;
  background-color: #fff;
}

.price-route {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}

.price-route dt {
  flex-shrink: 0;
  padding: 8px 10px 7px;
  margin-bottom: auto;
  background-color: var(--bg-main);
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}

.price-route-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.price-route-flow li {
  line-height: 1;
}

.price-route-flow li::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  rotate: -45deg;
}

.price-route-flow li:last-child::after {
  display: none;
}

.price-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 50px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #111;
}

.price-result .price {
  line-height: 1;
  font-size: 3rem;
  font-family: var(--font-sub);
  font-weight: normal;
}

.price-result .price .yen {
  font-size: 2.2rem;
}

.price-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.price-slider-buttons {
  position: relative;
  display: flex;
  gap: 20px;
}

.price-slider-buttons .swiper-button-prev,
.price-slider-buttons .swiper-button-next {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  width: 60px;
  height: 60px;
  margin-top: 0;
  background-color: var(--bg-main);
  color: #fff;
}

.price-slider-buttons .swiper-button-prev::after,
.price-slider-buttons .swiper-button-next::after {
  font-size: 2.2rem;
}


/* **************************************************************
 other
*************************************************************** */
.f-mount {
  position: relative;
  margin-top: 0;
}

.f-mount::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 470px; */
  padding-top: calc(100% * 490 / 1920);
  background-color: var(--bg-sub);
  clip-path: polygon(100% 0, 100% 100%, 50% 0, 0 100%, 0 0);
}

.f-mount .container {
  position: relative;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  print 印刷用CSS


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media print {}




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1500px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1500px) {

  /* **************************************************************
   about
  *************************************************************** */
  .f-about-img img {
    opacity: 0.6;
  }

  .f-about-content .comment {
    margin-top: 100px;
  }

  /* **************************************************************
   area
  *************************************************************** */
  .f-area-box {
    gap: 80px 40px;
  }




}






/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {

  /* **************************************************************
   hero
  *************************************************************** */
  .hero-catch .text-acc {
    font-size: 7rem;
  }

  /* **************************************************************
 area
*************************************************************** */
  .f-area {
    padding-bottom: 150px;
    background-position: center left;
    background-size: 130%;
  }

  .f-area-box {
    flex-direction: column;
    gap: 40px;
  }

  .f-area-img img {
    width: 100%;
  }

  .f-area-box .inner {
    border-bottom: none;
  }

  .f-area-box .inner .comment {
    margin: 30px 0;
  }

  .f-area-box .inner .c-btn {
    margin-left: 0;
    margin-bottom: 0;
  }

  .f-area-box:nth-of-type(even) {
    flex-direction: column;
  }

  .f-area-box:nth-of-type(odd) .f-area-img {
    margin-left: 0;
  }

  .f-area-box:nth-of-type(even) .f-area-img {
    margin-right: 0;
  }


}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 991px) {

  /* **************************************************************
 hero
*************************************************************** */
  .hero-catch .text-acc {
    font-size: 6rem;
  }

  /* **************************************************************
   price
  *************************************************************** */
  .price-slider {
    padding: 0 25px;
  }

  .price-content {
    padding: 10px 20px 30px;
  }



}





/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 767px(スマホ、iPad縦以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {

  /*hero
-------------------------------------------------------------------------------- */
  .f-hero {
    height: 95vh;
  }

  .hero-slider {
    top: 80px;
    height: 75vh;
  }

  .hero-slider::after {
    height: 300px;
  }

  .hero-catch {
    padding: 50px 0;
  }

  .hero-catch .text-acc {
    margin-bottom: 25px;
    font-size: 7.2vw;
  }

  .hero-catch .text-catch {
    max-width: 90%;
  }


  /* **************************************************************
   about
  *************************************************************** */
  .f-about-content .title-sec {
    font-size: 8.6vw;
  }

  .f-about-content .comment {
    margin: 60px 0 150px;
    font-size: 4.63vw;
  }

  /* **************************************************************
   area
  *************************************************************** */
  .f-area {
    background: none;
    background-attachment: scroll;
  }

  .f-area-box {
    margin: 50px auto;
  }

  .f-area-box .inner .comment {
    margin: 20px 0;
  }

  /* **************************************************************
   reservation
  *************************************************************** */
  .f-reservation-list {
    flex-direction: column;
    justify-content: center;
  }

  /* **************************************************************
   price
  *************************************************************** */
  .price-box {
    min-width: inherit;
  }

  .price-route dt {
    font-size: 1.6rem;
  }

  .price-route-flow li::after {
    width: 10px;
    height: 10px;
  }

  .price-result .price {
    font-size: 2.6rem;
  }

  .price-bottom {
    margin-top: 40px;
  }

  .price-slider-buttons {
    gap: 10px;
  }

  .price-slider-buttons .swiper-button-prev,
  .price-slider-buttons .swiper-button-next {
    width: 50px;
    height: 50px;
  }


  /* **************************************************************
   other
  *************************************************************** */


}




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 560px（スマホ大）


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 560px) {


  /* ------------------------------------
   hero
  ------------------------------------ */
  .hero-slider {
    top: 65px;
  }

  .hero-catch .text-acc {
    font-size: 3.6rem;
  }

  /* ------------------------------------
 about
------------------------------------ */
  .f-area {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  /* **************************************************************
   reservation
  *************************************************************** */
  .f-reservation-list {
    gap: 25px;
  }


  /* **************************************************************
   price
  *************************************************************** */
  .price-slider {
    padding: 0 20px;
  }

  .price-thumb {
    height: 200px;
  }

  .price-thumb::after {
    height: 100px;
  }

  .price-content {
    padding: 10px 15px 20px;
  }

  .price-route {
    margin: 8px 0;
  }

  .price-route dt {
    padding: 5px 8px;
  }

  .price-route-flow {
    gap: 5px 15px;
  }

  .price-route-flow li::after {
    width: 7px;
    height: 7px;
  }

  .price-result {
    flex-direction: column;
    padding-top: 20px;
    margin-top: 20px;
    gap: 5px;
  }

  .price-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    gap: 25px;
  }

}