﻿@charset "utf-8";

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

@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_lead {
    background: url(../images/common/bg_lead.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .con_lead {
        padding: 8% 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_lead .box_lead {
        position: relative
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    /* .con_lead .box_lead .wrp_lead {
        width: 67%
    } */
}

@media only screen and (max-width: 767px) {
    .con_lead .box_lead .wrp_lead {
        float: none;
        width: 100%
    }
}

.con_lead .box_lead .wrp_lead .st_lead {
    letter-spacing: .44em;
    line-height: 1.6;
    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: 174%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_lead .box_lead .wrp_lead .st_lead {
        font-size: 147%
    }
}

@media only screen and (max-width: 767px) {
    .con_lead .box_lead .wrp_lead .st_lead {
        font-size: 120%
    }
}

.con_lead .box_lead .wrp_lead .st_lead span {
    color: #ceb132
}

.con_lead .box_lead .wrp_lead .txt {
    line-height: 2.8;
    font-size: 110%;
    line-height: 2.8;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .con_lead .box_lead .wrp_lead .txt {
        margin-top: 4%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_lead .box_lead .wrp_lead .txt {
        line-height: 2.2
    }
}

@media only screen and (max-width: 767px) {
    .con_lead .box_lead .wrp_lead .txt {
        line-height: 2
    }
}

.con_lead .box_lead .box_photo {
    overflow: hidden;
    float: right;
    width: 46.66667%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_lead .box_lead .box_photo {
        width: 30%
    }
}

@media only screen and (max-width: 767px) {
    .con_lead .box_lead .box_photo {
        display: none
    }
}

.con_lead .box_lead .box_photo li {
    float: left;
    width: 42.5%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_lead .box_lead .box_photo li:first-child {
        display: none
    }
}

.con_lead .box_lead .box_photo li:last-child {
    float: right;
    width: 50.35714%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_lead .box_lead .box_photo li:last-child {
        width: 100%
    }

    .con_lead .box_lead .box_photo li:last-child img {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .con_lead .box_lead .box_photo li:last-child {
        display: none
    }
}

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

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

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

.con_lead .box_icon li {
    width: 49.91667%;
    letter-spacing: -.4em;
    position: relative;
    padding: 30px 55px;
    -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_lead .box_icon li {
        padding: 20px 10px
    }
}

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

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

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

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

.con_lead .box_icon li:first-child:before {
    content: "";
    background: #cecdd1;
    width: 1px;
    height: 50%;
    position: absolute;
    right: 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_lead .box_icon li:first-child:before {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .con_lead .box_icon li:last-child {
        margin-left: .16667%
    }
}

.con_lead .box_icon li:last-child: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_lead .box_icon li:last-child:before {
        display: none
    }
}

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

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

.con_lead .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_lead .box_icon li .box_txt .st {
        font-size: 114%
    }
}

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

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

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

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

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

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

.con_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; */
}

.con_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;
}

.con_room .box_room .type_ttl {
    position: absolute;
    z-index: 9;
    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) {
    .con_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: stretch;
        align-items: stretch;
        -webkit-align-content: space-between;
        align-content: space-between;
    }
    .con_room .box_room .photo {
        width: 48%;
    }

    .con_room .box_room .box_txt {
        width: 48%;
    }

    .con_room .box_room {
        width: 48%;
        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;
    }

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

    .con_room .box_room .box_txt .txt {
        /* height: 6em; */
    }
}

@media only screen and (max-width: 767px) {
    .con_room .box_room {
        /* margin-top: 3em; */
        padding: 6%;
    }
    .con_room .box_room .type_ttl {
        top: 0;
        left: 0;
    }
}

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

@media only screen and (max-width: 767px) {
    .con_room .box_room .photo {
        width: 100%;
        float: none
    }
}

.con_room .box_room .photo img {
    width: 100%;
    margin: 0
}

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

    .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%
    }
}

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

.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: auto;
}

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

.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;
    margin: 15px 0 0;
}

@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: 1.3em 0
    }
}

.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: right
    }
}