/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  [lang=en] .room .ctitle,
  [lang=en] #self_renewal_single .ctitle {
    width: auto;
    min-width: 562px;
    padding-right: 30px;
  }
  [lang=en] .hot_stoned_bath .ctitle {
    width: auto;
    padding-right: 30px;
  }
  [lang=en] .care .ctitle {
    width: 300px;
  }
  [lang=en] .care__wrap .subPage__dl {
    width: 320px;
  }
  [lang=en] .care .ctitle_left_border {
    font-size: 2.3rem;
    line-height: 1.4;
  }
  [lang=en] #bigBath .subPage__dl:last-of-type dd {
    text-align: justify;
  }
  [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: 3%;
  }
  [lang=en] .howtoaccess__item .cbtn {
    line-height: 1.4;
  }
  [lang=en] .gnav__btn {
    line-height: 1.1;
  }
  [lang=en] .care .ctitle_left_border span {
    font-size: 1.5rem;
    margin-left: 0;
    line-height: 1.8;
  }
  [lang=en] .howtoaccess__item .cbtn {
    width: 480px;
  }
  [lang=en] .howtoaccess__item .cbtn,
  [lang=zhtw] .howtoaccess__item .cbtn {
    padding-right: 0;
  }
  [lang=zhtw] .ctitle_left_border.hakomushi span {
    margin-left: 15px;
    font-size: 1.9rem;
  }
  .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 {
    position: relative;
    padding: 85px 0 110px;
    background: url(../images/bg_intro.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .intro__ttl {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.73;
    color: #45440A;
    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: 50px 0 100px;
  }
  .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: 2rem;
    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 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 .subPage__txt {
    width: 650px;
  }
  .care__item {
    padding: 80px 0 0;
  }
  .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: 10px 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 {
    margin-left: 12px;
    font-size: 2.6rem;
    padding-left: 24px;
    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: 2rem;
  }
  .care__list > li:last-of-type {
    width: 100%;
  }
  #bigBath .subPage__dl:last-of-type dd {
    text-align: justify;
  }
  /* 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: 473px;
    padding: 10px 10px 0 0;
  }
  .meal__ttl {
    font-size: 2.6rem;
  }
  .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;
  }
  .meal #breakfast .ctitle {
    margin-bottom: 15px;
  }
  /* 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%;
  }
  #ryokan {
    background: url(../../images/bg_content.png) no-repeat, url(../../images/bg_content.png) no-repeat;
    background-size: cover;
    padding-bottom: 110px;
  }
  #self {
    padding: 110px 0 0;
  }
  .room__ttl {
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .room__ttl span {
    padding: 0 40px;
  }
  .room__ttl::before, .room__ttl::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    height: 1px;
    background-color: #DCCEC6;
  }
  .room__sec .room__ttl {
    font-size: 2.6rem;
    letter-spacing: 0.3em;
    margin-bottom: -15px;
  }
  .room__sec .room__ttl span {
    padding: 0 80px;
  }
  .room__sec .room__ttl::before, .room__sec .room__ttl::after {
    background-color: #A9856D;
  }
  .room .subPage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
  }
  .room .intro__inr {
    max-width: 1000px;
    margin: 0 auto;
  }
  .room__note {
    text-align: center;
    margin-bottom: 40px;
  }
  .room .intro__navi {
    max-width: 100%;
    row-gap: 20px;
    padding: 20px 0 80px;
  }
  .room .intro__navi li {
    width: 33.3333333333%;
  }
  .room .intro__navi li a::after {
    left: 9%;
  }
  .room .intro__navi:first-of-type {
    padding-bottom: 45px;
  }
  .room .ctitle {
    width: 562px;
    position: absolute;
    top: 35px;
    right: 0;
  }
  .room__item .subPage__dl {
    width: 100%;
  }
  .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 #self .room__item:nth-of-type(odd) .subPage__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .room #self .room__item:nth-of-type(odd) .ctitle {
    right: initial;
    left: 0;
  }
  .room #self .room__item:nth-of-type(even) .subPage__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .room #self .room__item:nth-of-type(even) .ctitle {
    right: 0;
    left: initial;
  }
  .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;
  }
  #self_renewal_single .ctitle {
    width: 638px;
  }
  #renewal_twin .ctitle {
    padding-left: 45px;
  }
  /* overview
  ---------------------------------------------------------------------- */
  .overview {
    padding: 80px 0 0;
  }
  .overview__wrap {
    padding: 45px 0 45px;
    border-top: 1px solid #D3C2B8;
    border-bottom: 1px solid #D3C2B8;
  }
  .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;
    letter-spacing: 0.025em;
  }
  .overview__list dt span {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-left: 15px;
  }
  .overview__list dt h3 {
    font-weight: bold;
  }
  .overview__list dt::before {
    content: "";
    width: 22px;
    height: 1px;
    margin-right: 10px;
    background-color: #B2B2B2;
  }
  .overview__list dd {
    letter-spacing: 0;
  }
  .overview__list dd h4 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
  }
  .overview__list:first-of-type {
    margin: 0 0 45px 0;
  }
  .overview__list:first-of-type dd {
    margin-top: 15px;
  }
  /* 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: 10px;
  }
  .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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 63px 2.75%;
  }
  .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: #515840;
  }
  .sightseeing .cbtn.cbtn--google {
    background-color: #7A603C;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access {
    padding: 100px 0 100px;
  }
  .access .intro__txt span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .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;
  }
}
@media (max-width: 1000px) {
  [lang=en] .ctitle {
    padding-right: 4vw;
  }
  [lang=en] .subPage__txt {
    text-align: left;
  }
  [lang=en] .hot_stoned_bath .ctitle {
    min-width: 42vw;
    width: auto;
  }
  [lang=en] .gnav__btn {
    line-height: 1.1;
    font-size: min(2.5vw, 1.5rem);
  }
  /* 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=en] .care .ctitle_left_border {
    line-height: 1.4;
  }
  [lang=en] .care .ctitle_left_border span {
    margin-left: 0;
  }
  [lang=en] .care .subPage__dl:nth-of-type(2) dd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  [lang=zhtw] .room .intro__navi li a::after {
    left: 4%;
  }
  [lang=zhtw] .room .intro__navi li a {
    padding: 0 0% 0 19%;
  }
  [lang=en] .room .ctitle {
    font-size: max(14px, 4.4vw);
  }
  [lang=en] .room .ctitle2 {
    letter-spacing: 0.15em;
  }
  [lang=en] .room .intro__navi li a::after {
    left: 4%;
    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] .room__sec .room__ttl {
    font-size: 4.5vw;
  }
  [lang=en] .room__sec .room__ttl span {
    padding: 0 2vw;
  }
  [lang=en] #south_twin .ctitle {
    font-size: max(12px, 3.7vw);
    white-space: nowrap;
  }
  [lang=en] #self_single .ctitle,
  [lang=en] #self_twin .ctitle,
  [lang=en] #self_quadruple .ctitle,
  [lang=en] #self_renewal_single .ctitle,
  [lang=en] #east_japanese_single .ctitle,
  [lang=en] #east_japanese_twin .ctitle,
  [lang=en] #south_japanese_twin .ctitle,
  [lang=en] #renewal_twin .ctitle,
  [lang=en] #south_japanese_triple .ctitle,
  [lang=en] #self_renewal_single .ctitle,
  [lang=en] #east_japanese .ctitle {
    font-size: max(12px, 3.7vw);
    line-height: 1.1;
    padding-bottom: 2px;
    min-width: 57.3333333333vw;
    padding-right: 5vw;
  }
  [lang=en] .hot_stoned_bath .ctitle2 {
    font-size: max(18px, 7vw);
  }
  [lang=zhtw] #self_renewal_single .ctitle {
    min-width: 33.3333333333vw;
    padding-right: 4vw;
  }
  [lang=zhtw] .fnav__list {
    gap: 15vw;
  }
  .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 {
    position: relative;
    padding: 85px 3vw 110px;
    background: url(../images/bg_intro_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .intro__ttl {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.73;
    color: #45440A;
    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: 50px 0 100px;
  }
  .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: 4.5333333333vw;
    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__item {
    padding: 15vw 0 0;
  }
  .care__item:last-of-type {
    padding-bottom: 0;
  }
  .care__wrap {
    padding: 10px 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);
  }
  .footBath__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: inline-block;
    margin: 10px 0;
  }
  .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__ttl {
    font-size: max(16px, 3.4666666667vw);
  }
  .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%;
  }
  #ryokan {
    background: url(../../images/bg_content.png) no-repeat, url(../../images/bg_content.png) no-repeat;
    background-size: cover;
    padding-bottom: 110px;
  }
  #self {
    padding: 110px 0 0;
  }
  .room__ttl {
    font-size: 6.1333333333vw;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .room__ttl span {
    padding: 0 8vw;
  }
  .room__ttl::before, .room__ttl::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    height: 1px;
    background-color: #DCCEC6;
  }
  .room__sec .room__ttl {
    font-size: 6.9333333333vw;
    letter-spacing: 0.3em;
    margin-bottom: -15px;
  }
  .room__sec .room__ttl span {
    padding: 0 10.6666666667vw;
  }
  .room__sec .room__ttl::before, .room__sec .room__ttl::after {
    background-color: #A9856D;
  }
  .room__note {
    text-align: center;
    margin-bottom: 40px;
  }
  .room .intro__navi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 0 80px;
  }
  .room .intro__navi li a::after {
    left: 8%;
  }
  .room .intro__navi li a {
    padding: 0 0% 0 20%;
  }
  .room .intro__navi:first-of-type {
    padding-bottom: 45px;
  }
  .room .ctitle {
    /*position: absolute;*/
    /* min-width: calc(430 / 750 * 100vw);*/
    /*top: -15vw;
    left: -3vw;*/
    padding-right: 5vw;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .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 #D3C2B8;
    border-bottom: 1px solid #D3C2B8;
  }
  .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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    letter-spacing: 0.025em;
  }
  .overview__list dt span {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
  }
  .overview__list dt h3 {
    font-weight: bold;
  }
  .overview__list dt::before {
    content: "";
    width: 22px;
    height: 1px;
    margin-right: 10px;
    margin-top: 0.85em;
    background-color: #B2B2B2;
  }
  .overview__list dd {
    letter-spacing: 0;
  }
  .overview__list dd h4 {
    font-size: max(13px, 4vw);
    font-weight: 500;
    color: #333333;
  }
  .overview__list:first-of-type {
    margin-bottom: 6vw;
  }
  .overview__list:first-of-type dd {
    margin-bottom: 2.6666666667vw;
  }
  #self_renewal_single .ctitle {
    font-size: max(14px, 4vw);
    width: auto;
    min-width: 94vw;
    padding-right: 0;
    letter-spacing: 0.07em;
  }
  #renewal_twin .ctitle {
    font-size: max(14px, 4vw);
    width: auto;
    letter-spacing: 0.07em;
  }
  .hot_stoned_bath {
    padding: 16vw 0 16vw;
    background: url(../../images/bg_content.png) no-repeat;
  }
  .hot_stoned_bath .subPage__img {
    margin-bottom: 10px;
  }
  .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: #515840;
  }
  .sightseeing .cbtn.cbtn--google {
    background-color: #7A603C;
  }
  .access {
    padding: 16vw 0 25vw;
  }
  .access .intro__txt span {
    display: block;
    letter-spacing: 0.05em;
    font-size: max(10px, 2vw);
  }
  .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: 5vw auto 0;
    color: #fff;
    background-color: #484134;
    letter-spacing: 0.1em;
  }
  .howtoaccess .cbtn::after {
    right: 4vw;
  }
}/*# sourceMappingURL=style.css.map */