@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* 基本設定
---------------------------------------------------------------------------*/
/* ─── Minimal Reset ─── */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--jp);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ─── Optional but Safe Reset ─── */
/* 必要になりやすい最低限だけ追加 */
ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

blockquote,
figure {
  margin: 0;
}

/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fdf9ed;
  color: #000000;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 6.9211195929vw;
  }
}
body {
  line-height: 1;
}
body.scrollnone {
  overflow: hidden;
}

#wrap {
  overflow: hidden;
  position: relative;
}

body#top #wrap {
  padding-top: 0;
}

* {
  outline: none;
}

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

a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  color: inherit;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
  }
}

a.notel {
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .view-pc {
    display: none;
  }
}

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

/* ------------------------------------------------------------------------*/
/* 共通
---------------------------------------------------------------------------*/
.hdl {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .hdl {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 480px) {
  .hdl {
    margin-bottom: 0;
  }
}
.hdl-title {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 96px;
  line-height: 1.36;
  color: #b5a169;
}
@media screen and (max-width: 1440px) {
  .hdl-title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .hdl-title {
    font-size: 24.427480916vw;
  }
}
.hdl-flower {
  position: absolute;
  width: 157px;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .hdl-flower {
    width: 10.9027777778vw;
    top: 7.6388888889vw;
  }
}
@media screen and (max-width: 480px) {
  .hdl-flower {
    width: 39.9491094148vw;
    top: 26.2086513995vw;
  }
}

/* ------------------------------------------------------------------------*/
/* mv
---------------------------------------------------------------------------*/
.mv {
  position: relative;
}
.mv-bg {
  width: 100%;
}
.mv-bg img {
  width: 100%;
  max-width: 200%;
}
@media screen and (max-width: 480px) {
  .mv-bg img {
    height: 100vh;
    height: 100svh;
  }
}
.mv-logo {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 86px;
}
@media screen and (max-width: 1440px) {
  .mv-logo {
    left: 1.6666666667vw;
    top: 1.6666666667vw;
    width: 5.9722222222vw;
  }
}
@media screen and (max-width: 480px) {
  .mv-logo {
    left: 5.0890585242vw;
    top: 5.0890585242vw;
    width: 21.8829516539vw;
  }
}
.mv-booking-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  position: fixed;
  right: 40px;
  top: 40px;
  width: 360px;
  height: 56px;
  background-color: #00a884;
  z-index: 1000;
}
@media screen and (max-width: 1440px) {
  .mv-booking-btn {
    gap: 0.4166666667vw;
    right: 2.7777777778vw;
    top: 2.7777777778vw;
    width: 25vw;
    height: 3.8888888889vw;
  }
}
@media screen and (max-width: 480px) {
  .mv-booking-btn {
    width: 100%;
    height: 12.7226463104vw;
    right: 0;
    top: auto;
    bottom: 0;
    gap: 2.5445292621vw;
  }
}
.mv-booking-btn-icon {
  width: 24px;
}
@media screen and (max-width: 1440px) {
  .mv-booking-btn-icon {
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .mv-booking-btn-icon {
    width: 6.106870229vw;
  }
}
.mv-booking-btn-text {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .mv-booking-btn-text {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 480px) {
  .mv-booking-btn-text {
    font-size: 5.0890585242vw;
  }
}
.mv-catch {
  position: absolute;
  right: 124px;
  bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .mv-catch {
    right: 8.6111111111vw;
    bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .mv-catch {
    bottom: 26.9720101781vw;
    right: 0;
    width: 100%;
  }
}
.mv-catch-line {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.56;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1440px) {
  .mv-catch-line {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .mv-catch-line {
    font-size: 9.1603053435vw;
    text-align: center;
  }
}
.mv {
  /* 20260907 スライダー化 */
}
.mv .mvsl {
  position: relative;
  z-index: -1;
}
.mv .mvsl .swiper-slide img {
  width: 100%;
  max-width: 200%;
  height: 100vh;
  height: 100svh;
}
/* ------------------------------------------------------------------------*/
/* concept
---------------------------------------------------------------------------*/
.concept {
  position: relative;
  background: no-repeat center top/100% auto;
  background-image: -webkit-image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
  background-image: image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
  padding-top: 116px;
  padding-bottom: 271px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .concept {
    padding-top: 8.0555555556vw;
    padding-bottom: 18.8194444444vw;
  }
}
@media screen and (max-width: 480px) {
  .concept {
    padding-top: 20.3562340967vw;
    padding-bottom: 50.8905852417vw;
    background: no-repeat center top/100% auto;
    background-image: -webkit-image-set(url("../img/cnts-bg-sp.avif") type("image/avif") 1x, url("../img/cnts-bg-sp@2x.avif") type("image/avif") 2x, url("../img/cnts-bg-sp.webp") type("image/webp") 1x, url("../img/cnts-bg-sp@2x.webp") type("image/webp") 2x);
    background-image: image-set(url("../img/cnts-bg-sp.avif") type("image/avif") 1x, url("../img/cnts-bg-sp@2x.avif") type("image/avif") 2x, url("../img/cnts-bg-sp.webp") type("image/webp") 1x, url("../img/cnts-bg-sp@2x.webp") type("image/webp") 2x);
    overflow: visible;
  }
}
.concept-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 84px;
}
@media screen and (max-width: 1440px) {
  .concept-head {
    gap: 5.8333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.1603053435vw;
  }
}
.concept-head-title {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 96px;
  line-height: 1.1;
  color: #b5a169;
}
@media screen and (max-width: 1440px) {
  .concept-head-title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-head-title {
    font-size: 24.427480916vw;
  }
}
.concept-head-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 1440px) {
  .concept-head-body {
    gap: 1.9444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-head-body {
    gap: 7.1246819338vw;
  }
}
.concept-head-catch {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.56;
  letter-spacing: 0.08em;
  color: #593305;
}
@media screen and (max-width: 1440px) {
  .concept-head-catch {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-head-catch {
    font-size: 9.1603053435vw;
    text-align: center;
  }
}
.concept-head-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #593305;
  width: 580px;
}
@media screen and (max-width: 1440px) {
  .concept-head-text {
    font-size: 1.1111111111vw;
    width: 40.2777777778vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-head-text {
    font-size: 4.0712468193vw;
    width: 100%;
    padding: 0 5.0890585242vw;
  }
}
.concept-head-flower {
  position: absolute;
}
.concept-head-flower--left {
  width: 427px;
  right: calc(50% + 408px);
  top: -87px;
}
@media screen and (max-width: 1440px) {
  .concept-head-flower--left {
    width: 29.6527777778vw;
    right: calc(50% + 28.3333333333vw);
    top: -6.0416666667vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-head-flower--left {
    width: 62.3409669211vw;
    right: auto;
    left: -18.0661577608vw;
    top: -43.7659033079vw;
  }
}
.concept-head-flower--right {
  width: 469px;
  left: calc(50% + 391px);
  top: -141px;
}
@media screen and (max-width: 1440px) {
  .concept-head-flower--right {
    width: 32.5694444444vw;
    left: calc(50% + 27.1527777778vw);
    top: -9.7916666667vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-head-flower--right {
    width: 68.4478371501vw;
    top: -43.7659033079vw;
    right: -22.3918575064vw;
    left: auto;
  }
}
.concept-gallery {
  position: relative;
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 178px;
}
@media screen and (max-width: 1440px) {
  .concept-gallery {
    padding-top: 3.3333333333vw;
    padding-bottom: 12.3611111111vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-gallery {
    padding-top: 5.5979643766vw;
    padding-bottom: 24.1730279898vw;
  }
}
.concept-gallery-swiper {
  overflow: visible;
}
.concept-gallery-slide {
  width: 440px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 1440px) {
  .concept-gallery-slide {
    width: 30.5555555556vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-gallery-slide {
    width: 84.7328244275vw;
  }
}
.concept-gallery-slide.is-shifted {
  -webkit-transform: translateY(72px);
          transform: translateY(72px);
}
@media screen and (max-width: 1440px) {
  .concept-gallery-slide.is-shifted {
    -webkit-transform: translateY(5vw);
            transform: translateY(5vw);
  }
}
@media screen and (max-width: 480px) {
  .concept-gallery-slide.is-shifted {
    -webkit-transform: translateY(13.9949109415vw);
            transform: translateY(13.9949109415vw);
  }
}
.concept-gallery-slide-img {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .concept-gallery-slide-img {
    width: 27.7777777778vw;
  }
}
@media screen and (max-width: 480px) {
  .concept-gallery-slide-img {
    width: 79.6437659033vw;
  }
  .concept-gallery-slide-img img {
    width: 100%;
    height: 79.6437659033vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
.concept-gallery-flower {
  position: absolute;
  z-index: 10;
}
.concept-gallery-flower--leftbottom {
  width: 82px;
  top: 455px;
  right: calc(50% + 581px);
}
@media screen and (max-width: 1440px) {
  .concept-gallery-flower--leftbottom {
    width: 5.6944444444vw;
    top: 31.5972222222vw;
    right: calc(50% + 40.3472222222vw);
  }
}
@media screen and (max-width: 480px) {
  .concept-gallery-flower--leftbottom {
    display: none;
  }
}
.concept-gallery-flower--centertop {
  width: 70px;
  top: 66px;
  right: calc(50% + 165px);
}
@media screen and (max-width: 1440px) {
  .concept-gallery-flower--centertop {
    width: 4.8611111111vw;
    top: 4.5833333333vw;
    right: calc(50% + 11.4583333333vw);
  }
}
@media screen and (max-width: 480px) {
  .concept-gallery-flower--centertop {
    width: 13.7404580153vw;
    top: 9.1603053435vw;
    right: auto;
    left: 5.0890585242vw;
  }
}
.concept-gallery-flower--centerbottom {
  width: 139px;
  top: 495px;
  left: calc(50% + 147px);
}
@media screen and (max-width: 1440px) {
  .concept-gallery-flower--centerbottom {
    width: 9.6527777778vw;
    top: 34.375vw;
    left: calc(50% + 10.2083333333vw);
  }
}
@media screen and (max-width: 480px) {
  .concept-gallery-flower--centerbottom {
    width: 17.8117048346vw;
    top: 88.8040712468vw;
    left: auto;
    right: 2.5445292621vw;
  }
}
.concept-gallery-flower--righttop {
  width: 114px;
  top: 0;
  left: calc(50% + 185px);
}
@media screen and (max-width: 1440px) {
  .concept-gallery-flower--righttop {
    width: 7.9166666667vw;
    left: calc(50% + 12.8472222222vw);
  }
}
@media screen and (max-width: 480px) {
  .concept-gallery-flower--righttop {
    display: none;
  }
}
.concept-gallery-flower--rightbottom {
  width: 104px;
  top: 502px;
  left: calc(50% + 612px);
}
@media screen and (max-width: 1440px) {
  .concept-gallery-flower--rightbottom {
    width: 7.2222222222vw;
    top: 34.8611111111vw;
    left: calc(50% + 42.5vw);
  }
}
@media screen and (max-width: 480px) {
  .concept-gallery-flower--rightbottom {
    display: none;
  }
}
.concept-sunset {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.concept-sunset img {
  width: 100%;
  max-width: 200%;
}

@media screen and (max-width: 480px) {
  .mv2concept-wrap {
    overflow: hidden;
  }
}
/* ------------------------------------------------------------------------*/
/* rooms
---------------------------------------------------------------------------*/
.rooms {
  padding-top: 58px;
  margin-bottom: 96px;
  background: no-repeat center top/100% auto;
  background-image: -webkit-image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
  background-image: image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
}
@media screen and (max-width: 1440px) {
  .rooms {
    padding-top: 4.0277777778vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms {
    padding-top: 16.2849872774vw;
    margin-bottom: 20.3562340967vw;
  }
}
.rooms-visual {
  position: relative;
}
.rooms-visual img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 1440px) {
  .rooms-visual img {
    height: 29.1666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-visual img {
    height: 137.4045801527vw;
  }
}
.rooms-visual-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  width: 100%;
  max-width: 1280px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .rooms-visual-text {
    max-width: 88.8888888889vw;
    bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-visual-text {
    width: 100%;
    max-width: 100vw;
    padding: 0 5.0890585242vw;
    bottom: 10.1781170483vw;
  }
}
.rooms-visual-text-line {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .rooms-visual-text-line {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-visual-text-line {
    font-size: 4.0712468193vw;
  }
}
.rooms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 1360 */
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .rooms-list {
    width: 94.4444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-list {
    width: 89.8218829517vw;
  }
}
.rooms-list {
  gap: 48px 32px;
}
@media screen and (max-width: 1440px) {
  .rooms-list {
    gap: 3.3333333333vw 2.2222222222vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-list {
    display: none;
  }
}
.rooms-list-item {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 1440px) {
  .rooms-list-item {
    width: calc((100% - 4.4444444444vw) / 3);
  }
}
.rooms-list-item-name {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #593305;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 1440px) {
  .rooms-list-item-name {
    font-size: 1.3888888889vw;
    margin-top: 0.9722222222vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-list-item-name {
    font-size: 5.0890585242vw;
    margin-top: 3.5623409669vw;
  }
}
.rooms-sl {
  position: relative;
}
.rooms-sl-slide {
  width: 600px;
}
@media screen and (max-width: 1440px) {
  .rooms-sl-slide {
    width: 41.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-sl-slide {
    width: 84.7328244275vw;
  }
}
.rooms-sl-item {
  /*width: 800px;
  margin: 0 auto;
  @include mq(xl) {
      width: px2vw(800);
  }
  @include mq(sm) {
      width: px2sp(313);
  }*/
}
.rooms-sl-item img {
  width: 100%;
  max-width: 200%;
}
.rooms-sl .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.rooms-sl-prev, .rooms-sl-next {
  display: none;
  position: absolute;
  width: 48px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .rooms-sl-prev, .rooms-sl-next {
    width: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-sl-prev, .rooms-sl-next {
    width: 12.213740458vw;
  }
}
.rooms-sl-prev {
  left: calc(50% - 424px);
}
@media screen and (max-width: 1440px) {
  .rooms-sl-prev {
    left: calc(50% - 29.4444444444vw);
  }
}
@media screen and (max-width: 480px) {
  .rooms-sl-prev {
    left: 4.0712468193vw;
  }
}
.rooms-sl-next {
  right: calc(50% - 424px);
}
@media screen and (max-width: 1440px) {
  .rooms-sl-next {
    right: calc(50% - 29.4444444444vw);
  }
}
@media screen and (max-width: 480px) {
  .rooms-sl-next {
    right: 4.0712468193vw;
  }
}

/* ------------------------------------------------------------------------*/
/* cuisine
---------------------------------------------------------------------------*/
.cuisine-visual img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 1440px) {
  .cuisine-visual img {
    height: 29.1666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-visual img {
    height: 71.2468193384vw;
  }
}
.cuisine-body {
  position: relative;
  /* 1360 */
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .cuisine-body {
    width: 94.4444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-body {
    width: 89.8218829517vw;
  }
}
.cuisine-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 44px;
  padding-bottom: 96px;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .cuisine-body {
    gap: 5.5555555556vw;
    padding-top: 3.0555555556vw;
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14.2493638677vw;
    padding-top: 14.2493638677vw;
    padding-bottom: 20.3562340967vw;
  }
}
.cuisine-body::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 760px;
  background: no-repeat center top/100% auto;
  background-image: -webkit-image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
  background-image: image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .cuisine-body::before {
    height: 52.7777777778vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-body::before {
    background: no-repeat center top/100% auto;
    background-image: -webkit-image-set(url("../img/cnts-bg-sp.avif") type("image/avif") 1x, url("../img/cnts-bg-sp@2x.avif") type("image/avif") 2x, url("../img/cnts-bg-sp.webp") type("image/webp") 1x, url("../img/cnts-bg-sp@2x.webp") type("image/webp") 2x);
    background-image: image-set(url("../img/cnts-bg-sp.avif") type("image/avif") 1x, url("../img/cnts-bg-sp@2x.avif") type("image/avif") 2x, url("../img/cnts-bg-sp.webp") type("image/webp") 1x, url("../img/cnts-bg-sp@2x.webp") type("image/webp") 2x);
    height: 193.3842239186vw;
  }
}
.cuisine-body-text {
  width: 424px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #593305;
}
@media screen and (max-width: 1440px) {
  .cuisine-body-text {
    width: 29.4444444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-body-text {
    width: 100%;
    font-size: 4.0712468193vw;
  }
}
.cuisine-body-imgs {
  width: 816px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1440px) {
  .cuisine-body-imgs {
    width: 56.6666666667vw;
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-body-imgs {
    width: 100%;
    gap: 4.3256997455vw;
  }
}

/* ------------------------------------------------------------------------*/
/* hotspring
---------------------------------------------------------------------------*/
.hotspring-visual {
  margin-bottom: 48px;
}
@media screen and (max-width: 1440px) {
  .hotspring-visual {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .hotspring-visual {
    margin-bottom: 14.2493638677vw;
  }
}
.hotspring-visual img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 1440px) {
  .hotspring-visual img {
    height: 29.1666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .hotspring-visual img {
    height: 71.2468193384vw;
  }
}
.hotspring-text {
  /* 1360 */
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .hotspring-text {
    width: 94.4444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .hotspring-text {
    width: 89.8218829517vw;
  }
}
.hotspring-text {
  margin-bottom: 48px;
}
@media screen and (max-width: 1440px) {
  .hotspring-text {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .hotspring-text {
    margin-bottom: 10.1781170483vw;
  }
}
.hotspring-text-line {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #593305;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .hotspring-text-line {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 480px) {
  .hotspring-text-line {
    font-size: 4.0712468193vw;
    text-align: left;
  }
}
.hotspring-list {
  /* 1360 */
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .hotspring-list {
    width: 94.4444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .hotspring-list {
    width: 89.8218829517vw;
  }
}
.hotspring-list {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  @include mq(xl) {
      gap: px2vw(32);
  }
  @include mq(sm) {
      width: 100%;
      gap: px2sp(5);
  } */
  /* 温泉画像が1枚しかないので応急処置 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .hotspring-list {
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 480px) {
  .hotspring-list {
    padding-bottom: 10.1781170483vw;
  }
}
.hotspring-list li {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .hotspring-list li {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------*/
/* facilities
---------------------------------------------------------------------------*/
.facilities {
  padding-top: 96px;
  margin-bottom: 96px;
  background: no-repeat center top/100% auto;
  background-image: -webkit-image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
  background-image: image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
}
@media screen and (max-width: 1440px) {
  .facilities {
    padding-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .facilities {
    background: no-repeat center top/100% auto;
    background-image: -webkit-image-set(url("../img/cnts-bg-sp.avif") type("image/avif") 1x, url("../img/cnts-bg-sp@2x.avif") type("image/avif") 2x, url("../img/cnts-bg-sp.webp") type("image/webp") 1x, url("../img/cnts-bg-sp@2x.webp") type("image/webp") 2x);
    background-image: image-set(url("../img/cnts-bg-sp.avif") type("image/avif") 1x, url("../img/cnts-bg-sp@2x.avif") type("image/avif") 2x, url("../img/cnts-bg-sp.webp") type("image/webp") 1x, url("../img/cnts-bg-sp@2x.webp") type("image/webp") 2x);
    padding-top: 20.3562340967vw;
    margin-bottom: 20.3562340967vw;
  }
}
.facilities-list {
  /* 1360 */
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .facilities-list {
    width: 94.4444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .facilities-list {
    width: 89.8218829517vw;
  }
}
.facilities-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1440px) {
  .facilities-list {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 480px) {
  .facilities-list {
    display: none;
  }
}
.facilities-list-item-img img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 1440px) {
  .facilities-list-item-img img {
    height: 29.1666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .facilities-list-item-img img {
    height: 85.4961832061vw;
  }
}
.facilities-list-item-name {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #593305;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 1440px) {
  .facilities-list-item-name {
    font-size: 1.3888888889vw;
    margin-top: 0.9722222222vw;
  }
}
@media screen and (max-width: 480px) {
  .facilities-list-item-name {
    font-size: 5.0890585242vw;
    margin-top: 3.5623409669vw;
  }
}
.facilities-sl {
  display: none;
}
@media screen and (max-width: 480px) {
  .facilities-sl {
    display: block;
    position: relative;
  }
  .facilities-sl-slide {
    width: 84.7328244275vw;
  }
  .facilities-sl-item {
    width: 79.6437659033vw;
    margin: 0 auto;
  }
  .facilities-sl-prev, .facilities-sl-next {
    position: absolute;
    width: 12.213740458vw;
    top: 36.3867684478vw;
    z-index: 1;
  }
  .facilities-sl-prev {
    left: 4.0712468193vw;
  }
  .facilities-sl-next {
    right: 4.0712468193vw;
  }
}

/* ------------------------------------------------------------------------*/
/* access
---------------------------------------------------------------------------*/
.access {
  position: relative;
  /* 1360 */
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .access {
    width: 94.4444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .access {
    width: 89.8218829517vw;
  }
}
.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1440px) {
  .access {
    gap: 3.8888888889vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.1781170483vw;
    padding-bottom: 24.427480916vw;
  }
}
.access::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 760px;
  background: no-repeat center top/100% auto;
  background-image: -webkit-image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
  background-image: image-set(url("../img/cnts-bg.avif") type("image/avif") 1x, url("../img/cnts-bg@2x.avif") type("image/avif") 2x, url("../img/cnts-bg.webp") type("image/webp") 1x, url("../img/cnts-bg@2x.webp") type("image/webp") 2x);
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 216px;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .access::before {
    height: 52.7777777778vw;
    top: 15vw;
  }
}
@media screen and (max-width: 480px) {
  .access::before {
    height: 193.3842239186vw;
    top: 33.0788804071vw;
    background: no-repeat center top/100% auto;
    background-image: -webkit-image-set(url("../img/cnts-bg-sp.avif") type("image/avif") 1x, url("../img/cnts-bg-sp@2x.avif") type("image/avif") 2x, url("../img/cnts-bg-sp.webp") type("image/webp") 1x, url("../img/cnts-bg-sp@2x.webp") type("image/webp") 2x);
    background-image: image-set(url("../img/cnts-bg-sp.avif") type("image/avif") 1x, url("../img/cnts-bg-sp@2x.avif") type("image/avif") 2x, url("../img/cnts-bg-sp.webp") type("image/webp") 1x, url("../img/cnts-bg-sp@2x.webp") type("image/webp") 2x);
  }
}
.access-body {
  width: 464px;
}
@media screen and (max-width: 1440px) {
  .access-body {
    width: 32.2222222222vw;
  }
}
@media screen and (max-width: 480px) {
  .access-body {
    width: 100%;
  }
}
.access-text {
  padding-top: 58px;
}
@media screen and (max-width: 1440px) {
  .access-text {
    padding-top: 4.0277777778vw;
  }
}
@media screen and (max-width: 480px) {
  .access-text {
    padding-top: 13.4860050891vw;
  }
}
.access-text-line {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #593305;
}
@media screen and (max-width: 1440px) {
  .access-text-line {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 480px) {
  .access-text-line {
    font-size: 4.0712468193vw;
  }
}
.access-map {
  width: 840px;
}
@media screen and (max-width: 1440px) {
  .access-map {
    width: 58.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .access-map {
    width: 100%;
  }
}
.access-map iframe {
  display: block;
  width: calc(50vw + 160px);
  height: 480px;
}
@media screen and (max-width: 1440px) {
  .access-map iframe {
    width: 61.1111111111vw;
    height: 33.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .access-map iframe {
    width: 100%;
    height: 71.2468193384vw;
  }
}
.access-btn {
  display: none;
}
@media screen and (max-width: 480px) {
  .access-btn {
    display: block;
    color: #fff;
    margin-top: 8.1424936387vw;
  }
}
.access-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 5.0890585242vw;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  background-color: #b5a169;
  width: 100%;
  height: 14.2493638677vw;
}
.access-btn-link::after {
  position: absolute;
  content: "";
  width: 2.0356234097vw;
  height: 2.0356234097vw;
  border-radius: 100vmax;
  background: #fdf9ed;
  right: 6.106870229vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ------------------------------------------------------------------------*/
/* footer
---------------------------------------------------------------------------*/
.footer {
  padding: 96px 0 104px;
  background: no-repeat center top/cover;
  background-image: -webkit-image-set(url("../img/footer-bg02.avif") type("image/avif") 1x, url("../img/footer-bg02@2x.avif") type("image/avif") 2x, url("../img/footer-bg02.webp") type("image/webp") 1x, url("../img/footer-bg02@2x.webp") type("image/webp") 2x);
  background-image: image-set(url("../img/footer-bg02.avif") type("image/avif") 1x, url("../img/footer-bg02@2x.avif") type("image/avif") 2x, url("../img/footer-bg02.webp") type("image/webp") 1x, url("../img/footer-bg02@2x.webp") type("image/webp") 2x);
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .footer {
    padding: 6.6666666667vw 0 7.2222222222vw;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 24.427480916vw 0 20.3562340967vw;
  }
}
.footer-inner {
  /* 1360 */
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .footer-inner {
    width: 94.4444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner {
    width: 89.8218829517vw;
  }
}
.footer-inner {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1440px) {
  .footer-inner {
    padding: 0 2.7777777778vw;
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 14.2493638677vw;
  }
}
.footer-left {
  width: 424px;
}
@media screen and (max-width: 1440px) {
  .footer-left {
    width: 29.4444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-left {
    width: 100%;
  }
}
.footer-logo {
  width: 196px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 1440px) {
  .footer-logo {
    width: 13.6111111111vw;
    margin: 0 auto 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-logo {
    width: 49.8727735369vw;
    margin: 0 auto 12.213740458vw;
  }
}
.footer-name {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 8px;
}
@media screen and (max-width: 1440px) {
  .footer-name {
    font-size: 1.3888888889vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-name {
    font-size: 5.0890585242vw;
    margin-bottom: 8.1424936387vw;
  }
}
.footer-info {
  margin-bottom: 54px;
}
@media screen and (max-width: 1440px) {
  .footer-info {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-info {
    margin-bottom: 0;
  }
}
.footer-info p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .footer-info p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-info p {
    font-size: 4.0712468193vw;
  }
}
.footer-copyright {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .footer-copyright {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-copyright {
    display: none;
  }
  .footer-copyright-sp {
    display: block;
    font-size: 3.5623409669vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
}
.footer-divider {
  width: 1px;
  height: 512px;
  background-color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .footer-divider {
    height: 35.5555555556vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-divider {
    width: 100%;
    height: 1px;
  }
}
.footer-right {
  width: 760px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .footer-right {
    width: 52.7777777778vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-right {
    width: 100%;
  }
}
.footer-right-lead {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
@media screen and (max-width: 1440px) {
  .footer-right-lead {
    font-size: 1.3888888889vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-right-lead {
    font-size: 5.0890585242vw;
    margin-bottom: 3.0534351145vw;
  }
}
.footer-right-lead.mt {
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .footer-right-lead.mt {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-right-lead.mt {
    margin-top: 6.106870229vw;
  }
}
.footer-booking-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 760px;
  height: 56px;
  background-color: #00a884;
  margin-bottom: 56px;
}
@media screen and (max-width: 1440px) {
  .footer-booking-btn {
    gap: 0.4166666667vw;
    width: 52.7777777778vw;
    height: 3.8888888889vw;
    margin-bottom: 3.8888888889vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-booking-btn {
    width: 100%;
    height: 14.2493638677vw;
    margin-bottom: 10.1781170483vw;
    gap: 4.0712468193vw;
  }
}
.footer-booking-btn-icon {
  width: 24px;
}
@media screen and (max-width: 1440px) {
  .footer-booking-btn-icon {
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-booking-btn-icon {
    width: 6.106870229vw;
  }
}
.footer-booking-btn-text {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .footer-booking-btn-text {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-booking-btn-text {
    font-size: 5.0890585242vw;
  }
}
.footer-tel {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.357;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .footer-tel {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-tel {
    font-size: 9.1603053435vw;
  }
}
.footer-tel-hours {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1440px) {
  .footer-tel-hours {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-tel-hours {
    font-size: 4.0712468193vw;
  }
}