@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);

/* 　-------　ipad 用　-------　*/
@media screen and (min-width:768px) and (max-width:768px) {
    body {
        width: 1100px;
    }
}

body {
    font-size: 16px;
    color: #555;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    overflow-x: hidden;
}

main {
    padding-top: 100px;
}

.sp_only {
    display: none !important;
}

a {
    cursor: pointer;
    transition: 0.5s;
}

a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
}

.icon-freedial:before {
    color: #b09172;
}

/*     header
____________________*/
header {
    height: 100px;
    background: #fff;
    position: fixed;
    padding: 10px 20px;
    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);
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
}

header .in_box {
    float: left;
}

header .rogo {
    float: left;
    padding: 5px 0;
}

header .rogo img {
    width: 130px;
    box-sizing: border-box;
    display: block;
}

header nav {
    float: left;
    margin-left: 20px;
    padding: 3px 0;
}

header nav li:last-of-type {
    margin-top: 6px;
}

header nav a {
    font-family: 'Sawarabi Mincho', serif;
    color: #fff;
    padding: 0 5px;
    font-size: 11px;
    text-decoration: none;
    width: 110px;
    display: block;
    box-sizing: border-box;
    border-radius: 2px;
    line-height: 32px;
    position: relative;
    padding-right: 15px;
    text-align: center;
}

header nav a:after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

header nav a.ladys {
    color: #e59bc1;
    border: 1px solid #e59bc1;
}

header nav a.ladys:after {
    border-right: 1px solid #e59bc1;
    border-bottom: 1px solid #e59bc1;
}

header nav a.mens {
    color: #9baee5;
    border: 1px solid #9baee5;
}

header nav a.mens:after {
    border-right: 1px solid #9baee5;
    border-bottom: 1px solid #9baee5;
}

header .contact {
    float: right;
}

header .tel {
    float: left;
    width: auto;
    box-sizing: border-box;
    border-left: 1px solid #b09172;
    padding-left: 20px;
}

header .tel:last-of-type {
    margin-left: 20px;
    border-right: 1px solid #b09172;
    padding-right: 20px;
}

header .tel .title {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #422510;
    font-weight: bold;
}

header .tel a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    pointer-events: none;
    color: #b09172;
}

header .tel .tel_number {
    display: block;
    font-size: 28px;
    color: #b09172;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    line-height: 40px;
}

header .tel .tel_number i {
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
    top: 2px;
}

header .tel small {
    font-size: 11px;
    line-height: 1.3;
    display: block;
    color: #422510;
}

/*   breadcrumbs
____________________*/
.breadcrumbs {
    margin: 20px 20px 0;
}

.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: 80px 0;
    margin: 0 20px;
}

.salon_list a {
    color: #555;
}

.salon_list h1 {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 28px;
    color: #422510;
    margin-bottom: 30px;
    line-height: 1;
    padding-bottom: 10px;
    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;
}

.salon_list .area_nav li {
    max-width: 16.6%;
    -webkit-flex-basis: 16.6%;
    flex-basis: 16.6%;
    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;
}

.salon_list .area_nav li:last-of-type {
    border-right: 1px solid #ccc;
}

.salon_list article {
    margin: 80px 0;
}

.salon_list h2 {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 24px;
    color: #422510;
    position: relative;
}

.salon_list h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 30%;
    border-bottom: 1px solid #b09172;
}

.salon_list h3 {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 20px;
    color: #422510;
    margin-bottom: 20px;
    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 {
    margin-top: 30px;
    padding-top: 30px;
}

.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: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    background: #efefef;
    font-size: 16px !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 .shop {
    max-width: 15%;
    flex-basis: 15%;
    font-size: 14px;
}

.salon_list .area .address {
    max-width: 53%;
    flex-basis: 53%;
    font-size: 13px;
}

.salon_list .area .address a {
    text-decoration: none;
}

.salon_list .area .hours {
    max-width: 22%;
    flex-basis: 22%;
    font-size: 11px;
}

.salon_list .area dd.hours {
    display: inline;
}

.salon_list .area .hours span {
    width: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    color: #b09172;
}

.salon_list .area .other {
    max-width: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    font-size: 10px;
}

.salon_list .area .other span.ladys {
    color: #e59bc1;
    letter-spacing: -0.05em;
}

.salon_list .area li:last-of-type,
.salon_list .area dd:last-of-type {
    border: none;
}

/*    salon_info
____________________*/
.salon_info {
    padding: 80px 0;
    margin: 0 20px;
}

.salon_info h1 {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 28px;
    color: #422510;
    border-bottom: 1px solid #b09172;
    margin-bottom: 30px;
    line-height: 1;
    padding-bottom: 10px;
}

.salon_info .inner>p {
    margin-bottom: 50px;
}

.salon_info .inner>p+.banner {
    margin: -20px 0 40px;
}

.salon_info .inner>p+.banner img {
    display: block;
}

.salon_info h2 {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 20px;
    color: #422510;
    margin-bottom: 20px;
    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: 50px;
    box-sizing: border-box;
}

.salon_info dt {
    clear: both;
    padding: 20px;
    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: 20px;
    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: 50px;
}

.salon_info .notice_box {
    border: 1px solid #b09172;
    border-left: 4px solid #b09172;
    padding: 15px 20px 15px 55px;
    margin: 40px 0;
    position: relative;
}

.salon_info .notice_box:before {
    content: '!';
    font-size: 90%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 17px;
    background: #b09172;
    color: #fff;
    border-radius: 50%;
}

.salon_info .recommend_img {
    width: 60%;
    margin: 0 auto 50px;
}

.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;
    padding: 5px 28px 5px 15px;
    font-size: 12px;
    position: relative;
}

.salon_info .course_links dt a:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #b09172;
    border-bottom: 1px solid #b09172;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
}

.salon_info .campaign_links {
    margin: 50px 0;
    background: url(../img/contents_bg01.png) center;
    padding: 40px 50px;
}

.salon_info .campaign_links strong {
    position: relative;
    text-align: center;
    display: block;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 26px;
    color: #422510;
    margin-bottom: 30px;
    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: 48.5%;
}

.salon_info .campaign_links .btn a {
    text-decoration: none;
    display: block;
    widows: 100%;
    color: #fff;
    font-family: 'Sawarabi Mincho', serif;
    text-align: center;
    font-size: 26px;
    padding: 10px 0;
    border-radius: 5px;
    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: 13px;
    height: 13px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.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: 50px;
    position: relative;
}

.google-reviews>h3 {
    position: absolute;
    top: 16px;
    width: 100%;
    z-index: 1;
    text-align: center;
    font-size: 21px;
    color: #888;
}

/*     footer
____________________*/
footer .contact {
    margin-bottom: 20px;
    background: url(../img/contents_bg01.png) center;
    padding: 60px 20px;
}

footer .contact.fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    padding: 20px 0 10px;
    z-index: 99999;
    box-shadow: 0px 0px 16px -2px rgb(0 0 0 / 18%);
    transition: transform 0.7s;
    transform: translateY(100%);
}

footer .contact.fixed.show {
    transform: translateY(0%);
}

footer .contact strong {
    position: relative;
    text-align: center;
    display: block;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 26px;
    color: #422510;
    margin-bottom: 20px;
    line-height: 1;
}

footer .contact.fixed strong {
    font-size: 21px;
    margin-bottom: 17px;
}

footer .contact .web {
    width: 50%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}

footer .contact.fixed .web {
    width: 100%;
}

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: 10px;
}

footer .contact .web a {
    text-decoration: none;
    display: block;
    widows: 100%;
    color: #fff;
    font-family: 'Sawarabi Mincho', serif;
    text-align: center;
    font-size: 30px;
    padding: 10px 0;
    position: relative;
    border-radius: 5px;
}

footer .contact.fixed .web a {
    font-size: 19px;
}

footer .contact .web a:after {
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 15px;
    height: 15px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

footer .contact.fixed .web a:after {
    width: 10px;
    height: 10px;
}

footer .contact .web a.ladys {
    background: #e59bc1;
    margin-bottom: 20px;
}

footer .contact.fixed .web a.ladys {
    margin-bottom: 0;
}

footer .contact .web a.mens {
    background: #9baee5;
}

footer .contact .tel {
    width: 50%;
    float: right;
    padding: 0 30px;
    box-sizing: border-box;
}

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: 10px;
}

footer .contact .tel a {
    color: #b09172;
    font-size: 38px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    pointer-events: none;
    line-height: 1;
    margin-bottom: 10px;
}

footer .tel a i {
    margin-right: 10px;
    font-size: 43px;
    top: 5px;
    position: relative;
}

footer .contact .tel small {
    text-align: center;
    display: block;
    color: #422510;
    font-size: 14px;
    line-height: 1;
}

footer .footer_nav {
    margin-bottom: 10px;
    padding: 0 20px;
}

footer .footer_nav li {
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
    margin-right: 80px;
    margin-bottom: 10px;
}

footer .footer_nav li:last-of-type {
    margin-right: 0;
}

footer .footer_nav li a {
    display: block;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #b09172;
    line-height: 1.2;
}

footer .footer_nav li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px;
    color: #b09172;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

footer .footer_nav li a:hover {
    border-bottom: 1px solid #fff0;
    opacity: 1;
}

footer .affiliation {
    width: auto;
    margin: 0 auto;
    max-width: 790px;
}

footer .affiliation li {
    margin: 0 15px;
    float: left;
}

footer .affiliation img {
    max-width: 365px;
    margin: 0 auto 5px;
    display: block;
}

footer .affiliation p {
    font-size: 10px;
    text-align: center;
}

footer .copyright {
    display: block;
    line-height: 40px;
    color: #fff;
    background: #422510;
    font-size: 12px;
    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: -30px !important;
    background: none;
}

.bx-wrapper .bx-next {
    right: -30px !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: 60px !important;
    height: 60px !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: 14px;
    height: 14px;
    border-top: 1px solid #83744d;
    border-right: 1px solid #83744d;
}

.bx-wrapper .bx-controls-direction a.bx-next:after {
    right: 7px;
    left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
    right: 0px;
    left: 7px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* Page - direct_debit */
.directdebit_wrap {
    max-width: 700px;
    width: 100%;
    margin: auto;
    margin-bottom: 3em;
}

.directdebit_inner {
    margin-top: 50px;
    padding: 2em;
    box-sizing: border-box;
    border: 2px solid #b09172;
    border-radius: 10px;
}

.directdebit_inner > p {
    margin-top: 2em;
    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;
    opacity: 0;
    transform: scale(1.2);
    transition: all 1s ease;
}

.directdebit_title-img  > img {
    width: min(280px, 35vw);
}

.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;
    background-color: #422510;
    border-radius: 6px;
    color: #fff;
}

.directdebit_btn.disabled {
    background-color: #ccc;
    pointer-events: none;
    color: white;            
}

.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);
}

/* 768~960px */
@media screen and (max-width:960px) {
        /*     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: 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;
    }

    .pc_only {
        display: none !important;
    }

    .salon_info .campaign_links .btn a.ladys.pc_only,
    .salon_info .campaign_links .btn a.mens.pc_only,
    footer .contact .web a.pc_only {
        display: block !important;
    }

    .salon_list .area_nav li {
        max-width: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        margin-left: -1px;
    }

    .salon_list .area_nav li:nth-child(4n) {
        border-right: 1px solid #ccc;
    }

    .salon_list .area_nav li:nth-child(n+5) {
        margin-top: .5em;
    }
}
