﻿@charset "utf-8";

.con_lead .box_lead,
.con_lead .box_icon,
.con_room,
.con_room .box_icon,
.con_info {
    max-width: 1200px;
    margin: auto
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-dots li{
	width:10px!important;
    float: none !important;
}
.slick-dots li button:before{
	font-size:20px !important;
    opacity: .5;
    color: white;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

@media only screen and (min-width: 1200px) {
    #room #header .con_pagetitle .box_title {
        height: 340px;
    }
}

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

    .con_lead .box_lead,
    .con_lead .box_icon,
    .con_room,
    .con_info {
        width: 91.66667%
    }
}

.con_lead .box_lead:after {
    content: "";
    display: table;
    clear: both
}

.con_room {
    margin-top: 40px;
}

.con_room .box_icon {
    clear: both;
    background: url(../images/common/bg_sty.jpg);
    margin-top: 40px;
    -moz-box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4)
}

@media only screen and (max-width: 767px) {
    .con_room .box_icon {
        margin-top: 6%
    }
}

@media only screen and (min-width: 768px) {
    .con_room .box_icon {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.con_room .box_icon li {
    width: 33%;
    letter-spacing: -.4em;
    position: relative;
    padding: 30px 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_room .box_icon li {
        padding: 20px 10px
    }
}

@media only screen and (max-width: 767px) {
    .con_room .box_icon li {
        padding: 4%
    }
}

@media only screen and (min-width: 768px) {
    .con_room .box_icon li {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }
}

@media only screen and (max-width: 767px) {
    .con_room .box_icon li {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .con_room .box_icon li:not(:last-child) {
        border-bottom: 1px solid #cecdd1
    }
}

.facility_list {
    margin-top: 60px;
}
.facility_list .facility_box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 620px;
    width: 100%;
    margin: auto;
    /* border: 1px solid #f6d48a; */
    padding: 24px;
    clear: both;

    background: url(../images/common/bg_sty.jpg);
    margin-top: 40px;
    -moz-box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
}
.facility_list .facility_box .main_photo {
    max-width: 240px;
    width: 100%;
    text-align: center;
}
.facility_list .facility_box .txt_area {
    /* max-width: 400px; */
    width: 100%;
    margin-left: 32px;
}
.facility_list .facility_box .txt_area h4 {
    color: #f6d48a;
    font-size: 150%;
    font-weight: 500;
}
.facility_list .facility_box .txt_area p {
    font-size: 110%;
    margin-top: 8px;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .facility_list .facility_box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        padding: 16px;
        box-sizing: border-box;
    }
    .facility_list .facility_box .main_photo {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .facility_list .facility_box .txt_area {
        margin-left: 0px;
        margin-top: 16px;
    }
    .facility_list .facility_box .txt_area h4 {
        color: #f6d48a;
        font-size: 120%;
        font-weight: 500;
        text-align: center;
    }
    .facility_list .facility_box .txt_area p {
        font-size: 110%;
        margin-top: 8px;
        line-height: 1.8;
    }
}


.con_room .box_icon li:nth-child(n+2):before {
    content: "";
    background: #cecdd1;
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .con_room .box_icon li:nth-child(n+2):before {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .con_room .box_icon li::nth-child(n+2) {
        margin-left: .16667%
    }
    .con_room .box_icon li .ic {
        width: 18.67894%;
    }
}

.con_room .box_icon li::nth-child(n+2):before {
    content: "";
    background: #cecdd1;
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .con_room .box_icon li::nth-child(n+2):before {
        display: none
    }
    .con_room .box_icon li .ic {
        width: 12.67894%;
    }
}

.con_room .box_icon li .ic {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4.08998%
}

.con_room .box_icon li .box_txt {
    vertical-align: middle;
    display: inline-block;
    width: 83.23108%
}

.con_room .box_icon li .box_txt .st {
    letter-spacing: .08em;
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 134%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_room .box_icon li .box_txt .st {
        font-size: 114%
    }
}

@media only screen and (max-width: 767px) {
    .con_room .box_icon li .box_txt .st {
        font-size: 107%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_room .box_icon li .box_txt .st {
        letter-spacing: .05em
    }
}

.con_room .box_icon li .box_txt .st span {
    color: #ceb132
}

.con_room .box_icon li .box_txt .txt {
    letter-spacing: .03em;
    margin-top: 5px;
    font-size: 100%
}

@media only screen and (max-width: 767px) {
    .con_room .box_icon li .box_txt .txt {
        margin-top: 4%
    }
}

@media only screen and (max-width: 767px) {
    .con_room .box_icon li .box_txt .txt {
        font-size: 94%
    }
}

.con_room .box_det .box_txt .box_btn li:last-child {
    float: none;
}

.con_room .box_det .box_txt .box_btn li {
    width: 100%;
    float: none;
}

.con_room .box_det .box_txt .box_btn li a {
    padding: 1.2em 0 !important;
}

.other_room {
    margin-top: 60px;
}

.other_room_ttl {
    margin-top: 80px;
}

.other_room .box_room .box_txt {
    margin-top: 20px;
}

.other_room {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    /* padding-top: 50px; */
}

.other_room .box_room {
    width: 100%;
    position: relative;
    background: url(../images/common/bg_sty.jpg) repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px;
    -moz-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    -webkit-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    margin-bottom: 28px;
}

.other_room .box_room .type_ttl {
    position: absolute;
    z-index: 999;
    padding: 8px 16px;
    background: #ceb132;
    color: #000;
    /* text-align: center; */
    font-size: 130%;
    background: url(../images/home/tit_app_y.jpg);
}

@media only screen and (min-width: 768px) {
    .other_room .box_room .box_inner {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        /* -webkit-align-items: center;
        align-items: center; */
        -webkit-align-content: stretch;
        align-content: stretch;
        /* padding-top: 50px; */
    }

    .other_room .box_room .photo {
        width: 100%;
    }

    .other_room .box_room .box_txt {
        width: 100%;
    }

    .other_room .box_room {
        width: 32%;
        position: relative;
        background: url(../images/common/bg_sty.jpg) repeat;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 28px;
        -moz-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
        -webkit-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
        box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
        margin-bottom: 28px;
    }

    .other_room .box_room .type_ttl {
        top: -10px;
        left: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .other_room .box_room {
        /* margin-top: 3em; */
        width: 48%;
        padding: 3%;
    }

    .other_room .box_room .type_ttl {
        top: -20px;
        left: 0;
        padding: 4px 10px;
        font-size: 106%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .other_room .box_room {
        padding: 20px
    }
}


@media only screen and (max-width: 767px) {
    .con_room .box_room .box_txt {
        margin-top: 1.5em;
        width: 100%;
        float: none
    }

    .other_room.con_room .box_room .box_txt {
        margin-top: 1em;
    }

    .con_room .box_room .box_txt .st_room {
        font-size: 120%
    }
}

.con_room .box_room .box_txt .st_room {
    letter-spacing: .24em;
    font-size: 147%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_room .box_room .box_txt .st_room {
        font-size: 134%
    }
}

.con_room .box_room .box_txt .txt {
    margin-top: 0;
    font-size: 100%
}

@media only screen and (max-width: 767px) {
    .con_room .box_room .box_txt .txt {
        margin-top: 4%;
        font-size: 84%
    }
}

.con_room .box_room .box_txt table {
    width: 100%;
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .con_room .box_room .box_txt table {
        margin-top: 1.5em
    }
}

.con_room .box_room .box_txt table th {
    width: 155px
}

@media only screen and (max-width: 767px) {
    .con_room .box_room .box_txt table th {
        width: 40%
    }
}

.con_room .box_room .box_txt .box_btn {
    overflow: hidden;
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .con_room .box_room .box_txt .box_btn {
        margin-top: 0;
    }
}

.con_room .box_room .box_txt .box_btn li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #ceb132;
    padding: 1em 0;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (max-width: 767px) {
    .con_room .box_room .box_txt .box_btn li a {
        padding: 1.3em 0
    }
}

.con_room .box_room .box_txt .box_btn li a:after {
    content: '→';
    text-align: center;
    color: #ca8da6;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #ca8da6;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_room .box_room .box_txt .box_btn li a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .con_room .box_room .box_txt .box_btn li a:after {
        font-size: 67%
    }
}

.con_room .box_room .box_txt .box_btn li a:hover {
    color: #ceb132;
    background: none
}

.con_room .box_room .box_txt .box_btn li a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}

@media only screen and (max-width: 1199px) {
    .con_room .box_room .box_txt .box_btn li {
        width: 100%;
        float: none
    }
}

.con_room .box_room .box_txt .box_btn li:last-child a {
    display: block;
    text-decoration: none;
    color: #ceb132;
    background: #000;
    padding: 1em 0;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (max-width: 767px) {
    .con_room .box_room .box_txt .box_btn li:last-child a {
        padding: 1em 1em 1em 0;
        font-size: 86%;
    }
}

.con_room .box_room .box_txt .box_btn li:last-child a:after {
    content: '→';
    text-align: center;
    color: #ceb132;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #ceb132;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_room .box_room .box_txt .box_btn li:last-child a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .con_room .box_room .box_txt .box_btn li:last-child a:after {
        font-size: 67%
    }
}

.con_room .box_room .box_txt .box_btn li:last-child a:hover {
    color: #000;
    background: #ceb132
}

.con_room .box_room .box_txt .box_btn li:last-child a:hover:after {
    border-color: #000;
    background: #ceb132;
    color: #000
}

@media only screen and (max-width: 1199px) {
    .con_room .box_room .box_txt .box_btn li:last-child {
        margin-top: 1em;
        width: 100%;
        float: none
    }
}