@charset "UTF-8";
body {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  background: #fefef6;
  padding-top: 100px;
}

.innerWrap {
  max-width: 1280px;
}

.w1680 {
  max-width: 1680px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1720px) {
  .w1680 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1320px) {
  .innerWrap {
    padding: 0 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  background: #fefef6;
  height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 100;
  border-bottom: 1px solid #e5e5e5;
}

header .f_left {
  width: calc(100% - 895px);
  height: 100px;
  float: left;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header .f_left h1 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #462281;
  line-height: 1.4;
  margin: -5px 0 7px 0;
}

header nav {
  float: right;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav li {
  border-left: 1px solid #e5e5e5;
  text-align: center;
  line-height: 1.4;
}

header nav a {
  color: #462281;
  font-weight: 500;
  width: 210px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

header nav a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 30px;
  background: no-repeat left 7px;
  background-size: 15px auto;
  margin-right: 7px;
  vertical-align: middle;
}

header nav a:hover {
  opacity: 1;
  color: #fff;
}

header nav a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

header nav a:hover:after {
  left: 0;
  background: #462281;
}

header nav .list a:before {
  background-image: url(../img/ico_list.png);
}

header nav .list a:hover:before {
  background-image: url(../img/ico_list_hv.png);
}

header nav .course a:before {
  background-image: url(../img/ico_course.png);
}

header nav .course a:hover:before {
  background-image: url(../img/ico_course_hv.png);
}

header nav .lesson a:before {
  background-image: url(../img/ico_lesson.png);
}

header nav .lesson a:hover:before {
  background-image: url(../img/ico_lesson_hv.png);
}

header nav .contact a {
  color: #fff;
  width: 200px;
  background: #462281;
}

header nav .contact a span {
  position: relative;
  z-index: 2;
}

header nav .contact a:before {
  background-image: url(../img/ico_mail.png);
  background-position: left 6px;
  background-size: 28px auto;
  width: 28px;
  margin-right: 10px;
}

header nav .contact a:hover {
  color: #462281;
}

header nav .contact a:hover:before {
  background-image: url(../img/ico_mail_hv.png);
  position: relative;
  z-index: 2;
}

header nav .contact a:hover:after {
  background: #fefef6;
  z-index: 1;
}

@media screen and (max-width: 1140px) {
  header .f_left {
    width: calc(100% - 740px);
    margin-left: 10px;
  }
  header .f_left img {
    width: auto;
    height: 28px;
  }
  header nav li a {
    width: 180px !important;
    padding: 5px;
  }
  header nav li a:before {
    margin-right: 3px !important;
  }
}

@media screen and (max-width: 950px) {
  header .f_left {
    width: calc(100% - 570px);
  }
  header nav li a {
    width: 137px !important;
    padding: 5px;
  }
  header nav li a:before {
    margin-right: 3px !important;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■puckup_bnr
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#puckup_bnr {
  border-top: 1px solid #d9d2df;
  line-height: 1;
  padding: 27px 0 5px;
  clear: both;
}

#puckup_bnr ul {
  margin: 0 -4px;
  overflow: hidden;
}

#puckup_bnr li {
  float: left;
  width: 20%;
  padding: 0 4px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#puckup_bnr li img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
  background: #462281;
  line-height: 1;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .cassette01 {
  border-bottom: 1px solid #6e4ca6;
  padding: 18px 0 20px 0;
  overflow: hidden;
}

footer .cassette01 .logo {
  float: left;
  margin-top: 8px;
}

footer .cassette01 .sns {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .cassette01 .sns .hd {
  font-family: 'Vidaloka', "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.9rem;
  padding-right: 20px;
}

footer .cassette01 .sns ul {
  overflow: hidden;
  padding-right: 15px;
}

footer .cassette01 .sns ul li {
  float: left;
  margin-right: 20px;
}

footer .cassette01 .sns .txt {
  font-size: 1.4rem;
  line-height: 1.57;
}

footer .cassette02 {
  padding: 40px 0;
  overflow: hidden;
}

footer .cassette02 .f_left {
  overflow: hidden;
  width: 49%;
  padding-top: 15px;
}

footer .cassette02 .f_left dl {
  float: left;
  width: 33.33%;
  padding-right: 4.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .cassette02 .f_left dt {
  border-bottom: 1px solid #6e4ca6;
  padding: 0 0 10px 5px;
  margin-bottom: 15px;
}

footer .cassette02 .f_left dd {
  font-size: 1.4rem;
  margin-bottom: 10px;
  width: auto;
  float: right;
}

footer .cassette02 .f_right {
  width: 51%;
  overflow: hidden;
}

footer .cassette02 .f_right ul {
  width: 29%;
  float: left;
  padding: 20px 10px 30px 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .cassette02 .f_right ul:nth-of-type(1) {
  width: 35%;
}

footer .cassette02 .f_right ul li {
  margin-bottom: 25px;
}

footer .cassette02 .f_right ul li:last-of-type {
  margin-bottom: 0;
}

footer .cassette02 .f_right .sub {
  width: 36%;
  font-size: 1.4rem;
  border-left: 1px solid #6e4ca6;
  padding-left: 7%;
}

footer .cassette02 .f_right .sub li {
  margin-bottom: 13px;
}

footer .copyright {
  font-family: 'Vidaloka', "Times New Roman", Times, serif;
  font-weight: 400;
  clear: both;
  font-size: 1.3rem;
  text-align: center;
  border-top: 1px solid #6e4ca6;
  padding: 25px 15px 30px;
}

.pageTop {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 50px;
}

@media screen and (max-width: 1080px) {
  footer .cassette02 .f_left dl {
    width: 30%;
  }
  footer .cassette02 .f_left dl:last-of-type {
    width: 40%;
  }
  footer .cassette02 .f_right ul {
    padding-left: 0;
  }
  footer .cassette02 .f_right ul li {
    margin-bottom: 20px;
  }
  footer .cassette02 .f_right .sub {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 950px) {
  footer .cassette02 .f_left {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  footer .cassette02 .f_left dl {
    width: 33.33% !important;
  }
  footer .cassette02 .f_left dl dd {
    width: 100%;
    text-align: right;
  }
  footer .cassette02 .f_right {
    float: none;
    width: 100%;
  }
  footer .cassette02 .f_right ul {
    width: 25% !important;
  }
  footer .cassette02 .f_right .sub {
    padding-left: 5%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.main_contens {
  padding-bottom: 80px;
}

/*-------------------------
	bread
-------------------------*/
#bread {
  overflow: hidden;
  line-height: 1.3;
  padding: 20px 20px 20px 50px;
  background: #fff;
}

#bread li {
  float: left;
  font-size: 1.4rem;
}

#bread li:after {
  content: "＞";
  padding: 0 1em;
}

#bread li:last-of-type:after {
  content: none;
}

/*-------------------------
	hd
-------------------------*/
.hd01 {
  font-family: 'Vidaloka', "Times New Roman", Times, serif;
  font-weight: 400;
  text-align: center;
  font-size: 5rem;
  color: #462281;
  font-weight: 400;
  line-height: 1.5;
}

.hd01 span {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  display: block;
}

.hd02 {
  color: #462281;
  font-weight: 400;
  line-height: 1.3;
  font-size: 3.6rem;
  padding-bottom: 22px;
  border-bottom: 1px solid #462281;
  margin-bottom: 30px;
}

.hd02 span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 7px;
}

.hd02 .type02 {
  display: inline;
  font-size: 3.3rem;
}

.hd03 {
  color: #462281;
  line-height: 1.4;
  font-size: 1.8rem;
}

.hd04 {
  font-family: 'Vidaloka', "Times New Roman", Times, serif;
  font-weight: 400;
  text-align: center;
  font-size: 4.2rem;
  color: #462281;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}

.hd04 span {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 3.3rem;
}

.hd05 {
  font-family: 'Vidaloka', "Times New Roman", Times, serif;
  font-weight: 400;
  text-align: center;
  font-size: 5rem;
  color: #462281;
  font-weight: 400;
  line-height: 1.5;
}

.hd05 span {
  background: url(../img/ico01.png) no-repeat left bottom, url(../img/ico02.png) no-repeat right 20px top;
  background-size: 26px auto,30px auto;
  display: inline-block;
  padding: 17px 80px 12px 80px;
}

.hd06 {
  line-height: 1.4;
  padding: 40px 20px;
  text-align: center;
  font-size: 2.6rem;
  color: #462281;
  font-weight: 400;
}

.hd07 {
  line-height: 1.4;
  padding: 30px 20px;
  text-align: center;
  font-size: 2.8rem;
  background: #f8f2fa;
  font-weight: 400;
  color: #462281;
}

.hd07.english {
  font-family: 'Vidaloka', "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 4.6rem;
  padding: 18px 20px;
  margin-bottom: 40px;
}

.hd08 {
  font-size: 1.7rem;
  font-weight: 400;
  color: #ee6d2b;
  background: url(../img/ico_news02.png) no-repeat left top;
  background-size: 28px auto;
  padding: 4px 0 0 35px;
}

.hd09 {
  text-align: center;
  margin: 0 auto 10px;
  display: inline-block;
  color: #fff;
  background: #462281;
  font-size: 2.6rem;
  padding: 6px 43px;
  border-radius: 10px;
  font-weight: 500;
}

.hd09 .small {
  font-size: 1.6rem;
  margin-right: 15px;
}

.hd10 {
  background: #eddff3;
  text-align: center;
  font-size: 1.8rem;
  color: #462281;
  padding: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}

/*-------------------------
	btn
-------------------------*/
.btn01 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.0;
  margin: 50px 0;
}

.btn01 a {
  display: inline-block;
  border: 2px solid #462281;
  background: #462281;
  color: #fff;
  position: relative;
  padding: 7px 10px 10px 10px;
  min-width: 136px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  z-index: 2;
}

.btn01 a span {
  background: url(../img/ico_arrow01.png) no-repeat right center;
  background-size: 15px auto;
  padding: 0 30px 0 5px;
  display: inline-block;
  line-height: 1.3;
}

.btn01 a:hover {
  opacity: 1;
  color: #462281;
}

.btn01 a:hover span {
  background-image: url(../img/ico_arrow04.png);
}

.btn01 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.btn01 a:hover:after {
  left: 0;
  background: #fff;
}

.btn01.anchor a span {
  background-image: url(../img/ico_arrow01_b.png);
}

.btn01.anchor a:hover span {
  background-image: url(../img/ico_arrow04_b.png);
}

/*-------------------------
	table
-------------------------*/
.table01 {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table01 th, .table01 td {
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  padding: 6px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table01 th {
  min-width: 145px;
}

.table02 {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table02 th, .table02 td {
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  padding: 10px 20px;
  font-size: 1.4rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table02 th {
  background: #eddff3;
}

.table02 td {
  background: #fff;
}

.table02 td .ico {
  background: #fba05c;
  display: inline-block;
  color: #fff;
  padding: 1px 10px;
  border-radius: 20px;
  margin-right: 15px;
  font-size: 1.2rem;
  min-width: 70px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pickup_slide_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pickup_slide_area {
  clear: both;
  background: #fff;
  padding: 105px 0 92px 0;
}

#pickup_slide_area .hd01 {
  margin-bottom: 42px;
}

#pickup_slide_area ul {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

#pickup_slide_area ul.slick-initialized {
  opacity: 1;
}

#pickup_slide_area li {
  float: left;
  width: 350px;
  border: 1px solid #a1a08d;
  margin: 0 7px;
}

#pickup_slide_area li a {
  display: block;
  height: 100%;
}

#pickup_slide_area li p, #pickup_slide_area li .txt {
  padding: 0 19px;
}

#pickup_slide_area li .img {
  width: 312px;
  height: 232px;
  overflow: hidden;
  position: relative;
  line-height: 1;
}

#pickup_slide_area li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: #fff;
}

#pickup_slide_area li .label {
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  margin: -18px 0 16px -19px;
  position: relative;
  z-index: 1;
}

#pickup_slide_area li .label span {
  text-align: center;
  display: inline-block;
  padding: 9px 0;
  width: 140px;
  background: #f5afb1;
}

#pickup_slide_area li .label span.adult {
  background: #70c791;
}

#pickup_slide_area li .ttl {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-bottom: 11px;
}

#pickup_slide_area li .txt {
  line-height: 1.62;
  height: 105px;
  padding-bottom: 30px;
}

#pickup_slide_area li .school.yamaha {
  color: #5bc1e3;
}

#pickup_slide_area li .school.suganami {
  color: #6f4e9d;
}

#pickup_slide_area .slick-arrow {
  width: 60px;
  height: 300px;
  background-color: rgba(70, 34, 129, 0.6);
  z-index: 5;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#pickup_slide_area .slick-arrow:before {
  content: "";
  background: no-repeat center center;
  background-size: 14px auto;
  width: 14px;
  height: 18px;
  display: inline-block;
  opacity: 1;
}

#pickup_slide_area .slick-arrow:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#pickup_slide_area .slick-prev {
  left: 0;
}

#pickup_slide_area .slick-prev:before {
  background-image: url(../img/ico_arrow02.png);
  margin-left: -5px;
}

#pickup_slide_area .slick-next {
  right: 0;
}

#pickup_slide_area .slick-next:before {
  background-image: url(../img/ico_arrow03.png);
  margin-left: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■other_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#other_area {
  clear: both;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

#other_area .event_list_area {
  float: left;
  width: 47%;
}

#other_area .f_right {
  width: 47%;
}

#other_area .topics {
  overflow: hidden;
  margin-bottom: 26px;
}

#other_area .topics .hd01 {
  margin-bottom: 10px;
}

#other_area .topics ul {
  margin-bottom: 17px;
}

#other_area .topics li {
  border-bottom: 1px solid #dcdcdc;
}

#other_area .topics li a {
  display: block;
  padding: 15px 13px;
}

#other_area .topics li .day {
  line-height: 1;
  margin-bottom: 5px;
}

#other_area .topics li .txt {
  font-size: 1.8rem;
  line-height: 1.55;
}

#other_area .topics .btn01 {
  float: right;
}

#other_area .sns {
  text-align: center;
  clear: both;
}

#other_area .sns .hd01 {
  z-index: 1;
  position: relative;
}

#other_area .sns .inner {
  background: #fff;
  border: 1px solid #e7e3e0;
  position: relative;
  margin-top: -35px;
  padding: 45px 20px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#other_area .sns .txt {
  font-size: 1.7rem;
  margin-bottom: 25px;
}

#other_area .sns ul {
  max-width: 480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#other_area .sns li {
  border-bottom: 1px solid #dad3e6;
  line-height: 1;
  width: 43.75%;
}

#other_area .sns li a {
  display: block;
  padding: 14px 0;
  overflow: hidden;
  font-size: 2.8rem;
  color: #462281;
}

#other_area .sns li p {
  float: left;
}

#other_area .sns li img {
  width: auto;
  height: 45px;
}

#other_area .sns li p:nth-of-type(2) {
  padding: 11px 0 0 22px;
}

@media screen and (max-width: 1120px) {
  #other_area .event_list_area,
  #other_area .f_right {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  #other_area .event_list_area {
    margin-bottom: 90px;
  }
  #other_area .f_right .topics {
    width: 50%;
    float: left;
  }
  #other_area .f_right .sns {
    width: 45%;
    float: right;
    clear: none;
  }
}

@media screen and (max-width: 840px) {
  #other_area .f_right .topics, #other_area .f_right .sns {
    width: 100%;
    float: none;
  }
}

.event_list_area {
  clear: both;
}

.event_list_area .hd01 {
  margin-bottom: 5px;
}

.event_list_area ul {
  margin-bottom: 17px;
}

.event_list_area li {
  border-bottom: 1px solid #dcdcdc;
}

.event_list_area li a {
  overflow: hidden;
  display: block;
  padding: 20px 0;
}

.event_list_area li .img {
  float: left;
  width: 253px;
  height: 190px;
  position: relative;
}

.event_list_area li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.event_list_area li .txt_area {
  padding-left: calc(253px + 5.8%);
}

.event_list_area li .day {
  line-height: 1.4;
  margin-bottom: 13px;
}

.event_list_area li .area {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 12px;
}

.event_list_area li .area span {
  background: #a6937c;
  padding: 3px 10px;
  display: inline-block;
}

.event_list_area li .ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.event_list_area li .txt {
  font-size: 1.8rem;
  line-height: 1.55;
  position: relative;
  overflow: hidden;
  height: 4.7em;
  padding-right: 5px;
}

.event_list_area li .txt:before, .event_list_area li .txt:after {
  position: absolute;
  background: #fefef6;
}

.event_list_area li .txt:before {
  content: "...";
  bottom: 0;
  right: 0;
}

.event_list_area li .txt:after {
  content: "";
  width: 100%;
  height: 100%;
}

.event_list_area .btn01 {
  float: right;
}

/*-------------------------
	new_list_wrap
-------------------------*/
#new_list_wrap {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}

#new_list_wrap .event_list_area {
  clear: inherit;
  width: 46.8%;
  float: left;
}

#new_list_wrap .event_list_area:nth-of-type(2) {
  float: right;
}

#new_list_wrap .event_list_area .hd01 {
  font-size: 4rem;
}

#new_list_wrap .event_list_area .day {
  font-weight: 300;
  margin-bottom: 8px;
}

#new_list_wrap .event_list_area .txt {
  height: 3em;
  font-weight: 300;
}

@media screen and (max-width: 970px) {
  #new_list_wrap .event_list_area {
    float: none !important;
    width: 100%;
    margin-bottom: 100px;
  }
  #new_list_wrap .event_list_area:nth-of-type(2) {
    margin-bottom: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■school_header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#school_header {
  padding-bottom: 30px;
}

#school_header .inner {
  padding-top: 25px;
  position: relative;
}

#school_header .inner:before {
  content: "";
  display: inline-block;
  background: url(../img/ico01.png) no-repeat right top;
  background-size: 26px 62px;
  width: 26px;
  height: 62px;
  position: absolute;
  left: -58px;
  top: 100%;
}

#school_header h2 {
  font-weight: 400;
  font-size: 2.8rem;
  color: #462281;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 13px;
}

#school_header h2 span {
  background: url(../img/ico02.png) no-repeat right top;
  background-size: 30px 33px;
  padding: 27px 66px 0 0;
  display: inline-block;
}

#school_header h2 span a {
  color: #462281;
}

#school_header .btn {
  position: fixed;
  right: 12px;
  top: 195px;
  z-index: 10;
}

#school_header .btn li {
  margin-bottom: 10px;
}

#school_header .details {
  clear: both;
  overflow: hidden;
  line-height: 1.75;
}

#school_header .details address {
  color: #462281;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 5px;
  float: left;
  max-width: 48%;
}

#school_header .details address a {
  color: #462281;
}

#school_header .details .hours {
  float: right;
  text-align: right;
  max-width: 48%;
}

#school_header .intro {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#school_header .intro .img_area {
  width: 500px;
  line-height: 1.0;
}

#school_header .intro .img_area img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#school_header .intro .img_area .img {
  margin-bottom: 15px;
  position: relative;
  padding-top: 75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#school_header .intro .img_area .img img {
  border-radius: 10px;
}

#school_header .intro .img_area .thumb {
  overflow: hidden;
  float: right;
}

#school_header .intro .img_area .thumb li {
  float: left;
  margin: 0 5px 5px 0;
  width: 100px;
  height: 75px;
  position: relative;
}

#school_header .intro .img_area .thumb li:nth-of-type(5n) {
  margin-right: 0;
}

#school_header .intro .img_area .thumb li:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}

#school_header .intro .img_area .thumb li:hover {
  cursor: pointer;
}

#school_header .intro .img_area .thumb li:hover:after {
  background: none;
}

#school_header .intro .img_area .thumb .active:after {
  background: none;
}

#school_header .intro .txt {
  width: calc(100% - 545px);
  margin: 0;
}

#school_header .intro .txt p {
  margin-bottom: 20px;
}

#school_header .intro .txt p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  #school_header .intro .img_area {
    width: 400px;
  }
  #school_header .intro .txt {
    width: calc(100% - 420px);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
form button, form select {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

form select {
  border: 1px solid #dbd9d9;
  border-radius: 5px;
  width: 100%;
  padding: 9px 25px 9px 20px;
  background: url(../img/ico_arrow08.png) no-repeat 95% center #fff;
  background-size: 11px auto;
}

form select::-ms-expand {
  display: none;
}

form label {
  cursor: pointer;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■search_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.gm-style .gm-style-iw .info strong {
  font-weight: bold;
  display: block;
}

.gm-style .gm-style-iw .info strong {
  font-weight: bold;
}

.search_wrap .tab {
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}

.search_wrap .tab li {
  text-align: center;
  display: inline-block;
  width: 280px;
  vertical-align: bottom;
}

.search_wrap .tab li span {
  display: block;
  padding: 17px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #fad7d8;
  vertical-align: bottom;
  cursor: pointer;
}

.search_wrap .tab li span:hover {
  opacity: 1;
}

.search_wrap .tab li.current span {
  padding: 28px 0;
}

.search_wrap .tab li.adult span {
  background: #c4e8cb;
}

.search_wrap .tab li.children span:hover,
.search_wrap .tab li.current.children span {
  background: #f5afb1;
}

.search_wrap .tab li.adult span:hover,
.search_wrap .tab li.current.adult span {
  background: #8ad297;
}

.search_wrap .content {
  border: 2px solid #f5afb1;
  background: #fdf7f7;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: none;
}

.search_wrap .content.current {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.search_wrap .content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_wrap .content .main {
  border-right: 1px dotted #f6bbbd;
  width: 85.8%;
  padding: 30px 20px 30px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.search_wrap .content .main:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #f6bbbd;
  position: absolute;
  left: 0;
  bottom: 50%;
}

.search_wrap .content ul {
  overflow: hidden;
}

.search_wrap .content ul li {
  float: left;
}

.search_wrap .content .select {
  width: 100%;
}

.search_wrap .content .select > li {
  width: 33.33%;
  padding-right: 25px;
  margin-bottom: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_wrap .content .select > li.age {
  width: 20%;
}

.search_wrap .content .select > li.age, .search_wrap .content .select > li.lv1 {
  background: url(../img/ico_arrow06.png) no-repeat right 5px center;
  background-size: 10px auto;
}

.search_wrap .content .select > li.lv1, .search_wrap .content .select > li.lv2, .search_wrap .content .select > li.area {
  width: 26.5%;
}

.search_wrap .content .select > li.area {
  border-left: 1px dotted #7d7c7c;
  padding-left: 24px;
  padding-right: 0;
}

.search_wrap .content .select > li.type, .search_wrap .content .select > li.lv3 {
  margin-bottom: 0;
}

.search_wrap .content .select > li.type {
  clear: left;
}

.search_wrap .content .select > li li {
  margin-right: 23px;
}

.search_wrap .content .select > li li input {
  margin-right: 10px;
}

.search_wrap .content .btn {
  line-height: 1;
  width: 14.2%;
  padding: 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search_wrap .content .btn button {
  width: 120px;
  color: #fff;
  border-radius: 8px;
  padding: 11px 0 11px 15px;
  background: url(../img/ico_search.png) no-repeat 30px center #f5afb1;
  background-size: 15px auto;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 7px;
}

.search_wrap .content .btn .clearbtn {
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 10px;
}

.search_wrap .no_submit {
  background-color: #eee;
  cursor: default;
}

.search_wrap .btn .no_submit {
  background-color: #ccc !important;
}

.search_wrap .btn .no_submit:hover {
  opacity: 1;
}

.search_wrap #adult_content {
  border-color: #8ad297;
}

.search_wrap #adult_content .box {
  background-color: #e8f6eb;
}

.search_wrap #adult_content .main {
  border-color: #addfb6;
}

.search_wrap #adult_content .main:after {
  border-color: #addfb6;
}

.search_wrap #adult_content .select > li.lv1, .search_wrap #adult_content .select > li.lv2, .search_wrap #adult_content .select > li.area {
  width: 33.33%;
}

.search_wrap #adult_content .btn button {
  background-color: #8ad297;
}

.search_wrap #label {
  margin-top: 50px;
}

.search_wrap #label ul {
  overflow: hidden;
  margin-right: -13px;
}

.search_wrap #label li {
  float: left;
  line-height: 1;
  font-size: 1.9rem;
  margin: 0 13px 15px 0;
}

.search_wrap #label li span {
  background: url(../img/ico_m.png) no-repeat 10px center #fff;
  background-size: auto 23px;
  display: inline-block;
  height: 59px;
  padding: 18px 18px 0 38px;
  border: 1px solid #c69cdb;
  border-left: none;
  vertical-align: top;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_wrap #label li:before {
  content: "";
  display: inline-block;
  height: 59px;
  width: 29px;
  background: url(../img/label_m.png) no-repeat left bottom;
  background-size: auto 60px;
}

.search_wrap #label li.mus span {
  background-size: auto 20px;
}

.search_wrap #label li.english span {
  border-color: #f19b5c;
  background-image: url(../img/ico_e.png);
}

.search_wrap #label li.english:before {
  background-image: url(../img/label_e.png);
}

.search_wrap #label li.culture span {
  border-color: #6bbbb8;
  background-image: url(../img/ico_c.png);
}

.search_wrap #label li.culture:before {
  background-image: url(../img/label_c.png);
}

.search_wrap .hiddenvalue {
  display: none;
}

@media screen and (max-width: 950px) {
  .search_wrap .content {
    /*.select > li{
				width: 50% !important;
				&:nth-of-type(2n){
					padding-left: 15px;
				}
				&:nth-of-type(2n+1){
					padding-right: 0;
				}
				&:nth-of-type(3){
					padding-left: 0;
					padding-right: 0;
					border: none;
				}
				&.radio{
					padding-left: 20px;
				}
			}
			*/
  }
  .search_wrap .content .box {
    display: block;
  }
  .search_wrap .content .main {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search_wrap .content .btn {
    width: 100%;
    margin: -5px 0 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■result_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#result_list {
  padding-top: 45px;
  margin-bottom: 75px;
}

#result_list .hd {
  line-height: 1.4;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 29px;
  color: #462281;
  float: left;
}

#result_list .resultcount {
  margin-bottom: 3px;
}

#result_list .resultcount span {
  font-size: 2.4rem;
}

#result_list .list li {
  margin-bottom: 25px;
}

#result_list .list li .inner {
  overflow: hidden;
}

#result_list .list li a {
  display: block;
  border: 1px solid #d2d2d2;
  padding: 35px 50px 35px 0;
  background: url(../img/ico_arrow07.png) no-repeat right 15px bottom 15px #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#result_list .list li a:hover {
  border-color: #c69cdb;
  opacity: 1;
  -webkit-box-shadow: 10px 8px 0px 0px #e0dae3;
  box-shadow: 10px 8px 0px 0px #e0dae3;
}

#result_list .list li a:hover img {
  opacity: 1;
}

#result_list .list li .img {
  position: relative;
  width: 400px;
  height: 300px;
  left: -1px;
  float: left;
}

#result_list .list li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#result_list .list li .ttl {
  background: #faf8fe;
  line-height: 1.4;
  font-size: 2.4rem;
  padding: 16px 10px;
  margin-bottom: 11px;
}

#result_list .list li .txt_area {
  float: right;
  width: calc(100% - 450px);
}

#result_list .list li .txt_area .school {
  margin-bottom: 10px;
  font-size: 2rem;
}

#result_list .list li .txt_area .school span {
  line-height: 1;
  color: #462281;
  font-size: 1.6rem;
  margin-right: 5px;
}

#result_list .list li .txt_area .school.yamaha span {
  color: #5bc1e3;
}

#result_list .list li .txt_area ul {
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 11px;
}

#result_list .list li .txt_area ul li {
  float: left;
  margin: 0 20px 5px 0;
  padding: 2px 0;
}

#result_list .list li .txt_area ul .cat {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 1px 10px;
}

#result_list .list li .txt_area ul .type {
  background: no-repeat left center;
  background-size: auto 17px;
}

#result_list .list li .txt_area ul .beginner {
  background-image: url(../img/ico_beginner.png);
  padding-left: 15px;
}

#result_list .list li .txt_area ul .experience {
  background-image: url(../img/ico_experience.png);
  padding-left: 22px;
}

#result_list .list li .txt {
  position: relative;
  overflow: hidden;
  height: 8em;
}

#result_list .list li .txt:before, #result_list .list li .txt:after {
  position: absolute;
  background: #fff;
  padding-left: 7px;
}

#result_list .list li .txt:before {
  content: "...";
  bottom: 0;
  right: 0;
}

#result_list .list li .txt:after {
  content: "";
  width: 100%;
  height: 100%;
}

.result_pager {
  text-align: center;
  line-height: 1;
  font-size: 0;
}

.result_pager li {
  padding: 0 5px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}

.result_pager li a, .result_pager li span {
  width: 30px;
  height: 30px;
  padding-top: 6px;
  display: block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #797979;
  color: #462281 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
}

.result_pager li span {
  border-color: #462281;
  background: #462281;
  color: #fff !important;
}

.result_pager li.back, .result_pager li.next {
  padding: 0 10px;
}

.result_pager li.back a, .result_pager li.next a {
  background: none;
  border: none;
  width: 13px;
  text-indent: -9999px;
  background: no-repeat left center;
  background-size: 13px auto;
}

.result_pager li.back.back a, .result_pager li.next.back a {
  background-image: url(../img/ico_arrow10.png);
}

.result_pager li.back.next a, .result_pager li.next.next a {
  background-image: url(../img/ico_arrow06.png);
}

.wp-pagenavi {
  text-align: center;
  line-height: 1;
}

.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 5px;
  font-size: 1.5rem;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #797979;
  color: #462281 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}

.wp-pagenavi .current {
  border-color: #462281;
  background: #462281;
  color: #fff !important;
}

.wp-pagenavi .previouspostslink {
  margin: 0 10px;
  background: url(../img/ico_arrow10.png) no-repeat left center;
  background-size: 13px auto;
  border: none;
  width: 13px;
  text-indent: -9999px;
}

.wp-pagenavi .nextpostslink {
  margin: 0 10px;
  background: url(../img/ico_arrow06.png) no-repeat left center;
  background-size: 13px auto;
  border: none;
  width: 13px;
  text-indent: -9999px;
}

.anchor_searchbox {
  line-height: 1;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -195px;
}

.anchor_searchbox a {
  display: block;
  font-size: 2.1rem;
  color: #6f4e9d;
  border: 1px solid #6f4e9d;
  width: 390px;
  background: url(../img/ico_search03.png) no-repeat 103px center #fff;
  background-size: 22px auto;
  padding: 18px 0 18px 26px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 0px 1px rgba(223, 216, 234, 0.8);
  box-shadow: 2px 2px 0px 1px rgba(223, 216, 234, 0.8);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■column_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.main_contens.list_page #column_area .hd05 {
  margin-bottom: 55px;
}

#column_area {
  padding: 60px 0 135px 0;
  margin-bottom: -80px;
  background: url(../img/bg_column_end.png) no-repeat center bottom 62px #fff;
}

#column_area .wrap {
  background: url(../img/bg_column.png) repeat-y center top;
}

#column_area .hd05 {
  margin-bottom: 5px;
}

#column_area li {
  margin-bottom: 60px;
}

#column_area li a {
  display: block;
  overflow: hidden;
}

#column_area li a:hover {
  opacity: 1;
}

#column_area li a:hover .img {
  background: #462281;
}

#column_area li a:hover .img img {
  opacity: 0.3;
}

#column_area li a:hover .img:after {
  content: "more";
  font-size: 5.3rem;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  background: url(../img/ico_arrow09.png) no-repeat center 220px;
  padding-top: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#column_area li a .img {
  float: left;
  width: 333px;
  height: 333px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  line-height: 1;
  border: none;
  background: #f8f2fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#column_area li a .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#column_area li a .img img.noimage {
  width: 101%;
  height: auto;
}

#column_area li .txt_area {
  float: right;
  width: calc(100% - 368px);
  padding-top: 30px;
}

#column_area li .txt_area .ttl {
  line-height: 1.4;
  font-size: 3rem;
  padding-bottom: 25px;
  margin-bottom: 37px;
  border-bottom: 1px solid #5f3e95;
}

#column_area li .txt_area .day {
  line-height: 1;
  font-size: 1.5rem;
  color: #777;
  margin-bottom: 10px;
}

#column_area li .txt_area .txt {
  position: relative;
  overflow: hidden;
  height: 6.5em;
}

#column_area li .txt_area .txt:before, #column_area li .txt_area .txt:after {
  position: absolute;
  background: #fefef6;
}

#column_area li .txt_area .txt:before {
  content: "...";
  bottom: 0;
  right: 0;
  padding-left: 10px;
}

#column_area li .txt_area .txt:after {
  content: "";
  width: 100%;
  height: 100%;
}

#column_area li:nth-of-type(2n) .img {
  float: right;
}

#column_area li:nth-of-type(2n) .txt_area {
  float: left;
}

#column_area .btn01 a {
  width: 220px;
}

#column_area .btn01 a span {
  padding: 0 50px 0 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■access_map_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#access_map_area {
  padding-top: 55px;
  padding-bottom: 75px;
}

#access_map_area .hd01 {
  font-size: 4rem;
  margin-bottom: 23px;
}

#access_map_area .map_wrap {
  margin-bottom: 2px;
}

#access_map_area .map_wrap .simplemap-content {
  height: 380px !important;
}

#access_map_area .map_wrap iframe {
  width: 100%;
  height: 380px;
}

#access_map_area .txt {
  line-height: 1.62;
}

#access_map_area .txt p {
  margin-bottom: 15px;
}

#access_map_area .txt p:last-of-type {
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■teacher_slide_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#teacher_slide_area {
  clear: both;
  background: url(../img/bg02.png) repeat-x 80px center #fff;
  padding: 52px 0 40px 0;
}

#teacher_slide_area .hd {
  line-height: 1;
  text-align: center;
  font-size: 3rem;
  color: #462281;
  font-weight: 400;
  margin-bottom: 45px;
}

#teacher_slide_area ul {
  overflow: hidden;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

#teacher_slide_area ul.slick-initialized {
  opacity: 1;
}

#teacher_slide_area li {
  padding: 0 40px;
  font-size: 1.8rem;
  text-align: center;
  display: inline-block;
  width: auto !important;
  float: none !important;
}

#teacher_slide_area li a {
  display: block;
  height: 100%;
}

#teacher_slide_area li .img {
  width: 195px;
  height: 195px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: #f8f2fa;
}

#teacher_slide_area li .img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#teacher_slide_area li .name {
  display: inline-block;
  padding: 10px 0;
}

#teacher_slide_area li a:hover .name {
  border-bottom: 1px solid #c69cdb;
}

#teacher_slide_area .slick-slide {
  float: none !important;
}

#teacher_slide_area .slick-disabled {
  display: none !important;
}

#teacher_slide_area .slick-arrow {
  width: 60px;
  height: 300px;
  background-color: rgba(70, 34, 129, 0.6);
  z-index: 5;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#teacher_slide_area .slick-arrow:before {
  content: "";
  background: no-repeat center center;
  background-size: 14px auto;
  width: 14px;
  height: 18px;
  display: inline-block;
  opacity: 1;
}

#teacher_slide_area .slick-arrow:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#teacher_slide_area .slick-prev {
  left: 0;
}

#teacher_slide_area .slick-prev:before {
  background-image: url(../img/ico_arrow02.png);
  margin-left: -5px;
}

#teacher_slide_area .slick-next {
  right: 0;
}

#teacher_slide_area .slick-next:before {
  background-image: url(../img/ico_arrow03.png);
  margin-left: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■shop_pikcup_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#shop_pikcup_wrap {
  padding-top: 68px;
}

#shop_pikcup_wrap .block {
  margin-bottom: 80px;
}

#shop_pikcup_wrap .block:last-of-type {
  margin-bottom: 0;
}

#shop_pikcup_wrap .hd {
  line-height: 1.4;
  text-align: center;
  font-size: 3rem;
  color: #462281;
  font-weight: 400;
  margin-bottom: 50px;
}

#shop_pikcup_wrap .ico_info {
  overflow: hidden;
  margin-top: -35px;
  line-height: 1;
  float: right;
}

#shop_pikcup_wrap .ico_info li {
  float: left;
  margin-right: 20px;
}

#shop_pikcup_wrap .ico_info img {
  vertical-align: middle;
  margin-right: 5px;
}

#shop_pikcup_wrap .cassette {
  clear: both;
  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;
}

#shop_pikcup_wrap .cassette li {
  width: calc(50% - 6px);
  margin-bottom: 30px;
}

#shop_pikcup_wrap .cassette li a {
  display: block;
  height: 100%;
  background: url(../img/ico_arrow07.png) no-repeat right 8px bottom 8px #fff;
  background-size: 18px auto;
  padding: 20px 20px 35px 0;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#shop_pikcup_wrap .cassette li a:hover {
  border-color: #9f7dd8;
}

#shop_pikcup_wrap .cassette li .img {
  width: 50.3%;
  position: relative;
  float: left;
  left: -1px;
}

#shop_pikcup_wrap .cassette li .img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

#shop_pikcup_wrap .cassette li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#shop_pikcup_wrap .cassette li .txt_area {
  float: right;
  width: 46%;
}

#shop_pikcup_wrap .cassette li .txt_area .ttl {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

#shop_pikcup_wrap .cassette li .txt_area .ico {
  line-height: 1;
  font-size: 1.2rem;
  margin: 0 -1px 10px -1px;
}

#shop_pikcup_wrap .cassette li .txt_area .ico li {
  float: left;
  width: 94px;
  padding: 0 1px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#shop_pikcup_wrap .cassette li .txt_area .ico li span {
  display: block;
  width: 100%;
  height: 26px;
  background: url(../img/ico_m.png) no-repeat 5px center;
  background-size: auto 16px;
  padding: 5px 0 0 24px;
  border: 1px solid #c69cdb;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#shop_pikcup_wrap .cassette li .txt_area .ico li.adul span {
  padding-left: 27px;
}

#shop_pikcup_wrap .cassette li .txt_area .ico li.eng span {
  background-image: url(../img/ico_e.png);
  border-color: #fba05c;
}

#shop_pikcup_wrap .cassette li .txt_area .ico li.cul span {
  background-image: url(../img/ico_c.png);
  background-size: auto 18px;
  border-color: #6bbbb8;
}

#shop_pikcup_wrap .cassette li .txt {
  clear: both;
  line-height: 1.62;
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  height: 5em;
}

#shop_pikcup_wrap .cassette li .txt:before, #shop_pikcup_wrap .cassette li .txt:after {
  position: absolute;
  background: #fff;
}

#shop_pikcup_wrap .cassette li .txt:before {
  content: "...";
  bottom: 0;
  right: 0;
  padding-left: 3px;
}

#shop_pikcup_wrap .cassette li .txt:after {
  content: "";
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 930px) {
  #shop_pikcup_wrap .cassette {
    display: block;
  }
  #shop_pikcup_wrap .cassette li {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■change_map_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#change_map_area {
  background: #fff;
  padding: 35px 0 55px 0;
  line-height: 1;
  margin-bottom: 40px;
}

#change_map_area .switch ul {
  overflow: hidden;
  font-size: 0;
  position: relative;
  z-index: 2;
}

#change_map_area .switch ul li {
  display: inline-block;
  vertical-align: bottom;
  background-color: #fff;
}

#change_map_area .switch ul li a {
  font-size: 2.2rem;
  background: url(../img/ico_arrow11.png) no-repeat 40px center #fff;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 30px 30px 30px 60px;
  display: inline-block;
}

#change_map_area .switch ul li a.no_active {
  background-color: #dcdcdc;
  font-size: 2rem;
  color: #666;
  padding: 25px 50px 22px 60px;
}

#change_map_area .map_inner {
  padding: 45px 45px 20px 45px;
  border: 1px solid #dcdcdc;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

#change_map_area #map {
  margin-bottom: 45px;
  width: 100%;
  height: 625px;
}

#change_map_area #map iframe {
  width: 100%;
  height: 625px;
}

#change_map_area .table_type02 {
  font-size: 0;
  width: 100%;
}

#change_map_area .table_type02 button {
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#change_map_area .table_type02 button:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#change_map_area .table_type02 button.active {
  color: #462281;
  border-color: #462281;
}

#change_map_area .table_type02 th, #change_map_area .table_type02 td {
  padding-bottom: 15px;
}

#change_map_area .table_type02 th {
  width: 125px;
}

#change_map_area .table_type02 td button {
  padding: 0 8px;
  border-right: 1px solid #000;
}

#change_map_area .table_type02 td button:last-of-type {
  border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■visual_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#visual_area {
  background: #faf5fb;
  padding: 62px 0 40px 0;
}

#visual_area .ttl {
  text-align: center;
  line-height: 1;
  margin-bottom: 42px;
}

#visual_area ul {
  font-size: 0;
  line-height: 1;
  text-align: center;
}

#visual_area ul li {
  display: inline-block;
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#visual_area ul .wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#visual_area ul .wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#visual_area ul .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#visual_area ul .txt {
  margin-top: 10px;
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■news_detail_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#news_detail_wrap {
  background: #fff;
}

#news_detail_wrap #school_header .inner {
  padding-top: 0;
}

#news_detail_wrap article .hd07 {
  font-family: 'Vidaloka', "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 4.6rem;
  padding: 18px 20px;
  margin-bottom: 40px;
}

#news_detail_wrap article .ttl {
  border-bottom: 2px solid #fab17b;
  margin-bottom: 38px;
}

#news_detail_wrap article .ttl .update {
  background: #fab17b;
  color: #fff;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#news_detail_wrap article .ttl h4 {
  font-weight: 400;
  line-height: 1.4;
  font-size: 2.6rem;
  padding: 25px 0 23px 20px;
}

#news_detail_wrap article a {
  text-decoration: underline;
  color: #6bbbb8;
}

#news_detail_wrap article h5, #news_detail_wrap article h6 {
  clear: both;
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 400;
  margin-bottom: 3px;
}

#news_detail_wrap article img {
  /*width: auto;*/
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#news_detail_wrap article .img_right {
  margin: 0 0 20px 20px;
  float: right;
}

#news_detail_wrap article .img_right img {
  max-width: initial;
  max-height: initial;
}

#news_detail_wrap article .img_left {
  margin: 0 20px 20px 0;
  float: left;
}

#news_detail_wrap article .img_left img {
  max-width: initial;
  max-height: initial;
}

#news_detail_wrap article p {
  margin-bottom: 20px;
}

#news_detail_wrap article .color_green {
  color: #008c31;
}

#news_detail_wrap article .color_orange {
  color: #ee6d2b;
}

#news_detail_wrap article .fr_line {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

#news_detail_wrap article strong {
  font-weight: 700;
}

#news_detail_wrap article .sectionFrame {
  overflow: hidden;
  padding: 13px 20px;
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#news_detail_wrap article .btn_type01 {
  text-align: center;
  margin: 0 auto 20px auto;
}

#news_detail_wrap article .btn_type01 a {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  background: url(../img/ico_arrow01.png) no-repeat 92% center #6bbbb8;
  background-size: 15px auto;
  padding: 15px 54px 15px 25px;
  border-radius: 8px;
  text-decoration: none;
}

#news_detail_wrap article .btn_type01.reservation_btn {
  margin: 40px auto;
}

#news_detail_wrap article .btn_type01.reservation_btn a {
  background: url(../img/ico_arrow15.png) no-repeat 95% center #60b9a9;
  background-size: 26px auto;
  font-size: 2.2rem;
  min-width: 600px;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#news_detail_wrap article .wrap01 {
  overflow: hidden;
  margin-bottom: 20px;
}

#news_detail_wrap article .wrap01 .img {
  float: right;
  width: 36%;
}

#news_detail_wrap article .wrap01 .img img {
  width: 100%;
  height: auto;
}

#news_detail_wrap article .wrap01 .f_left {
  width: 60%;
}

#news_detail_wrap article .wrap01 .f_left th {
  width: 120px;
}

#news_detail_wrap article .wrap01 .f_left td {
  text-align: left;
}

#news_detail_wrap article .news_reads .bottom {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-warap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 23px;
  border-bottom: 2px solid #fab17b;
  margin-bottom: 50px;
}

#news_detail_wrap article .news_reads .bottom .txt {
  width: calc(100% - 300px);
}

#news_detail_wrap article .news_reads .bottom .txt span {
  font-weight: 700;
}

#news_detail_wrap article .news_reads .bottom .btn_type01 {
  float: right;
  width: 280px;
}

#news_detail_wrap .btn01 a {
  width: 200px;
  color: #fff;
  text-decoration: none;
}

#news_detail_wrap .btn01 a:hover {
  color: #462281;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■lp_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.landing_page {
  background: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
  /*search_wrap*/
  /*bnr_slide*/
}

.landing_page #main_vs {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  border-bottom-right-radius: 2000px 400px;
  border-bottom-left-radius: 2000px 400px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  height: 558px;
  margin-bottom: 50px;
}

.landing_page #main_vs .innerWrap {
  position: relative;
}

.landing_page #main_vs h2 {
  position: absolute;
  left: 50%;
  line-height: 1;
}

.landing_page .search_wrap .main_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  color: #213895;
  letter-spacing: 0.06em;
  margin-bottom: 70px;
}

.landing_page .search_wrap .main_ttl span {
  background: repeat-x left bottom;
  position: relative;
  padding-bottom: 15px;
}

.landing_page .search_wrap .main_ttl span:before {
  content: "";
  display: inline-block;
  width: 63px;
  height: 57px;
  background: no-repeat left center;
  position: absolute;
  left: -88px;
  top: 0;
}

.landing_page .search_wrap .ttl {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  padding: 13px;
  line-height: 1;
}

.landing_page .bnr_slide {
  margin-bottom: 180px;
}

.landing_page .bnr_slide ul li {
  padding: 0 25px;
  position: relative;
}

.landing_page .bnr_slide ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
  right: 25px;
  background: rgba(0, 0, 0, 0.3);
}

.landing_page .bnr_slide ul li.slick-active:after {
  content: none;
}

.landing_page .bnr_slide ul li img {
  width: 700px;
  height: auto;
}

.landing_page .bnr_slide .slick-prev, .landing_page .bnr_slide .slick-next {
  left: 50%;
  right: auto;
  width: 23px;
  height: 48px;
  background-size: 23px auto;
  font-size: 0;
  z-index: 20;
}

.landing_page .bnr_slide .slick-prev:before, .landing_page .bnr_slide .slick-next:before {
  content: none;
}

.landing_page .bnr_slide .slick-prev {
  margin-left: -389px;
  background-image: url(../img/slide_l.png);
}

.landing_page .bnr_slide .slick-next {
  margin-left: 365px;
  background-image: url(../img/slide_r.png);
}

.landing_page .bnr_slide .slick-dots {
  bottom: -47px;
}

.landing_page .bnr_slide .slick-dots li {
  padding: 0;
  width: 13px;
  height: 13px;
  margin: 0 12px;
}

.landing_page .bnr_slide .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  background-color: #cacaca;
  border-radius: 50%;
  text-indent: -9999px;
}

.landing_page .bnr_slide .slick-dots li.slick-active button,
.landing_page .bnr_slide .slick-dots li:hover button {
  background-color: #8a8a8a;
}

.landing_page .bnr_slide .slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.landing_page .bnr_slide .slider.slick-initialized {
  opacity: 1;
}

/*#####################################################################
	2023/04 お知らせ・イベント改修
#####################################################################*/
/*-------------------------
  トップタブ切替
-------------------------*/
/* tab_btn */
.tab_wrap > input[type="radio"] {
  display: none;
}

.tab_btn {
  margin-bottom: 50px;
}

.tab_btn ul {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

.tab_btn li {
  display: flex;
  width: auto;
  border: none;
  width: 100%;
  padding: 0;
}

.tab_btn li:first-child {
  flex: 1 0 auto;
}

.tab_btn label {
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.38462;
  text-align: center;
  transition: all 0.2s linear;
  padding: 5px;
}

.tab_btn label:hover {
  opacity: .8;
  transition: all 0.2s linear;
}

/* tab_box_wrap */
/* tab_box */
.tab_box {
  display: none;
}

/*-------------------------
  絞り込み
-------------------------*/
.search_wrap ul {
  display: block;
  padding: 0;
  margin: 0;
}

.search_wrap ul li {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}

.search_wrap dl.search_inner > div {
  display: flex;
}

.search_wrap dl.search_inner > div > dt {
  flex: 1 0 auto;
  line-height: 1.0;
  box-sizing: border-box;
}

.search_wrap dl.search_inner > div > dt .en {
  display: block;
}

.search_wrap dl.search_inner > div > dd {
  width: 100%;
}

.search_wrap dl.search_inner dd > input[type="radio"] {
  display: none;
}

.search_wrap .btn_list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}

.search_wrap .btn_list::after {
  display: none;
}

.search_wrap .btn_list > li {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.search_wrap .btn_list a, .search_wrap .btn_list label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.38462;
  text-align: center;
  padding: 10px;
  transition: all 0.2s linear;
}

.search_wrap .btn_list a:hover, .search_wrap .btn_list label:hover {
  opacity: .8;
  transition: all 0.2s linear;
}

.search_wrap .gray {
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 12px 18px 12px 25px;
}

.search_wrap .event_type {
  font-size: 1.5rem;
  margin-top: 18px;
}

.search_wrap .event_type dl:not([class]) {
  display: flex;
  align-items: flex-start;
}

.search_wrap .event_type dt {
  flex: 1 0 auto;
  box-sizing: border-box;
  padding: 4px 0;
}

.search_wrap .event_type dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: flex-end;
  width: 100%;
}

.search_wrap .event_type .list_checkbox {
  width: 100%;
}

.search_wrap .event_type .list_checkbox li {
  display: inline-block;
  vertical-align: top;
}

.search_wrap .event_type .list_checkbox label {
  display: flex;
  align-items: flex-start;
}

.search_wrap .event_type .list_checkbox label input[type="checkbox"] {
  min-width: 18px;
  height: 18px;
  margin-right: 8px;
}

.search_wrap .event_type .btn {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}

.search_wrap .event_type .btn:hover {
  opacity: .8;
  transition: all 0.2s linear;
}

/*-------------------------
  イベント一覧カセットの変更点
-------------------------*/
.event_list_area li.result_none {
  width: 100%;
  border: none;
}

/*-------------------------
  トップタブ切替
-------------------------*/
.tab_wrap {
  margin-top: 12px;
}

.tab_btn {
  margin-bottom: 23px;
}

.tab_btn li:not(:first-child) {
  margin-left: 10px;
}

.tab_btn li:first-child {
  width: 16.623%;
}

.tab_btn label {
  background: #e9e6f2;
  border-radius: 10px;
  color: #49297f;
}

#tab-1:checked ~ .tab_btn label[for="tab-1"],
#tab-2:checked ~ .tab_btn label[for="tab-2"],
#tab-3:checked ~ .tab_btn label[for="tab-3"],
#tab-4:checked ~ .tab_btn label[for="tab-4"] {
  background-color: #49297f;
  color: #fff;
}

/*-------------------------
  絞り込み
-------------------------*/
.search_wrap {
  margin: 77px 0 70px;
}

.search_wrap dl.search_inner {
  max-width: 1280px;
  margin: 0 auto;
}

.search_wrap dl.search_inner > div {
  align-items: flex-start;
}

.search_wrap dl.search_inner > div:not(:first-child) {
  margin-top: 40px;
}

.search_wrap dl.search_inner > div > dt {
  position: relative;
  width: 201px;
  font-size: 1.4rem;
  padding: 12px 0 12px 23px;
}

.search_wrap dl.search_inner > div > dt::before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 3px;
  left: 0;
  width: 2px;
  background: #49297f;
}

.search_wrap dl.search_inner > div > dt .en {
  font-family: 'Vidaloka', "Times New Roman", Times, serif;
  font-weight: 400;
  color: #49297f;
  font-size: 2.6rem;
  margin: 0 0 5px;
}

.search_wrap .btn_list > li:not(:first-child) {
  margin-left: 13px;
}

.search_wrap .btn_list > li.all {
  max-width: calc((100% - 39px) / 4);
}

.search_wrap .btn_list a, .search_wrap .btn_list label {
  min-height: 72px;
  border-radius: 8px;
  background: #e9e6f2;
  color: #49297f;
  font-size: 1.8rem;
}

.search_wrap .btn_list a.active {
  background-color: #49297f;
  color: #fff;
}

.search_wrap #tab-1:checked ~ .btn_list label[for="tab-1"],
.search_wrap #tab-2:checked ~ .btn_list label[for="tab-2"],
.search_wrap #tab-3:checked ~ .btn_list label[for="tab-3"],
.search_wrap #tab-4:checked ~ .btn_list label[for="tab-4"],
.search_wrap #area-1:checked ~ .btn_list label[for="area-1"],
.search_wrap #area-2:checked ~ .btn_list label[for="area-2"],
.search_wrap #area-3:checked ~ .btn_list label[for="area-3"],
.search_wrap #area-4:checked ~ .btn_list label[for="area-4"] {
  background-color: #49297f;
  color: #fff;
}

.search_wrap .gray {
  background: #fff;
  border: 1px solid #e3e1e8;
  border-radius: 8px;
  padding-left: 20px;
}

.search_wrap .event_type {
  font-size: 1.6rem;
}

.search_wrap .event_type dt {
  width: 188px;
  color: #49297f;
  padding: 7px 0;
}

.search_wrap .event_type dt.ico_search {
  background: url(../img/icon_search_event_school.png) no-repeat left 12px;
  background-size: 22px auto;
  padding-left: 33px;
}

.search_wrap .event_type .list_checkbox {
  padding: 7px 0;
}

.search_wrap .event_type .list_checkbox li {
  margin: 0 47px 0 0;
}

.search_wrap .event_type .list_checkbox li input[type="checkbox"] {
  transform: translate(0, 8px);
}

.search_wrap .event_type .btn {
  position: relative;
  width: 133px;
  min-height: 46px;
  background: #49297f;
  border-radius: 8px;
  color: #fff;
  font-size: 1.7rem;
  padding: 5px 5px 5px 0;
}

.search_wrap .event_type .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #fff;
  transform: translate(-15px, -50%);
}
