@charset "UTF-8";

/*---------------------------
　　コンテンツ
---------------------------*/

.huriwake,
.results { min-width: 1100px; }

/* エリアメニュー */
.nav { width: 40%; }

.nav li {
  position: relative;
  height: 50%;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -0.6em;
}

.nav li.kansai_btn {
  background: #2582d8;
  background: -moz-linear-gradient(bottom, #f7931e 0%, #e8691c 100%);
  background: -webkit-linear-gradient(bottom, #f7931e 0%, #e8691c 100%);
  background: linear-gradient(to bottom, #f7931e 0%, #e8691c 100%);
}

.nav li.tokai_btn {
  background: #2582d8;
  background: -moz-linear-gradient(bottom, #29abe2 0%, #2582d8 100%);
  background: -webkit-linear-gradient(bottom, #29abe2 0%, #2582d8 100%);
  background: linear-gradient(to bottom, #29abe2 0%, #2582d8 100%);
}

.nav li::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 2em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 2px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 50%;
}

.nav li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
}

.nav li a .area {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav li a .pref {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

/* 動画 */
.intro {
  display: block;
  width: 60%;
}

.intro .movie {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 56.2%;
}

/* 合格実績 */
.results {
  width: 100%;
  margin: 0 auto;
  background: url(../images/opening/opening_sakura.png) no-repeat center bottom;
  background-size: cover;
}

.results .box {
  width: 100%;
  padding: 3em 2em;
  justify-content: space-between;
}

.results .box.annot {
  margin: 0 auto;
  padding: 0em 2em 1em 2em!important;}

.results li {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 3px 3px 3px #fcebf2, -3px -3px 3px #fcebf2,
              -3px 3px 3px #fcebf2,  3px -3px 3px #fcebf2,
                3px 0px 3px #fcebf2, -3px -0px 3px #fcebf2,
                0px 3px 3px #fcebf2,  0px -3px 3px #fcebf2;
}

.results .box img { width: 49%; }

/* 校舎情報 */
.new_school {
  padding-top: 3em;
  text-align: center;
}

.new_school h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  /* padding: 0.5em 1em; */
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  border-radius: 100vw;
  /* border: #DDD 1px solid; */
  background-color: rgba(255, 255, 255, 0.7);
}

.new_school h2::before {
  position: relative;
  display: inline-block;
  content: "";
  background: #333;
  width: 2px;
  height: 1.5em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform: rotate(-35deg);
}

.new_school h2::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333;
  width: 2px;
  height: 1.5em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform: rotate(35deg);
}

.new_school h2 strong {
  margin: 0 0.1em;
  font-size: 3rem;
  color: #F45A40;
}

/* キッズクラブ */
.kidsclub {
  margin: 4em auto 2em auto;
  text-align: center;
}

/* フッター */
footer p {
  padding: 2em 0;
  text-align: center;
  font-size: 1.2rem;
}

/*---------------------------------------------*/
@media screen and (max-width: 768px) {
/*---------------------------------------------*/

.huriwake,
.results { min-width: 100%; }

/* エリアメニュー */
.nav,
.intro {  width: 100%; }

.nav { display: flex ;}

.nav li {
  position: relative;
  width: 50%;
  height: 3em;
  padding: 0;
  font-size: 2rem;
  outline: none;
  outline-offset: 0;
}

.nav li a .pref { display: none; }

.nav li::after {
  right: 1em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

/* 合格実績 */
.results {
  text-align: center;
  background-size: contain;
}

.results .box { padding: 1em; }

.results .box img {
  width: 100%;
  margin-bottom: 1em;
}

.new_school {
  display: block;
  padding-top: 1em;
  text-align: center;
}

.new_school h2 {
  margin: 1em 0;
  padding: 0 2em;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0;
  border-radius: 0.5em;
}

.new_school h2::before {
  position: absolute;
  top: 10%;
  left: 0;
  height: 3em;
  transform: rotate(-25deg);
}

.new_school h2::after {
  position: absolute;
  top: 10%;
  right: 0;
  height: 3em;
  transform: rotate(25deg);
}

.new_school h2 strong { font-size: 2.8rem; }

/* キッズクラブ */
.kidsclub {
  margin: 1em auto 0 auto;
  padding: 0 1em;
}

/* フッター */
footer p {
  padding: 1em 0;
  font-size: 1rem;
}

}