@charset "UTF-8";
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}

/* change border colour to suit your needs */
hr {
    border: 0;
    border-top: 1px solid #cccccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
@media screen and (min-width:768px) and ( max-width:2000px) {
    .fixed-bnr {
        overflow: hidden;
        position: fixed;
        top: 115px; /* 画面上からの高さ */
        width: 98px; /* 画像幅 */
        z-index: 2;
    }
/*
    .fixed-bnr:hover img{
        position: relative;
        right: -98px;  画像幅
    }
*/
    .fixed-bnr.right { right: 0; }
    .fixed-bnr.left { left: 0; }
}
/*============================================================*/
/* common */
/*============================================================*/
body {
    color: #333;
    font-family: futura-pt,"Yu Gothic", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1145px;
    }
}

img {
    vertical-align: top;
}

a {
    color: #333;
    transition: .3s;
}

a:hover {
    color: #333;
    opacity: .7;
    text-decoration: none;
    transition: all .3s;
}

ul, ol {
    line-height: 1.6;
    list-style: none;
}

address {
    line-height: 1.7;
    white-space: nowrap;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 1000px;
        max-width: 1064px;
        padding: 0;
    }
}

.content_inner {
    margin-top: 50px;
}

.content_heading {
    background: #e5c5ba;
    font-size: 21px;
    padding: .4em 1em;
}

@media screen and (min-width: 768px) {
    .content {
        width: 1000px;
    }
    .content_heading {
        font-size: 44px;
    }
}

.bg-gray {
    background-color: #707070;
}

.text-futura {
    font-family: futura-pt;
}

.text-pink {
    color: #f97c76;
}

.text-lead {
    font-size: 14px;
    line-height: 1.8;
}

.text-large {
    font-size: 18px;
}

.text-medium {
    font-size: 16px;
}

.text-small {
    font-size: 14px;
}

.text-mincho {
    font-family: "Yu Mincho", "\6E38\660E\671D", YuMincho, "\6E38\660E\671D\4F53", serif;
}

@media screen and (min-width: 768px) {
    .text-lead {
        font-size: 18px;
    }
}

.shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.btn {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    display: block;
    font-size: 16px;
    padding: 1em .5em;
    width: 100%;
    font-weight: 700;
}

.btn:hover {
    opacity: .7;
}

.btn button {
    background: transparent;
    border: 0;
    width: 100%;
}

.btn-pink {
    background: #FF8C8C;
    border: 0;
    color: #fff;
}

.line_info_btn__gline {
    border: 1px solid #06C755;
}
.line_info_btn__pline {
    border: 1px solid #E69C83;
}

.btn-arrow, .btn-arrow-p, .btn-arrow-g, .link, .btn-arrow-w, .btn-back {
    position: relative;
}

.btn-arrow::after, .btn-arrow-p::after, .btn-arrow-g::after, .link::after, .btn-arrow-w::after, .btn-back::after {
    background: url("../img/arrow.svg") no-repeat left top/cover;
    content: "";
    height: .9em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .5em;
}

.btn-arrow::after, .btn-arrow-p::after, .btn-arrow-g::after, .link::after, .btn-arrow-w::after {
    right: 1em;
}

.btn-arrow-p::after, .btn-arrow-g::after, .link::after, .btn .link::after {
    background: url("../img/arrow-p.svg") no-repeat left top/cover;
}

.btn-arrow-w::after {
    background: url("../img/arrow-w.svg") no-repeat left top/cover;
}

.btn-arrow-g::after {
    background: url("../img/arrow-g.svg") no-repeat left top/cover;
}

.btn-back::after {
    left: 1em;
    transform: rotate(180deg) translateY(50%);
}

@media screen and (min-width: 768px) {
    .btn {
        padding: .6em .5em;
        width: 338px;
    }
}

.link {
    text-decoration: underline;
}

.link::after {
    right: -1em;
}

.anchor {
    margin-top: -70px;
    padding-top: 70px;
}

@media screen and (min-width: 768px) {
    .anchor {
        margin-top: -120px;
        padding-top: 120px;
    }
}

/*============================================================*/
/* header */
/*============================================================*/
.header {
    background: #fff;
    padding: 10px 0 20px;
    width: 100%;
    position: fixed;
    transition: all .3s ease;
    z-index: 100000;
    opacity: 0.95;
}
.header li {
    font-size: 20px;
    letter-spacing: .05em;
    padding: 0 20px;
}
.header li span {
    font-size: 12px;
    letter-spacing: 0;
}
.header li a {
    color: #333;
    display: inline-block;
}
.nav_contact_wrapper {
    text-align: right;
    margin-bottom: 6px;
}
.nav_contact a {
    background-color: #ec9d9c;
    padding: 5px 20px 3px;
    margin-top: -10px;
    border-radius: 0 0 10px 10px;
    font-size: 21px;
    display: inline-block;
    text-align: center;
    min-width: 200px;
}
.header .nav_contact a {
    color: #fff;
}
.nav_contact a:hover {
    background-color: #eda09f;
}
.nav_contact span {
    font-size: 16px;
    line-height: 1.6;
}
.header_heading {
    width: 250px;
    margin-bottom: 15px;
}
.header_heading img {
    width: 100%;
}
.header_inner {
    position: relative;
    width: auto;
}
.header_nav {
    background: transparent;
    top: 0;
}
.header.js-header-top {
    background: #fff;
}
.header.js-header-top .header_nav li a {
    color: #333;
}
.header.js-fixed {
    -webkit-animation: header_in ease .8s both;
    animation: header_in ease .8s both;
    background: #fff;
    position: fixed;
}
.header + *:not(.top) {
    padding-top: 114px;
}

.header.js-open {
    background: #fff;
}

.header .menu__down-icon {
    padding-right: 32px;
}

.menu__down-icon_re {
    position: relative;
}
.menu__down-icon-img {
    position: absolute;
    right: -19px;
    top: 50%;
}

.header__menu-contents {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 23px 0 28px;
    top: 114px;
}

.menu-contents__list-item + .menu-contents__list-item {
    margin-left: 45px;
}

.layer {
    background: rgba(210, 210, 210, 0.8);
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .4s ease;
    width: 100%;
    z-index: -1;
}

.layer.show {
    opacity: 1;
    z-index: 1000;
}


/*スマホ*/
.header .menu__list_sp li span {
    font-size: 20px;
}


@-webkit-keyframes bar-1 {
    0% {
        top: 3px;
    }
    50% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    70% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    100% {
        top: 8px;
        transform: translateX(-50%) rotate(45deg);
        transform-origin: center;
    }
}

@keyframes bar-1 {
    0% {
        top: 3px;
    }
    50% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    70% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    100% {
        top: 8px;
        transform: translateX(-50%) rotate(45deg);
        transform-origin: center;
    }
}

@-webkit-keyframes barclose-1 {
    0% {
        top: 8px;
        transform: translateX(-50%) rotate(45deg);
        transform-origin: center;
    }
    50% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    70% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    100% {
        top: 3px;
    }
}

@keyframes barclose-1 {
    0% {
        top: 8px;
        transform: translateX(-50%) rotate(45deg);
        transform-origin: center;
    }
    50% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    70% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    100% {
        top: 3px;
    }
}

@-webkit-keyframes bar-3 {
    0% {
        top: 13px;
    }
    30% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    60% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    100% {
        top: 8px;
        transform: translateX(-50%) rotate(-45deg);
    }
}

@keyframes bar-3 {
    0% {
        top: 13px;
    }
    30% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    60% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    100% {
        top: 8px;
        transform: translateX(-50%) rotate(-45deg);
    }
}

@-webkit-keyframes barclose-3 {
    0% {
        top: 8px;
        transform: translateX(-50%) rotate(-45deg);
        transform-origin: center;
    }
    50% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    70% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    100% {
        top: 13px;
    }
}

@keyframes barclose-3 {
    0% {
        top: 8px;
        transform: translateX(-50%) rotate(-45deg);
        transform-origin: center;
    }
    50% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    70% {
        top: 8px;
        transform: translateX(-50%) rotate(0);
    }
    100% {
        top: 13px;
    }
}

@-webkit-keyframes open_menu {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes open_menu {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes close_menu {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes close_menu {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@media screen and (max-width: 767px) {
    .header {
        height: 75px;
    }
    .header_nav {
        background: #fff;
        border-top: 1px solid #B4B4B4;
        font-size: 18px;
        height: 90%;
        position: fixed;
        right: 0;
        top: 75px;
        transform: translateX(100%);
        width: 100%;
        z-index: 10000;
        overflow: auto;
    }
    .header_nav li {
        border-bottom: solid 1px #B4B4B4;
        padding: 1em 0 1em 20px;
    }
    .header_nav li a {
        display: block;
        width: 100%;
    }
    .header_nav li a div {
        margin-left: 1em;
    }
    .nav_contact {
        background-color: #ec9d9c;
    }
    .header .nav_contact a {
        color: #fff;
    }
    .header_nav.js-open {
        -webkit-animation: open_menu .5s both;
        animation: open_menu .5s both;
    }
    .header_nav.js-close {
        -webkit-animation: close_menu .5s both;
        animation: close_menu .5s both;
    }
    .header.js-header-top .header_hamburger .bar {
        background-color: #333;
    }
    .header_hamburger {
        height: 24px;
        position: relative;
        width: 24px;
    }
    .header_hamburger .bar {
        background-color: #707070;
        display: inline-block;
        height: 2px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        transform-origin: center;
        transition: all .5s;
        width: 18px;
    }
    .header_hamburger .bar:nth-of-type(1) {
        top: 3px;
    }
    .header_hamburger .bar:nth-of-type(2) {
        top: 8px;
    }
    .header_hamburger .bar:nth-of-type(3) {
        top: 13px;
    }
    .header_hamburger.js-open .bar {
        background-color: #707070 !important;
    }
    .header_hamburger.js-open .bar:nth-of-type(1) {
        -webkit-animation: bar-1 linear .5s both;
        animation: bar-1 linear .5s both;
    }
    .header_hamburger.js-open .bar:nth-of-type(2) {
        opacity: 0;
    }
    .header_hamburger.js-open .bar:nth-of-type(3) {
        -webkit-animation: bar-3 linear .5s both;
        animation: bar-3 linear .5s both;
    }
    .header_hamburger.js-close .bar {
        background-color: #707070;
    }
    .header_hamburger.js-close .bar:nth-of-type(1) {
        -webkit-animation: barclose-1 linear .5s both;
        animation: barclose-1 linear .5s both;
    }
    .header_hamburger.js-close .bar:nth-of-type(2) {
        opacity: 1;
    }
    .header_hamburger.js-close .bar:nth-of-type(3) {
        -webkit-animation: barclose-3 linear .5s both;
        animation: barclose-3 linear .5s both;
    }
}

/*============================================================*/
/* footer-cta */
/*============================================================*/
.footer-cta {
    padding: 100px 0 140px;
    position: relative;
}

.footer-cta::before {
    content: "";
    width: 20px;
    height: 84px;
    display: inline-block;
    border-left: 1px solid #707070;
    position: absolute;
    top: -16px;
    left: 50%;
}
.footer-cta__title {
    font-family: futura-pt;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 90px;
    text-align: center;
}

.footer-cta__sub-title {
    font-size: 24px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.footer-cta__lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 63px;
    line-height: 1.6;
}

.footer-cta__list {
    margin: 0 15px 36px;
}

.footer-cta__list-item {
    text-align: center;
    padding: 44px 0 36px;
}

.footer-cta__name {
    font-size: 18px;
    margin-bottom: 28px;
}

.footer-cta__icon {
    height: 32px;
    margin-bottom: 12px;
}

.footer-cta__icon img {
    height: 100%;
}

.footer-cta__list-tel {
    font-size: 32px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.footer-cta__list-tel .point {
    color: #E39595;
}

.footer-cta__list-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 46px;
}

.footer-cta__list-text_en {
    font-size: 23px;
    font-weight: 500;
}

.window-icon::after {
    display: inline-block;
    content: "";
    background: url("../img/link-window-icon.svg") no-repeat left top/contain;
    width: 21px;
    height: 21px;
    margin-left: 12px;
}

.footer-cta__list-item:nth-of-type(1) {
    background-color: #F8EDED;
}
.footer-cta__list-item:nth-of-type(2) {
    background-color: #F9E4E4;
}
.footer-cta__list-item:nth-of-type(3) {
    background-color: #F6DCDC;
}

.footer-cta__note {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer-cta {
        padding: 18.8vw 15px 23vw;
    }
    
    .footer-cta__title {
        font-size: 6.7vw;
        margin-bottom: 13vw;
    }
    
    .footer-cta__sub-title {
        font-size: 3.8vw;
    }
    
    .footer-cta__lead {
        font-size: 3.8vw;
        margin-bottom: 6.7vw;
    }
    
    .footer-cta__list {
        margin-bottom: 6.2vw;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .footer-cta__list-item {
        padding: 6.2vw 0 4.8vw;
    }
    
    .footer-cta__name {
        font-size: 3.6vw;
        margin-bottom: 4.3vw;
    }
    
    .footer-cta__icon {
        height: 6vw;
        margin-bottom: 1.7vw;
    }
    
    .footer-cta__list-tel {
        font-size: 7.4vw;
    }
    
    .footer-cta__list-text {
        font-size: 4.3vw;
        line-height: 46px;
    }
    
    .footer-cta__list-text_en {
        font-size: 4.8vw;
    }
    
    .window-icon::after {
        width: 3.8vw;
        height: 3.8vw;
        margin-left: 3.4vw;
    }

    .footer-cta__note {
        font-size: 3.8vw;
    }
}
/*============================================================*/
/* footer */
/*============================================================*/
.footer_info {
    padding: 45px 0 63px;
    background-color: #F8F8F8;
}

.footer_info_logo img {
    max-width: 237px;
}

.footer_info_adress {
    font-size: 12px;
}

.footer_info_access {
    font-size: 12px;
}

.footer_info_access::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url("../img/access-icon.svg") no-repeat left top/contain;
}

.footer_info_logo + .footer_info_adress,
.footer_info_adress + .footer_info_access {
    margin-left: 42px;
}

.cta__sns-icon {
    width: 30px;
    display: inline-block;
}

.cta__sns-icon + .cta__sns-icon {
    margin-left: 20px;
}

.cta__sns-icon img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .footer_info {
        padding: 10vw 15px 14vw;
    }

    .footer_info_inner > div {
        position: relative;
    }
    
    .footer_info_logo {
        width: auto;
        margin-bottom: 7.7vw;
    }
    
    .footer_info_logo img {
        width: 57vw;
        max-width: 237px;
    }
    
    .footer_info_adress {
        font-size: 3.4vw;
        margin-bottom: 7vw;
    }
    
    .footer_info_access {
        font-size: 3.4vw;
        text-align: right;
    }

    .footer_info_access::before {
        width: 3.4vw;
        height: 4.3vw;
    }
    
    .footer_info_logo + .footer_info_adress,
    .footer_info_adress + .footer_info_access {
        margin-left: 0;
    }

    .cta__sns {
        position: absolute;
        right: 15px;
        top: 3vw;
    }
    
    .cta__sns-icon {
        width: 7.2vw;
        max-width: 30px;
    }
    
    .cta__sns-icon + .cta__sns-icon {
        margin-left: 4.3vw;
    }
    
}




.footer_navi {
    margin-top: 30px;
}

.footer_navi ul {
    list-style: none;
}

.footer_navi ul li {
    font-size: 3.4vw;
    line-height: 1;
    margin-top: 15px;
    padding: 0 3.3vw;
}

.footer_navi ul li:not(:last-child) {
    border-right: 1px solid #333;
    padding-right: 3.6vw;
}

@media screen and (min-width: 768px) {
    .footer_navi {
        margin-top: 62px;
    }
    .footer_navi ul li {
        font-size: 14px;
        margin-top: 0;
        padding: 0 10px;
    }
    .footer_navi ul li:not(:last-child) {
        padding-right: 10px;
    }
}

.footer_link {
    margin-top: 10.1vw !important;
}

.footer_link a + a {
    margin-top: 15px;
}

.footer_link a img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .footer_link {
        margin-top: 50px !important;
    }
    .footer_link a:nth-of-type(1) {
        padding-right: 0;
    }
    .footer_link a:nth-of-type(2) {
        padding-left: 7px;
    }
    .footer_link a:nth-of-type(3) {
        padding-left: 7px;
    }
    .footer_link a:nth-of-type(4) {
        padding-left: 7px;
    }
    .footer_link a + a {
        margin-top: 0;
    }
}

.footer_copyright {
    font-size: 12px;
    margin-top: 50px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .footer_copyright {
        margin-top: 60px;
    }
}

/*============================================================*/
/* mainimg */
/*============================================================*/
.mainimg img {
    width: 100%;
}
.facial,.access,.bridal,.body{
    padding-top:128px;
}
@media screen and (max-width: 767px) {
    .facial,.access,.bridal,.body{
        padding-top:80px;
    }
}
/*============================================================*/
/* information voice */
/*============================================================*/
.information h2, .voice h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0;
}

.information h2 .sub_title, .voice h2 .sub_title {
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .information h2, .voice h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .information h2 .sub_title, .voice h2 .sub_title {
        padding-left: 10px;
    }
}

/*============================================================*/
/* voice */
/*============================================================*/
.voice {
    background: #fff5f5;
    margin-top: 50px;
    padding: 60px 30px 65px;
}

.voice h2 {
    margin-bottom: 30px;
}

.voice h2 .sub_title {
    padding-left: 30px;
}

.voice_slider {
    margin-top: 40px;
}

.voice_item {
    background: #F7EDEA;
    list-style: none;
    margin: 0 auto;
    min-height: 300px;
    padding: 25px 70px 25px 30px;
    position: relative;
    z-index: 100;
}

.voice_item_img {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 125px;
    z-index: -1;
}

.voice_item_img img {
    width: 100%;
}

.voice_text {
    color: #323232;
    line-height: 1.5;
    position: relative;
    text-align: left;
    z-index: 1;
}

.voice_text span {
    display: inline-block;
    margin-top: 35px;
}

.voice .owl-carousel {
    background: #fff5f5;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .voice {
        padding: 70px 0 60px;
    }
    .voice h2, .voice h2 + p {
        padding-left: .5em;
    }
    .voice h2 + p {
        font-size: 16px;
    }
    .voice .container {
        max-width: 1020px;
    }
    .voice_item {
        max-width: 319px;
        padding: 35px 70px 0 45px;
    }
    .voice_item + .voice_item {
        margin-left: 30px;
    }
}

/*============================================================*/
/* メニューコンテンツ */
/*============================================================*/
.menu .text-lead {
    font-size: 13px;
}

.menu_course {
    padding-left: 10px;
    padding-right: 10px;
}

.menu_course_heading, .menu_course .menu_heading {
    font-size: 26px;
    padding: .2em 1em;
}

.menu_course_heading {
    background-color: #e5c5ba;
    margin-top: 50px;
}

.menu_course_heading + p {
    margin-top: 20px;
}

.menu_nav {
    margin-top: 30px;
    padding: 0 10px;
}

.menu_nav li {
    width: 45.6vw;
}

.menu_nav li img {
    width: 100%;
}

.menu_nav + .menu_course .menu_course_heading {
    margin-top: 40px;
}

.menu_heading {
    background: #f8e7e1;
    border: 1px solid #e5c5ba;
    color: #e69c83;
}

.menu_content {
    margin-top: 30px;
}

.menu_inner {
    border-bottom: 1px solid #9f9f9f;
    border-color: #9f9f9f !important;
    padding: 10px 10px 25px;
    width: 100%;
}

.menu_detail {
    max-width: 710px;
}

.menu_wrapper + .menu_wrapper {
    margin-top: 20px;
}

.menu_name, .menu_time, .menu_price {
    margin-top: 10px;
}
.menu-time-note{
    margin-top: 0.5em;
}

.menu_name, .menu_time {
    margin-right: 1em;
}

.menu_time {
    background-color: #f8e7e1;
    padding: .5em 1em;
}

.menu_flow {
    line-height: 1.9;
}

.menu_text {
    line-height: 2;
}

.menu_img {
    margin-top: 15px;
}

.menu_img img {
    width: 100%;
}

.voice + .menu_course .menu_course_heading {
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .menu .text-lead {
        font-size: 18px;
        line-height: 180%;
    }
    .menu_course {
        margin-bottom: 50px;
        max-width: 1165px;
    }
    .menu_course_heading, .menu_course .menu_heading {
        font-size: 44px;
        padding: .3em 1em;
    }
    .menu_course_heading {
        margin-top: 75px;
    }
    .menu_course_heading + p {
        margin-top: 30px;
    }
    .menu_nav {
        margin-top: 45px;
        padding: 0;
        width: 772px;
    }
    .menu_nav li {
        width: 366px;
    }
    .menu_content {
        margin-top: 30px;
    }
    .menu_content + .menu_content {
        margin-top: 50px;
    }
    .menu_inner {
        margin: 0 auto;
        padding: 40px 20px 30px;
        width: 1060px;
    }
    .menu_detail {
        max-width: 710px;
    }
    .menu_wrapper + .menu_wrapper {
        margin-top: 30px;
    }
    .menu_name, .menu_time, .menu_price {
        margin-top: 0;
    }
    .menu_time {
        background-color: #f8e7e1;
        margin-right: 2em;
        padding: .5em 1.3em;
    }
    .menu_flow {
        line-height: 1.8;
    }
    .menu_text {
        line-height: 2;
    }
    .menu_img {
        flex: 0 0 28.6%;
        height: 100%;
        margin: 0;
        max-width: 286px;
    }
    .menu_img img {
        width: 100%;
    }
    .voice + .menu_course .menu_course_heading {
        margin-top: 70px;
    }

}


/*============================================================*/
/* menu */
/*============================================================*/

/* menu__top */
.menu__top {
    padding: 96px 0 120px;
}

.menu__catch {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 64px;
}

.menu__catch-ltext {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.menu__nav {
    margin-bottom: 30px;
}

.menu__nav-listitem {
    margin-bottom: 20px;
    padding: 0 10px;
}

.menu__nav-link {
    display: block;
    background-color: #E5C5BA;
    padding: 10px 20px;
    position: relative;
}

.menu__nav-link::after {
    transition: all .3s;
    position: absolute;
    font-family: "Font Awesome 5 pro";
    content: '\f0dd';
    font-weight: 700;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
}

.menu__nav-link span {
    display: block;
    color: #fff;
    text-align: center;
}

.menu__nav-en {
    font-family: futura-pt;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.menu__nav-text {
    font-size: 18px;
    margin-bottom: 22px;
}

.menu-text__link {
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-right: 26px;
}

.menu-text__link::before {
    transition: all .2s;
    position: absolute;
    font-family: "Font Awesome 5 pro";
    content: '\f324';
    font-weight: 500;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
}

.menu-text__link:hover::before {
    right: -3px;
}

.menu-text__link::after {
    display: block;
    content: "";
    border-bottom: 1px solid #333;
    padding-bottom: 4px;
    width: 142px;
    position: absolute;
    left: -10px;
}


@media screen and (max-width: 767px) {
    .menu__top {
        padding: 8.7vw 0 12vw;
    }
    
    .menu__catch {
        font-size: 3.8vw;
        margin-bottom: 7.2vw;
    }

    .menu__catch-ltext {
        font-size: 4.2vw;
    }
    
    .menu__nav {
        margin-bottom: 2.5vw;
    }
    
    .menu__nav-list {
        padding: 0 5px;
    }
    
    .menu__nav-listitem {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    
    .menu__nav-link {
        padding: 1.4vw 2vw;
    }
    
    .menu__nav-link::after {
        font-size: 3.8vw;
        bottom: 0;
    }

    .menu__nav-en {
        font-size: 5.8vw;
        line-height: 1.1;
    }
    
    .menu__nav-text {
        font-size: 2.7vw;
        margin-bottom: 2.4vw;
    }
    
    .menu-text__link {
        font-size: 4.8vw;
        padding-right: 8vw;
    }
    
    .menu-text__link::before {
        font-size: 3.8vw;
        right: 2vw;
    }

    .menu-text__link::after {
        padding-bottom: 1.2vw;
        width: 34vw;
        left: -2.4vw;
    }
}

/* menu__main */
.menu__category-title {
    background-color: #E5C5BA;
    padding: 12px 20px 15px;
    margin-bottom: 72px;
}

.menu__category-title span {
    color: #fff;
    display: block;
    text-align: center;
}

.category__title-en {
    font-family: futura-pt;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}

.category__title-text {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .menu__category-title {
        padding: 1vw 15px 2vw;
        margin-bottom: 8.7vw;
    }
    
    .category__title-en {
        font-size: 7.7vw;
    }
    
    .category__title-text {
        font-size: 3.8vw;
    }
}

/* menu__content-block */
.menu__content-block {
    position: relative;
    margin-bottom: 120px;
}

.menu__name-block {
    padding: 12px 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}

.menu-name {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
}

.menu-time {
    background-color: #F8E7E1;
    padding: 10px 10px;
    font-family: futura-pt;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
    min-width: 120px;
}

.menu-time-note{
    font-size: 12px;
    font-family: futura-pt;
    font-weight: 500;
    display: block;
    width: max(8vw, 100px);
}

.menu-price {
    font-family: futura-pt;
    font-size: 25px;
    text-align: right;
}

.menu-price__text-small {
    font-size: 18px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.menu__detail-block {
    padding-left: 20px;
}

.menu__popup-ribbon {
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    background: #EC9D9C;
    margin-bottom: 26px;
    margin-left: -20px;
}

.menu__popup-ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 9px transparent;
    border-right: solid 13px rgb(197, 101, 100);/*折り返し部分*/
}

.menu__popup-ribbon i {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-style: normal;
}

.menu-tag {
    display: inline-block;
    border: 2px solid #EC9D9C;
    padding: 0 20px;
    text-align: center;
    color: #EC9D9C;
    border-radius: 50px;
    line-height: 2.2;
    margin: 0 5px 5px 0;
    font-size: 16px;
}

.menu-tag__block {
    margin-bottom: 16px;
}

.menu-description {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.6;
}

.menu-flow {
    background-color: #F1F1F1;
    border-radius: 3px;
    padding: 0 16px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.8;
    position: relative;
    margin-right: 24px;
    margin-bottom: 5px;
}

.menu-flow::after {
    font-family: "Font Awesome 5 pro";
    content: '\f178';
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -21px;
}
.menu-flow:last-of-type:after {
    content: none;
}

.menu-thumbnail img {
    width: 100%;
}

.menu-textnote {
    font-size: 14px;
}

.menu-flow__block + .menu-textnote {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .menu__content-block {
        margin-bottom: 20vw;
    }
    
    .menu__name-block {
        padding: 2vw 15px;
        margin-bottom: 4.3vw;
    }
    
    .menu-name {
        font-size: 4.8vw;
        margin-bottom: 3vw;
    }

    .menu__popup-ribbon {
        padding: 2vw 2.3vw;
        font-size: 3.4vw;
        margin-bottom: 3.4vw;
        margin-left: -2vw;
    }
    
    .menu-time {
        padding: 1vw 3vw;
        font-size: 3.4vw;
        min-width: 20vw;
    }
    .menu-time-note{
        font-size: 2.4vw;
        max-width: 14vw;
    }
    .menu-price {
        font-size: 5vw;
    }
    
    .menu-price__text-small {
        font-size: 3.4vw;
    }
    
    .menu__detail-block {
        padding-left: 15px;
    }
    
    .menu-tag {
        padding: 0 4.8vw;
        font-size: 3.4vw;
        line-height: 1.9;
    }
    
    .menu-tag__block {
        margin-bottom: 4.8vw;
    }
    
    .menu-description {
        font-size: 3.8vw;
        margin-bottom: 6vw;
    }
    
    .menu-flow__block {
        margin-bottom: 8.2vw;
    }
    
    .menu-flow {
        padding: 0 3.8vw;
        font-size: 3.4vw;
        line-height: 1.8;
        margin-right: 6.6vw;
    }
    
    .menu-flow::after {
        font-size: 3.8vw;
        right: -5.2vw;
    }

    .menu-textnote {
        font-size: 3.4vw;
        margin-bottom: 8.2vw;
    }
    
    .menu-flow__block + .menu-textnote {
        margin-top: 0;
    }
}

/* sec__title */
.menu-sec__title {
    text-align: center;
    margin-bottom: 84px;
}

.menu-sec__title span {
    display: block;
}

.menu-sec__title-en {
    font-family: futura-pt;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.4;
}

.menu-sec__title-text {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .menu-sec__title {
        margin-bottom: 11vw;
    }
    
    .menu-sec__title-en {
        font-size: 7.7vw;
    }
    
    .menu-sec__title-text {
        font-size: 3.8vw;
    }
}

/* option */
.menu__option {
    background-color: #F6F6F6;
    padding: 80px 0 100px;
}

.menu__option .menu__category-title {
    padding: 5px 20px 10px;
    margin-bottom: 48px;
}
.menu__option .category__title-en {
    font-size: 40px;
}

.menu__option .category__title-text {
    font-size: 20px;
}

.menu__option .menu__content-block {
    margin-bottom: 84px;
    border-bottom: 1px solid #707070;
    min-height: 155px;
}

.menu__option .menu__name-block {
    margin-right: 30px;
    border-bottom: none;
}

.menu__option .menu__detail-block {
    margin-right: 30px;
}

.menu__option .menu-thumbnail__block {
    position: absolute;
    top: 0;
    right: 0;
    width: 206px;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .menu__option {
        padding: 14vw 0 13vw;
    }
    
    .menu__option .menu__category-title {
        padding: 1.2vw 10px 2vw;
        margin-bottom: 6.7vw;
    }
    .menu__option .category__title-en {
        font-size: 7.7vw;
    }
    
    .menu__option .category__title-text {
        font-size: 3.8vw;
    }
    
    .menu__option .menu__content-block {
        margin-bottom: 14vw;
        min-height: 48vw;
    }
    
    .menu__option .menu__name-block {
        margin-right: 0;
        margin-bottom: 3vw;
    }
    
    .menu__option .menu__detail-block {
        margin-right: 30px;
    }

    .menu__option .menu__price-block {
        min-height: 20vw;
    }

    .menu__option .menu-description {
        font-size: 3.8vw;
        margin-bottom: 3.4vw;
    }
    
    .menu__option .menu-thumbnail__block {
        top: 11vw;
        width: 28vw;
        padding-right: 0;
    }
}

/* pricelist */
.menu__pricelist {
    padding: 120px 0 140px;

}

.menu__pricelist .menu__category-block + .menu__category-block {
    margin-top: 48px;
}

.menu__pricelist .menu__category-title {
    text-align: center;
    padding: 5px 20px 8px;
    margin-bottom: 10px;
}

.menu__pricelist .menu__category-title span {
    display: inline-block;
}

.menu__pricelist .category__title-en {
    font-size: 32px;
}

.menu__pricelist .category__title-text {
    font-size: 16px;
}

.menu__pricelist .menu__content-block {
    margin-bottom: 0;
}

.menu__pricelist .menu-name {
    font-size: 22px;
    display: inline-block;
}

.menu__pricelist .menu__popup-ribbon {
    padding: 9px 13px;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: 15px;
}

.menu__pricelist .menu__popup-ribbon:before {
    border-bottom: none;
    border-right: none;
}

.menu__pricelist .menu-time {
    font-size: 19px;
}

.menu__pricelist .menu-price {
    font-size: 24px;
}

.menu__pricelist .menu-price__text-small {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .menu__pricelist {
        padding: 14.5vw 0 22vw;
    }

    .menu__pricelist .menu__category-block + .menu__category-block {
        margin-top: 7vw;
    }
    
    .menu__pricelist .menu__category-title {
        padding: 5px 20px 8px;
        margin-bottom: 0;
    }
    
    .menu__pricelist .category__title-en {
        font-size: 4.3vw;
    }
    
    .menu__pricelist .category__title-text {
        font-size: 2.9vw;
    }

    .menu__pricelist .menu__name-block {
        padding: 2vw 5px 1.2vw;
        margin-bottom: 1.8vw;
    }
    
    .menu__pricelist .menu-name {
        font-size: 3.3vw;
        margin-bottom: 0;
        margin-top: 1vw;
    }

    .menu__pricelist .menu__popup-ribbon {
        padding: 1vw 2.3vw;
        font-size: 2.8vw;
        margin-left: -0.8vw;
    }
    
    .menu__pricelist .menu-time {
        font-size: 3.3vw;
        margin-top: 1vw;
        white-space: normal;
    }
    
    .menu__pricelist .menu-price {
        font-size: 3.8vw;
        margin-top: 1vw;
    }
    
    .menu__pricelist .menu-price__text-small {
        font-size: 2.9vw;
    }
}


/* cta */
.contact__cta {
    padding: 70px 0 77px;
}

.contact__cta_text {
    font-size: 18px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .contact__cta {
        padding: 13.7vw 0 10.8vw;
        width: 90%;
        margin: 0 auto;
    }
    
    .contact__cta_text {
        font-size: 4.2vw;
    }
}
