@charset "UTF-8";

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

#hero01 Css

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

.main-img {
    background: url(../img/main-img.jpg) center center no-repeat;
    background-size: cover;
    padding: 90px 0 50px 0;
    overflow: hidden;
    color: #fff;
}

.page #hero01 {
    max-width: 500px;
    margin: 0 auto;
}

.page #hero01 h2 {
    border-color: #fff;
}

.page #hero01 h2 span {
    display: block;
    font-size: 13px;
}

.page .hero-sub01 {
    max-width: 500px;
    margin-bottom: 60px;
}

.main-img h3 {
    width: 90%;
    max-width: 670px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 50px;
}

.main-img p.txt {
    width: 90%;
    max-width: 670px;
    margin: 0 auto;
    text-align: left;
}

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

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

    .main-img {
        padding: 50px 0 30px 0;
    }

    .page #hero01 {
        margin-top: 0;
    }

    .page .hero-sub01 {
        margin-bottom: 30px;
    }

    .main-img h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

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

section

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

.back-img img {
    width: 100%;
}

.sec01 {
    background: url(../img/back02.jpg) left center no-repeat;
    background-size: cover;
}

.sec02 {
    color: #fff;
    background: url(../img/back04.jpg) left center no-repeat;
    background-size: cover;
}

section {
    margin: 0;
}

section .inner {
    width: 90%;
    max-width: 670px;
    margin: 0 auto;
    padding: 60px 0;
}

section h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
}

section p {
    text-align: left;
}

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

@media screen and (max-width: 480px) {
    section h3 {
        margin-bottom: 20px;
    }
}

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

price

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

.price {
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
    overflow: hidden;
}

.price dl {
    width: 170px;
    margin: 40px auto;
    color: #979797;
}

.price dt {
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #979797;
    margin-bottom: 10px;
}

.price dd {
    font-size: 16px;
}


.p-price {
    background: #e7e7e7;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 5px;
    padding: 5px 0 5px 35%;
    text-align: left;
}

.p-price span {
    font-size: 13px;
}

.s-price {
    display: block;
    font-weight: bold;
    float: right;
    font-size: 13px;
    margin-bottom: 15px;
}

.drink {
    clear: both;
    width: 49%;
    float: left;
    color: #fff;
    background: #5b5b5b;
    font-weight: bold;
    font-weight: 16px;
    line-height: 1;
    padding: 8px 0;
}

.drink i {
    display: inline-block;
    width: 40px;
    height: 32px;
    background: url(../img/icon01.png) no-repeat;
    vertical-align: middle;
}

.drink span {
    display: inline-block;
    vertical-align: middle;
}

.photo {
    width: 49%;
    float: right;
    color: #fff;
    background: #5b5b5b;
    font-weight: bold;
    font-weight: 16px;
    line-height: 1;
    padding: 8px 0;
}

.photo i {
    display: inline-block;
    width: 40px;
    height: 32px;
    background: url(../img/icon02.png) no-repeat;
    vertical-align: middle;
}

.photo span {
    display: inline-block;
    vertical-align: middle;
}

.price ul {
    clear: both;
    padding: 30px 0;
    list-style-type: disc;
    padding-left: 2em;

}

.price ul li {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}

.open {
    border: 1px solid #000;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0;
}

.open br {
    display: none;
}

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

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

    .drink {
        width: 100%;
        margin-bottom: 10px;
    }
    .photo {
        width: 100%;
    }

    .open br {
        display: inline;
    }

}

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

.contents Css

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

.contact {
    margin-top: 100px;
}
