/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url(https://netdna.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css);
@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome-ie7.min.css);
html,
body {
    width: 100%;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    /*
  font-size: 12px;
 */
    background-color: #fff;
    color: #111;
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: "heisei-maru-gothic-std", Verdana, Meiryo, sans-serif;
    }
}

hr {
    max-width: 50px;
    border-color: #fff;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a:hover img {
    transition: 0.5s;
    filter: alpha(opacity=60);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";
    /* ie 8 */
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
}

a {
    color: #999;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited,
a:active {
    color: #999;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.15em;
    line-height: 1.6;
}


/* レスポンシブのフォントサイズ指定 */

@media screen and (min-width: 0px) and (max-width: 781px) {
    h1,
    h2 {
        font-size: 1.6em;
    }
    h3,
    h4 {
        font-size: 1em;
    }
}

p {
    line-height: 1.6em;
    letter-spacing: 0.02em;
    margin: 0 0 5px 0;
}

ui,
li {
    list-style: none;
}

dt {
    font-weight: normal;
}

.bg-primary {
    background-color: #fff;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: #555;
    line-height: 250%;
    font-size: 14px;
}

@media(max-width:781px) {
    .text-faded {
        color: #555;
        line-height: 250%;
        font-size: 12px;
    }
}

.text-faded2 {
    color: #555;
    line-height: 250%;
    font-size: 14px;
    margin-bottom: -100px;
}

@media(max-width:782px) {
    .text-faded2 {
        margin-bottom: 50px;
    }
}

section {
    padding: 80px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.header {
    margin: 0 auto;
}

.logo {
    display: block;
    top: 10px;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
}

.navbar-default {
    font-family: 'Questrial', sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Questrial', sans-serif;
    font-weight: 500;
    color: #666;
    text-align: center;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #666;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #555;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #666!important;
    background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.navbar-inverse {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: none;
    height: 80px;
    vertical-align: middle;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ccc;
    height: 80px;
}

.navbar-brand {
    margin-top: 2px;
}

@media(min-width:782px) {
    .navbar-default {
        border-color: rgba(255, 255, 255, .3);
        background-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, .7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }
    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, .7);
    }
    .navbar-default .nav>li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }
    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05);
        background-color: #fff;
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #666;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #666;
    }
    .navbar-default.affix .nav>li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }
    .navbar-default.affix .nav>li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #555;
    }
}

#headerwrap {
    margin-top: -120px;
    width: 100%;
    padding: 0;
}


/*スライドショー*/

.bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: 0;
    width: 30px;
    height: 30px;
    z-index: 9999;
    color: #fcfcfc;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    -moz-text-shadow: 1px 1px 2px #333333;
    -webkit-text-shadow: 1px 1px 2px #333333;
    text-shadow: 1px 1px 2px #333333;
}


/*スライドショー*/

#logo {
    text-align: center;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
    padding-top: 20px;
}


/* MENU CONF*/

.menu {
    position: fixed;
    right: -240px;
    width: 300px;
    height: 60px;
    top: 0;
    z-index: 10;
    text-align: left;
    height: 100%;
}

.menu.menu-open {
    right: 0px;
}

.menu-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    width: 300px;
    height: 100%;
    padding: 20px 0 20px 20px;
    font-family: 'Questrial', sans-serif;
    color: #fff;
    overflow: auto;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    background-color: #736f67;
    background-image: url("//www.transparenttextures.com/patterns/diagonal-noise.png");
}

.menu {
    margin-left: 20px;
    display: block;
}

.menu p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.6em;
}

.menu a {
    color: #fff;
}

.menu a:hover {
    color: #666;
}

.menu a:active {
    color: #fff;
}

.menu a>i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 40px;
    font-size: 26px;
    line-height: 10px;
    margin-left: 20px;
}

.menu-second {
    font-size: 11px;
    padding: 0;
    margin-left: 10px;
    font-weight: 500;
    line-height: 100%;
}

.menu-sns {
    font-size: 18px;
    padding-bottom: 20px;
    margin: 20px 10px 0 -20px;
    float: left;
}


/* Push the body after clicking the menu button */

.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.body-push-toright {
    left: 200px;
}

.body-push-toleft {
    left: -200px;
}

.menu,
.body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#menuToggle {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    width: 40px;
    height: 40px;
    line-height: 35px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#menuToggle:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


/* MENU CONF*/

@media(min-width:782px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

#services {
    background: #fafafa;
}

.section-heading {
    margin-top: 0;
    color: #111;
    font-size: 32px;
    line-height: 260%;
}

@media (max-width: 781px) {
    .section-heading {
        margin-top: 0;
        color: #111;
        font-size: 21px;
        line-height: 200%;
    }
}

.text-muted-m {
    text-align: left;
    color: #5f6eaf;
    font-size: 12px;
    line-height: 350%;
}

.text-muted-s {
    color: #5f6eaf;
    font-size: 12px;
    line-height: 270%;
    text-align: center;
}

.text-m {
    font-size: 12px;
    line-height: 210%;
    text-align: left;
}

.service-menu {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
}

.service-wrap {
    margin-bottom: 60px;
}

.service-box {
    margin: 50px auto 0;
}

.service-box img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    background-color: #fff;
}

.service-box a:hover {
    color: #666;
    text-decoration: none;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.label-default {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 0;
    color: #333;
}

figure {
    position: relative;
    overflow: hidden;
}

figcaption {
    position: absolute;
    top: -110%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    color: #fff;
}

figure:hover figcaption {
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 2em;
}

.service-cap {
    font-weight: bold;
    margin: 28%;
}

.top-gallery {
    display: block;
    position: relative;
    margin: 0 auto;
    background: #fafafa;
}

.top-gallery ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.top-gallery ul li {
    margin-bottom: 25px;
}

.top-gallery ul li img {
    cursor: pointer;
    z-index: 999;
    object-fit: cover;
    height: 90px;
    min-height: 90px;
    margin: 0 auto;
}

.top-gallery img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";
    /* ie 8 */
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;
}

.modal-body {
    padding: 5px !important;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.modal-content {
    border-radius: 0;
}

.modal-body a {
    color: #555;
    padding: 5px 0;
    font-weight: normal;
}

.modal-dialog img {
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
}

.controls {
    width: 50px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: bold;
}

.next {
    float: right;
    text-align: right;
}


/*override modal for demo only*/

.modal-dialog {
    max-width: 800px;
    text-align: center;
    padding-top: 90px;
}

@media screen and (max-width: 782px) {
    .modal-dialog {
        max-width: 600px;
        padding-top: 30px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .modal-dialog {
        width: auto;
        max-height: 300px;
        padding-top: 0;
    }
}

@media screen and (max-width:1500px) {
    #ads {
        display: none;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #555;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    color: #fff;
    background-color: #999;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #666;
    background-color: #666;
}

.btn-primary .badge {
    color: #666;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Questrial', sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.footer-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 15px;
    overflow: hidden;
    background-color: #b8b8b8;
    color: #fff;
    margin-bottom: 0;
}

.footer-content p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: inherit;
}

.footer-content a {
    color: #fff;
}

.footer-content a:hover {
    color: #555;
}

p.f-menu {
    margin-top: 15px;
    font-size: 14px;
}

.f-sns-icon {
    margin-left: 10px;
}

.copyright {
    font-size: 12px;
    font-weight: 600;
    margin-top: 30px;
}


/*top*/

.top {
    text-align: center;
}

.news-box {
    margin: 0;
    width: 100%;
}

.r-news-box {
    width: 100%;
}

.i-more-link {
    font-size: 10px;
    text-align: right;
    margin: -20px 3px 15px 0;
}

.i-more-link a:hover {
    text-decoration: none;
    color: #555;
}

.sns-ber-i {
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
}

.sns-ber {
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    background-image: url(../img/top/sns-bg.png);
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.sns-ber a {
    color: #fff;
    text-decoration: none;
}

.sns-ber a:hover {
    color: #fff;
    filter: alpha(opacity=60);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";
    /* ie 8 */
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    text-decoration: none;
}

.news-inner {
    text-align: left;
    line-height: 200%;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
}

.news-inner a {
    color: #999;
}

.news-inner a:hover {
    text-decoration: none;
    color: #555;
}


/*shop*/

.t_shop {
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0;
}

.t_shop a {
    color: #111;
}

.t_shop a:hover {
    color: #555;
    text-decoration: none;
}

.caption p {
    font-size: 10px;
    color: #444;
}

.l-i-menu {
    margin-left: 2px;
}

.r-i-menu {
    margin-left: 20px;
}

.more {
    padding: 12px;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: #fff;
    border: 1px solid #111;
    text-align: center;
    cursor: pointer;
    color: #111;
    margin: 5px 0 20px 0;
}

.more a {
    color: #111;
}

.more a:hover,
a:focus {
    text-decoration: none;
    color: #555;
}


/*CATEGORY PAGE*/

.contents-box {
    margin: 0 0 10px 0;
}

@media screen and (max-width: 782px) {
    .contents-box {
        margin: -60px 0 30px 0;
        padding-bottom: 0;
    }
}

.c-headerwrap {
    margin-top: -140px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    max-height: 530px;
    padding-top: 50px;
}

.c-headerwrap2 {
    margin-top: -140px;
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.c-section-heading {
    margin-top: 10px;
    color: #111;
    line-height: 100%;
    position: relative;
}

.c-section-heading:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    border-top: 1px dotted #999;
    /*
  z-index: -999;
 */
}

.c-section-heading span {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    position: inherit;
}

.img-responsive-overwrite {
    margin: 0 auto;
}

.c-section-subtitle {
    margin-top: 20px;
    color: #111;
    font-size: 28px;
    line-height: 140%;
}

.c-text-muted {
    color: #777;
    font-size: 0.63em;
    line-height: 320%;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
}

@media (max-width: 781px) {
    .c-text-muted {
        font-size: 10px;
        line-height: 250%;
    }
}

.headimage {
    margin-top: -50px;
}

.c-headimage {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.c-headimage-2 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 460px;
    vertical-align: top;
}

@media (max-width: 781px) {
    .c-headimage-2 {
        height: auto;
        max-height: 260px;
    }
}

.category-box {
    margin: 30px 0 40px 0;
}

.category-box img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    background-color: #fff;
}

.category-box p {
    font-size: 12px;
    line-height: 210%;
}

.contents-line {
    max-width: 1150px;
    border-top: 1px dotted #999;
}

.menuimage {
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 6px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.thumbimg {
    width: 100%;
    overflow: hidden;
    display: inline;
    padding: 0;
}

.thumbimg ul {
    margin-left: 0;
    padding: 0;
}

.thumbimg li {
    float: left;
    padding: 10px 10px 0 0;
    cursor: pointer;
}

.menuset dl {
    margin: 0 0 30px 0;
}

.menu-icon {
    margin: 5px 0 20px 0;
}

.menulist {
    margin: 30px 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    color: #111;
}

@media screen (max-width:781px) {
    .menulist {
        font-size: 12px;
    }
}

.menulist a:hover {
    text-decoration: none;
}

.menuinner {
    font-size: 12px;
    line-height: 200%;
    font-weight: normal;
}

.menuinner-hint {
    font-size: 11px;
    margin: 15px 0;
    font-weight: normal;
}

.l-menu {
    margin-left: 0;
}

.menuprice {
    margin-right: 0;
    font-weight: 600;
    float: right;
}

.menu-info {
    font-size: 10px;
    line-height: 100%;
}


/*HAIRMAKE*/

.kitsuke {
    font-size: 20px;
    line-height: 250%;
}

.kitsuke-tl {
    font-size: 14px;
    font-weight: 600;
}

.kitsukecheck {
    font-size: 10px;
    line-height: 220%;
}

.kituske-box {
    background: #f6f6f6;
    padding: 30px;
    overflow: hidden;
}

.kituske-menuinner {
    font-size: 12px;
    margin-top: 40px;
}


/*EYELASH*/

.eyelash-inner {
    width: 100%;
    overflow: hidden;
    padding: 0 0 20px 0;
}

.eyelash-inner img {
    width: 750px;
    margin: 0 auto;
}


/*PRICELIST-MENU-*/

.esthemenu {
    margin: 10px 0 10px 0;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #5f6eaf;
    line-height: 200%;
    border-bottom: 1px solid #ccc;
}

.esthemenu-d {
    font-size: 12px;
    font-weight: 600;
    line-height: 200%;
    margin-top: 15px;
}

.l-i-menu2 {
    margin-left: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    /* Safari,Google Chrome用 */
    display: -moz-box;
    /* Firefox用 */
}

.nav-tabs ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.nav-tabs>li {
    margin-bottom: -1px;
    margin-right: 2px;
    line-height: 1.42857143;
}

.nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
    display: block;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

.nav-justified {
    width: 100%;
    display: block;
    table-layout: fixed;
    position: relative;
}

.nav-justified>li {
    float: none;
    width: 100%;
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/*SHOP*/

.shibuya {
    padding-top: 20px;
    margin-top: -20px;
}

.ikebukuro {
    padding-top: 20px;
    margin-top: -20px;
}

.ebisu {
    padding-top: 20px;
    margin-top: -20px;
}

.shopinner {
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
    font-size: 12px;
}

.fwb {
    font-weight: 800;
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accessinfo {
    font-size: 12px;
}

.pricelist-menu {
    position: relative;
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
}

.pricelist-menu:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    border-top: 1px solid #ccc;
    z-index: -999;
}

.pricelist-menu span {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
}

.menutitle {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.1em;
    font-size: 24px;
    margin: 10px 0 0 0;
}

.menuline {
    min-width: 90%;
    border-top: solid 1px #CCC;
}

.shop-menu {
    border: solid 8px transparent;
    -moz-border-image: url("../img/shop/bg-72px.gif") 24 round;
    -webkit-border-image: url("../img/shop/bg-72px.gif") 24 round;
    -ms-border-image: url("../img/shop/bg-72px.gif") 24 round;
    border-image: url("../img/shop/bg-72px.gif") 24 round;
    border-width: 16px;
    border-color: #ccc;
    margin: 0 0 30px 0;
    padding: 8px;
    width: 99%;
    background: #fff;
}

.shop-menu a:hover,
a:active.a:visited {
    color: #555;
}

.menucourse {
    font-size: 14px;
    font-weight: bold;
    line-height: 240%;
    color: #5f6eaf;
}

.menudetail {
    font-size: 12px;
    font-weight: bold;
}

.menuinner-pic {
    color: #5f6eaf;
    font-size: 14px;
    font-weight: 600;
}

.menudetail2 {
    font-size: 11px;
    line-height: 210%;
    margin: 0 0 40px 0;
    font-weight: normal;
}

.menudetail_ul {
    text-decoration: underline;
}


/*BRIDAL*/

.space20 {
    margin-top: 60px;
}


/*STAFF*/

.category-box-p {
    margin-bottom: 40px;
}

.category-box-p p {
    font-size: 14px;
}

.prof-head {
    font-size: 16px;
    border-bottom: 1px dotted #999;
}

.prof-position {
    font-family: 'Meie Script', cursive;
    letter-spacing: normal;
    font-size: 14px;
}

.prof-name {
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 1rem;
}


}
.prof-sns a {
    font-size: 20px;
    margin-right: 10px;
}
h5.portfolio {
    margin-top: 10px;
}
.gallery-head {
    font-size: 20px;
    font-family: 'Questrial', sans-serif;
    margin: 20px 0;
}
.cut {
    position: relative;
    height: 80px;
}
.cut_image {
    /*縦・横の画像微妙に調整*/
    
    position: absolute;
    clip: rect(0 80px 70px 10px);
}

/*RECRUIT*/
.recruit-head {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #5f6eaf;
    line-height: 200%;
    border-bottom: 1px solid #999;
}
.recruitlist {
    margin: 40px 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #111;
}
.recruit-point {
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #555;
    border-left: 3px solid #5f6eaf;
    padding-left: 10px;
    line-height: 120%;
}
.more-info {
    margin: 20px 0 10px 0;
}
.phone {
    font-size: 21px;
    font-weight: 600;
}
.phone a {
    text-decoration: none;
    color: #555;
}

/*LESSON*/
.title-dis {
    color: #777;
    font-size: 10px;
    line-height: 200%;
}
.lesson-mi {
    font-size: 12px;
    line-height: 200%;
    font-weight: normal;
    margin-top: 15px;
}
.merit {
    font-size: 12px;
    line-height: 200%;
    font-weight: 600;
    background-color: #e4e4e4;
    padding: 15px;
    color: #5f6eaf;
    margin: 10px 0;
}
.lesson-i {
    font-size: 13px;
    font-weight: bold;
    line-height: 200%;
    padding-top: 5px;
}
.lesson-sale {
    font-weight: 600;
    color: #d73d3d;
    font-size: 16px;
}
.lesson-menu {
    font-size: 21px;
    margin-top: 25px;
    line-height: 100%;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.05em;
}

/*GALLERY*/
#bridal,
#hairmake,
#eyelash,
#hairset {
    padding-top: 20px;
    margin-top: -20px;
}
.gallery {
    position: relative;
    margin-top: 20px;
}
.gallery ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.gallery ul li {
    padding: 4px;
    position: relative;
    overflow: hidden;
    display: block;
}
.gallery ul li img {
    cursor: pointer;
    z-index: 100;
    object-fit: cover;
    height: 90px;
    min-height: 90px;
    margin: 0 auto;
}
.gallery img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* ie lt 8 */
    
    -ms-filter: "alpha(opacity=60)";
    /* ie 8 */
    
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    
    -khtml-opacity: 0.6;
}
@media (max-width: 1024px) {
    .gallery ul li {
        height: 90px;
    }
    
    .gallery ul li img {
        margin-top: 0;
        width: auto;
    }
}
@media (max-width: 980px) {
    .gallery ul li {
        height: 80px;
    }
    
    .gallery ul li img {
        margin-top: 0;
        width: auto;
    }
}
@media (max-width: 600px) {
    .gallery ul li {
        height: 50px;
    }
    
    .gallery ul li img {
        margin-top: 0;
        width: auto;
    }
}
.g-top {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
@media (max-width: 980px) {
    .g-top {
        width: auto;
        height: auto;
        margin-bottom: -80px;
    }
    
    .g-top img {
        height: auto;
        margin-top: 0;
    }
}
.bridal-image {
    background: url(../img/gallery/c-gallery-bd.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    min-height: 400px;
    margin: 50px 0 20px 0;
}
@media (max-width: 1024px) {
    .bridal-image {
        margin: 100px 0 10px 0;
    }
}
@media (max-width: 640px) {
    .bridal-image {
        min-height: 180px;
    }
}
.hairmaike-image {
    background-image: url(../img/gallery/c-gallery-hm-kitsuke.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    min-height: 400px;
    margin: 50px 0 20px 0;
}
@media (max-width: 1024px) {
    .hairmaike-image {
        margin: 100px 0 10px 0;
    }
}
@media (max-width: 640px) {
    .hairmaike-image {
        min-height: 180px;
        margin: 30px 0 0 0;
    }
}
.hairset-image {
    background-image: url(../img/gallery/c-gallery-hs.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    min-height: 400px;
    margin: 50px 0 20px 0;
}
@media (max-width: 1024px) {
    .hairset-image {
        margin: 100px 0 10px 0;
    }
}
@media (max-width: 640px) {
    .hairset-image {
        min-height: 180px;
        margin: 30px 0 0 0;
    }
}
.eyelash-image {
    background-image: url(../img/gallery/c-gallery-el.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    min-height: 400px;
    margin: 50px 0 20px 0;
}
@media (max-width: 1024px) {
    .eyelash-image {
        margin: 100px 0 10px 0;
    }
}
@media (max-width: 640px) {
    .eyelash-image {
        min-height: 180px;
        margin: 30px 0 0 0;
    }
}

/*PAGETOP*/
#page-top {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: 700;
    vertical-align: top;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 50px;
    text-align: center;
    display: block;
    border-radius: 25px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*CONTACT*/
#formWrap {
    width: auto;
    margin: 0 auto;
    color: #555;
    line-height: 190%;
    font-size: 90%;
}
@media (max-width: 360px) {
    table.formTable {
        max-width: 300px;
        width: 300px;
        margin: 0 auto;
        color: #555;
        line-height: 190%;
        font-size: 90%;
    }
}
table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
table.formTable td,
table.formTable th {
    border: 1px solid #ccc;
    padding: 15px;
}
table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #fff;
    text-align: left;
}
.submit-button {
    margin-top: 15px;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}
#swipebox-overlay img {
    border: none !important;
}
#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}
#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-slider .slide-loading {
    background: url(../img/loader.svg) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}
#swipebox-bottom-bar {
    bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
    top: -50px;
}
#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}
#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}
#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}
#swipebox-next {
    background-position: -78px 13px;
    float: right;
}
#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
    display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}
@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    
    50% {
        left: -30px;
    }
    
    100% {
        left: 0;
    }
}
@keyframes rightSpring {
    0% {
        left: 0;
    }
    
    50% {
        left: -30px;
    }
    
    100% {
        left: 0;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    
    50% {
        left: 30px;
    }
    
    100% {
        left: 0;
    }
}
@keyframes leftSpring {
    0% {
        left: 0;
    }
    
    50% {
        left: 30px;
    }
    
    100% {
        left: 0;
    }
}
@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }
    
    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
#swipebox-bottom-bar,
#swipebox-top-bar {}
#swipebox-top-bar {
    color: white !important;
    font-size: 14px;
    line-height: 43px;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.1em;
}

/* custom */
ol.ordinary-list {
    list-style: decimal;
}
ul.ordinary-list {
    list-style: square;
}