@charset "utf-8";

/*     共通
____________________*/
/* Font - Sawarabi Mincho*/
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* Icon - Font Awesome 5 Free*/
@import url(//use.fontawesome.com/releases/v5.5.0/css/all.css);
/* Icon - icomoon*/
@import url(../icomoon/style.css);

body {
    font-size: 12px;
    color: #555;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.pc_only {
    display: none !important;
}

main {
    padding-top: 70px;
}

main img {
    width: 100%;
    vertical-align: bottom;
}

.inner {
    padding: 0 10px;
}

.btn.cv a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 55px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    box-sizing: border-box;
    position: relative;
    font-family: serif;
    margin: 0 auto;
    background: #ea4863;
    cursor: pointer;
}

.btn.cv a::after {
    font-family: "icomoon";
    content: "\ea3c";
    position: absolute;
    right: 15px;
}

.icon-freedial:before {
    color: #b09172 !important;
}

/*     header
____________________*/
header {
    height: 70px;
    background: #fff;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 10000;
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
}

header .inner {
    padding: 5px 10px;
    box-sizing: border-box;
}

header .in_box {
    float: left;
}

header .rogo {
    float: left;
    padding: 7px 0;
}

header .rogo img {
    box-sizing: border-box;
    display: block;
    width: 85px;
}

header nav {
    float: left;
    margin-left: 10px;
}

header nav li:last-of-type {
    margin-top: 4px;
}

header nav a {
    font-family: 'Sawarabi Mincho';
    color: #fff;
    padding: 0 5px;
    font-size: 10px;
    text-decoration: none;
    width: 70px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    line-height: 26px;
    position: relative;
    border-radius: 2px;
}

header nav a.ladys {
    color: #e59bc1;
    border: 1px solid #e59bc1;
    letter-spacing: -0.2em;
}

header nav a.mens {
    color: #9baee5;
    border: 1px solid #9baee5;
}

header .tel {
    float: right;
    width: auto;
    box-sizing: border-box;
}

header .tel a {
    display: block;
    border: 1px solid #b09172;
    padding: 5px;
    border-radius: 3px;
    position: relative;
    font-size: 15px;
    color: #b09172;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    height: 47px;
    line-height: 1;
    letter-spacing: -0.03em;
}

header .tel .title {
    font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #422510;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}

header .tel .tel_number i {
    font-size: 18px;
}

header .tel small {
    display: none;
}

/*   breadcrumbs
____________________*/
.breadcrumbs {
    padding-top: 10px;
}

.breadcrumbs li {
    float: left;
    position: relative;
    margin-right: 15px;
    padding-right: 20px
}

.breadcrumbs li:first-of-type {
    padding-left: 20px;
}

.breadcrumbs li:first-of-type:before {
    content: '';
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.breadcrumbs li:after {
    content: '';
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
}

.breadcrumbs li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumbs li:last-of-type:after {
    display: none;
}

.breadcrumbs li a {
    color: #555;
}

/*    salon_list
____________________*/
.salon_list {
    padding: 30px 0 0;
}

.salon_list a {
    color: #555;
}

.salon_list h1 {
    font-family: 'Sawarabi Mincho';
    font-size: 18px;
    color: #422510;
    margin-bottom: 20px;
    line-height: 1;
    padding-bottom: 5px;
    position: relative;
}

.salon_list h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    border-bottom: 2px solid #b09172;
}

 .salon_list .area_nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-left: 3px;
}

.salon_list .area_nav li {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    clear: both;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-left: 1px solid #ccc;
    font-size: 12px;
    margin-left: -1px;
}

.salon_list .area_nav li:nth-child(4n),
.salon_list .area_nav li:last-child {
    border-right: 1px solid #ccc;
}

.salon_list .area_nav li:nth-child(n+5) {
    margin-top: .7em;
}


.salon_list .area_nav li a {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 32px;
}

.salon_list article {
    margin: 50px 0;
}

.salon_list h2 {
    font-family: 'Sawarabi Mincho';
    font-size: 17px;
    color: #422510;
    margin-bottom: 20px;
    line-height: 1;
    padding-bottom: 5px;
    position: relative;
}

.salon_list h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 65%;
    border-bottom: 1px solid #b09172;
}

.salon_list h3 {
    font-family: 'Sawarabi Mincho';
    font-size: 16px;
    color: #422510;
    margin-bottom: 10px;
    line-height: 1;
}

.salon_list h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: bold;
    margin-right: 10px;
    right: 0;
}

.salon_list .area {
    padding-top: 15px;
    margin-top: 15px;
}

.salon_list .area ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    background: #efefef;
    box-sizing: border-box;
}

.salon_list .area li {
    clear: both;
    padding: 10px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-size: 12px !important;
}

.salon_list .area dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
}

.salon_list .area dt,
.salon_list .area dd {
    clear: both;
    padding: 10px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid #ccc;
}

.salon_list .area dt {
    padding: 0;
}

.salon_list .area dt a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
    text-decoration: none;
}

.salon_list .area dt a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px;
    color: #b09172;
    font-weight: bold;
}

.salon_list .area .shop {
    max-width: 65%;
    -webkit-flex-basis: 65%;
    flex-basis: 65%;
}

.salon_list .area .address {
    display: none;
}

.salon_list .area .hours {
    display: none;
}

.salon_list .area .other {
    max-width: 35%;
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
    font-size: 10px;
}

.salon_list .area li:last-of-type,
.salon_list .area dd:last-of-type {
    border: none;
}

.salon_list .area dd span.ladys {
    color: #e59bc1;
}

/*    salon_info
____________________*/
.salon_info {
    padding-top: 50px;
}

.salon_info h1 {
    font-family: 'Sawarabi Mincho';
    font-size: 18px;
    color: #422510;
    border-bottom: 1px solid #b09172;
    margin-bottom: 20px;
    line-height: 1.2;
    padding-bottom: 5px;
}

.salon_info .inner>p {
    margin-bottom: 30px;
}

.salon_info .inner>p+.banner {
    margin: -10px 0 30px;
}

.salon_info .inner>p+.banner img {
    display: block;
}

.salon_info h2 {
    font-family: 'Sawarabi Mincho';
    font-size: 16px;
    color: #422510;
    margin-bottom: 10px;
    line-height: 1;
}

.salon_info h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    font-weight: bold;
    margin-right: 10px;
    right: 0;
}

.salon_info dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.salon_info dt {
    clear: both;
    padding: 10px;
    box-sizing: border-box;
    max-width: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    background: #efefef;
}

.salon_info dt small {
    font-size: 70%;
}

.salon_info dd {
    padding: 10px;
    box-sizing: border-box;
    max-width: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    border-bottom: 1px solid #efefef;
    background: #fff;
}

.salon_info dt:last-of-type,
.salon_info dd:last-of-type {
    border-bottom: none;
}

.salon_info .map iframe {
    width: 100%;
    height: 300px;
}

.map {
    margin-bottom: 30px;
}

.salon_info .notice_box {
    border: 1px solid #b09172;
    border-left: 3px solid #b09172;
    padding: 15px 20px 15px 40px;
    margin: 25px 0;
    position: relative;
}

.salon_info .notice_box:before {
    content: '!';
    font-size: 90%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 12px;
    top: 18px;
    background: #b09172;
    color: #fff;
    border-radius: 50%;
}

.salon_info .recommend_img {
    width: 90%;
    margin: 0 auto 30px;
}

.salon_info .course_links dt a {
    display: block;
    margin-top: 0.75em;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #b09172;
    color: #b09172;
    border-radius: 20px;
    font-size: 10px;
    padding: 7px 20px 7px 10px;
    white-space: nowrap;
    letter-spacing: -0.1em;
    position: relative;
}

.salon_info .course_links dt a:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #b09172;
    border-bottom: 1px solid #b09172;
    width: 4px;
    height: 4px;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto;
}

.salon_info .campaign_links {
    margin: 30px 0;
    background: url(../img/contents_bg01.png) center;
    padding: 30px 10px;
}

.salon_info .campaign_links strong {
    position: relative;
    text-align: center;
    display: block;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 16px;
    color: #422510;
    margin-bottom: 20px;
    line-height: 1;
}

.salon_info .campaign_links strong::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06b";
    font-weight: bold;
    margin-right: 10px;
}

.salon_info .campaign_links .btn {
    display: flex;
    justify-content: space-between;
}

.salon_info .campaign_links .btn>* {
    width: 49%;
}

.salon_info .campaign_links .btn a {
    text-decoration: none;
    display: block;
    widows: 100%;
    color: #fff;
    font-family: 'Sawarabi Mincho';
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px;
    border-radius: 3px;
    line-height: 40px;
    background-color: #fff;
    position: relative;
}

.salon_info .campaign_links .btn a.ladys {
    border: 2px solid #e59bc1;
    color: #e59bc1;
}

.salon_info .campaign_links .btn a.mens {
    border: 2px solid #9baee5;
    color: #9baee5;
}

.salon_info .campaign_links .btn a:after {
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 5px;
    height: 5px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

.salon_info .campaign_links .btn a.ladys:after {
    border-color: #e59bc1;
}

.salon_info .campaign_links .btn a.mens:after {
    border-color: #9baee5;
}

/*  google-reviews
_________________________*/
.google-reviews {
    margin-bottom: 30px;
    position: relative;
}

.google-reviews>h3 {
    position: absolute;
    top: 13px;
    width: 100%;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: #888;
}

/*     footer
____________________*/
footer .inner {
    padding: 0;
}

footer .contact {
    background: url(../img/contents_bg01.png) center;
    background-size: 10%;
    padding: 30px 10px;
}

footer .contact.fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 15px 0 10px;
    z-index: 99999;
    box-shadow: 0px 0px 16px -2px rgb(0 0 0 / 18%);
    transition: transform 0.9s;
    transform: translateY(100%);
}

footer .contact.fixed.show {
    transform: translateY(0%);
}

footer .contact strong {
    position: relative;
    text-align: center;
    display: block;
    font-family: 'Sawarabi Mincho';
    font-size: 18px;
    color: #422510;
    margin-bottom: 20px;
    line-height: 1;
}

footer .contact.fixed strong {
    margin-bottom: 13px;
    font-size: 16px;
}

footer .contact .web {
    margin-bottom: 30px;
}

footer .contact.fixed .web {
    width: 100%;
    margin-bottom: 0;
    padding: 0 2%;
    box-sizing: border-box;
}

footer .contact.fixed .web .btn {
    display: flex;
    justify-content: space-between;
}

footer .contact.fixed .web .btn>* {
    width: 49%;
}

footer .contact .web strong::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ac";
    font-weight: bold;
    margin-right: 5px;
}

footer .contact .web a {
    text-decoration: none;
    display: block;
    widows: 100%;
    color: #fff;
    font-family: 'Sawarabi Mincho';
    text-align: center;
    font-size: 16px;
    padding-right: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 40px;
}

footer .contact.fixed .web a {
    font-size: 14px;
}

footer .contact .web a:after {
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 5px;
    height: 5px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

footer .contact .web a.ladys {
    background: #e59bc1;
    margin-bottom: 10px;
}

footer .contact.fixed .web a.ladys {
    margin-bottom: 0;
}

footer .contact .web a.mens {
    background: #9baee5;
}

footer .contact .tel .in_box {
    background: #fff;
    padding: 20px 10px;
}

footer .contact .tel strong::before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: bold;
    margin-right: 5px;
}

footer .tel a {
    color: #b09172;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 40px;
    position: relative;
    padding-right: 5px;
}

footer .tel a:after {
    content: '';
    border-right: 2px solid #b09172;
    border-bottom: 2px solid #b09172;
    width: 5px;
    height: 5px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

footer .tel a i {
    margin-right: 5px;
    font-size: 33px;
    top: 5px;
    position: relative;
}

footer .tel small {
    text-align: center;
    display: block;
    color: #422510;
}

footer .footer_nav {
    border-top: 1px solid #ccc;
}

footer .footer_nav li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

footer .footer_nav li:nth-of-type(odd) {
    clear: both;
    border-right: 1px solid #ccc;
}

footer .footer_nav li a {
    text-decoration: none;
    display: block;
    color: #555;
    line-height: 34px;
    height: 34px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.01em;
}

footer .footer_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px;
    color: #b09172;
    font-weight: bold;
}

footer .affiliation li {
    margin: 15px;
}

footer .affiliation img {
    width: 90%;
    margin: 0 auto 5px;
    display: block;
}

footer .affiliation p {
    font-size: 10px;
    text-align: center;
}

footer .copyright {
    display: block;
    line-height: 30px;
    color: #fff;
    background: #422510;
    font-size: 10px;
    text-align: center;
}

/*----------------------
　　スライダー
----------------------*/
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin: 0 auto !important;
}

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0 !important;
    background: none !important;
    left: 0 !important;
}

/* (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: -20px !important;
    background: none;
}

.bx-wrapper .bx-next {
    right: -20px !important;
    background: none;
}

.bx-wrapper .bx-controls-direction a {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #83744d;
    box-sizing: border-box;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    text-indent: -9999px;
    z-index: 99;
}

.bx-wrapper .bx-controls-direction a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #83744d;
    border-right: 1px solid #83744d;
}

.bx-wrapper .bx-controls-direction a.bx-next:after {
    right: 4px;
    left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
    right: 0px;
    left: 4px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* Page - direct_debit */
.directdebit_wrap {
    width: 100%;
}

.directdebit_inner {
    margin-top: 20px;
    padding: 2em;
    box-sizing: border-box;
    font-size: 14px;
}

.directdebit_inner > p {
    margin-top: 1em;
    max-inline-size: max-content;
    margin-inline: auto;
}

.directdebit_title {
    text-align: center;
    font-size: 20px;
    position: relative;
    padding: 0.5em;
    background: #b09172;
    color: white;
    letter-spacing: 1px;
}
  
.directdebit_title::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #422510;
}

.directdebit_title-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em;
    opacity: 0;
    transform: scale(1.2);
    transition: all 1s ease;

}

.directdebit_title-img  > img {
    width: min(280px, 45vw);
}

.directdebit_btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em auto 0;
}
    
.directdebit_btn {
    display: block;
    padding: 1em 3em;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #422510;
    color: #fff;
}

.directdebit_btn.disabled {
    background-color: #ccc;
    pointer-events: none;
    color: white;            
}

/* header contact */
.contact.contact--directdebit {
    display: block;
}

.contact.contact--directdebit::after {
    display: block;
    content: "";
    clear: both;
}

.tel.tel--directdebit {
    margin-top: 4px;
}

.tel.tel--directdebit .title {
    letter-spacing: .1em;
}

.tel.tel--directdebit .tel_number {
    display: inline;
    vertical-align: middle;
    font-size: 18px;
    color: #b09172;
    font-weight: bold;
}

.tel.tel--directdebit .icon-freedial {
    display: inline;
    margin-right: 4px;
    vertical-align: middle;
}

.tel.tel--directdebit small {
    display: block !important;
    text-align: center;
}

.shop_name-box {
    display: block;
    margin-top: 2em;
    text-align: center;
    opacity: 0;
    transition: opacity .5s ease-in;
}

.directdebit_title-img.fadein,
.shop_name-box.fadein {
    opacity: 1;
    transform: scale(1);
}
