@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@600&display=swap');

.mv {
    position: relative;
	min-height:700px;
	background:#ddd;
}
.mv iframe.iframe-yt {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
}
.mv_kids {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 80%;
}
.mv_kids h1 {
	height: 100%;
	padding-bottom: 90px;
	width: 100%;
}
.mv_kids img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.scrol-down {
    position: absolute;
    z-index: 1;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
}
section.k-menu {
    background: #fff;
    -webkit-filter: drop-shadow(0px 7px 5px #0000001a);
            filter: drop-shadow(0px 7px 5px #0000001a);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 3%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.k-menu.kp-c1 {
    background: #7e8292;
}
section.k-menu.kp-c1 * {
    color: #fff;
}
section.k-menu.fixed-menu {
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}
section.k-menu > p {
    width: 40%;
    max-width: 400px;
}
section.k-menu.fixed-menu > p {
	max-width: 180px;
}
.menu-k ul li {
    display: inline-block;
}
.menu-k ul li a {
    display: block;
    padding: 1rem;
}
.menu-k ul li a:hover {
	color:#775b97;
}
.kp-c1 .menu-k ul li a:hover {
	color:#ffcd00;
}

p.key1 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
p.key1 span {
    font-weight: 500;
}
p.key1 br {
	display:none;
}
.k-ttl1 {
	font-family: "MuseoModerno", sans-serif;
	text-align: center;
	font-size: 50px;
	letter-spacing: 15px;
	margin-bottom:3%;
	color: #16b9e3;
}
.k-ttl1 span {
    display: block;
    letter-spacing: 3px;
}
.k-ttl2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 3%;
}
.k-ttl2 span {
    display: block;
    font-size: 40%;
}
.k-ttl2 span:nth-child(2) {
	background:-o-linear-gradient(315deg, #01ffbf 0%, #5dcbba 30%, #9098d8 60%, #dbabd6 100%);
    background:linear-gradient(135deg, #01ffbf 0%, #5dcbba 30%, #9098d8 60%, #dbabd6 100%);
	color: #fff;padding: 3px 0;
}
.k-ttl3 {
    font-size: 20px;
}
.k-ttl3 span {
    float: right;
    font-size: 90%;
}
.k-ttl4, .k-ttl4a {
    text-align: center;
    font-size: 40px;
    letter-spacing: 5px;
    margin-bottom:3%;
    color: #fff;
    font-weight: 500;
}
.k-ttl4a {
	color: #16b9e3;
}
.k-ttl5 {
    font-family: "MuseoModerno", sans-serif;
    text-align: center;
    font-size: 30px;
    margin: 5% auto 3%;
}
.k-ttl5 span {
    display: block;
    font-size: 70%;
    font-weight: bold;
    color: #16b9e3;
}

ul.k-cta {
    background:-o-linear-gradient(315deg, #e991ae 0%, #583d84 30%, #e1498f 60%, #eab89a 100%);
    background:linear-gradient(135deg, #e991ae 0%, #583d84 30%, #e1498f 60%, #eab89a 100%);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
}
ul.k-cta li {
    margin: 0 1%;
    width: 30%;
    text-align: center;
    max-width: 200px;
}
ul.k-cta li a {
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 7px 0px;
}
ul.k-cta li a img {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
ul.k-cta li a span {
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
}
ul.k-cta li a:hover {
    background: #fff;
}
ul.k-cta li a:hover img {
    -webkit-filter: invert(5%) sepia(100%) saturate(7000%) hue-rotate(225deg) brightness(65%) contrast(140%);
            filter: invert(5%) sepia(100%) saturate(7000%) hue-rotate(225deg) brightness(65%) contrast(140%);
}
ul.k-cta li a:hover span {
    color: #5a3e85;
}
ul.k-cta2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5% auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul.k-cta2 li {
    width: 50px;
    margin: 0 1%;
}
ul.k-cta2 li a {
    display: block;
}
ul.k-cta2 li a:hover {
    opacity: 0.8;
}



section.sec1 {
    background: url(/wp-content/uploads/2025/12/back1.webp)no-repeat center / cover;
    padding: 3% 0;
}
section#studio {
    /* background: url(); */
}
section#s-studio, section#s-voice, section#s-faq {
    background: url(/wp-content/uploads/2026/02/back1c.webp)no-repeat center / cover;
}
section#p-studio, section#p-voice, section#p-faq {
    background: url(/wp-content/uploads/2025/12/back1a.webp)no-repeat center / cover;
}
section#p-studio .k-ttl1, section#p-voice .k-ttl1 {
    color: #fff;
}
section#p-studio div.detail .k-ttl1,
section#p-instructor .k-ttl1 {
    color: #7e8292;
}
section#p-instructor .k-ttl2 span:nth-child(2),
section#instructor .k-ttl2 span:nth-child(2) {
    margin-top: 10px;
    position: relative;
}
section#p-instructor .k-ttl2 span:nth-child(2)::before,
section#instructor .k-ttl2 span:nth-child(2)::before {
    content: "Style";
    color: #5a3d84;
    position: absolute;
    top: -20px;
    right: 0;
}
section#instructor .k-ttl2 span:nth-child(2)::before {
	color: #16b9e3;
}
section#p-instructor .k-ttl2 span:nth-child(2) {
	background: -o-linear-gradient(315deg, #e991ae 0%, #583d84 30%, #e1498f 60%, #eab89a 100%);
	background: linear-gradient(135deg, #e991ae 0%, #583d84 30%, #e1498f 60%, #eab89a 100%);
	color: #fff;
	padding: 3px 0;
}
section#s-instructor .k-ttl2 span:nth-child(2) {
	background: -o-linear-gradient(315deg, #41a5fb 0%, #6fefc9 30%, #d9d970 60%, #f4a0d9 100%);
	background: linear-gradient(135deg, #41a5fb 0%, #6fefc9 30%, #d9d970 60%, #f4a0d9 100%);
	color: #fff;
	padding: 3px 0;
}
ul.img_col2, ul.img_col2_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul.img_col2 > li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 3%;
    background: #16b9e3;
    overflow: hidden;
}
ul.img_col2.kp-c2 > li {
    background: #0a090b;
}
ul.img_col2 > li:last-child, ul.img_col2 > li:nth-child(4n), ul.img_col2_txt > li:last-child, ul.img_col2_txt > li:nth-child(even) {
    margin-right: 0;
}
ul.img_col2 > li p {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    color: #fff;
}
ul.img_col2 > li > p:first-child, ul.img_col2_txt > li > p:first-child {
    padding-top: 80%;
    position: relative;
}
ul.img_col2 > li p img, ul.img_col2_txt > li p img {
    height: 100%;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
}
ul.img_col2 > li p.studio_detail {
    height: 100%;
}
ul.img_col2 > li p span {
    display: block;
    font-size: 140%;
    color: #fff;
}
ul.img_col2_txt > li {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 3%;
}

section.backimg-txt, section.backimg-txt2 {
    padding: 3%;
    background: url(/wp-content/uploads/2025/12/img_AboutKirari.webp)no-repeat center/ cover;
    position: relative;
}
section.bimg1 {
    background: url(/wp-content/uploads/2025/12/img_Vision.webp)no-repeat center / cover!important;
}
section.bimg2 {
    background: url(/wp-content/uploads/2026/02/back_kids7.webp)no-repeat center top / cover!important;
}
section.bimg3 {
    background: url(/wp-content/uploads/2025/12/img_KirariPlus_Back1.webp)no-repeat center right/ cover!important;
}
section.bimg4 {
    background: url(/wp-content/uploads/2025/12/img_KirariPlus_Back04a.webp)no-repeat center / cover!important;
}
section.bimg5 {
    background: url(/wp-content/uploads/2025/12/img_KirariPlus_Back03a.webp)no-repeat center / cover!important;
}
section.bimg6 {
    background: url(/wp-content/uploads/2026/02/back_kids1.webp)no-repeat center / cover!important;
}
section.bimg7 {
    background: url(/wp-content/uploads/2026/02/back_school18.webp)no-repeat center / cover!important;
}
section.bimg8 {
    background: url(/wp-content/uploads/2026/02/back_school17.webp)no-repeat center / cover!important;
}
section.bimg9 {
    background: url(/wp-content/uploads/2026/02/back_school19.webp)no-repeat center / cover!important;
}

section.backimg-txt *, section.backimg-txt2 * {
    color: #16b9e3;
}
section.backimg-txt.bimg3 *, section.backimg-txt2.bimg4 *, section.backimg-txt2.bimg5 * {
    color: #fff;
}
section.backimg-txt .k-ttl1, section.backimg-txt2 .k-ttl1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1% 0 3% auto;
    position: relative;
	text-align:right;
}
section.backimg-txt2 .k-ttl1 {
	margin: 1% auto 3% 0;
	text-align:left;
}
section.backimg-txt > div, section.backimg-txt2 > div {
    position: relative;
    width: 50%;
    margin: 0 0 3% auto;
    max-width: 700px;
    text-align: center;
}
section.backimg-txt2 > div {
	margin: 0 auto 3% 0;
}
section.backimg-txt > div p, section.backimg-txt2 > div p {
	line-height: 190%;
	font-size:18px;
}

section.to-plus {
    background: url(/wp-content/uploads/2025/12/banner_KirariDanceSchoolplus.webp)no-repeat center top / cover;
}
section.to-plus a {
    display: block;
    padding: 3%;
}
section.to-plus a img {
    max-width: 900px;
    margin: 0% 0 0% auto;
    width: 80%;
}
section.to-plus a span {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 30px;
}
section.backcolor {
    background:-o-linear-gradient(315deg, #01ffbf 0%, #5dcbba 30%, #9098d8 60%, #dbabd6 100%);
    background:linear-gradient(135deg, #01ffbf 0%, #5dcbba 30%, #9098d8 60%, #dbabd6 100%);
    padding: 3% 0;
}
section.backcolor.kp-c3 {
    background: -o-linear-gradient(315deg, #9d77a7 0%, #f3beb2 30%, #c25e90 60%, #633f82 100%);
    background: linear-gradient(135deg, #9d77a7 0%, #f3beb2 30%, #c25e90 60%, #633f82 100%);
}
section.backcolor.ks-c1 {
    background: -o-linear-gradient(315deg, #41a5fb 0%, #6fefc9 30%, #d9d970 60%, #f4a0d9 100%);
    background: linear-gradient(135deg, #41a5fb 0%, #6fefc9 30%, #d9d970 60%, #f4a0d9 100%);
}
section.backcolor * {
    color:#fff;
}

table.k-price {
    margin-bottom: 3%;
}
table.k-price th {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 18px;
}
table.k-price th span {
    display: inline-block;
    color: #fcfb62;
}
table.k-price td {
    border: 1px solid #fff;
    padding: 10px 0;
    font-size: 18px;
    width: 250px;
    text-align: center;
}
table.k-price td span {
    font-size: 150%;
}
section#p-price p img {
    max-width: 900px;
    margin: 0 auto;
}

section.k-faq > div > p {
	color:#fff;
}
section.k-faq ul {
    background: #fff;
    counter-reset: number 0;
}
section.k-faq ul li {
    padding-left: 150px;
    border-top: 1px solid #ddd;
}
section.k-faq ul li:first-child {
    border-top: unset;
}
section.k-faq ul li input {
    display: none;
}
label.qa-btn {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    font-size: 20px;
    padding: 30px 20px 30px 0;
    display: block;
}
label.qa-btn::before {
    counter-increment: number 1;
    content: "Q" counter(number) " ";
    position: absolute;
    right: 100%;
    font-size: 25px;
    width: 150px;
    text-align: center;
    top: 25px;
    color:#e5af3b;
}
label.qa-btn:hover {
	color:#775b97;
}
section.k-faq ul li input:checked ~ label.qa-btn {
    color:#775b97;
}
section#s-faq ul li input:checked ~ label.qa-btn {
    color:#16b9e3;
}
.show-a {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-right: 20px;
}
section.k-faq ul li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 0px 20px 20px 0;
}

ul.his {}
ul.his > li {
    font-size: 18px;
    border-bottom: 1px solid #fff83f;
    padding: 5px;
}
ul.his > li::before {
    content: "\02666";
    color: #ccc62e;
    padding-right: 5px;
}
table.studio {
    border-collapse: separate;
    border-spacing: 3px 3px;
}
table.studio th {
    background: #16b9e3;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
section#p-studio table.studio th {
	background: #775b97;
}
table.studio td {
    padding: 10px;
    background: #def0f4;
}
section#p-studio table.studio td {
	background: #f8f0ff;
}

ul.k-list1 {
    text-align: left;
}
ul.k-list1 > li {
    font-size: 18px;
    margin-bottom: 8px;
}


section.kfooter {
    padding: 10% 0 0;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
    background: -o-linear-gradient(bottom, #ffffff, transparent);
    background: linear-gradient(0deg, #ffffff, transparent);
}
section.kfooter.kf-plus::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2025/12/back1a.webp)no-repeat center / cover;
    z-index: -1;
    opacity: 0.5;
}
section.kfooter.kf-kids::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #dbabd6;
    z-index: -1;
    opacity: 0.5;
}
section.kfooter > p img {
    width: 50%;
    margin: 0% auto 2%;
    max-width: 500px;
    -webkit-filter: drop-shadow(1px 1px 1px #ffffff);
            filter: drop-shadow(1px 1px 1px #ffffff);
}
section.kfooter > p.flink {
    text-align: center;
    margin-bottom: 3%;
}
section.kfooter > p.flink a {
    color: #707070;
}
footer#colophon.copyright {
    background:unset;
	color: #707070;
	margin-bottom:5%;
}
footer#colophon.copyright2 {
    background:unset;
	color: #707070;
	margin-bottom:80px;
}

/*====================================================================
slick
====================================================================*/

.sliderArea {
  max-width: 100%;
  margin: 3% auto;
  padding: 0 0 30px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 100px 0 30px;
  position: relative;
  padding: 0 0.2%;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

p.voice-icon {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
    background: #fff;
    border-radius: 50%;
    height: 150px;
    padding: 30px 10px 0;
}
p.voice-pic {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
    border-radius: 10px;
    border: 10px solid #fff;
}
.voice-txt {
	background: #fff;
	padding: 100px 8% 8%;
}
.voice-txt h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 5%;
}
.voice-txt h3 span {
	display:block;
	font-size: 70%;
	letter-spacing: 0;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
  padding: 0!important;
}
.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 950px;
  margin: 0 auto;
}
.sliderArea .slick-prev {
    left: -10px;
}
.sliderArea .slick-next {
    right: -10px;
}
.sliderArea .slick-slide a {
    display: block;
    padding: 0 3%;
}


/*====================================================================
pop up
====================================================================*/
.open_button {
  cursor: pointer;
}
.modal_wrap input {
  display: none;
}
.modal_overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
  pointer-events: none;
}
.modal_overlay .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 1000px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  max-height: 80%;
  overflow: scroll;
}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.modal_content > p {
  margin: 0;
  position: relative;
}
.modal_content > p label {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #fff;
  padding: 0 0 10px 10px;
  border-bottom-left-radius: 10px;
  font-size: 28px;
  cursor: pointer;
}
.modal_trigger {
  position: absolute;
  inset: 0;
  display: block;
}
p.studio_detail .open_button {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	padding: 1rem 0;
	display: block;
	height: 100%;
}
p.studio_detail .open_button.ks-btn, p.studio_detail .open_button.ks-btn1 {
    font-size: 18px;
}
p.studio_detail .open_button.ks-btn span, p.studio_detail .open_button.ks-btn1 span {
	font-size: 70%;
}
p.studio_detail .open_button.ks-btn1 span {
	padding-bottom: 10px;
	padding-top: 6px;
}
p.studio_detail .open_button.ks-btn1 span:nth-of-type(2) {
	margin-top: 15px;
}
p.studio_detail .open_button:hover {
	background:-o-linear-gradient(315deg, #01ffbf 0%, #5dcbba 30%, #9098d8 60%, #dbabd6 100%);
    background:linear-gradient(135deg, #01ffbf 0%, #5dcbba 30%, #9098d8 60%, #dbabd6 100%);
}
section#p-studio p.studio_detail .open_button:hover {
	background: -o-linear-gradient(315deg, #9d77a7 0%, #f3beb2 30%, #c25e90 60%, #633f82 100%);
    background: linear-gradient(135deg, #9d77a7 0%, #f3beb2 30%, #c25e90 60%, #633f82 100%);
}
section#s-studio p.studio_detail .open_button:hover {
	background: -o-linear-gradient(315deg, #ffca82 0%, #f3beb2 30%, #b8e4e0 60%, #e9e8a4 100%);
    background: linear-gradient(135deg, #ffca82 0%, #f3beb2 30%, #b8e4e0 60%, #e9e8a4 100%);
}
p.studio_detail .open_button span:nth-of-type(2) {
	font-size: 16px;
	background: #fff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 5px auto 0;
	color: #525252;
	padding: 5px 20px;
	border-radius: 30px;
}
p.reki .open_button {
  display: block;
  text-align: center;
  background: #0a090b;
  padding: 8px 20px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
}
p.reki .open_button:hover {
	background:#707070;
}
p.reki .open_button span {
	color:#fff;
}

ul.k-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.k-col2 > li {
    width: 48%;
    border: 1px solid;
    padding: 3%;
}
ul.k-col2 > li .k-ttl5 span {
    color: #16b9e3;
}
table.ktable-2row {
    border-collapse: separate;
    border-spacing: 0 3px;
}
table.ktable-2row th {
    width: 150px;
    text-align: center;
    background: #16b9e3;
    padding: 10px 0;
    font-weight: bold;
}
table.ktable-2row td {
    padding: 10px;
    background: #ffffff8c;
    color: #525252;
}
table.ktable-2row td span {
    display: block;
    color: #16b9e3;
    font-size: 90%;
}
.k-campaign {
    border: 3px solid #16b9e3;
    margin: 3% auto 0;
    padding: 3%;
    background: #ffffff73;
}
ul.k-col2 > li .k-campaign * {
    color:#525252;
}
ul.k-col2 > li .k-campaign .k-ttl3 {
    color: #f80ca1;
    margin-bottom: 2%;
}








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

section.k-menu, section.k-menu.kp-c1 {
    filter: unset;
    padding: 0;
    display: block;
}
section.k-menu > p{
	width: unset;
	-webkit-filter: drop-shadow(0px 7px 5px #0000001a);
	filter: drop-shadow(0px 7px 5px #0000001a);
	background: #fff;
	max-width: unset;
}
section.k-menu.kp-c1 > p {
	background: #7e8292;
}
section.k-menu.fixed-menu > p {
	max-width: unset;
}
section.k-menu > p a {
	padding: 10px;
	display: block;
}
section.k-menu > p a img {
	width: 50%;
	max-width: 300px;
}
section.k-menu.fixed-menu > p a img {
	width: 211px;
}
.menu-k {
    display: none;
}
.menur.kp-sp .r-btn {
    background: #5a3e85;
}
.menur.k-sp .hidden_box input:checked ~ .hidden_show {
    background:-o-linear-gradient(315deg, #01ffbf 0%, #5dcbba 30%, #9098d8 60%, #dbabd6 100%);
    background:linear-gradient(135deg, #01ffbf 0%, #5dcbba 30%, #9098d8 60%, #dbabd6 100%);
}
.menur.kp-sp .hidden_box input:checked ~ .hidden_show {
    background:-o-linear-gradient(315deg, #e991ae 0%, #583d84 30%, #e1498f 60%, #eab89a 100%);
    background:linear-gradient(135deg, #e991ae 0%, #583d84 30%, #e1498f 60%, #eab89a 100%);
}
.scrol-down {
    width: 60px;
}
p.key1 {
    font-size: 25px;
}
.k-ttl1 span {
    font-size: 80%;
}
.k-ttl2 {
    font-size: 35px;
}
.k-ttl2 span {
    font-size: 50%;
}
.k-ttl3 {
    font-size: 18px;
}
.k-ttl4, .k-ttl4a {
    font-size: 30px;
}
.k-ttl5 {
    font-size: 23px;
}


section.backimg-txt > div, section.backimg-txt2 > div {
    width: 70%;
}
section.to-plus a span {
    font-size: 25px;
}
.sliderArea .slick-prev {
    left: 20px;
}
.sliderArea .slick-next {
    right: 20px;
}

section.k-faq ul li {
    padding-left: 100px;
}
label.qa-btn {
	font-size: 18px;
	padding: 30px 20px 20px 0;
}
label.qa-btn::before {
    width: 100px;
    font-size: 23px;
    top: 25px;
}

ul.k-list1 > li {
    font-size: 17px;
    margin-bottom: 7px;
}
table.ktable-2row {
    border-collapse: collapse;
    border-spacing: 0;
}
table.ktable-2row th, table.ktable-2row td {
    display: block;
    width: 100%;
}


}



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

.mv_kids {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.mv_kids h1 {
    padding: 0;
}
.mv_kids img {
    width: 90%;
    height: auto;
}
.scrol-down {
    width: 50px;
}
section.k-menu > p{
	-webkit-filter: drop-shadow(0px 4px 3px #0000001a);
	filter: drop-shadow(0px 4px 3px #0000001a);
}
p.key1 {
    font-size: 18px;
}
p.key1 br {
	display:block;
}
.k-ttl1 {
	font-size: 40px;
	letter-spacing: 10px;
}
.k-ttl2 {
    font-size: 30px;
}
.k-ttl2 span {
    font-size: 40%;
}
section#p-instructor .k-ttl2 span:nth-child(2)::before {
    top: -15px;
}
.k-ttl3 {
	font-size: 16px;
}
.k-ttl4, .k-ttl4a {
    font-size: 23px;
    letter-spacing: 3px;
}

ul.k-cta li a {
    padding: 7px 0 10px;
}
ul.k-cta li a img {
    width: 18px;
    margin-right: 5px;
}
ul.k-cta li a span {
    font-size: 14px;
}

ul.img_col2 > li, ul.img_col2 > li:nth-child(3),
ul.img_col2_txt > li, ul.img_col2_txt > li:nth-child(3) {
    width: 48%;
    margin-right: 4%;
}
ul.img_col2 > li:nth-child(even),ul.img_col2_txt > li:nth-child(even) {
    margin-right: 0;
}
ul.img_col2 > li p:nth-child(2) {
    font-size: 16px;
}
section.backimg-txt .k-ttl1, section.backimg-txt2 .k-ttl1 {
    text-align: center;
}
section.backimg-txt > div, section.backimg-txt2 > div {
    width: 100%;
}
section.backimg-txt > div p, section.backimg-txt2 > div p {
	line-height: 180%;
	font-size: 16px;
}
section.to-plus a span {
    font-size: 16px;
}
.sliderArea .slick-prev {
    left: 5px;
}
.sliderArea .slick-next {
    right: 5px;
}
.slick-slide {
  margin: 60px 0 10px;
}
p.voice-icon {
    width: 100px;
    height: 100px;
    padding: 21px 11px 0;
    top: -50px;
}
p.voice-pic {
    width: 130px;
    top: -50px;
}
.voice-txt {
    padding: 60px 5% 5%;
}
.voice-txt h3 {
    font-size: 25px;
    letter-spacing: 2px;
}
table.k-price th {
    font-size: 16px;
}
table.k-price td {
    font-size: 16px;
    width: 100px;
}

section-faq ul li {
    padding-left: 60px;
}
label.qa-btn {
    font-size: 16px;
    padding: 20px 10px 15px 0;
}
label.qa-btn::before {
    width: 60px;
    font-size: 20px;
    top: 16px;
}
.show-a {
    padding-right: 10px;
}
section.k-faq ul li {
    padding-left: 55px;
}
section.k-faq ul li input:checked ~ .show-a {
    padding: 0px 10px 15px 0;
}

ul.his > li {
    font-size: 16px;
}
table.studio th,table.studio td {
    display: block;
    padding: 5px;
}

ul.k-list1 > li {
    font-size: 16px;
    margin-bottom: 5px;
}
ul.k-col2 > li {
    width: 100%;
    margin-bottom: 3%;
}

section.kfooter > p.flink {
    font-size: 14px;
}

/*====================================================================
pop up
====================================================================*/

.modal_overlay .modal_content {
    padding: 13px;
}
.modal_content > p label {
    padding: 0 0 3px 8px;
    top: -5px;
	font-size:20px;
}
p.studio_detail .open_button {
    padding: 10px 0;
    font-size: 16px;
}
p.studio_detail .open_button span:nth-of-type(2) {
    font-size: 14px;
    min-width: 100px;
}
p.reki .open_button {
    font-size: 14px;
    padding: 5px 20px;
    margin: 10px auto 0;
}

}

