@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

PC 

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

html{
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
a:link{text-decoration: none;color:#161636;}
a:visited {text-decoration: none;color:#161636;}
a:hover{text-decoration: none;}
a:active {text-decoration: none;}

body{
    color: #333;
    letter-spacing: .5px;
}
p{
    font-size: 14px;
    line-height: 2;
}
img{
    image-rendering: -webkit-optimize-contrast;
}

/* ヘッダー */
.cover{
    background-color: #fdfdfd;
}

header{
    width: 100%;
    transition: top 300ms;
}
.header_box{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media only screen and (max-width:1000px){
    .header_box{
        justify-content: flex-start;
    }
}
.logo img{
    margin: 10px;
}

.header_img{
    margin: 0 auto;
}
.header_img img{
    width: 100%;
}

.company{
    position: absolute;
    right: 20px;
    top: auto;
}
.reserve{
    text-align: right;
}
.caution p{
    text-align: right;
    font-size: 12px;
}
.reserve a{
    color: #9d3c5f;
    font-size: 35px;
    font-weight: bold;
    padding: 8px 0px 10px 15px;
}
.top_address p{
    text-align: right;
}
.header_box a:hover{
    opacity: 0.8;
    text-decoration: none;
}
nav{
    width: auto;
    margin: 25px auto;
}
.navi_inner{
    display: flex;
    gap: 30px;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}
nav li{
    list-style: none;
    font-weight: bold;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.top_nav li a:link{
    color: #9d3c5f;
}
@media only screen and (max-width:800px){
    .navi_inner {
        gap: 17px;
    }
}


/* column */
.column_container,
.columnsub_container {
    max-width: 900px;
    margin: 10px auto 35px;
    padding: 2% 1%;
}
@media only screen and (max-width:550px){
    .columnsub_container {
        margin: 0 auto 35px;
        padding: 0 1% 2%;
    }
}
.column_container h3 {
    font-size: 50px;
    text-align: center;
    padding: 0 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
.column_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 15px;
    margin: 0 auto;
    padding: 0 20px;
    border-bottom: 1px #dbd7d7 solid;
}
.column_img {
    width: 30%;
}
.column_img img {
    text-align: center;
    padding: 15px 5px;
    max-width: 100%;
}
.column_text {
    padding: 20px 15px 10px 10px;
    width: 60%;
}
.column_text p{
    font-size: 15px;
}
.column_link {
    text-align: right;
    margin: 8px 0 10px;
    font-size: 14px;
}
.column_container a:hover{
    opacity: 0.7;
}
.columnsub_container h3 {
    font-size: 20px;
    text-align: center;
    padding: 0.5em 0;/*上下の余白*/
    color: #9d3c5f;
    font-weight: 500;
    border-top: solid 3px #9d3c5f;/*上線*/
    border-bottom: solid 3px #9d3c5f;/*下線*/
}
@media only screen and (max-width:620px){
    .columnsub_container h3 {
        font-size: 17px;
    }
}
.columnsub_text{
    padding: 5px 20px;
}
.columnsub_text h4 {
    position: relative;
    text-align: center;
    margin: 20px 0 5px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #9d3c5f;
}
.columnsub_text h4:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    content: '';
    border-radius: 3px;
    background: #9d3c5f;
}
@media only screen and (max-width:620px){
    .columnsub_text h4 {
        font-size: 17px;
    }
}
/* .columnsub_text p{
    padding: 40px 0;
} */
.columnsub_text h5 {
    padding: 2px 10px;
    border-left: 2px solid #9d3c5f;
}
.sub_text {
    padding: 20px 0 40px;
}
.sub_normal {
    padding: 5px 0 40px;
}
.columnsub_img {
    max-width: 700px;
    margin: 25px auto;
    text-align: center;
}
.columnsub_img img{
    width: 100%;
}
.columnsub_container a{
    color: #9d3c5f;
    text-decoration: underline;
}
.columnsub_container a:hover{
    opacity: 0.7;
}
.columnsub_text h6 {
    padding: 2px 0 0;
    font-weight: bold;
    font-size: 15px;
}
.columnsub_text h6:before {
    content: '●';
    color: #000;
    margin-right: 4px;
  }

/* フッター */

footer{
    width: 100%;
    background-color: #fbf3f4;
    padding: 30px 0 5px;
}
@media only screen and (max-width:1000px){
    footer {
        padding: 0 0 5px;
    }
}
.footer_logo{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 20px;
}
.sns_logo{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.sns_logo img{
    width: 80%;
}

.footer_box{
    display: flex;  
    max-width: 1200px;
    margin: 0 auto;
    align-items: baseline;
}
.footer_menu{
    width: 60%;
    padding-left: 30px;
}
.footer_address{
    width: 40%;
}

footer ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}
footer ul li{
    list-style: none;
    letter-spacing: 1px;
    padding-left: 20px;
}
footer ul li a:link{
    color: #333;
}
footer ul li a:visited{
    color: #333;
}
.address{
    color: #333;
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}
.footer_tel{
    text-align: right;
    font-size: 45px;
}
.footer_tel a{
    color: #9d3c5f;
}
.copyright{
    text-align: center;
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}
footer a:hover{
    opacity: 0.6;
}
.follow{
    text-align: center;
    font-size: 10px;
    color: #333;
    margin-top: 40px;
}
.follow a{
    color: #2b2bb1;
}


@media only screen and (max-width:800px){
    .footer_logo {
        margin-bottom: 30px;
    }
    .footer_logo img {
        width: 130px;
    }
    .footer_menu {
        padding-left: 10px;
        padding-right: 20px;
    }
    footer ul li {
        padding-left: 0;
        font-size: 13px;
    }
    .footer_tel {
        font-size: 30px;
    }
    .address {
        font-size: 11px;
    }

}

/* 右下固定ボタン */

a .form_btn {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1200;
    background: #936b21;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 130px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    padding: 0 16px;
    font-size: 20px;
    border-radius: 10px 0 0 10px;
}
a:hover .form_btn{
    background-repeat: no-repeat;
}
a .reserve_btn {
    position: fixed;
    bottom: 160px;
    right: 0;
    z-index: 1200;
    background: #27417d;
    color: #fff;
    background-repeat: no-repeat;
    width: 60px;
    height: 200px;
    background-size: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    padding: 0 16px;
    font-size: 20px;
    border-radius: 10px 0 0 10px;
}
a:hover .reserve_btn{
    background-repeat: no-repeat;
}

@media only screen and (max-width:700px){
    a .reserve_btn {
        bottom: 0;
        left: 0;
        width: 40%;
        height: 60px;
        background-size: 100%;
        text-align: center;
        font-size: 15px;
        writing-mode: horizontal-tb;
        padding-top: 18px;
        border-radius: 0;
    }
    a .form_btn {
        bottom: 0;
        right: 20%;
        background-size: 100%;
        width: 40%;
        height: 60px;
        text-align: center;
        font-size: 15px;
        writing-mode: horizontal-tb;
        padding-top: 18px;
        border-radius: 0;
    }
}
@media only screen and (max-width:420px){
    a .reserve_btn {
        font-size: 13px;
    }
    a .form_btn {
        font-size: 13px;
    }
}


/* TOPへ戻るボタン */
#page-top {
    display: none; /* 初期状態で非表示 */
    position: fixed;
    bottom: 20px;
    right: 90px;
    font-size: 14px;
    line-height: 1;
    z-index: 1000;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    border: #9d3c5f solid 1px;
    color: #9d3c5f;
    width: 70px;
    padding: 28px 5px;
    text-align: center;
    display: block;
    border-radius: 100px;
    opacity: 0.9;
    transition: all .3s ease;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}

  @media only screen and (max-width:700px){
    #page-top {
        bottom: 70px;
        right: 10px;
    }
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* コンテンツ共通 上下の余白 */
.wrap_top{
    padding: 4% 0 0;
    background: #fff;
}
.wrap{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2%;
}

/* topページコンテンツ */

.about_box{
    max-width: 1000px;
    margin: 0 auto;
}
.about_box h3{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
    color: #9d3c5f;
}
.about_box p{
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
}
.about_box img{
    margin: 0 auto 50px;
    display: block;
}
.about_link{
    text-align: center;
    width: 100%;
    display: inline-block;
}
.top_p{
    padding-top: 60px;
}

.line_link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    border: 2px solid #333;
    padding: 15px 5px;
    letter-spacing:2px;
    display: block;
    margin: 0 auto;
    width: 30%;
}

.about_link a:hover {
    text-decoration: none;
    background-color: #333;
    color: #efefef;
}


.room_link{
    text-align: center;
    width: 100%;
    display: inline-block;
}
a.price_link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    background-color: #333;
    color: #fff;
    padding: 15px 5px;
    letter-spacing:2px;
    display: block;
    margin: 0 auto;
    width: 30%;
}
.room_link a:hover {
    text-decoration: none;
    background-color: #9d3c5f;
    color: #fff;
}
@media only screen and (max-width:1000px){
    a.price_link {
        width: 60%;
 }
}
@media only screen and (max-width:490px){
    a.price_link {
        width: auto;
        font-size: 14px;
 }
}


.news_container{
    width: 100%;
    margin: 80px auto 35px;
    background: #fbf3f4;
    padding: 2% 1% 7%;
}
.news_container h3{
    font-size: 50px;
    text-align: center;
    padding: 30px 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
@media only screen and (max-width:1000px){
    .news_container h3 {
        padding: 10px 0 40px;
    }
}

.news_textbox{
    max-width: 1000px;
    margin: 0 auto;
}

.news-list{
    list-style: none outside;
    margin: 0;
    padding: 0;
  }
  .news-list .item{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #9d3c5f;
    padding: 10px 20px;
  }
  .news-list .item .date{
    margin: 0;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
  }
  .news-list .item .title{
    margin: 0;
  }
  .news-list .item a:hover .title{
    color: #00F;
  }
  
  @media screen and (max-width: 767px){
  .news-list .item a{
    flex-wrap: wrap;
  }
  .news-list .item .date{
    min-width: 100px;
  }

}


.news_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 50px auto 0;
}
.news{
    width: 16%;
}
.news img{
    width: 100%;
}
.news_text{
    font-size: 12px;
}


.plan_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    max-width: 1300px;
    margin: 0 auto;
}
.recommend_plan {
    background: #ffffff;
    width: 49%;
}
.recommend_box{
    display: flex;
    width: 100%;
}
.recommend_img{
    width: 40%;
}
.recommend_img img{
    text-align: center;
    padding: 15px;
    max-width: 100%;
}
.recommend_text{
    padding: 20px 15px 10px 10px;
    width: 60%;
}
.recommend_text h4{
    font-size: 17px;
    line-height: 1.5;
    color: #9d3c5f;
}
@media only screen and (max-width:950px){
    .recommend_text h4{
        font-size: 15px;
    }
}
.recommend_text p{
    padding-top: 10px;
    font-size: 15px;
    color: #d83030;
}
@media only screen and (max-width:450px){
    .recommend_text p{
        font-size: 14px;
    }
}
@media only screen and (max-width:1100px){
    .recommend_text {
        padding: 10px;
    }
}
@media only screen and (max-width:780px){
    .recommend_plan  {
        width: 100%;
    }
}
.recommend_link{
    text-align: right;
    margin: 15px 0 10px;
}
.recommend_link a{
    color: #FFF;
    font-size: 15px;
    background: #9d3c5f;
    padding: 5px 5px 7px;
    border-radius: 3px;
}
.recommend_link a:hover{
    opacity: 0.6;
}

.room_box {
    width: 100%;
}
.room_box h3 {
    font-size: 50px;
    text-align: center;
    padding: 30px 0 0;
    color: #9d3c5f;
    font-weight: 500;
}
@media only screen and (max-width:1100px){
    .room_box h3 {
        padding: 0;
    }
}
.content_service{
    display: flex;
    flex-wrap: wrap;
    word-break: break-all;
    width: 100%;
}
@media only screen and (max-width:1100px){
    .content_service{
        padding: 10px 0 0;
    }
}
.content_service h3 {
    font-size: 50px;
    text-align: center;
    padding-bottom: 40px;
    color: #9d3c5f;
    font-weight: 500;
}
.content_all{
    word-break: break-all;
    width: 100%;
    margin: 30px 0 25px;
}
@media only screen and (max-width:1100px){
    .content_all {
        margin: 30px 0 0;
    }
}
.suite_box{
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    background-image: url(../img/room_suite.jpg);
}
.suite_box:hover{
    background-size: 110%;
}

.suite_box .nav_btn {
    display: block;
    margin: 4.5%;
    padding: 5% 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    z-index: 500;
}

.all_box{
    width: 48%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition:0.5s;
    margin: 1%;
}
.all_box:hover{
    background-size: 110%;
}
.luxury_box{
    background-image: url(../img/room_luxury.jpg);
    height: 100%;
}
.deluxe_box{
    background-image: url(../img/room_deluxe.jpg);
    height: 100%;
}
.standard_box{
    background-image: url(../img/room_standard.jpg);
    height: 100%;
}
.economy_box{
    background-image: url(../img/room_economy.jpg);
    height: 100%;
}
.service_box{
    background-image: url(../img/room_service.jpg);
    height: 100%;
}

.content_service a{
    text-decoration: none;
    color: #333;
}
.content_service h4,
.content_all h4{
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #efefef;
    letter-spacing: 2px;
    line-height: 1;
}
.content_service .sub,
.content_all .sub{
    font-size: 13px;
    color: #efefef;
}
.nav_btn {
    display: block;
    margin: 1%;
    padding: 15% 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    z-index: 500;
}
.under_btn {
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 35%;
    transform: translateX(-50%);
    padding-bottom: 10px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    color: #efefef;
    line-height: 1;
}
.suite_bottom{
    bottom: 30%;
}
.under_btn::after {
    content: "";
    width: 50%;
    height: 2px;
    display: block;
    position: absolute;
    left: 25%;
    bottom: 0;
    background: #fff;
    transition: all 0.3s ease;
}
.all_box:hover .under_btn::after,
.suite_box:hover .under_btn::after {
    width: 130%;
    left: -15%;
}
@media only screen and (max-width:1100px){
    .content_service h3{
        font-size: 22px;
    }
    .under_btn{
        font-size: 13px;
    }
}
@media only screen and (max-width:810px){
    .content_service h3{
        font-size: 18px;
    }
    .under_btn{
        font-size: 12px;
    }
}

.room_bk {
    background:rgba(255,0,0,0.5);
    display: inline-block;
    padding: 2% 3% 6%;
    width: 35%;
}
.room_bk2 {
    background:rgba(255,0,0,0.5);
    display: inline-block;
    padding: 4% 5% 10%;
    width: 68%;
}

.menu_container {
    width: 100%;
    margin: 0 auto 10px;
    background: #ffffff;
    padding: 2% 1% 8%;
}
@media only screen and (max-width:940px){
    .content_service h4,
    .content_all h4{
        font-size: 22px;
    }
}
.menu_container h3 {
    font-size: 50px;
    text-align: center;
    padding: 0 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
.menu_box {
    display: flex;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
}
.menu_box a{
    width: 24%;
}
.menu_img{
    text-align: center;
}
.menu_img img{
    width: 100%;
}
.menu_text{
    padding: 10px;
    background: #9d3c5f;
}
.menu_text h4{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.menu_text p{
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.menu_guid:hover{
    opacity: 0.7;
}
@media only screen and (max-width:980px){
    .under_btn {
        bottom: 28%;
    }
    .suite_bottom {
        bottom: 25%;
    }
}
@media only screen and (max-width:520px){
    .menu_box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 15px;
        justify-content: flex-start;
    }
    .menu_box a {
        width: 47%;
    }
    .menu_container {
        padding: 0 1% 10%;
    }
    
}

/* 子ページ共通 */
body.small_page{
    background-color: #fff;
}
.wrap_small {
    padding: 0;
}


/* ROOM */
.room_container {
    width: 100%;
    margin: 0;
    padding: 0 0 3%;
    background: #fbf3f4;
}
.room_container h3 {
    font-size: 50px;
    text-align: center;
    padding: 30px 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
.room_tabs {
    max-width: 1100px;
    margin: 0 auto;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
@media only screen and (max-width:590px){
    .tabs {
        font-size: 13px;
    }
}

.tab_label_w {
    color: #9d3c5f;
    font-weight: bold;
    border: solid 2px #9d3c5f;
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 15px;
    margin: 0;
    text-align: center;
    width: 20%;
  }
  .tab_label {
    color: #ffffff;
    font-weight: bold;
    border: solid 1px #FFF;
    background: #9d3c5f;
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 15px;
    margin: 0;
    text-align: center;
    width: 20%;
  }
  .tab_label a{
    display:block;
    width: 100%;
    color: #fff;
  }


@media only screen and (max-width:590px){
    .tab_label,
    .tab_label_w {
        padding: 15px 3px;
    }
}


  .tab_label:hover {
    opacity: 0.75;
  }
  
  .tab_content {
    flex: 100%;
    display: none;
    overflow: hidden;
  }
  
  input[name="tab_switch"] {
    display: none;
  }
  
  .tabs input:checked + .tab_label {
    color: #9d3c5f;
    background-color: #fff;
  }
  .tabs input:checked + .tab_label::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #9d3c5f transparent transparent transparent;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    transition: all 0.3s ease 0s;
  }
  
  #tab01:checked ~ #tab01_content,
  #tab02:checked ~ #tab02_content,
  #tab03:checked ~ #tab03_content,
  #tab04:checked ~ #tab04_content {
    display: block;
  }
  
  .tab_content{
    position: relative;
    animation: fadeIn 1s ease;
  }

/* イメージギャラリー */
.img_room{
    width: 1280px;
}
  .room_gallery{
    padding: 60px 10px;
    background: #fff;
   }
  .room_gallery img{
    width: 100%;
   }
   .gallery_img{
    margin: auto;
    max-width: 800px;
   }
.room_umber{
    text-align: center;
    font-size: 13px;
    padding: 10px 3px;
    color: #333;
}
.size_s{
    font-size: 9px;
}

   .gallery_list{
    padding: 15px 5px 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
   }
   .gallery-list-item{
    width: 12%;
   }
   .js-image{
    cursor: pointer;
    border: none;
    background: none;
    transition: .4s;
   }
   .js-image:hover{
    opacity: 0.4;
   }

   @media only screen and (max-width:980px){
    .gallery-list-item{
        width: 13%;
       }
       .room_gallery {
        padding: 34px 10px;
    }
       .gallery_img {
        max-width: 80%;
    }
}

@media only screen and (max-width:600px){
    .gallery-list-item {
        width: 16%;
    }
}

.price_content {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 30px;
    background: #fff;
}
.price_content h4 {
    color: #333;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }
.price_box {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
}
.price_box h4 {
    color: #9d3c5f;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    background: #fbf3f4;
    padding: 10px;
  }

.break_time{
    align-items: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
}
.break_text {
    width: 100%;
    padding: 0 30px;
    max-width: 1000px;
    margin: 0 auto 5px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.break_text span {
    display: inline-block;
}
.break_text span:last-child {
    text-align: right;
}
.m_top{
    margin-top: 80px;
}
.title_b{
    width: 100%;
    font-weight: bold;
}
.price_text {
    margin-top: 80px;
}
.price_text p{
    font-size: 13px;
    text-align: center;
}
.price_caution{
    color: #ef2525;
    margin-bottom: 20px;
}
.font_b{
    font-weight: bold;
}
.font_s{
    font-size: 13px;
}
.stay_day {
    border-bottom: dashed 1px #9d3c5f;
    font-size: 16px;
    padding: 0 30px 10px;
}
.stay_plan {
    width: 40%;
    background: #edead8;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.new_text{
    font-size: 12px;
    color: #d83030;
    border: 1px solid #d83030;
}
.small_text{
    font-size: 12px;
    background: #f5e06a;
    color: #333;
}
.s_size{
    font-size: 12px;
}
.s_top{
    margin-top: 40px;
}

  /*タブ*/
.tab01_price {
    max-width: 1000px;
    margin: 50px auto;
    padding: 10px;
  }
  .tab_menu {
    width: calc(100%/3);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    color: #000;
    border-bottom: 3px solid #9d3c5f;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    font-size: 20px;
  }
  .tab_menu:hover {
    opacity: 0.75;
  }
  input[name="tab_menu"] {
    display: none;
  }
  .tab_contents {
    display: none;
    padding: 50px 80px;
    clear: both;
    overflow: hidden;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
  }
  #menu01:checked ~ .tab_contents#content01,
#menu02:checked ~ .tab_contents#content02,
#menu03:checked ~ .tab_contents#content03 {
    display: block;
}
  .tab01_price input:checked + .tab_menu {
    background-color: #9d3c5f;
    color: #fff;
    font-size: 20px;
    border-radius: 20px 20px 0 0;
  }

  .roomplan_about{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px 80px;
}
  .roomplan_about h4{
    border-left: 5px solid #4C5664;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 10px;
    margin-bottom: 10px;
    text-align: left;
}
.common_box{
    display: flex;
    gap: 5px;
    align-items: center;
    padding-top: 10px;
}

.c_top{
    margin-top: 50px;
}
.roomplan_text{
    padding: 20px 0 0;
}
.roomplan_about p{
    font-size: 15px;
}
.roomplan_text p{
    font-size: 13px;
}

/* PRICE */

.price_container{
    width: 100%;
    margin: 0 auto 50px;
    background: #ffffff;
    padding: 2% 1% 8%;
}
.price_container h3 {
    font-size: 50px;
    text-align: center;
    padding: 0 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
.price_all{
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    gap: 15px;
    justify-content: center;
}
.price_all a {
    width: 28%;
}
@media only screen and (max-width:500px){
    .price_container h3 {
        font-size: 30px;
        padding: 0 0 20px;
    }
    .price_all a {
        width: 48%;
    }
    .price_container {
        padding: 2% 1% 3%;
    }
}
.menu_text {
    padding: 10px;
    background: #9d3c5f;
}
.price_title{
    padding: 10px 0;
    background: #9d3c5f;
}
.price_title h4{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
@media only screen and (max-width:580px){
    .price_title h4 {
        font-size: 14px;
    }
}
.price_all_menu{
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    gap: 15px;
    justify-content: flex-start;
    padding: 0 1px 60px 20px;
}
.price_all_menu a {
    width: 18%;
}
.price_all_menu h4{
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    margin: 0;
}
@media only screen and (max-width:930px){
    .price_all_menu h4{
        font-size: 12px;
    }
}
@media only screen and (max-width:650px){
    .price_all_menu a {
        width: 47%;
    }
    .break_text {
        max-width: none;
    }
    .price_all_menu {
        gap: 5px;
    }
    .price_all_menu h4 {
        font-size: 15px;
    }
}

/* ACCESS */

.access_container{
    width: 100%;
    margin: 20px auto 0;
    padding: 1% 0 5%;
    background: #fbf3f4;
}
.access_container h3 {
    font-size: 50px;
    text-align: center;
    padding: 30px 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
.access_img{
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}
.access_box{
    max-width: 1100px;
    margin: 0 auto;
}
.access_box h4 {
    border: 1px solid #4C5664;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 10px;
    margin-bottom: 10px;
    text-align: center;
}
.access_box h5 {
    border-bottom: 1px solid #4C5664;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px 3px;
    margin-bottom: 20px;
    text-align: center;
}
.a_top{
    margin-top: 50px;
}
.root_nav{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    padding-bottom: 50px;
}
.access_root {
    display: flex;
    width: 49%;
    align-items: center;
    background: #fff;
    border: 1px solid #4C5664;
    padding: 10px;
}
.access_root:last-child{
    border: 2px solid #a72525;
}
.root_img {
    width: 45%;
}
.root_img img{
    max-width: 100%;
}
.root_text {
    padding-left: 10px;
    width: 55%;
}
.access_google{
    max-width: 800px;
    margin: 50px auto 0;
}
.center_text a{
    color: #2b2bb1;
    text-decoration: underline;
}
.center_text p{
    text-align: center;
    margin-top: 40px;
}
.access_link{
    text-align: center;
}
.access_link a {
    text-align: center;
    width: 40%;
    display: inline-block;
    background: #333;
    color: #fff;
}
.access_link a:hover{
    opacity: 0.7;
}
@media only screen and (max-width:800px){
    .access_container{
        padding: 0 10px;
    }
    .access_img img{
        width: 100%;
    }
    .access_box {
        padding-bottom: 20px;
    }
    .access_root {
        margin-top: 20px;
    }

}



/* FOOD MENU */

.food_container{
    width: 100%;
    margin: 20px auto 0;
    padding: 1% 0 5%;
    background: #fbf3f4;
}
.food_container h3 {
    font-size: 50px;
    text-align: center;
    padding: 30px 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
.food_menu{
    max-width: 1300px;
    margin: 0 auto;
}

.food_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.food {
    width: 19%;
    padding-bottom: 10px;
}
.food img{
    width: 100%;
}
.food_container h4 {
    color: #9d3c5f;
    border-bottom: dashed 1px #9d3c5f;
    margin: 20px 0;
    font-size: 25px;
    text-align-last: center;
}
.menu_sub{
    font-size: 12px;
    text-align: center;
    font-weight: 300;
}

.food_container h5{
    border-left: 5px solid #4C5664;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 10px;
    margin-bottom: 10px;
    text-align: left;
}
.food_service {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}
.food_container h5:nth-of-type(2) {
    margin-top: 50px;
}
.service_img {
    width: 100%;
    text-align: center;
    padding: 10px 10px 40px;
}
.service_img img{
    width: 300px;
}
@media only screen and (max-width:770px){
    .food {
        width: 22%;
    }
}

/* MEMBER */

.member_container{
    width: 100%;
    margin: 20px auto 0;
    padding: 1% 0 5%;
    background: #fbf3f4;
}
.member_container h3 {
    font-size: 50px;
    text-align: center;
    padding: 30px 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
.member_menu{
    max-width: 1300px;
    margin: 0 auto;
}
.member_menu h4 {
    color: #9d3c5f;
    border-bottom: dashed 1px #9d3c5f;
    margin: 20px 0;
    font-size: 25px;
    text-align-last: center;
}
.campaign{
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}
.campaign img{
    width: 100%;
}
p.member_text{
    text-align: center;
    padding-bottom: 40px;
}
.font_red{
    color: #eb1717;
}
.member_service {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px 40px;
    background: #fff;
}
@media only screen and (max-width:880px){
    .member_service {
        margin: 0 10px;
    }
}

.member_table{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 10px;
}
.member_table table{
    width: 100%;
}

.member_table th,
.member_table td{
    text-align: center;
    border: 1px solid #333;
    line-height: 2.5;
    font-size: 14px;
}
.member_table th{
    font-weight: normal;
}
.tab_w{
    width: 18%;
}
.td_b{
    background: #f5b2ac;
}
p.teble_text {
    font-size: 13px;
    text-align: center;
    padding: 20px 10px;
}
.member_box{
    width: 100%;
    padding: 0 2%;
}
.member_l h6 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
    color: #dc143c;
}
.member_top{
    margin-top: 80px;
}
.member_at{
    margin-top: 30px;
    font-size: 13px;
    color: #dc143c;
}


/* SERVICE MENU */
.service_container {
    width: 100%;
    margin: 20px auto 0;
    padding: 1% 0 5%;
    background: #fbf3f4;
}
.service_menu{
    max-width: 1300px;
    margin: 0 auto;
}
.service_f{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
}
.service_container h3 {
    font-size: 50px;
    text-align: center;
    padding: 30px 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
.service_container h4 {
    color: #9d3c5f;
    border-bottom: dashed 1px #9d3c5f;
    margin: 20px 0;
    font-size: 25px;
    text-align-last: center;
}
.free {
    width: 28%;
    padding-bottom: 10px;
}
.free img {
    width: 100%;
}
.p_top{
    padding-top: 80px;
}

/* プライバシーポリシー */
#privacy_policy h3{
    font-size: 50px;
    text-align: center;
    padding: 30px 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}
#privacy_policy h4{
    border-left: 5px solid #4C5664;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 10px;
    margin-bottom: 10px;
}
#privacy_policy p{
    padding-bottom: 30px;
}
#privacy_policy table{
    /* border-collapse: collapse;
    border-spacing: 0; */
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 70px;
    width: 100%;
 }
#privacy_policy table th,
#privacy_policy table td{
    padding: 15px 10px;
    font-size: 14px;
}
#privacy_policy table th{
    font-weight: normal;
    background-color: #4c5664;
    color: #efefef;
}
#privacy_policy table td{
    background-color: #fff;
}
#privacy_policy table th{
    width: 30%;
    text-align: center;
}


/* サイトマップ */
#sitemap h3{
    font-size: 30px;
    text-align: center;
    padding: 30px 0 40px;
    color: #9d3c5f;
    font-weight: 500;
}

.sitemap {
    width: 100%;
    margin-bottom: 50px;
}

.horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.horizontal > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.horizontal > li > a {
    text-decoration: none;
    color: #0078d7;
    margin-bottom: 0.5em;
    transition: color 0.3s ease;
}

.horizontal > li > a:hover {
    color: #0053a5;
    text-decoration: underline;
}
.sub-menu {
    display: flex;
    gap: 20px;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-menu li {
    margin-bottom: 0.5em;
}

.sub-menu a {
    text-decoration: none;
    color: #637a8d;
    font-weight: normal;
}

.sub-menu a:hover {
    color: #333;
}

@media (max-width: 550px) {
    .horizontal {
        align-items: flex-start;
        gap: 20px 25px;
    }

    .horizontal > li {
        margin-bottom: 1em;
    }

    .horizontal > li > a {
        font-size: 14px;
    }
    .sub-menu {
        flex-wrap: wrap;
        gap: 0 20px;
    }
    .sub-menu li {
        margin-left: 1em; /* サブメニューを少しインデント */
    }
}
@media (max-width: 450px) {
    .horizontal {
        align-items: flex-start;
        gap: 0 30px;
    }

}






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

sp

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.sp_br{
    display: none;
}
.sp{
    display: none;
}
.nav_sp{
    display: none;
}


@media only screen and (max-width:720px){
    .under_btn{
        left: 50%;
    }
    .content_service h3{
        font-size: 26px;
    }

}


@media only screen and (max-width:700px){
    .sp_br{
        display: block;
    }
    .nav_sp{
        display: block;
    }
    .room_container h3 {
        font-size: 30px;
        padding: 10px 0 20px;
    }
    
    .price_content {
        padding-top: 10px;
    }
    .gallery-list-item{
        width: 18%;
    }
    .tab01_price input:checked + .tab_menu,
    .tab_menu{
        font-size: 15px;
    }
    .line_h{
        line-height: 1.2;
        padding-top: 10px;
    }
    .tab_contents {
        padding: 10px;
    }
    .price_box h4 {
        font-size: 17px;
    }
    .stay_day {
        font-size: 14px;
    }
    .break_text {
        font-size: 14px;
    }
    .price_text {
        margin-bottom: 20px;
    }

    .access_container h3 {
        font-size: 30px;
        padding: 10px 0 20px;
    }

    .food_container h3 {
        font-size: 30px;
        padding: 10px 0 20px;
    }
    .food_container h4 {
        font-size: 20px;
        margin: 20px 30px;
    }
    .member_container h3{
        font-size: 30px;
        padding: 10px 0 20px;
    }
    .member_container {
        margin: 0 auto;
    }
    .member_menu h4 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    #privacy_policy h3 {
        font-size: 30px;
        padding: 30px 0 20px;
    }
    .service_container h3 {
        font-size: 30px;
        padding: 20px 0 10px;
    }
    .service_container h4 {
        font-size: 20px;
    }
    .font_s {
        font-size: 12px;
    }
    .price_text p {
        font-size: 13px;
        text-align: left;
    }
    .news_container h3 {
        font-size: 30px;
        padding: 10px 0 20px;
    }
    .room_box h3 {
        font-size: 30px;
    }
    .news_container {
        margin: 65px auto 35px;
        padding: 2% 4% 7%;
    }
    .recommend_text h4,
    .recommend_link a {
        font-size: 14px;
    }
    .menu_container h3 {
        font-size: 30px;
        padding: 0 0 20px;
    }
    .column_container h3 {
        font-size: 30px;
        padding: 0 0 20px;
    }
    .column_box {
        justify-content: flex-start;
        padding: 0;
    }
    .column_img img {
        padding: 15px 0;
    }
    .column_text {
        padding: 10px 0;
        width: 66%;
    }
    .column_text p {
        font-size: 14px;
    }



/*ハンバーガーボタン*/
.el_humburger {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 60px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 2000;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    background-color: #FFF;
    text-align: center;
}
  .el_humburger_wrapper {
    margin-bottom: 2px;
    width: 45px;
    display: inline-block;
    padding-top: 8px;
}
   
  .el_humburger_text {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif; }
   
  .js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none; }
   
  .el_humburger_text.el_humburger_text__close {
    display: none; }
   
  .js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block; }
   
  .el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
   
  .el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0; }
   
  .js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #000; }
   
  .js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg); }
   
  .js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0; }
   
  .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg); }
   
    .el_humburger span.el_humburger_bar:nth-child(3){
        margin: 0 auto 2px;
    }

  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%; }
   
  .el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #000; }
   
  .el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg); }
   
  .el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg); }
   
  .navi {
    position: fixed;
    right: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 700px;
    z-index: 1200;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform:translateZ(0) translateX(100%);
    overflow: auto; }

    .js_humburgerOpen .navi {
      right: auto;
      top: 0;
      transform:translateZ(0) translateX(0);
      background: #e59a93; }
   
  .navi_item {
    margin-bottom: 28px;
    font-size: 15px;
    white-space: nowrap;
    margin-left: 90px; }
    
    .navi_item.op_innerLink {
      cursor: pointer; }
    
      .navi_item a,
      .navi_item a:hover{
        color: #FFF;
      }

      nav {
        margin: 0 auto;
    }
      .navi_inner{
        display: block;
      }

      .access_link a {
        width: 80%;
    }
    .access_root {
        width: 100%;
    }
    .root_img {
        width: 30%;
    }
    .root_text {
        width: 70%;
    }
    .p_top {
        padding-top: 30px;
    }
    .service_container {
        padding: 1% 0 13%;
    }

    .tab01_price {
        margin: 20px auto 50px;
    }
    .suite_box .nav_btn {
        margin: 2%;
    }
    .all_box{
        width: 100%;
        margin: 2% 0;
    }
    .nav_btn{
        margin: 2%;
        padding: 5% 0;
    }
    .content_service {
        display: block;
        padding: 0;
    }
    .room_bk {
        padding: 4% 3% 10%;
        width: 68%;
    }
    .under_btn {
        bottom: 22%;
    }
    #privacy_policy h4{
    font-size: 15px;
    }

    .copyright {
        font-size: 10px;
        margin-bottom: 70px;
    }


}

@media only screen and (max-width:660px){

    .stay_plan {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .break_time {
        display: block;
    }
    .break_text {
        width: 100%;
    }
    .tab01_price {
        max-width: 1000px;
        margin: 20px auto 50px;
        padding: 0 10px;
    }
    .campaign {
        max-width: 300px;
    }
    .member_table th {
        font-size: 14px;
        line-height: 1.5;
        padding: 5px 0;
    }
    .member_table td {
        font-size: 13px;
    }
    .member_top {
        margin-top: 40px;
    }


} 

@media only screen and (max-width:600px){
    .member_box {
        display: block;
    }
    .member_table {
        padding: 20px 0 30px;
    }
    .member_box {
        padding: 1% 2% 0;
    }
    .member_l {
        width: 100%;
    }
    .member_service {
        padding: 30px 10px 40px;
    }
}


@media only screen and (max-width:550px){
    .sp{
        display: block;
    }
    img {
        max-width:100%;
        height:auto;
    }

    /* ヘッダー */
    .logo img{
        width: 100px;
    }
    .company {
        right: 10px;
        top: 2px;
    }
    .reserve a {
        font-size: 25px;
    }
    .top_address p{
        font-size: 10px;
    }

    /* ハンバーガーメニュー */
    nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        padding-top: 60px;
        transition: all .4s;
        z-index: 1200;
    }
    nav ul{
        display: block;
    }
    .nav_list {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }
    .nav_item {
        text-align: center;
        padding: 0 14px;
        width: 100%;
    }
    .nav_item a {
        display: block;
        text-decoration: none;
        color: #9d3c5f;
    }
    .nav_item a:hover {
        background-color: #fff;
    }
    

    /* メイン画像 */
    .header_img {
        padding: 0;
        width: 100%;
    }

    .news_container h3{
        font-size: 30px;
    }
    .news_container {
        margin: 20px auto 40px;
        padding: 7% 1% 10%;
    }
    .room_box h3{
        font-size: 30px;
    }
    .content_service {
        padding: 0;
        margin-bottom: 40px;
    }
    .menu_container h3{
        font-size: 30px;
    }
    .news_box {
        /* justify-content: flex-start; */
        flex-wrap: wrap;
        margin: 30px auto 0;
        gap: 10px;
    }
    .news {
        width: 22%;
        padding-bottom: 20px;
    }
    .news_container h3 {
        padding: 10px 0 20px;
    }
    .about_box p {
        font-size: 14px;
        padding: 0 10px 30px;
    }
    .about_box h3 {
        padding-bottom: 20px;
    }
    .tab01_price input:checked + .tab_menu {
        border-radius: 10px 10px 0 0;
    }
    .tab_menu {
        height: 50px;
        line-height: 50px;
    }
    .line_h{
        line-height: 1;
    }
    .header_box {
        padding-bottom: 20px;
    }
    .roomplan_about p {
        font-size: 14px;
    }
    .room_container h3{
        font-size: 26px;
    }

    /* フッター */
    footer{
        padding: 0 0 2%;
    }
    .footer_logo,
    .address{
        margin-bottom: 10%;
    }
    .sns_logo,
    footer ul{
        margin-bottom: 8%;
    }
    .footer_box{
        display: block;
    }
    .footer_menu {
        width: 100%;
    }
    .footer_address {
        width: 100%;
    }
    .footer_tel {
        text-align: center;
    }
    .address {
        text-align: center;
        margin-top: 0;
    }
    footer ul {
        justify-content: center;
    }

    .root_img {
        width: 30%;
    }
    .root_text {
        width: 70%;
    }
    .food_box {
        gap: 20px;
    }
    .food,
    .girl {
        width: 40%;
    }
    .food_box,
    .girl_box {
        padding-bottom: 30px;
    }

    .recommend_img img {
        padding: 12px 5px 5px;
    }
    p.member_text {
        text-align: left;
        padding: 0 15px 40px;
    }
    .stay_day {
        padding: 0 10px 10px;
    }
    .break_text {
        padding: 0 10px;
    }
    .gallery_img {
    max-width: 100%;
    }

}


@media only screen and (max-width:460px){
    .room_bk {
        padding: 6% 3% 14%;
    }
    .room_bk2 {
        padding: 5% 5% 14%;
    }
}

@media only screen and (max-width:375px){
    .logo img {
        width: 70px;
    }
    .reserve a {
        font-size: 17px;
    }
    .caution p {
        font-size: 9px;
    }
    .top_address p {
        font-size: 9px;
    }
    .recommend_box {
        display: block;
    }
    .recommend_img {
        width: 100%;
        text-align: center;
    }
    .recommend_text {
        width: 100%;
    }
    .menu_box a {
        width: 47%;
    }
    .room_container h3 {
        font-size: 20px;
    }
    .price_box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
   }
   .stay_day,
   .stay_plan {
        font-size: 14px;
    }
    .break_time {
        font-size: 13px;
    }
    .roomplan_about p {
        font-size: 14px;
    }
    .price_content h4 {
        font-size: 16px;
    }
    .tab01_price input:checked + .tab_menu,
    .tab_menu {
        font-size: 17px;
    }
    .price_caution p{
        font-size: 13px;
    }
    .m_top {
        margin-top: 40px;
    }
    .tab_menu {
        height: 50px;
        line-height: 50px;
    }

}


    /* トップページ */
    .line_link{
        width: 50%;
        padding: 10px 5px;
    }
    .content_arrow {
        width: 100px;
        height: 100%;
    }
    .bottom_m {
        margin-bottom: 15%;
    }
    .text_area {
        width: 100%;
        padding: 0;
    }
    .arrow{
        top: 45%;
        right: 15%;
    }
    .content_container .nav_btn{
        margin: 9%;
        padding: 8% 0;
    }
