@charset "UTF-8";

.list_room_info {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.list_room_info > li {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.list_room_info article {
    border-bottom: 1px dashed #707070;
    display: flex;
    align-items: flex-start;
    padding: 0 0 16px;
    flex: 1 1 auto;
}
.list_room_info p {
    font: 500 16px/1.4em "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
        sans-serif;
}
.list_room_info .ttl {
    flex: 0 0 100px;
    font-weight: bold;
}
.list_room_info .cnt {
    flex: 1 1 auto;
    min-width: 10px;
}

/* 画像一覧 */
.area_room_gallery {
    position: relative;
    background-color: #777;
}

.area_room_gallery li .img,
.scroll_image {
    text-align: center;
    padding: 20px 0;
    border: 0;
}

.area_room_gallery li img {
    object-fit: cover;
    width: 800px;
    height: 600px;
    margin: auto;
    cursor: pointer;
}

.area_room_gallery li .madori img {
    object-fit: contain;
}

.list_action_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 10px;
}
.list_action_gallery [class*="btn_"] {
    min-width: 10px;
    width: 50px;
    height: 33px;
    padding: 0;
    font: 400 13px/1em "Montserrat", "游ゴシック体", YuGothic, "游ゴシック",
        "Yu Gothic", sans-serif;
    border: 1px solid #ccc;
}
.list_action_gallery [class*="btn_"]:hover {
    background-color: #ffff00 !important;
    color: #333;
}
.list_action_gallery [class*="ico_"] [class*="btn_"] {
    background: #fff url(../../img/user/ico/ico_map.svg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 22px 22px !important;
}

.list_action_gallery .gallery {
    width: 50px;
}

.list_action_gallery li {
    padding: 3px;
}

.list_action_gallery .gallery a{
    width: 45px;
    background-color: unset;
    border: none;
}

.list_action_gallery .gallery a img{
    width: 100%;
    height: 35px;
}


.slick-slide {
    width: 750px;
}

/* 設備 */
.equipments_area > ul {
    display: flex;
    flex-wrap: wrap;
}

.equipments_area > ul > li {
    font-size: 13px;
    font-weight: bold;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(12.5% - 5px);
    padding: 15px 10px;
    margin-top: 5px;
    margin-right: 5px;
}

.equipments_area > ul > li:nth-child(-n + 4) {
    font-size: 14px;
    width: calc(25% - 5px);
}

.equipments_area > ul > li.on {
    background: #3cb371;
    color: #fff;
}

/* スタッフコメント */
.list_comment {font-size: 16px;}
.list_comment .title {font-weight: bold;}

/* シェアエリア */
.area_share .ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}

/* youtube,googlemap */
.area_room_gallery .scroll_image, .nodal_area, .youtube_area {
    height: 640px;
    width: 100%;
}

/* CTA */
.room_cta_area {
    display: none;
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.room_cta_area .container {
    display: flex;
    justify-content: center;
}

.room_cta_area a {
    margin: 0 15px;
}

.list_room_info article .about{
    color: #06c;
    font-size: 75%;
}

.list_room_info.list li {
    width: 100%;
}

#room_info .body_box + .head_box {margin-top: 60px;}

/* icon */
.list_action_gallery .youtube a{
    background: #fff url(../../img/user/ico/ico_sns_youtube_black.svg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 22px 22px !important;
}

/* コメント吹き出し  =============================*/

.list_comment > li + li {
    margin: 30px 0 0;
}
.list_comment article {
    align-items: flex-start;
}
.list_comment .balloon {
    background: #ededed;
    padding: 20px;
    position: relative;
}
.list_comment .balloon:before {
    content: "";
    position: absolute;
    top: 65px;
    left: -32px;
    border: 10px solid transparent;
    border-right: 22px solid #ededed;
}

.list_comment .balloon + .balloon {
    margin-top: 10px;
}

.list_comment .img {
    text-align: center;
    margin: 30px 0;
}
.list_comment img {
    max-width: 600px;
    width: 100%;
}

/* 取り扱い店舗情報 */
#room-detail .shop_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#room-detail .shop_info .img {
    width: 68%;
}

#room-detail .shop_info .shop_info_txt {
    width: 30%;
}


@media screen and (max-width: 768px) {
    .area_room_gallery .scroll_image, .youtube_area {
        height: 568px;
    }
}

@media screen and (max-width: 480px) {
.box + .box {margin: 0;}

.list_room_info > li {
    width: 100%;
}

.area_room_gallery .scroll_image, .youtube_area {
    height: 360px;
}

.area_room_gallery li img {
    height: 360px;
}

.area_room_gallery .scroll_image, .nodal_area, .youtube_area {
    height: 360px;
}

.room_cta_area a {
    margin: 0 10px;
}

.room_cta_area [class*="btn_"] {
    font: 500 10px/1em "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    padding: 0 5px;
}

.list_action_gallery {
    width: 100%;
    overflow-x: auto;
    display: inline-block;
    white-space: nowrap;
}

.list_action_gallery li {
    display: inline-block;
    vertical-align: middle;
}

.list_action_gallery .gallery a{
    width: 60px;
    height: 35px;
}

.list_comment article {
    flex-direction: column-reverse;
    align-items: center;
}
.list_comment .layout_fix {
    width: 100px;
    margin: 30px 0 0;
}
.list_comment .balloon {
    padding: 20px;
}
.list_comment .balloon:before {
    left: 50%;
    top: auto;
    bottom: -24px;
    transform: translateX(-50%) rotate(-90deg);
}

.list_room_info {
    margin: -5px;
}
.list_room_info > li {
    padding: 5px;
}
.list_room_info article {
    padding: 0 0 10px;
}
.list_room_info p {
    font-size: 14px;
}
.area_comment {
    margin: 0 !important;
}
.list_comment .layout_fix {
    flex: 0 0 80px;
    margin: 30px 0 0;
}
.list_comment .img {
    margin: 20px 0;
}

.equipments_area > ul > li {
    font-size: 11px;
    width: calc(25% - 5px);
    padding: 10px 0;
}
.equipments_area > ul > li:nth-child(-n + 4) {
    width: calc(50% - 5px);
}

.area_room_gallery li .img, .scroll_image {
    padding: 0;
}

/* シェア */
.area_share .ttl {
    font-size: 20px;
}

/* 取り扱い店舗情報 */
#room-detail .shop_info {
    flex-wrap: wrap;
}

#room-detail .shop_info .img {
    width: 100%;
}

#room-detail .shop_info .shop_info_txt {
    margin-top: 20px;
    width: 100%;
}
}
/* SP end */