@charset "UTF-8";

section.wrapper {
    width: 900px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    /*padding: 5px 30px 25px;*/
    padding: 5px 30px 160px 30px;
    color: #fff;
    font-family: "Century Gothic", Futura, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 80px;
    border: 1px solid #000;
}

section.wrapper p {
    line-height: 200%;
}

section.wrapper h1,
section.wrapper h2 {
    background: url("../images/midashi.png") no-repeat;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px dashed #999;
    line-height: 30px;
    padding-left: 45px;
    max-width: 900px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

section.wrapper h1 span.en,
section.wrapper h2 span.en {
    float: right;
    font-size: 14px;
    padding-right: 10px;
}

#breadcrumb {
    width: 900px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 10px 30px;
    color: #fff;
    margin-top: 10px;
    font-family: "Century Gothic", Futura, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    border: 1px solid #000;
}

#breadcrumb div {
    display: inline;
    color: #888;
}

#breadcrumb div span {
    letter-spacing: 1px;
}

#breadcrumb a {
    text-decoration: none;
    color: #ccc;
    font-size: 0.8em;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

/* SP */

@media screen and (max-width:640px) {
    section.wrapper {
        width: 100%;
        padding: 0 5%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #breadcrumb {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        margin-top: 50px;
        font-family: "Century Gothic", Futura, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        border: 1px solid #000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.wrapper h1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* about */

section.wrapper .about table {
    width: 80%;
    margin: 0 auto;
    line-height: 2.0;
}

section.wrapper .about table tr th {
    font-weight: normal;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    text-align: right;
    width: 120px;
}

section.wrapper .about.nail table tr th {
    width: 45%;
    font-size: 12px;
}

section.wrapper .about.nail table {
    width: 100%;
}

@media screen and (min-width: 481px) {
    section.wrapper .about.nail table tr th {
        width: 290px;
        font-size: 14px;
    }
}

section.wrapper .about table tr td {
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
}

section.wrapper .about iframe {
    width: 100% !important;
    height: 450px;
    margin-top: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 1px;
}

/* SP */

@media screen and (max-width:640px) {
    section.wrapper .about iframe {
        width: 90% !important;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    /* about */
    section.wrapper .faq p.q {
        margin: 10px;
    }

    section.wrapper .faq p.a {
        margin: 10px 20px 20px;
        padding: 15px;
        border: 1px solid #fff;
        background-color: rgba(80, 0, 0, 0.35);
    }
}

/* single */

p.mainIMG img {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    padding: 1px;
    border: 1px solid #ddd;
}

.recommend h2,
h2.midashi {
    background: url("../images/midashi.png") no-repeat;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px dashed #999;
    line-height: 30px;
    padding-left: 45px;
    width: 900px;
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

section.wrapper h2 span.en {
    float: right;
    font-size: 14px;
    padding-right: 10px;
}

/* SP */

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

    .recommend h2,
    h2.midashi {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* balloon */

#nivo-lightbox ul {
    list-style: none;
}

#nivo-lightbox ul li {
    float: left;
}

#nivo-lightbox ul li img {
    padding: 1px;
    border: 1px solid #ddd;
    width: 120px;
    height: 120px;
    margin: 13px 13px;
}

/* SP */

@media screen and (max-width:640px) {
    #nivo-lightbox ul li {
        float: left;
        width: 40%;
        margin-left: 5%
    }

    #nivo-lightbox ul li img {
        padding: 1px;
        border: 1px solid #ddd;
        width: 100%;
        height: auto;
    }
}