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

body {
    width: 100%;
    height: 100%;
    font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

/* ------------------------------------- /
/   header
/* ------------------------------------- */
#header h1{
    margin: 25px 0 0 10px;
    font-size: 8px;
    color: #FFA200;
}

.navbar-nav {
    font-size: 12px;
    margin-right: 5px;
}

.navbar-toggle p{
    font-size: 12px;
    color: #FFA200;
}

.logo {
    margin-left: 10px;
}

.br{
    border-right: 1px solid #DBDCDC;
}

.flexslider {
    margin-top: 100px;
    border-top: 2px solid #FFA200;
    border-bottom: 2px solid #FFA200;
}

@media (max-width: 1025px){
.flexslider {
    margin-top: 100px;
}
.br{
    border-right: none;
}
}

@media (max-width: 768px){

    .navbar-brand {
        padding: 5px 5px 5px 15px;
    }

    .flexslider {
        margin-top: 100px;
    }
}


/* ------------------------------------- /
/   Content
/* ------------------------------------- */
.menu {
    width: 100%;
    background-image: url(../img/dotlinebk.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 100px;
}

.menu2 {
    width: 100%;
    background-image: url(../information/img/menu-linebk.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

.menu_title {
    width: 100%;
    background-image: url(../img/menu-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
}

.menu_title h2{
    font-size: 24px;
    color: #FFA200;
    text-align: center;
}

.menu img{
    margin: 0 auto;
}

.menu2 img{
    margin: 0 auto;
}

.menu_block {
    margin: 0 auto;
    max-width: 1100px;
}
.menu_block ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.menu_block ul li{
    margin-bottom: 30px;
    width: calc(33.333333% - 10px);
}
.menu_block ul li a{
    transition: 0.3s;
}
.menu_block ul li a:hover{
    opacity: 0.7;
    transition: 0.3s;
}
@media (max-width: 425px){
    .menu_block ul li{
        margin-bottom: 20px;
    }
    .menu_block ul li img{
        margin-bottom: 0;
    }
}

.catch {
    width: 100%;
}

.catch_box {
    width: 100%;
    text-align: center;
    padding: 100px 0 30px 0;
}

.catch_box h2{
    font-size: 32px;
    margin-bottom: 30px;
    color: #727171;
}

.catch_box p{
    font-size: 16px;
    color: #727171;
}

.commitment {
    width: 100%;
    margin-bottom: 50px;
}

.commitment_title {
    max-width: 100%;
    padding: 50px 0 0 0;
}

.commitment_title h2{
    font-size: 24px;
    color: #FFA200;
    text-align: center;
}

.font {
    font-family: "Monotype Corsiva",serif;
    font-size: 74px;
    color: #FFCE8A;
}

.commitment h3{
    font-size: 18px;
    color: #57251D;
    margin-bottom: 20px;
}

.commitment p{
    font-size: 12px;
    color: #727171;
}

.commitment_box1 {
    width: 100%;
    height: 400px;
    margin-top: 30px;
    padding: 150px 45px 30px 45px;
    background-image: url(../img/commitment-bk2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.commitment_box2 {
    width: 100%;
    height: 400px;
    margin-top: 30px;
    padding: 150px 45px 30px 45px;
    background-image: url(../img/commitment-bk3.png);
    background-repeat: no-repeat;
    background-position: center;
}

.commitment_box3 {
    width: 100%;
    height: 400px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 150px 45px 30px 45px;
    background-image: url(../img/commitment-bk4.png);
    background-repeat: no-repeat;
    background-position: center;
}

.policy {
    width: 100%;
    background: #ffedc1;
    background: -moz-linear-gradient(left,  #ffedc1 0%, #ffefcc 9%, #ffefcc 17%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffedc1), color-stop(9%,#ffefcc), color-stop(17%,#ffefcc), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left,  #ffedc1 0%,#ffefcc 9%,#ffefcc 17%,#ffffff 100%);
    background: -o-linear-gradient(left,  #ffedc1 0%,#ffefcc 9%,#ffefcc 17%,#ffffff 100%);
    background: -ms-linear-gradient(left,  #ffedc1 0%,#ffefcc 9%,#ffefcc 17%,#ffffff 100%);
    background: linear-gradient(to right,  #ffedc1 0%,#ffefcc 9%,#ffefcc 17%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedc1', endColorstr='#ffffff',GradientType=1 );
    padding: 50px 0 50px 0;
    margin: 0 auto;
}

.policy h2{
    font-size: 34px;
    color: #FFA200;
}

.policy h3{
    font-size: 14px;
    color: #FFA200;
    margin: 70px 0 10px 0;
}

.policy h4{
    font-size: 20px;
    color: #FFA200;
    margin: 20px 0 20px 0;
}

.policy h5{
    font-size: 18px;
    color: #FFA200;
    margin: 20px 0 10px 0;
}

.policy h6{
    font-size: 18px;
    color: #FFA200;
    padding: 20px 0 10px 25px;
    background-image: url(../img/policy-icon.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}

.policy p{
    font-size: 12px;
}

.pb {
    border-left: 1px solid #FFA200;
    padding-bottom: 20px;
}

.facial-button {
    padding: 100px 0 0 30px;
}

.bridal {
    width: 100%;
    background: url(../img/bridal-bk.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 200px 0 100px 0;
}

.bridal h2{
    font-size: 34px;
    color: #FFCE8A;
    margin-bottom: 30px;
}

.bridal p{
    font-size: 16px;
    color: #727171;
}

.bridal-title {
    font-family: "Monotype Corsiva",serif;
    font-size: 44px;
    color: #FFA200;
}

.bridal-button {
    padding: 100px 0 0 60px;
}

.coupon {
    width: 90%;
    background-image: url(../img/coupon-bk1.png),url(../img/coupon-bk2.png),url(../img/coupon-bk3.png),url(../img/coupon-bk4.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: top left,top right,bottom left,bottom right;
    padding: 80px 0 80px 0;
    border: 2px solid #FFE08A;
    margin: 0 auto;
}

.coupon h2{
    font-size: 24px;
    color: #FFA200;
    margin: 20px 0 10px 0;
}

.coupon h3{
    font-size: 20px;
    color: #FFA200;
    margin: 0 0 20px 0;
}

.coupon h4{
    font-size: 20px;
    color: #FFA200;
    margin-bottom: 10px;
}

.coupon p{
    font-size: 12px;
    color: #FFA200;
    margin: 0 0 0 0
}

.coupon-title1{
    font-family: "Monotype Corsiva",serif;
    font-size: 42px;
    color: #8E534F;
}

.coupon-title2{
    font-family: "Monotype Corsiva",serif;
    font-size: 40px;
    color: #FFA200;
}

.coupon-button {
    padding: 40px 0 0 60px;
}

.overview{
    padding: 100px 0 0;
}
.overview .txt{
    padding: 0 20px;
}
.overview .txt h2{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.overview .txt p{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}




.about {
    width: 100%;
    background: url(../img/about-bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px 0 120px 0;
    margin: 100px 0 100px 0;
}

.about h2{
    font-family: "Monotype Corsiva",serif;
    font-size: 46px;
    font-weight: bold;
    color: #FFCE8A;
    margin-bottom: 20px;
}

.about p{
    font-size: 14px;
}

.about-box{
    width: 300px;
    margin-left: 50px;
    padding-bottom: 40px;
}

.info .linebanner {
    margin-bottom: 50px;
}

.information {
    width: 100%;
    margin-bottom: 30px;
}

.information2 {
    width: 100%;
    margin: 0 auto;
}

.information2 img{
    width: 100%;
    margin: 0 auto;
}

.information3 {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #FFA200;
}

.information-box {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dotted #ccc;
}

.information-box h3{
    color: #FFA200;
    margin-top: 20px;
}

.information-box p{
    font-size: 12px;
    margin-top: 5px;
}

.twitter {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #0cf;
}

.facebook {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #0081cc;
}

.twitter img{
    width: 100%;
    margin: 0 auto;
}

.facebook img{
    width: 100%;
    margin: 0 auto;
}

.banner img{
    margin: 0 auto;
}

.omotenashi{
    padding: 50px 0 0;
}
.omotenashi img{
    max-width: 150px;
    margin: 0 auto;
}

.note {
    margin-bottom: 30px;
    padding-left: 35px;
}
.note p{
    font-size: 14px!important;
}
.note2 {
    margin-bottom: 30px;
}

p.tax{
    font-size: 16px!important;
    color: #FFA200!important;
    margin: 10px -10px 10px 0;
    text-align: right;
}
p.tax2{
    font-size: 16px;
    color: #FFA200;
    margin: 10px 0 10px 0;
}

@media (max-width: 768px){
.note {
    padding-left: 0;
}
}

@media (min-width: 992px){
    .information2 {
        width: 350px;
    }

    .information2 img{
        width: 350px;
    }

    .information3 {
        width: 350px;
        height: 300px;
        overflow-y: scroll;
    }

    .twitter {
        width: 350px;
    }

    .facebook {
        width: 350px;
    }

    .twitter img{
        width: 350px;
    }

    .facebook img{
        width: 350px;
    }
}


@media (max-width: 768px){
.menu img{
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.catch_box {
    padding: 100px 5px 30px 5px;
}

.policy {
    width: 100%;
    background: #FFEDC1;
    padding: 30px 0 100px 0;
    margin: 0 auto;
}

.facial-button {
    padding: 50px 0 30px 0;
}

.bridal-title {
    font-size: 38px;
}

.bridal h2{
    font-size: 26px;
}

.bridal-button {
    padding: 50px 0 0 0;
}

.coupon h2{
    margin: 20px 0 10px 0;
}

.coupon p{
    margin: 0 0 0 10px;
}

.coupon h3{
    margin: 50px 0 20px 0;
}

.coupon-button {
    padding: 40px 0 0 65px;
}

.about {
    background-image: url(../img/about-bk2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.about-box{
    width: 300px;
    margin: 0 auto;
}

.information2 {
    width: 350px;
}

.information2 img{
    width: 350px;
}

.information3 {
    width: 350px;
}

.twitter {
    width: 350px;
}

.facebook {
    width: 350px;
}

.twitter img{
    width: 350px;
}

.facebook img{
    width: 350px;
}
}
@media (max-width: 425px){
.information2 {
    width: 100%;
}
.information2 img{
    width: 100%;
}
.information3 {
    width: 100%;
}
.twitter {
    width: 100%;
}
.facebook {
    width: 100%;
}
.twitter img{
    width: 100%;
}
.facebook img{
    width: 100%;
}
}

/* ------------------------------------- /
/   footer
/* ------------------------------------- */
#footer {
    padding: 70px 0 0 0;
}

.footer-high {
    width: 100%;
    background-color: #FFEDC1;
    border-top: 10px solid #FFA200;
    padding: 30px 0 30px 0;
}

.footer-logo h2{
    margin: 10px 0 10px 0;
    font-size: 10px;
    color: #FFA200;
    text-align: center;
}

.footer-logo {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.footer-logo img{
    margin: 0 0 20px 30px;
}

.footer-logo p{
    font-size: 12px;
    color: #57251D;
    text-align: center;
}

.footer-address {
    width: 180px;
    margin: 0 auto;
    padding-top: 10px;
}

.footer-address li{
    font-size: 12px;
    color: #57251D;
    margin-bottom: 5px;
}

.footer-box{
    margin-top: 0;
}
.footer-box img{
    width: 100px;
    margin: 0 auto;
}

.footer-box2{
    background-image: url(../img/footer-bk.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.footer-box3 {
    background-image: url(../img/footer-bk2.png);
    background-repeat: no-repeat;
    background-position: 0% 90%;
    padding: 100px 0 0 50px;
}

.footer-box3 p{
    font-size: 12px;
}

.footer-low {
    overflow: hidden;
    background-color: #57251D;
    padding:20px 0 20px 0;
}

.footer-nav ul {
    float: left;
    padding-left: 50px;
}

.footer-nav li {
    display: inline-block;
    padding:0 7px 0 6px;
    font-size: 10px;
    color: #fff;
}

.footer-nav li a {
    color: #ccc;
}

.footer-nav li
a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}

.border-r{
    border-right:1px solid #fff;
}

.copyright {
    float: right;
    padding-right: 50px;
    font-style:normal;
    font-size:10px;
    color:#ccc;
}


@media (max-width: 768px){
    .footer-box{
        width: 120px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .footer-nav ul {
        float: none;
        padding-left: 10px;
    }

    .copyright {
        float: none;
        padding: 20px 0 0 0;
        text-align: center;
    }

    .footer-address {
        margin: 0 auto;
    }
}

/*  page-top
/*--------------------------------- */

#page-top{
    width:80px;
    height:80px;
    display:none;
    position:fixed;
    right:16px;
    bottom:16px;
    z-index: 9999;
}

#page-top p:hover{
    opacity: 0.7;
}

#move-page-top{
    color:#fff;
    line-height:50px;
    text-decoration:none;
    display:block;
    cursor:pointer;
}


/* ------------------------------------- /
/   information
/* ------------------------------------- */
.info_area {
    width: 100%;
    background-image: url(../information/img/content-bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment:fixed;
    background-size: cover;
    padding: 150px 0 150px 0;
}

.first {
    width: 90%;
    background-image: url(../information/img/first-bk1.png),url(../information/img/first-bk2.png),url(../information/img/first-bk3.png),url(../information/img/first-bk4.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: top left,top right,bottom left,bottom right;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #FFE08A;
    padding: 50px;
    margin: 0 auto;
}

.first h2{
    font-size: 24px;
    color: #FFA200;
    margin-bottom: 30px;
    text-align: center;
}

.first p{
    font-size: 12px;
    line-height: 1.7em;
}

.first-box1 {
    width: 350px;
    margin: 0 auto;
    padding-left: 30px;
}

.first-box2 {
    width: 350px;
    margin: 0 auto;
    padding-right: 30px;
}

.first-button {
    text-align: center;
}

.first-button img{
    margin-top: 30px;
}

.img-caption {
    font-size: 12px;
    color: #57251D;
    margin-top: 5px;
    text-align: center;
}

.first-img img{
    margin: 0 auto;
}


@media (max-width: 768px){
    .first {
        width: 100%;
        padding: 50px;
        margin: 0 auto;
    }

    .first-box1 {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }

    .first-box2 {
        width: 100%;
        margin: 0 auto;
        padding-right: 0;
    }
}


/* ------------------------------------- /
/   facial
/* ------------------------------------- */
.content-title {
    width: 100%;
    background-image: url(../information/img/content-bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment:fixed;
    background-size: cover;
    padding: 50px 0 150px 0;
}

.facial-titlebk {
    width: 100%;
    background-image: url(../facial/img/facial-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 50px 50px 50px;
}

.facial-titlebk h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFA200;
    text-align: center;
}

.title-text {
    width: 450px;
    margin: 0 auto;
}

.content-title p{
    font-size: 16px;
    color: #727171;
    text-align: center;
}

.content-title h3{
    font-size: 18px;
    color: #FFA200;
    text-align: center;
    margin: 50px 0 30px 0;
}

.content-title img{
    margin: 0 auto;
}

.item-box {
    width: 100%;
    background-color: #FFEEC2;
    padding: 10px;
    margin: 50px 0 0 0;
}

.item-box2 {
    width: 70%;
    padding: 10px;
}

.item-box2 h4{
    font-size: 20px;
    color: #FFA200;
    padding: 20px 0 20px 60px;
    background-image: url(../facial/img/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.item-box2 p{
    font-size: 14px;
    color: #727171;
    text-align: left;
}

.font2 {
    font-family: "Monotype Corsiva",serif;
    font-size: 40px;
    color: #FFCE8A;
}

.font3 {
    font-family: "Monotype Corsiva",serif;
    font-size: 70px;
    color: #FFCE8A;
}

.menu-area {
    width: 100%;
    background-image: url(../information/img/menu-linebk.jpg);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 100px;
    margin-bottom: 100px;
}

.menu-area .img{
    width: 70%;
    margin: 100px auto 0;
}
.menu-area .img img{
    width: 100%;
}
.menu-area .img h3{
    margin-bottom: 30px;
    font-size: 20px;
    color: #FFA200;
    text-align: center;
}

@media (max-width: 768px){
.menu-area .img{
    width: 100%;
}
}

.eye-info-t {
    width: 100%;
    margin: 30px auto 0;
    padding: 50px 100px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    border: 3px double #FFCE8A;
    background-color: #fff;
}

.eye-info-t h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    color: #727171;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
}
.eye-info-t h3 span{
    font-size: 16px;
    font-weight: normal;
    color: #ef9393;
}
.eye-info-t p{
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
}
.eye-info-t p.indent{
    text-indent: -1em;
    padding-left: 1em;
}
.eye-info-t span.uline {
    font-weight: bold;
    text-decoration: underline;
}
.eye-info-t .banner2 img{
    margin: 0;
}

.eye-info {
    width: 65%;
    margin: 70px auto 0;
    padding: 50px 70px;
    border: 3px double #FFCE8A;
    background-color: #fff;
}

.eye-info h3{
    font-size: 20px;
    color: #727171;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
}
.eye-info p{
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
}

.facial-menu {
    width: 90%;
    background-image: url(../facial/img/menu-bk1.png),url(../facial/img/menu-bk2.png),url(../facial/img/menu-bk3.png),url(../facial/img/menu-bk4.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: top left,top right,bottom left,bottom right;
    border: 2px solid #727171;
    padding: 50px 50px 100px 50px;
    margin: 0 auto;
}

.facial-menu h2{
    font-family: "Monotype Corsiva",serif;
    font-size: 46px;
    color: #FFA200;
    margin-bottom: 30px;
    text-align: center;
}

.facial-menu p{
    font-size: 12px;
    color: #727171;
}

.menu-box1 {
    width: 350px;
    margin: 0 auto;
    padding-left: 30px;
}

.menu-box2 {
    width: 350px;
    margin: 0 auto;
    padding-right: 30px;
}

.facial-menu h3{
    font-family: "Monotype Corsiva",serif;
    font-size: 40px;
    color: #FFA200;
    margin-bottom: 30px;
}

.facial-menu h4{
    font-size: 16px;
    color: #FFA200;
    margin: 10px 0 10px 0;
}

.facial-menu h5{
    font-family: "Monotype Corsiva",serif;
    font-size: 22px;
    color: #FFA200;
    margin-bottom: 30px;
}

.facial-menu h6{
    font-family: "Monotype Corsiva",serif;
    font-size: 22px;
    color: #FFA200;
    margin-bottom: 30px;
}

.voice {
    width: 100%;
    background-image: url(../information/img/menu-linebk2.jpg),url(../information/img/menu-linebk.jpg);
    background-repeat: repeat-x,repeat-x;
    background-position: top,bottom;
    background-color: #FAFAFA;
    padding: 0 0 100px 0;
    margin: 100px 0 0 0;
}

.voice-title {
    width: 100%;
    background-image: url(../facial/img/voice-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 50px 50px 50px;
}

.voice-title h2{
    font-size: 24px;
    color: #FFA200;
    text-align: center;
}

.voice-box {
    width: 90%;
    background-color: #FFFFE6;
    border: 2px dotted #FFA200;
    padding: 30px;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.voice-box img{
    margin: 0 auto;
}

.voice-box2 {
    width: 70%;
    padding: 60px 10px 50px 10px;
}

.voice-box3 {
    width: 80%;
}

.qa-area {
    width: 100%;
    margin: 30px 0 100px 0;
}

.qa-title {
    width: 100%;
    background-image: url(../facial/img/qa-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 50px 50px 50px;
    margin-bottom: 30px;
}

.qa-title h2{
    font-size: 24px;
    color: #FFA200;
    text-align: center;
}

.font4 {
    font-size: 24px;
    font-weight: normal;
    color: #FFBE9F;
}

.qa-box {
    width: 70%;
    margin: 0 auto;
}

.qa-box2 {
    width: 350px;
    margin: 0 auto;
    padding: 20px;
}

.qa-box2 h3{
    font-size: 14px;
    font-weight: bold;
    color: #727171;
}

.qa-box2 p{
    font-size: 12px;
    color: #727171;
}

.newmenu {
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    margin-top: 50px;
    padding: 50px;
}

.newmenu-box1 {
    margin-bottom: 30px;
}

.newmenu-box1 h2{
    font-size: 32px;
    font-weight: bold;
    color: #FFA200;
    line-height: 1.2em;
    padding: 25px 0 0 130px;
    background-image: url(../facial/img/newmenu-icon.png);
    background-repeat: no-repeat;
    background-position: left 40px;
}

.newmenu-box1 h3{
    font-size: 20px;
    color: #FFA200;
    margin: 20px 0 0 0;
    text-align: left;
}

.newmenu-box1 h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    color: #727171;
    margin: 0 0 20px 0;
    padding-bottom: 5px;
    text-align: left;
}

.newmenu-box1 h5{
    padding: 30px 0;
}

.newmenu-box1 p{
    font-size: 14px;
    text-align: left;
}

.newmenu-box2 h3{
    font-size: 20px;
    color: #FFA200;
    margin: 0 0 40px 0;
    text-align: left;
}

.newmenu-box2 p{
    font-size: 14px;
    text-align: left;
}

.newmenu2 {
    padding: 30px 0;
    border-top: 1px solid #F09500;
    border-bottom: 1px solid #F09500;
}

.newmenu-box3 {
    margin: 30px 0 0 0;
}

.newmenu-box3 h2{
    font-size: 18px;
    color: #727171;
    margin: 0 0 20px 0;
    text-align: left;
}

.newmenu-box3 p{
    font-size: 12px;
    text-align: left;
}

.newmenu-box4 {
    margin: 30px 0 0 0;
}

.newmenu-box4 h3{
    font-size: 16px;
    color: #727171;
    margin: 20px 0 20px 0;
    text-align: left;
}

.newmenu-box4 p{
    font-size: 12px;
    text-align: left;
}

.newmenu-box5 {
    margin: 30px 0 0 0;
}

.newmenu-box5 h3{
    font-size: 14px;
    color: #727171;
    margin: 5px 0 25px 0;
    text-align: left;
}

.newmenu-box5 p{
    font-size: 11px;
    text-align: left;
}


@media (max-width: 768px){
    .title-text {
        width: 90%;
        margin: 0 auto;
    }

    .item-box2 {
        width: 100%;
        padding: 10px;
    }

    .facial-menu {
        width: 100%;
        padding: 100px 15px 100px 15px;
    }

    .menu-box1 {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }

    .menu-box2 {
        width: 100%;
        margin: 0 auto;
        padding-right: 0;
    }

    .facial-menu h6{
        margin-top: 50px;
    }

    .voice-box {
        width: 100%;
        padding: 10px;
    }

    .voice-box2 {
        padding: 20px 10px 30px 10px;
        margin: 0 auto;
        text-align: center;
    }

    .voice-box3 {
        width: 100%;
    }

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

    .newmenu {
        padding: 20px;
    }

    .newmenu-box1 h2{
        font-size: 26px;
        padding: 70px 0 30px 25px;
        background-position: top center;
    }

    .newmenu-box1 h3{
        font-size: 16px;
        margin: 20px 0 30px 0;
    }

    .newmenu-box1 h4{
        font-size: 14px;
    }

    .eye-info-t {
        width: 100%;
        margin: 30px auto 0;
        padding: 50px 20px;
        border: 3px double #FFCE8A;
        background-color: #fff;
    }

    .eye-info-t h3{
        font-size: 20px;
        color: #727171;
        text-align: center;
        padding-bottom: 30px;
        margin: 0;
    }
    .eye-info-t p{
        font-size: 14px;
        line-height: 1.8em;
        text-align: left;
    }

    .eye-info {
        width: 90%;
        margin: 100px auto 0;
        padding: 30px;
        border: 3px double #FFCE8A;
        background-color: #fff;
    }

    .eye-info h3{
        font-size: 20px;
        text-align: center;
        padding-bottom: 30px;
    }
    .eye-info p{
        font-size: 14px;
        line-height: 1.8em;
    }
}


/* ------------------------------------- /
/   bridal
/* ------------------------------------- */
.bridal-titlebk {
    width: 100%;
    background-image: url(../bridal/img/bridal-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 50px 50px 50px;
}

.bridal-titlebk h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFA200;
    text-align: center;
}

.bridalmenu-area {
    width: 100%;
    background-image: url(../information/img/menu-linebk.jpg);
    background-repeat: repeat-x;
    background-position: top;
    margin-bottom: 100px;
}

.bridalmenu-titlebk {
    width: 100%;
    background-image: url(../bridal/img/bridalmenu-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 50px 50px 50px;
}

.bridalmenu-titlebk h2{
    font-size: 24px;
    color: #FFA200;
    text-align: center;
}

.bridal-box {
    width: 65%;
    background-image: url(../bridal/img/bridalmenu-bk2.png),url(../bridal/img/bridalmenu-bk3.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center,10% 20%;
    padding: 100px 50px 100px 50px;
    margin: 0 auto;
}

.bridal-box2 {
    width: 65%;
    background-image: url(../bridal/img/bridalmenu-bk4.png),url(../bridal/img/bridalmenu-bk3.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center,10% 20%;
    padding: 100px 50px 100px 50px;
    margin: 0 auto;
}

.bridal-box h3{
    font-size: 20px;
    color: #D89339;
    text-align: center;
    margin-bottom: 10px;
}

.bridal-box2 h3{
    font-size: 20px;
    color: #D89339;
    text-align: center;
    margin-bottom: 50px;
}

.bridal-box h4{
    font-size: 14px;
    color: #D89339;
    text-align: center;
    margin-bottom: 50px;
}

.bridal-box p{
    font-size: 12px;
    color: #727171;
    text-align: center;
    margin-bottom: 20px;
}

.bridal-box2 p{
    font-size: 12px;
    color: #727171;
    text-align: center;
    margin-bottom: 20px;
}

table.example {
    width: 550px;
    border: 1px #C9BC9C solid;
    border-collapse: collapse;
    font-size: 12px;
    margin: 0 auto;
}

table.example caption {
    padding-bottom: 5px;
}

table.example th,
table.example td {
    padding: 10px 10px;
    border: 1px #C9BC9C solid;
}

table.example colgroup.item {
    background-color: #EFEFED;
}


table.example colgroup.data {
    background-color: #ffffff;
}

td.example1 {
    width: 35%;
}

td.example2 {
    width: 65%;
}


@media (max-width: 768px){
    .bridal-box {
        width: 100%;
        background-image: none;
        background-color: #FFEEC2;
        padding: 50px 10px 50px 10px;
        margin: 0 auto;
    }

    .bridal-box2 {
        width: 100%;
        background-image: none;
        background-color: #FFEEC2;
        padding: 50px 10px 50px 10px;
        margin: 0 auto;
    }

    table.example {
        width: 100%;
    }
}


/* ------------------------------------- /
/   eyelash
/* ------------------------------------- */
.eyelash-titlebk {
    width: 100%;
    background-image: url(../eyelash/img/eyelash-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 50px 70px 50px;
}

.eyelash-titlebk h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFA200;
    text-align: center;
}

.eyelash-box {
    width: 100%;
    padding: 50px 0 50px 0;
    margin-top: 50px;
}

.menu-area2 {
    width: 100%;
    background-image: url(../information/img/menu-linebk.jpg);
    background-repeat: repeat-x;
    background-position: top;
    margin-bottom: 100px;
}

.menu-area2 img{
    margin: 0 auto;
}

.menu-box3 {
    width: 70%;
    background-image: url(../facial/img/menu-bk1.png),url(../facial/img/menu-bk2.png),url(../facial/img/menu-bk3.png),url(../facial/img/menu-bk4.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: top left,top right,bottom left,bottom right;
    border: 2px solid #727171;
    padding: 50px 70px 100px 70px;
    margin: 0 auto;
}

.menu-box4 {
    margin: 0 auto;
    /*width: 450px;*/
    /*padding-left: 30px;*/
}
.menu-box5 {
    margin: 50px auto 0;
    max-width: 680px;
    /*padding-left: 30px;*/
}

.menu-box3 h2{
    font-family: "Monotype Corsiva",serif;
    font-size: 46px;
    color: #FFA200;
    margin-bottom: 30px;
    text-align: center;
}

.menu-box4 h3{
    font-family: "Monotype Corsiva",serif;
    font-size: 20px;
    color: #FFA200;
    margin-bottom: 20px;
}

.menu-box4 h4{
    font-size: 16px;
    color: #FFA200;
    margin: 15px 0 0 0;
}

.menu-box4 dl,
.menu-box5 dl{
    font-size: 16px;
    color: #FFA200;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #FFA200;
    overflow: hidden;
}
.menu-box4 dt,
.menu-box5 dt{
    width: 55%;
    font-weight: normal;
    float: left;
    clear: left;
}
.menu-box4 dd,
.menu-box5 dd{
    width: 45%;
    text-align: right;
    float: left;
}

.font5 {
    font-size: 12px;
    color: #FFA200;
}

@media (max-width: 425px){
.menu-box4 dt,
.menu-box5 dt{
    width: 100%;
    font-weight: normal;
    float: left;
    clear: left;
}
.menu-box4 dd,
.menu-box5 dd{
    width: 100%;
    text-align: right;
    float: left;
}
}


@media (max-width: 768px){
    .eyelash-box {
        padding: 80px 0 50px 0;
    }

    .eyelash-box img{
        margin-bottom: 30px;
    }

    .menu-box3 {
        width: 100%;
        padding: 80px 10px 100px 10px;
        margin: 0 auto;
    }

    .menu-box4 {
        width: 100%;
        padding-left: 0;
    }

    .menu-box3 h2{
        font-size: 46px;
    }

    .menu-box4 h3{
        font-size: 20px;
    }

    .menu-box4 h4{
        font-size: 14px;
        color: #FFA200;
        margin: 10px 0 10px 0;
    }
}

/* ------------------------------------- /
/   whitening
/* ------------------------------------- */
.whitening-titlebk {
    width: 100%;
    background-image: url(../whitening/img/whitening-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 50px 70px 50px;
}

.whitening-titlebk h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFA200;
    text-align: center;
}


/* ------------------------------------- /
/   epilation
/* ------------------------------------- */
.epilation-titlebk {
    width: 100%;
    background-image: url(../removal/img/epilation-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 50px 70px 50px;
}

.epilation-titlebk h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFA200;
    text-align: center;
}

.figure img{
    margin: 0 auto;
}

.menu-area2-h2{
    width: 220px;
    font-size: 24px;
    color: #FFA200;
    text-align: center;
    padding: 50px 0 10px 0;
    border-bottom: 1px solid #FFA200;
    margin: 0 auto;
}


/* ------------------------------------- /
/   aroma
/* ------------------------------------- */
.aroma-titlebk {
    width: 100%;
    background-image: url(../aroma/img/aroma-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px 20px 50px;
    margin-bottom: 30px;
}

.aroma-titlebk h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFA200;
    text-align: center;
}


/* ------------------------------------- /
/   contact
/* ------------------------------------- */
.contact-titlebk {
    width: 100%;
    background-image: url(../contact/img/contact-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px 20px 50px;
    margin-bottom: 30px;
}

.contact-titlebk h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFA200;
    text-align: center;
}

.access-titlebk {
    width: 100%;
    background-image: url(../contact/img/access-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px 20px 50px;
    margin-bottom: 30px;
}

.access-titlebk h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFA200;
    text-align: center;
}

.access-titlebk {
    width: 100%;
    background-image: url(../contact/img/access-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px 20px 50px;
    margin-bottom: 30px;
}

.item-box2 h5{
    font-family: "Monotype Corsiva",serif;
    font-size: 50px;
    font-weight: bold;
    color: #FFA200;
    padding: 20px 0 20px 60px;
    background-image: url(../facial/img/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.item-box2 h6{
    font-size: 28px;
    font-weight: bold;
    color: #FFA200;
    padding: 20px 0 20px 30px;
    background-image: url(../contact/img/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.recruit-titlebk {
    width: 100%;
    background-image: url(../contact/img/recruit-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px 20px 50px;
    margin-bottom: 30px;
}

.recruit-titlebk h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFA200;
    text-align: center;
}

.item-box-r {
    width: 100%;
    background-color: #FFEEC2;
    padding: 20px;
    margin: 50px 0 0 0;
}

.item-box3 {
    width: 100%;
    padding: 30px 0;
}

.item-box3 td {
    padding: 10px;
}

.font-r {
    font-size: 14px;
    color: #842E25;
    font-weight: bold;
}

.font-r-2 {
    font-size: 10px;
    color: #842E25;
    font-weight: bold;
}


@media (max-width: 768px){
    .item-box-r {
        padding: 20px 10px 50px 10px;
    }
}



/* ------------------------------------- /
/   recruit
/* ------------------------------------- */
.recruit_area {
    width: 100%;
    background-image: url(../information/img/content-bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment:fixed;
    background-size: cover;
    padding: 150px 0 150px 0;
}

.recruit_area .first {
    width: 90%;
    background-image: url(../information/img/first-bk1.png),url(../information/img/first-bk2.png),url(../information/img/first-bk3.png),url(../information/img/first-bk4.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: top left,top right,bottom left,bottom right;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #FFE08A;
    padding: 80px 50px 80px;
    margin: 0 auto;
}

.recruit_area .first h2{
    font-size: 30px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    letter-spacing: 0.1em;
    color: #FFA200;
    margin-bottom: 30px;
    text-align: center;
}

.recruit_area .first .box {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}

.recruit_area .first .box dl{
    width: 100%;
    padding-left: 10px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    overflow: hidden;
    border-bottom: 1px solid #FFE08A;
}

.recruit_area .first .box dt{
    width: 20%;
    padding: 20px 0;
    float:left;
    clear:left;
}

.recruit_area .first .box dd{
    width: 80%;
    padding: 20px 10px 20px 0;
    line-height: 1.8em;
    float:left;
}

.recruit_area .recruit_btn {
    width: 80%;
    margin: 30px auto 0;
    padding: 15px 0;
    text-align: center;
    background-color: #FFE08A;
    border-radius: 10px;
}
.recruit_area .recruit_btn:hover{
    color: #fff;
    background-color: #ffc08a;
    transition: 0.3s;
}


@media (max-width: 768px){
.recruit_area .first {
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
}

.recruit_area .first .box {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.recruit_area .first .box dl{
    width: 100%;
    padding-left: 10px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    overflow: hidden;
    border-bottom: 1px solid #FFE08A;
}

.recruit_area .first .box dt{
    width: 20%;
    padding: 20px 0;
    float:left;
    clear:left;
}

.recruit_area .first .box dd{
    width: 80%;
    padding: 20px 10px 20px 10px;
    line-height: 1.8em;
    float:left;
}
}
@media (max-width: 320px){
.recruit_area .first {
    width: 100%;
    padding: 50px 10px;
    margin: 0 auto;
}
.recruit_area .recruit_btn {
    width: 90%;
    margin: 20px auto 0;
    padding: 15px 0;
    text-align: center;
    background-color: #FFE08A;
    border-radius: 10px;
}
}




/*  facebook
/*--------------------------------- */
/* Facebook Like Box width:100% */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
    width: 100%!important;
}


/*  google map
/*--------------------------------- */

.map_wrapper {
  max-width: 640px;
  min-width: 280px;
  margin: 0px auto;
  border: 1px solid #CCC;
}

.googlemap {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#lock {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    text-align: center;
    display: none;
    opacity: 0.9;
}





