@charset "UTF-8";

/*!
Theme Name: Mapila
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: #333;
    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;
}

html {
    font-size: 62.5%;
    background: #FFEBE5;
    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-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;
}


section {
    overflow: hidden;
}

body {
    color: #333;
    font-family: "yu-gothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    text-align: justify;
    width: 100%;
    height: 100%;
}

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,
.slick-slide img.sp {
    display: none;
}

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

.cont_wrap {
    max-width: 800px;
    margin: auto;
}

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

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

.h_logo {
    width: 20%;
    display: block;
    padding-left: 3%;
}

.h_logo img {
    max-width: 165px;
}

header nav {
    width: 60%;
}

nav ul li {
    text-align: center;
}

nav ul.pc li a,
.f_nav li a {
    transition: .25s;
    display: block;
    padding: 5px 20px;
    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: 1.6rem;
    line-height: 1.6;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
}

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

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

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

main {
    margin: 100px 0 0;
}

#mv {
    background: #F596AA;
    padding: 20px 0 60px;
    border-bottom: solid 1px #fff;
}

.mv_wrap {
    position: relative;
}

.mv_ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 17%;
}

.mv_wrap p {
    color: #FFEBE5;
    font-weight: 700;
    font-size: .8rem;
    max-width: 21%;
    position: absolute;
    bottom: 0;
}

.mv_slide {
    max-width: 72%;
}

.cont_ttl {
    margin: 0 0 40px;
    padding: 0 0 20px;
    border-bottom: solid 3px #333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cont_ttl h2,
.cont_ttl h1 {
    font-size: 4.8rem;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
}

.cont_ttl p {
    margin: 0 0 0 2%;
    padding: 0 0 0 2%;
    font-weight: 700;
    border-left: solid 1px;
}

#about {
    background: #F596AA;
    padding: 100px 0;
}


#about .cont_ttl {
    border-bottom: solid 3px #fff;
}

#about p,
#about h2 {
    color: #fff;
}

.about_l {
    width: 45%;
}

.about_r {
    width: 50%;
}

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

#campaign {
    padding: 100px 0;
    background: #fff;
}

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

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

.main_slide.single_slide {
    right: auto;
}

.main_slide .slick-slide {
    max-width: 295px;
    margin: 0 25px;
}

#campaign ul li p {
    line-height: 1.7;
}

#campaign ul li .btn {
    font-size: 1.6rem;
    margin: 10px 0 0 auto;
    padding: 0 10% 0 0;
}

#campaign ul li .btn::before {
    width: 2rem;
    height: .7rem;
    top: 25%;
}

.branch_name {
    color: #F596AA;
    font-weight: 700;
    margin: 20px 0 10px;
}

.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);
}

.main_slide .slick-prev {
    left: 47%;
    top: auto;
    bottom: -17%;
}

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

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

.main_slide .slick-next {
    right: 42%;
    top: auto;
    bottom: -17%;
}

#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 {
    padding: 100px 0;
}

.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: #3D3D3D;
    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: #333333;
    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;
}

.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: #FFEBE5;
    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%;
}

.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 #F596AA;
}

.btn_t {
    background: #FFEBE5;
}

.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: #F596AA;
}

.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: #3D3D3D;
}

.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: #F596AA;
    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);
}

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;
}

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

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

.machine_head {
    width: 100%;
}

.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: 3.2rem;
    color: #F596AA;
    font-weight: 600;
    margin: 0 5% 0 0;
    padding: 0 5% 0 0;
    border-right: solid 1px #333;
}

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

.machine_ttl h4 {
    font-size: 2.4rem;
}

#studio {
    padding: 100px 0;
}

.studio_search {
    width: 30%;
}

.studio_search select {
    font-size: 2.4rem;
    width: 100%;
    border: solid 1px;
    text-align: 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="%23000"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.search_submit_btn {
    color: #fff;
    background: #F596AA;
    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: #F596AA;
    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: #F596AA;
    background: #fff;
    border: solid 1px #F596AA;
    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: #F596AA;
    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: #F596AA;
    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: #F596AA;
    padding: 75px 0 40px;
}

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

.f_logo img {
    max-width: 170px;
    display: block;
}

.f_nav {
    width: 40%;
}

.f_nav li {
    width: 45%;
}

.f_nav li a {
    color: #fff;
    margin: 0 0 20px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.7;
}

.f_nav li:last-child a {
    font-size: 1.4rem;
}

.copy {
    font-size: 1rem;
    color: #fff;
    margin: 30px 0 0;
}

.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;
    margin: 40px 0 0 auto;
}

.rebirth #campaign {
    background: #FFEBE5;
}

.rebirth #studio {
    background: #fff;
}

.rebirth #studio .studio_list {
    border: solid 1px #333;
}

#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: #F596AA;
    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: #F596AA;
    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: #F596AA;
}

span.n_price {
    font-size: 3rem;
    text-decoration: line-through;
    text-decoration-color: #F596AA;
    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: 100px 0 80px;
}

.ttl_area {
    border-bottom: solid 3px #333;
    margin: 0 0 10px;
}

.ttl_area div {
    font-size: 3.2rem;
    font-weight: 700;
    padding: 0 0 10px;
    line-height: 1.4;
}

.thumb_area {
    margin: 40px 0 30px;
}

.thumb_area img {
    width: auto;
}

.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;
}

.cont_btn {
    display: block;
    width: 180px;
    margin: 70px auto 50px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background: #F596AA;
    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;
}

.studio_mv {
    padding: 40px 0 100px;
    background: #F596AA;
}

.studio_main {
    align-items: center;
}

.studio_img {
    width: 63%;
}

.studio_name {
    width: 35%;
    text-align: center;
}

.studio_name img {
    max-width: 85%;
    height: 100%;
    margin: 0 auto 20px;
}

.studio_name img.open {
    max-width: 98.5%;
    margin: 0 auto 30px;
}

.studio_name h1 {
    color: #fff;
    font-size: 4.8rem;
    font-family: "montserrat", sans-serif;
    font-weight: 600;
}

.studio_detail {
    border-top: solid 3px #fff;
    padding: 30px 0 0;
    margin: 40px 0 0;
}

.studio_detail_txt {
    width: 45%;
}

.studio_detail_txt p {
    color: #fff;
}

.studio_detail_img {
    width: 50%;
}

#access {
    padding: 100px 0;
    background: #fff;
    border-top: solid 1px #333;
}

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

#access ul li {
    width: 45%;
    margin: 0 0 20px;
}

#access h3 {
    font-size: 2.4rem;
    margin: 0 0 5px;
}

#access ul li p {
    line-height: 1.6;
}

#access ul li a {
    font-size: 2rem;
}

#access ul li small {
    display: block;
    font-size: 1.4rem;
}

.group_head {
    font-size: 2.4rem;
    margin: 0 0 30px;
}

.studio_price .p_table1 td {
    min-height: 120px;
}

.studio_price .p_table1 tr:nth-child(1) td {
    padding: 40px 0;
}

.studio_price .p_table1 tr:nth-child(7) td {
    text-align: left;
}

.studio_price .p_table1 p {
    margin: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.7;
}

.menu_other {
    background: #fff;
    padding: 20px 3%;
    border-top: solid 4px #FFEBE5;
    display: flex;
    flex-wrap: wrap;
}

.menu_other p {
    font-size: 2rem;
    margin: 0 3% 0 0;
}

#instructor.instructor_rev {
    background: #fff;
    border: none;
}

.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: 200px auto 0;
    display: block;
    text-align: center;
    max-width: 350px;
    min-width: 320px;
    background: #F596AA;
    padding: 2.7rem 0;
    position: relative;
    border-radius: .4rem;
}

.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: 1200px) {

    .wrap,
    .cont_wrap {
        max-width: 93%;
    }

    header nav {
        width: 70%;
    }

    nav ul.pc li a,
    .f_nav li a {
        padding: 3px 10px;
    }

    .main_slide .slick-next {
        right: 38%;
    }

    .main_slide .slick-slide {
        max-width: 260px;
        margin: 0px 30px;
    }

    .s_table {
        overflow-x: auto;
        padding: 0 0 10px;
    }
}

@media screen and (max-width: 1080px) {
    header ul.pc {
        width: 95%;
    }

    html {
        font-size: 53%;
    }

    .cta {
        width: 120px;
    }

    .page_top {
        width: 50px;
    }

    .studio_price .p_table1 tr:nth-child(1) td {
        padding: 25px 0;
    }

    .modal {
        padding: 80px 20px 45px;
    }

    .modal_close {
        right: 0;
        width: 4rem;
        height: 4rem;
        top: -6rem;
    }

    .p_table2 tr td {
        font-size: 1.4rem;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .p_table4 td {
        font-size: 1.2rem;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
}

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

    body {
        font-size: 1.4rem;
    }

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

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

    .cta {
        width: 130px;
        bottom: 40px;
        z-index: 999;
    }

    .page_top {
        width: 60px;
        position: absolute;
        right: 20px;
        bottom: 150px;
    }

    header {
        height: 70px;
    }

    main {
        margin: 70px 0 0;
    }

    .h_logo {
        padding-left: 20px;
    }

    .h_logo img {
        width: 110px;
        max-width: unset;
    }

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

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

    .menu-icon {
        cursor: pointer;
        position: absolute;
        top: 40%;
        right: 20px;
    }

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

    .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;
    }

    .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 li {
        position: relative;
        margin: 20px 0;
        text-align: left;
    }

    .sp-menu ul li:last-child {
        margin: 40px 0 0 3%;
        width: fit-content;
    }

    .sp-menu a {
        padding-left: 3%;
        font-size: 2.4rem;
        display: flex;
        align-items: center;
        line-height: 1;
    }

    .sp-menu a img {
        max-width: 30px;
    }

    nav ul li small {
        font-size: 1.2rem;
        margin: 0 0 0 5%;
    }

    .mv_ttl {
        position: relative;
        max-width: 65%;
    }

    .mv_slide {
        max-width: 95%;
        margin: 20px auto 0;
    }

    .mv_wrap p {
        font-size: .7rem;
        max-width: 45%;
    }

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

    .cont_ttl {
        text-align: center;
        margin: 0 0 20px;
        padding: 0 0 50px;
        display: block;
    }

    .cont_ttl h2,
    .cont_ttl h1 {
        font-size: 4rem;
    }

    .cont_ttl p {
        margin: 25px 0 0 0;
        font-size: 1.2rem;
        padding: 0;
        border-left: none;
        position: relative;
    }

    .cont_ttl p::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 3rem;
        height: 1px;
        background: #333;
    }

    #about .flex {
        flex-direction: column-reverse;
    }

    #about .cont_ttl p::before {
        background: #fff;
    }

    .about_l,
    .about_r {
        width: 100%;
    }

    .about_r {
        margin: 0 0 20px;
    }

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

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

    .main_slide .slick-next {
        right: 34%;
        bottom: -13%;
    }

    #service ul li {
        width: 100%;
        margin: 0 0 20px;
    }

    .menu_area h3 {
        font-size: 2rem;
    }

    .menu_area .title::before,
    .question .title::before {
        width: 2rem;
        height: 1rem;
    }

    .machine_head {
        flex-direction: column-reverse;
    }

    .machine_head img {
        width: 100%;
        margin: 0 0 20px;
    }

    .machine_head h3,
    .machine_head h2 {
        width: 100%;
        font-size: 2rem;
    }

    .machine_head p {
        width: 100%;
        margin: 20px 0 0;
    }

    .machine_merit h3 {
        font-size: 2rem;
        margin: 0 0 50px;
    }

    .machine_merit ul li {
        width: 100%;
        margin: 0 0 40px;
    }

    .machine_ttl h4 {
        font-size: 2rem;
    }

    .studio_search {
        width: 100%;
        margin: 20px 0;
    }

    .search_submit_btn,
    .studio_search select {
        font-size: 2rem;
        padding: 18px 0;
    }

    .studio_cont {
        width: 100%;
    }

    .studio_list h3,
    .studio_r_btn,
    #instructor h3,
    #voice h3 {
        font-size: 2rem;
    }

    #instructor .main_slide .slick-prev,
    #instructor .main_slide .slick-next {
        bottom: -10%;
    }

    .news_ttl {
        font-size: 2rem;
        text-align: center;
        margin: 40px 0 20px;
    }

    .news_list h3 {
        font-size: 1.4rem;
        margin: 10px 0 0;
        line-height: 1.4;
    }

    .btn {
        font-size: 2rem;
        padding: 0 17% 0 0;
        margin: 20px 0 0 auto;
    }

    #voice small {
        font-size: 1.2rem;
    }

    #voice .main_slide .slick-next,
    #voice .main_slide .slick-prev {
        bottom: -10%;
    }

    .column_list li {
        width: 100%;
        margin: 0 0 10px;
        padding: 10px 2%;
    }

    .column_img img {
        width: 100px;
        height: 100px;
    }

    .column_cat {
        font-size: 1.2rem;
        padding: 0 15px;
    }

    .column_txt h3 {
        margin: 10px 0 0;
        font-size: 1.4rem;
    }

    .question {
        font-size: 1.6rem;
    }

    #faq ul li {
        margin: 0 0 10px;
        padding: 20px 5%;
    }

    footer {
        padding: 50px 0 20px;
        position: relative;
    }

    .f_logo {
        width: 100%;
        padding: 0 0 50px;
        margin: 0 0 40px;
        border-bottom: solid 2px #fff;
    }

    .f_logo img {
        margin: auto;
    }

    .f_nav {
        width: 100%;
    }

    .f_nav li {
        width: 100%;
        margin: 0 0 30px;
    }

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

    .f_nav li:last-child a {
        font-size: 1.2rem;
    }

    .copy {
        margin: 60px 0 0;
    }

    #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;
    }

    .ttl_area div {
        font-size: 2.4rem;
    }

    .thumb_area {
        margin: 20px 0;
    }

    .main_area h1 {
        font-size: 2rem;
        margin: 0 0 20px;
    }

    .main_area h2 {
        font-size: 1.6rem;
        margin: 0 0 20px;
    }

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

    .cont_btn {
        width: 150px;
        margin: 60px auto 40px;
        font-size: 2rem;
        padding: 13px 0;
    }

    .control_area a {
        font-size: 2rem;
        padding: 0 12% 0 0;
    }

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

    .page_nation a,
    .current {
        font-size: 2rem;
        margin: 0 2%;
    }

    .related_area h2 {
        font-size: 1.4rem;
    }

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

    .studio_mv {
        padding: 30px 0 60px;
    }

    .studio_main {
        flex-direction: column-reverse;
    }

    .studio_name,
    .studio_detail_txt {
        width: 100%;
        margin: 0 0 30px;
    }

    .studio_img,
    .studio_detail_img,
    #access ul li {
        width: 100%;
    }

    .studio_name h1 {
        font-size: 4rem;
    }

    .studio_name img {
        max-width: 75%;
        margin: 0 auto 10px;
    }

    .studio_name img.open {
        max-width: 92%;
    }

    #access iframe {
        height: 230px !important;
    }

    #access h3 {
        font-size: 1.6rem;
    }

    .group_head {
        font-size: 2rem;
    }

    .menu_other p {
        font-size: 1.4rem;
        margin: 0;
    }

    .menu_other {
        padding: 20px 5%;
        display: block;
    }

    .main_slide {
        right: 0;
    }

    .main_slide .slick-slide {
        max-width: 295px;
        margin: 0px .05%;
    }

    #campaign ul li .btn {
        font-size: 1.4rem;
        margin: 5px 0 0 auto;
        padding: 0 9% 0 0;
    }

    .schedule_btn {
        font-size: 2rem;
        margin: 100px auto 0;
        width: 320px;
        padding: 2rem 0;
    }

    .menus {
        display: block;
        color: #fff;
        font-size: .95rem;
        font-weight: 600;
        margin-top: 15px;
        text-align: center;
        font-family: "montserrat", sans-serif;
    }

    .menus::before {
        content: "MENU";
    }

    .menu-btn:checked~.menu-icon .menus::before {
        content: "CLOSE";
    }

    .price_caution span {
        margin: 0 0 8px;
        line-height: 1.5;
        display: inline-block;
    }

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

    .p_table caption {
        font-size: 2rem;
        padding: 18px 0;
    }

    .p_table caption span,
    .p_table caption span.repeat {
        display: inline-block;
        width: 50%;
    }

    #access .flex li:nth-child(1) {
        order: 1;
    }

    #access .flex li:nth-child(2) {
        order: 4;
    }

    #access .flex li:nth-child(3) {
        order: 2;
    }

    #access .flex li:nth-child(4) {
        order: 5;
    }

    #access .flex li:nth-child(5) {
        order: 3;
    }

    .studio_list {
        padding: 35px 5% 20px;
    }

    .j_btn {
        margin: 15px auto 5px;
    }

    .p_table4 tbody tr:last-child td {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 580px) {

    .wrap,
    .cont_wrap {
        max-width: 100%;
        padding: 0 20px;
    }

    #news .cont_wrap,
    #faq .cont_wrap {
        padding: 0;
    }

    .flew_box ul li {
        max-width: 245px;
    }

    .flew_box ul li:nth-child(6) {
        max-width: 100%;
    }
}