@charset "utf-8";
/* CSS Document */
body {
    background: #fff;
    color: #333;
}
.bg_pink {
    background: #eadcdf;
}
.bg_dpink {
    background: #9b515e;
}
.serif {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif!important;
}
.section_title {
    width: 100%;
    height: 60px;
    margin: 1rem auto 3rem auto;
    background: #fff;
    color: #b86974;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media screen and (min-width:768px) {
    .section_title {
        width: 90%;
        max-width: 640px;
        margin: 2rem auto 4rem auto;
        font-size: 2rem;
    }
}
.section_title::before,
.section_title::after {
    content: '';
    width: 100%;
    height: 9px;
    background: #fff;
    display: block;
    position: absolute;
    top: -19px;
    left: 0;
}
.section_title::after {
    top: inherit;
    bottom: -19px;
}
.section_title.thin {
    margin: 0.75rem auto 1.25rem auto;
    font-size: 1.25rem;
}
@media screen and (min-width:768px) {
    .section_title.thin {
        margin: 1rem auto 2rem auto;
        font-size: 1.5rem;
    }
}
.section_title.thin::before,
.section_title.thin::after {
    height: 1px;
    background: #b86974;
    top: -1px;
}
.section_title.thin::after {
    top: inherit;
    bottom: -1px;
}
.contact_link {
    width: 75%;
    max-width: 360px;
    margin: 0 auto;
    display: block;
}

#top-head {
    background: #fff;
    border-bottom: 4px solid #c69c6d;
    display: flex;
    align-items: center;
    z-index: 1030;
}
#top-head .navbar-idio {
    padding: 12px 0!important;
    box-shadow: none;
}
@media screen and (min-width:768px) {
    #top-head .navbar-idio {
        padding: 0!important;
    }
}
#top-head .navbar-idio .nav-logo img {
    height: 18px;
}
@media screen and (min-width:992px) {
    #top-head .navbar-idio .nav-logo img {
        height: 30px;
    }
}
@media screen and (min-width:1200px) {
    #top-head .navbar-idio .nav-logo img {
        height: 36px;
    }
}
#top-head .navbar-idio ul.navbar-nav li.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width:768px) {
    #top-head .navbar-idio ul.navbar-nav li.nav-item {
        font-size: 0.7rem;
    }
}
@media screen and (min-width:992px) {
    
    #top-head .navbar-idio ul.navbar-nav li.nav-item {
        font-size: 0.75rem;
    }
}
.navbar-idio ul.navbar-nav li.nav-item::after {
    display: none;
}
.navbar-idio ul.navbar-nav li:last-child {
    border-bottom: 0;
}
@media screen and (min-width:768px) {
    .navbar-idio ul.navbar-nav li.nav-item:first-child::before,
    .navbar-idio ul.navbar-nav li.nav-item:not(:last-child)::after {
        content: '';
        width: 2px;
        height: 0.75rem;
        background: #a67c52;
        display: block;
    }
}
.navbar-idio ul.navbar-nav li.nav-item a.nav-link {
    color: #000;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
@media screen and (min-width:768px) {
    .navbar-idio ul.navbar-nav li.nav-item a.nav-link {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }
}
@media screen and (min-width:992px) {
    .navbar-idio ul.navbar-nav li.nav-item a.nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
.navbar-idio ul.navbar-nav li.nav-item a.nav-link .nav-cv {
    color: rgba(224, 37, 48, 1.00);
}
.navbar-idio ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #6b2466;
}
@media screen and (min-width:768px) {
    #top-head .navbar-idio ul.navbar-nav .bnr {
        max-width: 140px;
    }
}
@media screen and (min-width:992px) {
    #top-head .navbar-idio ul.navbar-nav .bnr {
        max-width: 180px;
    }
}
@media screen and (min-width:1200px) {
    #top-head .navbar-idio ul.navbar-nav .bnr {
        max-width: 210px;
    }
}
#top-head .navbar-idio ul.navbar-nav .bnr img {
    width: 100%;
}

@media screen and (min-width:768px) {
    #kv {
        background: url(../img/kv_bg.jpg)center/cover no-repeat;
    }
}
#about_tobira {
	background-color: #EADCDF;
}
#about_tobira p {
    color: #9b515e;
    font-size: 100%;
    font-weight: 700;
    line-height: 2;
}
@media screen and (min-width:768px) {
    #about_tobira p {
        font-size: 110%;
    }
}
@media screen and (min-width:992px) {
    #about_tobira p {
        font-size: 120%;
    }
}
#point .item {
    margin: 1.5rem 0;
    color: #9b515e;
    position: relative;
}
#point .item::before,
#point .item::after {
    content: '';
    width: 100%;
    height: 5px;
    background: url(../img/point_line.png)center/contain no-repeat;
    display: block;
    position: absolute;
    top: calc( -1rem - 5px);
    left: 0;
}
#point .item::after {
    top: inherit;
    bottom: calc( -1rem - 5px);
}
#point .item:nth-child(n+2)::before{
    display: none;
}
@media screen and (min-width:768px) {
    #point .item:nth-child(2)::before{
        display: block;
    }
}
#point .item .title {
    font-size: 110%;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width:768px) {
    #point .item .title.closed {
        letter-spacing: -1px;
    }
}
@media screen and (min-width:1200px) {
    #point .item .title {
        font-size: 130%;
        letter-spacing: 0;
    }
}
#point .item img {
    max-width: 400px;
}
#point .item p {
    font-size: 90%;
}
@media screen and (min-width:768px) {
    #point .item p {
        font-size: 90%;
    }
}
@media screen and (min-width:1200px) {
    #point .item p {
        font-size: 100%;
    }
}
#flow .card {
    height: 100%;
    border: 0;
    border-radius: 0;
}
#flow .card img {
    flex-shrink: 0;
}
#flow .card-title {
    background: #aa775e;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
#flow .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
#flow .card-body p {
    font-size: 100%;
}
@media screen and (min-width:992px) {
    #flow .card-body p {
        font-size: 95%;
    }
}
@media screen and (min-width:1200px) {
    #flow .card-body p {
        font-size: 100%;
    }
}
#flow p strong {
    color: #fff;
    font-size: 150%;
    font-weight: 700;
}

#price ul.note li {
    padding-left: 1.2em;
    list-style-type: none;
    position: relative;
}
#price ul.note li::before {
    content: '\203B';
    position: absolute;
    top: 0;
    left: 0;
}
#price ul.note strong {
    font-size: 110%;
}
#compare {
	background-color: #FFFFFF;
}
#compare .section_title {
    background: transparent;
    color: #4d4d4d;
}
#compare .section_title::before,
#compare .section_title::after {
    background: #808080;
}
#salon {
    background: #eddfb9;
}
#salon .section_title {
    width: 100%;
    max-width: inherit;
    margin: 0;
    background: #bc9e3e;
    color: #fff;
}
#salon .section_title::before,#salon .section_title::after {
    display: none;
}
#salon .premium_link {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
#faq .container {
    max-width: 740px;
    color: #666666;
}
#faq .q {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
@media screen and (min-width:576px) {
    #faq .q {
        align-items: center;
    }
}
@media screen and (min-width:768px) {
    #faq .q {
        padding: 0.75rem 1.25rem;
        font-size: 1.4rem;
    }
}
#faq .q::before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    background: url(../img/icon_question.svg) center/contain no-repeat;
    margin-right: 0.5rem;
    display: inline-block;
}
@media screen and (min-width:768px) {
    #faq .q::before {
        width: 1.4em;
        height: 1.4em;
    }
}
#faq .a::before {
    content: 'A.';
    color: #9b515e;
    font-weight: 700;
    display: inline-block;
}
#faq .a a {
    color: #9b515e;
    font-weight: 700;
    text-decoration: underline;
}
@media screen and (max-width:767px) {
    #faq .a br {
        display: none;
    }
}

footer {
    color: #fff;
}
