@charset "UTF-8";

/*
 追加CSS
  */

/* グローバルナビ対応 */
body.gnav-open {
    overflow: hidden;
}


/* ナビゲーションロゴ調整 */
@media (max-width: 834px) {
    .gnavi_navi_block.showUp {
        overflow-y: auto;
        padding-bottom: 50px;
    }

    .navi_logo {
        display: flex;
        justify-content: initial;
        align-items: center;
        margin: 0 0.5em;
        padding: 0.1em 0.5em;
        padding-top: 0.1em;
        background: #fff;
        position: relative;
        z-index: 10;
        width: 100%;
        max-width: 100%;
        img {
            max-width: 150px;
        }
    }
}

/* Miyajima Coral Hotel Banner */
.coral-hotel-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    transition: opacity 0.5s ease;
}

.coral-hotel-banner.fade-out {
    opacity: 0;
    pointer-events: none;
}

.coral-hotel-banner img {
    display: block;
    max-width: 320px;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.coral-banner-close {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.coral-banner-close:hover {
    background-color: #f5f5f5;
    transform: scale(1.1);
}

.close-icon {
    position: relative;
    width: 12px;
    height: 12px;
}

.close-icon::before,
.close-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: #802228;
    transform-origin: center;
}

.close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 833px) {
    .coral-hotel-banner {
        bottom: 70px;
    }
}

/* Miyajima Coral Hotel Banner Mobile */
.coral-hotel-banner-mobile {
    margin: 30px auto 20px;
    text-align: center;
    padding-inline: 20px;
}

.coral-hotel-banner-mobile img {
    width: 100%;
    max-width: 420px;
    height: auto;
}


.page p{
    text-align: justify;
    text-justify: inter-ideograph;
}



.btn_reserve ,.room_list_box a {
    text-decoration: none;
}


.type_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.type_block p {
    margin: 0;
}
.stay_room_type {
    margin: 4em 0 0 0;
    letter-spacing: 4px;
    font-size: 18px;
}

.h_06 {
    margin-top: 0;
    letter-spacing: 4px;
}

.type_block p.type_text {
    margin-bottom: 7em;
    line-height: 2;
    font-size: 15px;
}

.type-left {
    width: 48%;
}

.left-layout {
    width:80%;

}

.left-layout img {
    width: 100%;
}

.type-right {
    width: 42%;
}

.right_layout {
    margin-top: -34px;
    text-align: center;
}

.layout_img {
    margin-bottom: 2.6em;
    width: 60%;
    margin: 0 auto 2.6em auto;
}

p.annex_note {
    margin-bottom: 10px;
}


.room_price {
    font-size: 18px;
}

.room_price span {
    font-size: 30px;
    font-weight: bold;
}

.price_note {
    font-size: 12px;
}

.btn_reserve {
    background: linear-gradient(#d56b6f 0%, #7d1a1f 100%);
    border-radius: 3px;
    display: block;
    margin: 1.4em 0 0 0;
    padding: .3em 1.6em;
    width: 70%;
    color: #fff!important;
    font-size: 17px;
    letter-spacing: .1em;
    text-align: center;
}
.btn_reserve:hover {
    opacity: .7;
    transition: .6s;
}

.room_gallery {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.room_gallery li {
    width: 49.9%;
    margin-bottom: 1px;
}

.room_gallery li.item_l {
    width: 59.9%;
    margin-bottom: 1px;
}

.room_gallery li.item_s1 , .room_gallery li.item_s2 {
    width: 40%;
     margin-bottom: 1px;
}

.room_gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .room_list_box {
    display: flex;
    margin: 4em 0;
} */

.facility-title ,.facility-content{
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}



.facility-title span {
    background-color:#1a1a1a;
    color: #ffffff;
    font-size: 13px;
    margin-left: 8px;
    padding: 3px 8px;
    letter-spacing: 2px;
}

.facility-content{
    font-size: 12px;
    margin-bottom: 3.6em;
}

.room_list_box p {
    margin: 0;
}



.main_build {
    position: relative;
    margin-top: 40px;
    padding-top: 20px;

}

.main_build:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;

    background-color: #000000;
}

.room_list_box ul li {
    text-align: center;
    border: 1px solid #000000;
    border-radius: 4px;
    position: relative;
    letter-spacing: 2px;
    margin-right: 6px;

}

.room_list_box ul li a {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 0 7px;
    width: 114px;
    color: #1a1a1a;
}

.room_list_box ul li span {
    display: block;
    padding-top: 4px;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.room_list_box ul li a:hover {
    background-color:#1a1a1a;
    color: #ffffff;
    transition: .6s;
}

.room_list {
    margin-top: 0.6em;
    display: flex;

}

.room_list_box ul li.room_current {
    background-color:#1a1a1a;
}
.room_list_box ul li.room_current a {
    color: #ffffff;
}



/*
レスポンシブ
*/

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

    .type_block , .stay_room_type , .h_06{
        width: 96%;
        margin-left:auto;
        margin-right: auto;


    }

    .type_block {
        margin-bottom: 80px;
    }

    .left-layout {
        width: 80%;

    }

    .type-right {
        width:52%;
    }


    .room_list_box ul li {
        margin: 0 2% 2% 0;
        width: 31%;

    }

    .room_list_box ul li a {

        padding: 6px 0 7px;
        width:100%;
    }

   .room_list {
        width: 100%;
        margin-bottom: 5%;
        justify-content: space-between;
    }

    .room_smp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .room_smp:after{
    content:"";
    display:block;
    width: 33%;

  }

}

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

    .pc_br {
        display: none;
    }


    .stay_type {
        text-align: left;
        margin-bottom: 0;
    }
    .type_block {
        display: block;
        width: 100%;
    }

    .type-left {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .type_text {
        order: 2;
        width: 90%;
        margin: 0 auto;
    }

   .h_06 , .stay_room_type {
        width: 90%;
    }

    .stay_room_type {
        margin-top: 2em;
    }

    .type_block p.type_text {
        width: 90%;
        margin: 1.8em auto 3em;
        font-size: 13px;
    }



    .left-layout {
        order: 1;
        width: 100%;
        text-align: center;
        margin-top: 2em;
    }

    .left-layout img  {
        width: 80%;
    }

    .type-right {
        width: 96%;
        margin: 0 auto;
    }

    .right_layout {
        margin-top: 1.8em;
    }

    .layout_img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .layout_img img {
        width: 90%;
    }

    .btn_reserve {
        width: 100%;
    }

    .room_gallery li {
        width: 100%;
    }

    .room_gallery li.item_l {
        width: 100%;
    }

    .room_gallery li.item_s1{
        width: 57.9%;
        height: 220px;
    }

    .room_gallery li.item_s2 {
        width: 42%;
    }

    .facility-title {
        font-size: 14px;
    }

    .facility-title span {
    font-size: 11px;
    margin-left: 10px;
    }

    .facility-content{
        font-size: 11px;
        margin-bottom: 30px;
    }


    .room_list_box {
        display: block;
    }

    .main_build:before {
        display: none;
    }

    .main_build {
        padding-left: 0;
        margin-left: 0;
        margin-top: 2.4em;
        border-top: 1px solid #1a1a1a;
    }

    .room_list_box ul li {
        width: 30%;

    }

    .room_list_box ul li a {
        font-size: 13px;
    }

    .room_smp:after {
    content:"";
    display:block;
    width: 32%;

  }



    p.h_06 {
        margin: 0.4em;
    }






}