@charset "UTF-8";

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}





.md {
  max-width: 850px;
  margin: auto;
}

.lg {
  max-width: 1000px;
  margin: auto;
}

.xl {
  max-width: 1200px;
  margin: auto;
}



@media screen and (max-width: 1200px) {
  .xl {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1000px) {
  .xl {
    max-width: 850px;
  }

  .lg {
    max-width: 850px;
  }
}

@media screen and (max-width: 850px) {
  .xl {
    max-width: 760px;
  }

  .lg {
    max-width: 760px;
  }

  .md {
    max-width: 760px;
  }
}

a {
  text-decoration: none;
  color: #272625;
  transition: ease-in 0.35s;
}

a:hover {
  opacity: 0.8;
  transition: ease-in 0.35s;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}



.top-ttl {
  height: 74px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .top-ttl {
    height: 13.3333333333vw;
    text-align: center;
  }
}

.top-ttlImg {
  height: 100%;
}

.top-ttlImg img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .top-ttlImg img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.4666666667vw;
  }
}

.flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}

.center {
  justify-content: center;
}

.sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: inline-block;
  }
}





.subTtl {
  font-size: 30px;
  line-height: 1.67;
  letter-spacing: 0.06em;
  margin-top: 0.625rem;
}

.en-US .subTtl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .subTtl {
    font-size: 5.8666666667vw;
    display: flex;
    margin-top: 0.6666666667vw;
  }
}

#page-top {
  cursor: pointer;
}



.link-button {
  height: 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.06em;
  margin-left: auto;
  line-height: 2.5;
  padding-bottom: 5px;
  border-bottom: 1px solid #272625;
}

.link-button::after {
  content: "";
  width: 43px;
  height: 6.8px;
  display: inline-block;
  background: url("../images/common/icon_arrow_black.svg") no-repeat center/cover;
  margin-left: 57px;
}

@media screen and (max-width: 767px) {
  .link-button::after {
    width: 22px;
    height: 3.5px;
    margin-left: 0;
  }

  .en-US .link-button::after {
    margin-left: auto;
    padding-right: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .link-button {
    font-size: 14px;
    height: auto;
    padding-left: 0;
    justify-content: flex-start;
    gap: 8px;
  }
}





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

  /* .head {
    height: 58.1333333333vw;
  } */
  
}



.first {
  text-align: center;
}

.first__ttl {
  text-align: center;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .first__ttl {
    padding-top: 14.6666666667vw;
  }
}

.first__ttlText {
  font-size: 1.875rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .first__ttlText {
    font-size: 5.8666666667vw;
    margin: 0;
  }
}

.en-US .first__ttlText {
  font-weight: normal;
  letter-spacing: 0.06em;
}

.first .menuDetail-price__priceCaution {
  text-align: start;
  padding-left: 12px;
  padding-right: 12px;
}























.breadcrumb-item.active {
  display: flex;
  align-items: center;
}













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

  .xl,
  .lg {
    width: 86.6666666667vw;
  }
}

















































































































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

  .price-common__tableDescriptionDetail.sp-none {
    display: none;
  }
}





















































































































































.menuDetail-commonMechanism__text.pc-none {
  display: none;
}

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

  .menuDetail-commonMechanism__text.sp-none {
    display: none;
  }

  .menuDetail-commonMechanism__text.pc-none {
    display: block;
  }
}























/** フェードインアニメーション **/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInSide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/** ディレイタイム **/
.delay__1 {
  animation-delay: 0.2s;
}

.delay__2 {
  animation-delay: 0.4s;
}



.delay__4 {
  animation-delay: 0.8s;
}













/** アクション **/
.float {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.float.active {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}





.floatRight.active {
  animation-name: fadeInSide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .floatRight.active {
    transform: translate(0, 4vw);
  }
}





.floatLeft.active {
  animation-name: fadeInSide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .floatLeft.active {
    transform: translate(0, 4vw);
  }
}

body {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.show {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.header__logo {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 380px;
  margin: 0;
}

.header__logoImg {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 58.3333333333vw;
    top: 0vw;
  }
}

















.header__navButton {
  position: fixed;
  /* right: 83px; */
  right: 30px;
  top: 26px;
  padding: 23.5px 10.5px;
  z-index: 151;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(141, 119, 94, 0.6);
}

@media screen and (max-width: 767px) {
  .header__navButton {
    width: 12.2666666667vw;
    height: 11.8666666667vw;
    right: 3.4666666667vw;
    top: 4.2666666667vw;
    padding: 2.9333333333vw 2.6666666667vw;
  }
}

.header__navButton span {
  height: 1.5px;
  width: 27px;
  background-color: white;
  position: relative;
  display: block;
  transition: all 0.35s ease-in-out;
}

@media screen and (max-width: 767px) {
  .header__navButton span {
    height: 0.2666666667vw;
    width: 6.9333333333vw;
    top: 2.9333333333vw;
  }
}

.header__navButton span:before {
  top: -11px;
}

@media screen and (max-width: 767px) {
  .header__navButton span:before {
    top: -2.9333333333vw;
  }
}

.header__navButton span:after {
  top: 11px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .header__navButton span:after {
    top: 2.9333333333vw;
  }
}

.header__navButton span:before,
.header__navButton span:after {
  height: 1.5px;
  width: 27px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all 0.35s ease-in-out;
}

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

  .header__navButton span:before,
  .header__navButton span:after {
    height: 0.2666666667vw;
    width: 6.9333333333vw;
  }
}

.header__navButton span:after {
  width: 17px;
}

@media screen and (max-width: 767px) {
  .header__navButton span:after {
    width: 4.4vw;
  }
}

@media screen and (min-width: 768px) {

  .header__navButton:hover span,
  .header__navButton:hover span:before,
  .header__navButton:hover span:after {
    background: #fff;
  }
}

.header__navInput[type=checkbox] {
  display: none;
}

.header__navInput[type=checkbox]:checked~.header__navButton {
  background-color: rgba(0, 0, 0, 0);
}

.header__navInput[type=checkbox]:checked~.header__navOverlay {
  visibility: visible;
  overflow-y: scroll;
}

.header__navInput[type=checkbox]:checked~.header__navButton:hover span,
.header__navInput[type=checkbox]:checked~.header__navButton span {
  background: transparent;
}

.header__navInput[type=checkbox]:checked~.header__navButton span:before {
  transform: rotate(32deg) translate(5px, 11px);
  width: 32px;
}

@media screen and (max-width: 767px) {
  .header__navInput[type=checkbox]:checked~.header__navButton span:before {
    transform: rotate(32deg) translate(1.3333333333vw, 2.9333333333vw);
    width: 8.1333333333vw;
  }
}

.header__navInput[type=checkbox]:checked~.header__navButton span:after {
  transform: rotate(-32deg) translate(7px, -7px);
  width: 32px;
}

@media screen and (max-width: 767px) {
  .header__navInput[type=checkbox]:checked~.header__navButton span:after {
    transform: rotate(-32deg) translate(1.8666666667vw, -1.8666666667vw);
    width: 8.1333333333vw;
  }
}

.header__navOverlay {
  height: 100vh;
  width: 100vw;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/top/hero03.png) no-repeat center center/cover;
  z-index: 150;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: auto;
}

.header__navOverlay .header__navLogoWrapper {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  margin: 0;
}

.header__navOverlay .header__navLogoWrapperImg {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header__navOverlay .header__navLogoWrapper {
    width: 37.3333333333vw;
    top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .header__navOverlay {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/top/hero03.png) no-repeat center center/cover;
  }
}

.header__navOverlay .header__navInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 100vh;
  padding: 120px 0 40px;
  padding-left: 0;
  list-style-type: none;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .header__navOverlay .header__navInner {
    justify-content: flex-start;
    padding-top: 37.3333333333vw;
  }
}

.header__navOverlay .header__navList li {
  padding: 1em;
  padding: 0vw;
}

.header__navOverlay .header__navList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.39vw 0;
  flex-wrap: wrap;
  width: 733px;
}

.header__navOverlay .header__navList .header__navItem {
  width: 25%;
}

.header__navOverlay .header__navList .header__navItem.navItem__menu {
  transform: translateX(25px);
}

@media screen and (max-width: 767px) {
  .header__navOverlay .header__navList {
    width: 73.3333333333vw;
    justify-content: flex-start;
    gap: 12vw 0;
  }

  .header__navOverlay .header__navList .header__navItem {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .header__navOverlay .header__navList .header__navItem.navItem__menu {
    transform: translateX(0px);
  }

  .header__navOverlay .header__navList .header__navItem:nth-child(odd) {
    /* width: 63%; */
    width: 45%;
  }

  .header__navOverlay .header__navList .header__navItem:nth-child(even) {
    /* width: 37%; */
    width: 55%;
  }

  body.en-US .header__navOverlay .header__navList .header__navItem:nth-child(odd) {
    width: 100%;
  }

  body.en-US .header__navOverlay .header__navList .header__navItem:nth-child(even) {
    width: 100%;
  }
}

/* ハンバーガーメニュー 3段構成（上段=ページ / 中段=10メニュー / 下段=問合せ）。
   各段は .header__navList を縦に積み、段間に薄い罫線で区切る。
   PC は 1行5個（20%）、携帯は 1行3個（33%）で並べる。 */
.header__navOverlay .header__navList--pages,
.header__navOverlay .header__navList--menu {
  width: 900px;
}

.header__navOverlay .header__navList--pages .header__navItem,
.header__navOverlay .header__navList--menu .header__navItem {
  width: 20%;
}

.header__navOverlay .header__navList--menu,
.header__navOverlay .header__navList--contact {
  margin-top: 3.39vw;
  padding-top: 3.39vw;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* 下段は罫線を中段と同じ幅で見せるため、リスト自体は 900px。
   1項目は base の justify-content:center で中央に置く。 */
.header__navOverlay .header__navList--contact {
  width: 900px;
  column-gap: 56px;
}

.header__navOverlay .header__navList--contact .header__navItem {
  width: auto;
}

@media screen and (max-width: 767px) {
  /* 携帯：1行2個 */
  .header__navOverlay .header__navList--pages,
  .header__navOverlay .header__navList--menu {
    width: 90vw;
    display: grid;
    /* 上段(pages)と中段(menu)で列位置を揃えるため固定幅の2列にする（中段の長い項目に合わせる） */
    grid-template-columns: 32vw 42vw;
    justify-content: center;           /* 2列グループを中央寄せ＝左右に余白 */
    column-gap: 22px;                  /* 列間の余白（狭め） */
    row-gap: 7vw;
  }

  .header__navOverlay .header__navList--pages .header__navItem,
  .header__navOverlay .header__navList--menu .header__navItem,
  .header__navOverlay .header__navList--pages .header__navItem:nth-child(odd),
  .header__navOverlay .header__navList--pages .header__navItem:nth-child(even),
  .header__navOverlay .header__navList--menu .header__navItem:nth-child(odd),
  .header__navOverlay .header__navList--menu .header__navItem:nth-child(even) {
    width: auto;
    text-align: left;
  }

  .header__navList--pages .header__navLink,
  .header__navList--menu .header__navLink {
    line-height: 1.4;
  }

  .header__navOverlay .header__navList--menu,
  .header__navOverlay .header__navList--contact {
    width: 90vw;
    margin-top: 8vw;
    padding-top: 8vw;
  }

  /* 下段：キャンセルポリシー1項目のみ。中央に置く */
  .header__navOverlay .header__navList--contact {
    justify-content: center;
  }

  .header__navOverlay .header__navList--contact .header__navItem {
    width: auto;
    text-align: center;
  }
}

.header__navList .header__navLink {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.header__navList .header__navLinkEn {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .header__navList .header__navLink {
    font-size: 3.7vw;
    white-space: nowrap;
  }

  .header__navList .header__navLinkEn {
    display: none;
  }
}

.header__instaButton {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 70px;
  font-size: 12px;
  display: block;
  height: 49px;
  width: 246px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a2998f;
  position: relative;
}

.header__instaButton::before {
  content: "";
  position: absolute;
  left: 50px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_instagram_black.svg) no-repeat center/cover;
}

.header__lineButton::before {
  content: "";
  position: absolute;
  left: 50px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_line_black.svg) no-repeat center/cover;
}

.header__instaButton::after {
  content: "";
  position: absolute;
  right: 12px;
  display: block;
  width: 30px;
  height: 4.75px;
  background: url(../images/common/icon_arrow_black.svg) no-repeat center/cover;
}

.header__instaButton.header__contactButton {
  background-color: #ddd3c7;
}

@media screen and (max-width: 767px) {
  .header__instaButton.header__contactButton {
    width: 82.6666666667vw;
    height: 15.3333333333vw;
    font-size: 4vw;
  }
}

.header__instaButton.header__contactButton::before {
  content: none;
}

.header__instaButton.header__contactButton .header__contactButtonEn {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .header__instaButton.header__contactButton .header__contactButtonEn {
    font-size: 2.9333333333vw;
    margin-left: 3.2vw;
  }
}

.header__navLinkWrapper {
  gap: 70px;
}

@media screen and (max-width: 767px) {
  .header__instaButtonSp {
    margin-top: 12vw;
    height: 14.6666666667vw;
    width: 14.6666666667vw;
  }

  .header__instaButtonSpPicture img {
    width: 50%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header__instaButton.sp-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__lineButtonSp {
    margin-top: 12vw;
    height: 14.6666666667vw;
    width: 14.6666666667vw;
  }

  

  .header__lineButton.sp-none {
    display: none;
  }
}

.header__navOverlay {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.header__navOverlay.show {
  opacity: 1;
  visibility: visible;
}

.header__tel {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 90px;
  top: 26px;
  z-index: 148;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(195, 144, 29, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .header__tel {
    width: 12.2666666667vw;
    height: 11.8666666667vw;
    font-size: 3vw;
    right: 18vw;
    top: 4.2666666667vw;
  }
}

.header__tel::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/common/icon_tel.svg) center center / contain no-repeat;
}

@media screen and (max-width: 767px) {
  .header__tel::before {
    width: 4vw;
    height: 4vw;
  }
}

.reservation {
  height: 142px;
  width: 142px;
  background-color: rgba(184, 150, 0, 0.8);
  padding-top: 5px;
  position: fixed;
  bottom: 20px;
  /* right: 6%; */
  right: 30px;
  z-index: 3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .reservation {
    right: auto;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 13vw;
    border-radius: 0;
    padding-top: 0;
  }
}

.reservation_link {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.33;
}

.en-US .reservation_link {
  font-size: 0.85rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .reservation_link {
    font-size: 3.7vw;
    position: relative;
    display: block;
    width: 100%;
  }

  .en-US .reservation_link {
    font-size: 3vw;
  }
}

.reservation_link::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 21px;
  height: 19px;
  background: url(../images/common/icon_reserve.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .reservation_link::before {
    display: none;
  }
}

.reservation_link::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 26px;
  height: 5px;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .reservation_link::after {
    position: absolute;
    bottom: 50%;
    right: 10px;
    left: auto;
    width: 1.6vw;
    height: 1.6vw;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: translateY(50%) rotate(45deg);
    transition: ease-in .2s;
  }
}

















.reservation3 {
  background-color: rgba(196, 120, 54, 0.8);
  right: 30px;
}

@media screen and (max-width: 767px) {
  .reservation3 {
    left: 0;
    right: auto;
  }
}

.reservation3 .reservation_link {
  line-height: 1.2;
  font-size: 0.85rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .reservation3 .reservation_link {
    font-size: 3vw;
    padding-right: 3vw;
    margin-top: 0;
  }
}

.reservation3 .reservation_link::after {
  bottom: 15px;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 572px;
  background: rgb(246, 238, 228);
  background: linear-gradient(180deg, rgb(246, 238, 228) 0%, rgb(255, 255, 255) 100%);
}

@media screen and (max-width: 767px) {
  .parallax-container {
    height: 96.4vw;
  }
}

.parallax-container.top-bgBottom {
  height: 530px;
}

.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parallax-layer .parallax-image {
  /* position: absolute;
  width: auto;
  min-width: 100%;
  height: auto;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover; */
  min-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .parallax-layer .parallax-image {
    width: 100%;
    min-width: 100%;
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  .parallax-container.top-bgBottom {
    height: 72vw;
  }
}

.parallax-container.top-bgBottom .parallax-layer {
  height: 106%;
}

.parallax-container.reception-image .parallax-layer {
  /* height: 180%; */
  height: 100%;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .parallax-container.reception-image .parallax-image {
    top: 140%;
    /* height: 100vh; */
    height: 65vh;
  }
}

.footer {
  background-color: #36322f;
  position: relative;
}

.footer__scrollTop {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 72px;
}

.footer__scrollTop span {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .footer__scrollTop span {
    font-size: 3.2vw;
  }
}

.footer__scrollTop::after {
  content: "";
  position: absolute;
  top: -35px;
  width: 1px;
  height: 55px;
  background: #8d775e;
}

.footer-inner {
  padding: 90px 0 25px;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 23.2vw 0 5.3333333333vw;
  }
}

.footer__logo {
  display: flex;
  justify-content: center;
  width: 167px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 45.3333333333vw;
    margin: auto;
  }
}























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

  

  

  

  

  .footer-text__rightInfo .pc-none {
    margin-left: 1.3333333333vw;
    white-space: nowrap;
  }

  

  

  

  
}





.footer-bottom {
  font-size: 0.875rem;
  margin-top: 55px;
  color: #f6eee4;
  display: flex;
  justify-content: center;
}

.footer-bottom .pc-none {
  display: none;
}



.footer-bottom p {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
    margin-left: -3.0666666667vw;
    margin-right: -3.0666666667vw;
    display: flex;
    justify-content: space-between;
  }

  .footer-bottom__link,
  .footer-bottom p {
    padding-right: 0;
  }
}

.footer-menu {
  display: flex;
  margin-top: 70px;
  gap: 100px;
}

@media screen and (max-width: 767px) {
  .footer-menu {
    flex-wrap: wrap;
    margin-top: 12vw;
    gap: 0;
    flex-direction: column-reverse;
  }
}

.footer-menu .footer-menuBlock {
  width: 33.3333333333%;
}

.footer-menu .footer-menuBlock a {
  color: #f6eee4;
}

.footer-menu .footer-menuBlock:first-of-type {
  padding-left: 78px;
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-menuBlock:first-of-type {
    padding-left: 4vw;
    width: 100%;
    margin-top: 9.3333333333vw;
  }
}

.footer-menu .footer-menuBlock:nth-child(2) {
  min-width: 310px;
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-menuBlock:nth-child(2) {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-menuBlock:last-of-type {
    display: none;
  }
}

.footer-menu .footer-menuBlockListItem:not(:first-of-type) {
  margin-top: 35px;
}

.footer-menu .footer-menuBlockCenterList {
  margin-left: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-menuBlockCenterList {
    margin-left: 0;
    padding-left: 8.6666666667vw;
    margin-top: 8.6666666667vw;
  }
}

.footer-menu .footer-menuBlockCenterList .footer-menuBlockCenterLink {
  line-height: 1.7;
  font-size: 0.875rem;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-menuBlockCenterList .footer-menuBlockCenterLink {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-menuBlockCenterItem:not(:first-of-type) {
    padding-top: 2.6666666667vw;
  }

  .footer-menu .footer-menuBlockCenterItem:first-of-type {
    padding-top: 10.6666666667vw;
  }

  .footer-menu .footer-menuBlockCenterItem:not(:last-of-type) {
    padding-bottom: 2.6666666667vw;
  }

  .footer-menu .footer-menuBlockCenterItem:last-of-type {
    padding-bottom: 10.6666666667vw;
  }
}

.footer-menu .footer-menuPolicyLinkItem {
  width: 100%;
}

.footer-menu .footer-menuPolicyLinkItem:not(:first-of-type) {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-menuPolicyLinkItem:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}

.footer-menu .footer-menuPolicyLinkItem:last-of-type {
  /*text-align: right;*/
}

.footer-menu .footer-menuPolicyLink {
  max-width: 163px;
}

.footer-menu .footer-bottom__link {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .footer-menu .footer-bottom__link.pc-none {
    display: block;
  }
}

.footer-menu .accordion-button {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-menu .accordion-button {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #f6eee4;
    padding: 0 0 0 15px;
    font-size: 5.3333333333vw;
    transition: all ease-in 0.3s;
  }

  .footer-menu .footer-menuBlockCenter {
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4vw;
    border-bottom: 1px solid #f3ebe1;
  }

  .footer-menu .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-menu .accordion-content {
    margin: 0;
  }
}



@media screen and (max-width: 767px) {
  .footer-bottom__link.pc-none {
    display: block;
  }
}





















.notFound .link-button {
  margin: 90px auto 0;
}

@media screen and (max-width: 767px) {
  .notFound .link-button {
    margin: 17.3333333333vw auto 0;
    padding-left: 0;
  }
}

.notFound .header__navButton {
  background-color: #67513b;
}

.fv {
  background-color: #f6eee4;
  position: relative;

  .fv__btn-area {
    position: absolute;
    bottom: 30px;
    left: 30px;

    @media (max-width: 767px) {
      bottom: 15px;
      left: 15px;
    }

    .english-available {
      background-color: rgba(172, 79, 30, 0.7);
      padding: 6px;
      position: relative;
      width: 180px;

      @media (max-width: 767px) {
        padding: 2px;
        width: 136px;
      }

      &::before {
        content: "";
        position: absolute;
        right: 6px;
        bottom: 6px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_17' data-name='パス 17' d='M-7968.853,860h10V850Z' transform='translate(7968.853 -850)' fill='%23f0a97d'/%3E%3C/svg%3E%0A") center center / contain no-repeat;
        width: 10px;
        height: 10px;
        display: inline-block;
      }

      @media (max-width: 767px) {
        &::before {
          right: 2px;
          bottom: 2px;
          width: 8px;
          height: 8px;
        }
      }

      &::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='パス_16' data-name='パス 16' d='M-7958.853,850h-10v10Z' transform='translate(7968.853 -850)' fill='%23f0a97d'/%3E%3C/svg%3E%0A") center center / contain no-repeat;
        width: 10px;
        height: 10px;
        display: inline-block;
      }

      @media (max-width: 767px) {
        &::after {
          top: 2px;
          left: 2px;
          width: 8px;
          height: 8px;
        }
      }

      span {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: clamp(12px, 10.786px + 0.324vw, 17px);
        color: #fff;
        line-height: 1.6;
        border: 1px #F0A97D solid;
        padding: 19px;

        @media (max-width: 767px) {
          padding: 6px;
          justify-content: center;
          gap: 10px;
        }

        &::after {
          content: "";
          background: url("../images/top/english-available__icon.svg") center right / contain no-repeat;
          width: 40px;
          height: 40px;
          display: inline-block;
        }

        @media (max-width: 767px) {
          &::after {
            width: 28px;
            height: 28px;
          }
        }
      }
    }

    .btn__information-list {
      margin-top: 8px;

      a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        background-color: rgba(175, 119, 68, 0.7);
        font-size: clamp(12px, 11.029px + 0.259vw, 16px);
        color: #fff;
        line-height: 1.6;
        text-align: center;
        height: 142px;

        @media (max-width: 767px) {
          flex-direction: row;
          justify-content: flex-end;
          gap: 20px;
          height: 50px;
        }

        &::before {
          content: "";
          background: url("../images/top/information-list__icon.svg") center center / contain no-repeat;
          width: 23px;
          height: 17px;
          display: inline-block;
        }

        @media (max-width: 767px) {
          &::before {
            display: none;
          }
        }

        &::after {
          content: "";
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.987' height='5.39' viewBox='0 0 23.987 5.39'%3E%3Cpath id='パス_4' data-name='パス 4' d='M4314.14,1029.574h22.78l-4.537-4.536' transform='translate(-4314.14 -1024.684)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A") center center / contain no-repeat;
          width: 23px;
          height: 5px;
        }

        @media (max-width: 767px) {
          &::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.474' height='7.533' viewBox='0 0 4.474 7.533'%3E%3Cpath id='パス_11' data-name='パス 11' d='M6122.476,722.044l3.413,3.413-3.413,3.413' transform='translate(-6122.123 -721.691)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
            width: 4px;
            height: 7px;
            margin-right: 10px;
          }
        }
      }
    }
  }
}

/* スライドの背景画像のスタイル */
.fvSlide .splide__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fvSlide .splide__slide:not(:last-child) .anm-finished .fvSlide__text {
  animation-name: fadeOut;
}

.fvSlide .splide__slide:not(:last-child) .anm-finished .fvSlide__picture img {
  animation-name: fadeOut;
}

/* テキストのスタイル */
.fvSlide .splide__slide .fvSlide__text {
  color: #272625;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  left: 60%;
  position: absolute;
  top: 15%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .fvSlide .splide__slide .fvSlide__text {
    /* font-size: 5.6vw; */
    font-size: 4.3vw;
    white-space: nowrap;
    top: 30%;
    left: 32%;
    line-height: 2;
  }

  .fvSlide .splide__slide .fvSlide__text .fvSlide__text01-2 {
    /* top: calc(15% + 9.3333333333vw); */
    top: calc(30% + 9.3333333333vw);
    left: calc(60% - 16vw);
  }
}

.fvSlide .splide__slide .fvSlide__text.fvSlide__text02 {
  top: 15%;
  left: 30%;
}

@media screen and (max-width: 767px) {
  .fvSlide .splide__slide .fvSlide__text.fvSlide__text02 {
    font-size: 4.3vw;
    /* top: 10%; */
    top: 30%;
    left: 36%;
  }

  .fvSlide .splide__slide .fvSlide__text.fvSlide__text02 .fvSlide__text02-2 {
    top: calc(15% + 9.3333333333vw);
    left: calc(30% + 22.6666666667vw);
  }
}

.fvSlide .splide__slide .fvSlide__text.fvSlide__text03 {
  font-size: 1.625rem;
  top: 15%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .fvSlide .splide__slide .fvSlide__text.fvSlide__text03 {
    /* font-size: 5.1333333333vw; */
    font-size: 4.3vw;
    /* top: 10%; */
    top: 30%;
  }
}

.fvSlide .splide__slide .fvSlide__text.fvSlide__text04 {
  top: 22%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .fvSlide .splide__slide .fvSlide__text.fvSlide__text04 {
    /* top: calc(10% + 10.6666666667vw); */
    top: calc(30% + 10.6666666667vw);
  }
}

.fvSlide .splide__slide.anm-started .fvSlide__text {
  animation-delay: 1s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fvFadeIn;
}

@media screen and (max-width: 767px) {
  .fvSlide .splide__slide.anm-started .fvSlide__text.fvSlide__text01-2 {
    animation-delay: 1.25s;
    animation-duration: 2s;
  }
}

@media screen and (max-width: 767px) {
  .fvSlide .splide__slide.anm-started .fvSlide__text.fvSlide__text02-2 {
    animation-delay: 1.25s;
    animation-duration: 2s;
  }
}

.fvSlide .splide__slide.anm-started .fvSlide__text.fvSlide__text03 {
  animation-delay: 0.75s;
  animation-duration: 2s;
}

.fvSlide .splide__slide.anm-started .fvSlide__text.fvSlide__text04 {
  animation-delay: 1.25s;
  animation-duration: 2s;
}

.fvSlide .splide__slide {
  height: 93.915vh;
}

@media screen and (max-width: 767px) {
  .fvSlide .splide__slide {
    /* height: 92.953vh; */
    height: 40vh;
  }
}

@media screen and (max-width: 480px) {
  .fvSlide .splide__slide {
    /*height: 28vh;*/
    /* height: 48vh; */
    height: 60vh;
  }
}

.fvSlide .splide__slide .fvSlide__picture {
  height: 100%;
}

.fvSlide .splide__slide .fvSlide__picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .fvSlide .splide__slide .fvSlide__picture img {
    height: 40vh;
  }
}

@media screen and (max-width: 480px) {
  .fvSlide .splide__slide .fvSlide__picture img {
    /*height: 28vh;*/
    /* height: 48vh; */
    height: 60vh;
  }
}

.fvSlide .splide__slide .fvSlide__picture img {
  animation-duration: 2s;
  animation-name: fvSlideIn;
}

.fvSlide .splide__slide .fvSlide__picture img {
  transition: 7s 1s linear;
}

.fvSlide .splide__slide[class*=-active] img {
  transition-delay: 0s;
  transform: scale(1.1);
}

.fvSlide .splide__slide.anm-finished .fvSlide__text {
  animation-delay: 0s;
  animation-duration: 2s;
}

/* アニメーション */
@keyframes fvFadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 30px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fvSlideIn {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.fv__scrollDown {
  bottom: -60px;
}

@media screen and (max-width: 767px) {
  .fv__scrollDown span {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .fv__scrollDown {
    /* height: 21.3333333333vw;
    bottom: -10.6666666667vw; */
    height: 50vw;
    bottom: 60vw;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fv__scrollDown::after {
    top: -21.3333333333vw;
    height: 10.6666666667vw;
  }
}

.top-concept {
  padding-top: 136px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .top-concept {
    padding-top: 4.0666666667vw;
    padding-bottom: 7.6666666667vw;
  }
}

.top-concept__ttl {
  margin-bottom: 0;
}

.top-concept__subTtl {
  /*margin-top: -10px;*/
}

@media screen and (max-width: 767px) {
  .top-concept__subTtl {
    margin-top: 0px;
  }
}

.top-concept__ttlImg {
  /*height: 73px;*/
}

@media screen and (max-width: 767px) {
  .top-concept__ttlImg {
    height: 15.9333333333vw;
    /*width: 73.3333333333vw;*/
    display: block;
    margin: auto;
  }
}

.top-concept__ttlImg img {
  height: 100%;
  width: 100%;
}

.top-concept__Text {
  text-align: center;
}

.top-concept__Ttl {
  font-weight: 400;
}

.top-news {
  /* padding-top: 85px; */
  padding-top: clamp(70px, 62.718px + 1.942vw, 100px);
  padding-bottom: clamp(95px, 93.786px + 0.324vw, 100px);
}

@media screen and (max-width: 767px) {
  .top-news {
    /* padding-top: 4.0666666667vw; */
    /* padding-bottom: 7.6666666667vw; */
    padding-top: 19.066667vw;
    padding-bottom: 17.666667vw;
    /*padding-bottom: 18.6666666667vw;*/
  }
}

.top-news__wrapper {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .top-news__inner {
    max-width: 86.6666666667vw;
  }
}

.top-news__ttl {
  margin-bottom: 0;
}

.top-news__subTtl {
  margin-top: 0;
}

.top-news__ttlImg {
  /*height: 73px;*/
}

@media screen and (max-width: 767px) {
  .top-news__ttlImg {
    height: 12.9333333333vw;
    display: block;
    margin: auto;
  }
}

.top-news__ttlImg img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-news__wrapper {
    /*margin-top: 12vw;*/
    margin-top: -2vw;
  }
}

.top-news__wrapper .top-news__transition {
  /* display: block; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.top-news__wrapper .top-news__transition:last-child {
  border-bottom: 1px solid #a2998f;
  padding-bottom: 3px;
}

.top-news__list {
  /* margin: 0 0 1.75rem 0; */
  margin: 0 0.5rem 1.75rem 0;
}

/* .top-news__list::after {
  content: "";
  width: 43px;
  height: 6.8px;
  display: inline-block;
  background: url(../images/common/icon_arrow_black.svg) no-repeat center/cover;
  margin-left: 57px;
} */
@media screen and (max-width: 767px) {
  .top-news__list {
    margin-top: 0.2vw;
    /*margin-top: 7.2vw;*/
  }
}

.top-news__listDate {
  /* width: 15%; */
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .top-news__listDate {
    font-size: 3.4666666667vw;
    margin-top: 3.4666666667vw;
  }
}

.top-news__listText {
  /* width: 85%; */
  width: 100%;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top-news__listText {
    margin-top: 3.2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

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

  .top-news__listDate,
  .top-news__listText {
    margin-left: 0;
    width: 100%;
  }
}

.top-news__link {
  margin-top: 32.5px;
}



































































.top-guide {
  margin-top: 150px;
  padding-bottom: 90px;
  background: rgb(246, 238, 228);
  background: linear-gradient(0deg, rgb(246, 238, 228) 0%, rgb(246, 238, 228) 60%, rgb(255, 255, 255) 100%);
}

@media screen and (max-width: 767px) {
  .top-guide {
    margin-top: 19.3333333333vw;
    padding-bottom: 26vw;
  }
}











.top-guide__slide .splide__slide img {
  height: auto;
  width: 100%;
}













.top-guide .splide__slideInner {
  height: 265px;
  width: 288px;
}

.top-guide .splide__slideInner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-guide .splide__slideInner {
    height: 48.9333333333vw;
    width: 53.3333333333vw;
    margin: auto;
  }
}

.top-guide .splide__slideText {
  max-width: 370px;
  margin: 0 60px auto;
}

@media screen and (max-width: 767px) {
  .top-guide .splide__slideText {
    max-width: 61.3333333333vw;
    margin: auto;
  }
}





















.splide__slide img {
  height: auto;
  width: 100%;
}



.guideSlide-page.is-active {
  background-color: #918270;
  opacity: 1;
  transform: scale(1);
}





.top-guide__slideBg {
  background: url(../images/top/guide_bg.png) no-repeat center/cover;
  height: 356px;
  width: 42vw;
  margin: 0 calc(50% - 50vw);
  margin-top: -10%;
}

@media screen and (max-width: 767px) {
  .top-guide__slideBg {
    height: 69.2vw;
    margin-top: -22.6666666667vw;
  }
}























@media screen and (max-width: 767px) {
  .top-guide__link {
    line-height: 1.65;
  }
}

.top-guide__link:not(:first-of-type) {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .top-guide__link:not(:first-of-type) {
    margin-top: 7.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .top-guide__link:first-of-type {
    padding-left: 0vw;
    font-size: inherit;
  }

  .en-US .top-guide__link:first-of-type {
    gap: 3vw;
  }
}



.top-recommend {
  /* padding-top: clamp(60px, 52.718px + 1.942vw, 90px); */
  padding-top: 8vw;
  padding-bottom: clamp(90px, 82.718px + 1.942vw, 120px);
  background: linear-gradient(90deg, rgba(246, 239, 230, 1) 0%, rgba(252, 251, 250, 1) 30%, rgba(252, 251, 250, 1) 70%, rgba(246, 239, 230, 1) 100%);

  .top-recommend__inner {
    .top-ttlImg {
      @media (max-width: 767px) {
        height: 12.9333333333vw;
        display: block;
      }

      img {
        @media (max-width: 767px) {
          height: 100%;
        }
      }
    }

    .top-recommend__ttl {
      margin-top: 0;
    }

    .top-recommend__subTtl {
      text-align: center;
      line-height: 1.4;
      margin-top: clamp(15px, 12.573px + 0.647vw, 25px);
    }

    .top-recommend__lead {
      text-align: center;
      line-height: 1.4;
    }

    .top-recommend__banner {
      display: flex;
      gap: 50px;
      max-width: 1320px;
      width: 90%;
      margin: clamp(50px, 47.573px + 0.647vw, 60px) auto 0;

      @media (max-width: 767px) {
        flex-direction: column;
        gap: 20px;
      }

      .banner-item {
        width: calc((100% - 50px) / 2);

        @media (max-width: 767px) {
          width: 100%;
        }

        img {
          width: 100%;
        }
      }
    }
  }
}





.top-recommend .recommendSlide .splide__slide img {
  height: auto;
  width: 100%;
}

.top-recommend .recommendSlide .splide__pagination {
  position: absolute;
  bottom: -94px;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .top-recommend .recommendSlide .splide__pagination {
    bottom: -18.6666666667vw;
    gap: 5.2vw;
  }
}

.top-recommend .recommendSlide .recommendSlide-page {
  width: 14px;
  height: 14px;
  border-radius: 0;
  background-color: #ddccc5;
}

@media screen and (max-width: 767px) {
  .top-recommend .recommendSlide .recommendSlide-page {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
  }
}

.top-recommend .recommendSlide .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #918270;
}

.top-recommend .recommendSlide .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: -78px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-recommend .recommendSlide .splide__arrows.splide__arrows--ltr {
    bottom: -14.6666666667vw;
  }
}

.top-recommend .recommendSlide .splide__arrow svg {
  display: none;
}

.top-recommend .recommendSlide .splide__arrow {
  background: url("../images/top/arrow.svg") no-repeat center/contain;
  border-radius: 0;
  width: 40px;
  height: 9px;
}

@media screen and (max-width: 767px) {
  .top-recommend .recommendSlide .splide__arrow {
    width: 8.9333333333vw;
    height: 2vw;
  }
}

.top-recommend .recommendSlide .splide__arrow--prev {
  left: 36%;
  transform: translate(-50%);
}

@media screen and (max-width: 767px) {
  .top-recommend .recommendSlide .splide__arrow--prev {
    left: 15%;
  }
}

.top-recommend .recommendSlide .splide__arrow--next {
  right: 36%;
  transform: scale(-1, 1) translate(-50%);
}

@media screen and (max-width: 767px) {
  .top-recommend .recommendSlide .splide__arrow--next {
    right: 15%;
  }
}

.top-recommend .recommendSlide .float {
  opacity: 1;
}













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

  

  

  

  .tab-buttons .tab-button.active:first-of-type {
    background: no-repeat url("../images/top/tab_menu.svg") center/contain;
  }

  .tab-buttons .tab-button.active:last-of-type {
    background: no-repeat url("../images/top/tab_trouble.svg") center/contain;
  }

  /*.section {
    display: none;
  }*/
  .section.active {
    display: block;
  }
}

/*@media screen and (max-width: 767px) and (min-width: 768px) {
  .section {
    display: block;
  }
}*/
.menu-trouble__ttl.top-ttl {
  height: 100px;
  margin-bottom: -20px;
}





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

  .about-story .first__ttlText {
    margin-top: -5.3333333333vw;
  }

  

  
}

















































































body.en-US .about-schedule__list.flex {
  flex-direction: column;
  gap: 50px;
  align-items: center;
}























































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

  .about-slide .splide__slide {
    width: 72vw;
    height: 84vw;
  }

  .about-slide .splide__slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .about-slide .splide__list {
    gap: 2.6666666667vw !important;
  }
}





/*.menu .breadcrumb {
  background-color: #ffffff;
}

.menu .bread {
  background-color: #ffffff;
}*/
.menu-all {
  background-color: #f6eee4;
  /* padding-bottom: 210px; */
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .menu-all {
    /* padding-bottom: 28vw; */
    padding-bottom: 7vw;
  }

  .menu-all__Heading {
    height: 11.7333333333vw;
  }

  .menu-all__Heading img {
    height: 100%;
    margin: 0;
  }
}































































































































































.accordion__content.is-open {
  display: block;
}











.js-accordion-trigger.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.js-accordion-trigger.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

















.menu-visia .link-button {
  border: none;
  font-size: 1rem;
}

.menu-visia .link-button::after {
  margin-left: 0.75rem;
  background: url(../images/menu/arrow.svg) no-repeat center/contain;
}





















































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

  .menuDetail-reccomend .first__ttl {
    padding-top: 20vw;
  }
}













































































































































































































































































































































































/* 日本語ページのみ */














































































.potenza .menuDetail-commonMechanismStep .center {
  text-align: center;
}

























@media screen and (max-width: 767px) {
  .acupulse .bread .xl {
    width: 90%;
  }
}





.acupulse .menuDetail-head__inner.xl {
  width: 90.6666666667vw;
}





























































































/* .eliteIq .menuDetail-electIq__picture:nth-child(4) {
  margin-top: 4.6666666667vw;
  height: 394px;
}

@media screen and (max-width: 767px) {
  .eliteIq .menuDetail-electIq__picture:nth-child(4) {
    margin-top: 16.6666666667vw;
    height: 120vw;
  }
} */




@media screen and (max-width: 767px) {
  .eliteIq .menuDetail-faq__inner .first__ttl {
    width: calc(100% + 4.2666666667vw);
    margin-left: -2.1333333333vw;
  }
}







































































































































































































































































































































































.price .first__ttlText {
  margin: 0;
}











































































































.price-payment__Text.first__ttlText {
  margin-top: -20px;
}



























































































.news .news-list__paginationItemLink.active {
  color: #040404;
  pointer-events: none;
}























.news-detail .first__ttl {
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .news-detail .first__ttl {
    padding-top: 13.3333333333vw;
  }
}

.news-detail .first__ttlText {
  font-size: 1.875rem;
  font-weight: 400;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .news-detail .first__ttlText {
    font-size: 5.8666666667vw;
    max-width: 86.6666666667vw;
    text-align: left;
  }
}







































































@media screen and (max-width: 767px) {
  .news-detail .link-button {
    padding-left: 0;
    height: 13.3333333333vw;
    padding-bottom: 5.0666666667vw;
  }
}





/*# sourceMappingURL=main.css.map */










img {
  max-width: 100%;
}











/* ロゴの文字 */
.header__logo {
  width: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

/* .header__logo img {
  max-width: 300px;
} */
.header__logo img {
  max-width: 160px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .header__logo img {
    max-width: 120px;
    margin-top: 10px;
  }
}









/*
.header__logo {
  top: clamp(1rem, 2vw, 1.5rem);
  width: auto;
}

.logo-mark {
  display: inline-block;
  margin-top:calc(0rem - clamp(0.5rem, 2vw, 1rem));
  padding-top:clamp(2rem, 3vw, 3rem);
  color:#b3972a;
  font-size:clamp(1rem, 2vw, 1.2rem);
  font-family:serif;
  white-space:nowrap;
  text-shadow:
    0px 0px 2px rgba(255,255,255, 1),
    0px 0px 5px rgba(255,255,255, 0.8),
    1px 1px 10px rgba(255,255,255,.5),
    -1px 1px 10px rgba(255,255,255,.5),
    1px -1px 10px rgba(255,255,255,.5),
    -1px -1px 10px rgba(255,255,255,.5);
  background-image:url(../images/common/logo-mark.png);
  background-repeat:no-repeat;
  background-position:50% 0;
  background-size:auto 70%;
  transition:none;
}

.logo-mark:hover {
  color:#a55d0b;
}
*/
body:has(#wpadminbar) .header__logo {
  top: 32px;
}

body:has(#wpadminbar) .header__navButton {
  top: 32px;
}

body:has(#wpadminbar) .header__tel {
  top: 32px;
}



@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }

  body:has(#wpadminbar) .header__logo {
    top: 46px;
  }

  body:has(#wpadminbar) .header__navButton {
    margin-top: 46px;
  }

  body:has(#wpadminbar) .header__tel {
    margin-top: 46px;
  }

  
}

/* 医師紹介 headspring作業 */










.doctor__representative .doctor__listContents {
  width: calc(100% - 320px);
}



.doctor__listItem:nth-child(even) .doctor__listImg {
  float: right;
  margin-left: 50px;
  margin-right: 0;
}

.doctor__listImg {
  float: left;
  margin-right: 50px;
  max-width: 356px
}







.doctor__listText {
  margin: 0 0 30px 0;
  line-height: 1.8em;
  text-align: left;
}



.doctor__listContents {
  float: right;
  width: calc(100% - 430px);
}













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

  

  .doctor__listImg,
  .doctor__listItem:nth-child(even) .doctor__listImg {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px
  }

  .doctor__listContents,
  .doctor__representative .doctor__listContents {
    float: none;
    width: auto;
    margin: auto 30px;
  }

  

  

  .doctor__representative .doctor__listContents {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  

  
}

/* TOP headspring */
.top-doctor {
  margin-top: 150px;
  padding-bottom: 90px;
  background: rgb(246, 238, 228);
  background: linear-gradient(0deg, rgb(246, 238, 228) 0%, rgb(246, 238, 228) 60%, rgb(255, 255, 255) 100%);
}

.top-doctor .doctor__listImg {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-doctor {
    margin-top: 19.3333333333vw;
    padding-bottom: 26vw;
  }
}

/*========================
 ポテンツァ
========================*/
/* ジュベルック */














/* チップ */








/*========================
 施術メニュー 共通CSS
========================*/




/* 左に画像がある説明欄 */














/* チェックボックス　2列バージョン */


















/* ページ遷移ボタン */








/* スマホ用タイトル */


/* h3 */


/* margin */




/*========================
 ドクター手打ち注射
========================*/


















/*========================
 脂肪溶解注射 （FatX core）
========================*/




















/* 注入できるパーツ */


















/*========================
 お悩みから探す
========================*/




/*========================
 点滴　スーパーエクソソーム
========================*/


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

  .comparison_box .lg {
    width: 100%;
  }
}



















































/*目次*/
















/* ピーリング */
.peeling .menuAbout__boxInner.flex {
  align-items: start;
}







/* 多言語化　モーダル */






























/*========================
 AGA治療（ASCE＋HRLV / エクソソーム療法）
========================*/








.aga .scalp_injection .flex {
  gap: 70px;
}













.aga .aga_formulation .formulation_box_left .sp-none {
  display: flex;
}



.aga .features_list.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .aga .features_list.pc-none {
    display: flex;
  }

  .aga .features_list.sp-none {
    display: none !important;
  }
}









/*========================
 ステラM22
========================*/


/* 英語版 */


/*========================
施術詳細FV
========================*/


.menuDetail-head__innerTtlMark:has(.pc-none) {
  @media (max-width: 767px) {
    height: 41vw;
  }
}



/*========================
施術詳細共通
========================*/


/*========================
ulthera / thermacool / fatx-core
========================*/


/*英語版*/




/*========================
ulthera
========================*/


/*========================
thermacool-eyes
========================*/


/*========================
thermacool
========================*/




/*========================
pagetop
========================*/
.pagetop {
  position: fixed;
  bottom: 160px;
  right: 40px;
  z-index: 3;

  @media (max-width: 767px) {
    bottom: 13vw;
    right: 0;
  }

  img {
    @media (max-width: 767px) {
      width: 15vw;
    }
  }
}

/*========================
 case 共通
========================*/


/*========================
 case single
========================*/


/*========================
 case search box
========================*/


/*========================
 case archive
========================*/


.post-type-archive-case,
.home,
.page-child {
  .case_list {
    .case_list_item {
      max-width: 1000px;
      width: 86%;
      margin: auto;

      .case_ttl {
        border-left: 7px #A08C76 solid;
        /* 20px-30px:375px-1000px */
        margin: 0 0 clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
        font-weight: 500;
        /* 18px-25px:375px-1000px */
        font-size: clamp(1.125rem, 0.863rem + 1.12vw, 1.563rem);
        padding-left: 10px;
      }

      &+.case_list_item {
        /* 60px-100px:375px-1000px */
        /* margin-top: clamp(3.75rem, 2.25rem + 6.4vw, 6.25rem); */
      }

      .case_main {
        padding-top: 0;
        max-width: 100%;
        width: 100%;
        grid-template-columns: 400px 1fr;

        .btn_more {
          grid-column: 2;
          grid-row: 2;
          display: flex;
          align-items: center;
          width: max-content;
          background-color: #EFE7DE;
          margin-left: auto;
          margin-bottom: auto;
          /* 7px-10px:375px-1000px */
          /* 20px-30px:375px-1000px */
          padding: clamp(0.438rem, 0.325rem + 0.48vw, 0.625rem) clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
          /* 14px-16px:375px-1000px */
          font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);

          &::after {
            content: "";
            background: url(../images/top/arrow.svg) no-repeat center / contain;
            width: 20px;
            height: 10px;
            display: block;
            transform: scale(-1, 1) translate(-50%);
          }
        }
      }
    }
  }
}



/*========================
 case slide
========================*/


/*========================
 TOP 症例セクション
========================*/
.top-case {
  background-color: #FBFAF9;
  /* 50px-90px:375px-1000px 60px-100px:375px-1000px */
  padding: clamp(3.125rem, 1.625rem + 6.4vw, 5.625rem) 0 clamp(3.75rem, 2.25rem + 6.4vw, 6.25rem);

  @media (max-width: 767px) {
    .lg {
      width: 80%;
    }
  }
}

/*========================
 施術詳細 症例セクション
========================*/






/*========================
 ヒアルロン酸注入
========================*/








/* 中国語スイッチ */




.page.sofwave {
  .menuDetail-head {
    height: auto;

    @media (max-width: 767px) {
      padding-bottom: 30px;
    }
  }

  .menuDetail-head::after {
    width: 361px;
    height: 335px;
    background-image: url(../images/menu/sofwave/bg.webp);
    right: clamp(0px, -250.000px + 20.833vw, 150px);

    @media (max-width: 767px) {
      width: 194px;
      height: 205px;
      background-image: url(../images/menu/sofwave/bg_sp.webp);
    }
  }

  .menuDetail-head__innerTtlMark {
    @media (max-width: 767px) {
      height: 33.33vw;
    }
  }

  .menuDetail-features {
    padding-bottom: clamp(50px, 37.864px + 3.236vw, 100px);

    .inner {
      max-width: 900px;
    }

    .txt {
      margin: 0;
    }

    .features_box {
      grid-template-columns: 1fr 50%;
      column-gap: 3.65vw;

      .features_ttl {
        grid-column: 1 / 3;
        grid-row: 1;
        margin-bottom: clamp(15px, 13.786px + 0.324vw, 20px);
      }

      .txt {
        grid-column: 1;
        grid-row: 2;
      }

      .img {
        grid-column: 2;
        grid-row: 2;
        width: 100%;
        max-width: none;
        ;

        .caption {
          font-size: clamp(14px, 13.029px + 0.259vw, 18px);
          text-align: center;
          margin: 0 0 clamp(12px, 9.087px + 0.777vw, 24px);
        }
      }

      .features_youtube {
        grid-column: 1 / -1;
        max-width: 500px;
        width: 100%;
        margin: clamp(50px, 42.718px + 1.942vw, 80px) auto;

        iframe {
          width: 100%;
        }
      }

      .difference_box {
        grid-column: 1 / -1;
        grid-row: auto;
        background: none;

        @media (max-width: 767px) {
          padding: 0;
        }

        .difference_ttl {
          color: initial;
          font-size: clamp(14px, 13.029px + 0.259vw, 18px);

          @media (max-width: 767px) {
            text-align: center;
          }
        }

        .difference_table {
          border-collapse: collapse;
          border: 1px #D0BEA7 solid;
          table-layout: fixed;
          width: 100%;

          @media (max-width: 767px) {
            width: 610px;
          }

          tbody {
            tr {
              td {
                border: 1px #D0BEA7 solid;
                border-top: 1px #D0BEA7 dashed;
                border-bottom: 1px #D0BEA7 dashed;
                font-size: clamp(14px, 13.029px + 0.259vw, 18px);
                text-align: center;
                padding: 8px;

                img {
                  height: 100px;
                }
              }

              td:nth-child(1) {
                width: 100px;
              }
            }

            tr:nth-child(odd) {
              background-color: #FAF7F2;
            }

            tr:nth-child(even) {
              background-color: #F6EEE4;
            }
          }
        }
      }
    }

    .features-conclusion {
      background-color: #fff;
      padding: 50px 20px;
      margin-top: clamp(60px, 55.146px + 1.294vw, 80px);

      .features-conclusion__ttl {
        text-align: center;
        font-weight: 500;
        font-size: clamp(21px, 19.786px + 0.324vw, 26px);
        margin: 0 0 clamp(20px, 17.573px + 0.647vw, 30px);
        line-height: 1.5;
      }

      .features-conclusion__subttl {
        text-align: center;
        font-weight: 600;
        font-size: clamp(19px, 18.515px + 0.129vw, 21px);
        color: #9C8D79;
        margin: 0 0 clamp(20px, 16.359px + 0.971vw, 35px);
        line-height: 1.5;
      }

      .features-conclusion__txt {
        text-align: center;
        margin: 0;
      }
    }
  }

  .menuDetail-commitment {
    .inner {
      max-width: 900px;
    }

    .commitment_box {
      row-gap: 0;

      @media (max-width: 767px) {
        gap: 0;
      }

      .commitment_ttl {
        margin-bottom: 30px;
      }

      .img {
        margin-bottom: 30px;
      }

      .txt {
        small {
          font-size: clamp(9px, 8.272px + 0.194vw, 12px);
        }
      }
    }

    .menuDetail-price__coutionTable {
      grid-column: 1 / 3;
      max-width: 640px;
      width: 100%;
      margin: clamp(15px, -5.631px + 5.502vw, 100px) auto 0;
    }

    .menuDetail-price__coutionTableListTtl {
      font-size: clamp(13px, 12.272px + 0.194vw, 16px);
      width: 220px;

      @media (max-width: 767px) {
        width: 26vw;
        padding: 3.2vw;
      }
    }

    .menuDetail-price__coutionTableListText {
      font-size: clamp(13px, 12.272px + 0.194vw, 16px);
      width: calc(100% - 220px);

      @media (max-width: 767px) {
        width: calc(100% - 26vw);
      }
    }
  }

  .menuDetail-case {
    background-color: #FDF8F2;
    padding: clamp(50px, 37.864px + 3.236vw, 100px) 0 200px;

    .case-slide {
      max-width: 640px;
      width: 80%;
    }

    .menu-item__Heading {
      margin-bottom: clamp(38px, 29.262px + 2.33vw, 74px);
      text-align: center;
    }

    .case_main {
      display: flex;
      flex-direction: column;
      padding: 0;
      width: 100%;

      .case_detail {
        padding: 40px;
      }
    }
  }

  .menuDetail-flow {
    .inner {
      max-width: 900px;
    }
  }
}





/* ========================
ulthera-prime ページスタイル
======================== */
