@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #272727;
}

ul, ol {
  list-style: none;
}

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

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

main {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.pc_bg {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.pc_bg .block {
  width: calc((100% - 375px) / 2);
  height: 100%;
  position: relative;
}
.pc_bg .block .catch_logo {
  position: absolute;
  top: calc(50% + 42px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 467px;
  width: 75%;
  text-align: center;
}
.pc_bg .block .catch_logo .catch img {
  width: 100%;
}
.pc_bg .block .catch_logo .logo {
  margin-top: 60px;
}
.pc_bg .block .catch_logo .logo img {
  width: 87%;
}
.pc_bg .block .pc_nav {
  position: absolute;
  top: calc(50% + 42px);
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 8%;
  max-height: calc((100svh - 40px) * 0.9);
  overflow: auto;
  border-radius: 43px;
  width: 75%;
  max-width: 438px;
  z-index: 2;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pc_bg .block .pc_nav::-webkit-scrollbar {
  display: none;
}
.pc_bg .block .pc_nav .ttl {
  text-align: center;
  margin-bottom: 45px;
}
.pc_bg .block .pc_nav .ttl img {
  width: 97px;
}
.pc_bg .block .pc_nav nav ul li {
  position: relative;
}
.pc_bg .block .pc_nav nav ul li a {
  display: flex;
}
.pc_bg .block .pc_nav nav ul li a .num {
  width: 63px;
}
.pc_bg .block .pc_nav nav ul li a .txt {
  width: calc(100% - 63px);
  font-weight: bold;
}
.pc_bg .block .pc_nav nav ul li a .txt small {
  display: block;
  margin-right: 9px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(39, 39, 39, 0.53);
}
.pc_bg .block .pc_nav nav ul li a:hover {
  color: #DD6B4F;
  opacity: 1;
}
.pc_bg .block .pc_nav nav ul li:not(:last-child) {
  margin-bottom: 20px;
}
.pc_bg .block .pc_nav nav ul li.current {
  padding-left: 59px;
}
.pc_bg .block .pc_nav nav ul li.current::before {
  content: "";
  display: block;
  width: 37px;
  aspect-ratio: 37/5;
  background: url(../img/nav_current.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 9px;
}
.pc_bg .block .swiper {
  height: 100%;
}
.pc_bg .block .swiper .swiper-wrapper {
  height: 100%;
}
.pc_bg .block .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.pc_bg .block .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 100;
  background: url(../img/wave_header2.svg) repeat-x center bottom/74px;
}
header .inner {
  display: none;
}

#global_nav {
  display: none;
}

main {
  position: relative;
  z-index: 2;
}

.wave {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
.wave .swiper-wrapper {
  transition-timing-function: linear;
}
.wave .swiper-wrapper .swiper-slide {
  width: 361px;
  flex-shrink: 0;
}
.wave .swiper-wrapper .swiper-slide img {
  width: 361px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

section .inner h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  text-align: center;
  width: 276px;
  max-width: 100%;
  margin: 0 auto 24px;
}

footer {
  color: #fff;
  border-radius: 0 0 20px 20px;
  position: relative;
  background: #DD6B4F;
  width: 335px;
  margin: 0 auto;
}
footer .inner {
  padding: 36px 0 6px;
  width: 90.7%;
}
footer .inner h1 {
  text-align: center;
}
footer .inner nav {
  margin-top: 28px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}
footer .inner nav ul {
  display: flex;
  flex-wrap: wrap;
}
footer .inner nav ul li {
  font-size: 10px;
  width: 50%;
  line-height: 24px;
}
footer .inner nav ul li a {
  display: flex;
  align-items: center;
}
footer .inner nav ul li a::after {
  content: "";
  display: block;
  background: url(../img/arrow_white.svg) no-repeat center/contain;
  width: 4.75px;
  height: 8.33px;
  margin-left: 7px;
}
footer .inner .management {
  margin-top: 20px;
  text-align: center;
}
footer .inner .management .main {
  font-size: 14px;
  font-weight: bold;
}
footer .inner .management .contact {
  margin-top: 2px;
  font-size: 12px;
}
footer .inner .copy {
  text-align: center;
  margin-top: 17px;
  font-size: 10px;
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
  fill: #DD6B4F !important;
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 249px;
  height: 42px;
  border-radius: 21px;
  background: #DD6B4F;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .pc_bg .right .pc_nav .ttl {
    margin-bottom: 25px;
  }
  .pc_bg .right .pc_nav .ttl img {
    width: 70px;
  }
  .pc_bg .right .pc_nav nav ul li a .num {
    width: 40px;
  }
  .pc_bg .right .pc_nav nav ul li a .txt {
    width: calc(100% - 40px);
  }
  .pc_bg .right .pc_nav nav ul li.current {
    padding-left: 40px;
  }
  .pc_bg .right .pc_nav nav ul li.current::before {
    width: 26px;
  }
}
@media (max-width: 1100px) {
  .pc_bg {
    justify-content: flex-end;
  }
  .pc_bg .left {
    display: none;
  }
  .pc_bg .right {
    width: calc(100% - 375px);
  }
  main {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_bg {
    display: none;
  }
  header {
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
  header::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: url(../img/wave_header_sp.svg) repeat-x center/361px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100% !important;
    padding: 0 20px;
  }
  header .inner h1 img {
    width: 44px;
  }
  header .inner #menu_btn {
    width: 28px;
    height: 22px;
    position: relative;
  }
  header .inner #menu_btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #DD6B4F;
    transition: 0.3s;
    position: absolute;
    right: 0;
  }
  header .inner #menu_btn span:nth-child(1) {
    top: calc(50% - 10px);
  }
  header .inner #menu_btn span:nth-child(2) {
    top: 50%;
  }
  header .inner #menu_btn span:nth-child(3) {
    top: calc(50% + 10px);
  }
  header .inner #menu_btn.open span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  header .inner #menu_btn.open span:nth-child(2) {
    opacity: 0;
  }
  header .inner #menu_btn.open span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  #global_nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 100svh;
    padding: 100px 10% 50px;
    z-index: 90;
    overflow: auto;
  }
  #global_nav nav ul li a {
    display: flex;
  }
  #global_nav nav ul li a .num {
    width: 40px;
  }
  #global_nav nav ul li a .txt {
    width: calc(100% - 40px);
    font-weight: bold;
  }
  #global_nav nav ul li a .txt small {
    display: block;
    margin-top: 9px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(39, 39, 39, 0.53);
  }
  #global_nav nav ul li a:hover {
    color: #DD6B4F;
    opacity: 1;
  }
  #global_nav nav ul li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px dashed #DD6B4F;
    margin-bottom: 20px;
  }
  #global_nav nav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  main {
    width: 100%;
  }
  footer {
    width: calc(100% - 40px);
  }
}
#top .inner {
  width: 83%;
}
#top main {
  background: #fff;
  padding: 0 20px 20px;
}
#top main section h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  text-align: center;
  width: 276px;
  max-width: 100%;
  margin: 0 auto 24px;
}
#top #mv {
  margin-top: 20px;
  height: 430px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
#top #mv .mv_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#top #mv .mv_slider .swiper {
  height: 100%;
}
#top #mv .mv_slider .swiper .swiper-wrapper {
  height: 100%;
}
#top #mv .mv_slider .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
#top #mv .mv_slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #mv .inner .catch {
  text-align: center;
  margin-bottom: 32px;
}
#top #mv .inner h1 {
  text-align: center;
}
#top #about {
  margin-top: -30px;
  background: #DD6B4F;
  color: #fff;
  padding: 58px 0 40px;
  position: relative;
  z-index: 2;
}
#top #about::before {
  content: "";
  display: block;
  width: 292px;
  aspect-ratio: 292/94;
  background: url(../img/top/mv_illust.svg) no-repeat center/contain;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#top #about .inner h2 {
  border-color: #fff;
}
#top #about .inner .main {
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
#top #ambassador {
  background: #F2FBFF;
  padding: 38px 0 69px;
  position: relative;
}
#top #ambassador .inner h2 {
  border-color: #272727;
}
#top #ambassador .inner .main {
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  margin-left: -20px;
  margin-right: -20px;
}
#top #ambassador .inner .name {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 10px;
}
#top #ambassador .inner .name span {
  font-size: 16px;
  margin-right: 10px;
}
#top #ambassador .inner .img {
  margin-bottom: 15px;
}
#top #ambassador .inner .desc {
  font-size: 11px;
  line-height: 20px;
}
#top #ambassador .inner .sns {
  margin-top: 7px;
  display: flex;           /* 横並びにする */
  justify-content: flex-end; /* 右寄せにする（以前のtext-align:rightの代わり） */
  gap: 12px;               /* アイコン同士の間隔 */
  align-items: center;     /* 上下中央を揃える */
}

#top #ambassador .inner .sns img {
  width: 32px;             /* 既存のサイズに合わせる */
  height: auto;
}

#top #manners {
  background: #DD6B4F;
  color: #fff;
  padding: 58px 0 40px;
  position: relative;
}
#top #manners .inner h2 {
  border-color: #fff;
}
#top #manners .inner .main {
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
#top #manners .inner .intro {
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#top #manners .inner .list {
  margin-top: 40px;
}
#top #manners .inner .list .block {
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 28px;
}
#top #manners .inner .list .block .ttl {
  padding-left: 37px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
#top #manners .inner .list .block .ttl::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  display: block;
  background: no-repeat center/contain;
  background-image: url("../img/num01.svg");
  height: 26px;
  width: 29px;
  margin-right: 8px;
}
#top #manners .inner .list .block .row {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
#top #manners .inner .list .block .row .img {
  width: 86px;
}
#top #manners .inner .list .block .row .txt {
  width: calc(100% - 105px);
  font-size: 11px;
  line-height: 20px;
}
#top #manners .inner .list .block:nth-child(2) .ttl::before {
  background-image: url("../img/num02.svg");
}
#top #manners .inner .list .block:nth-child(3) .ttl::before {
  background-image: url("../img/num03.svg");
}
#top #manners .inner .list .block:nth-child(4) .ttl::before {
  background-image: url("../img/num04.svg");
}
#top #manners .inner .list .block:nth-child(5) .ttl::before {
  background-image: url("../img/num05.svg");
}
#top #manners .inner .desc {
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#top #manners .inner .desc::before {
  content: "";
  display: block;
  background: url("../img/icon_hat.svg") no-repeat center/contain;
  width: 38px;
  height: 34px;
}
#top #recommend {
  padding-top: 38px;
  position: relative;
}
#top #recommend .inner {
  width: 100%;
}
#top #recommend .inner .main {
  margin-top: 24px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}
#top #recommend .inner .msf_area {
  margin-top: 25px;
  background: #F2FBFF;
  padding: 18px 25px 24px;
  border-radius: 8px;
}
#top #recommend .inner .msf_area .ttl {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
#top #recommend .inner .msf_area .img {
  margin-bottom: 14px;
}
#top #recommend .inner .msf_area .img img {
  border-radius: 10px;
}
#top #recommend .inner .msf_area .desc {
  font-size: 11px;
  line-height: 20px;
}
#top #recommend .inner .msf_area .row {
  margin: 18px 0;
  display: flex;
  justify-content: space-between;
}
#top #recommend .inner .msf_area .row .txt {
  width: calc(100% - 133px);
  font-size: 11px;
  line-height: 20px;
}
#top #recommend .inner .msf_area .row .img {
  width: 113px;
  margin-bottom: 0;
}
#top #recommend .inner .msf_area .sns {
  margin-top: 10px;
  text-align: right;
}
#top #recommend .inner .msf_area .sns img {
  width: 32px;
}
#top #sauna_list {
  padding: 40px 0 62px;
}
#top #sauna_list .inner {
  width: 100%;
}
#top #sauna_list .inner h3 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  border-left: 3px solid #DD6B4F;
  margin-bottom: 15px;
}
#top #sauna_list .inner .tag_area {
  margin-bottom: 40px;
}
#top #sauna_list .inner .tag_area .js-tag.active {
  background: #DD6B4F;
  color: #fff;
  cursor: pointer;
}
#top #sauna_list .inner .tag_area .type_area .ttl {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
#top #sauna_list .inner .tag_area .type_area .ttl::before {
  content: "●";
  color: #DD6B4F;
  margin-right: 0.5em;
}
#top #sauna_list .inner .tag_area .type_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#top #sauna_list .inner .tag_area .type_area ul li {
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  font-size: 13px;
  line-height: 24px;
  color: rgba(39, 39, 39, 0.48);
  padding: 2px 13px;
  cursor: pointer;
}
#top #sauna_list .inner .tag_area .type_area:not(:last-child) {
  margin-bottom: 20px;
}
#top #sauna_list .inner .area_block .list .block .img img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #sauna_list .inner .area_block .list .block .ttl {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
#top #sauna_list .inner .area_block .list .block .area {
  margin-top: 8px;
  font-size: 11px;
  color: rgba(39, 39, 39, 0.48);
}
#top #sauna_list .inner .area_block .list .block .desc {
  margin-top: 8px;
  font-size: 11px;
  line-height: 20px;
}
#top #sauna_list .inner .area_block .list .block.is-hidden {
  display: none !important;
}
#top #sauna_list .inner .area_block:not(:last-child) {
  margin-bottom: 50px;
}
#top #experience {
  background: #DD6B4F;
  padding: 50px 0;
  color: #fff;
  position: relative;
}
#top #experience .inner {
  width: 100%;
}
#top #experience .inner .intro {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 20px;
}
#top #experience .inner .experience_slider {
  margin-left: -20px;
  margin-right: -20px;
}
#top #experience .inner .experience_slider .swiper-wrapper .swiper-slide a {
  display: block;
  background: #fff;
  color: #272727;
  padding: 20px;
  border-radius: 8px;
}
#top #experience .inner .experience_slider .swiper-wrapper .swiper-slide a .img img {
  width: 100%;
  aspect-ratio: 157/136;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#top #experience .inner .experience_slider .swiper-wrapper .swiper-slide a .txt {
  margin-top: 10px;
}
#top #experience .inner .experience_slider .swiper-wrapper .swiper-slide a .txt .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
#top #experience .inner .experience_slider .swiper-wrapper .swiper-slide a .txt .place {
  color: rgba(39, 39, 39, 0.48);
  font-size: 11px;
  line-height: 24px;
}
#top #experience .inner .experience_slider .swiper-wrapper .swiper-slide a .txt .desc {
  font-size: 11px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#top #campaign {
  background: #F2FBFF;
  padding: 50px 0 53px;
  position: relative;
}
#top #campaign .inner .intro {
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#top #campaign .inner .img {
  margin-bottom: 20px;
}
#top #campaign .inner .block h3 {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  border-left: 3px solid #DD6B4F;
}
#top #campaign .inner .block .desc {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
}
#top #campaign .inner .block dl {
  margin-top: 10px;
}
#top #campaign .inner .block dl dt {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  line-height: 24px;
}
#top #campaign .inner .block dl dt::before {
  content: "●";
  margin-right: 0.5em;
  flex-shrink: 0;
  color: #DD6B4F;
}
#top #campaign .inner .block dl dd {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
}
#top #campaign .inner .block dl dd .img.full {
  margin: 17px -28.5px 0;
}
#top #campaign .inner .block dl dd .btn {
  margin-top: 10px;
}
#top #campaign .inner .block dl dd .link {
  margin-top: 10px;
}
#top #campaign .inner .block dl dd .link a {
  color: #DD6B4F;
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
#top #campaign .inner .block dl dd .link a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../img/arrow_right_orange.svg) no-repeat center/contain;
}
#top #campaign .inner .block dl dd:not(:last-child) {
  margin-bottom: 14px;
}
#top #campaign .inner .block .accordion .more {
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
}
#top #campaign .inner .block .accordion .more:after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/icon_puls.svg) no-repeat center/contain;
}
#top #campaign .inner .block .accordion .more.open::after {
  background-image: url(../img/icon_minus.svg);
}
#top #campaign .inner .block .term_area {
  margin-top: 20px;
  display: none;
}
#top #campaign .inner .block .term_area > ol > li {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
#top #campaign .inner .block .term_area > ol > li .num {
  width: 20px;
  flex-shrink: 0;
}
#top #campaign .inner .block .term_area > ol > li .detail {
  width: calc(100% - 20px);
}
#top #campaign .inner .block .term_area > ol > li .detail .sub {
  margin-top: 9px;
}
#top #campaign .inner .block .term_area > ol > li .detail .sub ol li {
  display: flex;
}
#top #campaign .inner .block .term_area > ol > li .detail .sub ol li .sub_num {
  width: 32px;
  flex-shrink: 0;
}
#top #campaign .inner .block .term_area > ol > li .detail .sub ol li .sub_detail {
  width: calc(100% - 32px);
}
#top #campaign .inner .block .term_area > ol > li:not(:last-child) {
  margin-bottom: 17px;
}
#top #campaign .inner .block .term_area .outro {
  margin-top: 14px;
  font-size: 12px;
  line-height: 20px;
}
#top #campaign .inner .block:not(:last-child) {
  margin-bottom: 20px;
}
#top #event {
  background: #FFF786;
  padding: 30px 0 40px;
}
#top #event .inner .ttl {
  margin-top: 23px;
  font-size: 16px;
  font-weight: bold;
}
#top #event .inner .img {
  margin-top: 10px;
}
#top #event .inner .txt {
  margin-top: 16px;
  line-height: 20px;
  font-weight: bold;
  font-size: 13px;
}
#top #event .inner h3 {
  margin: 15px 0 7px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  border-left: 3px solid #DD6B4F;
}
#top #event .inner dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
#top #event .inner dl dt {
  width: 83px;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
}
#top #event .inner dl dd {
  width: calc(100% - 83px);
  font-size: 13px;
  line-height: 24px;
}
#top #event .inner .txt_block .sub_ttl {
  font-size: 13px;
  font-weight: bold;
}
#top #event .inner .txt_block .sub_ttl::before {
  content: "●";
  color: #DD6B4F;
  margin-right: 0.5em;
}
#top #event .inner .txt_block .sub_txt {
  font-size: 13px;
  line-height: 22px;
}
#top #event .inner .txt_block:not(:last-child) {
  margin-bottom: 14px;
}
#top footer .inner {
  width: 90.7%;
}

@media (max-width: 768px) {
  #top header::after {
    content: none;
  }
  #top #mv {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  #top footer {
    width: 100%;
  }
}
#f_detail main {
  background: #fff;
}
#f_detail main section h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  text-align: center;
  width: 276px;
  max-width: 100%;
  margin: 0 auto 24px;
}
#f_detail #detail_area {
  background: #F2FBFF;
  padding: 85px 0 50px;
}
#f_detail #detail_area .inner h2 {
  margin-bottom: 10px;
}
#f_detail #detail_area .inner .type {
  text-align: center;
  font-size: 13px;
}
#f_detail #detail_area .inner .main_img {
  margin-top: 20px;
}
#f_detail #detail_area .inner .main_img img {
  border-radius: 10px;
}
#f_detail #detail_area .inner ul.sauna_features {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  font-size: 12px;
}
#f_detail #detail_area .inner .copy {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
#f_detail #detail_area .inner .txt {
  margin-top: 17px;
  font-size: 12px;
  line-height: 20px;
}
#f_detail #detail_area .inner .image_area {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
#f_detail #detail_area .inner .image_area .f_img {
  width: calc((100% - 14px) / 2);
}
#f_detail #detail_area .inner .image_area .f_img img {
  border-radius: 8px;
}
#f_detail #information_area {
  padding: 50px 0 40px;
}
#f_detail #information_area h3 {
  border-left: 3px solid #DD6B4F;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-bottom: none;
}
#f_detail #information_area table.info_table {
  width: 100%;
  margin: 10px 0 50px;
}
#f_detail #information_area table.info_table tr th {
  border-top: 1px solid #DD6B4F;
  border-bottom: 1px solid #DD6B4F;
  width: 120px;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 0;
  text-align: left;
}
#f_detail #information_area table.info_table tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  padding: 20px 0 20px 20px;
}
#f_detail #information_area table.info_table tr td a {
  color: #DD6B4F;
  display: flex;
  align-items: center;
  gap: 6px;
}
#f_detail #information_area table.info_table tr td a::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
}
#f_detail #information_area .map_area {
  width: 100%;
}
#f_detail #information_area .map_area iframe {
  width: 100%;
  height: 216px;
}
#f_detail #information_area .btn {
  margin-top: 30px;
}
#f_detail #information_area .btn a {
  gap: 4px;
}
#f_detail #information_area .btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_blank_white.svg) no-repeat center/contain;
}

#single_experience #detail_area {
  background: #DD6B4F;
  color: #fff;
  padding: 85px 0 50px;
}
#single_experience #detail_area .inner h1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  text-align: center;
  width: 276px;
  max-width: 100%;
  margin: 0 auto 24px;
}
#single_experience #detail_area .inner h2 {
  text-align: left;
  width: 100%;
  font-size: 18px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}
#single_experience #detail_area .inner .content figure img {
  border-radius: 10px;
}
#single_experience #detail_area .inner .content figure:not(:last-child) {
  margin-bottom: 30px;
}
#single_experience #detail_area .inner .content p {
  font-size: 12px;
  line-height: 20px;
}
#single_experience #detail_area .inner .content p:not(:last-child) {
  margin-bottom: 13px;
}
#single_experience #detail_area .inner .content h3 {
  font-weight: bold;
  border-left: 3px solid #fff;
  padding-left: 8px;
  margin-bottom: 16px;
}
#single_experience #detail_area .inner .content h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px 8px;
  border-bottom: 2px solid #fff;
  margin-bottom: 16px;
}
#single_experience #detail_area .inner .content h5 {
  font-size: 13px;
  font-weight: bold;
  padding: 0 2px 8px;
  border-bottom: 2px dashed #fff;
  margin-bottom: 16px;
}
#single_experience #detail_area .inner .content h6 {
  font-size: 12px;
  font-weight: bold;
  padding: 0 4px 8px;
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
}
#single_experience #gallery {
  padding: 25px 0 50px;
  background: #F2FBFF;
  position: relative;
}
#single_experience #gallery .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 4%;
}
#single_experience #gallery .inner ul li {
  width: 48%;
}
#single_experience #information_area {
  padding: 50px 0 40px;
}
#single_experience #information_area h3 {
  border-left: 3px solid #DD6B4F;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-bottom: none;
}
#single_experience #information_area table.info_table {
  width: 100%;
  margin: 10px 0 50px;
}
#single_experience #information_area table.info_table tr th {
  border-top: 1px solid #DD6B4F;
  border-bottom: 1px solid #DD6B4F;
  width: 120px;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 0;
  text-align: left;
}
#single_experience #information_area table.info_table tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  padding: 20px 0 20px 20px;
}
#single_experience #information_area table.info_table tr td a {
  color: #DD6B4F;
  display: flex;
  align-items: center;
  gap: 6px;
}
#single_experience #information_area table.info_table tr td a::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
}
#single_experience #information_area .map_area {
  width: 100%;
}
#single_experience #information_area .map_area iframe {
  width: 100%;
  height: 216px;
}
#single_experience #information_area .btn {
  margin-top: 30px;
}
#single_experience #information_area .btn a {
  gap: 4px;
}
#single_experience #information_area .btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_list.svg) no-repeat center/contain;
}/*# sourceMappingURL=style.css.map */

