@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */
@media (min-width: 1001px) {
    
    .pc_none {
        display: none;
    }
    
    #pageheader {
        width: 100%;
        height: 550px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 0;
        /*margin-top: 133px;*/
    }
    #pageheader h1 {
        color: #fff;
        font-size: calc(42em / 16);
        letter-spacing: 0.25em;
        padding-left: 200px;
    }
    #pageheader h1 span {
        display: block;
        font-size: calc(16em / 42);
        letter-spacing: 0.23em;
        margin-top: 20px;
    }
    #pageheader img {
        width: 100%;
        height: 550px;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .guest_rooms .lead {
        font-size: calc(25em / 16);
        letter-spacing: 0.25em;
        padding: 40px 0 90px 0;
        line-height: 2.2;
        text-align: center;
    }
    .guest_rooms .nav_rooms {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        /* margin-bottom: 140px; */
        margin-bottom: 100px;
    }
    .guest_rooms .nav_rooms li {
        width: calc(280 / 1200 * 100%);
        text-align: center;
        font-size: calc(20em / 16);
        letter-spacing: 0.1em;
    }
    .guest_rooms .nav_rooms li a {
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .guest_rooms .nav_rooms li a img {
        transition:1s all;
    }
    .guest_rooms .nav_rooms li a:hover img {
        transform:scale(1.1,1.1);
        transition:1s all;
    }
    /*#modern ,
    #japanese ,
    #western ,
    #business {
        padding-top: 133px;
        margin-top: -133px;
    }*/
    
    .guest_rooms .room_cont .lead_box {
        margin-top: 50px;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
    }
    .guest_rooms .room_cont .lead_box h2 {
        width: 300px;
        letter-spacing: 0.15em;
        font-weight: 700;
    }
    .guest_rooms .room_cont .lead_box h2 strong {
        display: block; 
        font-size: calc(32em / 16);
        letter-spacing: 0.2em;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .guest_rooms #business.room_cont .lead_box h2 {
        width: 100%;
    }
    .guest_rooms .room_cont .lead_box .text {
        position: relative;
        width: calc(100% - 300px);
        padding: 50px 0 30px 0;
        z-index: 0;
    }
    .guest_rooms .room_cont .lead_box .text::after {
        content:  '';
        width: 580px;
        height: 285px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .guest_rooms #modern.room_cont .lead_box .text::after {
        background-color: #f1e5dd;
    }
    .guest_rooms #japanese.room_cont .lead_box .text::after {
        background-color: #e5ebdf;
    }    
    .guest_rooms #western.room_cont .lead_box .text::after {
        background-color: #eaecf2;
    }    
    .guest_rooms .room_cont .lead_box .text h3 {
        font-size: calc(22em / 16);
        letter-spacing: 0.15em; 
        line-height: 1.9;
        margin-bottom: 25px;
    }
    .guest_rooms .room_cont .lead_box .text p {
        line-height: 2.2;
        letter-spacing: 0.05em; 
        padding-right: 200px;
    }    
    .guest_rooms .room_cont .type_detail {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
    }
    .guest_rooms .room_cont .type_detail > li {
        width: calc(580 / 1180 * 100%);
        margin-bottom: 45px;
    }
    .guest_rooms .room_cont .type_detail > li .slick-dotted.slick-slider {
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .slick-dots {
        text-align: right !important;
    }
    .slick-dots li {
        width: 6px!important;
        height: 6px!important;
        background: #cccccc;
        margin: 0 10px!important;
        border-radius: 50%;
    }
    .slick-dots li.slick-active {
        width: 10px!important;
        height: 10px!important;
        background: #546ca4;
        position: relative;
        top: -2px;
    }
    .slick-dots li button:before{
        content: ''!important;
        height:100%!important;
     width: 100%!important; 
    }
     .slick-dots {
        bottom: 0 !important;
    }
    .guest_rooms .room_cont .type_detail li .text {
        position: relative;
    }
    .guest_rooms .room_cont .type_detail li .text dl {
display: flex;
    flex-wrap: wrap;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        right: 25px;
    }
    .guest_rooms .room_cont .type_detail li .text dl dt {
        font-size: calc(20em / 16);
        font-weight: 500;
        font-style: italic;
        color: #3b4b72;
    }
    .guest_rooms .room_cont .type_detail li .text dl dd {
        width: 25px;
        margin-left: 15px;
    }
    .guest_rooms .room_cont .type_detail li h3 {
        letter-spacing: 0.15em;
        margin-bottom: 15px;
    }
    .guest_rooms .room_cont .type_detail li h3 strong {
        display: block;
        font-size: calc(20em / 16);
        letter-spacing: 0.25em;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .guest_rooms .room_cont .type_detail li h3.new strong::after {
        content:  'New!';
        font-size: calc(15em / 20);
        letter-spacing: 0.1em;
        color: #751717;
        padding-left: 1em;
    }
    .guest_rooms .room_cont .type_detail li h3 span{
        margin-bottom: 5px;
        padding: 1px 4px;
        background: #546ca4;
        color: #fff;
        display: block;
        width: fit-content;
    }
    .guest_rooms .room_cont .type_detail li .mt_noslider{
        margin-top: 38px;
    }
    .guest_rooms .room_cont .type_detail li h4 {
        font-size: calc(18em / 16);
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #3b4b72;
        margin-bottom: 15px;
    }
    .guest_rooms .room_cont .type_detail li .sub {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .guest_rooms .room_cont .type_detail li .sub p {
        width: calc(280 / 580 * 100%);
        letter-spacing: 0.05em;
        line-height: 2.0;
    }
    .guest_rooms .room_cont .type_detail li .sub div {
        width: calc(280 / 580 * 100%);
        padding-top: 8px;
        text-align: center;
    }
    .guest_rooms .arrowlink1 {
        font-weight: 700;
        display: flex;
    flex-wrap: wrap;
        align-items: center;
    }
    .guest_rooms .arrowlink1:hover {
        opacity: 1;
    }
    .guest_rooms .arrowlink1 span {
        display: block;
        width: 40px;
        height: 40px;
        margin-left: 15px;
        border-radius: 50%;
        background-color: #3b4b72;
        border: 1px solid #3b4b72;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .guest_rooms .arrowlink1 span img {
        width: 22px;
    }    
    .guest_rooms .arrowlink1 span .hover {
        display: none;
    }
    .guest_rooms .arrowlink1:hover span {
        background-color: #fff;
        border: 1px solid #000;
    }
    .guest_rooms .arrowlink1:hover span img {
        width: 20px;
    }
    .guest_rooms .arrowlink1:hover span .default {
        display: none;
    } 
    .guest_rooms .arrowlink1:hover span .hover {
        display: block;
    }
    .guest_rooms .room_cont .type_detail2 {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .guest_rooms #japanese.room_cont hr {
        border-top: 1px solid #000;
        margin-bottom: 80px;
    }
    .guest_rooms #japanese.room_cont .type_detail2 li {
        width: calc(calc(100% / 4) - 10px);
    }
    .guest_rooms #western.room_cont .type_detail2 li {
        width: calc(calc(100% / 2) - 10px);
    }
    .guest_rooms .room_cont .type_detail2 li .text {
        position: relative;
        margin-top: 12px;
    } 
    .guest_rooms .room_cont .type_detail2 li .text dt {
        font-size: calc(18em / 16);
        font-weight: 700;
        margin-bottom: 5px;
    }
    .guest_rooms .room_cont .type_detail2 li .text dd {
        font-weight: 700;
        margin-bottom: 10px;
    }
    .guest_rooms .room_cont .type_detail2 li .icon {
        position: absolute;
        top: 0;
        right: 15px;
        vertical-align: top;
    }
    .guest_rooms .room_cont .type_detail2 li .icon img {
        width: 25px;
        margin-left: 8px;
        vertical-align: top;
    }
    .guest_rooms .room_cont .type_detail2 li .arrowlink1 {
        margin-bottom: 8px;
    }
    .guest_rooms #western.room_cont {
        margin-bottom: 90px;
    }
    .guest_rooms #western.room_cont hr {
        border-top: 1px solid #000;
        margin-bottom: 80px;
    }
    .guest_rooms #western.room_cont  .type_detail2 ,
    .guest_rooms #business.room_cont  .type_detail2 {
        max-width: 780px;
        margin: 0 auto 90px;
    }
    .guest_rooms #business.room_cont {
        padding-bottom: 100px;
        margin-bottom: 80px;
        border-bottom: 1px solid #000;
    }
    .guest_rooms #business.room_cont hr {
        border-top: 1px solid #000;
    }
    .guest_rooms #business.room_cont .lead_box {
        padding-top: 80px;
    }
    .guest_rooms .room_cont .business_amenity {
        max-width: 780px;
        margin: 0 auto 90px;  
        background-color: #f5f5f5;
        padding: 70px 100px;
    }
    .guest_rooms .room_cont .business_amenity h3 {
        font-size: calc(22em / 16);
        letter-spacing: 0.2em;
        font-weight: 700;
        color: #313131;
        text-align: center;
        border-bottom: 1px solid #666666;
        padding-bottom: 25px;
        margin-bottom: 40px;
    }
    .guest_rooms .room_cont .business_amenity ul {
        max-width: 380px;
        margin: 30px auto 35px;
        display: flex;
    flex-wrap: wrap;
    }
    .guest_rooms .room_cont .business_amenity ul li {
        width: 50%;
        font-weight: 700;
        margin-bottom: 0.5em;
    }
    .guest_rooms .room_cont .business_amenity ul li::before {
        content:  '●';
        color: #546ca3;
        padding-right: 0.5em;
    }
    .arrowlink2 {
        font-weight: 700;
        display: flex;
    flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .arrowlink2:hover {
        opacity: 1;
    }
    .arrowlink2 span {
        display: block;
        width: 40px;
        height: 40px;
        margin-left: 15px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .arrowlink2 span img {
        width: 22px;
    }    
    .arrowlink2 span .hover {
        display: none;
    }
    .arrowlink2:hover span {
        background-color: #3b4b72 ;
        border: 1px solid #3b4b72;

    }
    .arrowlink2:hover span img {
        width: 20px;
    }
    .arrowlink2:hover span .default {
        display: none;
    } 
    .arrowlink2:hover span .hover {
        display: block;
    }
    .guest_rooms #amenity.room_cont {
        margin-bottom: 150px;
    }
    .guest_rooms #amenity.room_cont h2 {
        letter-spacing: 0.15em;
        font-weight: 700;
        margin-bottom: 40px;
    }
    .guest_rooms #amenity.room_cont h2 strong {
        display: block; 
        font-size: calc(24em / 16);
        letter-spacing: 0.2em;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .guest_rooms .room_cont .kids_amenity {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 90px;
    }
    .guest_rooms .room_cont .kids_amenity .inner {
        width: calc(480 / 980 * 100%);
    }
    .guest_rooms .room_cont .kids_amenity .inner h3 {
        font-size: calc(20em / 16);
        color: #3b4b72;
        font-weight: 700;
        letter-spacing: 0.2em;
        border-left: 10px solid #3b4b72;
        padding: 0.2em 0 0.2em 10px;
        margin-bottom: 15px;
    }
    .guest_rooms .room_cont .kids_amenity .inner p {
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }
    .guest_rooms .room_cont .kids_amenity .inner .list1 li {
        padding: 0.2em 0;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
    .guest_rooms .room_cont .kids_amenity .inner .list1 li::before {
        content:  '●';
        color: #3b4b72;
        margin-right: 3px;
    }
    .guest_rooms .room_cont .kids_amenity .inner .list2 {
        width: calc(380 / 480 * 100%);
        margin-top: 20px;
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
    }
    .guest_rooms .room_cont .kids_amenity .inner .list2 li {
        width: calc(180 / 380 * 100%);
        font-size: calc(14em / 16);
    }
    .guest_rooms .room_cont .kids_amenity .inner .list2 li img {
        display: block;
        margin-bottom: 5px;
    }
    .guest_rooms .room_cont .kids_amenity .inner .list2 + p {
        font-size: calc(14em / 16);
    }    
    .guest_rooms .room_cont .kids_amenity .inner .caution {
        font-size: calc(14em / 16);
        margin-bottom: 40px;
    }
    .guest_rooms .room_cont .game {
        max-width: 780px;
        margin: auto;
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color: #f5f5f5;
    }
    .guest_rooms .room_cont .game img {
        width: calc(280 / 780 * 100%);
    }
    .guest_rooms .room_cont .game dl {
        width: calc(450 / 780 * 100%);
        padding-right: 80px;
    }
    .guest_rooms .room_cont .game dl dt {
        font-size: calc(22em / 16);
        letter-spacing: 0.2em;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .guest_rooms .room_cont .game dl dd {
        letter-spacing: 0.05em;
        line-height: 1.8;
    }
     
    .nosmoking_text{
        display: flex;
        gap: 1.5rem;
        justify-content: center;
        width: fit-content;
        margin-bottom: 100px;
    }

    .wbaby_logo{
        position: absolute;
        width: 20%;
        top: 10px;
        left: 10px;
        z-index: 1;
    }

}

/* SP
---------------------------------------------------------------------- */
@media (max-width: 1000px) {
    
    .sp_none {
        display: none;
    }
    
    #pageheader {
        width: 100%;
        height: calc(300 / 375 * 100vw);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 0;
       /* margin-top: calc(50 / 375 * 100vw);*/
        margin-top: 0;
    }
    #pageheader h1 {
        color: #fff;
        font-size: calc(32em / 16);
        letter-spacing: 0.25em;
    }
    #pageheader h1 span {
        display: block;
        font-size: calc(15em / 32);
        letter-spacing: 0.23em;
        margin-top: calc(20 / 375 * 100vw);
    }
    #pageheader img {
        width: 100%;
        height: calc(300 / 375 * 100vw);
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .guest_rooms .lead {
        font-size: calc(18em / 16);
        letter-spacing: 0.15em;
        padding: calc(35 / 375 * 100vw) 0 calc(40 / 375 * 100vw) 0;
        line-height: 2.2;
        text-align: center;
    }
    .guest_rooms .nav_rooms {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: calc(55 / 375 * 100vw);
    }
    .guest_rooms .nav_rooms li {
        width: calc(168 / 375 * 100vw);
        text-align: center;
        letter-spacing: 0.1em;
        margin-bottom: calc(10 / 375 * 100vw);
    }
    .guest_rooms .nav_rooms li a {
        display: block;
        overflow: hidden;
        margin-bottom: calc(5 / 375 * 100vw);
    }
    .guest_rooms .room_cont .lead_box {
        margin-top: calc(15 / 375 * 100vw);
        margin-bottom: calc(40 / 375 * 100vw);
        display: flex;
        flex-wrap: wrap;
    }
    .guest_rooms .room_cont .lead_box h2 {
        letter-spacing: 0.15em;
        font-weight: 700;
        margin-bottom: calc(15 / 375 * 100vw);
    }
    .guest_rooms .room_cont .lead_box h2 strong {
        display: block; 
        font-size: calc(20em / 16);
        letter-spacing: 0.2em;
        font-weight: 400;
        margin-bottom: calc(5 / 375 * 100vw);
    }
    .guest_rooms .room_cont .lead_box .text {
        position: relative;
        z-index: 0;
    }
    .guest_rooms .room_cont .lead_box .text::after {
        content:  '';
        width: calc(300 / 375 * 100vw);
        height: calc(270 / 375 * 100vw);
        position: absolute;
        right: calc(-15 / 375 * 100vw);
        bottom: 0;
        z-index: -1;
    }
    .guest_rooms #modern.room_cont .lead_box .text::after {
        background-color: #f1e5dd;
    }
    .guest_rooms .room_cont .lead_box .text h3 {
        font-size: calc(18em / 16);
        letter-spacing: 0.15em; 
        line-height: 1.9;
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .guest_rooms .room_cont .lead_box .text p {
        line-height: 2.0;
        letter-spacing: 0.05em; 
        padding-bottom: calc(40 / 375 * 100vw);
    }   
    .guest_rooms .room_cont .type_detail > li {
        margin-bottom: calc(60 / 375 * 100vw);
    }
    .guest_rooms .room_cont .type_detail > li .slider1 {
        width: calc(360 / 375 * 100vw);
margin-right: inherit;
    margin-left: auto;
        position: relative;
        overflow: hidden;
        padding-bottom: calc(25 / 375 * 100vw);
        margin-bottom: 0;
    }
    .guest_rooms .room_cont .type_detail > li .slick-slide {
        margin: 0 calc(10 / 375 * 100vw);
    }
   .guest_rooms .room_cont .type_detail > li .slick-slide img {
    width: calc(320 / 375 * 100vw);
}
    .slick-dots li {
        width: 6px!important;
        height: 6px!important;
        background: #cccccc;
        margin: 0 10px!important;
        border-radius: 50%;
    }
    .slick-dots li.slick-active {
        width: 10px!important;
        height: 10px!important;
        background: #546ca4;
        position: relative;
        top: -2px;
    }
    .slick-dots li button:before{
        content: ''!important;
        height:100%!important;
     width: 100%!important; 
    }
     .slick-dots {
        bottom: 0 !important;
    }
    .guest_rooms .room_cont .type_detail li .text {
        position: relative;
    }
    .guest_rooms .room_cont .type_detail li .text dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        right: calc(15 / 375 * 100vw);
    }
    .guest_rooms .room_cont .type_detail li .text dl dt {
        font-size: calc(20em / 16);
        font-weight: 500;
        font-style: italic;
        color: #3b4b72;
        margin-right: 10px;
    }
    .guest_rooms .room_cont .type_detail li .text dl dd {
        width: calc(25 / 375 * 100vw);
    }
/*UDタイプでNEWと面積が被るので一時的な措置（NEWを消す際に削除）*/
    .guest_rooms .room_cont .type_detail li .text dl {
        display: block;
    }
    .guest_rooms .room_cont .type_detail li .text dl dt {
        margin-right: 0;
      }
    .guest_rooms .room_cont .type_detail li .text dl dd {
        width: auto;
        text-align: right;
    }
/*ここまで*/
  .guest_rooms .room_cont .type_detail li h3 {
        letter-spacing: 0.15em;
        margin-bottom: calc(15 / 375 * 100vw);
    }
    .guest_rooms .room_cont .type_detail li h3 strong {
        display: block;
        font-size: calc(20em / 16);
        letter-spacing: 0.25em;
        font-weight: 700;
    }
    .guest_rooms .room_cont .type_detail li h3.new strong::after {
        content:  'New!';
        font-size: calc(15em / 20);
        letter-spacing: 0.1em;
        color: #751717;
        padding-left: 1em;
    }
    .guest_rooms .room_cont .type_detail li h3 span{
        padding: 2px 4px;
        background: #546ca4;
        color: #fff;
    }
    .guest_rooms .room_cont .type_detail li h4 {
        font-size: calc(18em / 16);
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #3b4b72;
        margin-bottom: 15px;
    }
    .guest_rooms .room_cont .type_detail li .sub {

    }
    .guest_rooms .room_cont .type_detail li .sub p {
        letter-spacing: 0.05em;
        line-height: 2.0;
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .guest_rooms .room_cont .type_detail li .sub div {
        width: calc(235 / 375 * 100vw);
        margin: 0 auto calc(30 / 375 * 100vw);
        text-align: center;
    }
    .arrowlink1 {
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .arrowlink1:hover {
        opacity: 1;
    }
    .arrowlink1 span {
        display: block;
        width: calc(40 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
        margin-left: calc(15 / 375 * 100vw);
        border-radius: 50%;
        background-color: #3b4b72;
        border: 1px solid #3b4b72;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .arrowlink1 span .hover {
        display: none;
    }
    .arrowlink1:hover span {
        background-color: #fff ;
        border: 1px solid #000;
    }
    .arrowlink1 span img {
        width: calc(20 / 375 * 100vw);
    }
    .arrowlink1:hover span .default {
        display: none;
    } 
    .arrowlink1:hover span .hover {
        display: block;
    }
    .arrowlink2 {
        display: block;
        position: relative;
        width: calc(210 / 375 * 100vw);
        margin: calc(20 / 375 * 100vw) auto 0;
        font-weight: 700;
    }
    .arrowlink2:hover {
        opacity: 1;
    }
    .arrowlink2 span {
        display: block;
        width: calc(40 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
        margin-left: calc(15 / 375 * 100vw);
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
        position: absolute;
        top: 0;
        right: 0;
    }
    .arrowlink2 span .hover {
        display: none;
    }
    .arrowlink2:hover span {
        background-color: #3b4b72 ;
        border: 1px solid #3b4b72;
    }
    .arrowlink2 span img {
        width: calc(20 / 375 * 100vw);
    }
    .arrowlink2:hover span .default {
        display: none;
    } 
    .arrowlink2:hover span .hover {
        display: block;
    }
    .guest_rooms .room_cont .type_detail2 {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .guest_rooms #japanese.room_cont ,
    .guest_rooms #western.room_cont ,
    .guest_rooms #business.room_cont ,
    .guest_rooms #amenity.room_cont {
        border-top: 1px solid #000;
        padding-top: calc(30 / 375 * 100vw);
    }    
    .guest_rooms #business.room_cont {
        margin-bottom: calc(50 / 375 * 100vw);
    }    
    .guest_rooms .room_cont .type_detail2 li {
        width: calc(168 / 375 * 100vw);
        margin-bottom: calc(30 / 375 * 100vw);
    }
    .guest_rooms .room_cont .type_detail2 li .text {
        margin-top: calc(10 / 375 * 100vw);
    } 
    .guest_rooms .room_cont .type_detail2 li .text dt {
        font-weight: 700;
    }
    .guest_rooms .room_cont .type_detail2 li .text dd {
        font-size: calc(14em / 16);
        font-weight: 700;
        margin-bottom: calc(5 / 375 * 100vw);
    }
    .guest_rooms .room_cont .type_detail2 li .icon {
        vertical-align: top;
    }
    .guest_rooms .room_cont .type_detail2 li .icon img {
        width: calc(25 / 375 * 100vw);
        margin-right: calc(5 / 375 * 100vw);
        vertical-align: top;
    }
    .guest_rooms .room_cont .type_detail2 li .arrowlink1 {
        font-size: calc(14em / 16);
        margin-bottom: calc(5 / 375 * 100vw);
    }
    .guest_rooms .room_cont .type_detail2 li .arrowlink1 span {
        width: calc(28 / 375 * 100vw);
        height: calc(28 / 375 * 100vw);
        margin-left: calc(10 / 375 * 100vw);
    }
    .guest_rooms .room_cont .type_detail2 li .arrowlink1 span img {
        width: calc(15 / 375 * 100vw);
    }
    .guest_rooms .room_cont .business_amenity {
        background-color: #f5f5f5;
        padding: calc(35 / 375 * 100vw);
    }
    .guest_rooms .room_cont .business_amenity h3 {
        font-size: calc(18em / 16);
        letter-spacing: 0.2em;
        font-weight: 700;
        color: #313131;
        text-align: center;
        border-bottom: 1px solid #666666;
        padding-bottom: calc(20 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .guest_rooms .room_cont .business_amenity ul {
        display: flex;
    flex-wrap: wrap;
        margin-top:calc(25 / 375 * 100vw) ;
    }
    .guest_rooms .room_cont .business_amenity ul li {
        width: 50%;
        font-weight: 700;
        margin-bottom: 0.5em;
    }
    .guest_rooms .room_cont .business_amenity ul li:nth-of-type(2n + 1) {
        padding-left: calc(20 / 375 * 100vw);
    }
    .guest_rooms .room_cont .business_amenity ul li::before {
        content:  '●';
        color: #546ca3;
        padding-right: 0.5em;
    }
    .guest_rooms #amenity.room_cont {
        margin-bottom: calc(50 / 375 * 100vw);
    }
    .guest_rooms #amenity.room_cont h2 {
        font-size: calc(13em / 16);
        letter-spacing: 0.1em;
        font-weight: 700;
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .guest_rooms #amenity.room_cont h2 strong {
        display: block; 
        font-size: calc(20em / 13);
        letter-spacing: 0.2em;
        font-weight: 700;
    }
    .guest_rooms .room_cont .kids_amenity {
        margin-bottom: calc(40 / 375 * 100vw);
    }
    .guest_rooms .room_cont .kids_amenity .inner {
        margin-bottom: calc(30 / 375 * 100vw);
    }    
    .guest_rooms .room_cont .kids_amenity .inner h3 {
        font-size: calc(18em / 16);
        color: #3b4b72;
        font-weight: 700;
        letter-spacing: 0.2em;
        border-left: calc(10 / 375 * 100vw) solid #3b4b72;
        padding: 0.2em 0 0.2em calc(10 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
    }
    .guest_rooms .room_cont .kids_amenity .inner p {
        letter-spacing: 0.05em;
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .guest_rooms .room_cont .kids_amenity .inner .list1 li {
        padding: 0.2em 0;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
    .guest_rooms .room_cont .kids_amenity .inner .list1 li::before {
        content:  '●';
        color: #3b4b72;
        margin-right: calc(3 / 375 * 100vw);
    }
    .guest_rooms .room_cont .kids_amenity .inner .list2 {
        width: calc(230 / 375 * 100vw);
        margin-top: calc(20 / 375 * 100vw);
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
    }
    .guest_rooms .room_cont .kids_amenity .inner .list2 li {
        width: calc(110 / 375 * 100vw);
        font-size: calc(14em / 16);
    }
    .guest_rooms .room_cont .kids_amenity .inner .list2 li img {
        display: block;
        margin-bottom: calc(5 / 375 * 100vw);
    }
    .guest_rooms .room_cont .kids_amenity .inner .list2 + p {
        font-size: calc(14em / 16);
    }   
    .guest_rooms .room_cont .kids_amenity .inner .caution {
        font-size: calc(14em / 16);
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .guest_rooms .room_cont .game {
        background-color: #f5f5f5;
    }
    .guest_rooms .room_cont .game img {
        width: 100%;
        display: block;
        margin-bottom: calc(25 / 375 * 100vw);
    }
    .guest_rooms .room_cont .game dl dt {
        font-size: calc(20em / 16);
        letter-spacing: 0.2em;
        font-weight: 700;
        margin-bottom: calc(20 / 375 * 100vw);
        text-align: center;
    }
    .guest_rooms .room_cont .game dl dd {
        letter-spacing: 0.05em;
        line-height: 1.8;
        padding: 0 calc(30 / 375 * 100vw) calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
    }

    .nosmoking_text{
        display: flex;
        gap: 1rem;
        justify-content: center;
        width: fit-content;
        margin-bottom: calc(55 / 375 * 100vw);
    }

    .wbaby_logo{
        position: absolute;
        width: 18vw;
        top: 3vw;
        left: 7vw;
        z-index: 1;
    }


}