@charset "UTF-8";
/* 基本設定
---------------------------------------------------------------------------*/
/* 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 */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
main {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.ss-wrap {
  width: 100%;
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .ss-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

.para-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.para-img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.para-img-wrap > * {
  height: 100%;
}

.kv {
  position: relative;
  width: 100%;
  /*height: 100vh;
  min-height: 600px;*/
  overflow: hidden;
}
.kv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.kv-body {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8%;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .kv-body {
    padding: 0 5%;
  }
}
.kv-en {
  font-size: clamp(10px, 2.1vw, 28px);
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
  font-weight: 300;
  opacity: 0.6;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 0px 2px #000;
}
@media screen and (max-width: 480px) {
  .kv-en {
    font-size: 16px;
  }
}
.kv-ttl {
  font-size: clamp(32px, 4.9vw, 64px);
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin: 0 0 2em;
  text-shadow: 0px 0px 2px #000;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .kv-ttl {
    font-size: 36px;
  }
}
.kv-desc {
  font-size: clamp(12px, 2.1vw, 28px);
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-weight: 300;
  opacity: 0.9;
  text-align: center;
  text-shadow: 0px 0px 2px #000;
}
@media screen and (max-width: 480px) {
  .kv-desc {
    font-size: 14px;
    line-height: 2.2;
  }
}
.kv-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 80px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .kv-line {
    height: 60px;
  }
}
.kv-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
}
.kv-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  background: #fff;
  -webkit-animation: line-flow 2s ease-in-out infinite;
          animation: line-flow 2s ease-in-out infinite;
}

@-webkit-keyframes line-flow {
  0% {
    top: -80%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes line-flow {
  0% {
    top: -80%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.story {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .story {
    padding: 60px 0;
  }
}
.story-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.story-head {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .story-head {
    margin-bottom: 30px;
  }
}
.story-en {
  display: block;
  font-size: clamp(12px, 2.6923076923vw, 35px);
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
  font-weight: 300;
  opacity: 0.6;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .story-en {
    font-size: 24px;
  }
}
.story-ttl {
  font-size: clamp(24px, 3.3846153846vw, 44px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .story-ttl {
    font-size: 28px;
    letter-spacing: 0.15em;
  }
}
.story-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
}
@media screen and (max-width: 480px) {
  .story-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.story-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .story-img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.story-img picture {
  display: block;
}
.story-img img {
  width: 100%;
  height: auto;
  display: block;
}
.story-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 90px;
}
@media screen and (max-width: 480px) {
  .story-text {
    padding-right: 0;
  }
}
.story-desc {
  font-size: clamp(13px, 1.3846153846vw, 18px);
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-weight: 300;
  opacity: 0.9;
}
@media screen and (max-width: 480px) {
  .story-desc {
    line-height: 1.81;
  }
}
.story-desc + .story-desc {
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  .story-desc {
    font-size: 14px;
    line-height: 2.2;
  }
}
.story-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  margin-top: 3em;
  font-size: clamp(13px, 1.3846153846vw, 18px);
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.story-link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url("../images/stay_summer/arw-white.png") no-repeat center/contain;
}
@media screen and (max-width: 480px) {
  .story-link::after {
    width: 18px;
  }
}
.story-link:hover {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .story-link {
    font-size: 14px;
    margin-top: 2.5em;
  }
}

.climate {
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .climate {
    padding: 70px 0 60px;
  }
}
.climate-inner {
  position: relative;
  z-index: 1;
}
.climate-en {
  display: block;
  font-size: clamp(12px, 2.6923076923vw, 35px);
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
  font-weight: 300;
  opacity: 0.6;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .climate-en {
    font-size: 24px;
  }
}
.climate-ttl {
  font-size: clamp(24px, 3.3846153846vw, 44px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .climate-ttl {
    font-size: 28px;
    line-height: 1.5;
  }
}
.climate-desc {
  font-size: clamp(13px, 1.3846153846vw, 18px);
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 3em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .climate-desc {
    font-size: 14px;
  }
}
.climate-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .climate-circles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.climate-circle {
  width: clamp(160px, 16.6153846154vw, 216px);
}
@media screen and (max-width: 480px) {
  .climate-circle {
    width: calc(50% - 26px);
  }
}
.climate-circle img {
  width: 100%;
  height: auto;
}
.climate-graph {
  max-width: 926px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .climate-graph {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.climate-graph img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 480px) {
  .climate-graph img {
    width: 600px;
    max-width: none;
  }
}
.climate-note {
  font-size: clamp(12px, 1.2307692308vw, 16px);
  font-weight: 300;
  opacity: 0.8;
  text-align: center;
  max-width: 900px;
  margin: 1em auto 2em;
}
@media screen and (max-width: 480px) {
  .climate-note {
    font-size: 12px;
    white-space: nowrap;
  }
}
.climate-swipe {
  display: none;
}
@media screen and (max-width: 480px) {
  .climate-swipe {
    display: block;
  }
  .climate-swipe img {
    width: 100%;
    height: auto;
  }
}

.nuruyu {
  position: relative;
  overflow: hidden;
  padding: 100px 0 198px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .nuruyu {
    padding: 70px 0 100px;
  }
}
.nuruyu-inner {
  position: relative;
  z-index: 1;
}
.nuruyu-tx {
  position: relative;
  color: #000;
  width: 605px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 810px) {
  .nuruyu-tx {
    width: 46.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .nuruyu-tx {
    width: 298px;
  }
}
.nuruyu-tx::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 664px;
  height: 606px;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/stay_summer/nuruyu-tx-bg.png);
}
.nuruyu-en {
  display: block;
  font-size: clamp(12px, 2.6923076923vw, 35px);
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
  font-weight: 300;
  opacity: 0.85;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  opacity: 0.3;
}
@media screen and (max-width: 480px) {
  .nuruyu-en {
    font-size: 24px;
  }
}
.nuruyu-ttl {
  font-size: clamp(24px, 3.3846153846vw, 44px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .nuruyu-ttl {
    font-size: 29px;
  }
}
.nuruyu-desc {
  font-size: clamp(13px, 1.3846153846vw, 18px);
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-weight: 300;
  opacity: 0.9;
}
.nuruyu-desc + .nuruyu-desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 480px) {
  .nuruyu-desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
.nuruyu-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin-top: 2.5em;
  padding: 1.2em 4em;
  font-size: clamp(14px, 1.3846153846vw, 18px);
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
  border: 1px solid #9d8b7d;
  background-color: rgba(226, 220, 216, 0.8);
}
@media screen and (max-width: 480px) {
  .nuruyu-btn {
    width: 240px;
    padding: 1.2em 2em;
    font-size: 14px;
  }
}
.nuruyu-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url("../images/stay_summer/arw-brown.png") no-repeat center/contain;
  -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;
}
@media screen and (max-width: 480px) {
  .nuruyu-btn::after {
    width: 18px;
  }
}
.nuruyu-btn:hover {
  color: #fff;
  background: #9d8b7d;
}
.nuruyu-btn:hover::after {
  background: url("../images/stay_summer/arw-white.png") no-repeat center/contain;
}
.nuruyu-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 300px auto 0;
  max-width: 980px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .nuruyu-features {
    position: relative;
    margin-top: 60px;
  }
}
.nuruyu-circle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 217px;
          flex: 0 0 217px;
  width: 216px;
}
@media screen and (max-width: 480px) {
  .nuruyu-circle {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 141px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.nuruyu-circle img {
  width: 100%;
  height: auto;
}
.nuruyu-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .nuruyu-list {
    gap: 6px;
  }
}
.nuruyu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1.2em 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), color-stop(30%, rgba(35, 24, 21, 0.6)), color-stop(70%, rgba(35, 24, 21, 0.6)), color-stop(90%, transparent));
  background: linear-gradient(to right, transparent 10%, rgba(35, 24, 21, 0.6) 30%, rgba(35, 24, 21, 0.6) 70%, transparent 90%);
}
@media screen and (max-width: 480px) {
  .nuruyu-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2em;
    padding: 1em 0;
  }
  .nuruyu-item:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 206px;
    margin: 15px 0 8px auto;
  }
  .nuruyu-item:first-of-type .nuruyu-item-ttl {
    width: 100%;
  }
  .nuruyu-item:first-of-type .nuruyu-item-desc {
    padding-left: 30px;
  }
}
.nuruyu-item-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: clamp(16px, 1.8461538462vw, 24px);
  letter-spacing: 0.1em;
  font-weight: 500;
  white-space: nowrap;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .nuruyu-item-ttl {
    font-size: 19px;
    width: 120px;
  }
}
.nuruyu-item-desc {
  font-size: clamp(13px, 1.3846153846vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 300;
  opacity: 0.9;
}
@media screen and (max-width: 480px) {
  .nuruyu-item-desc {
    font-size: 14px;
  }
}

.schedule {
  background: rgba(157, 139, 125, 0.3);
  color: #000;
  background: url("../images/stay_summer/schedule-bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .schedule {
    padding: 10px 0 50px;
    background: url("../images/stay_summer/schedule-bg-sp.jpg") no-repeat center/cover;
  }
}
.schedule-inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  height: 1217px;
}
@media screen and (max-width: 810px) {
  .schedule-inner {
    max-width: 80vw;
    height: 93.6153846154vw;
  }
}
@media screen and (max-width: 480px) {
  .schedule-inner {
    max-width: 100%;
    width: 334px;
    height: auto;
  }
}
.schedule-item {
  position: absolute;
}
@media screen and (max-width: 480px) {
  .schedule-item {
    position: static;
  }
}
.schedule-item:nth-child(1) {
  top: -67px;
  right: 0;
  width: 380px;
}
@media screen and (max-width: 810px) {
  .schedule-item:nth-child(1) {
    top: -5.1538461538vw;
    width: 29.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .schedule-item:nth-child(1) {
    width: 240px;
    margin: -63px 0 46px auto;
  }
}
.schedule-item:nth-child(2) {
  top: 88px;
  left: 0;
  width: 567px;
}
@media screen and (max-width: 810px) {
  .schedule-item:nth-child(2) {
    top: 6.7692307692vw;
    width: 43.6153846154vw;
  }
}
@media screen and (max-width: 480px) {
  .schedule-item:nth-child(2) {
    width: 100%;
    margin-bottom: 46px;
  }
}
.schedule-item:nth-child(3) {
  top: 624px;
  right: 264px;
  width: 500px;
}
@media screen and (max-width: 810px) {
  .schedule-item:nth-child(3) {
    top: 48vw;
    right: 20.3076923077vw;
    width: 38.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .schedule-item:nth-child(3) {
    width: 314px;
    margin: 0 0 46px auto;
  }
}
.schedule-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .schedule-img {
    margin-bottom: 12px;
  }
}
.schedule-time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
  margin: 1.2em 0 0.8em;
}
.schedule-time {
  font-size: clamp(14px, 1.85vw, 24px);
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px) {
  .schedule-time {
    font-size: 18px;
  }
}
.schedule-ttl {
  font-size: clamp(14px, 1.85vw, 24px);
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 480px) {
  .schedule-ttl {
    font-size: 18px;
  }
}
.schedule-desc {
  font-size: clamp(13px, 1.38vw, 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 480px) {
  .schedule-desc {
    font-size: 14px;
  }
}

.cuisine {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .cuisine {
    padding: 50px 0;
  }
}
.cuisine-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.cuisine-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .cuisine-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4em;
    margin-bottom: 30px;
  }
}
.cuisine-en {
  font-size: clamp(14px, 2.69vw, 35px);
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  .cuisine-en {
    font-size: 24px;
  }
}
.cuisine-ttl {
  font-size: clamp(24px, 3.38vw, 44px);
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 480px) {
  .cuisine-ttl {
    font-size: 29px;
    line-height: 1.6;
  }
}
.cuisine-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 480px) {
  .cuisine-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.cuisine-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 90px;
}
@media screen and (max-width: 480px) {
  .cuisine-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-top: 30px;
  }
}
.cuisine-desc {
  font-size: clamp(13px, 1.38vw, 18px);
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 300;
}
.cuisine-desc + .cuisine-desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 480px) {
  .cuisine-desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
.cuisine-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  margin-top: 76px;
  font-size: clamp(13px, 1.38vw, 18px);
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 810px) {
  .cuisine-link {
    margin-top: 6.25vw;
  }
}
.cuisine-link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url("../images/stay_summer/arw-black.png") no-repeat center/contain;
}
@media screen and (max-width: 480px) {
  .cuisine-link::after {
    width: 18px;
  }
}
.cuisine-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .cuisine-link {
    font-size: 14px;
  }
}
.cuisine-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 700px;
  display: block;
  height: auto;
}
@media screen and (max-width: 810px) {
  .cuisine-right {
    width: 53.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-right {
    width: 100%;
  }
}
.cuisine-right > div {
  width: 1030px;
  margin-right: -330px;
  margin-left: 0;
}
@media screen and (max-width: 810px) {
  .cuisine-right > div {
    width: 79.2307692308vw;
    margin-right: -25.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-right > div {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cuisine-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  margin-top: -150px;
}
@media screen and (max-width: 810px) {
  .cuisine-bottom {
    margin-top: -7.6923076923vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
}
.cuisine-sub-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 426px;
          flex: 0 0 426px;
  width: 426px;
}
@media screen and (max-width: 810px) {
  .cuisine-sub-wrap {
    width: 40.4615384615vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.4615384615vw;
            flex: 0 0 40.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-sub-wrap {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.cuisine-sub-wrap > div {
  margin-left: -120px;
  margin-right: 0;
  width: 546px;
}
@media screen and (max-width: 810px) {
  .cuisine-sub-wrap > div {
    width: 49.6923076923vw;
    margin-left: -9.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-sub-wrap > div {
    margin-left: 0;
    width: 100%;
  }
}
.cuisine-sub {
  width: 100%;
  height: auto;
  display: block;
}
.cuisine-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.4em 0.8em;
  font-size: clamp(13px, 1.38vw, 18px);
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .cuisine-caption {
    font-size: 14px;
  }
}
.cuisine-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 130px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 100px;
}
@media screen and (max-width: 810px) {
  .cuisine-detail {
    gap: 4.6153846154vw;
  }
}
@media screen and (max-width: 480px) {
  .cuisine-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0;
    width: 100%;
  }
}
.cuisine-detail-desc {
  font-size: clamp(13px, 1.38vw, 18px);
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .cuisine-detail-desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
.cuisine-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 480px) {
  .cuisine-tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
  }
}
.cuisine-tag {
  font-size: clamp(12px, 1.08vw, 14px);
  letter-spacing: 0.1em;
  color: #666;
  padding: 1em 1.6em;
  border-bottom: 1px solid #9d8b7d;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .cuisine-tag {
    font-size: 13px;
    padding: 0 0 0.5em;
  }
}

.rooms {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .rooms {
    padding: 50px 0;
  }
}
.rooms-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.rooms-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .rooms-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4em;
    margin-bottom: 30px;
  }
}
.rooms-en {
  font-size: clamp(14px, 2.69vw, 35px);
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  .rooms-en {
    font-size: 24px;
  }
}
.rooms-ttl {
  font-size: clamp(24px, 3.38vw, 44px);
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 480px) {
  .rooms-ttl {
    font-size: 29px;
    line-height: 1.6;
  }
}
.rooms-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5%;
}
@media screen and (max-width: 480px) {
  .rooms-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.rooms-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 700px;
  display: block;
  height: auto;
}
@media screen and (max-width: 810px) {
  .rooms-right {
    width: 53.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-right {
    width: 100%;
  }
}
.rooms-right > div {
  width: 1030px;
  margin-left: -330px;
  margin-right: 0;
}
@media screen and (max-width: 810px) {
  .rooms-right > div {
    width: 79.2307692308vw;
    margin-left: -25.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-right > div {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .rooms-right {
    width: 100%;
  }
}
.rooms-main {
  width: 100%;
  height: auto;
  display: block;
}
.rooms-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 90px;
}
@media screen and (max-width: 810px) {
  .rooms-left {
    padding-top: 7.8125vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-top: 30px;
  }
}
.rooms-desc {
  font-size: clamp(13px, 1.38vw, 18px);
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 300;
}
.rooms-desc + .rooms-desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 480px) {
  .rooms-desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
.rooms-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  margin-top: 76px;
  font-size: clamp(13px, 1.38vw, 18px);
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 810px) {
  .rooms-link {
    margin-top: 6.25vw;
  }
}
.rooms-link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url("../images/stay_summer/arw-black.png") no-repeat center/contain;
}
@media screen and (max-width: 480px) {
  .rooms-link::after {
    width: 18px;
  }
}
.rooms-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .rooms-link {
    font-size: 14px;
    margin-top: 40px;
  }
}
.rooms-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 120px;
  margin-top: -150px;
}
@media screen and (max-width: 810px) {
  .rooms-bottom {
    gap: 40px;
    margin-top: -7.6923076923vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
}
.rooms-sub-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 426px;
          flex: 0 0 426px;
  width: 426px;
}
@media screen and (max-width: 810px) {
  .rooms-sub-wrap {
    width: 40.4615384615vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.4615384615vw;
            flex: 0 0 40.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-sub-wrap {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.rooms-sub-wrap > div {
  width: 546px;
  margin-right: -120px;
  margin-left: 0;
}
@media screen and (max-width: 810px) {
  .rooms-sub-wrap > div {
    width: 49.6923076923vw;
    margin-right: -9.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-sub-wrap > div {
    margin-right: 0;
    width: 100%;
  }
}
.rooms-sub {
  width: 100%;
  height: auto;
  display: block;
}
.rooms-spec-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .rooms-spec-wrap {
    padding-top: 0;
    width: 100%;
  }
}
.rooms-spec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0 1fr;
  grid-template-columns: auto 1fr;
  gap: 0;
  border-top: 1px solid #9d8b7d;
  width: 336px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 810px) {
  .rooms-spec {
    width: 29.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .rooms-spec {
    width: 100%;
  }
}
.rooms-spec dt,
.rooms-spec dd {
  font-size: clamp(13px, 1.38vw, 18px);
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 300;
  padding: 1em 0;
  border-bottom: 1px solid #9d8b7d;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .rooms-spec dt,
  .rooms-spec dd {
    font-size: 14px;
  }
}
.rooms-spec dt {
  padding-right: 2em;
  white-space: nowrap;
}

.facilities {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .facilities {
    padding: 70px 0;
  }
}
.facilities-inner {
  text-align: center;
}
.facilities-en {
  display: block;
  font-size: clamp(14px, 1.92vw, 25px);
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  margin-bottom: 0.6em;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .facilities-en {
    font-size: 22px;
  }
}
.facilities-ttl {
  font-size: clamp(20px, 2.54vw, 33px);
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .facilities-ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.facilities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 810px) {
  .facilities-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    gap: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .facilities-list {
    display: block;
  }
}
.facilities-item {
  position: relative;
  width: 345px;
  height: 350px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 345px;
          flex: 0 0 345px;
  text-decoration: none;
}
@media screen and (max-width: 810px) {
  .facilities-item {
    width: 26.5384615385vw;
    height: 26.9230769231vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.5384615385vw;
            flex: 0 0 26.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .facilities-item {
    width: 100%;
    height: auto;
    aspect-ratio: 345/350;
  }
}
.facilities-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.facilities-item:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.facilities-item:hover .facilities-overlay {
  opacity: 1;
}
.facilities-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 310px;
  height: 315px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4em;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 810px) {
  .facilities-overlay {
    width: 23.8461538462vw;
    height: 24.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .facilities-overlay {
    display: none;
  }
}
.facilities-overlay-ja {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  text-shadow: 0px 0px 2px #000;
}
.facilities-overlay-en {
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 300;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 0px 2px #000;
  margin-top: 0.5em;
}
.facilities-swiper {
  position: relative;
}
.facilities-swiper .swiper {
  overflow: visible;
}
.facilities-swiper .swiper-slide {
  width: 75vw;
  max-width: 345px;
  height: auto;
  aspect-ratio: 345/350;
}
.facilities-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.facilities-prev, .facilities-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.facilities-prev img, .facilities-next img {
  width: 100%;
  height: auto;
}
.facilities-prev {
  left: 10px;
}
.facilities-next {
  right: 10px;
}

.cta {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .cta {
    padding: 80px 0;
  }
}
.cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cta-en {
  display: block;
  font-size: clamp(14px, 1.9230769231vw, 25px);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
  margin-bottom: 0.6em;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .cta-en {
    font-size: 24px;
  }
}
.cta-ttl {
  font-size: clamp(24px, 3.3846153846vw, 44px);
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .cta-ttl {
    font-size: 29px;
  }
}
.cta-desc {
  font-size: clamp(13px, 1.3846153846vw, 18px);
  letter-spacing: 0.1em;
  line-height: 2.1;
  font-weight: 300;
  margin-bottom: 3em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .cta-desc {
    display: none;
  }
}
.cta-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 33px 44px;
}
@media screen and (max-width: 480px) {
  .cta-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 40px 20px;
  }
}
.cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  padding: 1.4em 3.5em;
  font-size: clamp(13px, 1.38vw, 18px);
  letter-spacing: 0.1em;
  color: #000;
  background: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  white-space: nowrap;
  -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;
}
@media screen and (max-width: 480px) {
  .cta-btn {
    width: 100%;
  }
}
.cta-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url("../images/stay_summer/arw-black.png") no-repeat center/contain;
}
@media screen and (max-width: 480px) {
  .cta-btn::after {
    width: 18px;
  }
}
.cta-btn:hover {
  color: #fff;
  background: #9d8b7d;
}
.cta-btn:hover::after {
  background: url("../images/stay_summer/arw-white.png") no-repeat center/contain;
}
@media screen and (max-width: 480px) {
  .cta-btn {
    font-size: 14px;
    padding: 1.4em 2em;
  }
}
.cta-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 3em;
}
@media screen and (max-width: 480px) {
  .cta-tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 36px 0 0 0;
  }
}
.cta-tel-label {
  font-size: clamp(12px, 1.23vw, 16px);
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 480px) {
  .cta-tel-label {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}
.cta-tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.2em;
  text-decoration: none;
  color: #fff;
}
.cta-tel-prefix {
  font-size: clamp(13px, 1.38vw, 18px);
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .cta-tel-prefix {
    font-size: 17px;
  }
}
.cta-tel-num {
  font-size: clamp(22px, 2.62vw, 34px);
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .cta-tel-num {
    font-size: 34px;
  }
}