@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    list-style-type: none;
}
html {
   overflow-y: scroll;
   height: 100%;
   width: 100%;
}
br {
   letter-spacing: normal;
}
a {
   color: #fff;
}
a:hover {
   color: #42210B;
}
img {
   border:0;
}
h1,h2,h3,h4,h5,h6 {
   margin:0;
}
strong {
    color: #1B1464;
}


/* ========　全体　======== */

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: Verdana, Helvetica, sans-serif;
    color: #333;	
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/* ========　ヘッダー　======== */

header {
    width: 100%;
    min-width: 951px;
    background-color: #f1c115;
}

#header {
    height: 106px;
    padding-bottom: 0px;
}
#header
    #header_top {
        width: 951px;
        margin: 0 auto;
    }
#header
    #header_top .logo {
        width: 228px;
        float: left;
        padding: 10px 56px 0 0;
    }
#header
    #header_top .tel {
        width: 333px;
        float: left;
        padding: 14px 18px 0 0;
    }
#header
    #header_top .reserve {
        width: 154px;
        float: left;
        padding: 0 7px 0 0;
    }
#header
    #header_top .facebook {
        width: 155px;
        float: left;
    }

#header_top_smart {
    display: none;
}

#header-sub {
    height: 84px;
}
#header-sub
    #header_top {
        width: 951px;
        margin: 0 auto;
    }
#header-sub
    #header_top .logo {
        float: left;
        padding: 10px 60px 0 0;
    }
#header-sub
    #header_top .tel {
        float: left;
        padding: 14px 20px 0 0;
    }
#header-sub
    #header_top .reserve {
        padding: 7px 0 0 0;
    }
#header-sub
    #header_top .facebook {
        padding: 1px 0 0 0;
    }


/* ======== ヘッダー画像 ======== */

#header_img {
    background-color: #40210f;
    position: relative;
}
#header_img
    #header_text {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
#header_img
    #header_text img {
        width: 100%;
        max-width: 1190px;
        min-width: 950px;
    }
#header_img
    #header_text_smart {
        display: none;
    }

#header_img-sub {
    background-color: #40210f;
    line-height: 0;
}
#header_img-sub
    #header_text {
        margin: 0 auto;
        text-align: center;
    }
#header_img-sub
    #header_text img {
        width: 100%;
        max-width: 1190px;
    }
#header_img-sub
    #header_text_smart {
        display: none;
    }

#header_campaign {
    position: absolute;
    top: 58%;
    bottom: auto;
    left: 62%;
    right: auto;
}
#header_campaign img {
}


/* ======== メニュー ======== */

#menu {
    width: 100%;
    height: 90px;
    border-bottom: 6px solid #40210f;
}
#menu-sub {
    width: 100%;
    height: 75px;
    border-bottom: 6px solid #40210f;
}
#menu_area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#menu_area #menu_link {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
#menu_area #menu_link_smart {
    display: none;
}

#menu_area #menu_link li {
    text-align: center;
    width: 19.89%;
    max-width: 190px;
    float: left;
    border-left: 1px solid #40210f;
}
#menu
    #menu_area #menu_link li a {
        height: 56px;
        padding-top: 34px;
        display: block;
    }
#menu-sub
    #menu_area #menu_link li a {
        height: 49px;
        padding-top: 26px;
        display: block;
    }

#menu_area #menu_link li:hover {
    background-color: #40210f;
}

#menu_area #menu_link li:nth-child(1) {
    border-left: none;
}
#menu_area #menu_link li:nth-child(2) {
}
#menu_area #menu_link li:nth-child(3) {
}
#menu_area #menu_link li:nth-child(4) {
}
#menu_area #menu_link li:nth-child(5) {
}


/* ========　バナーリンク　======== */

#banner_link {
    width: 100%;
    background: #fff5e1;
}
#banner_link_area {
    width: 950px;
    height: 290px;
    margin: 0 auto;
}
#banner_link_area ul {
    padding: 40px 0;
}
#banner_link_left {
    float: left;
}
#banner_link_right {
    float: right;
}


 /* ========　フッター　======== */

footer {
    min-width: 950px;
    background-color: #40210f;
    /*height: 265px;*/
    width: 100%;
}
#footer {
    width: 960px;
    margin: 0 auto;
    padding-top: 40px; 
}
.footer-area {
    height: 250px;
}
.footer-left {
    float: left;
    width: 300px;
}
.footer-center {
    float: left;
    width: 315px;
    padding-left: 18px;
}
.footer-right {
    float: left;
    width: 300px;
    padding-left: 20px;
    color: #fff;
}
.footer-right .logo {
    font-size: medium;
}
.footer-right .maplink img {
    padding-top: 3px;
}
.footer-right li {
    font-size: 11px;
    line-height: 18px;
}
#footer_con {
    width: 950px;
    text-align: center;
    margin: 0 auto;
    font-size: 11px;
    color: #684430;
    padding: 10px 0 14px 0;
}


/* ======================= */
/* ========　HOME　======== */
/* ======================= */

/* -- HOME コンセプト -- */
#concept {
    width: 100%;
    background-color: #fff;
}
#concept_area {
    margin: 0 auto;
    text-align: center;
    background-color: #f1c115;
    border-bottom: 6px solid #40210f;
}
#concept_word {
    line-height: 0;
}
#concept_word img {
    width: 100%;
    max-width: 1250px;
}
#concept_word_smart {
    display: none;
}

#concept_link {
    margin: 0 auto;
    text-align: center;
}
#concept_index_head {
    margin: 0 auto;
    text-align: center;
    padding: 28px 0 24px 0;
}
#concept_index_head img {
    width: 80%;
    max-width: 483px;
}
#concept_link ul {
    width: 100%;
    height: 218px;
    max-width: 1000px;
    min-width: 900px;
    margin: 0 auto;
}
#concept_link li {
    width: 25%;
    min-width: 220px;
    float: left;
    /*padding-right: 30px;*/
}
#concept_link li:first-child {
    padding-left: 0px;
}
#concept_link li:last-child {
    padding-right: 0px;
}
#concept_link li img {
    width: 100%;
    max-width: 215px;
}

#concept_text1 {
    clear: both;
    width: 100%;
    max-width: 980px;
    min-width: 900px;
    margin: 0 auto;
    text-align: center;
}
#concept_text2 {
    text-align: right;
    font-size: small;
    color: #40210f;
    padding: 4px 0 18px 0;
}


/* -- HOME facebook バナーリンク -- */
#topix {
    height: 380px;
    min-width: 950px;
    background-image:url("../img/facebook_back.png");
    background-position: top;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    padding-bottom: 30px;
}
#topix
    #topix_area {
        width: 950px;
        margin: 0 auto;
    }

#topix_left,
#topix_right {
    float: left;
    margin-top: 40px;
}
#topix_left {
    padding-top: 12px;
}
#topix_left #facebook_pc {
    display: block;
}
#topix_left #facebook_smart {
    display: none;
}
#topix_right {
    padding-left: 20px;
}
#topix_right li {
    padding-top: 20px;
}
#topix_right li:first-child {
    padding-top: 0px;
}

#topix-sub {
    height: 180px;
    min-width: 950px;
    background-color: #f2f2f2;
}
#topix-sub
    #topix_area {
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }
#topix-sub
    #topix_link {
    }
#topix-sub
    #topix_link li {
        width: 33%;
        float: left;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0 0 0;
    }
#topix-sub
    #topix_link li img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }


/* =========================== */
/* ========　料金コース　======== */
/* =========================== */
#course_area {
    width: 100%;
}
#course_area img {
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}
.course_text {
    width: 75%;  /* add */
    margin: 0 auto;  /* add */
    padding: 20px 0 20px 0;  /* add */
    /*width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 40px 0;
    */
    line-height: 180%;
    border-bottom: 2px dotted #b2b2b2;
}
.course_text img {
    padding: 0 0 18px 0;
}
.course_text div {
    line-height: 170%;
    background-color: #f2f2f2;
    display: inline-block;
    text-align: left;
    margin: 16px 0 10px 0;
    padding: 12px 32px 12px 32px;
    color: #40210f;
}
.course_text font {
    font-weight: bold;
}
.course_text div span {
    font-size: x-large;
}

.course_supplement {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 16px 0 30px 0;
}
.course_supplement_1 {
    color: #40210f;
    padding: 0 20px 0 0;
    display: inline-block;
}
.course_supplement_2 {
    color: #40210f;
    display: inline-block;
}
.course_supplement_3 {
    color: #40210f;
    font-size: smaller;
    padding: 6px 0 0 0;
}
.course_supplement .money {
    color: #ff6253;
}


/* =========================== */
/* ========　よくある質問　======== */
/* =========================== */

#faq_area {
    min-width: 950px;
    margin: 0 auto;
}
#faq_area ul {
    width: 950px;
    margin: 0 auto;
    padding: 10px 0;
}
#faq_area ul li.q {
    background-image:url("../img/faq_q.png");
    background-position: 0px top;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 0 0 10px 30px;
    margin-top: 15px;
    font-weight: bold;
}
#faq_area ul li.a {
    background-image:url("../img/faq_a.png");
    background-position: 0px top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #b2b2b2;
    padding: 0 0 15px 30px;
}
#faq_area ul li.a:last-child {
    border-bottom: none;
}
#faq_area ul li.q,
#faq_area ul li.a {
    background-size: 18.5px;
}


/* =========================== */
/* ========　施術師紹介　======== */
/* =========================== */
#practitioner {
    width: auto;
    margin: 0 auto;
    /*text-align: center;*/
    padding: 30px 0 20px 0;
}
.practitioner_area {
    margin: 0 auto; /* add */
    width: 75%; /* add */
    /*width: 446px;
    border: 4px solid #f2c116;
    display: inline-block;
    margin: 0 0 20px 0;*/
}
/*.practitioner_area .left {
    width: 50%;
    line-height: 0;
    display: inline-block;
    padding: 8px 4px 8px 0px;
}
.practitioner_area .right {
    width: 47%;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}*/
.practitioner_area .profile {
    padding: 0 0 6px 0; /* add */
    /*position: absolute;
    top: 10px;
    left: 0;
    font-size: small;*/
    white-space: pre-wrap;
}
.practitioner_area .name {
    /*position: absolute;
    top: 116px;
    left: 0;*/
    line-height: 110%;
    white-space: pre-wrap;
}
.practitioner_area .name b {
    font-size: x-large;
    line-height: 140%;
}
.practitioner_area .name span {
    /*color: #f2d7c2;*/
    font-size: small;
}
.practitioner_area .comment {
    padding: 6px 0 14px 0; /* add */
    /*position: absolute;
    top: 224px;
    left: 0;
    padding: 14px 10px 14px 10px;*/
    white-space: pre-wrap;
    /*background-color: #f2c116;*/
    line-height: 160%;
}
