@charset "utf-8";

/*

薄ベージュ：#ece9e2;
ベージュ：#aaa394;
ピンク：#de5d83;

font-family: "tot-shizukasmudgemin-stdn", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "glodok", sans-serif;
font-weight: 400;
font-style: normal;
*/

/* ------------------------------------------------ ページフェードイン */
body {
    margin: 0;
    padding: 0;
    animation: fadeIn 7s ease 0s 1 normal;
    -webkit-animation: fadeIn 7s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*::after,* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------------------------------------------ コンテンツフェードイン */
.fuwatAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fuwatAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ------------------------------------------------ 共通 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "tot-shizukasmudgemin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.5px;
    line-height: 180%;
    background-image: url("../images/common/bg.png");
    /*background-color: #ece9e2;*/
    z-index: -100;
}

a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    letter-spacing: 2.5px;
    line-height: 180%;
}
a:hover {
    transition: 0.5s ;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

p,
ul {
    font-size: 14px;
    letter-spacing: 2.5px;
    line-height: 180%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* ------------------------------------------------ マージン */
.mb30 {
    margin-bottom: 30px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb120 {
    margin-bottom: 120px;
}
    @media (max-width: 767px) {
        .mb30 {
            margin-bottom: 15px;
        }
        .mb60 {
            margin-bottom: 30px;
        }
        .mb90 {
            margin-bottom: 45px;
        }
        .mb120 {
            margin-bottom: 60px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .mb30 {
            margin-bottom: 15px;
        }
        .mb60 {
            margin-bottom: 30px;
        }
        .mb90 {
            margin-bottom: 45px;
        }
        .mb120 {
            margin-bottom: 60px;
        }
    }
/* ------------------------------------------------ フォント・配置 */
.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.font16 {
    font-size: 16px;
}

.center {
    text-align: center;
}

.txt_pnk {
    color: #de5d83;
}

/* ------------------------------------------------ ロゴ */
h1.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
}
h1.logo a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
}
.is-animation h1.logo {
    float: left;
    width: 116px;
    height: 43px;
    opacity: 1;
    transition: 1s linear;
}
.is-animation h1.logo a {
    float: left;
    width: 116px;
    height: 43px;
    background-image: url(../images/common/logo.svg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -18px;
    opacity: 1;
}
    @media (max-width: 767px) {
        h1.logo {
            width: 90px;
            height: 34px;
            opacity: 1;
            font-size:0.1em;
            text-indent:-1000em;
        }
        h1.logo a {
            position: absolute;
            width: 90px;
            height: 34px;
            background-image: url(../images/common/logo_wht.svg);
            margin-top: inherit;
            margin: 0 auto;
            opacity: 1;
            transition: 1s;
        }
        .is-animation h1.logo a {
            width: 90px;
            height: 34px;
            background-image: url(../images/common/logo.svg);
            margin-top: 0;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        h1.logo {
            width: 90px;
            height: 34px;
            opacity: 1;
            font-size:0.1em;
            text-indent:-1000em;
        }
        h1.logo a {
            position: absolute;
            width: 90px;
            height: 34px;
            background-image: url(../images/common/logo_wht.svg);
            margin-top: inherit;
            margin: 0 auto;
            opacity: 1;
            transition: 1s;
        }
        .is-animation h1.logo a {
            width: 90px;
            height: 34px;
            background-image: url(../images/common/logo.svg);
            margin-top: 0;
        }
    }

/* ------------------------------------------------ メインビジュアル */
.mainvisual_box {
    width: 100%;
    height: 100vh;
}
.mainvisual_box img {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    object-fit: cover;
    margin: 0 auto;
    z-index: -10;
    vertical-align: bottom;
}
.mainvisual_box::before {
    position: absolute;
    bottom: -290px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background-image: url(../images/top/main_cover.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
    @media (max-width: 767px) {
        .mainvisual_box img {
            margin: 0 auto;
        }
        .mainvisual_box::before {
            bottom: 0;
            display: none;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .mainvisual_box img {
            margin: 0 auto;
        }
        .mainvisual_box::before {
            bottom: 0;
            display: none;
        }
    }

h2.logo {
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    */
    position: absolute;
    top: 50px;
    left: 50px;
    width: 250px;
    height: 250px;
}
h2.logo span {
    float: left;
    width: 250px;
    height: 250px;
    background-image: url(../images/common/logo_ccl_wht.svg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
    @media (max-width: 767px) {
        h2.logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            width: 250px;
            height: 250px;
        }
        h2.logo span {
            width: 250px;
            height: 250px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        h2.logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            width: 300px;
            height: 300px;
        }
        h2.logo span {
            width: 300px;
            height: 300px;
        }
    }

.catch_box {
    position: absolute;
    right: 200px;
    bottom: 200px;
}
h3.catch {
    font-size: 55px;
    color: #fff;
    margin-bottom: 30px;
    filter: drop-shadow(0px 0px 5px rgba(000, 000, 000, .7));
}
.catch_box .caption {
    font-size: 16px;
    color: #fff;
    letter-spacing: .3rem;
    filter: drop-shadow(0px 0px 5px rgba(000, 000, 000, .7));
}
    @media (max-width: 767px) {
        .catch_box {
            position: absolute;
            right: inherit;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            width: 100%;
            text-align: center;
        }
        h3.catch {
            font-size: 40px;
            margin-bottom: 15px;
        }
        .catch_box .caption {
            font-size: 12px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .catch_box {
            position: absolute;
            right: inherit;
            bottom: 90px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            width: 100%;
            text-align: center;
        }
        h3.catch {
            font-size: 40px;
            margin-bottom: 15px;
        }
        .catch_box .caption {
            font-size: 12px;
        }
    }

/* ------------------------------------------------ アンカーリンク
#top,
#about,
#environment,
#enzymebath,
#pilates,
#detox,
#shop,
#contact {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
*/

/* ------------------------------------------------ コンテンツエリア */
.wrapper {
    width: 100%;
}
.wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 240px 0;
}
    @media (max-width: 767px) {
        .wrap {
            width: 80%;
            padding: 120px 0;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .wrap {
            width: 80%;
            padding: 120px 0;
        }
    }

/* ------------------------------------------------ タイトル */
.heading_box {
    margin-bottom: 120px;
}
.heading_en {
    /*
    font-family: "glodok", sans-serif;
    font-weight: 400;
    font-style: normal;
    */
    font-family: "tot-shizukasmudgemin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}
.heading_en span {
    font-size: 25px;
}
.heading_jp {
    font-size: 16px;
}
    @media (max-width: 767px) {
        .heading_box {
            margin-bottom: 60px;
        }
        .heading_en {
            font-size: 25px;
        }
        .heading_en span {
            font-size: 21px;
        }
        .heading_jp {
            font-size: 14px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .heading_box {
            margin-bottom: 60px;
        }
        .heading_en {
            font-size: 25px;
        }
        .heading_en span {
            font-size: 21px;
        }
        .heading_jp {
            font-size: 14px;
        }
    }

/* ------------------------------------------------ mahrとは */
#about {
    position: relative;
    background-color: #fff;
}

#about.wrapper::before {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-image: url(../images/common/logo_ccl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
#about .wrap {
    padding: 120px 0;
}
    @media (max-width: 767px) {
        #about.wrapper::before {
            top: 90px;
            left: 50%;
            width: 200px;
            height: 200px;
        }
        #about .wrap {
            padding: 60px 0 90px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        #about.wrapper::before {
            top: 90px;
            left: 50%;
            width: 200px;
            height: 200px;
        }
        #about .wrap {
            padding: 60px 0 90px;
        }
    }

#about .caption {
    text-align: center;
    font-size: 18px;
    line-height: 2rem;
    letter-spacing: .3rem;
    margin-top: 30px;
}
    @media (max-width: 767px) {
        #about .caption {
            font-size: 15px;
            margin-top: 320px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        #about .caption {
            font-size: 15px;
            margin-top: 320px;
        }
    }

/* ------------------------------------------------ 環境への想い */
#environment {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000 url('../images/environment/bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-top: 0;
    z-index: -3;
}

.flexbox_environment {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.f_item_environment:nth-child(1) {
    width: 35%;
    padding: 240px 120px;
    background-color: rgba(104, 183, 161, .6);
}
.f_item_environment:nth-child(2) {
    width: 65%;
    padding: 240px 120px;
    background-color: rgba(104, 183, 161, .4);
}
.f_item_environment h2,
.f_item_environment h3,
.f_item_environment p {
    filter: drop-shadow(0px 0px 5px rgba(000, 000, 000, .7));
}
    @media (max-width: 767px) {
        .f_item_environment:nth-child(1) {
            width: 100%;
            padding: 90px 10%;
        }
        .f_item_environment:nth-child(2) {
            width: 100%;
            padding: 0;
            display: none;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .f_item_environment:nth-child(1) {
            width: 100%;
            padding: 90px 10%;
        }
        .f_item_environment:nth-child(2) {
            width: 100%;
            padding: 0;
            display: none;
        }
    }

/* ------------------------------------------------ 酵素浴 */
#enzymebath {
    position: relative;
    background-color: #fff;
}

.flexbox_enzymebath {
    position: relative;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}
.f_item_enzymebath:nth-child(1) {
    width: 45%;
}
.f_item_enzymebath:nth-child(1)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/enzymebath/bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 120px 0 0 0;
}
.f_item_enzymebath:nth-child(2) {
    position: relative;
    width: 55%;
    padding: 240px 120px;
}
    @media (max-width: 767px) {
        .flexbox_enzymebath {
            flex-flow: row wrap;
        }
        .f_item_enzymebath:nth-child(1) {
            width: 100%;
            height: 300px;
        }
        .f_item_enzymebath:nth-child(1)::before {
            border-radius: 0;
        }
        .f_item_enzymebath:nth-child(2) {
            width: 100%;
            padding: 90px 10% 30px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .flexbox_enzymebath {
            flex-flow: row wrap-reverse;
        }
        .f_item_enzymebath:nth-child(1) {
            width: 100%;
            height: 500px;
        }
        .f_item_enzymebath:nth-child(1)::before {
            border-radius: 0;
        }
        .f_item_enzymebath:nth-child(2) {
            width: 100%;
            padding: 90px 10% 30px;
        }
    }

.enzymebath_content {
    margin-bottom: 120px;
}
.enzymebath_content_ttl {
    font-size: 18px;
    margin-bottom: 60px;
}
    @media (max-width: 767px) {
        .enzymebath_content {
            margin-bottom: 60px;
        }
        .enzymebath_content_ttl {
            font-size: 15px;
            margin-bottom: 30px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .enzymebath_content {
            margin-bottom: 60px;
        }
        .enzymebath_content_ttl {
            font-size: 15px;
            margin-bottom: 30px;
        }
    }

table.enzymebath {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}
table.enzymebath tr th {
    text-align: left;
    font-weight: normal;
    padding: 5px 10px;
    border: 1px solid #aaa394;
}
table.enzymebath tr td {
    padding: 5px 10px;
    background-color: #ece9e2;
    border: 1px solid #aaa394;
}
table.enzymebath tr td.time,
table.enzymebath tr td.price {
    text-align: center;
}
    @media (max-width: 767px) {
        .table_box {
            overflow-x: auto;
            display: block;
        }
        .table_box table.enzymebath tr th,
        .table_box table.enzymebath tr td {
            white-space: nowrap;
        }
        .sp_scroll {
            font-size: 12px;
            padding: 10px 0;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .sp_scroll {
            display: none;
        }
    }
    @media (min-width: 981px) {
        .sp_scroll {
            display: none;
        }
    }

/* ボタン */
.btn_box {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#enzymebath .btn_box {
    bottom: -145px;
}
#btn_animation .btn {
    display: block;
    text-align: center;
    position: relative;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 25px;
    text-decoration: none;
    color: #aaa394;
    background-color: #ece9e2;
    transition: .2s;
}
#btn_animation .btn::before,
#btn_animation .btn::after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 250px;
    height: 50px;
    top: 0;
    left: 0;
    border-radius: 25px;
    background: #ece9e2;
    transform: translate3d(0,0,0);
}
#btn_animation .btn::before {
    animation: anime 1s ease-out infinite;
}
#btn_animation .btn::after {
    animation: anime 1s ease-out 1s infinite;
}
@keyframes anime {
    0% {
        transform: scale(.95);
        opacity: 1
    }
    90% {
        opacity:.1
    }
    to {
        transform: scale(1.2,1.4);
        opacity:0
    }
}
    @media (max-width: 767px) {
        .btn_box {
            position: relative;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            margin: 60px auto 90px;
        }
        #enzymebath .btn_box {
            bottom: inherit;
        }
        #btn_animation .btn {
            margin: 0 auto;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .btn_box {
            position: relative;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            margin: 60px auto 90px;
        }
        #enzymebath .btn_box {
            bottom: inherit;
        }
        #btn_animation .btn {
            margin: 0 auto;
        }
    }

/* ------------------------------------------------------------------------------------------------ 酵素浴 */
/* メインビジュアル */
.enzymebath_box {
    width: 100%;
    height: 400px;
}
.enzymebath_box img {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    object-fit: cover;
    margin: 0 auto;
    z-index: -100;
    vertical-align: bottom;
}
.enzymebath_box::before {
    position: absolute;
    bottom: 200px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background-image: url(../images/top/main_cover.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
    @media (max-width: 767px) {
        .enzymebath_box {
            height: 250px;
        }
        .enzymebath_box img {
            height: 250px;
            margin: 0 auto;
        }
        .enzymebath_box::before {
            bottom: 0;
            display: none;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .enzymebath_box {
            height: 300px;
        }
        .enzymebath_box img {
            height: 300px;
            margin: 0 auto;
        }
        .enzymebath_box::before {
            bottom: 0;
            display: none;
        }
    }
#enzymebath_details {
    background-color: #fff;
}
#enzymebath_details .wrap {
    padding: 240px 0;
}
#enzymebath_details_bg .wrap{
    width: 100%;
    padding: 0;

}
    @media (max-width: 767px) {
        #enzymebath_details {
            padding: 90px 0 45px;
        }
        #enzymebath_details .wrap {
            padding: 0 0 45px;
        }
        #enzymebath_details_bg .wrap{
            padding: 0;

        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        #enzymebath_details {
            padding: 90px 0 45px;
        }
        #enzymebath_details .wrap {
            padding: 0 0 45px;
        }
        #enzymebath_details_bg .wrap{
            padding: 90px 0;

        }
    }

.flexbox_enzymebath_details_01 {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.f_item_enzymebath_details_01:nth-child(1) {
    width: 60%;
    padding: 120px;
}
.f_item_enzymebath_details_01:nth-child(2) {
    width: 40%;
}
.f_item_enzymebath_details_01:nth-child(2)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/enzymebath/img01.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 120px 0 0 0;
}
    @media (max-width: 767px) {
        .flexbox_enzymebath_details_01 {
            flex-flow: row wrap-reverse;
        }
        .f_item_enzymebath_details_01:nth-child(1) {
            width: 100%;
            padding: 0 10%;
        }
        .f_item_enzymebath_details_01:nth-child(2) {
            width: 100%;
        }
        .f_item_enzymebath_details_01:nth-child(2)::after {
            width: 100%;
            height: 300px;
            margin-bottom: 60px;
            border-radius: 0;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .flexbox_enzymebath_details_01 {
            flex-flow: row wrap-reverse;
        }
        .f_item_enzymebath_details_01:nth-child(1) {
            width: 100%;
            padding: 0 10%;
        }
        .f_item_enzymebath_details_01:nth-child(2) {
            width: 100%;
        }
        .f_item_enzymebath_details_01:nth-child(2)::after {
            width: 100%;
            height: 300px;
            margin-bottom: 60px;
            border-radius: 0;
        }
    }

ul.enzymebath_details {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
ul.enzymebath_details li {
    width: 30%;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    color: #aaa394;
    background-color: #ece9e2;
    border: 1px solid #aaa394;
    border-radius: 20px;
}
    @media (max-width: 767px) {
        ul.enzymebath_details {
            font-size: 12px;
        }
        ul.enzymebath_details li {
            width: 100%;
        }
        ul.enzymebath_details li:nth-child(1),
        ul.enzymebath_details li:nth-child(2) {
            margin-bottom: 15px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {

    }

.flexbox_enzymebath_details_02 {
    position: relative;
    display: flex;
    flex-flow: row wrap-reverse;
    justify-content: space-between;
}
.f_item_enzymebath_details_02:nth-child(1) {
    width: 50%;
    padding: 0;
}
.f_item_enzymebath_details_02:nth-child(1)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/enzymebath/img02.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0 0 120px 0;
}
.f_item_enzymebath_details_02:nth-child(2) {
    width: 50%;
    padding: 120px;
}
    @media (max-width: 767px) {
        .flexbox_enzymebath_details_02 {
            flex-flow: row wrap;
        }
        .f_item_enzymebath_details_02:nth-child(1) {
            width: 100%;
        }
        .f_item_enzymebath_details_02:nth-child(1)::after {
            width: 100%;
            height: 300px;
            border-radius: 0;
        }
        .f_item_enzymebath_details_02:nth-child(2) {
            width: 100%;
            padding: 90px 10%;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .flexbox_enzymebath_details_02 {
            flex-flow: row wrap;
        }
        .f_item_enzymebath_details_02:nth-child(1) {
            width: 100%;
        }
        .f_item_enzymebath_details_02:nth-child(1)::after {
            width: 100%;
            height: 300px;
            border-radius: 0;
        }
        .f_item_enzymebath_details_02:nth-child(2) {
            width: 100%;
            padding: 90px 10% 0;
        }
    }
/*
.flexbox_enzymebath_details_03 {
    position: relative;
    display: flex;
    flex-flow: row wrap-reverse;
    justify-content: space-between;
}
.f_item_enzymebath_details_03 {
    width: 40%;
}
*/
.flexbox_enzymebath_details_04 {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}
.f_item_enzymebath_details_04:nth-child(1) {
    width: 30%;
}
.f_item_enzymebath_details_04:nth-child(2) {
    width: 60%;
}

img.circle {
    border-radius: 50%;
    filter: drop-shadow(0px 0px 5px rgba(000, 000, 000, .7));
}
    @media (max-width: 767px) {
        .f_item_enzymebath_details_04:nth-child(1) {
            width: 100%;
            margin-bottom: 30px;
        }
        .f_item_enzymebath_details_04:nth-child(2) {
            width: 100%;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
    }

/* ------------------------------------------------ ピラティス */
#pilates {
    position: relative;
}

.flexbox_pilates {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.f_item_pilates:nth-child(1) {
    position: relative;
    width: 40%;
}
.f_item_pilates:nth-child(1)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/pilates/bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}
.f_item_pilates:nth-child(2) {
    width: 60%;
    padding: 240px 120px;
}
    @media (max-width: 767px) {
        .f_item_pilates:nth-child(1) {
            width: 100%;
            height: 300px;
        }
        .f_item_pilates:nth-child(2) {
            width: 100%;
            padding: 90px 10% 90px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .f_item_pilates:nth-child(1) {
            width: 100%;
            height: 500px;
        }
        .f_item_pilates:nth-child(2) {
            width: 100%;
            padding: 120px 10%;
        }
    }

.f_item_pilates .caption {
    font-size: 18px;
    line-height: 2rem;
    letter-spacing: .3rem;
    margin-bottom: 120px;
}
.pilates_content {
    margin-bottom: 120px;
}
.pilates_content_ttl {
    font-size: 18px;
    margin-bottom: 60px;
}
    @media (max-width: 767px) {
        .f_item_pilates .caption {
            font-size: 15px;
            margin-bottom: 60px;
        }
        .pilates_content {
            margin-bottom: 60px;
        }
        .pilates_content_ttl {
            font-size: 15px;
            margin-bottom: 30px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .f_item_pilates .caption {
            font-size: 15px;
            margin-bottom: 60px;
        }
        .pilates_content {
            margin-bottom: 60px;
        }
        .pilates_content_ttl {
            font-size: 15px;
            margin-bottom: 30px;
        }
    }

table.pilates {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}
table.pilates thead tr th {
    text-align: center;
    background-color: #ece9e2;
    border: 1px solid #aaa394;
    padding: 5px 10px;
}
table.pilates tbody tr th {
    text-align: left;
    font-weight: normal;
    padding: 5px 10px;
    border: 1px solid #aaa394;
}
table.pilates tbody tr td {
    padding: 5px 10px;
    border: 1px solid #aaa394;
}
table.pilates tbody tr td.time,
table.pilates tbody tr td.price {
    text-align: center;
}
ul.asterisk li {
    font-size: 12px;
    padding-left: 1em;
}
ul.asterisk li::before {
    content: "※";
    display: inline-block;
    margin-left: -1em;
}
    @media (max-width: 767px) {
        .table_box {
            overflow-x: auto;
            display: block;
        }
        .table_box table.pilates thead tr th,
        .table_box table.pilates tbody tr td {
            white-space: nowrap;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
    }

/* ------------------------------------------------ デトックス
#detox {
    background-color: #fff;
}
*/

/* ------------------------------------------------ shop情報 */
#shop {
    padding: 120px 0 0;
}
#shop.wrapper {
    width: 100%;
    margin-top: 0;
}
#shop .wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 0 0 60px;
}

#shop .heading_box {
    text-align: center;
}
    @media (max-width: 767px) {
        #shop {
            padding: 90px 0 0;
        }
        #shop .wrap {
            width: 85%;
            padding: 0 0 30px;
        }

        #shop .heading_box {
            margin-bottom: 60px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        #shop {
            padding: 90px 0 0;
        }
        #shop .wrap {
            width: 85%;
            padding: 0 0 30px;
        }

        #shop .heading_box {
            margin-bottom: 60px;
        }
    }

.flexbox_shop {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.f_item_shop:nth-child(1) {
    width: 35%;
}
.f_item_shop:nth-child(2) {
    width: 60%;
}
.f_item_shop a {
    border-bottom: 1px dotted #999;
    padding-bottom: 3px;
}
.f_item_shop img {
    width: 100%;
}
    @media (max-width: 767px) {
        .f_item_shop:nth-child(1) {
            width: 100%;
            margin-bottom: 60px;
            padding: 0;
            border-right: none;
        }
        .f_item_shop:nth-child(2) {
            width: 100%;
            text-align: center;
            padding: 0;
        }
        .partition {
            width: 1px;
            height: 60px;
            border-right: 1px dotted #333;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .f_item_shop:nth-child(1) {
            width: 100%;
            margin-bottom: 60px;
            padding: 0;
            border-right: none;
        }
        .f_item_shop:nth-child(2) {
            width: 100%;
            text-align: center;
            padding: 0;
        }
        .partition {
            width: 1px;
            height: 60px;
            border-right: 1px dotted #333;
        }
    }

table.shop {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    margin-bottom: 30px;
}
table.shop a {
    font-size: 10px;
    border-bottom: 1px dotted #999;
    padding-bottom: 3px;
}
table.shop tr th {
    width: 20%;
    font-weight: normal;
    text-align: left;
    color: #aaa394;
    background-color: #ece9e2;
    border: 1px solid #aaa394;
    padding: 10px 15px;
}
table.shop tr td {
    width: 80%;
    border: 1px solid #aaa394;
    padding: 10px 15px;
}
    @media (max-width: 767px) {
        table.shop tr th {
            display: block;
            width: 100%;
        }
        table.shop tr td {
            display: block;
            width: 100%;
            text-align: left;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        table.shop tr td {
            text-align: left;
        }
    }

#shop iframe {
    width: 100%;
    height: 600px;
    vertical-align: bottom;
}
    @media (max-width: 767px) {
        #shop iframe {
            height: 400px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        #shop iframe {
            width: 100%;
            height: 500px;
        }
    }

/* ------------------------------------------------ ご予約・お問い合わせ */
#contact.wrapper {
    width: 100%;
    height: 100%;
    background: #000 url('../images/common/bg_contact.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-top: 0;
    z-index: -2;
}
#contact.wrapper a {
    color: #fff;
}
#contact.wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: -100;
}
#contact .wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 120px 0;
}
#contact .heading_box {
    margin-bottom: 0;
}
    @media (max-width: 767px) {
        #contact .wrap {
            width: 85%;
            padding: 30px 0 60px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        #contact .wrap {
            width: 85%;
            padding: 30px 0 60px;
        }
    }

.flexbox_contact {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.f_item_contact {
    width: 50%;
    padding: 30px 60px;
}
.f_item_contact:nth-child(1) {
    border-right: 1px dotted #ccc;
}
    @media (max-width: 767px) {
        .f_item_contact {
            width: 100%;
            padding: 60px 0 0;
        }
        .f_item_contact:nth-child(1) {
            margin-bottom: 30px;
            border-right: none;
        }
        .f_item_contact:nth-child(2) {
            margin-bottom: 30px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .f_item_contact {
            width: 48%;
            padding: 60px 0 0;
        }
        .f_item_contact:nth-child(1) {
            margin-bottom: 30px;
        }
        .f_item_contact:nth-child(2) {
            margin-bottom: 30px;
        }
    }

.flexbox_contact_line {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.f_item_contact_line:nth-child(1) {
    width: 15%;
}
.f_item_contact_line:nth-child(2) {
    width: 15%;
}
.f_item_contact_line:nth-child(3) {
    width: 60%;
}
    @media (max-width: 767px) {
        .f_item_contact_line:nth-child(1) {
            width: 40%;
            margin-bottom: 30px;
        }
        .f_item_contact_line:nth-child(2) {
            width: 40%;
            margin-bottom: 30px;
        }
        .f_item_contact_line:nth-child(3) {
            width: 100%;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .f_item_contact_line:nth-child(1) {
            display: none;
        }
        .f_item_contact_line:nth-child(2) {
            width: 25%;
        }
        .f_item_contact_line:nth-child(3) {
            width: 70%;
        }
    }

.contact_line_ttl {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.contact_line_txt {
    text-align: left;
    font-size: 12px;
}
    @media (max-width: 767px) {
        .contact_line_ttl {
            font-size: 15px;
        }
        .contact_line_txt {
            font-size: 10px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .contact_line_ttl {
            font-size: 15px;
        }
        .contact_line_txt {
            font-size: 10px;
        }

    }

/* ------------------------------------------------ フッタ */
.footer_wrap {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 60px 0 30px;
}
    @media (max-width: 767px) {
        .footer_wrap {
            width: 85%;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        .footer_wrap {
            width: 85%;
        }
    }

h3.logo {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto 15px;
}
h3.logo a {
    float: left;
    width: 150px;
    height: 150px;
    background-image: url(../images/common/logo_ccl.svg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.operation {
    text-align: center;
    font-size: 10px;
}
.operation a {
    font-size: 10px;
}
.operation a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/common/icon_window.svg) no-repeat;
    background-size: cover;
    margin-left: 5px;
}
.copylight {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 10px;
}
.restructure {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 10px;
    border: 1px solid #333;
    padding: 0 10px;
}
    @media (max-width: 767px) {
        h3.logo {
            margin: 0 auto 5px;
        }
        .operation,
        .operation a {
            margin-bottom: 10px;
        }
        .restructure {
            bottom: 15px;
            right: -15px;
        }
    }
    @media (min-width: 768px) and (max-width: 980px) {
        h3.logo {
            margin: 0 auto 5px;
        }
        .operation,
        .operation a {
            margin-bottom: 10px;
        }
        .restructure {
            bottom: 15px;
            right: -15px;
        }
    }