/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: transparent;
  width: 32px;
  height: 92px;
  min-width: initial;
  border-radius: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  transition: all 0.3s;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  width: 7px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.slick-arrow:hover {
  color: transparent;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-prev::after {
  transform: rotate(45deg);
  top: calc(50% + 2px);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  top: calc(50% + 2px);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.slick-dots li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.slick-dots li.slick-active {
  background: #000;
}
.slick-dots li button {
  padding: initial;
  max-width: initial;
  min-width: initial;
  color: transparent;
  font-size: 0;
}

.content-scroll__list ul, .room-info__main--body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.row-content__heading h2, .menu-intro__body h2, .rooms-list__item h3, .heading-line h2, .page-banner__inner h1 {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.site-header {
  width: auto;
  left: auto;
  right: 0;
}

.btn-arrow-line {
  border-bottom: 1px solid var(--white);
  position: relative;
  min-width: 100px;
  display: inline-flex;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .btn-arrow-line {
    min-width: 120px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-arrow-line {
    min-width: 150px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-arrow-line {
    min-width: 180px;
    font-size: 23px;
  }
}
.btn-arrow-line::after {
  content: "";
  border-top: 1px solid var(--white);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(40deg);
  transform-origin: right;
  transition: all 0.3s;
  width: 14px;
}
@media only screen and (min-width: 768px) {
  .btn-arrow-line::after {
    width: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-arrow-line::after {
    width: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-arrow-line::after {
    width: 20px;
  }
}
.btn-arrow-line:hover {
  color: var(--white);
}

.btn-white {
  background: var(--white);
  color: #201723;
  font-size: 16px;
  padding: 15px 23px;
  display: inline-flex;
}
@media only screen and (min-width: 992px) {
  .btn-white {
    font-size: 18px;
  }
}
.btn-white:hover {
  color: #201723;
}

.slider-dot-line .slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
  background: 0;
  display: block;
  min-height: auto;
  border-radius: 0;
}
.slider-dot-line .slick-dots li button {
  width: 18px;
  height: 2px;
  background: #b3b3b3;
  display: block;
}
@media only screen and (min-width: 992px) {
  .slider-dot-line .slick-dots li button {
    width: 23px;
  }
}
.slider-dot-line .slick-dots li.slick-active button {
  background: #7f6000;
}

.section {
  padding-block: 60px;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-block: 100px;
  }
}
.section--lg {
  padding-block: 80px;
}
@media only screen and (min-width: 768px) {
  .section--lg {
    padding-block: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .section--lg {
    padding-block: 200px;
  }
}
.section--xl {
  padding-block: 80px;
}
@media only screen and (min-width: 768px) {
  .section--xl {
    padding-block: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .section--xl {
    padding-block: 250px;
  }
}

.page-banner {
  position: relative;
  z-index: 5;
}
.page-banner picture {
  display: block;
}
.page-banner picture img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
}
.page-banner__inner {
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid var(--white);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  width: 115px;
  min-height: 220px;
}
@media only screen and (min-width: 768px) {
  .page-banner__inner {
    width: 120px;
    min-height: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-banner__inner {
    width: 140px;
    min-height: 307px;
  }
}
.page-banner__inner::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  pointer-events: none;
  z-index: -1;
  border: 1px solid var(--white);
  position: absolute;
}
.page-banner__inner h1 {
  letter-spacing: 0.2em;
  margin: 0;
  font-size: 38px;
}
@media only screen and (min-width: 992px) {
  .page-banner__inner h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-banner__inner h1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .page-banner--right .page-banner__inner {
    left: 80%;
  }
}

.heading-line {
  display: flex;
  justify-content: center;
}
.heading-line h2 {
  position: relative;
  margin: 0;
  font-size: 26px;
  position: relative;
  letter-spacing: 0.2em;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .heading-line h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-line h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-line h2 {
    font-size: 44px;
  }
}
.heading-line h2::before {
  content: "";
  width: 26px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
}

.heading-border {
  font-size: 23px;
  position: relative;
  margin: 0 0 30px;
  line-height: 1.33;
  padding-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .heading-border {
    font-size: 32px;
    padding-bottom: 16px;
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-border {
    font-size: 44px;
  }
}
.heading-border::after {
  content: "";
  border-bottom: 0.75px solid var(--primary);
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .heading-border::after {
    width: 150px;
  }
}
.heading-border small {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .heading-border small {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-border small {
    font-size: 32px;
  }
}
.heading-border--gray::after {
  width: 60px;
  border-color: var(--white);
}
@media only screen and (min-width: 768px) {
  .heading-border--gray::after {
    width: 97px;
  }
}
.heading-border--left {
  text-align: left;
}
.heading-border--left::after {
  left: 0;
  transform: none;
}
.heading-border--small {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .heading-border--small {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-border--small {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .slider-content__inner {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .slider-content__images {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .slider-content__body {
    width: 45%;
  }
}

.heading-arrow {
  background: url("../images/menu/tab-arrow-active.png") no-repeat 50% 100%/120px;
  padding: 10px 20px 20px;
  font-size: 18px;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .heading-arrow {
    font-size: 20px;
    background-size: 140px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-arrow {
    font-size: 24px;
    background-size: 160px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-arrow {
    font-size: 27px;
    background-size: 188px;
    padding: 10px 29px 24px;
    margin-bottom: 100px;
  }
}

/** pages */
.welcome {
  padding-block: 60px 30px;
}
@media only screen and (min-width: 768px) {
  .welcome {
    padding-block: 100px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .welcome__inner {
    display: flex;
    align-items: center;
  }
}
.welcome__body {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.84;
}
@media only screen and (min-width: 768px) {
  .welcome__body {
    width: 50%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .welcome__body {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .welcome__body {
    font-size: 26px;
  }
}
.welcome__body h2 {
  font-size: 26px;
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .welcome__body h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .welcome__body h2 {
    font-size: 40px;
    margin: 0 0 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .welcome__body h2 {
    font-size: 48px;
  }
}
.welcome__body h2::after {
  content: "";
  width: 96px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0.75px solid var(--white);
}
.welcome picture {
  display: block;
}
@media only screen and (min-width: 768px) {
  .welcome picture {
    margin-left: -25%;
    width: 75%;
  }
}
.welcome picture img {
  width: 100%;
}

.rooms-list {
  padding-block: 30px 100px;
}
@media only screen and (min-width: 768px) {
  .rooms-list {
    padding-block: 50px 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .rooms-list {
    padding-block: 50px 230px;
  }
}
.rooms-list .container {
  max-width: 1120px;
}
.rooms-list__inner {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .rooms-list__inner {
    gap: 56px;
  }
}
.rooms-list__item {
  position: relative;
  padding-top: 75px;
  width: calc(50% - 15px);
}
@media only screen and (min-width: 768px) {
  .rooms-list__item {
    width: calc(25% - 22.5px);
  }
}
@media only screen and (min-width: 992px) {
  .rooms-list__item {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .rooms-list__item {
    width: calc(25% - 42px);
  }
}
.rooms-list__item h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin: 0;
  white-space: nowrap;
  font-size: 24px;
  letter-spacing: 0.2em;
  padding-top: 45px;
}
@media only screen and (min-width: 768px) {
  .rooms-list__item h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .rooms-list__item h3 {
    font-size: 30px;
    padding-top: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .rooms-list__item h3 {
    font-size: 34px;
  }
}
.rooms-list__item h3 figure {
  width: 38px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rooms-list__item h3 figure img {
  max-width: 28px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .rooms-list__item h3 figure img {
    max-width: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .rooms-list__item h3 figure img {
    max-width: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .rooms-list__item h3 figure img {
    max-width: 38px;
  }
}
.rooms-list__item picture {
  display: block;
  margin: 0 0 10px;
}
.rooms-list__item picture img {
  width: 100%;
}

.room-info {
  padding-block: 100px;
}
@media only screen and (min-width: 992px) {
  .room-info {
    padding-block: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-info {
    padding-block: 230px;
  }
}
.room-info__top {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .room-info__top {
    display: flex;
    margin-bottom: 20px;
  }
}
.room-info__top--heading {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .room-info__top--heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 170px;
    padding-right: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .room-info__top--heading {
    width: 250px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-info__top--heading {
    width: 475px;
    padding-right: 145px;
  }
}
.room-info__top--heading h3 {
  z-index: 1;
  margin: 0 0 10px;
  white-space: nowrap;
  font-size: 24px;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 45px;
}
@media only screen and (min-width: 768px) {
  .room-info__top--heading h3 {
    font-size: 28px;
    margin: 0;
    padding-top: 45px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .room-info__top--heading h3 {
    font-size: 32px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-info__top--heading h3 {
    font-size: 36px;
  }
}
.room-info__top--heading h3 figure {
  width: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .room-info__top--heading h3 figure {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.room-info__top--heading h3 figure img {
  max-width: 28px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .room-info__top--heading h3 figure img {
    max-width: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .room-info__top--heading h3 figure img {
    max-width: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-info__top--heading h3 figure img {
    max-width: 38px;
  }
}
.room-info__top--heading p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .room-info__top--heading p {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .room-info__top--heading p span {
    text-orientation: mixed;
  }
}
@media only screen and (min-width: 768px) {
  .room-info__top--gallery {
    width: calc(100% - 170px);
  }
}
@media only screen and (min-width: 992px) {
  .room-info__top--gallery {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 1200px) {
  .room-info__top--gallery {
    width: calc(100% - 475px);
  }
}
.room-info__top--images {
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media only screen and (min-width: 768px) {
  .room-info__top--images {
    margin: 0;
    width: calc(100% + 20px);
  }
}
@media only screen and (min-width: 1640px) {
  .room-info__top--images {
    width: calc(50vw + 100% - 808px);
  }
}
.room-info__top--images figure img {
  width: 100%;
}
.room-info__top--images .slick-dots {
  bottom: -10px;
  right: 20px;
  left: auto;
  transform: none;
}
@media only screen and (min-width: 768px) {
  .room-info__main {
    display: flex;
    align-items: flex-end;
  }
}
.room-info__main--house-plan {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .room-info__main--house-plan {
    width: 312px;
    margin-bottom: 0;
  }
}
.room-info__main--house-plan figure img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .room-info__main--body {
    width: calc(100% - 312px);
    padding-left: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .room-info__main--body {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-info__main--body {
    padding-left: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .room-info__main--body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.room-info__main--body h3 {
  line-height: 1.45;
  letter-spacing: 0.025em;
  margin: 0 0 30px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .room-info__main--body h3 {
    font-size: 33px;
  }
}
.room-info__main--body ul {
  display: inline;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .room-info__main--body ul {
    font-size: 21px;
  }
}
.room-info__main--body ul li {
  border-bottom: 0.5px dashed var(--white);
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 18px;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .room-info__main--body ul li {
    margin-bottom: 24px;
    margin-right: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .room-info__main--body .btn-white {
    float: right;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .room-info__main--body .btn-white {
    order: 2;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .room-info.reverse .room-info__top--heading {
    order: 4;
    padding-right: 0;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .room-info.reverse .room-info__top--heading {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-info.reverse .room-info__top--heading {
    padding-left: 145px;
  }
}
@media only screen and (min-width: 768px) {
  .room-info.reverse .room-info__top--gallery {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .room-info.reverse .room-info__main--house-plan {
    order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .room-info.reverse .room-info__main--body {
    padding-left: 0;
    padding-right: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .room-info.reverse .room-info__main--body {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-info.reverse .room-info__main--body {
    padding-right: 150px;
  }
}

.refa {
  padding-block: 80px;
}
@media only screen and (min-width: 992px) {
  .refa {
    padding-block: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .refa {
    padding-block: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .refa__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.refa__info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .refa__info {
    width: 38%;
  }
}
@media only screen and (min-width: 992px) {
  .refa__info {
    font-size: 19px;
  }
}
.refa__info figure img {
  max-width: 160px;
}
@media only screen and (min-width: 992px) {
  .refa__info figure img {
    max-width: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .refa__info figure img {
    max-width: 381px;
  }
}
.refa__info h2 {
  color: #7f6000;
  margin: 0 0 20px;
  padding-bottom: 35px;
  position: relative;
  line-height: 1.65;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .refa__info h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .refa__info h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .refa__info h2 {
    font-size: 29px;
  }
}
.refa__info h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 467px;
  border-bottom: 0.25px solid var(--white);
  transform: translateX(-50%);
}
.refa__info h3 {
  margin: 60px 0 16px;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.7;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .refa__info h3 {
    font-size: 21px;
    margin: 120px 0 16px;
  }
}
.refa__info h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 467px;
  border-bottom: 0.25px solid var(--white);
  transform: translateX(-50%);
}
.refa__info p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .refa__image {
    width: 53%;
  }
}
.refa__image img {
  width: 100%;
}

.info-box {
  padding-block: 80px;
}
@media only screen and (min-width: 992px) {
  .info-box {
    padding-block: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .info-box {
    padding-block: 190px;
  }
}
.info-box__inner {
  max-width: 1336px;
  margin-inline: auto;
  position: relative;
  background: #666;
  z-index: 1;
  padding: 40px 40px 60px;
}
@media only screen and (min-width: 768px) {
  .info-box__inner {
    padding: 40px 60px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .info-box__inner {
    padding: 60px 100px 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .info-box__inner {
    padding: 60px 130px 90px;
  }
}
.info-box__inner::after {
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  position: absolute;
  top: 12px;
  left: 12px;
  border: 1px solid #7f6000;
  z-index: -1;
  pointer-events: none;
}
.info-box__inner h2 {
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: center;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .info-box__inner h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .info-box__inner h2 {
    font-size: 32px;
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .info-box__inner h2 {
    font-size: 36px;
  }
}
.info-box__row {
  font-size: 16px;
  line-height: 1.45;
}
@media only screen and (min-width: 768px) {
  .info-box__row {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .info-box__row + .info-box__row {
    border-top: 0.5px dashed var(--white);
    margin-top: 20px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .info-box__row + .info-box__row .info-box__row--info {
    border-top: 0.5px dashed var(--white);
  }
}
.info-box__row h3 {
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .info-box__row h3 {
    width: 213px;
    padding-block: 18px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .info-box__row--info {
    width: calc(100% - 213px);
    padding-block: 18px;
    padding-block: 18px;
  }
}
.info-box__row p {
  margin: 0 0 20px;
}
.info-box__row p:last-of-type {
  margin: 0;
}

.menu-intro {
  padding-block: 80px 40px;
}
@media only screen and (min-width: 768px) {
  .menu-intro {
    padding-block: 120px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-intro {
    padding-block: 200px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-intro {
    padding-block: 290px 100px;
  }
}
.menu-intro__images {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.menu-intro__images figure {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .menu-intro__images figure {
    width: calc(33.33% - 6px);
  }
}
.menu-intro__images figure img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .menu-intro__images figure:nth-child(3n-2) {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-intro__images figure:nth-child(3n-2) {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .menu-intro__images figure:nth-child(3n-1) {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-intro__images figure:nth-child(3n-1) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-intro__images figure:nth-child(3n) {
    padding-right: 40px;
  }
}
.menu-intro__body {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .menu-intro__body {
    margin-top: 100px;
    flex-direction: row;
    gap: 15%;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .menu-intro__body {
    width: 60%;
    margin-left: auto;
  }
}
.menu-intro__body h2 {
  color: var(--primary);
  margin: 0;
  font-size: 24px;
  line-height: 1.548;
  letter-spacing: 0.3em;
}
@media only screen and (min-width: 768px) {
  .menu-intro__body h2 {
    order: 2;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-intro__body h2 {
    font-size: 31px;
  }
}
.menu-intro__body h3 {
  font-size: 18px;
  line-height: 1.75;
  position: relative;
  margin: 0;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .menu-intro__body h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-intro__body h3 {
    font-size: 23px;
  }
}
.menu-intro__body h3::before {
  content: "";
  width: 76px;
  border-top: 0.75px solid var(--white);
  position: absolute;
  left: 0;
  top: 0;
}

.menu-tabs {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .menu-tabs {
    padding-block: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-tabs {
    padding-block: 100px;
  }
}
.menu-tabs .heading-line {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .menu-tabs .heading-line {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-tabs .heading-line {
    margin-bottom: 110px;
  }
}
.menu-tabs__heading {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menu-tabs__heading {
    gap: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-tabs__heading {
    gap: 140px;
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-tabs__heading {
    gap: 235px;
  }
}
.menu-tabs__heading h4 {
  color: #999999;
  font-weight: 400;
  background: url("../images/menu/tab-arrow.png") no-repeat 50% 100%/120px;
  margin: 0;
  padding: 10px 20px 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .menu-tabs__heading h4 {
    font-size: 20px;
    background-size: 180px;
    padding: 10px 20px 24px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-tabs__heading h4 {
    font-size: 26px;
    background-size: 200px;
    padding: 10px 24px 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-tabs__heading h4 {
    font-size: 34px;
    background-size: 238px;
    padding: 10px 29px 28px;
  }
}
.menu-tabs__heading h4:hover, .menu-tabs__heading h4.active {
  color: var(--primary);
  background-image: url("../images/menu/tab-arrow-active.png");
}
.menu-tabs__top {
  display: flex;
  flex-wrap: wrap;
  padding-block: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  gap: 14px;
}
@media only screen and (min-width: 768px) {
  .menu-tabs__top {
    justify-content: space-between;
    gap: 0;
    padding-block: 80px 90px;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-tabs__top {
    margin-bottom: 200px;
  }
}
.menu-tabs__top::before {
  content: "";
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background: url("../images/menu/bg-1-1.png") no-repeat 100% 0/80%, url("../images/menu/bg-1-2.png") no-repeat 0 100%/90%;
}
@media only screen and (min-width: 768px) {
  .menu-tabs__top::before {
    background-size: 50%, 55%;
  }
}
.menu-tabs__top figure:nth-child(3n-2) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .menu-tabs__top figure:nth-child(3n-2) {
    width: 47%;
  }
}
.menu-tabs__top figure:nth-child(3n-1) {
  width: calc(30.5% - 7px);
}
@media only screen and (min-width: 768px) {
  .menu-tabs__top figure:nth-child(3n-1) {
    width: 18.7%;
    padding-top: 14vw;
  }
}
@media only screen and (min-width: 1640px) {
  .menu-tabs__top figure:nth-child(3n-1) {
    padding-top: 340px;
  }
}
.menu-tabs__top figure:nth-child(3n) {
  width: calc(68.5% - 7px);
}
@media only screen and (min-width: 768px) {
  .menu-tabs__top figure:nth-child(3n) {
    width: 27.5%;
    padding-top: 20vw;
  }
}
@media only screen and (min-width: 1640px) {
  .menu-tabs__top figure:nth-child(3n) {
    padding-top: 410px;
  }
}
@media only screen and (min-width: 768px) {
  .menu-tabs__top--2 figure:nth-child(3n-2) {
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .menu-tabs__top--2 figure:nth-child(3n) {
    order: -2;
  }
}
.menu-tabs__top--2::before {
  background: url("../images/menu/bg-2-1.png") no-repeat 0 0/80%, url("../images/menu/bg-2-2.png") no-repeat 100% 100%/90%;
}
@media only screen and (min-width: 768px) {
  .menu-tabs__top--2::before {
    background-size: 55%, 62.5%;
  }
}
@media only screen and (min-width: 992px) {
  .menu-tabs__main {
    display: flex;
  }
}
.menu-tabs__main--body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .menu-tabs__main--body {
    width: 50%;
    margin-bottom: 0;
    padding-right: 30px;
    justify-content: center;
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-tabs__main--body {
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1500px) {
  .menu-tabs__main--body {
    padding-right: 3vw;
    width: 43%;
  }
}
@media only screen and (min-width: 1700px) {
  .menu-tabs__main--body {
    padding-right: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .menu-tabs__main--body .heading-line {
    order: 2;
  }
}
.menu-tabs__main--body > h3 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.38;
  order: -1;
  margin: 30px 0 0;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .menu-tabs__main--body > h3 {
    order: 1;
    margin: 100px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu-tabs__main--body > h3 {
    font-size: 26px;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-tabs__main--body > h3 {
    margin: 100px 0 0;
  }
}
.menu-tabs__main--list {
  width: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.14;
  letter-spacing: 0.2em;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .menu-tabs__main--list {
    width: auto;
    margin: 200px 0 0;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .menu-tabs__main--list {
    font-size: 18px;
    order: 3;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-tabs__main--list {
    order: -1;
    margin: 200px 0 0;
  }
}
@media only screen and (min-width: 1500px) {
  .menu-tabs__main--list {
    font-size: 21px;
  }
}
.menu-tabs__main--list h3 {
  font-size: 16px;
  line-height: 1.14;
  font-weight: 400;
  margin: 0;
  min-height: 100px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .menu-tabs__main--list h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1500px) {
  .menu-tabs__main--list h3 {
    font-size: 21px;
    min-height: 150px;
  }
}
.menu-tabs__main--list span {
  text-orientation: mixed;
}
.menu-tabs__main--list-row {
  display: flex;
  margin-left: 4px;
}
@media only screen and (min-width: 768px) {
  .menu-tabs__main--list-row {
    margin-left: 2px;
  }
}
.menu-tabs__main--slider {
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .menu-tabs__main--slider {
    width: 50%;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .menu-tabs__main--slider {
    width: 57%;
  }
}
.menu-tabs__main--slider figure img {
  width: 100%;
}
.menu-tabs__main--slider p:last-of-type {
  margin: 0;
}
.menu-tabs__slider {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .menu-tabs__slider {
    width: calc(100% + 20px);
    margin-left: 0;
  }
}
@media only screen and (min-width: 1640px) {
  .menu-tabs__slider {
    width: calc(50vw + 100% - 808px);
  }
}
.menu-tabs__slider .slick-dots {
  bottom: 0;
  left: 0;
  transform: none;
  left: 20px;
}
@media only screen and (min-width: 992px) {
  .menu-tabs__slider .slick-dots {
    left: -5px;
  }
}

.menu-info {
  padding-block: 60px;
}
@media only screen and (min-width: 768px) {
  .menu-info {
    padding-block: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-info {
    padding-block: 120px;
  }
}
.menu-info__box {
  border: 0.5px solid var(--white);
  max-width: 1260px;
  padding: 20px 30px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .menu-info__box {
    padding: 30px 50px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .menu-info__box {
    padding: 50px 75px;
  }
}
.menu-info__box h3 {
  margin: 0 0 30px;
  font-size: 22px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menu-info__box h3 {
    width: 160px;
    padding-right: 30px;
    margin: 0;
    font-size: 24px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .menu-info__box h3 {
    font-size: 28px;
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-info__box h3 {
    font-size: 34px;
    width: 300px;
  }
}
.menu-info__box--content {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .menu-info__box--content {
    width: calc(100% - 160px);
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .menu-info__box--content {
    font-size: 18px;
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1200px) {
  .menu-info__box--content {
    font-size: 20px;
    width: calc(100% - 300px);
  }
}
.menu-info__box--content h4 {
  font-size: 18px;
  padding-bottom: 15px;
  margin: 0 0 30px;
  border-bottom: 0.7px solid var(--primary);
  padding-left: 15px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .menu-info__box--content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-info__box--content h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-info__box--content h4 {
    font-size: 27px;
  }
}
.menu-info__box--content p:last-of-type {
  margin: 0;
}

.menu-other {
  padding-block: 100px 60px;
}
@media only screen and (min-width: 768px) {
  .menu-other {
    padding-block: 200px 100px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-other {
    padding-block: 300px 100px;
  }
}
@media only screen and (min-width: 768px) {
  .menu-other__inner {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .menu-other picture {
    width: 55%;
    order: -1;
  }
}
.menu-other__body {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .menu-other__body {
    width: 45%;
    padding-top: 30px;
    font-size: 18px;
    margin-bottom: 0;
    justify-content: space-between;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-other__body {
    font-size: 20px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-other__body {
    padding-top: 60px;
    font-size: 25px;
    gap: 40px;
    padding-left: 120px;
  }
}
.menu-other__body p:last-of-type {
  margin: 0;
}
.menu-other__body h6 {
  font-size: 16px;
  line-height: 1.44;
  font-weight: 400;
  border: 1px solid var(--white);
  margin: 25px 0 0;
  padding: 20px 30px;
}
@media only screen and (min-width: 768px) {
  .menu-other__body h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-other__body h6 {
    font-size: 20px;
    margin: 40px 0 0;
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-other__body h6 {
    font-size: 25px;
    padding: 30px 70px;
  }
}
@media only screen and (min-width: 768px) {
  .menu-other.reverse picture {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .menu-other.reverse .menu-other__body {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-other.reverse .menu-other__body {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-other.reverse .menu-other__body {
    padding-right: 120px;
  }
}

.group-buttons {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .group-buttons {
    padding-block: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .group-buttons {
    padding-block: 100px;
  }
}
.group-buttons a {
  font-family: "HGPKyokashotai", "Noto Serif JP", sans-serif;
  max-width: 775px;
  margin: 0 auto 30px;
  background: #666;
  color: var(--white);
  font-size: 18px;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .group-buttons a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .group-buttons a {
    font-size: 24px;
    min-height: 72px;
  }
}

.menu-dessert {
  padding-block: 100px 60px;
}
@media only screen and (min-width: 768px) {
  .menu-dessert {
    padding-block: 200px 100px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-dessert {
    padding-block: 300px 100px;
  }
}
@media only screen and (min-width: 768px) {
  .menu-dessert__inner {
    display: flex;
    justify-content: space-between;
  }
}
.menu-dessert .heading-line {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .menu-dessert .heading-line {
    width: 17%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .menu-dessert__body {
    width: 72%;
    display: flex;
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-dessert__body {
    gap: 40px;
  }
}
@media only screen and (min-width: 1500px) {
  .menu-dessert__body {
    gap: 100px;
  }
}
.menu-dessert__item {
  font-size: 16px;
  line-height: 1.636;
}
@media only screen and (min-width: 768px) {
  .menu-dessert__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .menu-dessert__item {
    width: calc(50% - 20px);
    font-size: 18px;
  }
}
@media only screen and (min-width: 1500px) {
  .menu-dessert__item {
    width: calc(50% - 50px);
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-dessert__item + .menu-dessert__item {
    margin-top: 40px;
  }
}
.menu-dessert__item figure {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .menu-dessert__item figure {
    margin-bottom: 40px;
  }
}
.menu-dessert__item figure img {
  width: 100%;
  aspect-ratio: 1.548;
  object-fit: cover;
}
.menu-dessert__item figure figcaption {
  text-align: right;
  font-size: 14px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .menu-dessert__item figure figcaption {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-dessert__item figure figcaption {
    font-size: 20px;
  }
}
.menu-dessert__item h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid var(--primary);
  line-height: 1.24;
}
@media only screen and (min-width: 992px) {
  .menu-dessert__item h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-dessert__item h3 {
    font-size: 29px;
    margin: 0 0 30px;
  }
}
.menu-dessert__item h4 {
  line-height: 1.24;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) {
  .menu-dessert__item h4 {
    font-size: 24px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-dessert__item h4 {
    font-size: 29px;
    margin: 0 0 60px;
  }
}
.menu-dessert__item p {
  margin: 0 0 22px;
}
@media only screen and (min-width: 1200px) {
  .menu-dessert__item p {
    margin: 0 0 36px;
  }
}
.menu-dessert__item p:last-of-type {
  margin: 0;
}
.menu-dessert__item strong {
  color: #ff0000;
}
.menu-dessert__item span {
  color: #00ffff;
}
.menu-dessert__item:nth-child(2) h4 {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .menu-dessert__item:nth-child(2) h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-dessert__item:nth-child(2) h4 {
    font-size: 24px;
  }
}

.bath-intro {
  background: url("../images/bath/bg-1.png") no-repeat 0 100%/100%;
  text-align: center;
  line-height: 1.75;
  font-size: 18px;
  padding-block: 30vw 60px;
  margin-top: -15vw;
}
@media only screen and (min-width: 768px) {
  .bath-intro {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .bath-intro {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .bath-intro {
    padding-block: 560px 120px;
    margin-top: -255px;
  }
}
.bath-intro h2 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .bath-intro h2 {
    padding-bottom: 30px;
  }
}

.row-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.row-content > picture {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  top: -20%;
}
@media only screen and (min-width: 768px) {
  .row-content > picture {
    width: 70%;
    top: -33%;
  }
}
.row-content > picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .row-content__inner {
    display: flex;
    gap: 30px;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .row-content__inner {
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-content__inner {
    gap: 80px;
  }
}
.row-content__heading {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .row-content__heading {
    width: 240px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .row-content__heading {
    width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-content__heading {
    width: 466px;
  }
}
.row-content__heading figure {
  width: 100%;
}
.row-content__heading img {
  width: 100%;
}
.row-content__heading h2 {
  line-height: 1.1;
  color: var(--primary);
  font-size: 30px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .row-content__heading h2 {
    font-size: 35px;
  }
}
.row-content__body {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .row-content__body {
    width: calc(100% - 270px);
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .row-content__body {
    width: calc(100% - 360px);
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-content__body {
    width: calc(100% - 546px);
    font-size: 25px;
  }
}
.row-content__body h3 {
  font-size: 20px;
  display: flex;
  line-height: 1.2;
  border-bottom: 0.75px solid var(--white);
  margin: 0 0 30px;
  padding-bottom: 15px;
  gap: 12px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .row-content__body h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .row-content__body h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-content__body h3 {
    font-size: 41px;
    margin: 0 0 50px;
    padding-bottom: 18px;
    gap: 18px;
  }
}
.row-content__body h3 img {
  max-height: 16px;
}
@media only screen and (min-width: 768px) {
  .row-content__body h3 img {
    max-height: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .row-content__body h3 img {
    max-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-content__body h3 img {
    max-height: 36px;
  }
}
.row-content__body p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .row-content__body p {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .row-content__body p {
    margin-bottom: 44px;
  }
}
.row-content__body p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .row-content--right .row-content__body h3 {
    justify-content: flex-end;
  }
}
.row-content--padding .row-content__inner {
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .row-content--padding .row-content__body {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .row-content--padding .row-content__body {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .row-content.reverse .row-content__heading {
    order: 2;
  }
}

.slider-full h2 {
  padding-block: 20px;
}
@media only screen and (min-width: 992px) {
  .slider-full h2 {
    margin-bottom: 75px;
  }
}
.slider-full figure {
  display: block !important;
}
.slider-full figure img {
  width: 100%;
  display: block;
}
.slider-full__list-2 .slick-list {
  padding-inline: 18%;
}
.slider-full__list-2 figure {
  padding-inline: 6px;
}
@media only screen and (min-width: 992px) {
  .slider-full__list-2 figure {
    padding-inline: 12px;
  }
}

.page-content {
  padding-block: 80px 60px;
  background: url("../images/bg-12.png") no-repeat 0 0/200px, url("../images/bg-13.png") no-repeat 100% 0/200px;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.75;
  font-size: 18px;
}
@media only screen and (min-width: 678px) {
  .page-content {
    background-size: 300px, 300px;
    padding-block: 120px 80px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .page-content {
    background-size: 400px, 400px;
    padding-block: 180px 100px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-content {
    background-size: auto, auto;
    padding-block: 250px 150px;
  }
}
@media only screen and (min-width: 768px) {
  .page-content h2 {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page-content h2 {
    font-size: 45px;
  }
}

.facility-images {
  display: flex;
  gap: 20px;
  background: url("../images/facility/bg-1.png") no-repeat 50% 50%/100%;
}
@media only screen and (min-width: 768px) {
  .facility-images {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .facility-images {
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .facility-images {
    gap: 65px;
  }
}
.facility-images picture:nth-child(2) {
  padding-top: 21vw;
}
.facility-images picture:nth-child(3) {
  padding-top: 10vw;
}
.facility-images picture img {
  width: 100%;
}

.slider-content {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .slider-content__inner {
    display: flex;
    align-items: center;
  }
}
.slider-content__images {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .slider-content__images {
    width: 55%;
    margin-bottom: 0;
  }
}
.slider-content__slider {
  margin: 0 -20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .slider-content__slider {
    margin: 0 0 0 -20px;
  }
}
@media only screen and (min-width: 1600px) {
  .slider-content__slider {
    margin: 0 0 0 calc(-50vw + 100% - 74px);
  }
}
.slider-content__slider picture img {
  width: 100%;
}
.slider-content__slider .slick-dots {
  left: auto;
  transform: none;
  right: 10px;
  bottom: 0;
}
.slider-content__body {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .slider-content__body {
    width: 45%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-content__body {
    font-size: 19px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-content__body {
    padding-left: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-content.reverse .slider-content__images {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .slider-content.reverse .slider-content__slider {
    margin: 0 -20px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .slider-content.reverse .slider-content__slider {
    margin: 0 calc(-50vw + 100% - 74px) 0 0;
  }
}
.slider-content.reverse .slider-content__slider .slick-dots {
  left: 10px;
  right: auto;
}
.slider-content.reverse .slider-content__body {
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .slider-content.reverse .slider-content__body {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-content.reverse .slider-content__body {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-content.reverse .slider-content__body {
    padding-left: 200px;
  }
}

.map picture {
  text-align: center;
  display: block;
}
.map picture img {
  width: 100%;
  max-width: 1140px;
}

.carousel .slick-list {
  padding-right: 60px;
}
@media only screen and (min-width: 992px) {
  .carousel .slick-list {
    padding-right: 120px;
  }
}
.carousel figure {
  padding-inline: 5px;
}
@media only screen and (min-width: 768px) {
  .carousel figure {
    padding-inline: 11px;
  }
}
.carousel figure img {
  width: 100%;
}

.map-full iframe {
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .map-full iframe {
    height: 420px;
  }
}
@media only screen and (min-width: 992px) {
  .map-full iframe {
    height: 670px;
  }
}

.access-info__inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .access-info__inner {
    gap: 39px;
  }
}
@media only screen and (min-width: 1200px) {
  .access-info__inner {
    gap: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .access-info__inner {
    gap: 99px;
  }
}
.access-info__item {
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .access-info__item {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .access-info__item {
    width: calc(33.33% - 26px);
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .access-info__item {
    width: calc(33.33% - 40px);
  }
}
@media only screen and (min-width: 1400px) {
  .access-info__item {
    width: calc(33.33% - 66px);
  }
}
.access-info__item h3 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .access-info__item h3 {
    margin-bottom: 65px;
  }
}
.access-info__item h6 {
  font-size: 18px;
  line-height: 1.75;
  margin: 30px 0 0;
  background: var(--primary);
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  .access-info__item h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .access-info__item h6 {
    font-size: 24px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .access-info__item h6 {
    font-size: 27px;
  }
}
.access-info__item h6 small {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .access-info__item h6 small {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .access-info__item h6 small {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .access-info__item h6 small {
    font-size: 20px;
  }
}

.contact-form {
  padding-block: 80px;
}
@media only screen and (min-width: 992px) {
  .contact-form {
    padding-block: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form {
    padding-block: 220px;
  }
}
.contact-form .container {
  max-width: 1340px;
}
.contact-form__content {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .contact-form__content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-form__content {
    font-size: 24px;
  }
}
.contact-form__content .heading-border {
  padding-bottom: 20px;
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .contact-form__content .heading-border {
    font-size: 40px;
    padding-bottom: 24px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form__content .heading-border {
    font-size: 50px;
    padding-bottom: 35px;
    margin-bottom: 130px;
  }
}
.contact-form__content .heading-border::after {
  width: 240px;
  border-bottom-color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .contact-form__content .heading-border::after {
    width: 404px;
  }
}
.contact-form__content h3 {
  font-size: 22px;
  line-height: 1.428;
  margin: 40px 0 10px;
}
@media only screen and (min-width: 768px) {
  .contact-form__content h3 {
    font-size: 28px;
    margin: 60px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-form__content h3 {
    font-size: 35px;
    margin: 110px 0 20px;
  }
}
.contact-form__form {
  margin-top: 120px;
}
@media only screen and (min-width: 992px) {
  .contact-form__form {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form__form {
    margin-top: 270px;
  }
}
.contact-form__form h2 {
  text-align: center;
  font-family: "HGPKyokashotai", "Noto Serif JP", sans-serif;
  font-size: 30px;
  margin: 0 0 30px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .contact-form__form h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-form__form h2 {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form__form h2 {
    font-size: 50px;
    margin: 0 0 60px;
  }
}

.form-inner {
  background: var(--white);
}

.form-row {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .form-row {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-row {
    font-size: 35px;
  }
}
.form-row > label {
  font-weight: 700;
  background: var(--white);
  padding: 16px 20px;
  margin: 0;
  display: block;
}
@media only screen and (min-width: 992px) {
  .form-row > label {
    padding: 22px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-row > label {
    padding: 32px 30px;
  }
}
.form-row > label span {
  color: #ff0000;
  vertical-align: super;
}
.form-row__input {
  background: #EEEEEE;
  padding: 16px 20px;
}
@media only screen and (min-width: 992px) {
  .form-row__input {
    padding: 22px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-row__input {
    padding: 32px 30px;
  }
}
.form-row__input p:last-of-type {
  margin: 0;
}
.form-row__input input,
.form-row__input select,
.form-row__input textarea {
  border-radius: 10px;
  border: 1px solid var(--black);
  padding: 5px 20px;
  width: 100%;
  max-width: 500px;
  min-height: 52px;
  outline: none !important;
  background: none;
}
@media only screen and (min-width: 768px) {
  .form-row__input input,
.form-row__input select,
.form-row__input textarea {
    border-radius: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .form-row__input input,
.form-row__input select,
.form-row__input textarea {
    min-height: 62px;
  }
}
.form-row__input input[type=radio] {
  min-height: auto;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 992px) {
  .form-row__input input[type=radio] {
    width: 24px;
    height: 24px;
  }
}
.form-row__input textarea {
  max-width: 100%;
  height: 240px;
}
@media only screen and (min-width: 768px) {
  .form-row__input textarea {
    height: 326px;
  }
}
.form-row__input--group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .form-row__input--group {
    gap: 10px 35px;
  }
}
.form-row__input--group label {
  margin: 0;
}

.form-submit {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 30px;
}
@media only screen and (min-width: 992px) {
  .form-submit {
    margin-top: 80px;
    gap: 16px 60px;
  }
}
.form-submit a,
.form-submit button,
.form-submit input {
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 0;
  min-width: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  padding: 10px 35px;
  min-height: 60px;
}
@media only screen and (min-width: 992px) {
  .form-submit a,
.form-submit button,
.form-submit input {
    font-size: 26px;
    min-height: 77px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-submit a,
.form-submit button,
.form-submit input {
    font-size: 35px;
  }
}

.back-to-main {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 30px;
  background: #353535;
  color: var(--white);
  font-size: 16px;
  padding: 5px 12px;
}
@media only screen and (min-width: 992px) {
  .back-to-main {
    font-size: 20px;
    padding: 5px 20px;
    right: 30px;
    bottom: 50px;
  }
}

.table-null {
  border: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .table-null {
    margin-bottom: 35px;
  }
}
.table-null:last-of-type {
  margin-bottom: 0;
}
.table-null tr td,
.table-null tr th {
  padding: 0 15px;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .table-null tr td,
.table-null tr th {
    padding: 0 20px;
    min-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .table-null tr td,
.table-null tr th {
    padding: 0 30px;
    min-width: 300px;
  }
}

.table {
  border: 0;
  margin-bottom: 24px;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
@media only screen and (min-width: 992px) {
  .table {
    margin-bottom: 35px;
  }
}
.table:last-of-type {
  margin-bottom: 0;
}
.table tr td,
.table tr th {
  padding: 10px;
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
}
@media only screen and (min-width: 768px) {
  .table tr td,
.table tr th {
    padding: 12px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .table tr td,
.table tr th {
    padding: 15px 16px;
  }
}

.content-scroll {
  padding-block: 80px;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .content-scroll {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .content-scroll {
    padding-block: 140px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .content-scroll {
    font-size: 24px;
  }
}
.content-scroll h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content-scroll h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .content-scroll h2 {
    font-size: 40px;
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .content-scroll h2 {
    font-size: 50px;
    margin: 0 0 70px;
  }
}
.content-scroll h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .content-scroll h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .content-scroll h3 {
    font-size: 40px;
    margin: 0 0 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1500px) {
  .content-scroll h3 {
    font-size: 50px;
    margin: 0 0 85px;
    padding-block: 65px;
  }
}
.content-scroll h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 674px;
  border-bottom: 1px solid var(--primary);
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .content-scroll h3::after {
    max-width: 320px;
  }
}
@media only screen and (min-width: 1500px) {
  .content-scroll h3::after {
    max-width: 674px;
  }
}
.content-scroll h4 {
  font-size: 20px;
  margin: 40px 0 15px;
}
@media only screen and (min-width: 768px) {
  .content-scroll h4 {
    font-size: 24px;
    margin: 80px 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .content-scroll h4 {
    font-size: 30px;
    margin: 100px 0 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .content-scroll h4 {
    font-size: 35px;
    margin: 120px 0 25px;
  }
}
.content-scroll__list {
  position: sticky;
  top: 0;
  background: var(--black);
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .content-scroll__list {
    z-index: 9;
  }
}
.content-scroll__list ul {
  display: flex;
  justify-content: center;
  gap: 10px 30px;
  flex-wrap: wrap;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  max-width: 1160px;
  margin-inline: auto;
  padding-block: 25px;
  font-size: 14px;
  gap: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .content-scroll__list ul {
    padding-block: 30px;
    font-size: 18px;
    gap: 10px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .content-scroll__list ul {
    font-size: 20px;
    padding-block: 41px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-scroll__list ul {
    gap: 10px 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .content-scroll__list ul {
    font-size: 24px;
    gap: 20px 70px;
  }
}
.content-scroll__section {
  padding-block: 100px 40px;
}
@media only screen and (min-width: 992px) {
  .content-scroll__section {
    padding-block: 140px 60px;
  }
}
@media only screen and (min-width: 1500px) {
  .content-scroll__section {
    padding-block: 170px 120px;
  }
}
.content-scroll__section p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .content-scroll__section p {
    margin-bottom: 35px;
  }
}
.content-scroll__section p:last-of-type {
  margin-bottom: 0;
}
