@charset "UTF-8";

/*******************************

wrap-common

*******************************/
.wrap-common > p {
    text-align: left;
    max-width: 795px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/*******************************

section

*******************************/
section {
    overflow: hidden;
    margin-bottom: 40px;
}

section h3 {
    text-align: left;
    background: #000;
    color: #fff;
    padding: 8px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}

section h3 span {
    width: 90px;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    font-weight: normal;
    padding: 4px 0;
}

section ul {
    overflow: hidden;
    margin-bottom: 40px;
}

section li {
    overflow: hidden;
    /*border-bottom: 1px dotted #000;*/
    padding: 15px 0;
    margin-bottom: 30px;
}

section figure {
    width: 50%;
    float: left;
    margin: 0 0 20px 0;
}


section .txt {
    text-align: left;
    width: 47%;
    float: right;
    overflow: hidden;
    /*margin: 0 0 20px 0;*/
}

section .txt > dt {
    font-size: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin: 15px 0;
    overflow: hidden;
    line-height: 1;
}

section .txt > dt > span {
    width: 100px;
    padding: 5px 0;
    display: block;
    float: right;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #a7a7a7;
    font-family: "DIN", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section .txt > dd {
    overflow: hidden;
}

section .txt > dd dl {
    overflow: hidden;
}

section .txt > dd dt {
    background: #ececec;
    padding: 5px 15px;
    font-size: 15px;
}

section .txt > dd dt span {
    float: right;
}

section .txt > dd dd {
    padding: 15px;
}

section .txt > dd dd span {
    font-size: 29px;
}

section .txt .fee dd {
    font-size: 29px;
}

section .txt .fee dd br {
    display: none;
}

section .txt .fee dd span {
    font-size: 16px;
}

section .txt .fee dd span.child:before {
    content: ' ／';
    font-size: 29px;
}

section .txt .capa {
    width: 49%;
    float: left;
}

section .txt .term {
    width: 49%;
    float: right;
}

section .txt .facility {
    clear: both;
}

section li p {
    clear: both;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 10px 0;
    /*border-top: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
    background: #ececec;
}

section a.contact_bt {
    clear: both;
    display: block;
    font-size: 16px;
    width: 90%;
    max-width: 430px;
    margin: 0 auto;
    background: #8b0000;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
}
section a.contact_bt br{
    display: none;
}

dl.amenity {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-bottom: 50px;
}

dl.amenity dt {
    background: #656565;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
}

dl.amenity dd {
    padding: 20px;
    font-size: 18px;
    border: 1px solid #000;
    text-align: left;
}

table.cancel {
    float: right;
    width: 48%;
    font-size: 18px;
    margin-bottom: 50px;
}

table.cancel caption {
    background: #656565;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
}

table.cancel th {
    width: 50%;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 0;
}

table.cancel td {
    width: 50%;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 0;
}




dl.eat {
    clear: both;
    float: left;
    width: 48%;
    overflow: hidden;
    margin-bottom: 50px;
}

dl.eat dt {
    background: #656565;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
}

dl.eat dd {
    padding: 20px;
    font-size: 18px;
    border: 1px solid #000;
    text-align: left;
}
dl.yakkan {
    float: right;
    width: 48%;
    overflow: hidden;
    margin-bottom: 50px;
}

dl.yakkan dt {
    background: #656565;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
}

dl.yakkan dd {
    padding: 20px;
    font-size: 18px;
    border: 1px solid #000;
    text-align: left;
}
/*==== mobile スマフォ横〜用css ===*/

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

    section figure {
        width: 100%;
        float: none;
    }

    section .txt {
        width: 100%;
        float: none;
    }

    dl.amenity {
        float: none;
        width: 100%;
    }
    table.cancel {
        float: none;
        width: 100%;
    }

}

/*==== mobile スマフォ縦用css ===*/

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

section h3 {
    font-size: 15px;
}

section h3 span {
width: 50px;
    margin-right: 10px;
    font-size: 14px;
}

section .txt > dt {
    font-size: 18px;
}

section .txt > dt > span {
    width: 70px;
    font-size: 12px;
}

    section .txt .fee dd br {
        display: inline;
    }

    section .txt .fee dd span.child:before {
        display: none;
    }

    section .txt .capa {
        width: 100%;
        float: none;
    }
    section .txt .term {
        width: 100%;
        float: none;
    }

    section li p {
        text-align: left;
    }

section a.contact_bt br{
    display: inline;
}

    dl.amenity dd {
        font-size: 15px;
    }

    table.cancel {
        font-size: 15px;
    }

}

/*******************************

.contents Css

*******************************/

.contents {
    padding-top: 50px;
}

.contact {
    margin-top: 100px;
}
