@charset "UTF-8";
/* CSS Document */
/* --------------------
 base
----------------------- */
* {
  box-sizing: border-box;
}
.wf-notosansjapanese {
  font-family: "Noto Sans Japanese";
}
img {
  display: block;
  width: 100%;
  height: auto;
}
body {
  font-family: 'Roboto', "Noto Sans Japanese";
  color: #242424;
  font-size: 1vw;
}
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #010101;
  text-align: center;
  color: #fff;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==================================================
スライダーのためのcss
===================================*/
.slick-slide {
  min-height: 80vh !important;
}
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: auto; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("../images/stage/2023-01.jpeg");
}
.slider-item02 {
    background: url("../images/wing1_img_202507/202507-1.JPG");
}
.slider-item03 {
  background: url("../images/stage/2023-11.jpeg");
}
.slider-item04 {
  background: url("../images/wing1_img_202507/202507-2.JPG");
}
.slider-item05 {
    background: url("../images/wing1_img_202507/202507-3.JPG");
}
.slider-item06 {
    background: url("../images/wing1_img_202507/202507-4.JPG");
}
.slider-item07 {
    background: url("../images/wing1_img_202507/202507-5.JPG");
}
.slider-item08 {
    background: url("../images/wing1_img_202507/202507-6.JPG");
}


/*.slider-item03 {
    background:url();
}*/
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
/*矢印の設定*/
.slick-prev, .slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff; /*矢印の色*/
  border-right: 2px solid #fff; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
  display: none !important;
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
  display: none !important;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0; /*ドットの位置*/
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  /* display:block;*/
  border-radius: 50%;
  background: #fff; /*ドットボタンの色*/
  display: none;
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
/*========= レイアウトのためのCSS ===============*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover, a:active {
  text-decoration: none;
}
.wrapper {
  position: relative;
}
.top_blue_logo {
  position: absolute;
  top: 0;
  z-index: 9998;
  height: 80vh;
}
.top_blue_logo img {
  height: 100%;
}
/*ここまでトップスライド関連*/
#wrap {
  overflow: hidden;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
.site-header {
  background: #fff;
  display: flex;
  padding: 0 2.5vw;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.site-header.transform {
  background: #fff;
}
.site-logo {
  display: block;
  width: auto;
  margin: 0 auto;
}
.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}
/*drawer-start-*/
#wrap .drawer-nav {
  background-color: #fff;
  z-index: 3;
}
#wrap .drawer--right.drawer-open, #wrap .drawer-hamburger {
  right: 0.25rem;
}
#wrap .drawer-menu {
  padding-top: 15%;
  padding-bottom: 10%;
  background: #fff;
}
#wrap .drawer-menu li {
  width: 90%;
  margin: 0 auto;
}
#wrap .drawer-menu li img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
#wrap .drawer-menu li:last-child {
  border-bottom: none;
}
#wrap .drawer-nav p {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#wrap .drawer-nav p img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
#wrap .drawer-menu-item {
  text-align: center;
  padding: 1em 0;
  font-size: 4.5vw;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 600;
  margin-bottom: 1em;
}
#wrap .drawer-menu-item:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  text-decoration: none;
}
/*drawer-end-*/
.gnav__menu {
  display: flex;
}
.gnav__menu__item {
  margin-left: 20px;
}
.gnav__menu__item a {
  color: #333;
  text-decoration: none;
}
.site-logo {
  display: block;
  width: auto;
  margin-left: 2.5%;
  margin-top: 0.5vw;
}
.site-logo img {
  display: block;
  width: 100%;
  /*width: 18.2295vw;*/
  height: auto;
}
.site-logo:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/*PC_navi*/
#nav {
  position: relative;
  display: flex;
  margin-top: 1.2vw;
}
#nav li {
  width: auto;
  text-align: center;
  height: 2.279vw;
  line-height: 2.279;
  padding: 0 1.5vw;
}
#nav li a {
  display: block;
  width: 100%;
  font-size: 1.05vw;
  font-weight: 600;
  color: #000;
}
#nav li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/*PC_navi-end-*/
/*ページトップへ戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}
#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #3891a6;
  opacity: 0.8;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 2px;
}
#pageTop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#pageTop ul li {
  font-size: 2rem !important;
  font-weight: normal;
  text-align: center;
  color: #fff !important;
  padding-top: 0.2em;
}
/*ページトップへ戻るボタン-end-*/
#top p {}
#top p img {
  display: block;
  width: 100%;
  height: auto;
}
/* --------------------
 TOPページ TOP
----------------------- */
.flexbox_pc {
  display: flex;
  justify-content: space-between;
}
#top {
  padding-top: 16vh;
  background-color: #eeeaec;
}
.top_inner {
  width: 80vw;
  margin: 0 auto;
}
#top h2 {
  font-weight: 600;
  margin-bottom: 2em;
  font-size: 1.6vw;
}
.h1_title {
  font-size: 1.4vw;
  color: #242424;
  line-height: 1.2;
  margin-left: 0.5em;
}
.h1_logo {
  width: 1.8vw;
  margin-bottom: 0.4vw;
}
h1 a {
  display: flex;
  align-items: center;
}
h1 span {
  font-size: 1vw;
}
.top_text {
  width: 45vw !important;
  font-size: 1.1vw;
  line-height: 1.8;
  margin-right: 5vw;
}
.lesson_image1 {
  width: 33vw !important;
	margin: 0 auto;
}
.deco_1 {
  width: 20vw;
  margin-top: -3vw;
  margin-bottom: 2vw;
  margin-left: -5vw;
}
#top h3 {
  font-size: 1.4vw;
  font-weight: 200;
  margin-bottom: 0.8em;
}
.top_h3 p {
  font-size: 1.1vw;
  line-height: 1.4;
  margin-bottom: 4vw;
}
.top_text2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.btn {
  width: 28vw;
  margin-bottom: 4vw;
  background-color: #4c5b5c;
}
.btn a {
  color: #fff;
  display: block;
  padding: 2vw 1vw;
  text-align: center;
  font-size: 1.3vw;
}
.top_text2_inner {
  width: 40vw;
  margin-right: 5vw;
}
.image_line {
  display: flex;
  margin-top: 5vw;
  width: 100vw;
  justify-content: center;
}
.studio_info_top {
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  width: 32vw;
}
.studio_info_top p:hover {
  opacity: 0.6;
  filter: brightness(110%);
}
.studio_info_top p {
  background-color: #3891a6;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.studio_info_top p a {
  color: #fff;
  display: block;
  padding: 3vw;
  width: 13vw;
  height: 13vw;
  border-radius: 50%;
  line-height: 5.5;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
}
.deco_2 {
  width: 25vw;
  margin-top: 3vw;
}
.deco_3 {
  width: 18vw;
  margin-left: 80vw;
  margin-bottom: 3vw;
}
.h2_yellow {
  background-color: #fbe96b;
  padding-left: 10vw;
  font-size: 2.2vw;
  line-height: 3;
  font-family: 'Kaushan Script', cursive;
}
.studio_info_sub {
  text-align: center;
  font-size: 1.4vw;
  font-weight: 600;
  margin-bottom: 1.2em;
}
.studio_info_text {
  text-align: center;
  width: 60vw;
  margin: 0 auto;
  line-height: 1.6;
  margin-bottom: 3vw;
}
.news_outer {
  background-color: #f5f2f1;
  border-radius: 5px;
  width: 60vw;
  margin: 0 auto;
  margin-top: 6vw;
  padding: 2vw 3vw;
  margin-bottom: 6vw;
}
.news_outer li {
  line-height: 1.4;
  margin-top: 1.5em;
}
.news_outer li:last-of-type {
  margin-bottom: 1.5em;
}
.news_list a {
  color: inherit;
}
.new_class_info{
	display: flex;
	margin: 0 auto;
	width: 80vw;
	justify-content: space-between;
	margin-bottom: 5vw;
}
.new_class_info p{
	margin-left: 2vw;
	margin-right: 2vw;
	width: 60vw;
	margin: 0 auto;
}
.top_insta {
  background-color: #3891a6;
  margin: 0 auto;
  padding-left: 16vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.insta_title {
  font-size: 5vw;
  margin-bottom: 0.7em;
  color: #fff;
  font-family: 'Kaushan Script', cursive;
}
.insta_text {
  color: #fff;
  line-height: 1.8;
}
.insta_icon {
  width: 13vw;
}
.top_insta_wrap {
  width: 65vw;
}
.lesson_form_btn {
  width: 30vw;
	border: solid 5px #3891a6;
	background-color: #fff;
  margin: 5vw auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.lesson_form_btn:hover {
  opacity: 0.6;
  filter: brightness(110%);
}
.lesson_form_btn a {
  color: #3891a6;
  padding: 2vw 3vw;
  font-size: 1.4vw;
  font-weight: 600;
  display: block;
  text-align: center;
}
/***************
*
*    form
*
***************/
form {
  margin-top: 5vw;
}
.form_inner {
  margin: 0 auto;
  width: 70vw;
  font-size: 1.3vw;
  line-height: 1.4;
}
.form_info1 {
  margin: 60px auto 40px;
  line-height: 2;
}
.form_info2 {
  font-size: 1vw;
  margin-bottom: 75px;
}
.form_info3 {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
.form_list {
  margin: 0 auto;
}
.form_parts {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  margin-bottom: 25px;
  height: 30px;
  padding: 5px;
  font-size: 1.4vw;
  
}
.form_parts-email {
  margin-bottom: 2vw;
}
.form_parts-title {
  margin-bottom: 12px;
}
.form_parts_space-name {
  width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #242424;
  border-radius: 1px;
  margin-bottom: 25px;
  height: 30px;
  padding: 5px;
  font-size: 1vw;
  color: #242424;
}
.form_parts_space-email {
  width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #242424;
  border-radius: 1px;
  margin-bottom: 2vw;
  height: 30px;
  padding: 5px;
  font-size: 1vw;
}
.form_parts_space-comment {
  width: 100%;
  min-height: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #242424;
  border-radius: 1px;
  margin-bottom: 25px;
  padding: 5px;
  font-size: 1.1vw;
}
.mid p {
  line-height: 1.4;
  font-size: 1vw;
}
.btn_submit {
  display: block;
  width: 45%;
  margin: 0 auto;
  margin-top: 3vw;
  margin-bottom: 9vw;
  height: 6vw;
  color: #fff;
  background-color: #444;
  border: none;
  border-radius: 0;
  font-size: 1.4vw;
  letter-spacing: 0.3em;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_submit:hover {
  opacity: 0.6;
  filter: brightness(110%);
}
summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  /* background-color: #ffeedb;*/
  padding-right: 5vw;
  text-align: right;
  margin-bottom: 3vw;
}
#menu-btn-check {
  display: none;
}
#colophon {
  background-color: #010101;
  color: #fff;
  font-style: normal !important;
  padding-left: 4vw;
}
#colophon a {
  color: white;
}
.footer_logo {
  width: 3vw;
}
.comingsoon {
  font-size: 2vw;
  width: 30vw;
  margin: 4vw auto;
  text-align: center;
  font-family: 'Kaushan Script', cursive;
}
.footer_logo_wrap {
  display: flex;
  justify-content: space-between;
  width: 26vw;
  font-size: 2vw;
  align-items: center;
  margin-bottom: 2vw;
  padding-top: 2vw;
}
.footer_logo_title {
  font-weight: 900;
}
address p {
  font-style: normal;
  margin-bottom: 1em;
  font-size: 1.15vw;
}
.footer_nav {
  display: flex;
  justify-content: flex-start;
  width: 80vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.footer_nav li {
  margin-right: 3vw;
}
.footer_flexbox {
  display: flex;
  margin-bottom: 6vw;
}
.copy {
  text-align: center;
  padding-bottom: 0.8em;
  font-size: 1vw;
}
/* --------------------
 instructor page
----------------------- */
#instructor_page{
	background-color: rgba(56,145,166,0.8);
    padding-top: 8vw;
    padding-bottom: 5vw;
    background-image: url(../images/instructor/bg_white1.png);
    background-position: -20vw;
    background-size: unset;
    background-repeat: no-repeat;

}
#instructor_page section{
	width: 75vw;
	margin: 0 auto
}
#instructor_page h2{
	font-family: "Kaushan Script", cursive;
    text-align: center;
    font-size: 3vw;
    margin-bottom: 3vw;
	position: absolute;
	top:8vw;
	right: 0;
	left:0;
	z-index: 60;
	
}
#instructor_page .title_text{
	text-align: center;
    font-size: 1.2vw;
    line-height: 1.4;
	margin-bottom: 6vw;
	margin-top: 5vw;
}
.deco_line{
	z-index: 50;
    width: 39vw;
    margin: 0 auto;
    margin-top: -8.5vw;
    position: absolute;
    left: 0;
    right: 0;
}
.inst_name{
	font-family: 'Kaushan Script', cursive;
	z-index: 50;
	

}
.inst_name:before{
	position: relative;
  top: 5px;
  margin: 0 -0.8vw 0 0;
	content: url("../images/logo_white_mini.png");
	z-index: 40;
}
.name_jp{
	font-family: 'Kaisei HarunoUmi', serif;
	font-weight: 700;
}
.bold{
	font-weight: 800;
}
.inst_detail_wrap{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 6vw;
	margin-left: 5vw;
}

.inst_image{
	width: 18vw;
	margin-right: 3vw;
}
.inst_name{
	font-size: 2vw;
	margin-top: -2vw;
	margin-bottom: 0.8em;
}

.inst_prof{
	font-size: 1.1vw;
	line-height: 1.6;
}


/* --------------------
 nakagawa
----------------------- */
#studio_page {

}
.studio_top_image{
	margin-top: -12vw;
}
#studio_page h2{
	font-size: 2.6vw;
	text-align: center;
	font-family: 'Yusei Magic', sans-serif;
	margin-top: 2.5vw;

	
}
#studio_page h3{
	font-size: 1.8vw;
	text-align: center;
	font-family: 'Yusei Magic', sans-serif;
	margin-top: 2.5vw;

	
}

.magic{
	font-family: 'Yusei Magic', sans-serif;
}

.studio_titlecomment{
	display: flex;
	
	justify-content: center;
	
	margin-top: 4vw;
	margin-bottom: 2vw;
}
.studio_titlecomment p{
	font-size: 1.4vw;
	margin-left: 2vw;
	margin-right: 2vw;
}

.blue_line1{
	width: 20vw;
	margin: 0 auto;
	margin-bottom: 6vw;
}
.lesson_schedule_nakagawa{
height: 80vh;
	width: auto;
	margin: 0 auto;
}
.lesson_schedule_nakagawa img{
	height: 85vh;
	width: auto;
	margin: 0 auto
}
.nakagawa_lesson_wrap{
	display: flex;
    justify-content: space-around;
    width: 86vw;
    margin: 0 auto;
	padding-left: 4vw;
	margin-bottom: 8vw;
}
.nakagawa_lesson_wrap span{
	display: block;
}
.studio_info_text2{
	font-size: 1.2vw;
	line-height: 1.6;
	width: 40vw;
	margin-top: 6vw;
}
.price{
	background-color: #3891a6;
	padding-top: 3vw;
	padding-bottom: 6vw;
}
.price h3{
	color: #fff;
	margin-bottom: 3vw;
	font-size: 2.4vw!important;
	
}
.price .text{
	color: #fff;
	line-height: 1.6;
	text-align: center;
	margin-top: 3vw;
	margin-bottom: 2vw;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 80vw;
	background-color: #fff;
	margin: 0 auto;
	
}

table tr{
  border-bottom: solid 1px #eee;
}


table th,table td{
  text-align: center;
  width: 25%;
  padding: 2vw 0;
}

.white_line{
	width: 20vw;
	margin: 0 auto;
	margin-top: -3vw;
}
.member_price{
	display: flex;
	color: #fff;
	font-size: 1.4vw;
	margin-left: 10vw;
	width: 50vw;
	justify-content: space-between;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 2em;
}
.white{
	color: #fff;
	margin-left: 10vw;
	margin-top: 3vw;
	margin-bottom: 1em;
	font-size: 1.4vw;
}
.map{
	
    margin: 4vw auto;
    width: auto;
    text-align: center;

}
.another_studio_link{
	display: flex;
	justify-content: center;
	
}
.another_studio_link p{
	margin-left: 2vw;
	margin-right: 2vw;
}
.another_studio_link p a{
	display: block;
	color: #fff;
	
}
.center{
	text-align: center;
	line-height: 1.6;
	margin-top: 3vw;
	font-size: 1.2vw;
}
.access h3{
	font-size: 2.4vw!important;
}
.kasuya_info .studio_info_text2{
	text-align: center;
	width: 100%;
}
.kasuya_info1{
	font-size: 1.28vw;
	line-height: 1.8;
	width: 30vw;
	margin: 0 auto;
}
.kasuya_table{
	width: 50vw;
}
.kasuya_price{
	margin-left: 25vw;
}
.flex_shikata{
	width: 70vw;
	margin: 0 auto;
}
.shikata_area{
	font-size: 1vw;
	text-align: center;
}
/* --------------------
 simg
----------------------- */
#simg_page h2{
	
	font-size: 5vw;

}
.simg_subtitle{
	font-size: 3vw;
	line-height: 1.2;
	margin-top: 2vw;
}
.simg_top{
	
	color: #fff;
	font-family: 'Racing Sans One', cursive;
	display: flex;
	justify-content: space-around;
	padding-top: 3vw;
	width: 68vw;
	margin: 0 auto;
	
}
.simg_top_wrap{
	background-color: #010101;
	padding-bottom: 3vw;
}
.simg_logo{
	width: 20vw;
}

.simg_info{
	width: 60vw;
	margin: 0 auto;
	padding-top: 3vw;
	
}
#simg_info_wrap{
	background-color: #dbdbdb;
	padding-bottom: 6vw;
	
}
.simg_bg{
	background-color: #ffffff;
opacity: 1;
background-image:  repeating-linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3), repeating-linear-gradient(45deg, #f3f3f3 25%, #ffffff 25%, #ffffff 75%, #f3f3f3 75%, #f3f3f3);
background-position: 0 0, 12px 12px;
background-size: 24px 24px;
}
#simg_page h3{
	font-size: 1.5vw;
	font-family: 'RocknRoll One', sans-serif;
	display: flex;
	line-height: 2.8;
	margin-bottom: 2vw;
	
}
#simg_page h4{
	font-size: 1.4vw;
	font-family: 'RocknRoll One', sans-serif;
	display: flex;
	line-height: 2;
	margin-bottom: 2vw;
	margin-top: 3vw;
}
.simg_title_logo{
	width: 1.8vw;
	margin-right: 0.7vw;
}
.simg_info_text{
	font-size: 1.1vw;
	line-height: 1.8;
	margin-bottom: 4vw;
	
}
.simg_info_text span{
	line-height: 1.8;
	display: block;
	margin-top: 2vw;
}
.bold_simg{
	font-weight: 800;
	font-size: 1.2vw;
	line-height: 2;margin-top: 2vw;
}
.contest_list li{
	font-size: 1.1vw;
	line-height: 2.2;
}
.contest_list{
	margin-bottom: 3vw;
}
.image_height{
	
}
.image_height img{
	max-height: 80vh;
	width: auto;
	
}
#youtube p{
    width: auto;
    margin: 6vw auto;
    display: table;
}
#youtube p iframe {

}

/* --------------------
 SP
----------------------- */
@media only screen and (max-width:767px) {
  #wrap .pc {
    display: none;
  }
	body {
 
  font-size: 3.4vw;
}
  #wrap {
    width: 100%;
  }
	.site-logo {
    width: 60vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
	.h1_logo {
    width: 4.8vw;
    margin-bottom: 0.4vw;
}
	h1 span {
    font-size: 3.2vw;
}
	.h1_title {
		font-size: 4.4vw;
	}
	
	#top h2 {
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 4.4vw;
}
  .slick-slide {
    min-height: 55vh !important;
  }
  .top_blue_logo {
    position: absolute;
    top: 0;
    z-index: 9998;
    height: 55vh!important;
	  width: 70vw!important;
	  display: none;
  }
  .flexbox_pc {
    display: block;
  }
  .top_text {
    width: 80vw !important;
    font-size: 3.4vw;
    margin: 0 auto;
	  margin-bottom: 6vw;
  }
  .lesson_image1 {
    width: 80vw !important;
  }
  .top_text2 {
    display: block;
	  padding-bottom: 6vw;
  }
  .top_text2_inner {
    width: 80vw;
    margin: 0 auto;
  }
  .news_outer {
    width: 88vw;
  }
	#top h2 {
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 4.4vw;
	}
	#top h3 {
    font-size: 3.8vw;
    font-weight: 200;
    margin-bottom: 6vw;
}
	.top_h3 p {
    font-size: 3.4vw;
    line-height: 1.4;
    margin-bottom: 8vw;
}
  .h2_yellow {
    font-size: 6vw;
	  line-height: 2;
  }
	
	.studio_info_sub {
    text-align: center;
		font-size: 4.4vw;
	}
  .top_insta {
    padding-left: 0vw;
	  padding-bottom: 6vw;
  }
  .lesson_form_btn {
    width: 66vw;
  }
	.lesson_form_btn a {
		
    padding: 5vw 3vw;
	  font-size: 3.6vw;
  }
	.new_class_info {
		display: block;
	}
	.new_class_info p{
	margin-bottom: 6vw;
		width: 80vw;
	}
  .form_inner {
    margin: 0 auto;
    width: 80vw;
    font-size: 3.4vw;
  }
  .comingsoon {
    font-size: 5vw;
    width: 30vw;
    margin: 14vw auto;
  }
  .form_parts_space-email {
    width: 80vw;
  }
	
	.studio_info_text{
		width: 80vw;
    line-height: 1.8;
		margin-bottom: 6vw;
		font-size: 3.6vw;

	}
	.insta_text {
    
    font-size: 3.6vw;
}
	.mid p {
    line-height: 1.4;
    font-size: 3.4vw;
	}
	.form_parts_space-name {
		font-size: 3.6vw;
	}
	.form_parts_space-email {
		font-size: 3.6vw;
	}
	.form_parts_space-comment {
		font-size: 3.6vw;
	}
	.copy {
   
    font-size: 3vw;
}
	
	.deco_1 {
    width: 38vw;
    margin-top: 1vw;
    margin-bottom: 4vw;
    margin-left: -5vw;
}
	.studio_info_top {
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    width: 57vw;
}
	.studio_info_top p a {
   
    width: 22vw;
    height: 22vw;
    border-radius: 50%;
    line-height: 5;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
}
	.news_outer li {

    font-size: 3vw;
}
	.sp_insta_wrap{
		display: flex;
		justify-content: space-between;
	}
	.insta_title {
    font-size: 8vw;
		margin-bottom: 1em;
	}
	.insta_icon {
    width: 17vw;
}
	.top_insta_wrap {
    width: 70vw;
    margin: 0 auto;
}
	.footer_logo_wrap {
    display: flex;
    justify-content: space-between;
    width: 63vw;
    font-size: 5vw;
    align-items: center;
    margin-bottom: 5vw;
    padding-top: 5vw;
}
	.footer_logo {
    width: 8vw;
}
	address p {
    font-style: normal;
    margin-bottom: 0.5em;
    font-size: 3.4vw;
}
	.footer_nav {
    display: block;
  
    margin-top: 6vw;
    margin-bottom: 6vw;
}
	.footer_nav li {
    margin-right: 3vw;
    font-size: 3.4vw;
    margin-bottom: 2em;
}
	.btn_submit {
   
    width: 50vw;
  
    height: 14vw;
   
    font-size: 3.6vw;
 
}
	
	/* --------------------
instructor_page
----------------------- */
	.inst_detail_wrap {
    display: block;
 
    margin-bottom: 6vw;
		margin-left: 0;
}
#instructor_page {
	background-image: NONE;
	}
	#instructor_page section {
    width: 80vw;
    margin: 0 auto;
}
	#instructor_page h2 {
    font-family: "Kaushan Script", cursive;
    text-align: center;
    font-size: 8vw;
    margin-bottom: 8vw;
    position: absolute;
		top: 20vw;
	}
	.deco_line {
    z-index: 50;
    width: 70vw;
    margin: 0 auto;
    margin-top: -13.5vw;
	}
	#instructor_page .title_text {
  font-size: 3.4vw;
    margin-top: 14vw;
		line-height: 1.6;
}
	.inst_image {
    width: 80vw;

    margin: 0 auto;
}
	.inst_name {
		font-size: 7vw;
		margin-bottom: 0.5em;
		margin-top: 4VW;
	}
	
	.inst_prof {
    font-size: 3.6vw;
    line-height: 1.6;
		margin-bottom: 12vw;
		
}
	.bold{
		margin-top: 4vw;
	}
	/* --------------------
nakagawa
----------------------- */
	.studio_top_image{
		margin-top: 0;
	}
	
	.studio_titlecomment {
    text-align: center;
    line-height: 2;
    display: block;
    justify-content: center;
    margin-top: 4vw;
    margin-bottom: 2vw;
		font-size: 3.6vw;
}
	#studio_page h2 {
    font-size: 6.6vw;
    text-align: center;
    font-family: 'Yusei Magic', sans-serif;
    margin-top: 5.5vw;
}
	
	.blue_line1 {
    width: 45vw;
    margin: 4px auto;
    margin-bottom: 6vw;
}
	.nakagawa_lesson_wrap {
    display: block;
    justify-content: space-around;
		width: 100vw;
		padding-left: 0;
	}
	.studio_info_text2 {
    font-size: 3.4vw;
    line-height: 1.6;
    width: 80vw;
 
    margin: 0 auto;
		   margin-top: 6vw;
}
	
	.lesson_schedule_nakagawa {
    height: auto;
    width: 90vw;
    margin: 0 auto;
}
	.lesson_schedule_nakagawa img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}
	.studio_titlecomment p {
		font-size: 3.4vw;
	}
	#studio_page h3 {
 
    margin-top: 3.5vw;
}
.price h3 {
    color: #fff;
    margin-bottom: 3vw;
    font-size: 5.4vw!important;
}
	.white_line {
    width: 47vw;
    margin: 0 auto;
    margin-top: -2vw;
}
	.price .text {
    width: 90vw;
    font-size: 3.4vw;
    color: #fff;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 5vw;
}
	.another_studio_link p a {
   
    font-size: 4vw;
		margin-bottom: 6vw;
}
	.member_price {
    display: flex;
    color: #fff;
		font-size: 3.2vw;
        margin-left: 5vw;
        width: 84vw;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 1em;
}
	table {
    border-collapse: collapse;
    border-spacing: 0;
		width: 90vw;
	}
	.white {
    color: #fff;
    margin-left: 5vw;
    margin-top: 8vw;
    margin-bottom: 1em;
    font-size: 3.4vw;
}
	.double_line{
		line-height: 2.8;
	}
	table th, table td {
    text-align: center;
    width: 25%;
    padding: 4vw 0;
}
	.access h3 {
    font-size: 5.4vw!important;
}
	.center {
    text-align: center;
    line-height: 1.6;
    margin-top: 3vw;
    font-size: 3.6vw;
}
	
	.kasuya_info1 {
    font-size: 3.4vw;
    line-height: 1.8;
    width: 90vw;
    margin: 0 auto;
}
	.kasuya_price{
		margin-left: 10vw;
	}
	.kasuya_table {
    width: 80vw;
}
	.flex_shikata{
		width: 90vw;
	}
	.flex_shikata p{
		font-size: 3.6vw;
	}
	.shikata_area{
		font-size: 3.4vw;
		line-height: 1.4;
		width: 80vw;
		margin: 4vw auto;
	}
	
	
	
	/* --------------------
simg
----------------------- */
	
	#simg_page h2 {
    font-size: 8vw;
}
.simg_subtitle {
    font-size: 6vw;
    line-height: 1.2;
    margin-top: 5vw;
    margin-bottom: 7vw;
}
.simg_top {
  
    padding-top: 8vw;
	width: 85vw;
	}
	.simg_logo {
    width: 48vw;
}
	.simg_info {
    width: 80vw;
    margin: 0 auto;
    padding-top: 9vw;
}
	#simg_page h3 {
		font-size: 5.5vw;
		line-height: 3.4;
	}
	.simg_title_logo {
    width: 7.8vw;
    margin-right: 2.7vw;
}
	.simg_info_text {
    font-size: 3.8vw;
    line-height: 1.8;
    margin-bottom: 8vw;
}
	#simg_page h4 {
		font-size: 4.2vw;
	}
	.bold_simg {
    font-size: 3.8vw;
    margin-top: 4vw;
}
	.contest_list {
    margin-bottom: 6vw;
}
	.contest_list li {
    font-size: 3.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
}
	.image_height img {
    max-height: inherit;
    width: 100%;
    height: auto;
}
}
/* --------------------
 iPad
----------------------- */
@media screen and (max-width:768px) {}
/* --------------------
 iPad Pro
----------------------- */
@media screen and (max-width:1024px) {}
/* --------------------
 PC
----------------------- */
@media only screen and (min-width:768px) {
  #wrap .sp {
    display: none;
  }
}