@charset "UTF-8";

.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 40px;
}
.sh-contents {
    max-width: 920px;
}

.sh-roomplan-caption1 {
    font-size: 13px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: right;
    margin-top: 5px;
}
.sh-PR .sh-roomplan-caption1 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-top: 0;
}

.sh-roomplan-box1.sh-PR .sh-roomplan-caption1 {
    right: 0;
    bottom: 10%;
}

.sh-roomplan-link {
    position: absolute;
    content: '';
    display: block;
    width: 18.222222%;
    height: 47.924528%;
    left: 75%;
    top: 21.698113%;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    background-position: left top;
    background-repeat: repeat;
}
.sh-roomplan-link:hover {
    background-color: rgba(255, 255, 255, .1);
}
.sh-roomplan-link.__btype {
    width: 16%;
    left: 58.333333%;
}
.sh-roomplan-link.__ctype {
    width: 16.666667%;
    left: 41.444444%;
}
.sh-roomplan-link.__dtype {
    width: 16.777778%;
    left: 24.333333%;
}
.sh-roomplan-link.__etype {
    width: 17.222222%;
    left: 6.555556%;
}



.sh-roomplan-bg1 {
    background-color: #ebeeef;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sh-roomplan-plans {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sh-roomplan-plans a:hover img {
    opacity:0.9;
}

@media screen and (min-width: 768px) {
    .sh-roomplan-box1.sh-PR .sh-concept-caption1 {
        right: 20px;
        bottom: 13%;
    }
    .sh-roomplan-bg1 {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}