@charset "UTF-8";

:root {
  --color-red: #ec6b57;
  --container: 1160px;
  --min-container: 970px;
  --padding: 16px;
  --stack: 80px;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
}

body.noscroll {
  overflow: hidden;
}

::after,
::before,
* {
  --font-size: calc((var(--fsz) / 16) * 1rem);
  font-size: var(--font-size);
}

html {
  scroll-behavior: smooth;
}

body {
  --fsz: 15;
}

main {
  overflow: hidden;
}

img.rounded {
  border-radius: 30px !important;
}

@media (max-width: 768px) {
  img.rounded {
    border-radius: 15px !important;
  }
}

.container {
  padding-right: var(--padding);
  padding-left: var(--padding);
  max-width: calc(var(--container) + var(--padding) + var(--padding));
}
.min-container {
  padding-right: var(--padding);
  padding-left: var(--padding);
  max-width: calc(var(--min-container) + var(--padding) + var(--padding));
}

body.no-scroll {
  overflow: hidden;
  touch-action: pinch-zoom;
}

p {
  line-height: calc(26 / 15);
}

@media (max-width: 991px) {
  p {
    line-height: 1.3;
  }
  p.page-lead {
    --fsz: 22;
    font-size: var(--font-size) !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.6;
}

.header-inner {
  display: flex;
  align-items: center;
  max-width: 1265px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 0;
  padding-left: 25px;
}

.header-inner h1 {
  margin-bottom: 0;
  font-size: 0;
}

@media (max-width: 991px) {
  .header-inner h1,
  .header-inner a {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    padding: 15px 0;
    padding-left: 25px;
  }
}

@media (max-width: 575px) {
  .header-inner h1,
  .header-inner a {
    max-width: 240px;
  }
}

.menu {
  height: 12px;
  position: fixed;
  right: 0;
  top: 0;
  width: 138px;
  height: 138px;
  z-index: 99;
  background-color: #000;
  border-radius: 0 0 0 45px;
}

/* @media (min-width: 1501px) {
  .menu {
    right: calc((100vw - 1500px) / 2);
  }
} */

@media (max-width: 768px) {
  .menu {
    width: 90px;
    height: 90px;
    border-radius: 0 0 0 20px;
  }
}

.menu--line {
  background: #fff;
  display: block;
  height: 3px;
  position: absolute;
  transition: transform 0.3s;
  width: 38px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}

.menu-text {
  color: #fff;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}

@media (max-width: 768px) {
  .menu-text {
    bottom: 20px;
  }
}

.menu--line--top {
  top: 50px;
}

.menu--line--middle {
  top: 60px;
  transition: 0.3s;
}
.menu--line--bottom {
  bottom: 65px;
}

@media (max-width: 768px) {
  .menu--line--top {
    top: 27px;
  }

  .menu--line--middle {
    top: 35px;
    transition: 0.3s;
  }
  .menu--line--bottom {
    bottom: 45px;
  }
}

.menu--line--top.active {
  transform: translateX(-50%) rotate(-35deg);
  top: 60px;
}
.menu--line--middle.active {
  opacity: 0;
  visibility: hidden;
}
.menu--line--bottom.active {
  transform: translateX(-50%) rotate(35deg);
  bottom: 75px;
}

@media (max-width: 768px) {
  .menu--line--top.active {
    transform: translateX(-50%) rotate(-35deg);
    top: 34px;
  }
  .menu--line--bottom.active {
    bottom: 54px;
  }
}
/*gnav*/
.gnav {
  background: #fff;
  display: none;
  height: 100vh;
  top: 0;
  position: fixed;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  z-index: 98;
  overflow: auto;
}

@media (max-width: 768px) {
  .gnav {
    padding-top: 70px;
  }
}

.gnav-wrap {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 950px;
  gap: 200px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .gnav-wrap {
    gap: 100px;
  }
}

@media (max-width: 768px) {
  .gnav-wrap {
    flex-direction: column;
    gap: 30px;
  }
}

.gnav-menu {
  display: grid;
  gap: 80px 130px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .gnav-menu {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .gnav-menu {
    gap: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

.gnav-menu-item {
  list-style: none;
}
.gnav-menu-item a {
  color: #000;
  --fsz: 20;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 500;
}

@media (max-width: 768px) {
  .gnav-menu-item a {
    --fsz: 16;
  }
}

.gnav-menu-item a span {
  display: block;
  --fsz: 15;
  color: var(--color-red);
  font-weight: bold;
}

.gnav-logo {
  text-align: center;
  position: relative;
}

.gnav-logo::before {
  content: "";
  background-image: url(./img/item-kamome.svg);
  background-repeat: no-repeat;
  display: block;
  width: 68px;
  height: 60px;
  position: absolute;
  top: -100px;
  right: -100px;
  background-size: cover;
  z-index: 9;
}

@media (max-width: 991px) {
  .gnav-logo::before {
    content: none;
  }
}

.gnav-logo .ms-btn {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .gnav-wrap .ms-btn {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }
  .gnav-logo img {
    max-width: 130px;
  }
}

/* .gnav-insta {
  position: absolute;
  right: 0;
  bottom: 0;
} */

@media (max-width: 768px) {
  .gnav-insta {
    position: static;
    text-align: center;
  }
}

.contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  --fsz: 14;
  font-weight: bold;
  background-color: var(--color-red);
  color: #fff;
  width: 170px;
  height: 47px;
  line-height: 47px;
  border-radius: 24px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact-btn {
    display: none;
  }
}

.header-inner .contact-btn {
  margin-left: auto;
}

@media (max-width: 1550px) {
  .header-inner .contact-btn {
    margin-right: 80px;
  }
}

@media (max-width: 1400px) {
  .header-inner .contact-btn {
    margin-right: 150px;
  }
}

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

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-outer {
  overflow: hidden;
}

.swiper {
  overflow: visible;
}

.fv {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 80px;
}

.fv-main {
  max-width: 1265px;
  padding-right: 90px;
  padding-left: 90px;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
}

.fv-main img {
  border-radius: 30px;
}

.fv-main video {
  width: 100%;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .fv-main {
    height: 700px;
  }
}

@media (max-width: 575px) {
  .fv-main {
    height: 530px;
  }
}

@media (max-width: 768px) {
  .fv-main img,
  .fv-main video {
    border-radius: 30px 0 0 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.fv-main {
  position: relative;
}

.fv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 435px;
  width: 30%;
}

@media (max-width: 768px) {
  .fv-main {
    padding-right: 0;
    padding-left: 30px;
  }
  .fv-text {
    box-sizing: content-box;
    width: 100%;
    max-width: 250px;
    padding-left: 30px;
  }
}

.copyright {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  --fsz: 12;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .copyright {
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.instagram {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .instagram {
    display: none;
  }
}

.reserve {
  position: absolute;
  bottom: 20px;
  right: calc((100% - 1260px) / 2);
  z-index: 2;
  transition: 0.3s;
  transform: translateY(0);
}

.absolute-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.absolute-btn.show {
  opacity: 1;
  visibility: visible;
}

.fixed-btn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: calc((100vw - 1320px) / 2);
}

.fixed-btn.show {
  opacity: 1;
  visibility: visible;
}

.reserve.active {
  position: fixed;
  bottom: 30px;
  right: calc((100vw - 1320px) / 2);
}

@media (max-width: 1300px) {
  .reserve {
    right: 60px;
  }
}

@media (max-width: 768px) {
  .reserve,
  .fixed-btn {
    /* position: absolute; */
    right: 15px;
    bottom: 50px;
  }
}

.reserve a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 144px;
  transition: 0.3s;
  height: 144px;
  border-radius: 50%;
  background-color: #231815;
  color: #fff;
  text-decoration: none;
  --fsz: 15;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991px) {
  .reserve a {
    width: 100px;
    height: 100px;
    --fsz: 13;
  }
}

@media (max-width: 768px) {
  .reserve a {
    width: 80px;
    height: 80px;
    --fsz: 12;
  }
  .reserve a img {
    width: 7px;
  }
}

.reserve a:hover {
  opacity: 1;
  background-color: var(--color-red);
  color: #fff;
}

.reserve a span {
  --fsz: 12;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .reserve a span {
    --fsz: 10;
    margin: 5px 0;
    margin-top: 0;
  }
}

.reserve::before {
  content: "";
  background-image: url(./img/reserve-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: -13px;
  right: -13px;
  animation: rotateAnimation 15s linear infinite;
  z-index: -1;
}

@media (max-width: 991px) {
  .reserve::before {
    width: 120px;
    height: 120px;
    bottom: -9px;
    right: -9px;
  }
}

@media (max-width: 768px) {
  .reserve::before {
    width: 90px;
    height: 90px;
    bottom: -5px;
    right: -5px;
  }
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.section-title {
  font-size: var(--font-size);
  --fsz: 28;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 768px) {
  .section-title {
    margin-bottom: 30px;
    --fsz: 20;
  }
}

.section-title span {
  display: block;
  --fsz: 15;
  margin: 15px 0 5px 0;
  color: var(--color-red);
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .section-title span {
    margin-top: 5px;
  }
}

.plan {
  margin-bottom: 200px;
}

@media (max-width: 768px) {
  .plan {
    margin-bottom: 150px;
  }
}

.plan-lists {
  display: flex;
  gap: 35px;
  position: relative;
}

@media (max-width: 768px) {
  .plan-lists {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .plan-lists a {
    width: calc((100% / 2) - 10px);
  }
}

.plan-lists::before {
  content: "";
  background-image: url(./img/item-kamome.svg);
  background-repeat: no-repeat;
  display: block;
  width: 68px;
  height: 60px;
  position: absolute;
  top: -100px;
  right: 150px;
  background-size: cover;
}

@media (max-width: 768px) {
  .plan-lists::before {
    right: 0;
  }
}

.plan-lists::after {
  content: "";
  background-image: url(./img/item-wave.svg);
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 35px;
  position: absolute;
  bottom: -100px;
  left: 50px;
  background-size: cover;
}

@media (max-width: 768px) {
  .plan-lists::after {
    width: 70px;
    height: 23px;
  }
}

.plan-lists a {
  display: block;
}

@media (min-width: 769px) {
  .plan-lists a:nth-child(2),
  .plan-lists a:nth-child(3) {
    padding-top: 100px;
  }
}

.lead {
  padding-bottom: 190px;
}

@media (max-width: 768px) {
  .lead {
    padding-bottom: 70px;
  }
}

.lead-inner {
  display: flex;
  position: relative;
}

.lead-inner::before {
  content: "";
  background-image: url(./img/item-wave.svg);
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 60px;
  background-size: cover;
}

@media (max-width: 768px) {
  .lead-inner::before {
    width: 80px;
    height: 25px;
    bottom: -20px;
  }
}

.lead-title {
  writing-mode: vertical-rl;
  --fsz: 30;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: -160px;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 991px) {
  .lead-title {
    margin-top: 0;
    writing-mode: unset;
    --fsz: 20;
    margin-bottom: 30px;
  }
}

.lead .lead-title {
  position: relative;
}

.lead .lead-title::before {
  content: "";
  background-image: url(./img/item-lead.svg);
  background-repeat: no-repeat;
  display: block;
  width: 300px;
  height: 134px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: -1;
}

@media (max-width: 768px) {
  .lead .lead-title::before {
    width: 200px;
    height: 90px;
  }
}

.lead-title p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

@media (min-width: 992px) {
  .lead-title p:nth-child(2) {
    text-indent: 1.7em;
  }
  .lead-title p:nth-child(3) {
    text-indent: 3.7em;
  }
}
.lead-title span {
  color: #fff;
  display: inline-block;
  background-color: #000;
  text-indent: 0;
  padding: 5px 2px;
  line-height: 1;
}

.lead-text {
  writing-mode: vertical-rl;
  max-height: 360px;
  line-height: 2.5;
  margin: 0;
}

@media (max-width: 1100px) {
  .lead-text {
    line-height: 2.1;
  }
}

@media (max-width: 991px) {
  .lead-text {
    writing-mode: unset;
    max-height: none;
    line-height: 1.5;
    margin-top: 20px;
  }
}

.swiper {
  margin-top: 90px;
  margin-bottom: 180px;
}

.swiper-slide img {
  border-radius: 30px;
}

@media (max-width: 991px) {
  .swiper-slide img {
    border-radius: 10px;
  }
  .swiper {
    margin-top: 70px;
    margin-bottom: 140px;
  }
}

.offset-slide {
  padding-top: 50px;
}

.lead {
  position: relative;
}

.lead::after {
  content: "";
  background-image: url(./img/wave01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  aspect-ratio: 1440 / 91;
  z-index: 1;
}

@media (max-width: 768px) {
  .lead::after {
    top: calc(100% - 1px);
  }
}
.about {
  margin-bottom: 190px;
  padding-top: 150px;
  position: relative;
  scroll-margin-top: -140px;
}

.top-about-small {
  position: absolute;
  max-width: 300px;
  left: -100px;
  bottom: -140px;
}

@media (max-width: 991px) {
  .about {
    margin-bottom: 150px;
  }
  .top-about-small {
    max-width: 200px;
    border-radius: 15px;
    left: -70px;
    bottom: -100px;
  }
}

@media (max-width: 768px) {
  .about {
    padding-top: 70px;
    scroll-margin-top: -60px;
  }
  .top-about-small {
    position: static;
    max-width: 100%;
    margin-top: 15px;
  }
}

.about::before {
  content: "";
  background-image: url(./img/wave02v2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  /* aspect-ratio: 1440 / 91; */
  aspect-ratio: 1405 / 95;
}

@media (max-width: 768px) {
  .about::before {
    bottom: calc(100% - 1px);
  }
}

.about::after {
  content: "";
  background-image: url(./img/item-kamome.svg);
  background-repeat: no-repeat;
  display: block;
  width: 68px;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 350px;
  background-size: cover;
}

@media (max-width: 768px) {
  .about::after {
    right: 15px;
  }
}

.about-text {
  line-height: calc(35 / 16);
  margin-bottom: 65px;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .about-text {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.about-text::before {
  content: "";
  background-image: url(./img/item-about.svg);
  background-repeat: no-repeat;
  display: block;
  width: 260px;
  height: 120px;
  position: absolute;
  left: -130px;
  bottom: -100px;
  z-index: -1;
}

@media (max-width: 768px) {
  .about-text::before {
    background-size: cover;
    width: 200px;
    height: 95px;
    left: -30px;
  }
}

.about .row,
.rooms .rooms-row {
  margin-right: -30px;
  margin-left: -30px;
}

.about .row > div,
.rooms .rooms-row > div {
  padding-right: 30px;
  padding-left: 30px;
}

.ms-btn {
  display: block;
  border: 2px solid;
  border-radius: 50px;
  color: #000;
  text-decoration: none;
  width: 320px;
  padding: 22px 0;
  text-align: center;
  background-color: #fff;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .ms-btn {
    padding: 13px 0;
  }
}

@media (max-width: 575px) {
  .ms-btn {
    margin-right: auto;
    margin-left: auto;
  }
}

.ms-btn::after {
  content: "";
  background-image: url(/img/icon-arrow-right.svg);
  background-repeat: no-repeat;
  display: block;
  width: 13px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.ms-btn:hover {
  opacity: 1;
  background-color: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}

.ms-btn:hover:after {
  background-image: url(/img/icon-arrow-right-white.svg);
}

.large-name {
  --fsz: 155;
  font-weight: bold;
  color: #f8f7f4;
  line-height: 1;
  position: absolute;
  bottom: 0px;
  right: 50px;
}

@media (max-width: 991px) {
  .large-name {
    --fsz: 100;
  }
}

@media (max-width: 768px) {
  .large-name {
    --fsz: 60;
  }
}

.about .large-name {
  bottom: -230px;
  right: -80px;
}

@media (max-width: 1300px) {
  .about .large-name {
    right: -50px;
  }
}

@media (max-width: 991px) {
  .about .large-name {
    bottom: -150px;
    right: -30px;
  }
}

@media (max-width: 768px) {
  .about .large-name {
    bottom: -30px;
    right: 15px;
  }
}

.service .large-name {
  writing-mode: vertical-rl;
  left: -100px;
  top: 60px;
  bottom: auto;
  right: auto;
  z-index: -1;
}

@media (max-width: 1400px) {
  .service .large-name {
    left: -70px;
  }
}

@media (max-width: 991px) {
  .service .large-name {
    top: -100px;
    left: -50px;
  }
}

@media (max-width: 768px) {
  .service .large-name {
    top: -100px;
    left: -20px;
  }
}

.rooms .large-name {
  writing-mode: vertical-rl;
  top: -130px;
  right: -60px;
  z-index: -1;
}

@media (max-width: 991px) {
  .rooms .large-name {
    right: -20px;
  }
}

@media (max-width: 768px) {
  .rooms .large-name {
    right: 0px;
    top: -50px;
  }
}

.facility .large-name {
  top: -120px;
  right: -50px;
  color: #fff;
}

@media (max-width: 991px) {
  .facility .large-name {
    top: -80px;
  }
}

@media (max-width: 768px) {
  .facility .large-name {
    top: -250px;
    right: 0;
  }
}

.service {
  margin-bottom: 270px;
}

@media (max-width: 991px) {
  .service {
    margin-bottom: 150px;
  }
}

.serive-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 90px;
  position: relative;
}

.service-card-main {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .serive-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
    margin-top: 60px;
  }
}

.serive-card-item {
  position: relative;
  text-align: center;
}

.serive-card-item p{
  text-align: left;
}

.service-inner {
  max-width: 648px;
  margin-right: auto;
  margin-left: auto;
}

.service-num {
  background-color: #fff;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: var(--color-red);
  --fsz: 33;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .service-num {
    width: 60px;
    height: 60px;
    --fsz: 20;
    top: -30px;
  }
}

.service-num span {
  --fsz: 12;
  display: block;
}

.serive-card-item h3 {
  font-size: var(--font-size);
  --fsz: 18;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .serive-card-item h3 {
    --fsz: 15;
    margin-top: 15px;
  }
}

.section-title-vertical {
  writing-mode: vertical-rl;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .section-title-vertical {
    writing-mode: unset;
    margin-bottom: 30px;
  }
}

.rooms-title-logo {
  padding-right: 27px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .rooms-title-logo {
    margin-bottom: 5px;
  }
}

.rooms .section-title {
  text-align: left;
}

.rooms .section-title span {
  margin: 0;
}

.rooms {
  margin-bottom: 160px;
  position: relative;
  scroll-margin-top: 10px;
}

.rooms-row {
  margin-bottom: 85px;
  margin-right: 35px;
  position: relative;
}

@media (max-width: 768px) {
  .rooms-row {
    margin-bottom: 15px;
  }
}

.rooms-row::before {
  content: "";
  background-image: url(./img/item-wave.svg);
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 35px;
  position: absolute;
  top: -100px;
  left: 50px;
  background-size: cover;
}

@media (max-width: 768px) {
  .rooms-row::before {
    width: 70px;
    height: 23px;
  }
}

.rooms-img-2 {
  margin-top: -135px;
  position: relative;
}

.rooms-img-2 img {
  border: 5px solid #fff;
}

@media (max-width: 991px) {
  .rooms-img-2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .rooms-img-2 {
    margin-top: 0;
  }
  .rooms-img-2 img {
    border: none;
  }
}

.rooms-text {
  margin-bottom: 80px;
  position: relative;
  line-height: calc(35 / 16);
}

@media (max-width: 768px) {
  .rooms-text {
    margin-bottom: 30px;
  }
}

.rooms-text::after {
  content: "";
  background-image: url(./img/item-wave.svg);
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 35px;
  position: absolute;
  top: 30px;
  right: -220px;
  background-size: cover;
}

.facility {
  background: #f5f0e4;
  padding: 210px 0;
  position: relative;
}

@media (max-width: 768px) {
  .facility {
    padding: 100px 0;
  }
}

.facility::after {
  content: "";
  background-image: url(./img/facility-wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  aspect-ratio: 1440 / 91;
  z-index: 1;
}

@media (max-width: 768px) {
  .facility::after {
    top: calc(100% - 1px);
  }
}

.facility-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px 88px;
  margin-top: 140px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .facility-card {
    gap: 30px;
    margin-top: 70px;
  }
}

.facility-card-img {
  position: relative;
  margin-bottom: 55px;
}

.bathroom-text {
  margin-top: 55px;
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 768px) {
  .facility-card-img {
    margin-bottom: 15px;
  }
  .bathroom-text {
    margin-top: 15px;
  }
}

.facility-card-img img {
  border-radius: 30px;
}

@media (max-width: 768px) {
  .facility-card-img img {
    border-radius: 15px;
  }
}

.facility-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: var(--color-red);
  width: 300px;
  text-align: center;
  color: #fff;
  --fsz: 18;
  font-weight: bold;
  border-radius: 30px 0 30px 0;
  letter-spacing: 0.1em;
  display: block;
  padding: 8px 3px;
}

@media (max-width: 768px) {
  .facility-badge {
    width: 100px;
    --fsz: 13;
    border-radius: 15px 0 15px 0;
    padding: 3px;
  }
}

.facility-text {
  margin-top: 50px;
  position: relative;
  line-height: calc(35 / 16);
}

@media (max-width: 768px) {
  .facility-text {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.facility-text::before {
  content: "";
  background-image: url(./img/item-facility.svg);
  background-repeat: no-repeat;
  display: block;
  width: 300px;
  height: 130px;
  background-size: cover;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .facility-text::before {
    width: 100px;
    height: 44px;
    left: -20px;
    transform: none;
  }
  .facility .section-title {
    margin-bottom: 15px;
  }
}

.spot {
  padding: 160px 0 200px 0;
  scroll-margin-top: -150px;
}

@media (max-width: 768px) {
  .spot {
    padding-top: 70px;
    padding-bottom: 70px;
    scroll-margin-top: -60px;
  }
}

.spot .swiper {
  margin-top: 120px;
}

.spot .section-title {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .spot .section-title {
    margin-bottom: 170px;
  }
}

.spot .lead-title {
  margin-top: -100px;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  min-width: 100px;
}

.spot .large-name {
  position: absolute;
  left: -150px;
  top: -70px;
  right: auto;
  z-index: -1;
}

@media (max-width: 1400px) {
  .spot .large-name {
    left: -60px;
  }
}

@media (max-width: 991px) {
  .spot .large-name {
    left: 0;
  }
}

.spot-text {
  position: relative;
}

.spot-text p {
  line-height: calc(35 / 16);
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .spot-text p {
    margin-bottom: 30px;
  }
}

.spot-text::before {
  content: "";
  background-image: url(./img/item-wave.svg);
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 35px;
  position: absolute;
  bottom: -80px;
  left: 100px;
  background-size: cover;
}

@media (max-width: 768px) {
  .spot-text::before {
    width: 70px;
    height: 23px;
  }
}

/* .spot::after{
	content: "";
  background-image: url(./img/wave02v2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  aspect-ratio: 1440 / 91;
} */

.spot {
  position: relative;
}

.spot::before {
  content: "";
  background-image: url(./img/item-wave.svg);
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 35px;
  position: absolute;
  bottom: 250px;
  right: calc((100% - 1160px) / 2);
  background-size: cover;
}

.spot::after {
  content: "";
  background-image: url(./img/wave02v2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  aspect-ratio: 1405 / 95;
}

@media (max-width: 768px) {
  .spot::after {
    bottom: calc(100% - 1px);
  }
}

.faq,
.rooms-amenities {
  background-color: #f8f7f4;
  position: relative;
  padding-bottom: 110px;
  scroll-margin-top: 10px;
}

@media (max-width: 768px) {
  .faq {
    padding-bottom: 70px;
  }
}

.faq::before,
.rooms-amenities:before {
  content: "";
  background-image: url(./img/faq-round.png);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 100%;
  background-position: center;
  aspect-ratio: 1200 / 125;
  background-size: cover;
}

.page-faq .faq::before {
  content: none;
}

@media (min-width: 1500px) {
  .faq::before,
  .rooms-amenities:before {
    bottom: 90%;
  }
}

@media (max-width: 991px) {
  .faq::before,
  .rooms-amenities:before {
    bottom: 100%;
  }
}

@media (max-width: 768px) {
  .faq .section-title {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
/* 
.accordion-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
} */

.accordion {
  margin-top: 70px;
}

.accordion-item {
  border: none;
  border-radius: 15px;
}

.accordion-button,
.accordion-header {
  padding: 30px 40px 30px 80px;
  --fsz: 20;
  font-size: var(--font-size);
  font-weight: 500;
  letter-spacing: 0.1em;
  outline: none;
  border-radius: 15px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}

body {
  /* background: #f7f7f7; */
  /* padding: 20px; */
}

.accordion-body {
  display: none;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 0 0 30px 30px;
}

@media (max-width: 991px) {
  .accordion-button,
  .accordion-header {
    padding-left: 30px;
    --fsz: 18;
  }
}

@media (max-width: 768px) {
  .accordion-button,
  .accordion-header {
    padding: 20px 15px;
    --fsz: 16;
  }
}

.accordion-item:last-of-type,
.accordion-item:first-of-type {
  border-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 15px;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item,
.accordion-button {
  border-radius: 15px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-title {
  padding-right: 30px;
}

.accordion-button::before,
.accordion-header:before {
  content: "Q";
  display: block;
  --fsz: 35;
  color: var(--color-red);
  font-weight: bold;
  margin-right: 22px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .accordion-button::before,
  .accordion-header:before {
    --fsz: 25;
    margin-right: 10px;
  }
}

.accordion-button::after,
.accordion-header:not(.show)::after {
  content: "＋";
  display: block;
  background-color: var(--color-red);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 37px;
  --fsz: 25;
  background-image: none;
  padding-left: 2px;
  margin-left: auto;
  transition: 0.3s;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-header::after {
  content: "ー";
  background-color: #a3a2a2;
  background-image: none;
  line-height: 35px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 37px;
  --fsz: 25;
  background-image: none;
  padding-left: 2px;
  margin-left: auto;
  transition: 0.3s;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .accordion-button:not(.collapsed)::after,
  .accordion-header::after {
    line-height: 27px;
  }
}

.accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.accordion {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .accordion {
    margin-bottom: 30px;
  }
}

.accordion-body {
  padding-left: 130px;
  padding-right: 100px;
  padding-bottom: 50px;
  background-color: #fff;
  border: none;
}

@media (max-width: 991px) {
  .accordion-body {
    padding-left: 80px;
  }
}

@media (max-width: 768px) {
  .accordion-body {
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 45px;
    padding-top: 0;
  }
}

.access {
  padding: 140px 0 120px 0;
  scroll-margin-top: 10px;
}

@media (max-width: 768px) {
  .access {
    padding: 70px 0;
    scroll-margin-top: -60px;
  }
}

@media (max-width: 768px) {
  .accordion-button::after,
  .accordion-header::after,
  .accordion-header:not(.show)::after {
    --fsz: 18;
    width: 30px;
    height: 30px;
    line-height: 28px;
    flex-shrink: 0;
  }
}

.access .container {
  max-width: 995px;
}

.access address {
  margin-top: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

.access-way {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (max-width: 768px) {
  .access-way {
    margin-bottom: 100px;
  }
}

/* .access-way::after{
	content: "";
	background-image: url(./img/item-access.png);
	display: block;
	width: 300px;
	height: 230px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
} */

.access-way-head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .access-way-head img {
    width: 80px;
    height: 80px;
  }
}

.access-way-head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(./img/access-line.png);
}

footer {
  background-image: url(./img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 75px 0 35px 0;
}
footer address {
  color: #fff;
  margin: 50px 0 35px 0;
}

@media (max-width: 768px) {
  footer address {
    margin: 15px 0 30px 0;
  }
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer-nav {
    gap: 20px;
    margin-bottom: 30px;
  }
  .footer-nav a {
    width: calc(33% - 20px);
    text-align: center;
  }
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

.ms-btn.white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
}

.ms-btn.white:hover {
  opacity: 1;
  background-color: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}

.ms-btn.white:after {
  background-image: url(./img/icon-arrow-right-white.svg);
}

@media (max-width: 768px) {
  footer .ms-btn.white {
    margin-bottom: 30px;
  }
}

.footer-copyright {
  color: #fff;
  --fsz: 12;
  margin-top: 60px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .footer-copyright {
    margin-top: 30px;
  }
}

.pagetop {
  margin-top: 90px;
}

@media (max-width: 768px) {
  .pagetop {
    margin-top: 50px;
  }
}

.gmap {
  margin-bottom: 40px;
  width: 100%;
  aspect-ratio: 965 / 450;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .gmap {
    margin-top: 0;
  }
}

.gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .gmap iframe {
    border-radius: 10px;
  }
}

.wow:not(.animate__animated) {
  animation-name: none;
  visibility: hidden;
}

.fixed {
  position: relative;
  clip-path: inset(0);
  font-size: 0;
  aspect-ratio: 1708 / 960;
}

@media (max-width: 768px) {
  .fixed {
    height: 500px;
  }
}

.fixed video {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  object-fit: cover;
}

footer .tel-link {
  color: #fff !important;
  text-decoration: none;
}

@media (min-width: 769px) {
  .tel-link {
    pointer-events: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0); /* ← ここで距離を短く */
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.access-map {
  margin-bottom: 70px;
  position: relative;
  text-align: center;
  max-width: 765px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .access-map {
    margin-bottom: 70px;
  }
}

.access-map::after {
  content: "";
  background-image: url(./img/item-access.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 280px;
  height: 240px;
  position: absolute;
  right: -150px;
  bottom: -130px;
}

@media (max-width: 991px) {
  .access-map::after {
    width: 180px;
    height: 140px;
    right: -70px;
    bottom: -70px;
  }
}

@media (max-width: 768px) {
  .access-map::after {
    width: 100px;
    height: 80px;
    right: -30px;
    bottom: -60px;
  }
}

.access-link {
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media (max-width: 768px) {
  .access-link {
    flex-direction: column;
    align-items: center;
  }
}

.access-link a {
  background-color: #fff;
  border-radius: 10px;
  width: calc(50% - 15px);
  color: #231815;
  text-decoration: none;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  height: 102px;
  text-align: center;
  line-height: 102px;
  position: relative;
  max-width: 260px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .access-link a {
    width: 100%;
    max-width: 350px;
    height: 80px;
    line-height: 80px;
  }
}

.access-link a:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 11px;
  border-radius: 0 0 10px 10px;
}

.access-link a.blue::before {
  background-color: #6ba0de;
}
.access-link a.red::before {
  background-color: var(--color-red);
}

.access-bottom {
  margin: 30px 0 60px 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(./img/access-line.png);
}

@media (max-width: 768px) {
  .access-bottom {
    margin: 30px 0 50px 0;
  }
}

.access-bottom img {
  height: 100%;
}

.external-link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.external-link::after {
  content: "";
  background-image: url(./img/external-link.svg);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.access-bottom-text {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 768px) {
  .access-bottom-text {
    --fsz: 14;
  }
}

.page-header {
  width: 100%;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .page-header {
    height: 190px;
  }
}

.page-about .page-header {
  background-image: url(./img/about-header.png);
}
.page-rooms .page-header {
  background-image: url(./img/rooms-header.jpg);
}
.page-spots .page-header {
  background-image: url(./img/spots-header.jpg);
}
.page-faq .page-header {
  background-image: url(./img/spots-header.jpg);
}

.page-faq {
  background-color: #f7f7f7;
}

.page-title {
  margin-bottom: 120px;
  margin-top: -40px;
}

@media (max-width: 768px) {
  .page-title {
    margin-bottom: 100px;
  }
}

.page-title-inner {
  background-color: var(--color-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  gap: 40px;
  padding: 11px 50px;
}
.page-title-inner span {
  line-height: 1;
}

.page-title-inner .page-title-main {
  --fsz: 60;
}

.page-title-main {
  padding-bottom: 5px;
}

.page-title-inner .page-title-sub {
  --fsz: 35;
}

@media (max-width: 768px) {
  .page-title-inner {
    gap: 20px;
    padding: 10px 20px;
  }

  .page-title-inner .page-title-sub {
    --fsz: 30;
  }
}

@media (max-width: 575px) {
  .page-title-inner .page-title-main {
    --fsz: 40;
  }
  .page-title-inner .page-title-sub {
    --fsz: 18;
  }
}

.page-title-ja {
  --fsz: 25;
  font-size: var(--font-size);
  font-weight: 600;
  padding-left: 50px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .page-title-ja {
    --fsz: 22;
    padding-left: 20px;
  }
}

.column-title {
  --fsz: 28;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-size: var(--font-size);
  text-align: left;
}

@media (max-width: 768px) {
  .column-title {
    margin-bottom: 20px;
    --fsz: 18;
  }
}
/* 
@media(max-width:575px) {
  .column-title{
    --fsz: 18;
  }
} */

.about-column-bottom {
  margin-bottom: 170px;
}

@media (max-width: 768px) {
  .about-column-bottom {
    margin-bottom: 70px;
  }
}

.about-cloumn {
  padding-bottom: 220px;
}

.about-cloumn p {
  line-height: calc(35 / 16);
}

@media (min-width: 1500px) {
  .about-cloumn {
    padding-bottom: 350px;
  }
}

@media (max-width: 768px) {
  .about-cloumn {
    padding-bottom: 120px;
  }
}

.facility-info {
  margin-bottom: 200px;
}

@media (max-width: 768px) {
  .facility-info {
    margin-bottom: 120px;
  }
}

.facility-info table {
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
}

.facility-info table {
  border-collapse: separate;
  width: 100%;
  border-spacing: 5px;
}

.facility-info table th,
.facility-info table td {
  padding: 30px 50px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}

.facility-info table th {
  background-color: #e6e6e6;
  color: #777777;
  width: 265px;
}

@media (max-width: 768px) {
  .facility-info table th,
  .facility-info table td {
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
}

.facility-info table td {
  background-color: #f8f7f4;
  color: #231815;
}

.facility-info h2 {
  color: var(--color-red);
  --fsz: 28;
  font-size: var(--font-size);
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .facility-info h2 {
    --fsz: 20;
    margin-bottom: 10px;
  }
}

.facility-table {
  position: relative;
}

.facility-table::before {
  content: "";
  background-image: url(./img/item-lead.svg);
  width: 220px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: -90px;
  top: -80px;
  z-index: -1;
}

.facility-table::after {
  content: "";
  background-image: url(./img/item-kamome.svg);
  display: block;
  width: 68px;
  height: 60px;
  position: absolute;
  top: -150px;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .facility-table::before {
    width: 200px;
    height: 88px;
  }
}

.rooms-top {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .rooms-top {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .rooms-top {
    margin-bottom: 5px;
  }
}

.rooms-amenities {
  padding-bottom: 100px;
}

.rooms-amenities h2 {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .rooms-amenities h2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .rooms-amenities-wrapper {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .rooms-amenities {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.rooms-about {
  padding-bottom: 270px;
}

.rooms-about p {
  line-height: calc(35 / 16);
}

@media (min-width: 1500px) {
  .rooms-about {
    padding-bottom: 350px;
  }
}

@media (min-width: 2000px) {
  .rooms-about {
    padding-bottom: 450px;
  }
}

@media (max-width: 575px) {
  .rooms-about {
    padding-bottom: 150px;
  }
}

.amenitie-text {
  max-width: 405px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: calc(35 / 16);
}

@media (max-width: 768px) {
  .amenitie-text {
    margin-bottom: 30px;
  }
}

.amenitie-caption {
  letter-spacing: 0.1em;
  color: var(--color-red);
  text-align: center;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .amenitie-caption {
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

ul.nav-pills {
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  gap: 70px 10px;
  flex-wrap: wrap;
}

.tab-btn-area {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.tab-pane {
  outline: none;
}

@media (min-width: 992px) {
  .tab-pane > .row {
    margin-right: -16px;
    margin-left: -16px;
  }

  .tab-pane > .row > div {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.nav-pills .nav-item {
  width: calc((100% - (10px * 3)) / 4);
}

@media (max-width: 768px) {
  ul.nav-pills {
    gap: 30px 10px;
  }
  .nav-pills .nav-item:first-child {
    width: 100%;
  }

  .nav-pills .nav-item:first-child .nav-link {
    width: calc(100% / 3);
    margin-right: auto;
    margin-left: auto;
  }

  .nav-pills .nav-item {
    width: calc((100% - (10px * 2)) / 3);
  }
}

@media (max-width: 575px) {
  .nav-pills .nav-item {
    width: calc((100% - (10px * 1)) / 2);
  }
  .nav-pills .nav-item:first-child .nav-link {
    width: calc(100% / 2);
    margin-right: auto;
    margin-left: auto;
  }
}

.nav-pills .nav-link {
  border-radius: 0;
  border: none;
  color: #b8b8b8;
  width: 100%;
  padding: 0;
  position: relative;
}

.nav-pills .nav-link::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #b8b8b8;
  margin-top: 14px;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.4s ease;
}

.nav-pills .nav-link:hover::after {
  transform: scaleX(0.5);
  background-color: var(--color-red);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--color-red);
  background-color: transparent;
}

.nav-pills .nav-link.active::after {
  background-color: var(--color-red);
  height: 3px;
}
.nav-pills .nav-link.active .fade-text {
  color: var(--color-red);
}

.nav-pills .nav-link {
  position: relative;
}

.fade-text {
  transform: translate(0, 0);
  transition: 0.3s;
  font-weight: 500;
}

.fade-text span {
  transition: opacity 0.4s ease;
}

.nav-pills .nav-link .on {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  opacity: 0;
}

.nav-pills .nav-link:hover .fade-text {
  color: var(--color-red);
  transform: translate(0, -100%);
}

.nav-pills .nav-link:hover .off {
  opacity: 0;
}

.nav-pills .nav-link:hover .on {
  opacity: 1;
}

.fade-text {
  color: #b8b8b8;
  position: relative;
}

.spot-card {
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .spot-card {
    margin-bottom: 60px;
  }
}

.card-badge {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 2;
  display: block;
  background-color: #fff;
  --fsz: 14;
  min-width: 194px;
  text-align: center;
  border-radius: 10px;
  padding: 2px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .card-badge {
    top: 10px;
    left: 10px;
  }
}

@media (max-width: 575px) {
  .card-badge {
    --fsz: 12;
    min-width: auto;
    padding: 2px 10px;
  }
}

.spot-card img {
  border-radius: 30px;
}

@media (max-width: 768px) {
  .spot-card img {
    border-radius: 15px;
  }
}

.spot-card-title {
  font-size: var(--font-size);
  --fsz: 23;
  margin-top: 35px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .spot-card-title {
    --fsz: 18;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .spot-card-title {
    --fsz: 15;
  }
}

.spot-address dl {
  display: flex;
  margin-bottom: 0;
  padding: 18px;
  --fsz: 14;
  letter-spacing: 0.1em;
}

.spot-address dl:nth-last-child(2) {
  border-bottom: 1px dotted #707070;
}

@media (max-width: 768px) {
  .spot-address dl {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .spot-address dl {
    flex-direction: column;
    padding: 5px;
  }
}

.spot-address dd {
  margin-bottom: 0;
  padding-left: 10px;
}

@media (max-width: 575px) {
  .spot-address dd {
    padding-left: 0;
  }
}

.spot-address dt {
  min-width: 46px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}

.spot-address dt::after {
  content: ":";
  display: block;
}

@media (max-width: 575px) {
  .spot-address dt {
    justify-content: flex-start;
  }
}

.spot-address {
  margin-bottom: 25px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.tab-content {
  margin-bottom: 250px;
  outline: none;
}

@media (max-width: 768px) {
  .tab-content {
    margin-bottom: 100px;
  }
}

.spot-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.spot-link a {
  display: block;
  background-color: var(--color-red);
  color: #fff;
  --fsz: 14;
  width: calc((100% / 2) - 6px);
  border-radius: 16px;
  padding: 6px 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.spot-link a::after {
  content: "";
  background-image: url(./img/icon-exteral.svg);
  display: block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  margin-left: auto;
}

@media (max-width: 768px) {
  .spot-link {
    flex-direction: column;
  }
  .spot-link a {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .spot-link a {
    padding: 9px 25px;
  }
}

@media (min-width: 576px) {
  .tel-link {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }
}

@media (max-width: 575px) {
  .tel-link {
    pointer-events: all;
  }
}

@media (min-width: 992px) {
  .rooms-thumb {
    margin-right: -17px;
    margin-left: -17px;
  }

  .rooms-thumb > div {
    padding-right: 17px;
    padding-left: 17px;
  }
}

.footer-contact {
  background-color: #f8f7f4;
  /* background: rgba(248,247,244,0.7); */
  padding: 80px 0;
}
.footer-contact-top {
  margin-bottom: 75px;
  text-align: center;
}

.footer-contact-top .ms-btn {
  background-color: transparent;
  --fsz: 14;
  border-color: #231815;
  width: 180px;
  padding: 5px 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  border: 1px solid;
  font-weight: 500;
}

.footer-contact-top .ms-btn:hover{
  background-color: var(--color-red);
  color: #fff;
  border-color: var(--color-red);
}

.footer-contact-top .ms-btn::after {
  content: none;
}

.footer-contact-inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 15px 60px 15px;
  position: relative;
}

@media(max-width:768px) {
  .footer-contact-inner{
    padding: 50px 10px;
  }
}

.footer-contact-title {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  --fsz: 60;
  letter-spacing: 0.05em;
  color: var(--color-red);
  font-weight: bold;
}

@media(max-width:768px) {
  .footer-contact-title{
    --fsz: 30;
    top: -25px;
  }
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}


.grid-item {
  text-align: center;
  position: relative;
}

.grid-item .ms-btn{
  width: 200px;
  padding: 8px 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.grid-item:not(:last-child)::after {
  content: "";
  background-image: url(./img/vertical-line.svg);
  display: block;
  width: 1px;
  height: 85%;
  background-repeat: no-repeat;
  position: absolute;
  right: -12px;
  top: 0;
}

@media(max-width:768px) {
  .footer-contact-grid{
    grid-template-columns:1fr;
    gap: 50px;
  }
  .grid-item:not(:last-child)::after{
    content: none;
  }
}

.footer-contact-img {
  margin-bottom: 20px;
}
.footer-contact-main {
  --fsz: 18;
  font-weight: 500;
  margin-bottom: 20px;
  text-decoration: underline;
}

.footer-contact-tell {
  font-family: "Comfortaa", sans-serif;
  --fsz: 30;
  letter-spacing: 0.02em;
  color: var(--color-red);
  font-weight: 700;
}

@media(max-width:991px) {
  .footer-contact-tell{
    --fsz:24;
  }
}

@media(max-width:768px) {
  .footer-contact-tell{
    --fsz: 20;
  }
  .line-link img{
    width: 100px;
  }
}

.footer-contact-tell a {
  color: var(--color-red);
  text-decoration: none;
}

/* .footer-contact .container{
  max-width: 940px;
} */
