@charset "UTF-8";

/*!
Theme Name: CaldoFit
Template:   cocoon-master
*/

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
del,
em,
img,
small,
strong,
sub,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    font-size: 100%;
    /* letter-spacing: 0.5px; */
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

a {
    color: #5C4A42;
    text-decoration: none;
    transition: .25s;
}

a:hover {
    opacity: .6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

nav,
ul,
ol {
    list-style: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

input,
select {
    vertical-align: middle;
}

li {
    letter-spacing: normal;
    list-style-type: none;
}

iframe {
    width: 100%;
    height: 500px;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'yu-gothic';
    src: url('./fonts/yu-gothic-regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'yu-gothic';
    src: url('./fonts/yu-gothic-medium.woff') format('woff');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'yu-gothic';
    src: url('./fonts/yu-gothic-bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'montserrat';
    src: url('./fonts/Montserrat-Thin.woff') format('woff');
    font-display: swap;
    font-weight: 100;
}

@font-face {
    font-family: 'montserrat';
    src: url('./fonts/Montserrat-ExtraLight.woff') format('woff');
    font-display: swap;
    font-weight: 200;
}

@font-face {
    font-family: 'montserrat';
    src: url('./fonts/Montserrat-Light.woff') format('woff');
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: 'montserrat';
    src: url('./fonts/Montserrat-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'montserrat';
    src: url('./fonts/Montserrat-Medium.woff') format('woff');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'montserrat';
    src: url('./fonts/Montserrat-SemiBold.woff') format('woff');
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: 'montserrat';
    src: url('./fonts/Montserrat-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'ZenKakuGothicNew';
    src: url('./fonts/ZenKakuGothicNew-Light.ttf') format('truetype');
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: 'ZenKakuGothicNew';
    src: url('./fonts/ZenKakuGothicNew-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'ZenKakuGothicNew';
    src: url('./fonts/ZenKakuGothicNew-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'ZenKakuGothicNew';
    src: url('./fonts/ZenKakuGothicNew-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'Antonio';
    src: url('./fonts/Antonio-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Antonio';
    src: url('./fonts/Antonio-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'Antonio';
    src: url('./fonts/Antonio-SemiBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: 'Antonio';
    src: url('./fonts/Antonio-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
}


section {
    overflow-y: hidden;
}

body {
    color: #5C4A42;
    font-family: "ZenKakuGothicNew", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    text-align: justify;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

p {
    line-height: 2;
}

html #wpadminbar {
    top: auto;
    bottom: 0;
}

.en {
    font-family: "montserrat", sans-serif;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pc {
    display: block;
}

.sp,
.sp_flex,
.tab,
.tab_flex,
.slick-slide img.sp {
    display: none !important;
}

.wrap {
    max-width: 1080px;
    margin: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #00B3D1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    transition: box-shadow 0.3s ease;
    padding: 7px 40px;
    height: 95px;
}

.white_header {
    background: #FFFFFF;
}

header.scrolling {
    box-shadow: 0 1px 0 0 #fff;
}

.h_logo {
    display: block;
}

.h_logo img {
    width: 21.18vw;
    max-width: 305px;
}

header nav {
    width: auto;
}

.pc_nav {
    align-items: center;
    gap: 32px;
}

.pc_nav > li {
    display: flex;
    align-items: center;
}

.pc_nav > li > a {
    display: inline-flex;
    align-items: center;
}

.bl_color {
    color: #2A2A2A;
}

.bl_color:hover {
    color: #2A2A2A;
    background: rgba(42, 42, 42, 0.2) !important;
}

nav ul li {
    text-align: center;
}

nav ul.pc li a,
.f_nav li a {
    transition: .25s;
    display: block;
    border-radius: 4px;
}

nav ul.pc li a:hover,
.f_nav li a:hover {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: 0.03em;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li a img {
    width: 17.7vw;
    max-width: 255px;
}

/* nav ul li small {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    font-family: "yu-gothic", sans-serif;
} */

/* header {
    padding: 7px 40px;
    height: 95px;
} */

header ul.pc {
    display: flex;
    width: 100%;
}

main {
    margin: 95px 0 0;
    background: #D7E6E5;
}

.rebirth {
    background: #FFFFFF;
}

.breadcrumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 11px 0px 11px 80px;
    gap: 10px;
    width: 100%;
    height: 38px;
    background: #F7F7F7;
}

.breadcrumb .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
}

.breadcrumb .inner span {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #2A2A2A;
    opacity: 0.4;
}

.breadcrumb .inner span:last-child {
    opacity: 1;
}

#mv {
    position: relative;
    padding: 0;
}

.mv_wrap {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 78%;
    left: 28%;
    transform: translate(-50%);
}

.mv_wrap .cta_btn {
    width: 23.54vw;
}

.mv_wrap .visit_btn {
    width: 15.92vw;
}

#joining_cta {
    background: #2A2A2A;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 60%, #2A2A2A 100%),
        url(./img/joining_cta.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right center;
    background-size: 100% 100%, auto 100%;
}

#joining_cta .wrap {
    padding: 50px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#joining_cta .wrap .cta_ttl {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    text-align: center;
    gap: 15px;
}

#joining_cta .wrap .cta_ttl h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.03em;
}

#joining_cta .wrap .cta_ttl p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
}

#joining_cta .wrap .cta_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding: 23px 30px 25px 35px;
    gap: 7px;
    background: linear-gradient(256.77deg, #EFBF79 0%, #FF5D28 100%);
    border-radius: 90px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
}

.cont_ttl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.cont_ttl h2 {
    font-family: 'Antonio', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2A2A2A;
    opacity: 0.15;
}

.cont_ttl h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #2A2A2A;
}

#why_choose_us .cont_ttl h1{
    color: #00B3D1;
}

#why_choose_us {
    padding: 100px 0;
    background: #FFFFFF;
}

#why_choose_us .wrap {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    overflow: hidden;
}

.why_choose_us_ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 45px;
}

.why_choose_us_li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
    gap: 14px;
    max-width: 370px;
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.why_choose_us_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0px;
}

.why_choose_us_item div {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    padding: 3px 13px 6px;
    border: 2px solid #00B3D1;
    border-radius: 90px;
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #00B3D1;
}

.why_choose_us_item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #2A2A2A;
    margin-bottom: 5px;
}

.why_choose_us_item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #777777;
}

.slick-dotted.slick-slider {
    margin-left: 90px;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #00B301;
}

/* #about {
    padding: 100px 0;
}

.about_l {
    width: 45%;
}

.about_r {
    width: 50%;
}

.about_r video {
    width: 100%;
}

.about_l p {
    margin: 0 0 20px;
    font-weight: 700;
} */

/* #campaign {
    padding: 100px 0;
    background: #FFFFFF;
} */

.main_slide {
    position: relative;
    right: 50px;
}

.main_slide .slick-list {
    padding: 0 !important;
    overflow: unset;
}

.main_slide.single_slide {
    right: auto;
}

.main_slide.triple_slide {
    right: auto;
}

.main_slide .slick-slide {
    width: 87.69vw;
    margin: 0 25px;
}

.slide-counter {
    text-align: center;
    margin: 50px 0 0;
    font-family: "montserrat", sans-serif;
    font-size: 2.4rem;
}

.main_slide .slick-next:before,
.main_slide .slick-prev:before {
    content: "";
    opacity: 1;
    display: block;
    width: 4rem;
    height: 1.4rem;
    background: no-repeat center / contain url(./img/arrow.png);
}

#voice .main_slide .slick-next:before,
#voice .main_slide .slick-prev:before {
    content: none;
}

.main_slide .slick-prev {
    left: 47%;
    top: auto;
    bottom: -15%;
}
.single_slide .slick-prev {
    left: 40%;
}

.slide-counter .current {
    margin: 0;
}

.main_slide .slick-prev:before {
    transform: scale(-1, 1);
}

.main_slide .slick-next {
    right: 42%;
    top: auto;
    bottom: -15%;
}
.main_slide.instructor {
    right: auto;
}
.main_slide.instructor .slick-next:before,
.main_slide.instructor .slick-prev:before {
    background: no-repeat center / contain url(./img/arrow-next.webp);
    width: 100%;
    height: 100%;
}

.main_slide.instructor .slick-prev,
.main_slide.instructor .slick-next {
    top: 42%;
    transform: translateY(-42%);
    z-index: 10;
    width: 5.5rem;
    height: 5.5rem;
}
.main_slide.instructor .slick-prev {
    left: 9%;
}
.main_slide.instructor.store .slick-prev {
    left: -5%;
}

.main_slide.instructor .slick-next {
    right: 9%;
}
.main_slide.instructor.store .slick-next {
    right: -5%;
}

/* #service {
    padding: 100px 0 60px;
    border-bottom: solid 1px #1E1E1E;
}

#service ul {
    margin: 40px 0 0;
}

#service ul li {
    width: 48%;
    margin: 0 0 40px;
}

#service h3 {
    margin: 10px 0 0;
} */

#price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 120px 120px;
    gap: 40px;
    background: radial-gradient(91.04% 28.56% at 50% 100%, rgba(255, 255, 255, 0.4) 0%, rgba(244, 244, 244, 0.4) 100%), #F4F4F4;
}

#price .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.price_container {
    width: 69.44vw;
    max-width: 1000px;
}

.price_joining_btn {
    position: absolute;
    width: 22.85vw;
    max-width: 329px;
    top: 83%;
    left: 23%;
    transform: translate(-50%);
}

#option {
    padding: 100px 0 200px;
    background: #FFFFFF;
    overflow: visible;
}

#option .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.option_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90vw;
    max-width: 900px;
    padding: 0px;
    gap: 30px;
}

.option_container ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0px;
    gap: 25px;
}

.option_container ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 20px 25px;
    gap: 15px;
    border-bottom: dotted 2px #DDDDDD;
}

.option_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 30px;
}

.option_item .option_title {
    flex-shrink: 0;
    width: 160px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #00B3D1;
}
.option_item .option_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #777777;
}

.option_price_container {
    min-width: 180px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: end;
    padding: 0px;
    gap: 8px;
    color: #2A2A2A;
}

.option_price_label {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
}

.option_price_main {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
}

.option_price_value {
    font-family: 'Antonio', sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.option_price_meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
}

.option_price_tax {
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.03em;
}

.option_price_unit {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.03em;
}

.option_first_time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 50px;
    gap: 30px;
    background: #F7F7F7;
    border-radius: 15px;
}

.option_first_time_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #2A2A2A;
}

.option_first_time_fees {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.option_first_time_fees p {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #777777;
}

.option_first_time_fees p::before {
    content: "・";
    margin-right: -12px;
    font-size: 36px;
    line-height: 1;
    color: #00B3D1;
    flex: 0 0 auto;
    transform: translateY(-1px);
}

#studio {
    background: #E2F2F4;
    position: relative;
    overflow-y: visible;
}

.studio_bg_images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    overflow-x: clip;
    overflow-y: visible;
}

.studio_bg_image {
    position: absolute;
}

.studio_bg_image_1 {
    width: 21.32vw;
    max-height: none;
    left: 31.46vw;
    top: -20.69vw;
    clip-path: inset(20.69vw 0 0 0);
}

.studio_bg_image_2 { 
    width: 32.5vw;
    max-height: none;
    left: 40.28vw;
    top: -6.94vw;
}

.studio_bg_image_3 {
    width: 17.64vw;
    max-height: none;
    left: 65.97vw;
    top: 6.389vw;
}

.studio_bg_image_4 {
    width: 21.32vw;
    max-height: none;
    left: 82.85vw;
    top: -8.125vw;
    clip-path: inset(8.125vw 4.167vw 0 0);
}

.studio_bg_image_5 {
    width: 21.94vw;
    max-height: none;
    left: 84.65vw;
    top: 0;
    clip-path: inset(0 6.597vw 0 0);
}

.studio_search_wrap {
    padding: 160px 0 120px;
    position: relative;
    z-index: 1;
    overflow: scroll;
}

#studio .studio_search_wrap .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 1000px;
    margin: auto;
    gap: 50px;
}

#studio .studio_search_wrap .wrap .cont_ttl {
    align-items: start;
}

#studio .studio_search_wrap .wrap .cont_ttl p {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #999999;
}

.studio_search_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 1000px;
    max-width: 1000px;
    padding: 0px;
}

.studio_area_tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0px 30px;
    gap: 6px;
}

.studio_area_tab_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 20px 7px;
    gap: 14px;
    width: 151.67px;
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #999999;
}

.studio_area_tab_item.active {
    background: #00B3D1;
    color: #FFFFFF;
}

.studio_area_tab_item.disabled {
    background: #F7F7F7;
    color: #DDDDDD;
    pointer-events: none;
    cursor: not-allowed;
}

.studio_pref_select {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 30px;
    gap: 10px;
    /* width: 1000px; */
    background: #00B3D1;
    border-radius: 20px 20px 0px 0px;
}

.studio_pref_list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 30px;
    gap: 10px;
    width: 100%;
    background: #00B3D1;
    border-radius: 20px 20px 0px 0px;
}

.studio_pref_item {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 17px 7px;
    gap: 14px;
    background: #FFFFFF;
    opacity: 0.6;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #00B3D1;
}

.studio_pref_item.show {
    display: flex;
}

.studio_pref_item.active {
    opacity: 1;
    background: #F7F7F7;
    color: #00B3D1;
}

.studio_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 30px 30px;
    gap: 20px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 20px 20px;
}

.studio_container {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 30px;
    gap: 14px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.studio_container.show {
    display: flex;
}

.studio_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 5px;
}

.studio_info h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #2A2A2A;
}

.studio_info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
}

.studio_btn_container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;
}

.studio_btn_container .disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.studio_detail_btn {
    width: 200px;
}

.studio_reserve_btn {
    width: 179px;
}

#recommend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 0px;
    gap: 10px;
    background: #00B3D1;
}

#recommend .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 50px;
}

#recommend .wrap .cont_ttl h2,
#recommend .wrap .cont_ttl h1 {
    color: #FFFFFF;
}

#recommend .wrap .cont_ttl h1 span {
    color: #FFF200;
}

#recommend ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 85vw;
    max-width: 850px;
    padding: 0px;
    border-top: dotted 2px rgba(255, 255, 255, 0.4);
}

#recommend ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 25px;
    padding: 20px 0;
    border-bottom: dotted 2px rgba(255, 255, 255, 0.4);
}

#recommend ul li img {
    max-width: 90px;
}

.recommend_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}

.recommend_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 2px;
}

.recommend_num {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.recommend_title_text {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.recommend_container p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.recommend_container p span {
    color: #FFF200;
}

#facilities {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 0;
    background: #F7F7F7;
}

#facilities .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 50px;
    overflow: hidden;
}

.facilities_ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 40px;
}

.facilities_li {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 340px;
    width: 100%;
    padding: 0px;
    gap: 20px;
}

.facilities_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
}

.facilities_container h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #2A2A2A;
}

.facilities_container p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
}

#news_information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 0;
    background: #FFFFFF;
}

#news_information .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 76.39vw;
    max-width: 1100px;
    padding: 0px;
    gap: 60px;
}

#news_information .wrap .cont_ttl {
    align-items: start;
    min-width: 211px;
}

#news_information .wrap .cont_ttl h1 {
    color: #00B3D1;
}

.news_information_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.news_information_category_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.news_information_category {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #00B3D1;
}

.news_information_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    /* max-width: 814px; */
    padding: 0px;
    border-top: dotted 2px #DDDDDD;
}

.news_information_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 20px;
    gap: 25px;
    border-bottom: dotted 2px #DDDDDD;
}

.news_information_item_date {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #00B3D1;
}
.news_information_item_date.gray {
    color: #777777;
}

.news_information_item_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #777777;
}

.news_information_item_none {
    font-weight: 700;
    color: #2A2A2A;
}

.caldo_fits_label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 136px;
    background: #FFFFFF;
    overflow: hidden;
}

.caldo_fits_label img {
    height: 100%;
    width: auto;
    max-width: none;
}

#faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 0;
    gap: 80px;
    background: #F7F7F7;
}

.faq_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 40px;
    width: 62.5vw;
    max-width: 900px;
}

.faq_category_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0px;
    gap: 40px;
}

.faq_speech_bubble {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    isolation: isolate;
}

.faq_category_container::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 21px;
    left: calc(50% - 7px/2 - 2.7px);
    bottom: -14.19px;
    background: #2A2A2A;
    border-radius: 3.54222px;
    transform: matrix(-0.97, -0.26, -0.26, 0.97, 0, 0);
}

.faq_speech_bubble p {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px 12px 20px;
    gap: 10px;
    background: #2A2A2A;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.faq_speech_bubble p::before,
.faq_speech_bubble p::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 100%;
    background: #2A2A2A;
}

.faq_speech_bubble p::before {
    left: -16.5px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.faq_speech_bubble p::after {
    right: -16.5px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.faq_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0px;
    gap: 30px;
}

.faq_item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0px;
}

.faq_question_container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 24px;
    background: #00B3D1;
    border-radius: 10px 10px 0px 0px;
    list-style: none;
    cursor: pointer;
}

.faq_question_container::-webkit-details-marker {
    display: none;
}

.faq_question {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: calc(100% - 40px);
    padding: 0px;
    gap: 13px;
}

.faq_question_container::before,
.faq_question_container::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) translateY(-50%);
    transition: all 0.3s;
}

.faq_question_container::after {
    transform: translateZ(0) translateY(-50%) rotate(90deg);
}

.faq_item[open] .faq_question_container::after {
    transform: translateZ(0) translateY(-50%) rotate(0deg);
}

.faq_question h3 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.faq_question p {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.faq_item::details-content {
    height: 0;
    overflow: hidden;
    transition: content-visibility 0.3s allow-discrete, height 0.3s;
}

.faq_item[open]::details-content {
    height: calc-size(auto, size);
}

.faq_answer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    padding: 12px 24px 16px;
    gap: 13px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
}

.faq_answer h3 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #00B3D1;
}

.faq_answer p {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #2A2A2A;
}

#visit_cta {
    position: relative;
}

.visit_cta .wrap {
    position: absolute;
}

#visit_cta .wrap .cta_btn {
    position: absolute;
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.6vw 2vw 1.74vw;
    gap: 0.49vw; */
    width: 16.39vw;
    left: 27.5vw;
    top: 14.3vw;
    /* background: linear-gradient(256.77deg, #EFBF79 0%, #FF5D28 100%);
    border-radius: 90px; */
    transform: translate(-50%, -50%);
}

#visit_cta .wrap .cta_btn span {
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}


/* .p_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    min-width: 1080px;
}

.menu_area .p_table {
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
}

.studio_page .p_table1 {
    margin: 75px 0 0;
}

.p_table td,
.p_table th {
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
    position: relative;
    line-height: 1.6;
}

.p_table th {
    padding: 20px 10px;
    font-size: 2rem;
    vertical-align: middle;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.p_table td {
    background: #fff;
}

.p_table tr td:nth-child(1) {
    background: #727976;
    color: #fff;
    font-weight: 700;
    width: 48px;
    vertical-align: middle;
    line-height: 1;
    text-align-last: center;
    font-size: 1.2rem;
    height: auto;
    min-height: 200px;
    justify-items: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: -webkit-center;
}

.p_table tr td span {
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    height: max-content;
    margin: auto;
}

.p_table caption {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    background: #5C4A42;
    padding: 20px 0;
    margin: 4px 0 0;
}

.p_table caption .repeat {
    display: none;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .p_table tr td span {
        font-family: sans-serif;
    }
}

.p_table strong {
    font-size: 2rem;
    font-weight: 500;
}

.p_table small {
    font-size: 1.2rem;
    display: block;
    margin: 10px 0 0;
}

.p_table1 {
    margin: 15px 0 0;
    color: #5C4A42;
}

.p_table1 th span {
    display: block;
    background: #fff;
    color: #333;
    border-radius: 12px;
    padding: 3px 0;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 10px;
}

.p_table1 tr th {
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    background: #1D686E;
    color: white;
    border-radius: 4px 4px 0 0;
    empty-cells: hide;
    position: relative;
    bottom: -5px;
}

.p_table1 tr td {
    width: 16%;
}

.recommend {
    background: #F596AA;
    width: 100%;
    height: 200%;
    position: absolute;
    top: -25px;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    left: 0;
    color: #fff;
}

.p_table1 a {
    display: block;
    width: 90%;
    margin: 5px auto 0;
    position: relative;
    border-radius: .2rem;
    padding: 5px 1%;
    color: #5C4A42;
}

.p_table1 a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    width: 1.35rem;
    height: .6rem;
    background: no-repeat center / contain url(./img/arrow_t.png);
}

.empty_cell {
    vertical-align: middle;
    text-align: center !important;
}

.btn_s {
    border: solid 1px #1D686E;
}

.btn_t {
    background: #D7E6E5;
}

.p_table1 tr td:nth-child(1) {
    border-radius: 4px 0 0 4px;
}

.p_table1 tr:nth-child(2) td,
.p_table1 tr:nth-child(5) td {
    vertical-align: middle;
}

.p_table1 tr:nth-child(3) td,
.p_table1 tr:nth-child(4) td,
.p_table1 tr:nth-child(6) td {
    text-align: left;
}

.p_table2 tr th,
.p_table4 tr th {
    color: #fff;
    background: #1D686E;
}

.p_table2 tr td {
    font-size: 2rem;
    text-align: left;
    padding: 20px 10px;
}

.p_table2 tr td:nth-child(2) {
    width: 20%;
}

.p_table3 tr th {
    font-size: 1.4rem;
    color: #fff;
    background: #727976;
}

.price_caution {
    margin: 30px 0 0;
    font-size: 1.2rem;
}

.p_table4 tbody tr:nth-child(2) td {
    vertical-align: middle;
}

.p_table4 tbody tr:last-child td {
    font-size: 2rem;
} */

/* .menu_area h3 {
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    padding: 15px 0;
    background: #1D686E;
    margin: 50px 0 0;
    transition: .25s;
    border-radius: 4px;
}

.menu_area h3:hover {
    opacity: .6;
}

.menu_area .title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
    width: 3rem;
    height: 2rem;
    transition: .25s;
    background: no-repeat center / contain url(./img/table_arrow_w.png);
} */

/* h2:has(.toggle:checked) .title::before,
h3:has(.toggle:checked) .title::before {
    transform: rotate(180deg);
} */

/* .toggle {
    display: none;
}

.title {
    position: relative;
    display: block;
    cursor: pointer;
}

.title,
.hide_cont {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.hide_cont {
    max-height: 0;
    overflow: hidden;
    position: relative;
}

h2:has(.toggle:checked)+.hide_cont,
h3:has(.toggle:checked)+.hide_cont {
    max-height: 1800px;
    transition: all 1.5s;
} */

/* #machine {
    padding: 100px 0 60px;
    background: #fff;
}

.machine_head {
    width: 100%;
    flex-direction: column-reverse;
}

.machine_head h3,
.machine_head h2 {
    width: 40%;
    font-size: 2.4rem;
    line-height: 1.6;
}

.machine_head p {
    width: 55%;
}

.machine_head img {
    width: 50%;
    margin: 40px 0 0;
}

.machine_merit {
    margin: 80px 0 0;
}

.machine_merit h3 {
    text-align: center;
    font-size: 3.2rem;
    position: relative;
    margin: 0 0 70px;
}

.machine_merit h3::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 5rem;
    height: 1px;
    background: #333;
}

.machine_merit ul li {
    width: 31%;
    margin: 0 0 50px;
}

.machine_merit ul::after {
    display: block;
    content: "";
    width: 31%;
}

.machine_ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 15px;
}

.merit_num {
    text-align: center;
    font-size: 3rem;
    color: #1D686E;
    font-weight: 600;
    margin: 0 2% 0 0;
    padding: 0 2% 0 0;
    border-right: solid 1px #333;
}

.merit_num small {
    font-size: 1.2rem;
    display: block;
}

.machine_ttl h4 {
    font-size: 1.8rem;
    color: #5C4A42;
    line-height: 2.2rem;
} */

/* #studio {
    padding: 100px 0;
}

.studio_search {
    width: 30%;
}

.studio_search select {
    font-size: 2.4rem;
    width: 100%;
    border: solid 1px;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    padding: 15px 0;
    border-radius: .4rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10"%3E%3Cpath d="M0 3l5 5 5-5z" fill="%235C4A42"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    text-indent: 0;
}

.search_submit_btn {
    color: #fff;
    background: #1D686E;
    display: block;
    width: 60%;
    padding: 15px;
    margin: 30px auto 0;
    font-size: 2.4rem;
    border-radius: .4rem;
    font-weight: 700;
    cursor: pointer;
    transition: .25s;
}

.search_submit_btn:hover {
    opacity: .6;
}

.studio_cont {
    width: 60%;
}

.studio_list {
    background: #fff;
    padding: 35px 5%;
    border-radius: .2rem;
    margin: 0 0 20px;
}

.studio_list h3 {
    font-size: 2.4rem;
    padding: 0 0 5px;
    border-bottom: solid 1px;
    margin: 0 0 10px;
}

.studio_btn {
    padding: 0 3% 0 0;
    margin: 10px 0 20px;
    text-align: right;
    font-weight: 700;
    display: block;
    position: relative;
}

.studio_btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    background: no-repeat center / contain url(./img/table_arrow.png);
    transform: rotate(-90deg);
}

.studio_r_btn {
    color: #fff;
    background: #1D686E;
    font-weight: 700;
    display: block;
    width: 60%;
    min-width: 240px;
    margin: auto;
    font-size: 2.4rem;
    padding: 15px 0;
    border-radius: 30px;
    text-align: center;
}

.j_btn {
    color: #1D686E;
    background: #fff;
    border: solid 1px #1D686E;
    margin: 20px auto 10px;
}

.studio_cont ul {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.studio_cont ul.show {
    opacity: 1;
    transform: translateY(0);
} */

/* #instructor {
    padding: 100px 0;
    border-top: solid 1px #1E1E1E;
    border-bottom: solid 1px #1E1E1E;
}

#instructor ul li span {
    display: block;
    color: #F596AA;
    font-weight: 700;
    margin: 20px 0 10px;
}

#instructor h3 {
    font-size: 2.4rem;
    margin: 0 0 15px;
}

#instructor .main_slide .slick-next,
#instructor .main_slide .slick-prev {
    bottom: -12%;
} */

/* #news {
    padding: 100px 0;
}

.news_ttl {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 60px 0 20px;
}

.news_list li {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: solid 1px #1E1E1E;
}

.news_list li.coming_soon {
    border: none;
}

.date {
    color: #1D686E;
    font-weight: 700;
    line-height: 1.6;
}

.news_list h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    margin: 15px 0 0;
}

.btn {
    font-size: 2.4rem;
    display: block;
    width: fit-content;
    margin: 50px 0 0 auto;
    font-family: "montserrat", sans-serif;
    position: relative;
    padding: 0 7% 0 0;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4rem;
    height: 1.4rem;
    background: no-repeat center / contain url(./img/arrow.png);
} */

/* #voice {
    background: #fff;
    padding: 100px 0;
}

#voice h3 {
    font-size: 2.4rem;
    color: #1D686E;
    margin: 15px 0 10px;
    line-height: 1.6;
}

#voice small {
    font-size: 1.4rem;
    margin: 10px 0 0;
    display: block;
}

#voice .main_slide .slick-next,
#voice .main_slide .slick-prev {
    bottom: -12%;
} */

/* #column {
    padding: 100px 0;
}

.column_list li {
    width: 48%;
    margin: 0 0 20px;
    padding: 15px 1%;
    background: #fff;
}

.column_img {
    width: 31%;
}

.column_img img {
    object-fit: cover;
    width: 150px;
    height: 150px;
}

.column_txt {
    width: 65%;
}

.column_cat {
    color: #fff;
    background: #F596AA;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 20px;
    font-weight: 700;
    border-radius: 20px;
}

.column_txt h3 {
    margin: 15px 0 0;
    line-height: 1.6;
} */

/* #instagram {
    padding: 100px 0;
    background: #fff;
} */

/* #faq {
    padding: 100px 0;
}

#faq ul li {
    background: #fff;
    margin: 0 0 20px;
    padding: 30px 5%;
} */

/* .question {
    font-size: 2rem;
    line-height: 1.6;
    position: relative;
}

.question .title {
    padding: 0 8% 0 0;
}

.question .title:hover::before {
    opacity: .6;
}

.question .title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 3rem;
    height: 2rem;
    transition: .25s;
    background: no-repeat center / contain url(./img/table_arrow_b.png);
}

.answer p {
    border-top: solid 1px #D9D9D9;
    padding: 20px 0 0;
    margin: 20px 0 0;
} */

footer {
    background: #2A2A2A;
    padding: 5.556vw 8.333vw;
}

footer .wrap {
    flex-direction: column;
    gap:60px;
}

.f_logo {
    display: block;
    width: 25%;
}

.f_logo img {
    width: 29.24vw;
    max-width: 421px;
    display: block;
}

.f_nav {
    width: 375px;
}

.f_nav li {
    width: 50%;
}

.f_nav li h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
}

.f_nav li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.03em;
    margin-top: 10px;
    display: inline-block;
}

.f_copy {
    align-items: flex-end;
}

.copy {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.03em;
    opacity: 0.5;
}

.cta {
    position: fixed;
    width: 155px;
    display: block;
    right: 0;
    bottom: 50px;
    z-index: 30;
}

.cta a:nth-of-type(2) {
    margin: 5px 0 0;
    display: block;
}

.page_top {
    display: block;
    width: 80px;
}

#flow {
    padding: 100px 0;
}

#flow .machine_head {
    margin: 0 0 40px;
}

.flew_box {
    margin: 50px 0 0;
    background: #fff;
}

.flew_box h2 {
    color: #fff;
    background: #1D686E;
    font-size: 2.4rem;
    text-align: center;
    padding: 10px 0;
}

.flew_box ul {
    margin: 40px auto 0;
    max-width: 770px;
}

.flew_box_1 ul {
    justify-content: center;
}

.flew_box ul li {
    width: 45%;
    margin: 0 auto 40px;
    text-align: center;
}

.flew_box_1 ul li {
    width: 60%;
}

.flew_box_1 ul li .flow_body p {
    font-size: 2rem;
    font-weight: 700;
}

.flow_body {
    border-bottom: solid 1px #333;
    padding: 0 0 5px;
    margin: 0 0 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.flow_body img {
    max-width: 30px;
    height: 100%;
    margin: 0 3%;
    display: inline-block;
}

.flew_box h3 {
    color: #fff;
    background: #1D686E;
    border-radius: 2rem;
    font-size: 1.8rem;
    padding: 10px 0;
    margin: 0 0 10px;
}

.flow_desc {
    font-weight: 700;
}

.flow_value {
    font-size: 4.4rem;
    font-weight: 700;
    font-family: "montserrat", sans-serif;
    line-height: 1.5;
}

.flow_body small {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    font-family: "yu-gothic", sans-serif;
}

span.z_value {
    color: #1D686E;
}

span.n_price {
    font-size: 3rem;
    text-decoration: line-through;
    font-weight: 500;
}

.flew_box_2 ul li:nth-child(6) span.z_value {
    margin: 0 30px 0 0;
}

.flew_box_2 ul li:nth-child(7) .flow_desc {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

#content {
    padding: 60px 0 80px;
}

.content_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 50px;
    max-width: 900px;
    margin: auto;
}

.content_title_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;
}

.content_title_container p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #00B3D1;
}

.content_title_container h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #00B3D1;
}

.main_area h1 {
    font-size: 2.4rem;
    margin: 0 0 30px;
    line-height: 1.4;
}

.main_area h2 {
    font-size: 2rem;
    margin: 0 0 30px;
    line-height: 1.4;
}

.main_area p {
    margin: 0 0 25px;
}

.thumb_area img {
    width: auto;
}



.cont_btn {
    display: block;
    width: 180px;
    margin: 70px auto 50px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background: #1D686E;
    border-radius: .4rem;
    padding: 15px 0;
}

.control_area {
    border-top: solid 1px #1E1E1E;
    padding: 30px 0 0;
}

.control_area a {
    display: block;
    font-size: 2.4rem;
    padding: 0 6% 0 0;
    font-family: "montserrat", sans-serif;
    position: relative;
}

a.prev_link {
    padding: 0 0 0 6%;
}

.control_area a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4rem;
    height: 1.4rem;
    background: no-repeat center / contain url(./img/arrow.png);
}

a.prev_link::before {
    left: 0;
    right: auto;
    transform: scale(-1, 1);
}

.page_nation {
    margin: 50px auto 0;
    text-align: center;
}

.page_nation a,
.current {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0 1.5%;
    font-family: "montserrat", sans-serif;
}

.page_nation a img {
    width: 4rem;
}

.arrow-prev {
    transform: scale(-1, 1);
}

.related_area {
    margin: 70px auto 0;
}

.related_area h2 {
    font-size: 1.6rem;
    margin: 0 0 10px;
}

.related_area ul li {
    margin: 0 0 10px;
}

.related_area ul li a {
    line-height: 1.6;
}

.ttl_area .column_cat {
    margin: 0 0 30px;
}

#access {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8.333vw 0;
    gap: 10px;
    background: #E2F2F4;
}

#access .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 50px;
    width: 69.44vw;
    max-width: 1000px;
}

#access iframe {
    border-radius: 20px;
}
    
#access .wrap .cont_ttl h1 {
    color: #00B3D1;
}

#access .wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;   
    padding: 0px;
    gap: 15px 50px;
}

#access .wrap ul li {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0px;
    gap: 15px;  
}

#access .wrap ul li h3 {
    width: 120px;
    min-width: 120px;
    padding-bottom: 15px;
    border-bottom: solid 2px #00B3D1;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #00B3D1;
}

#access .wrap ul li p {
    flex: 1;
    padding-bottom: 15px;
    border-bottom: solid 2px rgba(42, 42, 42, 0.2);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #777777;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #333333;
    overflow: auto;
    padding: 180px 0 90px;
}

.modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_content {
    margin: auto;
    position: relative;
    max-width: 800px;
}

.modal_close {
    cursor: pointer;
    position: absolute;
    z-index: 10000;
    top: -10rem;
    right: -8rem;
    width: 6rem;
    height: 6rem;
}

.modal_back {
    cursor: pointer;
    z-index: 10000;
    width: 160px;
    display: block;
    margin: 50px auto 0;
}

.modal-trigger {
    cursor: pointer;
}

.schedule_btn {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 40px auto 0;
    display: block;
    text-align: center;
    max-width: 350px;
    min-width: 320px;
    background: #1D686E;
    padding: 2.7rem 0;
    position: relative;
    border-radius: .4rem;
    text-decoration: underline;
}

.schedule_btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 20%;
    right: 5%;
    margin: auto;
    width: 4.5rem;
    height: 2rem;
    background: no-repeat center / contain url(./img/arrow_w.png);
}

#prefecture option {
    font-size: 1.4rem !important;
    padding: 10px;
    line-height: 1.5;
}

.p_table1 tr:nth-child(4) td:nth-child(1) {
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 780px) {
    html {
        font-size: 62.5%;
    }

    body {
        font-size: 1.4rem;
    }

    a:hover {
        opacity: 1;
    }

    .pc,
    header ul.pc,
    .tab,
    .slick-slide img.pc {
        display: none !important;
    }

    .sp,
    .slick-slide img.sp {
        display: block !important;
    }

    .sp_flex {
        display: flex !important;
    }

    .cta {
        display: flex;
        width: 100vw;
        bottom: 0;
        flex-direction: row;
        z-index: 999;
    }

    .cta a:nth-of-type(2) {
        margin: 0;
    }

    .page_top {
        width: 60px;
        position: absolute;
        right: 24px;
    }

    header {
        height: 70px;
    }

    main {
        margin: 70px 0 0;
    }

    .breadcrumb {
        padding: 7px 24px;
        height: 28px;
    }

    .breadcrumb .inner span {
        font-size: 10px;
    }

    .h_logo {
        /* padding-left: 5.333vw; */
    }

    .h_logo img {
        width: 51.79vw;
    }

    .menu-btn:checked~.sp-menu {
        transform: scaleY(1);
    }

    .menu-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: absolute;
        height: 38px;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    .navicon,
    .close-icon {
        background: #fff;
        display: block;
        height: 3px;
        width: 38px;
        position: relative;
        margin: 0 auto;
        z-index: 99999;
    }

    .lb_navicon {
        background: #00B3D1;
    }

    .menu-btn {
        display: none;
    }

    .navicon::before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        bottom: 9px;
        position: absolute;
        background: #fff;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .navicon::after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        top: 9px;
        position: absolute;
        background: #fff;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .lb_navicon::before,
    .lb_navicon::after {
        background: #00B3D1;
    }

    .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-btn:checked~.menu-icon .navicon {
        background: 0;
    }

    .menu-btn:checked~.menu-icon .close-icon:before,
    .menu-btn:checked~.menu-icon .close-icon:after {
        background: #fff;
    }

    .menu-btn:checked~.menu-icon .close-icon:before {
        transform: rotate(45deg);
    }

    .menu-btn:checked~.menu-icon .close-icon:after {
        transform: rotate(-45deg);
    }

    .sp-menu {
        position: absolute;
        top: 70px;
        background: #00B3D1;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.3s ease-in-out;
    }

    .sp-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 79.49vw;
        margin: 60px auto 0;
        border-top: dotted 2px #DDDDDD;
    }

    .sp-menu ul li {
        position: relative;
        text-align: left;
        width: 100%;
    }

    .sp-menu ul li a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 20px 0;
        border-bottom: dotted 2px #DDDDDD;
    }

    .sp-menu ul li a span {
        font-weight: 700;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }

    .sp-menu ul li a span.arrow {
        display: block;
        flex-shrink: 0;
        width: 14px;
        height: 13px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath d='M0 6.5H13M13 6.5L7.5 1M13 6.5L7.5 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .sp-menu_btn_wrap {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin: 50px auto 0;
        width: 79.49vw;
    }

    .mv_wrap {
        flex-direction: column;
        gap: 13px;
        top: 70%;
        left: 50%;
    }

    .mv_wrap .cta_btn,
    .mv_wrap .visit_btn {
        width: 79.49vw;
    }

    .cont_ttl h2 {
        font-size: 20px;
    }

    .cont_ttl h1 {
        font-size: 28px;
    }

    #joining_cta .wrap {
        padding: 50px 30px;
        flex-direction: column;
        gap: 13px;
    }

    #joining_cta .wrap .cta_ttl {
        gap: 13px;
    }

    #joining_cta .wrap .cta_ttl h2 {
        font-size: 24px;
    }

    #joining_cta .wrap .cta_btn {
        padding: 24px 30px 24px 35px;
        font-size: 15px;
    }

    .why_choose_us_li {
        max-width: auto;
        width: 87.7%;
    }

    .why_choose_us_li img {
        margin-bottom: 14px;
    }

    .why_choose_us_item h3 {
        letter-spacing: 0;
    }

    .why_choose_us_item p {
        letter-spacing: 0.03em;
    }

    /* #about,
    #campaign,
    #service,
    #price,
    #machine,
    #studio,
    #instructor,
    #news,
    #voice,
    #column,
    #faq,
    #flow,
    #content {
        padding: 60px 0;
    } */

    .slide-counter {
        margin: 30px 0 0;
        font-size: 2rem;
    }

    .main_slide .slick-prev {
        left: 28%;
        bottom: -11%;
    }

    .main_slide .slick-next {
        right: 34%;
        bottom: -11%;
    }
    .main_slide.instructor .slick-prev,
    .main_slide.instructor .slick-next {
        top: 20%;
        transform: translateY(-20%);
        width: 4.4rem;
        height: 4.4rem;
    }
    .main_slide.instructor .slick-prev:before,
    .main_slide.instructor .slick-next:before {
        width: 100%;
        height: 100%;
    }
    .main_slide.instructor .slick-prev {
        left: 5%;
        transform: translateX(-5%);
    }
    .main_slide.instructor.store .slick-prev {
        left: -1%;
    }
    .main_slide.instructor .slick-next {
        right: 5%;
        transform: translateX(5%);
    }
    .main_slide.instructor.store .slick-next {
        right: -1%;
    }

    #access {
        padding: 20.51vw 6.154vw;
    }

    #access .wrap {
        gap: 30px;
        width: 87.69vw;
    }

    #access iframe {
        border-radius: 10px;
    }

    #access .wrap ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #access .wrap ul li h3 {
        width: 99px;
        min-width: 99px;
    }

    #price {
        padding: 20.51vw 6.154vw;
        gap: 30px;
    }

    #price .wrap {
        gap: 30px;
    }

    .price_container {
        width: 87.69vw;
    }

    .price_joining_btn {
        width: 76.92vw;
        max-width: none;
        top: 55%;
        left: 50%;
    }

    #option {
        padding: 25.64vw 0 51.28vw;
    }

    .option_container {
        width: 87.69vw;
    }

    .option_container ul li {
        padding: 0px 12px 25px;
        gap: 10px;
    }

    .option_item {
        justify-content: space-between;
        gap: 15px;
    }

    .option_item .option_title {
        width: auto;
        line-height: 140%;
    }

    .option_price_label {
        font-size: 18px;
    }

    .option_price_value {
        font-size: 30px;
    }

    .option_price_tax {
        font-size: 8px;
    }

    .option_price_unit {
        font-size: 20px;
    }

    .option_first_time {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 24px;
        gap: 15px;
    }

    .option_first_time_fees {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .studio_bg_image_1 {
        width: 33.33vw;
        left: 6.154vw;
        top: -28.21vw;
        clip-path: inset(61.45% 0 0 0);
    }

    .studio_bg_image_2 {
        width: 50.51vw;
        left: 20vw;
        top: -12.05vw;
    }

    .studio_bg_image_3 {
        width: 31.54vw;
        left: 59.74vw;
        top: 3.59vw;
    }

    .studio_bg_image_4 {
        width: 52.05vw;
        left: 72.82vw;
        top: 0.5128vw;
        clip-path: inset(0 24.87vw 0 0);
    }

    .studio_bg_image_5 {
        width: 53.08vw;
        left: 54.62vw;
        top: 26.92vw;
        clip-path: inset(0 7.692vw 0 0);
    }

    #studio .studio_search_wrap {
        padding: 41.03vw 6.154vw 20.51vw;
    }

    #studio .studio_search_wrap .wrap {
        width: auto;
    }

    #studio .studio_search_wrap .wrap .cont_ttl p {
        margin-top: 20px;
    }

    .studio_search_container {
        width: 87.69vw;
    }

    .studio_search_container {
        width: 100%;
    }

    .studio_area_tab {
        padding: 0;
        gap: 4px;
    }

    .studio_area_tab_item {
        width: 13.77vw;
        height: 43px;
        padding: 0 5px;
        gap: 0;
        border-radius: 6px 6px 0px 0px;
        font-size: 14px;
        line-height: 110%;
    }

    .studio_pref_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 15px 20px;
        border-radius: 0;
    }

    .studio_list {
        padding: 20px;
        gap: 15px;
    }

    .studio_pref_item {
        padding: 4px 12px 6px;
        font-size: 14px;
    }

    .studio_container {
        flex-direction: column;
        padding: 10px 17px 15px;
        gap: 12px;
    }

    .studio_info h3 {
        font-size: 16px;
    }

    .studio_info p {
        font-size: 14px;
    }

    .studio_btn_container {
        gap: 10px;
    }

    .studio_detail_btn,
    .studio_reserve_btn {
        width: 50%;
    }

    #recommend {
        padding: 20.51vw 8.718vw;
    }

    #recommend ul {
        width: 82.56vw;
    }

    #recommend ul li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 0;
        gap: 15px;
    }

    .recommend_container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
    }

    .recommend_container img {
        max-width: 90px;
    }

    .recommend_title {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }

    #recommend .wrap ul li p {
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        color: #FFFFFF;
    }

    #recommend .wrap ul li p span {
        color: #FFF200;
    }

    #facilities {
        padding: 20.51vw 0;
    }

    #facilities .wrap {
        width: 100%;
        gap: 30px;
    }

    .facilities_ul {
        gap: 20px;
    }

    .facilities_li {
        width: 87.69vw;
    }

    .facilities_container {
        gap: 5px;
    }

    #news_information {
        padding: 20.51vw 6.154vw;
    }

    #news_information .wrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 30px;
    }

    #news_information .wrap .cont_ttl {
        align-items: center;
    }

    .news_information_wrapper {
        width: 100%;
    }

    .news_information_category {
        font-size: 18px;
        margin: auto;
    }

    .news_information_item {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 20px 10px;
        gap: 8px;
    }

    .news_information_item_date {
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: -0.03em;
    }

    .caldo_fits_label {
        height: 86px;
    }

    #faq {
        padding: 20.51vw 6.154vw;
        gap: 50px;
    }

    .faq_container {
        width: 87.69vw;
    }

    .faq_speech_bubble {
        align-items: center;
        padding: 8px 16px 10px 20px;
        gap: 10px;
    }

    .faq_category_container::after {
        left: calc(50% - 7px/2 - 2.7px);
        bottom: -6.19px;
    }

    .faq_speech_bubble p {
        font-size: 18px;
    }

    .faq_speech_bubble p::before,
    .faq_speech_bubble p::after {
        width: 13px;
    }

    .faq_speech_bubble p::before {
        left: -12.5px;
    }

    .faq_speech_bubble p::after {
        right: -12.5px;
    }

    .faq_question_container {
        padding: 12px 20px;
    }

    .faq_question {
        gap: 10px;
    }

    .faq_question p {
        letter-spacing: 0;
    }

    .faq_answer {
        padding: 12px 20px 16px;
        gap: 10px;
    }

    #visit_cta .wrap .cta_btn {
        width: 60vw;
        left: 50%;
        top: 35%;
    }

    footer {
        padding: 20.51vw 6.154vw;
        position: relative;
    }

    footer .wrap {
        gap: 50px;
    }

    .f_logo {
        width: 100%;
        padding: 0 0 50px;
        margin: 0 0 40px;
    }

    .f_logo img {
        margin: auto;
        width: 87.69vw;
        max-width: none;
    }

    .f_nav {
        width: 100%;
        gap: 30px;
    }

    .f_nav li {
        width: 100%;
    }

    .f_nav li h3 {
        margin-bottom: 10px;
    }

    .f_nav li a {
        display: table;
        margin-bottom: 10px;
    }

    #flow .machine_head {
        flex-direction: column;
    }

    .flew_box ul {
        margin: 30px auto 0;
        max-width: 85%;
    }

    .flew_box ul li {
        width: 100%;
    }

    .flew_box_1 ul {
        max-width: 90%;
    }

    .flow_body {
        padding: 0;
    }

    .flew_box_1 .flow_desc {
        text-align: left;
    }

    .flew_box h2 {
        font-size: 2rem;
        padding: 20px 0;
    }

    .flew_box_1 ul li .flow_body p,
    .flew_box h3 {
        font-size: 1.6rem;
    }

    span.n_price {
        font-size: 2.8rem;
    }

    .flow_body small {
        font-size: 1.4rem;
    }

    .flew_box_2 ul li:nth-child(6) span.z_value {
        margin: 0 10px 0 0;
    }

    #content {
        padding: 20px 0 40px;
    }

    .content_wrap {
        width: 87.69vw;
    }
}
