@charset "utf-8";

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #252525;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 1px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1110px;
    }
}

::selection {
    background-color: #A79691;
    color: #fff;
}

/*
heading******************************/

.title_x_large {
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1.0;
}

.title_x_large span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
}

.title_large {
    font-size: 3.8rem;
    font-weight: normal;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.4rem;
    font-weight: normal;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column-reverse;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
list*3カラム******************************/

.three_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 6.5rem;
}

.three_list .list_item {
    width: -webkit-calc((100% - 8%) / 3);
    width: calc((100% - 8%) / 3);
    margin-top: 4.0rem;
    margin-right: 4%;
    margin-bottom: 4.0rem;
}

@media screen and (min-width: 897px) {
    .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 896px) {
    .three_list .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 896px) {
    .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.three_list .list_item .title {
    font-size: 1.8rem;
    padding: 0 0 2.0rem;
    font-weight: bold;
}

.three_list .list_item img {
    margin-bottom: 4.2rem;
}

/*
list*4カラム******************************/

.four_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6.5rem;
}

.four_list .list_item {
    width: -webkit-calc((100% - 9%) / 4);
    width: calc((100% - 9%) / 4);
    margin-top: 3.5rem;
    margin-right: 3%;
    margin-bottom: 3.5rem;
}

/* @media only screen and (max-width: 992px) {
    .four_list .list_item {
        margin-top: 1.0rem;
        margin-bottom: 1.0rem;
    }
} */

@media screen and (min-width: 569px) {
    .four_list .list_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .four_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .four_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.title_img {
    padding-bottom: 8.0rem;
    text-align: center;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_966 {
    width: 966px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .inner_966 {
        width: 80%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.note {
    font-size: 1.4rem;
}

.f_YuMincho {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.f_YuGothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.vertica_rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.img_box_shadow {
    box-shadow: 18px 18px 0px 0 #252525;
}

/*
header******************************/

.masthead {
    position: fixed;
    padding: 44px;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
    right: 0;
    width: 55px;
    height: 55px;
}

@media only screen and (max-width: 896px) {
    .masthead {
        padding: 50px 30px;
    }
}

.masthead.scrolled {
    background: #816D51;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 44px;
}

@media only screen and (max-width: 896px) {
    .masthead.scrolled {
        padding: 38px 30px;
    }
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: rgba(0, 0, 0, 0.87);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.9rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    width: 48.0rem;
    text-align: left;
    font-size: 1.8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

#gloval-nav>nav {
    position: absolute;
    top: 100px;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    /*padding: 3.0rem 0;*/
    transition: color .6s ease;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
    text-align: center;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

#gloval-nav .list_item_01 {
    padding-bottom: 5.0rem;
}

@media only screen and (max-width: 480px) {
    #gloval-nav .list_item_01 {
        padding-left: 15px;
    }
}

#gloval-nav .list_item_01>li {
    margin-top: 5.0rem;
}

#gloval-nav .list_item_01>li:first-child {
    margin-top: 0;
    text-align: center;
}

#gloval-nav .list_item_01>li:nth-child(2) {
    margin-top: 9.0rem;
}

#gloval-nav .list_item_02 {
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 li {
    padding: 0 0.8rem;
}

/* open */

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* nav-toggle */

#nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
}

@media only screen and (max-width: 896px) and (min-width:319px) {
    #nav-toggle {
        position: fixed;
        right: 12px;
    }
}

#nav-toggle>div {
    position: relative;
    width: 36px;
}

#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 14px;
}

#nav-toggle span:nth-child(3) {
    top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 23px;
}

.open #nav-toggle span {
    background: #fff;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* z-index */

#nav-toggle {
    z-index: 1000;
}

.header_title {
    position: absolute;
    z-index: 5;
    top: 26px;
    left: 50px;
    color: #fff;
    font-size: 1.3rem;
}

@media only screen and (max-width: 480px) {
    .header_title {
        left: 15px;
        width: 50%;
    }
}

.nav_log {
    width: 50%;
}

/*
top_kv******************************/

.top_kv {
    height: 100vh;
}

@media only screen and (max-width: 1200px) {
    .top_kv {
        max-height: 700px !important;
    }
}

.top_kv_img {
    position: absolute;
    top: 0;
    left: 0;
}

.kv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
}

.top_kv .url {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
    font-size: 1.3rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/*
sub_kv******************************/

.sub_kv {
    position: relative;
    padding-top: 13.5rem;
}

.sub_image_box .object_fit {
    width: 100%;
    height: 514px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .sub_image_box .object_fit {
        object-fit: cover;
        width: 100%;
        height: 320px;
        max-height: 320px;
        object-position: 0px;
    }
}

.sub_kv_logo {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 10;
    text-align: center;
}

@media only screen and (max-width: 896px) {
    .sub_kv_logo {
        width: 440px;
    }
}

@media only screen and (max-width: 480px) {
    .sub_kv_logo {
        width: 280px;
    }
}

.page_title span {
    display: block;
    font-size: 3.9rem;
}

@media only screen and (max-width: 896px) {
    .page_title span {
        font-size: 2.8rem;
    }
}


/*
lineup******************************/

.lineup {
    max-width: 1368px;
    margin: 0 auto;
}

@media screen and (max-width: 1400px) {
    .lineup {
        width: 90%;
    }
}

@media only screen and (max-width: 896px) {
    .lineup .width3 {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .lineup .width3 {
        width: 100%;
    }
}


.lineup_box {
    position: relative;
}

.lineup_image {
    position: relative;
}

.lineup_image img {
    width: 100vw;
}

.lineup_title_wrap {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23vw;
    text-align: center;
    padding: 0 15px;
}

@media only screen and (max-width: 896px) {
    .lineup_title_wrap {
        width: 50vw;
    }
}

@media only screen and (max-width: 480px) {
    .lineup_title_wrap {
        width: 100%;
    }
}

.lineup_title_wrap .title_image {
    padding-bottom: 1.0rem;
}

.lineup_title_wrap .title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: 1.0rem;
}

.imgbox {
    overflow: hidden;
}

.imgbox_img {
    transition-duration: 0.3s;
}

.imgbox_img:hover {
    transform: scale(1.2);
    transition-duration: 0.3s;
}

/*
animation_loop******************************/

.animation_loop {
    position: relative;
    height: 138px;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .animation_loop {
        position: relative;
        height: 120px;
    }
}

.concept_copy {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    background-image: url("../images/back_copy.png");
    background-position: 0 top;
    background-repeat: repeat-x;
    background-size: 1378px 80px;
    -webkit-animation: conceptCopy 100s linear 0s infinite;
    animation: conceptCopy 100s linear 0s infinite;
    margin-top: -20px;
}

@media only screen and (max-width: 768px) {
    .concept_copy {
        top: 100px;
        height: 100px;
        background-size: 1000px 58px;
    }
}

@-webkit-keyframes conceptCopy {
    0% {
        background-position: 0 top;
    }

    100% {
        background-position: -1378px top;
    }
}

@keyframes conceptCopy {
    0% {
        background-position: 0 top;
    }

    100% {
        background-position: -1378px top;
    }
}

/*
staff******************************/

@media only screen and (max-width: 896px) {
    .staff .vertica_rl {
        writing-mode: inherit;
    }
}

.staff {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 7.0rem 0 10.0rem;
}

.staff .title_x_large {
    margin-top: 4rem;
    width: 20vw;
    line-height: 1.0;
}

@media only screen and (max-width: 1100px) {
    .staff .title_x_large {
        width: 33vw;
    }
}

@media only screen and (max-width: 1100px) {
    .staff .title_x_large {
        margin-top: 0;
    }
}

.staff .director {
    font-size: 1.4rem;
}

.staff .text {
    font-size: 1.4rem;
}

.staff .d_flex {
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media only screen and (max-width: 896px) {
    .staff .d_flex {
        flex-direction: column;
    }
}

/*
menu******************************/

.menu {
    background: #EDEDED;
    padding: 7.0rem 0 10.0rem;
}

.menu .title_x_large {
    margin-top: -9.5rem;
}

.menu .title_x_large span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* menu_lineup_01 (Hair design menu) */

.menu .menu_box_01 {
    position: relative;
    margin-top: 8rem;
}

.menu .title_menu_lineup_01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.menu .title_menu_lineup_01 span {
    display: block;
    font-size: 2.0rem;
    color: #fff;
}

@media only screen and (max-width: 896px) {
    .menu .title_menu_lineup_01 span {
        font-size: 1.6rem;
    }

    .menu_image_01 .object_fit {
        object-fit: cover;
        width: 100%;
        height: 320px;
        max-height: 320px;
    }
}

.menu_course {
    padding-top: 7.6rem;
}

.menu_course_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #816D51;
    border-bottom: 1px solid #816D51;
}

.menu_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 1.0rem;
    font-size: 1.5rem;
    color: #816D51;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.menu_details:first-of-type {
    padding-top: 1.8rem;
}

.menu_details .title span {
    padding-right: 6px;
}

.menu_table {
    position: relative;
}

.menu_table::after {
    content: "";
    position: absolute;
    background: url(../images/logo_bg.png);
    width: 573px;
    height: 496px;
    z-index: 1;
    top: 112px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
    .menu_table::after {
        background-size: 50%;
        left: 100%;
    }
}

/* menu_lineup_02 (Hair removal menu) */

.menu_lineup_02 {
    padding-top: 10.0rem;
}

.menu .menu_box_02 {
    position: relative;
    margin-top: 5.5rem;
    padding: 7rem 100px 8rem 160px;
    background: #000;
    color: #fff;
    margin-left: -100px;
    margin-right: -50px;
    border-radius: 8px;
}

@media screen and (max-width:992px) {
    .menu .menu_box_02 {
        padding: 7rem 50px 8rem 160px;
    }
}

@media screen and (max-width:768px) {
    .menu .menu_box_02 {
        margin-top: -5.5rem;
        padding: 7rem 15px 8rem;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.menu .menu_box_02::after {
    content: "";
    position: absolute;
    background: url(../images/hair_remover.jpg);
    width: 232px;
    height: 330px;
    z-index: 10;
    top: 125px;
    left: -114px;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .menu .menu_box_02::after {
        top: -108px;
        left: inherit;
        right: -113px;
        background-repeat: no-repeat;
        background-size: 50%;
    }
}

.menu .title_menu_lineup_02 {
    text-align: center;
}

.menu .title_menu_lineup_02 span {
    display: block;
    font-size: 2.0rem;
}

.menu .menu_box_02 .text {
    padding: 3.8rem 0;
}

/* lineup_box */

.lineup_box {
    position: relative;
}

.lineup_box_inner {
    max-width: 1110px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
}

.lineup_box_figure {
    position: relative;
    width: 50%;
    min-height: 600px;
}

.lineup_box_figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;" !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@media screen and (min-width:561px) {

    .lineup_box_figure {
        height: 400px;
    }

    .lineup_box_figure figure {
        height: 100%;
    }
}

@media screen and (min-width:769px) {
    .menu_lineup_02 .lineup_box_inner {
        flex-direction: row;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .menu_lineup_03 .lineup_box_inner {
        flex-direction: row-reverse;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .lineup_box_figure {
        width: 50%;
        min-height: 600px
    }

    .lineup_box_figure.figure_right figure {
        position: absolute;
        top: 0;
        width: 50vw;
        left: 50px;
    }

    .lineup_box_figure.figure_left figure {
        position: absolute;
        top: 0;
        width: 50vw;
        right: 50px;
    }

    .lineup_box_text {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .lineup_box_inner {
        display: block;
    }

    .lineup_box_figure {
        position: relative;
        width: 100%;
        min-height: 260px;
    }
}

/* menu_lineup_03 (Facial treatment) */

.menu_lineup_03 {
    padding-top: 7.0rem;
}

.menu .menu_box_03 {
    position: relative;
    margin-top: 5.5rem;
    padding: 7rem 100px 8rem;
    background: #fff;
    margin-left: -50px;
    margin-right: -100px;
}

@media screen and (max-width:768px) {
    .menu .menu_box_03 {
        margin-top: -5.5rem;
        padding: 7rem 15px 8rem;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.menu .title_menu_lineup_03 {
    text-align: center;
}

.menu .title_menu_lineup_03 span {
    display: block;
    font-size: 2.0rem;
}

.menu .menu_box_03 .text {
    padding: 3.8rem 0;
}

/* menu_lineup_04 (Beauty items) */

.menu_lineup_04 {
    position: relative;
    padding-top: 10.0rem;
}

.menu_lineup_04::after {
    content: "";
    position: absolute;
    background: url(../images/beauty_items_side.png);
    width: 342px;
    height: 197px;
    z-index: 10;
    top: 45px;
    right: 23px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
    .menu_lineup_04::after {
        top: 45px;
        right: -126px;
        background-repeat: no-repeat;
        background-size: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .menu_lineup_04::after {
        top: -58px;
    }
}

@media only screen and (max-width: 480px) {
    .menu_lineup_04::after {
        top: -45px;
        right: -172px;
        background-size: 50%;
    }
}

.menu .title_menu_lineup_04 {
    text-align: center;
}

.menu .title_menu_lineup_04 span {
    display: block;
    font-size: 2.0rem;
}

@media only screen and (max-width: 896px) {
    .menu .title_menu_lineup_04 span {
        font-size: 1.6rem;
    }

}

/* card */

.card a {
    color: #816D51;
}

.card .title_box {
    overflow: hidden;
    padding: 2.8rem 0 1.6rem;
}

.card .title {
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
}

.card .place {
    float: right;
    font-size: 1.5rem;
}

.card .text {
    font-size: 1.4rem;
}

/*
news******************************/

.news {
    padding: 7.0rem 0 10.0rem;
}

.news .column {
    -webkit-box-align: self-end;
    -webkit-align-items: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
}

@media only screen and (max-width: 992px) {
    .news .column {
        display: block;
    }

    .news .width7 {
        width: 100%;
    }

    .news .width2 {
        width: 100%;
    }
}

@media only screen and (max-width: 896px) {
    .news .column {
        display: block;
    }

    .news .width3 {
        width: 164px;
    }
}

.news .title_x_large {
    padding: 4rem 0;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    margin-right: 72px;
}

@media only screen and (max-width: 992px) {
    .news .title_x_large {
        margin-right: 0;
    }

    .news_body {
        margin-left: 0;
        margin-top: 2.0rem;
        margin-bottom: 2.0rem;
    }
}

.news_body dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #252525;
}

.news_body dl+dl {
    margin-top: 0.6rem;
    padding-top: 0;
}

@media only screen and (max-width: 834px) {
    .news_body dl {
        display: block;
    }

    .news_body dd {
        margin-left: 40px;
    }
}

.news_body dt {
    display: inline-block;
}

.news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 16px;
}

@media only screen and (max-width: 834px) {
    .news_body dd {
        margin-left: 0;
    }
}

.news_body dd a {
    font-size: 1.5rem;
}

.info, .product_info {
    background: #000;
    padding: 0px 15px;
    font-size: 1.0rem;
    color: #fff;
    border-radius: 15px;
    line-height: 2.4;
    height: 24.0px;
    display: block;
    width: 85px;
    text-align: center;
}

.news_body .date {
    font-size: 1.5rem;
    padding-left: 16px;
}

.news .btn_news {
    text-align: right;
}

/*
aboutus******************************/

.aboutus {
    padding: 0 0 10.0rem;
}

.aboutus_box {
    position: relative;
}

.aboutus_box_inner {
    max-width: 1110px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
}

.aboutus_box_figure {
    position: relative;
    width: 50%;
    min-height: 600px;
}

.aboutus_box_figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;" !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@media screen and (min-width:561px) {

    .aboutus_box_figure {
        height: 400px;
    }

    .aboutus_box_figure figure {
        height: 100%;
    }
}

@media screen and (min-width:769px) {

    .aboutus_box_inner {
        flex-direction: row-reverse;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .aboutus_box_figure {
        width: 50%;
        min-height: 600px
    }

    .aboutus_box_figure.figure_right figure {
        position: absolute;
        top: 0;
        width: 50vw;
        left: 50px;
    }

    .aboutus_box_figure.figure_left figure {
        position: absolute;
        top: 0;
        width: 50vw;
        right: 50px;
    }

    .aboutus_box_text {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .aboutus_box_inner {
        display: block;
    }

    .aboutus_box_figure {
        position: relative;
        width: 100%;
        min-height: 260px;
    }
}

.aboutus_box_left {
    position: relative;
    margin-left: 0;
    margin-right: -170px;
    z-index: 10;
}

@media screen and (max-width:768px) {
    .aboutus_box_left {
        margin-right: 0;
    }
}

@media screen and (max-width:896px) {
    .aboutus_box_left .title_x_large {
        writing-mode: inherit;
        padding-top: 5.0rem;
    }
}

.aboutus_box_left .title_large {
    font-weight: bold;
    padding-bottom: 2.0rem;
}

.aboutus_box_left .text {
    font-weight: bold;
    font-size: 1.4rem;
}

.aboutus_bg {
    background: linear-gradient(90deg, #F1F4F6 0%, #F1F4F6 56%, #FFF 56%, #FFF 100%);
    position: relative;
    z-index: -1;
    margin-top: -418px;
    height: 480px;
}

@media screen and (max-width:1200px) {
    .aboutus_bg {
        background: linear-gradient(90deg, #F1F4F6 0%, #F1F4F6 65%, #FFF 65%, #FFF 100%);
        position: relative;
        z-index: -1;
        margin-top: -418px;
        height: 480px;
    }
}

@media screen and (max-width:768px) {
    .aboutus_bg {
        margin-top: -633px;
        height: 670px;
    }
}

@media screen and (max-width:450px) {
    .aboutus_bg {
        margin-top: -870px;
        height: 920px;
    }
}

/*
Google Map******************************/

.google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 29.364499%;
    position: relative;
    z-index: 2;
    clear: both;
}

.google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*
footer******************************/

.footer {
    padding: 7.0rem 0 10.0rem;
}

.footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_left {
    width: 65%;
    border-right: 1px solid #252525;
}

@media only screen and (max-width: 896px) {
    .footer_left {
        width: 100%;
        border-right: inherit;
    }
}

.footer_right {
    width: 35%;
}

@media only screen and (max-width: 896px) {
    .footer_right {
        width: 100%;
    }
}

.footer_logo {
    text-align: center;
    padding-bottom: 6.5rem;
}


.footer_left address {
    text-align: center;
    font-size: 1.4rem;
    font-style: inherit;
}

.footer_tel {
    font-size: 2.8rem;
    font-weight: bold;
}

.btn_line {
    text-align: center;
    padding-top: 4.8rem;
}

.facebook_area {
    text-align: right;
    padding-left: 30px;
}

@media only screen and (max-width: 896px) {
    .facebook_area {
        text-align: center;
        padding-top: 7.0rem;
        padding-left: 0;
    }
}

/*
instagram******************************/

.instagram {
    background: #1c1c1c;
    padding: 7.0rem 0 10.0rem;
}

.instagram h2 {
    text-align: center;
}

.instagram h2 span {
    display: block;
}

.instagram h2 span:first-of-type {
    padding-bottom: 1.5rem;
}

/*
facial_treatment******************************/

.facial {
    padding: 7.0rem 0 10.0rem;
}

.facial .title_large {
    text-align: center;
}

.facial .title_large span {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 1.3rem;
    border-bottom: 2px solid #252525;
    display: inline-block;
}

.facial .box {
    padding-top: 9.0rem;
}

.facial .box .text_box_right {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    padding-left: 98px;
}

@media only screen and (max-width: 896px) {
    .facial .box .text_box_right {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .facial .box .text_box_right {
        padding-left: 0;
        padding-top: 3.0rem;
    }
}

.facial .box .text_box_left {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    padding-right: 98px;
}

@media only screen and (max-width: 896px) {
    .facial .box .text_box_left {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .facial .box .text_box_left {
        padding-right: 0;
        padding-top: 3.0rem;
    }
}

.facial .box .text_box_right .title, .facial .box .text_box_left .title {
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 5.4rem;
}

@media only screen and (max-width: 480px) {
    .facial .box .text_box_right .title, .facial .box .text_box_left .title {
        padding-bottom: 2.5rem;
    }
}

.facial .box .text_box_right .text, .facial .box .text_box_left .text {
    font-size: 1.5rem;
    font-weight: bold;
}

/*
hair_removal_menu******************************/

.hair {
    padding: 7.0rem 0 10.0rem;
    background: #454545;
}

.hair .title_large {
    text-align: center;
    color: #fff;
}

.hair .title_large span {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 1.3rem;
    border-bottom: 2px solid #fff;
    display: inline-block;
    color: #fff;
}

.hair .box {
    padding-top: 9.0rem;
}

.hair .box .text_box_right {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    padding-left: 98px;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .hair .box .text_box_right {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .hair .box .text_box_right {
        padding-left: 0;
        padding-top: 9.8rem;
    }
}

.hair .box .text_box_right .title {
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 5.4rem;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .hair .box .text_box_right .title {
        padding-bottom: 3.0rem;
    }
}

.hair .box .text_box_right .text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.hair .box .text_box_right::after {
    content: "";
    position: absolute;
    background: url(../images/hair_remover.jpg);
    width: 232px;
    height: 330px;
    z-index: 10;
    top: 67px;
    left: -166px;
    background-repeat: no-repeat;
    background-size: 206px 294px;
}

@media screen and (max-width: 992px) {
    .hair .box .text_box_right::after {
        background-size: 60%;
        top: 184px;
        left: -105px;
    }
}

@media screen and (max-width: 480px) {
    .hair .box .text_box_right::after {
        top: -108px;
        left: inherit;
        right: -113px;
        background-repeat: no-repeat;
        background-size: 50%;
    }
}

.hair .box figcaption {
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    top: 13px;
    left: 162px;
}

@media screen and (max-width: 1200px) {
    .hair .box figcaption {
        left: 99px;
    }
}

@media screen and (max-width: 992px) {
    .hair .box figcaption {
        left: 0;
    }
}

.treatment_room {
    position: relative;
    margin-top: 8rem;
}

.treatment_room .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.treatment_room .title span {
    display: block;
    font-size: 4.6rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width: 896px) {
    .treatment_room .title span {
        font-size: 3.4rem;
    }

    .treatment_room .room_image .object_fit {
        object-fit: cover;
        width: 100%;
        height: 320px;
        max-height: 320px;
    }
}

/*
banner******************************/

.banner {
    background: #F0F0F0;
    padding: 7.0rem 0 10.0rem;
}

.banner .title_large {
    text-align: center;
    color: #252525;
}

.banner .title_large span {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 1.3rem;
    border-bottom: 2px solid #252525;
    display: inline-block;
    color: #252525;
}

.banner .grid {
    padding-top: 9rem;
    padding-bottom: 3.8rem;
}

@media screen and (max-width: 896px) {
    .banner .grid .width6 {
        padding-bottom: 3.8rem;
    }

    .banner .grid .width6:last-of-type {
        padding-bottom: 0;
    }

}


/*
news_single******************************/

.single_wrap {
    background: #fff;
    border: 1px solid #252525;
}

@media screen and (max-width: 896px) {
    .single_wrap {
        margin: 5.0rem 15px;
    }
}

.single_inner {
    padding: 5.0rem 13% 0;
}

@media screen and (max-width: 896px) {
    .single_inner {
        padding: 5.0rem 15px 0;
    }
}

.notice_date_wrap {
    overflow: hidden;
}

.notice_date {
    font-size: 1.8rem;
    display: block;
    padding-bottom: 5.0rem;
}

.notice_title {
    font-size: 2.4rem;
    display: block;
    padding-bottom: 4.0rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice_text {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
}

.notice_text img {
    padding: 2.4rem 0;
}

/*
postNavi
***************************************************** */

.postNavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10.0rem;
    padding-bottom: 10.0rem;
}

.back {
    text-align: center;
    padding: 0 5vw;
}

@media only screen and (max-width: 896px) {
    .back {
        padding: 0 4vw;
    }
}


/*
schedule******************************/

.schedule {
    padding: 10.0rem 0;
}
.schedule .mc-main {
    max-width: 1140px !important;
}

/* .schedule .sp_scroll {
    display: none;
}

@media screen and (max-width: 750px) {
    .schedule_inner {
        width: 100%;
        overflow-x: scroll;
    }
    .schedule .mc-main.calendar, .mc-main table {
        width: 750px !important;
    }
    .schedule .sp_scroll {
        display: block;
    }
} */


.schedule .my-calendar-prev {
    position: absolute;
    top: 0;
    left: 5px;
}

.schedule .my-calendar-next {
    position: absolute;
    top: 0;
    right: 5px;
}

.schedule .mc-main .heading:before {
    display: none;
}

.schedule .mc-main .current-day {
    border-bottom: none;
}

.mc-main .mc-content {
    margin-top: 1rem;
}

.mc-main .mc-date {
    display: block;
    padding: 4px;
    font-size: 1.2em;
    background: rgba(240, 240, 240, .9);
    color: #111;
}

.calendar.mc-main .mc-date {
    width: 30px;
    font-size: 0.9rem;
    background: #EBEBEB;
    text-align: center;
}

.mc-main th {
    color: #fff;
    border-bottom: none!important;
}

.day-heading.sun {
    background: #FF645A!important;
}

.day-heading.mon {
    background: #FFA135!important;
}

.day-heading.tues {
    background: #FFDA23!important;
}

.day-heading.wed {
    background: #A7CF14!important;
}

.day-heading.thur {
    background: #249863!important;
}

.weekend-heading.fri {
    background: #06A2FF!important;
}

.weekend-heading.sat {
    background: #215DD9!important;
}

.mc-main .event-title br {
        display: none;
    }

@media screen and (max-width: 750px) {
    .mc-main .event-title .has-image {
        padding-left: 4px!important;
        padding-top: 28px;
    }
    .mc-main .event-title br {
        display: block;
    }
}

/*
page-mailform******************************/

body.contact {
    font-family: 'Noto Sans JP', sans-serif;
}
.page-mailform {
    padding: 23rem 0 10rem;
    background: #F6EFE7;
}

@media only screen and (max-width: 768px) {
    .page-mailform {
        padding: 16.0rem 0 10rem;
    }
}

.page-mailform_panel {
    position: relative;
    z-index: 3;
    padding: 7.0rem 79px 14.0rem;
    width: calc(100% - 120px);
    max-width: 1140px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .page-mailform_panel {
        padding: 7.0rem 30px 9.8rem;
        width: calc(100% - 60px);
        min-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .page-mailform_panel {
        width: calc(100% - 30px);
    }
}

.page-mailform_heading {
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 3.9rem;
}

@media only screen and (max-width: 768px) {
    .page-mailform_heading {
        font-size: 4.55rem;
    }
}

.page-mailform_heading span {
    display: block;
    font-size: 1.6rem;
    color: #940000;
}

.page-mailform_text {
    padding-bottom: 5rem;
}

.page-mailform_content dl {
    border-top: 1px solid #592221;
    padding: 5px 0px;
    display: flex;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .page-mailform_content dl {
        display: block;
    }
}

.page-mailform_content dl dt {
    width: 29.16%;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 30px;
}

@media only screen and (max-width: 1000px) {
    .page-mailform_content dl dt {
        width: 100%;
    }
}

.page-mailform_content dl dd {
    width: 83.33%;
    position: relative;
    padding: 20px 30px;
}

@media only screen and (max-width: 1000px) {
    .page-mailform_content dl dd {
        width: 100%;
    }
}

.page-mailform_content select {
    padding: 7px 2%;
    border: 1px solid #cccccc;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
}

span.mwform-radio-field.horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
}

form .page-mailform textarea {
    display: block;
    width: calc( 100% - 4% - 2px );
    height: 200px;
    padding: 7px 2%;
    resize: vertical;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
}

.select_date {
  display: flex;
  align-items: center;
  margin: auto!important;
  margin-top: 15px!important;
}

.select_date li {
  margin-left: 20px;
}

.select_date li:first-child {
  margin-left: 0;
}

.select_date li:nth-child(2) {
  width: 40%;
}

.select_date li:nth-child(3) {
  width: 40%;
}

.select_date li:nth-child(3) select {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .select_date {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .select_date li:first-child {
    width: 100% !important;
  }
}

.select_date li {
    margin-left: 20px;
}

@media only screen and (max-width: 480px) {
    .select_date li {
        width: 48% !important;
        margin-left: 0;
    }
}

form .page-mailform .Post_code_search {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #46b8da;
    border-radius: 3px;
    background: #5bc0de;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    text-decoration: none;
}

form .page-mailform input.address {
    margin-top: 15px;
}

form .page-mailform input.read_2 {
    margin-top: 15px;
}

form .page-mailform textarea.sonota01 {
    margin-top: 15px;
    height: 44px;
}

form .page-mailform textarea.sonota02 {
    margin-top: 15px;
    height: 44px;
}

/* 送信ボタン */

form .page-mailform input[type="submit"]:hover {
	cursor: pointer;
	background: #940000;
}

form .page-mailform input[type="submit"] {
	margin-left: 35%;
}

form .page-mailform p#form_submit {
	margin: 0 auto;
}

form .page-mailform input[type="submit"] {
	height: 66px;
	width: 25%;
	background-color: #000;
	color: #fff;
	font-family: "Roboto", sans-serif;
	transition: inherit;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

@media screen and ( max-width: 768px) {
	form .page-mailform input[type="submit"] {
		width: 50%;
	}
}

form .page-mailform input[type="submit"][disabled] {
	background-color: #ccc;
	cursor: default;
}


/* -- form .page-mailform, dl, dt, dd -------------------------------------------------------------------------------- */

/* form .page-mailform * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
} */

form .page-mailform {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
	/* width: 1000px;
	margin: 50px auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	line-height: 1.8; */
}

form .page-mailform dl {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
}

form .page-mailform dl:after,
form .page-mailform dl dt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

form .page-mailform dl dt {
	width: 30%;
	float: left;
	padding: 35px 0 25px;
	text-align: left;
}

form .page-mailform dl dd {
	width: 65%;
	float: right;
	padding: 30px 0 25px 5%;
}

form .page-mailform dl dt i {
	float: right;
	position: relative;
	top: -2px;
}




/* -- span.required, span.optional -------------------------------------------------------------------------------- */

form .page-mailform dl dt span.required,
form .page-mailform dl dt span.optional {
	display: inline-block;
	font-size: 85%;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}

form .page-mailform dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

form .page-mailform dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}




/* -- error message -------------------------------------------------------------------------------- */

form .page-mailform dl dd span.error_blank,
form .page-mailform dl dd span.error_format,
form .page-mailform dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 5px;
	clear: both;
}




/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
	width: 100vw;
	height: 100vh;
	background: rgba( 0, 0, 0, 0.7 );
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}

span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}




/* -- input, select, textarea -------------------------------------------------------------------------------- */

form .page-mailform input[type="text"],
form .page-mailform input[type="email"],
form .page-mailform input[type="tel"] {
	width: calc( 100% - 4% - 2px );
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}

form .page-mailform input[type="text"]:focus,
form .page-mailform input[type="email"]:focus,
form .page-mailform input[type="tel"]:focus,
form .page-mailform textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form .page-mailform ul li input[type="radio"],
form .page-mailform ul li input[type="checkbox"] {
	margin: 0 10px 0 0;
}

form .page-mailform select {
	padding: 7px 2%;
	border: 1px solid #cccccc;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}

form .page-mailform textarea {
	display: block;
	width: calc( 100% - 4% - 2px );
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}




/* -- ul, li -------------------------------------------------------------------------------- */

form .page-mailform ul {
	list-style-type: none;
}

form .page-mailform ul li label {
    margin-top: 10px;
    padding: 0 20px 0 0;
}

form .page-mailform ul li:first-child label {
	margin-top: 0px;
}

form .page-mailform ul li label:hover {
	cursor: pointer;
}




/* -- input design -------------------------------------------------------------------------------- */

form .page-mailform input[name="company"] {
	width: 70%;
}

form .page-mailform input[name="name_1"],
form .page-mailform input[name="name_2"],
form .page-mailform input[name="read_1"],
form .page-mailform input[name="read_2"],
form .page-mailform input[name="postal"],
form .page-mailform input[name="phone"],
form .page-mailform input[name="schedule"] {
	width: 30%;
}

form .page-mailform input[name="mail_address"],
form .page-mailform input[name="mail_address_confirm"] {
	width: 80%;
}

form .page-mailform input[name="postal"] + a {
	display: inline-block;
	padding: 7px 20px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 16px;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
}

form .page-mailform input[name="postal"] + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form .page-mailform input[name="name_1"] {
	width: calc( 100% - 4% - 2px );
}

form .page-mailform input[name="read_1"] {
	width: calc( 100% - 4% - 2px );
}



/* -- button -------------------------------------------------------------------------------- */

form .page-mailform p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}

form .page-mailform input[type="button"] {
	padding: 7px 20px;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	background: #5cb85c;
	font-size: 16px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form .page-mailform input[type="button"]:hover {
	cursor: pointer;
	background: #940000;
}

form .page-mailform input[type="button"] {
	margin-left: 35%;
}

form .page-mailform p#form_submit {
	margin: 0 auto;
}

form .page-mailform input[type="button"] {
	height: 66px;
	width: 25%;
	background-color: #000;
	color: #fff;
	font-family: "Roboto", sans-serif;
	transition: inherit;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

@media screen and ( max-width: 768px) {
	form .page-mailform input[type="button"] {
		width: 50%;
	}
}

form .page-mailform input[type="button"][disabled] {
	background-color: #ccc;
	cursor: default;
}








/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {


/* -- form .page-mailform, dl, dt, dd -------------------------------------------------------------------------------- */

form .page-mailform {
	width: 95%;
	font-size: 100%;
}

form .page-mailform dl dt {
	width: auto;
	float: none;
	padding: 25px 0 10px;
	text-align: left;
	font-weight: bold;
}

form .page-mailform dl dd {
	width: auto;
	float: none;
	padding: 0px 0 20px 0px;
}

form .page-mailform dl dt i {
	float: right;
	position: static;
	font-weight: normal;
}




/* -- span.required, span.optional -------------------------------------------------------------------------------- */

form .page-mailform dl dt span.required,
form .page-mailform dl dt span.optional {
	margin: 0 15px 0 0;
}




/* -- input design -------------------------------------------------------------------------------- */

form .page-mailform input[name="phone"],
form .page-mailform input[name="schedule"] {
	width: 60%;
}




/* -- button -------------------------------------------------------------------------------- */

form .page-mailform p#form_submit {
	padding: 25px 0;
}

form .page-mailform input[type="button"] {
	margin-left: 0;
}


}
/* 1000pixel end */