body {
    font-family: "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.7;
}

h3 span {
    font-family: "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
}


/*-------------------------------------
ブレイクポイント
--------------------------------------*/

a:hover {
    text-decoration: none;
    color: #333;
}

@media (min-width:544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}


/**bg**/

.bg__type__01 {
    background-color: #fff;
    padding: 4rem 0 4rem 0;
}

.bg__type__02 {
    background-color: #f9f9f9;
    padding: 4rem 0 2rem 0;
}

.bg__type__03 {
    background-color: #f1f0ee;
    padding: 4rem 0 4rem 0;
}

.bg__type__04 {
    background-color: #fff;
    padding: 4rem 0 2rem 0;
}

@media (min-width:544px) {}

@media (min-width:768px) {

    /**bg**/
    .bg__type__01 {
        background-color: #fff;
        padding: 4rem 0 4rem 0;
    }

    .bg__type__02 {
        background-color: #f9f9f9;
        padding: 4rem 0 2rem 0;
    }

    .bg__type__03 {
        background-color: #f1f0ee;
        padding: 4rem 0 4rem 0;
    }

    .bg__type__04 {
        background-color: #fff;
        padding: 4rem 0 2rem 0;
    }
}

@media (min-width:992px) {
    .bg__type__01 {
        background-color: #fff;
        padding: 6rem 0 6rem 0;
    }

    .bg__type__02 {
        background-color: #f9f9f9;
        padding: 6rem 0 4rem 0;
    }

    .bg__type__03 {
        background-color: #f1f0ee;
        padding: 6rem 0 6rem 0;
    }

    .bg__type__04 {
        background-color: #fff;
        padding: 6rem 0 4rem 0;
    }

    .text-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {}


/**bt**/

.bt__type__01 {
    text-align: center;
    margin: 0;
}

.bt__type__01 a {
    font-size: 0.9rem;
    font-weight: bold;
}

.bt__type__01 span {
    background-color: #d48089;
    border-radius: 6px;
    padding: 12px 20px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    border: solid 2px #d48089;
    width: 280px;
}

.bt__type__01 span:hover {
    background-color: #FFF;
    border-radius: 6px;
    padding: 12px 20px;
    display: inline-block;
    color: #d48089;
}

@media (min-width:544px) {
    .bt__type__01 {
        text-align: center;
        margin: 0;
    }

    .bt__type__01 a {
        font-size: 1rem;
        font-weight: bold;
    }

    .bt__type__01 span {
        background-color: #d48089;
        border-radius: 6px;
        padding: 12px 20px;
        display: inline-block;
        color: #FFF;
        text-align: center;
        border: solid 2px #d48089;
        width: 350px;
    }

    .bt__type__01 span:hover {
        background-color: #FFF;
        border-radius: 6px;
        padding: 12px 20px;
        display: inline-block;
        color: #d48089;
    }
}


/*-------------------------------------
イメージ
--------------------------------------*/

img {
    width: 100%;
    height: auto;
}


/*-------------------------------------
個別
---------------------------------------*/

a:hover {
    text-decoration: none;
    color: #333;
}

.menu__box:hover {
    opacity: 0.8;
}

.lesson__box:hover {
    opacity: 1;
}

.campaign__box:hover {
    opacity: 0.8;
}

.mb_0 {
    margin-bottom: 0 !important;
}

h1 img {
    width: 160px;
    height: auto;
    margin-top: 22px;
}

body h2 {
    font-family: 'Fjalla One';
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: 2px;
}

.bold {
    font-weight: bold;
}

@media (min-width:768px) {
    body h2 {
        font-family: 'Fjalla One';
        text-align: center;
        font-size: 2.6rem;
        line-height: 2.3rem;
        letter-spacing: 3px;
    }
}

body .menu__box h3 {
    font-family: 'Fjalla One';
    text-align: center;
}

body h2 span {
    display: block;
    font-size: 11px;
}

body h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
}


/**menu__box**/

.menu__box {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 2rem;
}

.menu__box h3 {
    margin-top: 20px;
    font-size: 1.2rem;
}

.menu__box h3 span {
    display: block;
    font-size: 0.6rem;
    font-weight: normal;
    margin-top: 5px;
}

.menu__box .txt {
    font-size: 0.8rem;
    margin-top: 10px;
}


/**lesson__box**/

.lesson__box {
    background-color: #FFF;
    margin-bottom: 2rem;
}

.lesson__box p.photo {
    width: 100%;
    float: inherit;
    margin: 0;
    padding: 0;
    padding: 15px;
    text-align: center;
}

.lesson__box p.photo img {
    width: 50%;
}

.lesson__box .right {
    width: 100%;
    float: inherit;
    padding: 4% 3% 4% 3%;
}

.lesson__box .right h3 {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 1rem;
    text-align: center;
}

.lesson__box .right p.read {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0.8rem;
    margin-top: 5px;
    font-weight: bold;
}

.lesson__box .right p.txt {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0.8rem;
    margin-top: 10px;
}


/**lesson__box**/

.campaign__box {
    background-color: #FFF;
    margin-bottom: 2rem;
}

.campaign__box .photo {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #EEE;
}

.campaign__box .date {
    margin: 10px 0 !important;
}

.campaign__box .txt {
    text-align: center;
    margin-top: 15px;
    text-align: left;
    font-size: 0.8rem;
}

.campaign__box h3 {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
}


/**footer**/

footer {
    background-color: #d48089;
    padding: 3rem 0 0 0;
}

footer .footer_logo img {
    width: 100%;
    max-width: 160px;
    text-align: left !important;
}

footer h2 {
    color: #FFF;
    font-size: 0.8rem;
    font-family: "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
    letter-spacing: 0em;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    margin-top: 10px;
}

footer .address {
    color: #FFF;
    margin-top: 0px;
}

footer .address a:link,
footer .address a:visited {
    color: #FFF;
}

footer ul.banner {
    margin: 20px auto;
    vertical-align: middle;
    width: 860px;
}

@media (max-width: 767px) {
    footer ul.banner {
        width: 100%;
        flex-wrap: wrap !important;
    }
}


footer ul.banner li {
    width: 45%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 200px;
}

@media (max-width: 767px) {
    footer ul.banner li {
        width: 45%;

        margin-right: 5%;
        margin-bottom: 10px;
        max-width: auto;
    }
}


footer ul.banner li:last-child {
    margin-right: 0px;
    margin-top: 0rem;
}




@media (max-width: 1199px) {
    footer ul.banner li:last-child {
        margin-right: 0px;
        margin-top: 0rem;
    }

}

footer ul.banner li a:link,
footer ul.banner li a:visited {
    opacity: 1.0;
}

footer ul.banner li a:hover {
    opacity: 0.9;
}

.copyright {
    background-color: #351c1f;
    text-align: center;
    color: #FFF;
    font-size: 0.7rem;
    padding: 0.5rem 0 0.5rem 0;
}

.footer__wrapper {
    margin-bottom: 2rem;
}

footer .container .row {
    margin-bottom: 3rem;
}

.mv__image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20% 0 20% 0;
    background-image: url(../images/top/main_visual.jpg);
    background-size: cover;
    background-position: 50% 0;
}

.mv__image p {
    max-width: 81%;
    margin: 0 auto;
}

@media (min-width:544px) {
    .lesson__box .right h3 {
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 1rem;
        text-align: left;
    }

    .lesson__box p.photo {
        width: 100%;
        float: inherit;
        margin: 0;
        padding: 0;
        padding: 0px;
        text-align: center;
    }

    .menu__box {
        background-color: #FFF;
        padding: 7px;
        margin-bottom: 2rem;
    }

    .lesson__box p.photo {
        width: 30%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .lesson__box .right {
        width: 70%;
        float: right;
        padding: 4% 3% 4% 3%;
    }

    .lesson__box p.photo img {
        width: 100%;
    }

    .lesson__box p.photo {
        width: 34%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .lesson__box .right {
        width: 66%;
        float: right;
        padding: 4% 3% 4% 3%;
    }

    footer {
        background-color: #d48089;
        padding: 3rem 0 0 0;
        font-size: 0.8rem;
    }

    .footer_logo {
        text-align: left;
    }

    .footer_logo img {
        width: 100%;
        max-width: 160px;
        text-align: left !important;
    }

    footer .address {
        color: #FFF;
    }
}

@media (min-width:768px) {
    .box__top {
        margin-bottom: 0rem;
    }

    .lesson__box p.photo {
        width: 26%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .lesson__box .right {
        width: 74%;
        float: right;
        padding: 4% 3% 4% 3%;
    }
}

@media (min-width:992px) {
    .mv__image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 18% 0 18% 0;
        background-image: url(../images/top/main_visual.jpg);
        background-size: cover;
    }

    .lesson__box p.photo {
        width: 45%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .lesson__box .right {
        width: 55%;
        float: right;
        padding: 4% 3% 4% 3%;
    }

    .mv__image p {
        width: 570px;
        margin: 0 auto;
    }
}

@media (min-width:1200px) {
    .lesson__box p.photo {
        width: 34%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .lesson__box .right {
        width: 66%;
        float: right;
        padding: 4% 3% 4% 3%;
    }
}


/*DEPILATION*/

.lineNon {
    text-decoration: line-through;
}

.border-top {
    border-top: solid #ccc 1px;
}

@media (min-width:544px) {
    .depilation__long {
        padding-left: 11%;
        width: 82%;
    }
}

@media (min-width:768px) {
    .depilation__long {
        padding-left: 2%;
        width: 75%;
    }
}

@media (min-width:992px) {
    .depilation__long {
        margin-left: -13.5%;
        width: 88%;
    }
}


/*DRESSING*/

h4.menu {
    text-align: left;
    border-bottom: solid 1px #000;
    font-size: 1rem !important;
    padding: 5px 5px 10px 5px;
    line-height: 1.6em;
}

h4.ttl01 {
    text-align: left;
    border-bottom: solid 1px #000;
    font-size: 1rem !important;
    margin-bottom: 30px;
    padding: 5px 5px 10px 5px;
    line-height: 1.6em;
}

.menuPrice {
    float: right;
    padding: 15px 5px 15px 5px;
}

.menuTitle {
    float: left;
    padding: 15px 5px 11px 5px;
    font-size: 0.9rem;
}

.menuTitle span {
    font-size: 0.96rem;
}

.border__bottom {
    border-bottom: dotted 1px #aaa;
}

h3.title_02 {
    font-size: 1.8rem;
    font-family: 'Fjalla One';
    text-align: center;
    letter-spacing: 2px !important;
}

h3.title_02 span {
    display: block;
    border: none !important;
}

.menu__gallery {
    margin-top: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu__gallery li {
    width: 30.66%;
    margin: 0 1.5% 5%;
}

@media (min-width:768px) {
    .menu__gallery li {
        width: 17%;
        margin: 0 1.5% 1.5% 1.5% !important;
        float: none;
        padding-bottom: 15px;
    }
}

@media (max-width:544px) {
    .menu__gallery li {
        width: 30%;
        margin: 0 1.5% 0.5% 1.5% !important;
        float: none;
        padding-bottom: 15px;
    }
}


/*EYELASH*/

.read {
    font-size: 1.16rem;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
}

.fc__red {
    color: #cc0000;
}

.title_02 span {
    font-size: 1rem !important;
    line-height: 2.6em;
}

.eyelashLeft {
    width: 100%;
    float: none;
}

.eyelashRight {
    width: 100%;
    float: none;
}

.menuPrice {
    float: right;
    padding: 3px 5px 10px 5px;
    display: block;
    width: 100%;
    text-align: right;
    max-width: 100%;
}

.menuTitle {
    float: left;
    padding: 10px 5px 5px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
}

@media (min-width:544px) {
    .menuPrice {
        float: right;
        padding: 15px 5px 15px 5px;
        display: inline-block;
        width: auto;
    }

    .menuTitle {
        float: left;
        padding: 15px 5px 11px 5px;
        display: inline-block;
        width: auto;
        max-width: 70%;
    }
}

@media (min-width:768px) {
    .eyelashLeft {
        width: 45%;
        float: left;
    }

    .eyelashRight {
        width: 52%;
        float: right;
    }
}

@media (min-width:992px) {
    .eyelashLeft {
        width: 47%;
        float: left;
    }

    .eyelashRight {
        width: 50%;
        float: right;
    }
}


/*NAIL*/

.nailLeft {
    width: 100%;
    float: none;
}

.nailRight {
    width: 100%;
    float: none;
}

.title__space {
    margin-top: 3rem;
}

.campaignLeft {
    width: 100%;
    float: none;
}

.campaignLeft p.pic01 {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
}

.campaignLeft p.pic01 img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #EEE;
}

.campaignRight {
    width: 100%;
    float: none;
}

.campaignRight li {
    margin-bottom: 15px;
    line-height: 1.3;
}

.campaignRight a:link,
.campaignRight a:visited {
    text-decoration: underline;
}

.campaignRight a:hover {
    text-decoration: none;
    color: #888;
}

@media (min-width:992px) {
    .nailLeft {
        width: 49.5%;
        float: left;
    }

    .nailRight {
        width: 49.5%;
        float: right;
    }

    .title__space {
        margin-top: 0;
    }
}

@media (min-width:992px) {
    .campaignLeft {
        width: 70%;
        float: left;
    }

    .campaignRight {
        width: 29%;
        float: right;
    }

    .title__space {
        margin-top: 0;
    }
}


/*FASTING*/

.inner__wrapper02 {
    max-width: 740px;
    margin: 0 auto;
}

.productImage {
    text-align: center;
}

.productImage img {
    height: 140px;
    width: auto;
    margin-top: 5px;
}

.productTitle {
    font-size: 1.06rem;
}

.triangle {
    font-size: 5px;
}


/*footer*/

.footer_logo {
    text-align: center !important;
}

.address {
    text-align: center;
}

@media (min-width:768px) {
    .footer_logo {
        margin-top: 1.4rem;
        text-align: left !important;
    }

    .address {
        text-align: left;
    }
}


/*body*/

.read span {
    font-size: 0.8rem;
}

.title span {
    font-size: 0.74rem;
}

.inner__wrapper03 {
    max-width: 720px;
    margin: 0 auto;
}

.column {
    border: 4px solid #cbcbcb;
    padding: 20px;
}

.column .title {
    font-size: 1rem;
}

.column .btn2 {
    max-width: 180px;
    background-color: #000;
    margin: 0 auto !important;
    border-radius: 0;
    color: #FFF;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 0.9rem;
}

.btn2 a {
    font-size: 0.9rem !important;
}

.bodyImage_01 {
    max-width: 540px;
    height: auto;
    margin: 0 auto;
    margin-top: 3rem;
}

.bodyTxt_01 {
    text-align: center;
}

.column .btn2:hover {
    opacity: 0.7;
}

.body__image {
    text-align: center !important;
    margin: 0 auto !important;
}

.body__image img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 25px;
    max-width: 170px
}

@media (min-width:544px) {
    .body__image img {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 0px;
    }

    .bodyTxt_01 {
        text-align: left;
    }
}


/*body_important*/

.important {
    font-weight: bold !important;
    text-decoration: underline !important;
}


/*make lesson*/

.font__normal {
    font-weight: normal !important;
    font-size: 1.1rem !important;
}

.common__image__make {
    margin-top: 72px;
    background-image: url(../images/make/common_ttl.jpg);
    padding: 0;
    padding: 7.5% 0 6.5% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.common__image__make {
    margin-top: 44px;
    background-image: url(../images/make/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.jhmaa__image {
    text-align: center !important;
    margin: 0 auto !important;
}

.jhmaa__image img {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    max-width: 110px !important;
    margin-bottom: 25px;
}

@media (min-width:768px) {
    .common__image__make {
        margin-top: 72px;
        background-image: url(../images/make/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/*access*/

.common__image__access {
    margin-top: 44px;
    background-image: url(../images/access/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__access {
        margin-top: 72px;
        background-image: url(../images/access/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/*school*/

h4 {
    font-size: 1.16rem !important;
}

.common__image__school {
    margin-top: 44px;
    background-image: url(../images/school/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__school {
        margin-top: 72px;
        background-image: url(../images/school/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.school__box {
    background-color: #fafafa;
    padding: 25px;
    margin-top: 1.5rem;
}

@media (min-width:768px) {
    .school__box {
        min-height: auto;
        width: 100%;
    }
}

@media (min-width:992px) {
    .school__box {
        min-height: 185px;
        width: 100%;
    }
}

.school__box .red {
    color: #d48089;
}

.m-t-h {
    margin-top: 0.5rem;
}

.jhmaa__image {
    text-align: center !important;
    margin: 0 auto !important;
}

.jhmaa__image img {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    max-width: 100px;
    margin-bottom: 25px;
}

@media (min-width:544px) {
    .jhmaa__image img {
        width: 85%;
    }
}


/*bridal*/

.read2 {
    font-size: 1.16rem;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    margin-top: 2rem;
}

@media (min-width:544px) {
    .read2 {
        font-size: 1.16rem;
        text-align: center;
        line-height: 1.5em;
        font-weight: bold;
        text-align: left;
        margin-top: 0;
    }
}

@media (max-width:544px) {
    .read2 {
        font-size: 1.0rem;
        text-align: center;
        line-height: 1.5em;
        font-weight: bold;
        text-align: left;
        margin-top: 25px;
    }
}

@media (max-width:544px) {
    .tax01 {
        font-size: 0.8em !important;
    }

    .tax02 {
        font-size: 0.6em !important;
    }
}

@media (min-width:768px) {
    .tax01 {
        font-size: 0.8em !important;
    }

    .tax02 {
        font-size: 0.6em !important;
    }
}


/* body */

.common__image__body {
    margin-top: 44px;
    background-image: url(../images/menu/body/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__body {
        margin-top: 72px;
        background-image: url(../images/menu/body/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* bridal */

.common__image__bridal {
    margin-top: 44px;
    background-image: url(../images/menu/bridal/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__bridal {
        margin-top: 72px;
        background-image: url(../images/menu/bridal/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* nailschool */

.common__image__nailschool {
    margin-top: 44px;
    background-image: url(../images/nailschool/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__nailschool {
        margin-top: 72px;
        background-image: url(../images/nailschool/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* depilation */

.common__image__depilation {
    margin-top: 44px;
    background-image: url(../images/menu/depilation/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__depilation {
        margin-top: 72px;
        background-image: url(../images/menu/depilation/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* dressing */

.common__image__dressing {
    margin-top: 44px;
    background-image: url(../images/menu/dressing/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__dressing {
        margin-top: 72px;
        background-image: url(../images/menu/dressing/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* eyelash */

.common__image__eyelash {
    margin-top: 44px;
    background-image: url(../images/menu/eyelash/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__eyelash {
        margin-top: 72px;
        background-image: url(../images/menu/eyelash/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* facial */

.common__image__facial {
    margin-top: 44px;
    background-image: url(../images/menu/facial/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__facial {
        margin-top: 72px;
        background-image: url(../images/menu/facial/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* fasting */

.common__image__fasting {
    margin-top: 44px;
    background-image: url(../images/menu/fasting/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__fasting {
        margin-top: 72px;
        background-image: url(../images/menu/fasting/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* hairmake */

.common__image__hairmake {
    margin-top: 44px;
    background-image: url(../images/menu/hairmake/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__hairmake {
        margin-top: 72px;
        background-image: url(../images/menu/hairmake/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* nail */

.common__image__nail {
    margin-top: 44px;
    background-image: url(../images/menu/nail/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__nail {
        margin-top: 72px;
        background-image: url(../images/menu/nail/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* campaign */

.common__image__campaign {
    margin-top: 44px;
    background-image: url(../images/campaign/common_ttl.jpg);
    padding: 0;
    padding: 50px 0 50px 0;
    background-size: 900px auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (min-width:768px) {
    .common__image__campaign {
        margin-top: 72px;
        background-image: url(../images/campaign/common_ttl.jpg);
        padding: 0;
        padding: 7.5% 0 6.5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.m-t-1 {
    margin-top: 0.6rem !important
}

.m-t-2 {
    margin-top: 1.2rem !important
}

.m-t-3 {
    margin-top: 1.8rem !important
}

@media (min-width:760px) {
    .m-t-1 {
        margin-top: 1rem !important
    }

    .m-t-2 {
        margin-top: 2rem !important
    }

    .m-t-3 {
        margin-top: 3rem !important
    }
}

h1.top {
    opacity: 0;
}

@media (min-width:760px) {
    h1.top {
        opacity: 1;
    }
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:link {
    color: #000;
    text-decoration: none;
}

#footer {
    margin-top: 0rem !important;
}

h1 {
    padding: 0;
    margin-top: -20px !important;
}

@media (min-width:760px) {
    h1 {
        padding: 0;
        margin-top: -5px !important;
    }
}

@media (min-width:768px) {
    .small01 {
        font-size: 0.7em;
    }
}

@media (max-width:544px) {
    .read {
        font-size: 1.0rem;
    }

    .small01 {
        font-size: 0.7em;
    }

    footer h2 {
        color: #FFF;
        font-size: 0.8rem;
        font-family: "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
        letter-spacing: 0em;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        margin-top: 10px;
    }
}


/*------------------------------------------
Form カスタマイズ
------------------------------------------*/

.cform th {
    font-size: 14px;
    width: 220px;
    /*変なところで改行される場合はここの数字を変更します。*/
    padding: 10px 0 10px 15px;
    font-weight: normal;
    text-align: left;
}

.cform td {
    font-size: 14px;
    line-height: 150%;
    padding: 10px 5px;
}

.cform {
    width: 700px;
    margin: auto;
}

.cform [type=submit] {
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-decoration: none;
    background: #ff8f00;
    color: #FFF;
    border-bottom: solid 4px #B17C00;
    border-radius: 3px;
}

.cform option,
.cform select,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
    width: auto;
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
    height: 30px;
    overflow: hidden;
    font-size: 16px;
    background-color: #FFF;
}

.cform textarea {
    width: 95%;
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
    font-size: 16px;
    background-color: #fff;
    1
}

.cform tr {
    width: 100%;
    border-bottom: none;
}

.cform tr:last-child {
    border-bottom: none !important;
}

.cform tr:nth-child(odd) {
    background-color: #F6F7F9;
}

.required-srt {
    font-size: 8pt;
    padding: 5px;
    background: #ce0000;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.any-srt {
    font-size: 8pt;
    padding: 5px;
    background: #62c554;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.mw_wp_form_complete {
    padding-bottom: 70px;
}

@media only screen and (max-width:767px) {
    .cform {
        width: 100%;
    }

    .cform th {
        width: auto;
        display: block;
        border-top: none;
    }

    .cform td {
        width: auto;
        display: block;
        border-top: none;
        padding-top: 0;
    }
}

.submit-btn {
    text-align: center;
    margin: 35px 0 20px;
}

input[type=submit],
input[type=button] {
    border-radius: 5px;
    padding: 10px 40px;
    border: solid 1px #CCC;
    background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
    background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
    background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
    background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
    text-shadow: 0px 2px 0px #FFF;
    font-size: 24px;
    cursor: pointer;
    outline: none;
    width: 40%;
}

@media only screen and (max-width:767px) {

    input[type=submit],
    input[type=button] {
        width: 60%;
    }
}

.submit-btn input:hover {}

.mw_wp_form .error {
    padding: 5px 0 0 10px !important;
}

.cform input::placeholder {
    color: #CCC;
    font-weight: normal;
}

.center {
    text-align: center !important;
}

.mw_wp_form_confirm .confirm-none {
    display: none;
}

.mw_wp_form_confirm .confirm-block {
    display: block;
}

.mw_wp_form_input .input-none {
    display: none;
}

.form-area {
    line-height: 1.8;
}
