/* common */

img {
    width: 100%;
    height: auto;
}
section {
    margin-bottom: 40px;
}
#concept {
    text-align: center;
    margin-bottom: 30px;
    background: #f4f2f0;
    padding: 25px;
    position: relative;
}
#concept h3 {
    margin-bottom: 20px;
}
#concept h3 img {
    width: 250px;
}
#concept p {
    color: rgba(89,89,29,1.00);
    font-size: 120%;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.page_hotel_info h4 {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgba(89,89,29,1.00);
    position: relative;
}
.page_hotel_info h4::after {
    content: "●●●";
    color: rgba(89,89,29,0.2);
    display: block;
    font-size: 40%;
    letter-spacing: 0.5em;
}
#area_amenity li {
    display: flex;
    margin-bottom: 20px;
}

#area_amenity .imgset img {
    border-radius: 5px;
}
#area_amenity dl {
    flex: 1;
}
#area_amenity dt {
    margin-bottom: 10px;
    background: rgba(88,79,31,0.7);
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
}
#lodging > dl > dt {
    background: rgba(94,82,30,0.1);
    padding: 10px;
    margin-bottom: 1em;
    font-weight: bold;
}
#lodging dd {
    margin-bottom: 20px;
}
#lodging dd ul {
}
#lodging dd li::before {
    content: "●";
    color: rgba(123,192,79,0.4);
    margin-right: 3px;
}
#lodging dd li {
    margin-bottom: 5px;
    padding-left: 1.1em;
    text-indent: -1.1em;
    line-height: 1.5;
}
.text_strong {
    font-weight: bold;
    color: rgba(144,19,21,1.00);
}
#lodging dd p {
    margin-bottom: 1em;
}
#lodging .notes {
    background: rgba(243,243,243,0.5);
    padding: 10px;
    border: 1px solid #ccc;
}
#lodging .notes p {
    margin-bottom: 0.5em;
    font-weight: bold;
    color: rgba(106,105,10,1.00);
}
.roomcancel dt {
    text-align: left !important;
    font-weight: bold;
    border-bottom: 1px dotted rgba(129,139,53,1.00);
    font-size: 120%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* mobile only*/
@media all and (max-width: 767px) {
#concept::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid rgba(106,97,41,0.4);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
}
#concept p {
    text-align: left;
}
#lodging dt {
    text-align: center;
}
    
    
    
    #area_amenity li:nth-of-type(2n) {
    flex-direction: row-reverse;
}
#area_amenity .imgset {
    width: 130px;
    margin-right: 10px;
}
#area_amenity li:nth-of-type(2n) .imgset {
    margin-right: 0;
}
#area_amenity li:nth-of-type(2n) dl {
    margin-right: 10px;
}
    
}

/* PC only*/
@media all and (min-width: 768px) {
#pagewrapper > section#concept {
    max-width: 100%;
}
    
    #concept p{
        font-size: 140%;
        line-height: 1.8;
    }
    
    #pagewrapper > section#concept{
        text-align: center;
        padding: 100px 0;
        background: url("../../index/img/concept_leftback.svg") no-repeat left -50px center, url("../../index/img/concept_rigthback.svg") no-repeat right -50px center , #f4f2f0;
        background-size: contain , contain , auto;
    }
    
    #concept h3{
        margin-bottom: 30px;
    }
    
    #concept h3 img{
        width: 270px;
    }
    
    .page_hotel_info h4{
        font-size: 180%;
        margin-bottom: 50px;
    }
    
    #area_amenity{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    #area_amenity li{
        width: 550px;
        margin: 0 20px 40px;
    }
    
    #area_amenity .imgset{
        margin-right: 15px;
    }
    
    #area_amenity .imgset img{
        width: 200px;
    }
    
    #lodging{
        padding-top: 0 !important;
    }
    
    #lodging dd{
        margin-bottom: 35px;
    }
    
    #lodging dd li{
        margin-bottom: 15px;
    }
    
    .text_strong{
        font-size: 120%;
    }
    
}

@media all and (min-width: 1200px) {
}
