@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* base
--------------------------- */

body {
    color: #554236;
    font-size: 18px;
    font-weight: 300;
    font-family: "Mplus 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    letter-spacing: 1px;
    background: url(../img/body.jpg) repeat top center;
}
.sp_only {
    display: none;
}
.pc_only {
    display: block;
}
a {
    text-decoration: none;
    color: #E56A30;
}
a:hover {
    text-decoration: underline;
    transition: all 1s ease;
}
a img {
    opacity: 1.0;
}
a:hover img {
    opacity: 0.6;
    transition: all 1s ease;
}
img {
    max-width: 100%;
    height: auto;
}

/* font
--------------------------- */

@font-face {}

/* #scroll
--------------------------- */

#scroll {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 11;
}
#scroll i {
    font-size: 18px;
    line-height: 58px;
}
#scroll a {
    width: 60px;
    height: 60px;
    display: block;
    color: #F77825;
    background: #FFF;
    text-align: center;
    z-index: 11;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#scroll a:hover {
    background: #E56A30;
    color: #FFF;
}

/* #menupanel
--------------------------- */

#menupanel {
    display: none;
}

/* #header
--------------------------- */

#header {}
#header .header {
    width: 100%;
    height: 250px;
}
#header .header .mainlogo {
    text-align: center;
    padding-top: 20px;
}
#header .header .mainlogo a {
    display: block;
    width: 180px;
    margin: 0 auto;
}
#header .header .mainlogo a img {}

/* #globalnavi
--------------------------- */

#globalnavi {
    display: block;
    height: 65px;
    position: absolute;
    width: 100%;
    top: 185px;
}
#header.fixed #globalnavi {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 1.5s ease;
    -moz-transition: box-shadow 1.5s ease;
    -ms-transition: box-shadow 1.5s ease;
    -o-transition: box-shadow 1.5s ease;
    transition: box-shadow 1.5s ease;
}
.sitelogo {
    position: absolute;
    left: 20px;
    top: 10px;
}
.sitelogo h1 {
    display: block;
}
.sitelogo h1 a {
    display: block;
    width: 110px;
    height: 50px;
    text-indent: -9999px;
    background: url(../img/sitelogo.png) no-repeat left top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0;
}
#header.fixed .sitelogo h1 a {
    opacity: 1;
    -webkit-transition: opacity .4s linear 0;
    transition: opacity .4s linear 0s;
}
#globalnavi .sitemenu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 140px;
    right: 140px;
    display: block;
}
#globalnavi .sitemenu ul {
    text-align: center;
}
#globalnavi .sitemenu ul li {
    display: inline-block;
    margin: 0 1%;
}
#globalnavi .sitemenu ul li a {
    display: block;
    padding: 15px 8px;
    font-size: 16px;
    position: relative;
    color: #554236;
    -webkit-transition: color .4s linear 0;
    transition: color .4s linear 0s;
    line-height: 2;
    font-weight: 700;
}
#globalnavi .sitemenu ul li a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background-color: #554236;
    -webkit-transition: all .4s cubic-bezier(.6, 0, .2, 1)0;
    transition: all .4s cubic-bezier(.6, 0, .2, 1)0s;
    overflow: hidden;
}
#globalnavi .sitemenu ul li a:hover {
    text-decoration: none;
}
#globalnavi .sitemenu ul li:hover a::after {
    width: 20%;
}
.sp_menu {
    display: none;
}
.reservation {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
}
.reservation a {
    display: block;
    width: 170px;
    color: #FFF;
    background: #F77825;
    height: 65px;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 15px 0 0;
    font-weight: 500;
}
.reservation a span {
    font-size: 13px;
    padding: 5px 0 0;
    display: block;
}
.reservation a:hover {
    background: #E56A30;
    text-decoration: none;
}

/* #container
--------------------------- */

#container {
    display: block;
    clear: both;
    padding: 0;
    background: #FEFEF9;
}

/* #contents
--------------------------- */

#contents {
    clear: both;
}
#contents #main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    padding-top: 80px;
}

/* top page */

#visual {
    width: 100%;
    height: 600px;
    display: table;
    line-height: 0;
    text-align: center;
}
#visual .backstretch {}
#visual .backstretch-item {}
#visual .backstretch-item img {}
#visual #slide_text {
    margin: 0 auto;
    position: relative;
    top: 200px;
}
#visual #slide_text .inner {}
#visual #slide_text .inner p {
    line-height: 2;
    text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
    letter-spacing: 2px;
}
#visual #slide_text .inner .catchy {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
#visual #slide_text .inner .leading {
    font-weight: 500;
    font-size: 20px;
}
#top #intro {
    text-align: center;
    margin-bottom: 100px;
}
#top #intro h2 {
    font-size: 40px;
    letter-spacing: 10px;
    margin-bottom: 40px;
    font-weight: 600;
}
#top #intro p {
    line-height: 2;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
#top #service {
    margin-bottom: 80px;
}
#top #service .service_box {
    overflow: hidden;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}
#top #service .service_box .item {
    width: 25%;
    display: block;
    position: relative;
    float: left;
    padding: 0 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#top #service .service_box .item a {}
#top #service .service_box .item .image {
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
}
#top #service .service_box .item .image img {
    width: 100%;
    height: auto;
    opacity: 0.6;
}
#top #service .service_box .item p {
    display: block;
    height: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    color: #554236;
    position: absolute;
    width: 100%;
    font-weight: 500;
    text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}
#top #service .service_box .item p::before {
    display: block;
    content: '';
    width: 20px;
    height: 1px;
    position: relative;
    top: 40px;
    background-color: #554236;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
    box-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
}
#top #service .service_box .item p .jp {
    display: block;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
#top #service .service_box .item p .en {
    display: block;
    font-size: 15px;
}
#top #instagram {
    margin-bottom: 80px;
}
#top #instagram h2 {
    text-align: center;
    margin-bottom: 80px;
    font-weight: normal;
}
#top #instagram h2 span {
    display: block;
}
#top #instagram h2::before {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    position: relative;
    top: 44px;
    background-color: #554236;
    margin: 0 auto;
}
#top #instagram h2 .en {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    line-height: 36px;
}
#top #instagram h2 .jp {
    font-size: 16px;
}
#top #instagram ul {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#top #instagram ul li {
    width: 25%;
    height: auto;
    position: relative;
    background: #FFF;
}
#top #instagram ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#top #instagram ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#top #instagram ul li a:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}
#top #instagram ul li a>* {
    vertical-align: middle;
    display: inline-block;
}
#top #instagram ul li a img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
#top #news {
    margin-bottom: 80px;
}
#top #news h2 {
    text-align: center;
    margin-bottom: 80px;
    font-weight: normal;
}
#top #news h2 span {
    display: block;
}
#top #news h2::before {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    position: relative;
    top: 44px;
    background-color: #554236;
    margin: 0 auto;
}
#top #news h2 .en {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    line-height: 36px;
}
#top #news h2 .jp {
    font-size: 16px;
}
#top #news .news_list {
    max-width: 1200px;
    margin: auto auto;
    overflow: hidden;
    height: auto;
}
#top #news .news_list .item {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
}
#top #news .news_list .item a {
    text-decoration: none;
    color: #554236;
}
#top #news .news_list .item a:hover {
    text-decoration: none;
    color: #666;
}
#top #news .news_list .item .image {
    padding: 0 20px;
    margin-bottom: 10px;
}
#top #news .news_list .item .image img {}
#top #news .news_list .item p {
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 10px;
}
#top #news .news_list .item h3 {}

/* .common
--------------------------- */

.page_title {
    width: 100%;
    text-align: center;
}
.page_title h2 {
    text-align: center;
    margin-bottom: 80px;
}
.page_title h2 span {
    display: block;
}
.page_title h2::before {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    position: relative;
    top: 50px;
    background-color: #554236;
    margin: 0 auto;
}
.page_title h2 .en {
    font-size: 36px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    line-height: 36px;
    font-weight: 500;
}
.page_title h2 .jp {
    font-size: 16px;
    font-weight: 500;
}
#under_access {
    padding: 80px 0;
    width: 100%;
    background: #FFF;
}
#under_access h2 {
    text-align: center;
    margin-bottom: 80px;
    font-weight: normal;
}
#under_access h2 span {
    display: block;
}
#under_access h2::before {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    position: relative;
    top: 44px;
    background-color: #554236;
    margin: 0 auto;
}
#under_access h2 .en {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    line-height: 36px;
}
#under_access h2 .jp {
    font-size: 16px;
}
#under_access #map_canvas {
    width: 100%;
    height: 400px;
    display: block;
    margin-bottom: 60px;
}
#under_access #map_canvas iframe {
    width: 100%;
    height: 400px;
    display: block;
}
#under_access .infomation {
    overflow: hidden;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
#under_access .infomation .call {
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
}
#under_access .infomation .call p {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 0;
}
#under_access .infomation .call p i {}
#under_access .infomation .contact {
    float: left;
}
#under_access .infomation .contact ul {
    overflow: hidden;
    height: auto;
}
#under_access .infomation .contact ul li {
    float: left;
    margin-right: 10px;
}
#under_access .infomation .contact ul li a {
    display: block;
    padding: 10px 30px;
    background: #FFF;
    color: #F77825;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #F77825;
    ;
}
#under_access .infomation .contact ul li a:hover {
    background: #F77825;
    color: #FFF;
    text-decoration: none;
}
#under_access .infomation .address {
    clear: both;
    overflow: hidden;
    height: auto;
}
#under_access .infomation .address dl {
    width: 48%;
    float: left;
    overflow: hidden;
    height: auto;
    margin: 0 1%;
}
#under_access .infomation .address dl dt, #under_access .infomation .address dl dd {
    display: block;
    padding: 16px 0;
}
#under_access .infomation .address dl dt {
    width: 5em;
    float: left;
    clear: both;
    font-weight: 500;
    font-size: 16px;
}
#under_access .infomation .address dl dd {
    border-bottom: 1px dashed #CCC;
    line-height: 1.5;
    padding-left: 5.5em;
    font-size: 14px;
}
#under_access .infomation .address .attention {
    clear: both;
    padding-top: 40px;
    font-size: 16px;
    text-align: right;
    padding-right: 1em;
}

/* flow page
--------------------------- */

#flow {}
#flow .flow {
    overflow: hidden;
    height: auto;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#flow .flow .intro {
    text-align: center;
    margin-bottom: 60px;
}
#flow .flow .intro p {
    line-height: 2;
}
#flow .flow .item {
    display: block;
    overflow: hidden;
    height: auto;
    clear: both;
    margin-bottom: 80px;
}
#flow .flow .arrow {
    position: relative;
}
#flow .flow .arrow::before {
    content: "\f078";
    font-family: FontAwesome;
}
#flow .flow .inner {
    display: block;
    width: 70%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#flow .flow .inner h3::before {
    display: block;
    content: '';
    width: 120%;
    height: 1px;
    position: relative;
    top: 40px;
    left: -50%;
    background-color: #554236;
    margin: 0 auto;
}
#flow .flow .inner h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
#flow .flow .inner h3 i {
    font-weight: 500;
    font-size: 26px;
    margin-right: 15px;
    color: #60B99A;
}
#flow .flow .inner p {
    line-height: 2;
    padding-left: 1em;
}
#flow .flow .inner p .attention {
    font-weight: 500;
}
#flow .flow .inner ol {}
#flow .flow .inner ol li {
    line-height: 1.5;
    margin-bottom: 10px;
}
#flow .flow .inner ol li .attention {
    font-size: 90%;
    font-weight: 500;
}
#flow .flow .inner ol .next {
    line-height: 1;
    display: block;
}
#flow .flow .inner ol .next i {
    margin-left: 30%;
}
#flow .flow figure {
    float: right;
    display: block;
    width: 25%;
}

/* menu page
--------------------------- */

#menu {}
#menu .menu_nav {
    max-width: 800px;
    margin: 0 auto 60px;
}
#menu .menu_nav ul {
    overflow: hidden;
    height: auto;
    padding: 10px;
}
#menu .menu_nav ul li {
    width: 46%;
    display: block;
    float: left;
    margin: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FEFEFE;
    position: relative;
    border: 1px solid #FFF;
    opacity: 0.6;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
#menu .menu_nav ul li.active {
    opacity: 1.0;
}
#menu .menu_nav ul li .image {
    display: block;
    width: 30%;
    height: auto;
    margin-right: 10px;
    line-height: 0;
}
#menu .menu_nav ul li .image img {}
#menu .menu_nav ul li .en {
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 30px;
    width: 70%;
    display: block;
    text-align: center;
    letter-spacing: 3px;
}
#menu .menu_nav ul li .en::before {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    position: relative;
    top: 44px;
    background-color: #554236;
    margin: 0 auto;
}
#menu .menu_nav ul li .jp {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 70%;
    right: 0;
    text-align: center;
    font-size: 16px;
}
#menu .supplement {
    max-width: 800px;
    margin: 0 auto 60px;
}
#menu .supplement p {
    line-height: 2;
}
#menu .supplement p span {
    font-weight: 600;
    color: #F05A5A;
}
#menu .menu_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
#menu .menu_content.active {
    display: block;
}
#menu .menu_content .item {
    overflow: hidden;
    height: auto;
    display: block;
    margin-bottom: 60px;
    padding: 10px;
}
#menu .menu_content .item h3 {
    position: relative;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 500;
}
#menu .menu_content .item h3::before {
    content: "\f06c";
    font-family: FontAwesome;
    position: relative;
    margin-right: 10px;
    /* font-size:  1.2em; */
    top: 2px;
    color: #1D8222;
}
#menu .menu_content .item figure {
    width: 30%;
    float: left;
}
#menu .menu_content .item figure figcaption {
    display: none;
}
#menu .menu_content .item table {
    width: 65%;
    float: right;
    background: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
#menu .menu_content .item table tr:nth-child(2n+1) {
    background: #F5F5F5;
}
#menu .menu_content .item table th {
    padding: 20px;
    width: 60%;
    font-weight: 400;
}
#menu .menu_content .item table td {
    text-align: right;
    padding-right: 40px;
    color: #8b342a;
    font-weight: 500;
    font-size: 1.2em;
}
#menu .aside {
    max-width: 800px;
    display: block;
    margin: 0 auto 40px;
    padding: 20px 30px;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #AB8B68;
}
#menu .aside h4 {
    display: block;
    color: #AB8B68;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}
#menu .aside h4::before {
    content: "\f12a";
    font-family: FontAwesome;
    margin-right: 10px;
}
#menu .aside h4 span {
    padding-left: 1em;
    font-size: 1.2em;
}
#menu .aside ul {}
#menu .aside ul li {
    line-height: 1.5;
    margin-bottom: 10px;
}

/* quality page
--------------------------- */

#quality {}
#quality .quality {
    max-width: 1200px;
    padding: 0 20px;
    display: block;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#quality .quality .intro {
    display: block;
    overflow: hidden;
    height: auto;
}
#quality .quality .intro p {
    line-height: 2;
    width: 80%;
    float: left;
}
#quality .quality .intro figure {
    float: right;
    width: 20%;
}
#quality .quality .intro figure img {}
#quality .quality .quality_box {}
#quality .quality .quality_box p {
    line-height: 2;
    margin-bottom: 20px;
}
#quality .quality .quality_box ul {
    padding: 0 20px;
    max-width: 640px;
    margin-bottom: 20px;
}
#quality .quality .quality_box ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
#quality .quality .quality_box ul li::before {
    content: "\f004";
    font-family: FontAwesome;
    color: #F26964;
    margin-right: 10px;
    font-size: 14px;
}
#quality .quality .quality_box ul li span {
    font-size: 14px;
    padding: 10px 20px 0;
    display: block;
    line-height: 1.8;
}
#quality .quality .quality_box .images ul {
    overflow: hidden;
    height: auto;
}
#quality .quality .quality_box .images ul li {
    width: 50%;
    padding: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#quality .quality .quality_box .images ul li::before {
    content: none;
    margin-right: 0;
}

/* eyelashes page
--------------------------- */

#eyelashes {}
#eyelashes .eyelashes {
    max-width: 980px;
    padding: 0 20px;
    display: block;
    margin: 0 auto 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#eyelashes .eyelashes h3 {
    text-align: center;
    font-size: 30px;
    line-height: 2;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #F26964;
}
#eyelashes .eyelashes h3::after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: url(../img/eyelash.svg);
}
#eyelashes .eyelashes .inner {
    overflow: hidden;
    height: auto;
    display: block;
}
#eyelashes .eyelashes h4 {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 3px;
}
#eyelashes .eyelashes ul {
    width: 60%;
    float: left;
    padding: 20px;
}
#eyelashes .eyelashes ul li {
    line-height: 2;
}
#eyelashes .eyelashes ul li:before {
    content: "\f06e";
    font-family: FontAwesome;
    color: #F26964;
    margin-right: 10px;
}
#eyelashes .eyelashes figure {
    float: right;
    width: 35%;
    display: block;
}
#eyelashes .eyelashes dl {
    overflow: hidden;
    height: auto;
}
#eyelashes .eyelashes dl dt {
    font-size: 24px;
    margin-bottom: 10px;
}
#eyelashes .eyelashes dl dd {
    line-height: 2;
    margin-bottom: 40px;
}
#eyelashes .eyelashes p {
    line-height: 1.8;
    margin-bottom: 20px;
}
#eyelashes .price {
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    color: #F26964;
}
#eyelashes .price .yen {
    letter-spacing: 2px;
    font-weight: 500;
}
#eyelashes .price .once {
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 500;
    background: #F26964;
    padding: 5px 10px 5px 25px;
    margin-left: 20px;
}

/* voice page
--------------------------- */

#voice {}
#voice .intro {
    text-align: center;
    margin-bottom: 50px;
}
#voice .intro p {}
#voice .voice_box {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: block;
    height: auto;
    overflow: hidden;
}
#voice .voice_box .item {
    width: 50%;
    overflow: hidden;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
#voice .voice_box .item .inner {
    background: #FFF;
    padding: 10px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
#voice .voice_box .item .inner::before {}
#voice .voice_box .item .inner .head {
    overflow: hidden;
    height: auto;
    padding: 10px 20px;
    border-bottom: 1px solid #f9ebd1;
}
#voice .voice_box .item .inner .head figure {
    width: 15%;
    float: left;
}
#voice .voice_box .item .inner .head .customer {
    width: 80%;
    float: right;
    padding-top: 5px;
}
#voice .voice_box .item .inner .head .customer p {
    font-size: 14px;
    text-align: right;
    margin-bottom: 15px;
    color: #666;
}
#voice .voice_box .item .inner .head .customer h3 {
    text-align: right;
}
#voice .voice_box .item .inner .head .customer h3 .name {
    font-size: 1.5em;
    font-weight: 500;
    color: #554236;
}
#voice .voice_box .item .inner .head .customer h3 .permission {
    margin-left: 0.5em;
}
#voice .voice_box .item .inner .explain {
    padding: 20px 20px 0;
}
#voice .voice_box .item .inner .explain p {
    line-height: 1.8;
}

/* faq page
--------------------------- */

#faq {}
#faq .faq_box {
    max-width: 1200px;
    padding: 0 20px;
    display: block;
    margin: 0 auto 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#faq .faq_box .item {
    padding: 0 0 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
}
#faq .faq_box .item h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: #87643E;
}
#faq .faq_box .item h3 i {
    font-size: 1.2em;
    margin-right: 10px;
}
#faq .faq_box .item .answer {
    padding: 0 1.5em;
}
#faq .faq_box .item .answer p {
    line-height: 1.8;
    margin-bottom: 40px;
}

/* waxer page
--------------------------- */

#waxer {}
#waxer h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 80px;
    position: relative;
}
#waxer h3::after {
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    position: relative;
    top: 24px;
    background-color: #554236;
    margin: 0 auto;
}
#waxer .waxer_visual {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: block;
}
#waxer .waxer_visual {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: block;
}
#waxer .waxer_visual figure {
    position: relative;
}
#waxer .waxer_visual figure figcaption {
    position: absolute;
    left: 40px;
    top: 100px;
    font-size: 64px;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF;
    color: #F77825;
}
#waxer .interview {
    overflow: hidden;
    height: auto;
    display: block;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#waxer .interview .comment {
    width: 50%;
    float: left;
}
#waxer .interview .comment.left {
    padding-right: 20px;
    border-right: 1px solid #554236;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#waxer .interview .comment.right {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#waxer .interview .comment h4 {
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: #87643E;
}
#waxer .interview .comment h4::before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 16px;
    position: relative;
    bottom: 10px;
    margin-right: 10px;
    color: #666;
}
#waxer .interview .comment h4::after {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 16px;
    position: relative;
    top: 10px;
    margin-left: 10px;
    color: #666;
}
#waxer .interview .comment p {
    line-height: 1.8;
    margin-bottom: 40px;
}
#waxer .profile {
    overflow: hidden;
    height: auto;
    display: block;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#waxer .profile figure {
    width: 28%;
    float: left;
}
#waxer .profile figure figcaption {
    display: none;
}
#waxer .profile .explain {
    width: 70%;
    float: right;
}
#waxer .profile .explain p {
    line-height: 2;
    margin-bottom: 1em;
}
#waxer .profile .explain dl {
    overflow: hidden;
    height: auto;
    display: block;
    font-size: 16px;
    padding: 20px 0;
}
#waxer .profile .explain dl dt, #waxer .profile .explain dl dd {
    display: block;
    padding: 10px 0;
    line-height: 1.6;
}
#waxer .profile .explain dl dt {
    clear: both;
    float: left;
    width: 10em;
}
#waxer .profile .explain dl dt i {
    margin-right: 5px;
}
#waxer .profile .explain dl dd {
    padding-left: 10em;
}

/* about page
--------------------------- */

#about {}
#about h3 {}
#about .intro {
    max-width: 1200px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 80px;
}
#about .intro p {
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px;
}
#about .intro .mainlogo {
    margin-bottom: 40px;
    text-align: center;
}
#about .intro ul {
    overflow: hidden;
    height: auto;
    display: block;
    margin-bottom: 60px;
}
#about .intro ul li {
    line-height: 0;
    width: 18%;
    display: block;
    float: left;
    margin: 0 1%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
#about .intro ul li img {}
#about .wax {
    overflow: hidden;
    height: auto;
    display: block;
    max-width: 1200px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 80px;
}
#about .wax h3 {
    color: #87643E;
    text-align: center;
    font-size: 24px;
    margin-bottom: 80px;
    position: relative;
}
#about .wax h3::after {
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    position: relative;
    top: 24px;
    background-color: #87643E;
    margin: 0 auto;
}
#about .wax figure {
    width: 38%;
    float: left;
}
#about .wax .explain {
    width: 60%;
    float: right;
}
#about .wax .explain p {
    line-height: 2;
    margin-bottom: 1em;
}

/* contact page
--------------------------- */

#contact {}
#contact h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
    position: relative;
}
#contact h3::after {
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    position: relative;
    top: 24px;
    background-color: #554236;
    margin: 0 auto;
}
#contact .intro {
    max-width: 1200px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 80px;
}
#contact .intro p {
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
}
#contact .intro p span {}
#contact .tel {
    max-width: 1200px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 80px;
}
#contact .tel p {
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
}
#contact .tel .phone {
    font-size: 2em;
    font-weight: 500;
}
#contact .tel .phone i {
    margin-right: 10px;
}
#contact .tel .attention {
    color: #8b342a;
    font-size: 16px;
}
#contact .mailform {
    max-width: 1200px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 50px;
}
#contact .mailform dl {
    overflow: hidden;
    height: auto;
}
#contact .mailform dl dt, #contact .mailform dl dd {
    display: block;
}
#contact .mailform dl dt {
    clear: both;
    float: left;
    width: 35%;
    padding: 30px 35px 20px;
    overflow: hidden;
    height: auto;
}
#contact .mailform dl dt span {
    display: block;
    font-size: 0.7em;
    float: left;
    background-color: #CCC;
    color: #FFF;
    padding: 5px 10px;
    margin-right: 1em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#contact .mailform dl dt .must {
    background-color: #E56A30;
}
#contact .mailform dl dt .any {}
#contact .mailform dl dd {
    padding: 20px 20px 20px 35%;
    border-bottom: 1px solid #CCC;
}
#contact .mailform dl dd:last-child {
    border-bottom: none;
    margin-bottom: 40px;
}
#contact .mailform dl dd .wpcf7-quiz-label {
    font-size: 16px;
    line-height: 2;
}
#contact .mailform dl dd input[type="text"], #contact .mailform dl dd input[type="email"], #contact .mailform dl dd input[type="tel"], #contact .mailform dl dd textarea {
    padding: 10px;
    display: block;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
    width: 80%;
    font-size: 16px;
}
#contact .mailform .btn {
    width: 300px;
    margin: 0 auto;
}
#contact .mailform .btn input[type="submit"] {
    width: 300px;
    display: block;
    margin: 0 auto;
    padding: 20px 50px;
    background: #E56A30;
    border: 3px solid #E56A30;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
}
#contact .mailform .btn:hover input[type="submit"] {
    background: #FFF;
    color: #E56A30;
    cursor: pointer;
}
#contact .mailform .screen-reader-response {
    display: none;
}
#contact .mailform .wpcf7-not-valid-tip {
    display: block;
    text-align: right;
    font-size: 16px;
    padding: 10px 50px 0 0;
    color: red;
    font-weight: 500;
}
#contact .mailform .wpcf7-response-output {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 30px 0 0;
    font-weight: 500;
}
#contact .mailform .wpcf-7-mail-sent-ok {
    color: green;
}
#contact .mailform .wpcf7-mail-sent-ng {
    color: orange;
}
#contact .mailform .wpcf7-validation-errors {
    color: red;
}

/* news page
--------------------------- */

#news {}
#news .news_box {
    overflow: hidden;
    text-align: center;
    height: auto;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
#news .news_box .item {
    margin: 0 2% 80px;
    float: left;
    width: 46%;
    display: block;
}
#news .news_box .item a {
    color: #554236;
}
#news .news_box .item .date {
    font-size: 20px;
    margin-bottom: 20px;
}
#news .news_box .item .image {
    margin-bottom: 20px;
}
#news .news_box .item .image img {}
#news .news_box .item h3 {
    font-size: 26px;
}

/* single page
--------------------------- */

#single {}
#single #post {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#single #post h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}
#single #post .date {
    text-align: center;
    font-size: 22px;
}
#single #post .post {
    padding: 50px 0;
    text-align: center;
}
#single #post .post p {
    line-height: 2;
    margin-bottom: 1em;
}
#single #post .post img {
    max-width: 100%;
    height: auto;
}
#single #arrival {
    display: block;
    background: #FAFAFA;
    padding: 40px 0 25px;
}
#single #arrival .article_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#single #arrival .article_box .item {
    width: 23%;
    margin: 0 1%;
    float: left;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#single #arrival .article_box .item a {
    color: #1A1A1A;
}
#single #arrival .article_box .item .image {
    margin-bottom: 10px;
}
#single #arrival .article_box .item .image img {
    width: 100%;
    height: auto;
}
#single #arrival .article_box .date {
    font-size: 0.8em;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
#single #arrival .article_box h4 {
    line-height: 1.8;
}

/* 404 page
--------------------------- */
#notfound {
}
#notfound .post {
    padding-bottom: 80px;
}
#notfound .post p {
    text-align: center;
}
#notfound .post p a {
    font-weight: 500;
    font-size: 1.2em;
}

/* .wp-pagenavi
--------------------------- */

.wp-pagenavi {
    clear: both;
    overflow: hidden;
    height: auto;
    display: block;
    margin-bottom: 80px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi .current {
    margin: 0 1%;
    color: #554236;
}
.wp-pagenavi a:hover {
    color: #CCC;
}
.wp-pagenavi .current {
    margin: 0 1%;
    color: #CCC;
}

/* #footer
--------------------------- */

#footer {
    width: 100%;
    background: #554236;
}
.footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer address {
    text-align: center;
    font-size: 14px;
    color: #FFF;
}
.footer .link ul {
    padding-top: 30px;
    text-align: center;
}
.footer .link ul li {
    display:  inline;
}
.footer .link ul li img {
    width:  100%;
    height:  auto;
    max-width: 100px;
}

/* #fix_foot
--------------------------- */

#fix_foot {
    display: none;
}
