@charset "UTF-8";
/* CSS Document */


/*-----index_header---------------------------------------------------------------------------------------*/
div.header_bgimg {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 80px;
}
.other_page {
    height: 600px;
}
.head_full_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.full_img {
    width: 100%;
    height: 100%;
    position: relative;
}
.full_img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

/*-------index-------------------------------------------------------------------*/
.more_button {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    box-shadow: 0 1px 4px #774d4d;
    border-radius: 50%;
    background: #853528;
    font-size: 20px;
    font-family: 'Tenor Sans', sans-serif;
}
.more_button a {
    display: block;
    color: #fff;
    text-shadow: 0 -1px #2e0600;
    text-decoration: none;
    line-height: 100px;
    text-align: center;
}

.index_section {
    margin-bottom: 80px;
}
.page_midashi {
    font-family: 'Tenor Sans', sans-serif;
    color: #996666;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
    text-shadow: 0 -1px 0 #2e0600;
}
.salon_banner li {
    position: relative;
    box-shadow: #774d4d 0 1px 4px;
    margin-bottom: 20px;
}
.salon_banner li img {
    display: block;
}
.salon_banner li a {
    display: block;
}
.salon_banner li h3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 543px;
    height: 100%;
    background: url('../images/shop_banner.png') no-repeat center right / auto 100%;
    color: #e665ae;
    font-size: 36px;
    text-align: right;
    box-sizing: border-box;
    padding: 132px 22px 0 0;
    font-family: 'Tenor Sans', sans-serif;
}
.coupon_stylist {
    margin: 40px 0 0 0;
}
.coupon_stylist:after {
    content: "";
    display: block;
    clear: both;
}
.coupon_stylist li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px 50px 10px 55px;
    position: relative;
}
.coupon_stylist li:nth-child(2n) {
    padding: 10px 55px 10px 50px;
}
.coupon_stylist li a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 3px #4a1405;
    display: block;
}
.coupon_stylist li h3 {
    width: 100%;
    height: 100%;
    margin: -10px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url('../images/wood_frame.png') no-repeat 45px 0px;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 36px;
    box-sizing: border-box;
    padding: 140px 0 0 75px;
}
.coupon_stylist li:nth-child(2n) h3 {
    padding: 140px 75px 0 0;
    text-align: right;
    background: url('../images/wood_frame.png') no-repeat 40px 0px;
}
.hair_catalog {
    text-align: center;
    margin: 0 -20px 40px;
    letter-spacing: -50px;
}
.hair_catalog:after {
    content "";
    display: block;
    clear: both;
}
.hair_catalog li {
    width: 200px;
    height: 240px;
    display: inline-block;
    margin: 0 20px;
    box-sizing: border-box;
    border: 10px solid #fff;
    overflow: hidden;
    box-shadow: 0 1px 4px #774d4d;
}
.hair_catalog li a {
    display: block;
    width: 100%;
    height: 100%;
}

.index_news {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px #a7938f inset;
    border-radius: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 40px;
}
.index_news dl {
    margin-bottom: 10px;
    border-bottom: #996666 solid 1px;
    padding: 0 0 10px 0;
    line-height: 1.5;
    font-size: 16px;
}
.index_news dl:last-child {
    margin-bottom: 0;
}
.index_news dl:after {
    content: "";
    display: block;
    clear: both;
}
.index_news dl dt {
    float: left;
}
.index_news dl dd {
    padding: 0 0 0 200px;
}
.index_news dl dd a {
    text-decoration: none;
}
.index_blog {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #a7938f inset;
    box-sizing: border-box;
    padding: 40px;
}
.index_blog:after {
    content: "";
    display: block;
    clear: both;
}
.index_blog:nth-last-child(2) {
    margin-bottom: 40px;
}
.index_blog .sign {
    width: 177px;
    height: 100%;
    min-height: 140px;
    display: block;
    background: url('../images/wood_sign.png') no-repeat center top;
    margin: -38px 0 0 0;
    position: relative;
    float: left;
}
.index_blog .sign .text {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 76px;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 -1px 0 #553535;
    font-family: 'Tenor Sans', sans-serif;
    text-align: center;
    width: 100%;
}
.index_blog .article {
    margin: 0 0 10px 0;
    border-bottom: #996666 solid 1px;
    padding: 0 0 10px 0;
    line-height: 1.5;
    font-size: 16px;
    width: 625px;
    float: right;
}
.index_blog dl:last-child {
    margin-bottom: 0;
}
.index_blog .article:after {
    content: "";
    display: block;
    clear: both;
}
.index_blog .article dt {
    float: left;
    width: 150px;
}
.index_blog .article dd {
    padding: 0 0 0 150px;
}
.index_blog .article dd a {
    text-decoration: none;
}

.shop_list {
    padding: 80px 0;
    background: rgb(122,165,228);
    background: url('../images/shop_list.png'), -moz-linear-gradient(top,  rgba(122,165,228,1) 0%, rgba(169,211,215,1) 100%);
    background: url('../images/shop_list.png'), -webkit-linear-gradient(top,  rgba(122,165,228,1) 0%,rgba(169,211,215,1) 100%);
    background: url('../images/shop_list.png'), linear-gradient(to bottom,  rgba(122,165,228,1) 0%,rgba(169,211,215,1) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-size: auto 85%;*/
}
.shop_list .cover {
    width: 920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
}
.shop_list .cover dl {
    width: 288px;
    margin: 0 28px 40px 0;
    position: relative;
    padding-bottom: 45px;
}
.shop_list .cover dl:nth-child(3n) {
    margin-right: 0;
}
.shop_list .cover dl dt {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 -1px 0 #154990;
    padding-left: 30px;
    background: url('../images/shop_list_flower.png') no-repeat center left / contain;
    font-family: 'Tenor Sans', sans-serif;
}
.shop_list .cover dl dt a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.shop_list .cover dl dt span.small {
    font-size: 16px;
}
.shop_list .cover dl dd .photo {
    width: 100%;
    height: 180px;
    overflow: hidden;
    box-shadow: 0 1px 3px #154990;
    border-radius: 10px;
    margin: 0 0 10px 0;
}
.shop_list .cover dl dd iframe {
    display: block;
    z-index: -1;
    border-radius: 10px;
    box-shadow: 0 0 5px #154990;
    margin-bottom: 10px;
    width: 100%;
    height: 180px;
}
.shop_list .cover dl dd .link {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    border-radius: 20px;
    background: #853528;
    color: #fff;
    font-size: 16px;
    box-shadow: #553535 0 1px 3px;
    text-shadow: 0 -1px 0 #2e0600;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.shop_list .cover dl dd .link a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.shop_list .cover dl dd p {
    color: #996666;
    font-weight: bold;
    line-height: 1.5;
}
footer {
    background: #fff;
    padding: 80px 0;
}
footer .footer_sitemap {
    width: 920px;
    margin: 0 auto 80px;
    font-family: 'Tenor Sans', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}
footer .footer_sitemap li {
    color: #996666;
    font-size: 20px;
    margin: 0 /*20px*/0 20px 0;
    width: /*215px*/168px;
    text-shadow: 0 -1px 0 #723939;
}
footer .footer_sitemap li a {
    color: #996666;
    text-decoration: none;
}
footer .footer_sitemap li:last-child {
    margin-bottom: 0;
}
footer .footer_sitemap li .child {
    margin: 20px 0 0 0;
}
footer .footer_sitemap li .child li {
    font-size: 14px;
    text-shadow: none;
    line-height: 1;
    margin-bottom: 10px;
}
footer .footer_sitemap li .child li:last-child {
    margin-bottom: 0;
}
footer .footer_sitemap li .child li a {
    color: #573939;
}

footer .copy_right {
    text-align: center;
    color: #996666;
    font-size: 14px;
    font-family: 'Tenor Sans', sans-serif;
}

/*------other_page---------------------------------------------------------------*/
.other_page_title {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 104px;
    background: url('../images/page_title.png') repeat-x center bottom;
}
.other_page_title h2 {
    width: 920px;
    line-height: 100px;
    margin: 4px auto 0;
    color: #996666;
    font-size: 50px;
    font-family: 'Tenor Sans', sans-serif;
    text-shadow: 0 -1px 0 #2e0600;
}


/*------menu--------------------------------------------------------------------------------------------*/
.menu_section {
    border: #853528 2px solid;
    border-radius: 8px;
    margin-bottom: 40px;
}
.menu_section .open_btn {
    line-height: 46px;
    background: #853528 url('../images/close_arrow.png') no-repeat center right;
    padding: 0 10px;
    font-size: 18px;
    text-shadow: 0 -1px 0 #2e0600;
    color: #fff;
    font-family: 'Tenor Sans', sans-serif;
}
.menu_section .box {
    padding: 10px 10px 20px;
    display: none;
}
.managed_html_content_block .menu_section .box {
    display: block;
}
.reserve_btn {
    height: 180px;
    background: url('../images/reserve_banner_bg.png') no-repeat center;
    text-align: center;
    margin-top: 20px;
}
.reserve_btn a {
    text-decoration: none;
    display: block;
    padding: 45px 0 0 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.reserve_btn dt {
    font-size: 24px;
    color: #996666;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 -1px 0 #2e0600, 0 1px 0 #fff;
    text-align: center;
    font-family: 'Tenor Sans', sans-serif;
}
.reserve_btn dd {
    color: #573939;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    line-height: 1.16;
    font-size: 24px;
}

/*-----coupon------------------------------------------------------------------------------------------------------*/
#content_main h2 {
    position: relative;
}
#content_main h2 span.link {
    display: inline-block;
    width: 240px;
    line-height: 40px;
    border-radius: 20px;
    background: #853528;
    color: #fff;
    font-size: 16px;
    box-shadow: #553535 0 1px 3px;
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: 0 -1px 0 #2e0600;
    text-align: center;
}
#content_main h2 span.link a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.coupon {
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}
.coupon li {
    background: #fff;
    width: 310px;
    height: 310px;
    border: #fe9f60 solid 8px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
.coupon li:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.coupon li a {
    diaplay: block;
    text-decoration: none;
}
.coupon li dl {
    padding: 20px 12px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.coupon li dl dt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
}
.coupon li dl dd {
    text-align: center;
}
.coupon li dl dd strong {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.coupon li dl dd p {
    font-size: 14px !important;
    line-height: 1.5;
    margin-bottom: 15px !important;
    display: block;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: #573939 solid 1px;
}
.coupon li dl dd small {
    font-size: 14px !important;
    line-height: 1.5;
    margin-bottom: 15px !important;
    display: block;
    text-align: center;
}
.coupon li.coupon_site {
    background: #fe9f60;
    /*box-shadow : 0 0 0 9px #fff;
    border: #fff solid 1px;*/
}
.coupon li.coupon_site a {
    border: #fff solid 1px;
    display: block;
    width: 100%;
    height: 100%;
    text-shadow: none;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    padding: 55px 0 0 0;
    box-sizing: border-box;
    background: url('../images/more_coupon.png') no-repeat 103px 198px;
}

/*------salon_info------------------------------------------------------------------------------------------------------*/
.salon_info_slide .ad-image-description {
    display: none;
}
.salon_info_slide .ad-image {
    border: /*#FB5AA7*/#853528 5px solid;
    box-sizing: border-box;
}
.salon_info_slide .ad-nav {
    padding: 0 20px;
}
.salon_info_slide .ad-nav .ad-back {
    left: 0 !important;
}
.salon_info_slide .ad-nav .ad-forward {
    right: 0 !important;
}


/*-----catalog-----------------------------------------------------------------------------------------------------------------*/
.hair_catalog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}
.hair_catalog_list a {
    display: block;
    width: 155px;
    height: 190px;
    border: 1px solid #FB5AA7;
    margin-bottom: 21px;
    padding: 5px;
    box-sizing: border-box;
}
.hair_catalog_list a img {
    margin: 0 !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
}

/*-----pickup-------------------------------------------------------------------------------------------------------*/
.managed_html_content_block #content_main .care .dtl {
    display: block;
}
.dtl_section {

}
/*.dtl_section:after {
    content: "";
    display: block;
    clear: both;
}*/
.dtl_section dt {
    margin-bottom: 10px;
    padding: 3px 15px;
    background-color: /*#FEC3DF*/rgba(153, 102, 102, 0.5);
    border-radius: 5px;
    line-height: 1.3;
    font-weight: bold;
    font-size: 0.9em;
    color: #966;
}
.dtl_section {
    padding: 0 0 30px 0;
    margin-bottom: 15px;
    background: url('../images.119856c20bb3a78c376ed43f932c0f8b/arrow.png') no-repeat center bottom;
}
.dtl_section dd:after {
    content: "";
    display: block;
    clear: both;
}
.dtl_section:last-child {
    padding-bottom: 0;
    background: transparent;
}
.dtl_section.tit_lr {
    display: flex;
    justify-content: space-between;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}
.dtl_section.tit_lr .tit_left, .dtl_section.tit_lr .tit_right {
    width: 49%;
}

/*----site_map--------------------------------------------------------------------------------------------------------------------------*/
.sitemap_page_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
}
.sitemap_page.one_list {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
}
.sitemap_page.one_list li {
    width: 205px;
}

/*----stylist------------------------------------------------------------------------------------------------------*/
.page_link {
    display: flex;
    justify-content: flex-start;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
}
.page_link li {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 15px;
    background: url('../images/stylist_arrow.png') no-repeat center left;
}
.page_link li a {
    text-decoration: none;
}
.stylist_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
}
.stylist_list li {
    width: 155px;
    border: #853528 solid 1px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    background: #fff;
}
.stylist_list li:nth-child(4n) {
    margin-right: 0;
}
.stylist_list li a {
    display: block;
    text-decoration: none;
    padding: 9px;
}
.stylist_list li .thumb {
    margin-bottom: 10px;
    overflow: hidden;
    width: 135px;
    height: 154px;
    background: url('../images/no_photo.jpg') no-repeat;
    background-position: center top !important;
}
.stylist_list li h4 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.stylist_box:after {
    content: "";
    display: block;
    clear: both;
}
.stylist_box .photo {
    float: left;
    width: /*250px*/248px;
    height: /*300px*/298px;
    /*padding: 10px;*/
    overflow: hidden;
    /*border: #853528 solid 1px;*/
    border: 10px #fff solid;
    box-shadow: 0 0 0 1px #853528;
    margin: 1px;
    box-sizing: border-box;
    background: #fff url('../images/no_photo.jpg') no-repeat center;
}
.stylist_box .info {
    width: 410px;
    float: right;
}
.stylist_box .info h2 {
    margin: 0 0 20px 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    padding: 16px 0 2px 70px !important;
    box-sizing: border-box;
}
.stylist_box .info h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #853528;
    font-weight: bold;
}
.stylist_box .info p {
    font-size: 14px !important;
    line-height: 1.5;
    margin-bottom: 20px !important;
}
.stylist_box .info .status {
    border-top: #ceb5b5 1px dotted;
}
.stylist_box .info .status:after {
    content: "";
    display: block;
    clear: both;
}
.stylist_box .info .status dt {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 0 0 0;
    color: #853528;
}
.stylist_box .info .status dd {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 0 5px 140px;
    border-bottom: #ceb5b5 1px dotted;
}
.more_button.stylist_detail {
    position: absolute;
    left: 50%;
    bottom: -140px;
    margin-left: -50px;
}

/*-----catalog-----------------------------------------------------------------------------------------------------------------*/
.catalog_detail_box .main_photo {
    float: left;
    width: 248px;
    height: 358px;
    overflow: hidden;
    border: 10px #fff solid;
    box-shadow: 0 0 0 1px #853528;
    margin: 1px;
    box-sizing: border-box;
    background: #fff;
}
.catalog_detail_box .descriptions {
    width: 410px;
    float: right;
}
.catalog_detail_box .descriptions .thumb {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*--safari--*/
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
}
.catalog_detail_box .descriptions .thumb li {
    width: 121px;
    height: 148px;
    overflow: hidden;
    border: 5px #fff solid;
    box-shadow: 0 0 0 1px #853528;
    margin: 1px;
    box-sizing: border-box;
    background: #fff url('../images/no_image.jpg') no-repeat center / cover;
}
.catalog_detail_box .descriptions .thumb li div.link {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}
.catalog_detail_box .descriptions p {
    border-top: #ceb5b5 1px dotted;
    border-bottom: #ceb5b5 1px dotted;
    padding: 5px 0;
    font-size: 14px !important;
}








/**/
