@charset "UTF-8";
/* Scss Document */
/* 全体の70%の色 */
/* 全体の25%の色 */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://use.typekit.net/gxn6gwm.css");
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 62.5%;
    color: #000;
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.4;
    letter-spacing: 0;
}
@media (min-width: 1200px) {
    body {
        font-size: 1.8rem;
        line-height: 2.4;
        letter-spacing: 0.07em;
    }
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dd {
    margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}
address {
    font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
    vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
/**
 * Correct cursors for clickable elements.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
    cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
    outline: auto;
}
select:disabled {
    opacity: inherit;
}
/**
 * Remove padding
 */
option {
    padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}
legend {
    padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}
caption {
    text-align: left;
}
td, th {
    vertical-align: top;
    padding: 0;
}
th {
    text-align: left;
}
table {
    border-spacing: 0;
}
img {
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
}
body {
    position: relative;
}
body.fixed {
    overflow: hidden;
}
.f-en {
    font-family: "G-Light", sans-serif;
    font-style: normal;
    font-weight: 100;
}
.f-ja {
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
}
section {
    margin-bottom: 200px;
    max-width: 550px;
    margin: 0 auto;
}
.ttl-en {
    color: #BA933E;
    font-size: 2rem;
    font-weight: 100;
    font-family: "G-Light", sans-serif;
    line-height: 1;
}
.ttl-ja {
    font-weight: 600;
    font-size: 2rem;
    margin-top: 3rem;
    line-height: 1;
}
.underbar {
    height: 1px;
    width: 3rem;
    background-color: #BA933E;
    margin-top: 3rem;
}
.center {
    text-align: center;
}
.btn {
    display: block;
    background-color: #BA933E;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    transition: .3s ease;
    cursor: pointer;
    padding: 3rem 0;
    margin-top: 15rem;
    font-weight: 600;
}
.btn:hover {
    opacity: .6;
}
.btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.btn-outer {
    padding: 0 4rem;
}
.display-block {
    display: none;
}
@media (min-width: 1200px) {
    section {
        max-width: unset;
        margin-bottom: 30rem;
    }
    .ttl-en {
        font-size: 3rem;
    }
    .ttl-ja {
        font-size: 4rem;
        margin-top: 6rem;
    }
    .underbar {
        width: 4rem;
        margin-top: 6rem;
    }
    .btn {
        padding: 4rem 0;
        max-width: 600px;
        margin: 25rem auto 0 auto;
    }
    .btn::after {
        width: 12px;
        height: 12px;
        right: 6rem;
    }
    .display-none {
        display: none;
    }
    .display-block {
        display: block;
    }
}
/* header */
/* ============================================ */
body {
    position: relative;
}
body.fixed {
    overflow: hidden;
}
.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 9998;
}
.header .header-content {
    max-width: 768px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 1200px) {
    .header .header-content {
        max-width: unset;
    }
}
.header .header-content h1 {
    text-align: center;
    height: inherit;
}
.header .header-content h1 img {
    max-width: 130px;
    height: inherit;
}
.openbtn {
    width: 20px;
    height: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 28px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
    /*ボタンを最前面に*/
}
.openbtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.openbtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
    width: 30px;
    z-index: 99;
    top: 15px;
    left: 18px;
}
.openbtn.active span:nth-of-type(2) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
    z-index: 99;
    top: 28px;
    left: 18px;
}
.g-nav {
    position: fixed;
    z-index: 80;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.g-nav.panelactive {
    right: 0;
}
.g-nav.panelactive .g-nav-list {
    z-index: 999;
    width: 100%;
    overflow: auto;
}
.g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.g-nav .g-nav-logo {
    max-width: 130px;
    margin: 0 auto;
    height: 70px;
    padding-top: 2.2rem;
}
.g-nav .g-nav-logo .nav-logo {
    width: 100%;
}
.g-nav .g-nav-list {
    padding-top: 6rem;
}
.g-nav .g-nav-list .g-nav-content {
    max-width: 286px;
    margin: 0 auto;
    text-align: center;
}
.g-nav .g-nav-list .g-nav-content .g-nav-li {
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.g-nav .g-nav-list .g-nav-content .g-nav-li:last-child {
    margin: 0;
}
.g-nav .g-nav-list .g-nav-content .g-nav-li .f-en {
    width: 160px;
    text-align: left;
    font-family: "G-Light", sans-serif;
    font-style: normal;
    letter-spacing: 0;
    font-size: 2rem;
    color: #BA933E;
}
.g-nav .g-nav-list .g-nav-content .g-nav-li .f-ja {
    flex: 1;
    font-weight: 300;
    font-size: 1rem;
    color: #BA933E;
    text-align: left;
}
@media (min-width: 1200px) {
    .openbtn {
        right: 60px;
    }
    .g-nav .g-nav-list .g-nav-content {
        max-width: 400px;
    }
    .g-nav .g-nav-list .g-nav-content .g-nav-li .f-en {
        font-size: 2.4rem;
        width: 200px;
    }
    .g-nav .g-nav-list .g-nav-content .g-nav-li .f-ja {
        font-size: 1.4rem;
    }
}
/* hero */
/* ============================================ */
.hero {
    width: 100%;
    max-width: 890px;
    height: auto;
    margin: 0 auto;
}
.hero-img {
    height: 500px;
}
.hero-img img {
    height: inherit;
    object-fit: cover;
}
@media (min-width: 1200px) {
    .hero {
        max-width: 1920px;
        padding-top: 0;
    }
    .hero-img {
        height: auto;
    }
}
/* about */
/* ============================================ */
.about {
    margin-top: 10%;
}
.about-inner {
    padding: 0 4rem;
}
.about-wrap {
    margin: 0 auto;
    text-align: center;
}
.about-wrap_img {
    width: 150px;
    margin: 0 auto;
}
.about-wrap_txt {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 3rem;
    line-height: 1;
}
.about-bar {
    background-color: #000;
    margin: 0 auto;
    margin-top: 3rem;
}
.about-txt_top {
    margin-top: 6rem;
}
.about-img {
    margin-top: 6rem;
}
.about-txt_bottom {
    margin-top: 3rem;
}
.about-btn {
    display: block;
    color: #fff;
    background-color: #000;
    line-height: 1;
    width: 200px;
    padding: 13px 0;
    border-radius: 100px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    margin-top: 10rem;
    position: relative;
    transition: .3s ease;
    cursor: pointer;
    font-weight: 600;
}
.about-btn:hover {
    opacity: .6;
}
.about-btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 15px;
    top: 16.5px;
    transform: rotate(45deg);
}
@media (min-width: 1200px) {
    .about {
        max-width: 860px;
        margin: 7% auto 0;
    }
    .about-wrap_img {
        width: 200px;
    }
    .about-wrap_txt {
        font-size: 2.4rem;
        margin-top: 4rem;
    }
    .about-bar {
        margin-top: 4rem;
    }
    .about-img {
        margin-top: 6rem;
    }
    .about-txt_bottom {
        margin-top: 6rem;
    }
    .about-btn {
        width: 300px;
        padding: 20px 0;
        margin-top: 20rem;
    }
    .about-btn::after {
        width: 12px;
        height: 12px;
        right: 25px;
        top: 23.5px;
    }
}
/* treatment */
/* ============================================ */
.treatment-ttl {
    line-height: 2;
    letter-spacing: 0.07em;
    font-size: 2rem;
}
.treatment-img {
    margin-top: 6rem;
}
.treatment-inner {
    padding: 0 4rem;
}
.point {
    margin-top: 12rem;
}
.point-num {
    font-family: "G-Light", sans-serif;
    font-size: 3rem;
    font-weight: 100;
    color: #BA933E;
    line-height: 1.3;
}
.point-img {
    margin-top: 3rem;
}
.point-txt {
    width: 290px;
    margin-top: 3rem;
}
.treatment-pc_inner, .treatment-pc_content {
    display: none;
}
@media (min-width: 1200px) {
    .treatment-inner {
        display: none;
    }
    .treatment-ttl {
        line-height: 2;
        letter-spacing: 0.07em;
        font-size: 3rem;
    }
    .treatment-img {
        display: none;
    }
    .treatment-pc_inner {
        display: block;
        background-color: #F5F3E5;
        padding: 8.5vw 0 8.5vw 12vw;
        position: relative;
    }
    .treatment-pc_content {
        display: block;
    }
    .treatment-img_pc {
        position: absolute;
        top: -20px;
        right: 3vw;
        width: 47vw;
    }
    .point {
        margin-top: 30rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .point-pc:nth-child(even) {
        width: 35%;
        padding-right: 12vw;
    }
    .point-pc:nth-child(odd) {
        width: 35%;
        padding-left: 12vw;
    }
    .point-num {
        font-size: 4rem;
    }
    .point-img {
        margin-top: 0rem;
        width: 60%;
    }
    .point-txt {
        margin-top: 4rem;
        width: 100%;
    }
}
/* campaign */
/* ============================================ */
.campaign-inner {
    padding: 0 4rem;
    margin-top: 6rem;
}
.campaign-period {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6;
    border-top: #BA933E solid 1px;
    border-bottom: #BA933E solid 1px;
    padding: 3rem 0 3rem 3rem;
    margin-top: 6rem;
}
.price {
    margin-top: 6rem;
}
.price-ttl {
    font-family: roboto, sans-serif;
    font-weight: 100;
    font-size: 2rem;
    text-align: center;
    color: #BA933E;
    line-height: 1;
    letter-spacing: 0;
}
.price-value_sub {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #BA933E;
    margin-top: 2rem;
}
.price-value {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    color: #BA933E;
    line-height: 1;
    margin-top: 1rem;
}
.price-value span {
    font-size: 1.4rem;
}
.price-txt {
    margin-top: 3rem;
}
.price-txt_sub {
    font-size: 1rem;
    margin-top: 3rem;
}
.course {
    margin-top: 20rem;
}
.course-ttl_en {
    font-family: roboto, sans-serif;
    font-weight: 100;
    font-size: 2rem;
    color: #BA933E;
    line-height: 1;
}
.course-ttl_ja {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 1.5rem;
    line-height: 2;
}
.course-box {
    margin-top: 6rem;
}
.course-box_ttl {
    padding-left: 2rem;
    border-left: 1px solid #BA933E;
    margin-top: 4rem;
}
.course-box_ttl_en {
    font-family: roboto, sans-serif;
    font-weight: 100;
    font-size: 1.8rem;
    color: #BA933E;
    line-height: 1;
    letter-spacing: 0;
}
.course-box_ttl_ja {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 1rem;
}
.course-box_txt {
    margin-top: 3rem;
}
.course-box_txt_sub {
    text-align: right;
    margin-top: 2rem;
    font-size: 1.2rem;
}
.campaign-ttl_pc {
    display: none;
}
@media (min-width: 1200px) {
    .campaign-img {
        position: relative;
    }
    .campaign-inner {
        margin-top: 20rem;
    }
    .campaign-ttl_pc {
        display: block;
        position: absolute;
        top: 50%;
        left: 12vw;
        transform: translateY(-50%);
    }
    .campaign-period {
        font-size: 2rem;
        line-height: 2;
        padding: 6rem 0 6rem 3rem;
        margin-top: 10rem;
    }
    .price {
        margin-top: 20rem;
        max-width: 480px;
        margin: 0 auto;
    }
    .price-ttl {
        font-size: 4rem;
    }
    .price-value_sub {
        font-size: 1.8rem;
        margin-top: 3rem;
    }
    .price-value {
        font-size: 2.8rem;
        margin-top: 2rem;
    }
    .price-value span {
        font-size: 1.8rem;
    }
    .price-txt {
        margin-top: 10rem;
    }
    .price-txt_sub {
        font-size: 1.4rem;
        margin-top: 3rem;
    }
    .course {
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 30rem;
    }
    .course-ttl_en {
        font-size: 4rem;
        text-align: center;
    }
    .course-ttl_ja {
        font-size: 2rem;
        margin-top: 4rem;
        line-height: 1;
        text-align: center;
    }
    .br_pc {
        display: none;
    }
    .course-wrap {
        margin-top: 10rem;
        display: flex;
        justify-content: space-between;
    }
    .course-box {
        margin-top: 0;
        width: 47%;
    }
    .course-box_ttl {
        padding-left: 3rem;
        border-left: 1px solid #BA933E;
        margin-top: 6rem;
    }
    .course-box_ttl_en {
        font-size: 3rem;
    }
    .course-box_ttl_ja {
        font-size: 2.4rem;
        margin-top: 1.5rem;
    }
    .course-box_txt {
        margin-top: 6rem;
    }
    .course-box_txt_sub {
        margin-top: 6rem;
        font-size: 1.4rem;
    }
}
/* flow */
/* ============================================ */
.flow-inner {
    padding: 3rem 4rem;
    background-color: #F5F3E5;
}
.flow-content {
    margin-top: 6rem;
}
.step {
    padding-left: 4rem;
}
.step:not(:first-child) {
    margin-top: 6rem;
}
.step-num {
    font-family: "G-Light", sans-serif;
    font-size: 3rem;
    font-weight: 100;
    color: #BA933E;
    line-height: 1.3;
}
.step-wrap {
    margin-top: 3rem;
    border-left: #BA933E solid 1px;
    margin-left: 1rem;
    padding: 0 0 3rem 3rem;
}
.step-ttl {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 3rem;
}
.step-txt {
    padding-right: 4rem;
}
.step-last {
    border-left: 0;
}
@media (min-width: 1200px) {
    .flow-inner {
        padding: 6rem 0 6rem 12vw;
        background-color: #F5F3E5;
    }
    .flow-content {
        margin-top: 20rem;
        padding-left: 12vw;
    }
    .step {
        padding-left: 0;
    }
    .step:not(:first-child) {
        margin-top: 10rem;
    }
    .step-num {
        font-size: 5rem;
    }
    .step-wrap {
        margin-top: 4rem;
        margin-left: 3rem;
        padding: 0 0 4rem 10rem;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        width: auto;
    }
    .step-img {
        max-width: 1100px;
        width: 70%;
        padding-left: 8rem;
    }
    .step-txts {
        width: 30%;
    }
    .step-ttl {
        font-size: 2.2rem;
        margin-top: 0;
    }
    .step-txt {
        margin-top: 1rem;
        padding-right: 0rem;
    }
    .step-last {
        display: block;
    }
}
/* reservation */
/* ============================================ */
.reserve-inner {
    padding: 0 3rem;
}
.reserve-bar {
    margin: 3rem auto 0;
}
.reserve-content {
    margin-top: 6rem;
}
.reserve-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 12px solid #BA933E;
    border-bottom: 0;
    margin: 3rem auto;
}
.reserve-en {
    font-size: 1.7rem;
}
.reserve-ja {
    font-size: 2.4rem;
}
.web-icon {
    width: 75px;
    margin: 0 auto;
}
.web-btn {
    display: block;
    width: 100%;
    background-color: #BA933E;
    color: #fff;
    border-radius: 5px;
    margin-top: 6rem;
    padding: 3rem 0 1rem;
    /* transition: .3s ease; */
    /* cursor: pointer; */
}
/* .web-btn:hover {
  opacity: .6;
} */
.web-txt, .web-txt_sub {
    line-height: 1;
    text-align: center;
    font-weight: 600;
}
.web-txt_sub {
    font-size: 1.4rem;
    margin-top: 2rem;
}
.web-arrow {
    margin: 1rem auto 0;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background-color: #fff;
    position: relative;
}
.web-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 1px #BA933E;
    border-right: solid 1px #BA933E;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-62%, -50%) rotate(45deg);
}
.tel-btn {
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    margin-top: 3rem;
    padding: 3rem 2rem;
    border: #000 solid 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease;
    cursor: pointer;
}
.tel-btn:hover {
    opacity: .6;
}
.tel-icon {
    width: 30px;
}
.tel-txt, .tel-txt_sub {
    line-height: 1;
    text-align: center;
}
.tel-txt_sub {
    margin-top: 10px;
}
.tel-arrow {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
}
@media (min-width: 1200px) {
    .reserve {
        max-width: 860px;
    }
    .reserve-en {
        font-size: 2.8rem;
    }
    .reserve-ttl-ja_pc {
        font-size: 4.5rem;
    }
    .reserve-bar {
        margin: 6rem auto 0;
    }
    .reserve-content {
        margin-top: 10rem;
        text-align: center;
    }
    .reserve-arrow {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 22px solid #BA933E;
        margin: 6rem auto;
    }
    .web-icon {
        width: 100px;
    }
    .web-btn {
        margin-top: 10rem;
        padding: 4rem 0;
    }
    .web-txt, .web-txt_sub {
        line-height: 1;
        text-align: center;
        font-weight: 600;
    }
    .web-txt {
        font-size: 2rem;
    }
    .web-txt_sub {
        font-size: 1.8rem;
        margin-top: 3rem;
    }
    .tel-btn {
        margin-top: 6rem;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .tel-icon {
        width: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 220px;
    }
    .tel-arrow {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 6rem;
    }
}
/* salon */
/* ============================================ */
.salonlist {
    max-width: 550px;
    margin: 0 auto 5rem auto;
    padding-bottom: 0px;
}
.salonlist-en {
    font-size: 1.8rem;
}
.salonlist-ja {
    font-size: 2.2rem;
}
.salonlist-inner {
    width: 100%;
    padding: 0 2rem;
    margin-top: 6rem;
}
.salonlist-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.salonlist-li {
    width: 48.5%;
    margin-bottom: 3rem;
}
.salonlist-li img {
    width: 100%;
}
.salonlist-li h3 {
    font-size: 1.2rem;
    color: #000;
    line-height: 1;
    margin-top: 1rem;
    line-height: 140%;
}
.salonlist-li p {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    margin-top: 0.5rem;
}
.salonlist-li a {
    font-size: 1rem;
    line-height: 1;
    position: relative;
    padding-right: 1rem;
    transition: .3s ease;
}
.salonlist-li a:hover {
    opacity: .6;
}
.salonlist-li a::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 1200px) {
    .salonlist {
        max-width: 860px;
    }
    .salonlist-en {
        font-size: 3rem;
    }
    .salonlist-ja {
        font-size: 4rem;
    }
    .salonlist-inner {
        margin-top: 10rem;
    }
    .salonlist-li h3 {
        font-size: 1.8rem;
        margin-top: 2rem;
        line-height: 140%;
    }
    .salonlist-li p {
        font-size: 1.6rem;
        margin-top: 1rem;
    }
    .salonlist-li a {
        font-size: 1.6rem;
    }
}
/* footer */
/* ============================================ */
footer {
    margin-bottom: 20px;
}
footer p {
    text-align: center;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.07em;
}
/*# sourceMappingURL=common.css.map */
.ctaBtn {
    display: none;
    width: 430px;
    position: fixed;
    right: -170px;
    bottom: -100px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: all 0.4s;
    z-index: 9990;
    background-color: #BA933E;
    border-radius: 5px;
    border: 1px solid #fff;
}
.ctaBtn-link {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.ctaBtn-arrow {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    top: 39px;
    right: 10%;
    transform: translateY(-50%);
}
.ctaBtn-arrow::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #BA933E;
    border-right: solid 1px #BA933E;
    position: absolute;
    right: 39%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.ctaBtn-link:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/desktop.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.ctaBtn-ttl {
    width: 100%;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.f-ja {
    font-weight: bold;
    font-style: normal;
    font-size: 1.7rem;
    color: #fff;
    width: 100%;
}
@media (max-width: 1200px) {
    .ctaBtn {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
    }
    .f-ja {
        font-size: 1.4rem;
    }
    .ctaBtn-link {
        height: 70px;
    }
    .ctaBtn-ttl {
        height: 70px;
        line-height: 70px;
    }
    .ctaBtn-link:before {
        left: 9%;
        width: 35px;
        height: 35px;
    }
    .ctaBtn-arrow {
        right: 8%;
        top: 35px;
    }
}