@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Gelasio&display=swap');
.yumin {
 font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.font_bold {
 font-weight: bold
}
.fontsize_14{font-size:14px}
.fontsize_19 {font-size: 19px}
.qr_body_headTxt {
 font-size: 19px;
 font-weight: bold;
 margin: .5em 0
}
.catchTxt {
 display: block;
 font-size: 19px;
 color: #E68C30;
 /*! font-feature-settings: "palt"; */
 text-indent: 0.3em;
}
 .news_col_note .catchTtl {
 display: block;
 font-size: 25px;
 color: #E68C30;
font-weight: bold;
text-indent: -.5em;
 white-space: nowrap;
}
.catchTxt_note {
 display: block;
 font-size: 16px;
 color: #2D2D2D;
font-weight: bold;
 /*! text-indent: 0.3em; */
}
.sp_block {
 display: none
}
.txt_block{
	display: inline-block
}
.outline_pict img{
	border: 1px solid #ccc
}
.sp_inline{
	display: none!important
}
.sp_only{
	display: none!important
}
  .tb_display{
    display: none!important
  }

@media screen and (max-width: 768px) {
  .tb_display{
    display: block!important;
  }
  .tb_none {
   display: none!important
}
}
@media screen and (max-width: 599px) {
.sp_inline,.pc_only{
	display: none!important
}
	.sp_only{
	display: block!important
}
}
@media screen and (max-width: 480px) {
   .news_col_note .catchTtl {
 font-size: 20px;
}
 .catchTxt {
  font-size: 17px;
 }
  .fontsize_14{font-size: 13px}
.fontsize_19 {font-size: 16px}
}
/* IE11にのみ適用 */
@media all and (-ms-high-contrast: none) {
 *::-ms-backdrop, .btn {
  padding: 環境に合わせ調整
 }
 .sp_block {
  display: block
 }
}

.container {
 max-width: 750px;
 margin: 0 auto;
 border-bottom: 2px solid #2D2D2D;
 padding: 80px 0 80px;
}
.wide_container {
 max-width: 750px;
 margin: 0 auto;
 border-bottom: 2px solid #2D2D2D;
 padding: 80px 0 80px;
}
@media screen and (max-width: 480px) {
 .container, .wide_container {
  padding: 30px 0px
 }
}
.concept_ttl {
 font-size: 55px;
 font-weight: bold;
 margin-bottom: 10px
}
.concept_container {
 text-align: center;
 padding-right: 15px;
 padding-left: 15px
}
.concept_sign {
 text-align: center;
 font-weight: bold
}
.concept_sign span {
 display: block
}
.concept_sign span:last-child {
 font-size: 19px
}
.concept_sign span:not(:last-child) {
 font-size: 14px
}
p.concept_txt {
 font-size: 16px;
 font-weight: bold;
 line-height: 2.2;
 text-align: center;
 margin-bottom: 40px
}
p.concept_txt span {
 display: block;
}
.concept_photo img {
 margin: 0 auto 10px;
 display: block;
 max-width: 170px
}
@media screen and (max-width: 620px) {
 p.concept_txt span {
  display: inline
 }
 p.concept_txt {
  text-align: left;
  line-height: 1.5;
 }
 .concept_br {
  margin-bottom: 30px
 }
}
@media screen and (max-width: 480px) {
 p.concept_txt {
  font-size: 14px;
  /*font-weight: normal;*/
 }
}
@media screen and (max-width: 768px) {
 .concept_ttl {
  font-size: 55px;
  font-weight: bold;
 }
 .concept_sign span:last-child {
  font-size: 16px
 }
 .concept_sign span:not(:last-child) {
  font-size: 13px
 }
 p.concept_txt {}
}
@media screen and (max-width: 534px) {
 .concept_ttl {
  font-size: calc(30px + 25 * (100vw - 480px)/54);
 }
}
@media screen and (max-width: 480px) {
 .concept_ttl {
  font-size: 30px;
  font-weight: bold;
 }
 .concept_sign span:last-child {
  font-size: 16px
 }
 .concept_sign span:not(:last-child) {
  font-size: 12px
 }
}
/***サブタイトル******************************/
.concept_subttl {
 font-size: 25px;
 font-weight: bold;
 margin-bottom: 50px
}
.concept_subttl_mark {
 position: relative;
}
.concept_subttl_mark:before {
 position: absolute;
 left: 50px; /*設定*/
 content: "\03D";
 display: inline-block;
 font-size: 25px;
 padding-right: 0px;
 color: #2D2D2D;
}
.concept_subttl_mark:after {
 position: absolute;
 right: 50px;
 content: "\03D";
 display: inline-block;
 font-size: 25px;
 padding-right: 0px;
 color: #2D2D2D;
}
@media screen and (max-width: 768px) {
 .concept_subttl {
  font-size: 20px;
  max-width: 500px;
  margin: 0 auto 40px;
 }
 .concept_subttl_mark:before {
  position: absolute;
  left: 0; /*設定*/
  font-size: 20px;
 }
 .concept_subttl_mark:after {
  position: absolute;
  right: 0;
  font-size: 20px;
 }
}
@media screen and (max-width: 520px) {
 .concept_subttl {
  font-size: 20px;
  max-width: 350px;
  margin: 0 auto 40px;
 }
 .concept_subttl span {
  display: block;
 }
 .concept_subttl_mark:before {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 }
 .concept_subttl_mark:after {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 }
}
@media screen and (max-width: 480px) {
 .concept_subttl {
  font-size: 17px;
  font-weight: bold;
 }
 .concept_subttl_mark:before {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 }
 .concept_subttl_mark:after {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 }
}
/* ==================================
	更新情報
================================== */
.ttl {
 font-size: 27px;
 font-weight: bold;
}
.subttl {
 font-size: 15px;
 color: #175393;
 display: block;
 padding-top: 0px
}
.news_list {
 margin-bottom: 45px
}
.news_list dt {
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 8px;
}
.news_list dd {
 font-size: 16px;
 font-weight: normal;
 margin-left: 10px;
}
.body_block {
 padding-left: 40px;
 padding-right: 40px;
 margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
 .ttl {
  font-size: 27px;
  font-weight: bold;
  padding-left: 30px
 }
 .subttl {
  font-size: 15px;
  padding-left: 3px
 }
}
@media screen and (max-width: 480px) {
 .body_block {
  padding-left: 20px;
  padding-right: 20px;
  margin: 50px auto 0;
 }
 .news_list dt {
  font-size: 14px;
  margin-bottom: 4px;
 }
 .news_list dd {
  font-size: 14px;
 }
}
/* ==================================
	講師紹介
================================== */
.teacher_col {
 display: flex;
 margin-top: 50px
}
.teacher_col_pict {
 max-width: 200px;
 margin-right: 50px;
}
.teacher_col_note {
 width: calc(100% - 250px);
}
.teacher_col_note h4 {
 font-size: 20px;
 font-weight: bold;
}
.teacher_col_note_name {
 font-size: 24px;
 color: #175393;
 font-weight: bold;
 margin-bottom: 10px
}
.teacher_col_note_name span {
 font-size: 15px;
}
.teacher_col_note_name p {
 font-size: 16px;
}
@media screen and (max-width: 767px) {
 .teacher_col {
  display: block;
 }
 .teacher_col_pict {
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 10px
 }
 .teacher_col_note {
  width: 100%
 }
 .teacher_col img {
  max-width: 276px;
  height: auto
 }
}
/* ==================================
	公演情報
================================== */
.pict_group {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.pict_group li {
 padding: 15px;
 box-sizing: border-box;
 width: calc(100% / 2)
}
.qr_block {
 display: flex;
 align-items: center;
 margin-top: 50px;
 /*! background: #ededed; */
 margin: 30px auto;
}
.qr {
 max-width: 150px;
 height: auto;
 min-width: 60px
}
.qr img {
 margin: auto;
 width: 100%;
}
.qr_body {
 padding-left: 35px
}
.link_list {
 margin-bottom: 20px
}
.link_list dt, .link_list dd {
 font-size: 14px;
 font-weight: bold
}
.link_list dd {
 font-size: 13px;
 font-weight: bold
}
.link_list dt:before {
 content: "\025b6";
 display: inline-block;
 font-size: 11px;
 padding-right: 0px;
}
@media screen and (max-width: 480px) {
 .pict_group {
  display: block;
 }
 .pict_group li {
  width: 100%;
 }
 .qr_block {
  display: block;
  align-items: center;
  margin-top: 0px
 }
 .qr {
  margin-bottom: 15px
 }
 .qr_body {
  padding-left: 0px
 }
}
/* ==================================
	活動内容
================================== */
.activity_list {
 margin-bottom: 15px
}
.activity_list dt, dd {
 font-weight: bold;
 font-size: 17px
}
.activity_list dd {
 font-weight: bold;
 padding-left: 0.5em
}
@media screen and (max-width: 480px) {
 .activity_list dt, dd {
  font-size: 14px
 }
}
/* ==================================
	概要
================================== */
.outline_table {
 border-collapse: collapse;
}
.outline_table th, td {
 border-bottom: 1px solid #ccc
}
.outline_table th {
 width: 160px;
 vertical-align: top;
 padding-top: 35px;
 text-align: left;
 padding-left: 20px
}
.outline_table td {
 padding: 35px 5px 35px 80px
}
.outline_table tr:first-child {
 border-top: 1px solid #ccc
}
.outline_table_list {
 margin-top: 25px
}
.outline_table_list li {
 margin-bottom: 15px;
 text-indent: -1em;
 padding-left: 1em;
}
@media screen and (max-width: 768px) {
 .outline_table th, td {
  display: block;
 }
 .outline_table th {
  width: 100%;
  text-align: left;
  padding: 30px 15px 30px;
  border-bottom: none
 }
 .outline_table td {
  padding: 15px 15px 30px
 }
}
@media screen and (max-width: 480px) {
 .outline_table th {
  width: 100%;
  text-align: left;
  padding: 15px 15px;
  border-bottom: none
 }
 .outline_table td {
  padding: 15px 15px;
  font-size: 14px
 }
}
/* ==================================
	メンバー募集
================================== */
.recruit_table {
 border-collapse: collapse;
 /*! margin-top: 80px; */
 margin-bottom: 50px;
 width: 100%
}
.recruit_table th, td {
 border-bottom: 1px solid #ccc
}
.recruit_table th {
 width: 180px;
 vertical-align: top;
 padding-top: 35px;
 text-align: left;
 padding-left: 20px
}
.recruit_table td {
 padding: 35px 5px 35px 40px
}
.recruit_table tr:first-child {
 border-top: 1px solid #ccc
}
@media screen and (max-width: 768px) {
 .recruit_table th, td {
  display: block;
 }
 .recruit_table th {
  width: 100%;
  text-align: left;
  padding: 30px 15px 30px;
  border-bottom: none
 }
 .recruit_table td {
  padding: 15px 15px 30px;
 }
}
@media screen and (max-width: 480px) {
 .recruit_table th {
  width: 100%;
  text-align: left;
  padding: 15px 15px;
  border-bottom: none
 }
 .recruit_table td {
  padding: 15px 15px;
  font-size: 14px;
 }
 .recruit_table {
  border-collapse: collapse;
  margin-top: 30px
 }
}
/*.mv_bg {
  background: url("../img/mv_kids.png"),
  linear-gradient(0deg, rgba(254, 250, 250, 1) 0%, rgba(243, 233, 236, 1) 63%, rgba(232, 227, 234, 1) 100%);
  background-position: center bottom;
  background-size: 1000px auto,cover;
  background-repeat: no-repeat;
}*/
/*通常MV*/
.mv_bg {
 padding-top: 80px; /*固定ヘッダー分*/
 position: relative;
 background: linear-gradient(0deg, rgba(254, 250, 250, 1) 0%, rgba(243, 233, 236, 1) 63%, rgba(232, 227, 234, 1) 100%);
}
.mv_logo {
 max-width: 450px;/*下のimageに合わせて都度調整する。常時600px*/
 height: auto;
 margin: 0 auto;
}
.mv_pict {
 max-width: 1100px;
 height: auto;
 margin: -150px auto 0
}
/*削除予定ここから*/
/*チケット表示のMV*/
.mv_bg_limit {
 padding-top: 80px; /*固定ヘッダー分*/
 padding-bottom: 50px;
 position: relative;
 background: linear-gradient(0deg, rgba(254, 250, 250, 1) 0%, rgba(243, 233, 236, 1) 63%, rgba(232, 227, 234, 1) 100%);
}
.mv_pict_limit {
 max-width: 1600px;
 height: auto;
 margin: -140px auto 0;
}
.mv_pict_limit img {
 width: 100%;
 height: auto;
 margin: 0 auto;
}
/*削除予定ここまで*/
.mv_bg_limitV2 {
 padding-top: 80px; /*固定ヘッダー分*/
 padding-bottom: 80px;
 position: relative;
 background: linear-gradient(0deg, rgba(254, 250, 250, 1) 0%, rgba(243, 233, 236, 1) 63%, rgba(232, 227, 234, 1) 100%);
}
.mv_pict_limitV2 {
 max-width: 1440px;
 height: auto;
 margin: -1.5rem auto 0;
 padding: 0 5rem;
}
.mv_pict_limitV2 img {
 width: 100%;
 box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
 max-width: 1100px;/*都度imageに合わせて調整する*/
 margin:0 auto
}
@media screen and (max-width: 1200px) {
 .mv_pict_limit {
  margin: -11.67vw auto 0;
 }
 .mv_pict_limitV2 {
  margin: 0 auto !important;
 }
}
@media screen and (max-width: 768px) {
 .mv_bg {
  height: 430px; /*固定ヘッダー分を追加*/
  position: relative;
 }
 .mv_logo {
  max-width: 350px;
 }
 .mv_pict {
  max-width: 600px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
 }

 .mv_bg_limitV2 {
  padding-top: 80px; /*固定ヘッダー分*/
  height: 700px/*都度imageに合わせて調整する*/
 }
 .mv_pict_limitV2 {
  position: absolute;
  top:36%/*都度imageに合わせて調整する*/
 }
}
@media screen and (max-width: 599px) {
 .mv_bg {
  position: relative;
  height: 350px
 }
 .mv_logo {
  max-width: 270px;
  position: absolute;
  top: 19%;/*都度imageに合わせて調整する*/
  left: 0;
  right: 0;
  bottom: 0;
 }

 .mv_pict {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
 }

 .mv_bg_limitV2 {
  height: 600px/*都度imageに合わせて調整する*/
 }
 .mv_pict_limitV2 {
  position: absolute;
  top: 44%;
  padding: 0 3rem;
 }
}

@media screen and (max-width: 360px) {
 .mv_bg {
  position: relative;
  height: 315px
 }
 .mv_bg_limit {
  padding-top: 230px; /*固定ヘッダー分*/
  padding-bottom: 20px;
 }
 .mv_pict_limit img {
  max-width: 350px;
  margin: 30px auto 0
 }
}
.recruit_btn {
 background-color: #E28699;
 color: #fff !important;
 font-size: 17px;
 font-weight: bold;
 max-width: 320px;
 margin: auto;
 text-align: center;
 display: block;
 padding: 25px 15px;
 border-radius: 10px;
 letter-spacing: 0.15em;
 transition: 0.3s
}
.recruit_btn:hover {
 color: #fff;
 opacity: 0.8;
 text-decoration: none
}
/***footer******************************/
.footer_nav_wrap {
 background-color: #EAEFF4;
 padding-top: 30px;
}
.footer_nav {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 margin: 0;
}
.footer_nav li {
 text-align: center !important;
 font-family: 'Gelasio', serif;
}
.footer_nav li a {
 padding: 8px;
 font-size: 1.3rem;
 color: #2d2d2d;
 transition: 0.1s;
}
.footer_nav li a:hover {
 color: #9A9A9A;
 text-decoration: none
}
.footer_nav li:not(:last-child):after {
 content: '|';
 color: #2D2D2D;
 padding-left: 1rem;
 padding-right: 1rem;
}
.footer_foot {
 max-width: 950px;
 margin: 30px auto;
 text-align: center;
 line-height: 1.2
}
.footer_foot_logo {
 margin-bottom: 25px;
}
.footer_foot_logo img {
 max-width: 225px;
 height: auto;
 text-align: center;
 margin: auto
}
.footer_foot_txt {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 13px;
}
.footer_foot_txt2 {
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 13px;
}
.copyright {
 text-align: center;
 font-size: 10px;
 color: #2D2D2D;
}
.footer_foot_bg {
 background-color: #EAEFF4;
 padding-top: 2rem;
 padding-bottom: 1.5rem;
}
.ico_tell {
 padding-right: .5rem
}
/* 下層　*/
.copyright_wrap {
 border-top: 1px solid #41525b
}
.last_container {
 border-bottom: none !important;
 margin-bottom: 30px
}
@media screen and (max-width: 480px) {
 .footer_nav li {
  margin-bottom: 15px
 }
}
/* ==================================
	レッスン情報
================================== */
.lesson_block {
 margin-bottom: 70px
}
.recruit_table_heading {
 font-size: 22px;
 background-color: #eaeff4;
 padding: 15px 0 15px 15px
}
.recruit_photo {
 margin-bottom: 50px
}
.txt_red {
 color: red
}
.body_block_row li {
 margin: 0 auto 50px
}
.body_block_row li:last-child {
 margin-bottom: 50px
}
/*!------------------------------------*\
    facebook
\*!------------------------------------*/
.news_col {
 display: flex;
}
.news_col_note {
 width: calc(100% - 300px - 15px);
 margin-right: 25px
}
.news_col_fb {
 max-width: 250px;
}
.news_col_fb {
 max-width: 250px;
}
.news_col.pictBig .news_col_fb{
 max-width: 400px;
}
@media screen and (max-width: 768px) {
 .news_col {
  display: block;
 }
 .news_col_note {
  width: 100%;
  margin-right: 0px
 }
 .news_col_fb {
  max-width: 500px;
  margin: auto;
 }
}
.news_list_wrap:nth-of-type(n+2) {
 border-top: 1px solid #666;
 padding-top: 60px;
}
.news_list_wrap {
 margin-bottom: 60px;
}
.qr_bt_pict img {
 display: block;
 text-align: center;
 margin: -20px auto 0 !important;
}
.newss {
 margin-bottom: 5em
}
.space_btm_7 {
 margin-bottom: 7px
}
.space_btm_20 {
 margin-bottom: 20px
}
.space_btm_30 {
 margin-bottom: 30px
}
.space_btm_50 {
 margin-bottom: 50px
}
.space_btm_70 {
 margin-bottom: 70px
}
.space_btm_100 {
 margin-bottom: 100px
}
.newss_photo {
 display: block
}

/* .flexbox_right p{
width: 340px;
  text-align: right
} */