@charset "utf-8";

/*.map-wrapper {
    overflow: hidden;
}
.map {
    float: left;
    height: 400px;
    width: 45%;
    margin-left: 2.5%;
}
.street-view {
    float: right;
    height: 400px;
    width: 45%;
    margin-right: 2.5%;
}
*/

section:nth-of-type(2n){
    background-color: #bcd8d9;
    background-image: url(/image/common/shaded.png);
    background-size: auto 10px;
    background-position: center top;
    background-repeat: repeat-x;
}
.detail h2{
    padding-left: 10px;
    border-left: 5px solid #bcd8d9;
}
.detail td span.num{
    margin-right: 2px;
    font-size: 1.5em;
    font-weight: bold;
    color: #cc0000;
}
.detail td span.yen{
    font-size: 1em;
    font-weight: bold;
    color: #cc0000;
}
.detail td p.sup{
    font-size: 0.8em;
}
#map,
#street-view{
    width: 100%;
    height: 250px;
    border: 1px solid #bcd8d9;
}
#map{
    margin-bottom: 10px;
}
.comment{
    margin: 20px 0 0 0;
    padding: 20px;
    background-color: #dbeff0;
    border-radius: 5px;
}
.contact-btn a{
    display: block;
    width: 250px;
    padding: 5px 15px 8px 45px;
    background-color: #2d3e3f;
    background-image: url(/image/icon/mail.png);
    background-position: 30px 9px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border-radius: 5px;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .detail .wrap{
        position: relative;
    }
    .detail h2{
        padding-right: 280px;
    }
    .contact-btn{
        position: absolute;
        top: 0;
        right: 0;
    }
    .detail th{
        width: 140px;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .col-l{
        float: left;
        width: 48%;
        margin-right: 2%;
    }
    .col-r{
        float: right;
        width: 48%;
        margin-left: 2%;
    }
    .contact-btn{
        right: 30px;
    }
    #map,
    #street-view{
        height: 200px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    #map,
    #street-view{
        height: 150px;
    }
    .detail .col-l{
        padding-top: 20px;
    }
    .contact-btn a{
        width: 100%;
        margin-bottom: 20px;
        padding: 3px 10px 5px 40px;
        background-position: 20px 8px;
    }
}

/*-----------------------------------
contact
-----------------------------------*/
.contact h2{
    font-size: 1.3em;
    text-align: center;
}
.table-box{
    margin-bottom: 30px;
    padding: 30px;
    background-color: #FFF;
    border-radius: 5px;
}
.table-box table{
    margin-bottom: 0;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .contact h2{
        font-size: 1.05em;
    }
    .table-box{
        margin-bottom: 10px;
        padding: 10px;
    }
}

/*-----------------------------------
count
-----------------------------------*/
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .count {
        bottom: -100px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .count.top_fixed{
        bottom: 0;
    }
}
