/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  [lang=en] .care .ctitle,
  [lang=en] .room .ctitle,
  [lang=en] #outdoorBath .ctitle,
  [lang=en] #d-renewal_twin .ctitle,
  [lang=en] .hot_stoned_bath .ctitle {
    width: auto;
    padding-right: 30px;
  }
  [lang=en] .care__wrap .subPage__dl {
    width: 320px;
  }
  [lang=en] .care .ctitle_left_border {
    font-size: 2.3rem;
  }
  [lang=en] #care .intro__navi li a::after {
    left: 12%;
  }
  [lang=en] .subPage__txt {
    text-align: left;
  }
  [lang=en] .care__list_txt {
    max-width: none;
    height: auto;
  }
  [lang=en] .meal .ctitle {
    width: 220px;
  }
  [lang=en] .meal__txt.cborder {
    text-align: left;
  }
  [lang=en] .room .intro__navi {
    max-width: 940px;
  }
  [lang=en] .room .intro__navi li a::after {
    left: 5%;
  }
  [lang=en] .howtoaccess__item .cbtn {
    line-height: 1.4;
  }
  [lang=en] .winter .access__ttl {
    font-size: 2.5rem;
    width: 80%;
    max-width: 600px;
  }
  .top #mainvisual {
    height: 100vh;
    position: relative;
  }
  .mainvisual__img > * {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainvisual__play {
    width: 95px;
    height: 95px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #js_play.playActive {
    opacity: 0;
  }
  .mainvisual__sp {
    display: none;
  }
  /* intro
  ---------------------------------------------------------------------- */
  .intro {
    padding: 145px 0 230px;
    background: url(../images/bg_deco.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .intro__ttl {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.73;
    color: #946748;
    margin-bottom: 38px;
  }
  .intro__txt {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
  }
  .intro__txt:first-of-type {
    margin-bottom: 40px;
  }
  /* recommend
  ---------------------------------------------------------------------- */
  .recommend {
    position: relative;
    padding-bottom: 100px;
    margin-top: -145px;
  }
  .recommend__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 35px;
  }
  .recommend__ttl::after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    background-color: #666666;
  }
  .recommend__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5%;
  }
  .recommend__list:last-of-type {
    margin-top: 40px;
  }
  .recommend__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recommend__img {
    width: 100%;
    aspect-ratio: 330/220;
  }
  .recommend__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recommend__video_item {
    width: 100%;
    aspect-ratio: 330/180;
  }
  .recommend__video_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recommend .banner__list {
    margin-top: 25px;
  }
  /* care
  ---------------------------------------------------------------------- */
  .care {
    padding: 100px 0 120px;
    background: url(../../images/bg_content.png);
  }
  .care .ctitle {
    width: 270px;
    letter-spacing: 0.2em;
  }
  .care .intro__navi {
    row-gap: 20px;
  }
  .care .intro__navi li {
    width: 33%;
  }
  .care .intro {
    padding-bottom: 80px;
  }
  .care .subPage__txt {
    width: 650px;
  }
  .care__item {
    padding: 80px 0 70px;
  }
  .care__item:last-of-type {
    padding-bottom: 0;
  }
  .care__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0 0px;
  }
  .care__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .care__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 638px;
    gap: 10px;
    margin: -10px 10px 20px 0;
  }
  .care__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 55px 0 55px;
    row-gap: 58px;
  }
  .care__list > li {
    width: 31.5%;
  }
  .care__list img {
    width: 100%;
  }
  .care__list_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    height: 3em;
    max-width: 900px;
    gap: 10px 0;
    margin-left: 15px;
    font-size: 2.6rem;
    padding-left: 25px;
    letter-spacing: 0.1em;
    border-left: 1px solid #000000;
  }
  .care__list_txt li {
    line-height: 1.3;
  }
  .care__list_txt span {
    font-size: 2rem;
  }
  #outdoorBath .ctitle {
    width: 336px;
  }
  #outdoorBath .care__list {
    margin-bottom: 0;
  }
  #outdoorBath .care__list > li {
    width: 47.5%;
  }
  .outdoorBath__ttl {
    font-size: 2rem;
    padding: 9px 2px;
  }
  /* meal_
  ---------------------------------------------------------------------- */
  .meal {
    padding: 100px 0 100px;
  }
  .meal__inr {
    max-width: 1600px;
    margin: 0 auto;
  }
  .meal .ctitle {
    width: 204px;
    min-width: auto;
    margin-left: -120px;
    margin-bottom: 45px;
  }
  .meal__item {
    padding: 30px 0 50px;
  }
  .meal__item:last-of-type {
    padding-bottom: 0;
  }
  .meal__content {
    max-width: 400px;
  }
  .meal__txt {
    font-size: 2rem;
  }
  .business_hours {
    font-size: 2rem;
  }
  .business_hours span {
    display: block;
    font-size: 1.4rem;
  }
  .meal__txt.cborder {
    padding-bottom: 38px;
    margin-bottom: 20px;
  }
  .meal .subPage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .meal .subPage__img {
    width: 57.5%;
  }
  .meal .subpage__main_img .slick-slide img {
    aspect-ratio: 1.84/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .meal .subpage__img_list {
    width: 550px;
  }
  .meal .subpage__img_list .slick-list {
    margin: 0 -5px;
  }
  .meal .subpage__img_list .slick-slide {
    padding: 0 5px;
  }
  /* room
  ---------------------------------------------------------------------- */
  .room {
    padding: 100px 0;
    background: url(../../images/bg_content.png) no-repeat, url(../../images/bg_content.png) no-repeat;
    background-size: 100% 31.3%, 100% 13%;
    background-position: top, 0 60%;
  }
  .room .subPage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
  }
  .room .intro__navi {
    row-gap: 20px;
    padding-top: 30px;
  }
  .room .intro__navi li {
    width: 33.3333333333%;
  }
  .room .intro__navi li a::after {
    left: 14%;
  }
  .room .intro {
    padding-bottom: 80px;
  }
  .room .ctitle {
    width: 473px;
    position: absolute;
    top: 35px;
    right: 0;
  }
  #comfort_twin .ctitle {
    width: 531px;
  }
  #d-renewal_twin .ctitle {
    width: 630px;
  }
  .room .room__item:nth-of-type(even) .subPage__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .room .room__item:nth-of-type(even) .ctitle {
    right: initial;
    left: 0;
  }
  .room .subPage__img {
    width: 66%;
  }
  .room .subPage__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .room .subPage__txt {
    margin-bottom: 35px;
  }
  .room .cbtn span {
    width: 100%;
    text-align: center;
  }
  .room__item {
    padding: 80px 0 25px;
  }
  .room__content {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 165px;
  }
  /* overview
  ---------------------------------------------------------------------- */
  .overview {
    padding: 80px 0 0;
  }
  .overview__wrap {
    padding: 45px 0 45px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .overview__ttl {
    font-size: 3rem;
    margin-bottom: 45px;
    line-height: 1;
  }
  .overview__list dt {
    font-size: 1.9rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview__list dt::before {
    content: "";
    width: 22px;
    height: 1px;
    margin-right: 10px;
    background-color: #B2B2B2;
  }
  .overview__list dd {
    letter-spacing: 0;
  }
  .overview__list:first-of-type {
    margin-bottom: 45px;
  }
  /* hot_stoned_bath
  ---------------------------------------------------------------------- */
  .hot_stoned_bath {
    padding: 100px 0 155px;
    background: url(../../images/bg_content.png) no-repeat;
  }
  .hot_stoned_bath .subPage__img {
    margin-bottom: 20px;
  }
  .hot_stoned_bath .ctitle {
    min-width: 270px;
  }
  .hot_stoned_bath .ctitle2 {
    margin-bottom: 90px;
  }
  /* facility
  ---------------------------------------------------------------------- */
  .facility {
    padding: 100px 0 110px;
  }
  .facility__list {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 55px;
  }
  .facility__list li {
    width: 31.5%;
  }
  .facility__list .facility__ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-top: 10px;
  }
  .facility__list .facility__ttl span {
    font-size: 1.6rem;
  }
  /* sightseeing
  ---------------------------------------------------------------------- */
  .sightseeing {
    padding: 100px 0 75px;
    background: url(../../images/bg_content.png) no-repeat;
  }
  .sightseeing .ctitle2 {
    margin-bottom: 70px;
  }
  .sightseeing__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .sightseeing__main {
    width: 71%;
  }
  .sightseeing__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sightseeing__list li {
    margin-bottom: 32px;
  }
  .sightseeing__list .sightseeing__name {
    margin-top: 0;
  }
  .sightseeing__name {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin-top: 3px;
  }
  .sightseeing__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: 20px;
    margin-top: 37px;
  }
  .sightseeing .cbtn {
    color: white;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #484134;
  }
  .sightseeing .cbtn.cbtn--google {
    background-color: #7A603C;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access {
    padding: 100px 0 100px;
  }
  .access__ttl {
    color: #946748;
    font-size: 3rem;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 44px;
  }
  .access__ttl span {
    font-size: 2rem;
    color: #000000;
    display: block;
  }
  .howtoaccess {
    padding: 30px 0 0;
  }
  .howtoaccess__item {
    margin-bottom: 70px;
  }
  .howtoaccess__item--air {
    margin-bottom: 110px;
  }
  .howtoaccess__item--air figure {
    margin-bottom: 60px;
  }
  .howtoaccess__item .cbtn {
    width: 450px;
    height: 87px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background-color: #484134;
    letter-spacing: 0.1em;
  }
  .howtoaccess__item .cbtn span::after {
    right: -35px;
    width: 6px;
    height: 6px;
  }
  .winter {
    border: 1px solid #E0DCC7;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    padding: 35px 20px 30px;
    position: relative;
  }
  .winter .access__ttl {
    margin: 0 0 45px;
    padding: 0 30px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .winter .winter__note {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  [lang=en] .ctitle {
    padding-right: 4vw;
  }
  [lang=en] .hot_stoned_bath .ctitle {
    min-width: 42vw;
    width: auto;
  }
  [lang=en] #care .intro__navi li a::after,
  [lang=en] .room .intro__navi li a::after {
    left: 6%;
    width: clamp(17px, 4vw, 21px);
    height: clamp(17px, 4vw, 21px);
  }
  [lang=en] .room .ctitle2 {
    letter-spacing: 0.15em;
  }
  [lang=en] .room .intro__navi li a::after {
    left: 5%;
    width: clamp(17px, 4vw, 21px);
    height: clamp(17px, 4vw, 21px);
  }
  [lang=en] .room .intro__navi li a {
    line-height: 1.4;
    padding: 0 0% 0 16%;
  }
  [lang=en] #d-renewal_twin .ctitle,
  [lang=en] #Japanese_modern .ctitle {
    font-size: max(12px, 3.5vw);
    padding-right: 4vw;
  }
  [lang=en] #d-japanese_style .ctitle,
  [lang=en] #japanese_twin .ctitle {
    font-size: max(13px, 3.5vw);
    min-width: 57.3333333333vw;
    padding-right: 5vw;
  }
  [lang=en] #japanese_style .ctitle {
    font-size: max(13px, 4vw);
    line-height: 1.3;
    height: 10.9333333333vw;
  }
  [lang=en] .winter .access__ttl {
    padding: 0;
  }
  /* intro
  ---------------------------------------------------------------------- */
  /* recommend
  ---------------------------------------------------------------------- */
  /* care
  ---------------------------------------------------------------------- */
  /* meal_
  ---------------------------------------------------------------------- */
  /* room
  ---------------------------------------------------------------------- */
  /* hot_stoned_bath
  ---------------------------------------------------------------------- */
  /* facility
  ---------------------------------------------------------------------- */
  /* sightseeing
  ---------------------------------------------------------------------- */
  /* access
  ---------------------------------------------------------------------- */
}
@media (max-width: 1000px) and (max-width: 550px) {
  [lang=en] .fnav__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (max-width: 1000px) {
  [lang=zhtw] #d-renewal_twin .ctitle {
    min-width: 57.3333333333vw;
  }
  .top #mainvisual {
    height: 100vh;
    position: relative;
  }
  .mainvisual__img > * {
    display: none;
  }
  .mainvisual__play {
    display: none;
  }
  #js_play.playActive {
    opacity: 0;
  }
  .mainvisual__sp .slick-slide {
    height: 100vh;
  }
  .mainvisual__sp img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainvisual__sp .cbtn {
    position: absolute;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10%;
  }
  .lity {
    z-index: 9999 !important;
  }
  .intro {
    padding: 140px 3vw 230px;
    background: url(../images/bg_deco.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .intro__ttl {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.73;
    color: #946748;
    margin-bottom: 38px;
  }
  .intro__txt {
    font-size: 4.5333333333vw;
    line-height: 2;
    text-align: center;
  }
  .intro__txt:first-of-type {
    margin-bottom: 40px;
  }
  .recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-bottom: 120px;
    margin-top: -145px;
  }
  .recommend__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 6.4vw;
    letter-spacing: 0.2em;
    font-weight: 500;
  }
  .recommend__ttl::after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    background-color: #666666;
  }
  .recommend__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 25px;
  }
  .recommend__img {
    width: 100%;
    aspect-ratio: 330/220;
  }
  .recommend__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recommend__video_item {
    width: 100%;
    aspect-ratio: 330/180;
  }
  .recommend__video_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recommend .banner__list {
    margin-top: 25px;
  }
  .care {
    padding: 16vw 0 16vw;
    background: url(../../images/bg_content.png);
    background-size: 100%;
  }
  .care .ctitle {
    min-width: 36vw;
    letter-spacing: 0.2em;
  }
  .care .intro {
    padding-bottom: 80px;
  }
  .care__item {
    padding: 15vw 0 10vw;
  }
  .care__item:last-of-type {
    padding-bottom: 0;
  }
  .care__wrap {
    padding: 20px 0 0px;
  }
  .care__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .care__img {
    margin: -10px 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2vw;
  }
  .care__list {
    margin-top: 70px;
  }
  .care__list > li {
    margin-bottom: 5vw;
  }
  .care__list img {
    width: 100%;
  }
  .care__list_txt {
    font-size: max(16px, 3.4666666667vw);
    padding-left: 3.3333333333vw;
    margin-left: 2vw;
    letter-spacing: 0.1em;
    border-left: 1px solid #000000;
  }
  .care__list_txt li {
    line-height: 1;
    margin-bottom: 19px;
  }
  .care__list_txt span {
    font-size: max(13px, 3vw);
  }
  #outdoorBath .ctitle {
    min-width: 46.6666666667vw;
  }
  #outdoorBath .care__list {
    margin-top: 50px;
  }
  .outdoorBath__ttl {
    font-size: max(16px, 3.4666666667vw);
    padding: 9px 2px;
  }
  .meal {
    padding: 16vw 0 16vw;
  }
  .meal .slick-slide {
    font-size: 0;
  }
  .meal__inr {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .meal .ctitle {
    /*position: absolute;*/
    min-width: 33.3333333333vw;
    /* top: -15vw;
     left: -3vw;*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0 20px;
  }
  .meal__item {
    padding: 10vw 0 10vw;
  }
  .meal__item:last-of-type {
    padding-bottom: 0;
  }
  .meal__img {
    width: 100%;
  }
  .meal__img img {
    width: 100%;
  }
  .meal__img.meal__img_list {
    margin: -10px 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2vw;
  }
  .meal__txt {
    font-size: 2.6666666667vw;
    font-size: max(13px,2.6666666667vw);
  }
  .business_hours {
    font-size: 2.6666666667vw;
    font-size: max(13px,2.6666666667vw);
  }
  .business_hours span {
    display: block;
    font-size: 1.8666666667vw;
    font-size: max(13px,1.8666666667vw);
  }
  .meal__txt.cborder {
    padding-bottom: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .meal .subpage__main_img .slick-slide img {
    aspect-ratio: 2.1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .meal .subpage__img_list .slick-list {
    margin: 0 -5px;
  }
  .meal .subpage__img_list .slick-slide {
    padding: 0 5px;
  }
  .room {
    padding: 16vw 0 16vw;
    background: url(../../images/bg_content.png) no-repeat, url(../../images/bg_content.png) no-repeat;
    background-size: 100% 31.3%, 100% 13%;
    background-position: top, 0 62%;
  }
  .room .intro {
    padding-bottom: 80px;
  }
  .room .intro__navi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .room .intro__navi li a::after {
    left: 6%;
  }
  .room .intro__navi li a {
    padding: 0 0% 0 20%;
  }
  .room .ctitle {
    /*position: absolute;*/
    min-width: 57.3333333333vw;
    /*top: -15vw;
    left: -3vw;*/
    padding-right: 5vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 20px;
  }
  #d-renewal_twin .ctitle {
    font-size: max(14px, 4vw);
    min-width: 88vw;
    letter-spacing: 0.07em;
    padding-right: 0;
  }
  .room__content {
    padding: 10px 0 0;
    position: relative;
  }
  .room__item {
    padding: 15vw 0 10vw;
  }
  .room__item:last-of-type {
    padding-bottom: 0;
  }
  .overview {
    padding: 6vw 0;
  }
  .overview__wrap {
    padding: 6vw 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .overview__ttl {
    font-size: max(18px, 4.4vw);
    margin-bottom: 6vw;
    line-height: 1;
  }
  .overview__list dt {
    font-size: max(16px, 4vw);
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview__list dt::before {
    content: "";
    width: 22px;
    height: 1px;
    margin-right: 10px;
    background-color: #B2B2B2;
  }
  .overview__list dd {
    letter-spacing: 0;
  }
  .overview__list:first-of-type {
    margin-bottom: 6vw;
  }
  .hot_stoned_bath {
    padding: 16vw 0 16vw;
    background: url(../../images/bg_content.png) no-repeat;
  }
  .hot_stoned_bath .subPage__img {
    margin-bottom: 20px;
  }
  .hot_stoned_bath .ctitle {
    width: 42vw;
  }
  .hot_stoned_bath .ctitle2 {
    margin-bottom: 9.3333333333vw;
  }
  .facility {
    padding: 16vw 0 16vw;
  }
  .facility__ttl {
    font-size: max(22px, 4.4vw);
    letter-spacing: 0.1em;
    margin-top: 3px;
  }
  .facility__ttl span {
    font-size: max(10px, 3.4026666667vw);
  }
  .facility__list li {
    padding: 0 0 13.3333333333vw;
  }
  .facility__list li:last-of-type {
    padding-bottom: 0;
  }
  .sightseeing {
    padding: 16vw 0 16vw;
    background: url(../../images/bg_content.png) no-repeat;
  }
  .sightseeing .ctitle2 {
    margin-bottom: 9.3333333333vw;
  }
  .sightseeing__list li {
    padding: 0 0 13.3333333333vw;
  }
  .sightseeing__list:last-of-type {
    padding-bottom: 0;
  }
  .sightseeing__list .sightseeing__name {
    margin-top: 0;
  }
  .sightseeing__list img {
    width: 100%;
  }
  .sightseeing__main {
    padding: 0 0 13.3333333333vw;
  }
  .sightseeing__name {
    font-size: max(22px, 4.4vw);
    letter-spacing: 0.1em;
    margin-top: 3px;
  }
  .sightseeing__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: 3vw;
    margin-top: 37px;
  }
  .sightseeing .cbtn {
    color: white;
    background-color: #484134;
  }
  .sightseeing .cbtn.cbtn--google {
    background-color: #7A603C;
  }
  .access {
    padding: 16vw 0 25vw;
  }
  .access__ttl {
    color: #946748;
    font-size: max(16px, 6vw);
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 8.6666666667vw;
    line-height: 1.4;
  }
  .access__ttl span {
    font-size: max(16px, 4.4vw);
    color: #000000;
    display: block;
  }
  .howtoaccess {
    padding: 13.3333333333vw 0 0;
  }
  .howtoaccess__item {
    margin-bottom: 20.6666666667vw;
  }
  .howtoaccess__item:last-of-type {
    margin-bottom: 9.3333333333vw;
  }
  .howtoaccess .cbtn {
    min-height: 87px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background-color: #484134;
    letter-spacing: 0.1em;
  }
  .howtoaccess .cbtn::after {
    right: 4vw;
  }
  .winter {
    border: 1px solid #E0DCC7;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    padding: 0 20px 30px;
    position: relative;
  }
  .winter .access__ttl {
    margin: -5vw 0 5vw;
    padding: 0 10vw;
    display: inline-block;
    background-color: #fff;
  }
}/*# sourceMappingURL=style.css.map */