@charset "UTF-8";
.c-secTop_text::before{
    background: url(/assets/images/stay.png) no-repeat center/contain;
    top: -110%;
    left: 10%;
}
@media only screen and (max-width: 768px) {
    .c-secTop_text::before{
        top: -50%;
        left: 50%;
        width: 40%;
        height: 100px;
    }
}
/*-----------------------------
宿泊プラン
-------------------------------*/

.c-pageSec_sttl_red{
    color: #C80000;
}
.c-planList_item:not(:first-child){
    border-top: 1px solid var(--primary);
    padding-top: 80px;
}
.c-pageSec_sttl{
    margin-top: 100px;
}

/*-@media only screen and (max-width: 1200px) {
    .c-planList_item:not(:first-child){
        border-top: none;
        padding-top: 0;
    }
}*/
@media only screen and (max-width: 768px) {
    .c-pageSec_sttl{
        margin-top: 60px;
    }
}
.c-planList_item_ttl{
    background-color: #4B7D4B;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
}
.bgImg .c-fileList {
  color: #fff;
}

@media only screen and (max-width: 768px) {
    .c-planList_item_ttl{
        font-size: 20px;
        font-size: 2.0rem;
    }
    .c-planList_item_ttl span{
        display: block;
    }
}
.c-planList_item_price{
    margin-top: 20px;
    font-size: 24px;
    font-size: 2.4rem;
}
.c-planList_item_info{
    margin-top: 20px;
}

/*----------------------------------
セクションの間の画像bg
------------------------------------*/
.c-sec_bgImg_w{  
    height: 740px;
    width: 100%;
    background-image: url(/assets/images/stay_bgmask.png) ,url(/assets/images/stay_bgimg.jpg);
    background-position: top -1px center,center;
    background-repeat: no-repeat;
    background-size: 102% auto,cover;
}

/*-----------------------------
客室・設備
-------------------------------*/
.c-roomSec {
    background:  url(/assets/images/bg_ry01.svg) no-repeat right 100px bottom 200px/30% auto,url(/assets/images/bg_room.png) no-repeat left center/contain;
}
.c-roomSec .c-pageSec_ttlWrap::before {
    background: url(/assets/images/stay2.png) no-repeat center/contain;
}
.c-room {
    margin-top: 80px;
}
.c-room .u-flex {
    margin-top: 40px;
    justify-content: space-between;
}
.c-roomTxt {
    width: 50%;
    letter-spacing: .3em;
}
.c-roomTxt h4 {
    color: var(--secondary);
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
}
.c-roomTxt p {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 40px;
}
.c-room .c-linkBtn {
    width: 30%;
}
.c-roomImg {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.c-roomImg .c-contImg {
    /* width: calc(100%/3 - 20px); */
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .c-roomSec {
        background:  url(/assets/images/bg_ry01.svg) no-repeat right bottom/30% auto,url(/assets/images/bg_room.png) no-repeat left top 30%/120% auto;
    }    
    .c-room .u-flex {
        flex-direction: column;
    }    
    .c-roomTxt {
        width: 100%;
    }
    .c-room .c-linkBtn {
        width: 100%;
    }
    .c-roomImg {
        flex-direction: column;
    }
    .c-roomImg .c-contImg {
        width: 100%;
    }

}
/* 設備 */
.c-defTable .c-defTable_room{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .c-defTable .c-defTable_room{
        width: 100%;
    }
}
.c-defTable_roomHead{
    padding: 20px 40px;
}

@media only screen and (max-width: 1200px) {
    .c-defTable_roomHead,
    .c-defTable_roomList{
        width: 100%;
    }
    .c-defTable_roomHead{
        padding: 10px 20px;
    }
}
.c-defTable_roomHead{
    width: 100%;
    border-bottom: 1px solid var(--tertiary);
}
.c-defTable_roomList{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c-defTable_roomList_item{
    padding: 20px 40px;
    width: calc(100% / 3); 
}
@media only screen and (max-width: 1200px) {
    .c-defTable_roomList_item{
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .c-defTable_roomList_item{        
        width: 100%;
    }
}
.c-defTable_roomList_item:not(:first-of-type){
    border-left: 1px solid var(--tertiary);
    margin-top: 0;
}
@media only screen and (max-width: 768px) {
    .c-defTable_roomList_item:not(:first-of-type){
        border-left: none;
    }
    .c-defTable_roomList_item ul{
        padding-left: 1em;
    }
}

/*-----------------------------
ピックアップ
-------------------------------*/
.bgImg_R .c-contTtl{
    background-color: inherit;
    color: #fff;
    border: none;
}
.bgImg_R .c-contWrap:nth-child(n+2) {
    border-top: 1px solid #fff;
    padding-top: 40px;
}

.c-slideimg {
    height: 300px;
    background-image: url(/assets/images/staybgimg.jpg);
    background-size: cover;
    background-repeat: repeat;
    -webkit-animation: cuisine-pictures 120s linear infinite;
    animation: cuisine-pictures 120s linear infinite;
}
.c-pubtn > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.c-pubtn > li a {
    display: inline-block;
    border-radius: 50px;
    padding: 20px 2em;
    color: var(--quaternary);
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    border: 2px solid var(--secondary);
}

.c-pubtn > li a:hover {
    background: var(--tertiary);
}

/*-----------------------------
221014 リスト内赤枠
-------------------------------*/
.c-planList_limited span {
    display: inline-block;
    border: 2px solid #c80000;
    border-radius: 3px;
    color: #c80000;
    font-weight: 700;
    padding: 5px 10px;
}

/*-----------------------------
230627 緑リンクボタン
-------------------------------*/
.c-linkBtn.green {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: var(--secondary);
    margin-top: 30px;
  }
  .c-linkBtn.green a {
    border-bottom: 1px solid var(--secondary);
  }
  .c-linkBtn.green a p::before {
    background-color: var(--secondary);
  }
  .c-linkBtn.green p::after {
    color: var(--secondary);
  }