@charset "UTF-8";
/*
clearfix
body
img
header
kv
cv link
SALON INF0

  */

* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 0;
    font-family: "メイリオ", Meiryo, sans-serif;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    max-width: 900px;
}

.fleft {
    float: left;
}

.clear {
    display: block;
    clear: both;
    line-height: 0px;
    height: 0px;
}

img {
    height: auto;
    width: 100%;
}

div#navigation {
    display: block;
    width: 100%;
    height: 90px;
    z-index: 49999;
    background: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
}

div#navigation .inBlock {
    width: 100%;
    top: 0px;
    z-index: 49999;
    background: #FFF;
    position: relative;
}

@media screen and (min-width: 751px) {
    .imgStyle {
        width: 100%;
        height: auto;
    }

    div.pcBox {
        display: block;
        width: 100%;
    }

    div.spBox {
        display: none;
    }

    .main_bg {
        background: url(images/main_bg.png) no-repeat;
        background-size: 100%;
    }

    .main_title_pic {
        width: 1241px;
        height: auto;
    }

    div.footer {
        display: block;
        width: 1108px;
        margin: auto;
        padding: 15px 0px;
        box-sizing: border-box;
        overflow: hidden;
        text-align: right;
    }

    div.footer a {
        color: #333;
        position: relative;
        width: 150px;
        font-size: 12px;
        text-align: center;
        border-left: solid 1px #000000;
        padding-left: 5px;
        text-decoration: none;
    }

    .logo {
        width: 283px;
        float: left;
    }

    .inBox {
        float: right;
        padding-top: 14px;
        line-height: 20px;
    }

    .copyright {
        font-family: inherit;
        font-size: 11px;
    }

    .button2 {
        background: url(images/button.png) no-repeat;
        width: 544px;
        height: 125px;
        position: absolute;
        top: 64.5%;
        left: 3.3%;
        margin: auto auto;
    }

    .button3 {
        background: url(images/button_s.png) no-repeat;
        width: 544px;
        height: 125px;
        position: absolute;
        top: 83%;
        left: 29.6%;
        margin: auto auto;
    }

    .main_pic {
        max-width: 1200px;
        margin: auto;
    }

    .main_pic_title {
        background: url(images/title_bg.png);
        border-bottom: medium double #fcf6b2;
        border-top: medium double #fcf6b2;
    }

    .main_pic_title_text {
        max-width: 1200px;
    }

    .space {
        padding-bottom: 95px;
    }

    .bannar {
        width: 100%;
        bottom: 0px;
        position: fixed;
        z-index: 999;
        max-width: 900px;
    }

    a.spLineBtn {
        display: none;
    }

    a.pcLineBtn {
        display: block;
    }

    footer {
        display: block;
        width: 100%;
        padding: 30px 0px;
        box-sizing: border-box;
        overflow: hidden;
        background-color: #74a8da;
        color: #FFF;
        font-size: 14px;
    }

    footer a {
        color: #FFF;
        position: relative;
        width: 100%;
        font-size: 12px;
        margin: 0px 10px;
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    body {
        font-family: "メイリオ", Meiryo, sans-serif;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        line-height: 0;
    }

    img {
        width: 100%;
        height: auto;
        line-height: 0px;
        font-size: 0px;
    }

    div.pcBox {
        display: none;
    }

    div.spBox {
        display: block;
    }

    div.spBox .spInCont div {
        line-height: 0;
    }

    div.cartLink {
        padding: 15px;
    }

}

@media screen and (min-width: 320px) and (max-width: 750px) {
    body::before {
        display: block;
    }

    div#navigation {
        width: 100%;
        height: 90px;
        z-index: 20000;
        background: #FFF;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    .gnav_menu_about .gnav_menu_content {
        border-right: 1px solid #dddddd;
    }

    div#navigation {
        width: 100%;
        height: 45px;
        z-index: 20000;
        background: #FFF;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    .gnav_logo {
        display: block;
        width: 25%;
        height: 45px;
        float: left;
        background: #000000 url('../img/nav/nav_logo.png') no-repeat center center;
        background-size: contain;
        text-align: center;
    }

    .gnav_menu_about {
        float: left;
        width: 30%;
        text-align: center;
    }

    .gnav_menu_about .gnav_menu_content {
        border-right: 1px solid #dddddd;
    }

    div.ctaBox {
        width: 100%;
        position: relative;
    }

    div.ctaBox a.mailBtn {
        display: block;
        position: absolute;
        bottom: 8.5%;
        left: 7%;
        width: 85%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    div.ctaBox a.mailBtn2 {
        display: block;
        position: absolute;
        bottom: 2.8%;
        left: 56%;
        width: 36%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    div.ctaBox a.mailBtn img {
        width: 100%;
        height: auto;
    }

    div.ctaBox a.telBtn {
        display: block;
        position: absolute;
        bottom: 5%;
        left: 5%;
        width: 90%;
    }

    div.ctaBox a.telBtn img {
        width: 100%;
        height: auto;
    }

    footer {
        display: block;
        width: 100%;
        padding: 20px 0px;
        box-sizing: border-box;
        overflow: hidden;
        background-color: #74a8da;
        color: #FFF;
        font-size: 10px;
    }

    footer a {
        color: #FFF;
        position: relative;
        width: 100%;
        font-size: 12px;
        margin: 0px 10px;
        text-align: center;
    }

    .logo {
        width: 313px;

    }

    .inBox {
        padding-top: 20px;
        line-height: 20px;
    }

    .copyright {
        font-family: inherit;
        font-size: 9px;
        padding-top: 10px;
    }

    .img_04_text {
        line-height: 23px;
        padding-left: 12px;
        padding-right: 12px;
        font-family: initial;
        text-align: left;
        font-size: 13px;
    }

    .img_04_text2 {
        font-weight: bold;
        color: #330068;
    }

    .space {
        padding-bottom: 86px;
    }

    .bannar {
        width: 100%;
        bottom: 0px;
        position: fixed;
        z-index: 999;
        max-width: 900px;
    }

    a.spLineBtn {
        display: block;
    }

    a.pcLineBtn {
        display: none;
    }
}



.salonData {
    background-color: #FFF;
    width: 100%;
}

.name {
    line-height: 1.5;
    float: right;
    width: 50%;
    text-align: center;
}

.name_salon {
    font-size: 150%;
    color: #74a8da;
    margin: 0 auto;
    padding-top: 40px;
    font-weight: bold;
}

.detail {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

div.thBox {
    width: 20%;
    float: left;
    text-align: right;
    line-height: 140%;
    font-size: 14px;
}

div.tdBox {
    width: 80%;
    float: left;
    text-align: left;
    line-height: 140%;
    font-size: 14px;
}

.corp {
    overflow: hidden;
    padding: 0px 0px 10px;
}

.add {
    overflow: hidden;
    padding: 0px 0px 10px;
}

.tel {
    overflow: hidden;
    padding: 0px 0px 10px;
}

.time {
    overflow: hidden;
    padding: 0px 0px 10px;
}

.clear {
    clear: both;
}

.google-maps iframe {
    width: 100% !important;
}

.voice-in {
    border-radius: 10px;
    border: 1px solid #ff9933;
    margin: 0px 0px 5px;
    padding: 10px;
    list-style: none;
    background: #FFF;
}

.voice-title {
    text-align: center;
}

.voice-title img {
    padding: 0 5px;
    box-sizing: border-box;
}

#accordion {
    box-sizing: border-box;
    width:100%;
}
dl{
    margin: 0;
}
#accordion dt {
    cursor:pointer;
    background-image: url(/lp/img/icon_arrow_s.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7%;
    text-align: left;
    font-size: 14px;
}
#accordion dt img{
    width: 92%;
    text-align: left;
}
#accordion dd{
    display:none;
    font-size: 3.75vw;
    line-height:140%;
    margin:0;
    padding: 15px 0px 0 0;
    color: #333;
}
#accordion dd img{
    max-width: 100%;
}
#accordion dt.active{
    background-image: url(/lp/img/icon_arrow2_s.png);
}
#accordion dt.over {
}
.qaBox{
    background: url(/lp/img/qa_back.png);
    padding: 0 0 20px;
}

/*accordion*/
dl.accordion{
    width: 91%;
    margin: 5px auto 10px;
    background-color: #e5f0f8;
    border-radius: 5px;
    font-family: serif;
}
dl.accordion dt {
    cursor: pointer;
    word-wrap:break-word;
    text-align: left;
}
dl.accordion dt {
    display: block;
    text-align: left;
    padding: 15px 40px 15px 15px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-indent: -1.5em;
    margin-left: 1.5em;
    background-image: url(/images/plus.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    font-weight: normal;
}
dl.accordion dt.backMynus{ background-image: url(/images/minus.png); }
dl.accordion dt span{
    font-size: 14px;
    font-weight: bold;
    color: #74a8da;
    margin-right: 10px;
}
dl.accordion dd {
    text-indent: -1.5em;
    margin-left: 1.5em;
    word-wrap:break-word;
    padding: 0px 15px 15px;
    line-height: 160%;
    font-size: 12px;
    color: #333;
    text-align: left;
}
dl.accordion dd span{
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-right: 10px;
}
dl.accordion dd ul li {
    border-bottom: 1px solid #f2f2f3;
    list-style: none;
}
dl.accordion dd ul li a {
    color: #333;
    display: block;
    padding: 10px 30px 10px 15px;
}
dl.accordion dd ul li a::before {
    content: '';
    position: relative;
    float: right;
    border: 8px solid transparent;
    border-left-color: #333;
    width: 0;
    height: 0;
    top: 0;
    right: -25px;
}

@media screen and (min-width: 751px) {

    /*accordion*/
    dl.accordion{
        width: 91%;
        margin: 5px auto 10px;
        background-color: #e5f0f8;
        border-radius: 5px;
        font-family: serif;
    }
    dl.accordion dt {
        cursor: pointer;
        word-wrap:break-word;
        text-align: left;
    }
    dl.accordion dt {
        display: block;
        text-align: left;
        padding: 25px 40px 25px 25px;
        color: #333;
        font-size: 18px;
        line-height: 20px;
        text-indent: -1.5em;
        margin-left: 1.5em;
        background-image: url(/images/plus.png);
        background-position: 96% 50%;
        background-repeat: no-repeat;
        background-size: 25px;
        font-weight: normal;
    }
    dl.accordion dt.backMynus{ background-image: url(/images/minus.png); }
    dl.accordion dt span{
        font-size: 18px;
        font-weight: bold;
        color: #74a8da;
        margin-right: 10px;
    }
    dl.accordion dd {
        text-indent: -1.5em;
        margin-left: 1.5em;
        word-wrap:break-word;
        padding: 0px 25px 25px;
        line-height: 200%;
        font-size: 16px;
        color: #333;
        text-align: left;
    }
    dl.accordion dd span{
        font-size: 14px;
        font-weight: normal;
        color: #333;
        margin-right: 10px;
    }
    dl.accordion dd ul li {
        border-bottom: 1px solid #f2f2f3;
        list-style: none;
    }
    dl.accordion dd ul li a {
        color: #333;
        display: block;
        padding: 10px 30px 10px 15px;
    }
    dl.accordion dd ul li a::before {
        content: '';
        position: relative;
        float: right;
        border: 8px solid transparent;
        border-left-color: #333;
        width: 0;
        height: 0;
        top: 0;
        right: -25px;
    }
}