@charset "UTF-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
  color: #333333;
  font-family: 'メイリオ', Meiryo, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整、文字の大きさはそのままで1行の長さを変えたい */
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url("../images/featurebg.jpg");
}

a,
div.biglink {
  /*-webkit-tap-highlight-color: rgba(200,200,555,.6);*/
  /* ロールオーバー */
}

a.txtlink,
a.txtlink:link,
a.txtlink:visited {
  color: #DA2061;
  font-weight: bold;
  text-decoration: underline;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

img {
  vertical-align: top;
}

img:not([width]) {
  zoom: .5;
  /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

.bold:before {
  position: absolute;
  top: 0;
  left: 1px;
  content: attr(data-text);
}

#wrapper {}

header {
  background-color: #000;
}

header>div {
  width: 93.75%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

header>div .logo {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.mainVisual {
  background: url("../images/mvbg.jpg") top left no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 20px;
}

.mainVisual h1 {
  width: 330px;
  margin: 0 auto;
}

.feature {
  border-top: 8px solid #a057d1;
  padding: 30px 0;
  background: url(../images/feature-bg.png);
  color: #fff;
}

.feature .featureinner {
  width: 93.75%;
  margin: 0 auto;
}

.feature .featureinner h2 {
  margin-bottom: 7px;
  margin: 0 auto;
  text-align: center;
}

.feature .featureinner h3 {
  margin-bottom: -45px;
  margin-left: 106px;
}

.feature .featureinner .textArea {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: #CCC 1px dotted;
  !important
}

.feature .featureinner .textArea p {
  padding-top: 52px;
  font-size: 13px;
}

.feature .featureinner .textArea p img {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
  margin-top: -82px;
  width: 220px;
}

.feature .featureinner .textArea:last-child {}

.feature .featureinner .feature03>div {
  margin-bottom: 0;
}

.contactbox {
  background: url("../images/contactboxbg.jpg") top left no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8px;
}

.deadline {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}


.contactbox .contactinner {
  width: 93.75%;
  margin: 0 auto;
}

.contactbox .contactinner h2 {
  margin-bottom: 12px;
  margin: 0 auto 0 -20px;
  text-align: center;
  margin-bottom: 10px;
}

.contactbox .contactinner .btnContact {
  float: none;
  margin-bottom: 10px;
}

.contactbox .contactinner .btnContact a {
  width: 100%;
  display: block;
  background: #ff0 top left repeat;
  -webkit-background-size: 75px auto;
  -o-background-size: 75px auto;
  background-size: 75px auto;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1em;
  padding-top: 6px;
}

.contactbox .contactinner .btnContact a span {
  display: block;
  text-align: center;
  width: 94%;
  position: relative;
  padding-top: 5px;
}

.contactbox .contactinner .btnContact a span i {
  background: url("../images/icon_contact.gif") left center no-repeat;
  -webkit-background-size: 28px auto;
  -o-background-size: 28px auto;
  background-size: 28px auto;
  width: 28px;
  height: 18px;
  display: block;
  position: absolute;
  top: 4px;
}

.contactbox .contactinner .imgTel {
  float: none;
}

.contactbox .contactinner .imgTel a {
  width: 100%;
  display: block;
  background: #ff0 top left repeat;
  -webkit-background-size: 75px auto;
  -o-background-size: 75px auto;
  background-size: 75px auto;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height: 40px;*/
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1em;
  padding-top: 6px;
}

.contactbox .contactinner .imgTel a span {
  display: block;
  text-align: center;
  width: 94%;
  position: relative;
  padding-top: 5px;
}

.contactbox .contactinner .imgTel a span i {
  background: url("../images/icon_tel.gif") left center no-repeat;
  -webkit-background-size: 28px auto;
  -o-background-size: 28px auto;
  background-size: 28px auto;
  width: 28px;
  height: 18px;
  display: block;
  position: absolute;
  top: 4px;
}

.contactbox .contactinner .imgTel a small {
  font-size: 14px;
}

.contactbox .contactinner p.txt {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  padding-bottom: 13px;
  background: url("../images/person.png") bottom center no-repeat;
  -webkit-background-size: 300px auto;
  -o-background-size: 300px auto;
  background-size: 300px auto;
}

.contactbox .contactinner p.txt a {
  color: #FFFF00;
  text-decoration: underline;
}

/* 追加：画像リンクを中央に配置する */
.contactbox .contactinner>a {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  /* PCは最大500pxまで、SPは100%幅 */
}

.contactbox .contactinner>a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}


.studio {
  width: 98%;
  border-top: 8px solid #de5b9c;
  padding: 30px 0;
  margin: 0 auto;
}

.studio h2 {
  margin: 0 auto 10px;
  text-align: center;
}

.studio .photos {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.studio .photos>div {
  width: 32%;
  float: left;
  /*margin-right: 7px;*/
  margin-right: 2%;
  margin-bottom: 2%;
}

.studio .photos>div.mr0 {
  margin: 0;
}

.studio .photos>div img {
  width: 100%;
}

.studio .std {
  text-align: center;
  margin: 20px auto 0;
}

.voice {
  width: 100%;
  padding: 30px 0;
  background: #EFFCF5;
  border-top: 8px solid #4fb782;
}

.voice h2 {
  margin: 33px auto 10px;
  text-align: center;
}

.voice .voiceWrap .voices {
  width: 93.75%;
  margin: 0 auto 22px;
  background: url("../images/voicebg.gif") top left repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #73ca9d;
  border-radius: 6px;
}

.voice .voiceWrap .voices .text {
  width: 93.75%;
  margin: 0 auto;
  text-align: justify;
}

.voice .voiceWrap .voices .text img.personimg {
  float: left;
  width: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.voice .voiceWrap .voices .text span.name {
  color: #E9467F;
  font-weight: bold;
  font-size: 15px;
}

.voice .voiceWrap .voices .text span.name i {
  font-size: 10px;
}

.voice .voiceWrap .voices .text span.course {
  color: #E9467F;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: -0.1em;
  padding-bottom: 10px;

}

/* 追加 */
.voice .voiceWrap .voices .text span.hidden {
  display: block;
}

.voice .voiceWrap .voices img.open_img {
  float: right;
  margin-right: 30px;
  width: 40px;
}

/* 追加 */

.teacher {
  width: 100%;
  margin: 0 auto 18px;
  border-top: 8px solid #eb82b6;
}

.teacher h2 {
  margin: 33px auto 10px;
  text-align: center;
}

.teacher .teacherWrap .teachers {
  width: 93.75%;
  margin: 0 auto 22px;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #eb82b6;
}

.teacher .teacherWrap .teachers .textArea {
  background-color: #FFF;
  padding: 5px;
}

.teacher .teacherWrap .teachers .textArea .text {
  width: 93.75%;
  margin: 0 auto;
}

.teacher .teacherWrap .teachers .textArea .text img.personimg {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.teacher .teacherWrap .teachers .textArea .text span.name {
  color: #E9467F;
  font-weight: bold;
  font-size: 15px;
}

.teacher .teacherWrap .teachers .textArea .text span.name i {
  font-size: 10px;
}

.teacher .teacherWrap .teachers .textArea .text span.course {
  color: #E9467F;
  font-weight: bold;
  font-size: 9px;
}

.price {
  padding-top: 20px;
  background: url("../images/pricebg.jpg") top left no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 10px;
  border-top: 8px solid #623ba1;
}

.price>div {
  width: 100%;
  margin: 0 auto 0px;
}

.price>div h2 {
  text-align: center;
  margin: 0 auto 8px;
}

.price>div div {
  width: 93.75%;
  margin: 0 auto;
}

.price>div div img {
  width: 100%;
  zoom: 1;
}

.price .cpn {
  text-align: center;
}

.section.price h3 {
  text-align: center;
  margin: 30px auto 0;
}

.section.price .tab-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.section.price .tab {
  text-align: center;
  cursor: pointer;
  width: 49.5%;
}

.section.price .tab img {
  max-width: 100%;
  opacity: 1;
}

.section.price .panel-group {
  overflow: hidden;
  width: 100%;
}

.section.price .panel {
  display: none;
  width: 100%;
}

.section.price .tab.is-active {
  transition: all 0.2s ease-out;
}

.section.price .tab.is-active img {
  opacity: 0.3;
  transition: all 0.2s ease-out;
  filter: brightness(1.2);
  zoom: 1;
}

.section.price .panel.is-show {
  display: block;
}

.section.price .tb {
  padding: 10px;
  background: #fff;
  width: 90%;
}

.section.price .map {
  width: 100%;
  margin: 0 auto 5px;
}

.section.price .txt {
  width: 100%;
  margin: 0 auto 5px;
  text-align: center;
}

.section.price .txt .inr {
  padding: 10px 0;
  line-height: 2em;
}

.section.price .txt .ti {
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  border-bottom: 3px solid #eee;
}

.section.price .gmap {
  width: 100%;
}

.section.price .ggmap {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.section.price .ggmap iframe,
.section.price .ggmap object,
.section.price .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section.price .sch iframe {
  width: 100%;
}

.section.price .cpn {
  /*display: flex;justify-content: space-between;*/
  margin: 20px 0;
}

.form {
  background: url("../images/contanctbg.gif") top left repeat;
  padding-top: 24px;
  padding-bottom: 24px;
}

.form h2 {
  text-align: center;
  margin: 0 auto 20px;
}

.form .inner {
  width: 76.92%;
  margin: 0 auto;
}

.form .inner dt {
  color: #FFF;
  margin-bottom: 5px;
}

.form .inner dd {
  margin-bottom: 20px;
  color: #FFF;
}

.form .inner dd input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form .inner dd input[type="radio"] {
  width: auto;
}

.form .inner dd input[type="text"],
.form .inner dd input[type="email"],
.form .inner dd textarea {
  padding: 0.5em;
}

.form .inner dd textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form .inner .submit input {
  width: 100%;
  background-color: #45BEDA;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

.section.form .formBloc .inner dl dd label {
  color: #fff;
}

footer {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 100%;
  background-color: #000;
}

footer>div {
  width: 100%;
}

footer>div ul {
  display: block;
  width: 98%;
  padding: 2%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;

}

footer>div ul .contact {
  display: block;
  float: left;
  width: 45%;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #000;
}

footer>div ul .contact a {
  display: block;
  background: #f00 top left repeat;
  -webkit-background-size: 75px auto;
  -o-background-size: 75px auto;
  background-size: 75px auto;
  padding-left: 24px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  background-color: #FF0;
  position: relative;
  line-height: 1em;
  padding-top: 3px;
  width: 100%;
}

footer>div ul .contact a span {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  padding-top: 6px;

}

footer>div ul .contact a span i {
  text-align: left;
  background: url("../images/icon_contact.gif") left no-repeat;
  -webkit-background-size: 22px auto;
  -o-background-size: 22px auto;
  background-size: 22px auto;
  width: 22px;
  height: 14px;
  display: block;
  position: absolute;
  top: 6px;
  left: -15px;
}

footer>div ul .tel {
  display: block;
  float: right;
  width: 45%;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer>div ul .tel a {
  width: 100%;
  display: block;
  background: #ff0 top left repeat;
  -webkit-background-size: 75px auto;
  -o-background-size: 75px auto;
  background-size: 75px auto;
  padding-left: 24px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1em;
  padding-top: 3px;
}

footer>div ul .tel a span {
  display: block;
  text-align: center;
  width: 94%;
  position: relative;
  /*padding-top: 6px;*/
}

footer>div ul .tel a span i {
  text-align: left;
  background: url("../images/icon_tel.gif") left no-repeat;
  -webkit-background-size: 22px auto;
  -o-background-size: 22px auto;
  background-size: 22px auto;
  width: 22px;
  height: 14px;
  display: block;
  position: absolute;
  top: 6px;
  left: -15px;


}

.copyright {
  font-size: 10px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 40px;
  background-color: #FFF;
  width: 100%;
}

.wred {
  color: #fff;
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.fix:after,
header>div:after,
.feature .featureinner .textArea p:after {
  /*content: '';
   display: block;
    clear: both;*/
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}

/*埋め込み*/

/*体験会・見学会自動挿入*/
/* LP埋め込み */
.themepark_pick {
  width: 400px;
  max-width: 96%;
  margin: 0 auto;
  padding: 40px 20px;
  padding: 30px 0;

  /* 細い斜めライン */
  background-image: repeating-linear-gradient(-45deg,
      rgba(222, 91, 156, 0.08),
      /* ライン色 */
      rgba(222, 91, 156, 0.08) 0.5px,
      transparent 0.5px,
      transparent 6px);
}

/* テーブル全体 */
.themepark_pick table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  /* デフォルトは白 */
}

/* ヘッダー行（th部分）を薄ピンクに */
.themepark_pick table thead th {
  background-color: #fdeaf3;
  /* 薄ピンク */
  font-weight: 700;
}

/* データ行（td部分）は白 */
.themepark_pick table tbody td {
  background-color: #fff;
}
