@charset "UTF-8";
/* Body */
body {
  font-family: source-sans-pro;
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 200;
}
/* Container */
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
/* Navigation */
header {
  width: 100%;
  height: 5%;
  background-color: #e2a2b1;
  /*border-bottom: 1px solid #e2a2b1;*/
  padding: 40px 0px;
}
.logo {
  color: #fff;
  font-weight: bold;
  text-align: undefined;
  width: 10%;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
  letter-spacing: 4px;
}
h1 {
  text-align: center;
  color: #fff;
  margin: 0;
}
h2 {
  color: #e2a2b1;
}
h3 {
  color: #717070;
}
/*nav {
  float: right;
  width: 50%;
  text-align: right;
  margin-right: 25px;
}
header nav ul {
  list-style: none;
  float: right;
}
nav ul li {
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  margin-right: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s linear;
}
ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
ul li:hover a {
  color: #2C9AB7;
}*/
.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 4px;
}
/* Hero Section */
.hero {
  background-image: url("../img/DSC_0096.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 400px;
  padding-bottom: 600px;
}
.light {
  font-weight: bold;
  color: #717070;
}
.tagline {
  text-align: center;
  color: #FFFFFF;
  margin-top: 4px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* About Section */
.text_column {
  width: 29%;
  text-align: justify;
  font-weight: lighter;
  line-height: 25px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
}
.text_column50 {
  width: 45%;
  text-align: justify;
  font-weight: lighter;
  line-height: 25px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
}
.about {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  display: inline-block;
  background-color: #FFFFFF;
  margin-top: 0px;
}
.about p {
  color: #000;
}
.about p a {
  color: #966C76;
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(150, 108, 118, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .5s;
  padding: 3px;
}
.about p a:hover {
  background-position: -100% 0;
  color: #fff;
}
#admission h3 {
  padding: 10px;
  border-bottom: #B88591 1px solid;
}
#admission p {
  padding-left: 40px;
  padding-right: 20px;
}
/* Stats Gallery */
.stats {
  color: #717070;
  margin-bottom: 5px;
}
.gallery {
  clear: both;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  /* [disabled]min-width: 400px;
*/
  padding-bottom: 35px;
  padding-top: 0px;
  margin-top: -5px;
  margin-bottom: 0px;
}
.thumbnail {
  width: 25%;
  text-align: center;
  float: left;
  margin-top: 35px;
}
.gallery .thumbnail h4 {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #52BAD5;
}
.gallery .thumbnail p {
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #000;
  padding: 20px;
}
.gallery .thumbnail ul li {
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #000;
}
.gallery .thumbnail ul li a {
  color: #000;
}
/* Parallax Section */
.banner {
  /* background-color: #2D9AB7;
  background-image: url("../img/DSC_0027-Edit.jpg"); */
  height: 300px;
  /* background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; */
}
.banner2 {
  background-color: #2D9AB7;
  background-image: url("../img/DSC_0060.jpg");
  height: 300px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner3 {
  background-color: #2D9AB7;
  background-image: url("../img/DSC_0155.jpg");
  height: 300px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax {
  color: #717070;
  text-align: right;
  padding-right: 100px;
  padding-top: 110px;
  letter-spacing: 2px;
  margin-top: 0px;
}
.parallax_description {
  color: #000;
  text-align: right;
  padding-right: 100px;
  width: 30%;
  float: right;
  font-weight: lighter;
  line-height: 23px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* More info */
footer {
  background-color: #FFFFFF;
  padding-bottom: 35px;
}
.footer_column {
  width: 50%;
  text-align: center;
  padding-top: 30px;
  float: left;
}
footer .footer_column h3 {
  color: #B3B3B3;
  text-align: center;
}
footer .footer_column p {
  color: #717070;
  background-color: #FFFFFF;
}
.cards {
  width: auto;
  height: auto;
  max-height: 200px;
}
footer .footer_column p {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  line-height: 25px;
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 20px;
}
footer .footer_column .career {
  font-size: 10px;
  padding-left: 60px;
  padding-right: 0px;
  text-align: justify;
  line-height: 25px;
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 20px;
}
.button {
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase;
  /*font-weight: bold;
	letter-spacing: 2px;*/
  border: 3px solid #FFFFFF;
  /*color: #FFFFFF;
	transition: all 0.3s linear;*/
}
.button a {
  text-decoration: none;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.button:hover {
  /*background-color: #FEFEFE;
	color: #C4C4C4;*/
  cursor: pointer;
}
.button a:hover {
  background-color: #FEFEFE;
  color: #C4C4C4;
  /*cursor: pointer;*/
}
.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e2a2b1;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
}
.footer_banner {
  background-color: #B3B3B3;
  padding-top: 60px;
  padding-bottom: 60PX;
  margin-bottom: 0px;
  background-image: url(../../new/%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%83%95%E3%82%A9%E3%83%AB%E3%83%80/images/pattern.png);
  background-repeat: repeat;
}
footer {
  display: inline-block;
}
.hidden {
  display: none;
}
#works {
  padding: 20px;
}
#works ul li a {
  color: #717070;
} /*==================================================
機能編　5-1-25 クリックしたらナビ背景コンテンツがぼかされる※IE11非対応
===================================*/
/*========= ぼかしのためのCSS ===============*/
.mainblur {
  filter: blur(8px);
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: rgba(266, 162, 172, 0.8); /*背景を少し透過させる*/
  /*動き*/
  transition: all 0.3s;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  display: none; /*はじめは非表示*/
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav.panelactive ul {
  display: block;
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*==================================================
機能編　5-2-2 ボタン：2本線が×に
===================================*/
/*ボタン外側*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 3px;
  background-color: #666;
}
.openbtn span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}
.openbtn span:nth-of-type(2) {
  top: 29px;
  width: 30%;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
.openbtn.active span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}
/*==================================================
機能編　　7-1-21	線から塗に変化（上から下）
===================================*/
/* ボタン共通設定 */
.btn04 {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  padding: 10px 30px;
  color: #333;
  border: 1px solid #ccc;
  text-decoration: none;
  outline: none;
  /*はみ出す背景色を隠す*/
  overflow: hidden;
}
/*hoverした際のボタンの形状*/
.btn04:hover {
  color: #fff;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: .6s;
}
/*線の設定*/
.btn04 span {
  display: block;
  z-index: 2;
}
/*== 線から塗に変化（上から下） */
/*線の設定*/
.bordertop span::before, .bordertop span::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  width: 1px;
  height: 0;
  /*線の形状*/
  background: #e2a2b1;
  /*アニメーションの設定*/
  transition: all .3s;
}
/*左線*/
.bordertop span::before {
  left: 0;
  top: 0;
}
/*右線*/
.bordertop span::after {
  right: 0;
  top: 0;
}
/*hoverをすると線が伸びる*/
.bordertop:hover span::before, .bordertop:hover span::after {
  height: 100%;
}
/*背景の設定*/
.bordertop::before {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /*背景の形状*/
  width: 100%;
  height: 0;
  background: #e2a2b1;
  /*アニメーションの設定*/
  transition: all .3s;
}
/*hoverをすると背景が伸びる*/
.bordertop:hover::before {
  height: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: .4s;
}
#g-nav-list li:nth-child(1) {
  font-family: 'Parisienne', cursive;
}
.lesson_info {
  border-collapse: collapse;
  margin-left: 20px;
}
.instructor {
  width: 50%;
  float: left;
}
.instructor h4 {
  border-bottom: #B8A4A8 1px solid;
  width: 90%;
  padding: 10px;
  color: #633A43;
}
.instructor ul li {
  list-style: none;
  font-size: 0.8rem;
  color: #666;
}
.instructor ul li a {
  text-decoration: none;
}
.instructor .link li {
  list-style: square;
}
/*========= 8-17　テキストがほのかに光りながら出現 ===============*/
.glowAnime span {
  opacity: 0;
}
.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}
@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.profile_box {
  width: 100%;
}
.profile_box figure {
  float: left;
  width: 30%;
}
.profile_box figure img {
  max-width: 100%;
  max-height: 200px;
}
/* Mobile */
@media (max-width: 320px) {
  header {
    margin-bottom: 20px;
  }
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    display: none;
  }
  header nav ul {}
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .text_column, .text_column50 {
    width: 100%;
    text-align: justify;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #admission p {
    padding: 0;
  }
  .lesson_info {
    margin-left: 0;
  }
  .thumbnail {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 90%;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    float: none;
    text-align: center;
  }
  /*.banner {
	background-color: #2D9AB7;
	background-image: none;
}*/
  .tagline {
    margin-top: 20px;
    line-height: 22px;
  }
  .hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
  #hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .instructor {
    width: 100%;
  }
  .profile_box figure {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .profile_box .career {
    margin: 0;
    padding: 0;
  }
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
  header {
    margin-bottom: 20px;
  }
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #043745;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    overflow: auto;
    display: inline-block;
    background: #52bad5;
  }
  header nav ul {
    padding: 0px;
    float: none;
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .text_column, .text_column50 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .about .text_column a {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    transition: .3s;
  }
  .about .text_column a:hover {
    background-position: 0;
  }
  #admission p {
    padding: 0;
  }
  .lesson_info {
    margin-left: 0;
  }
  .thumbnail {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 30%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .thumbnail {
    width: 100%;
  }
  .parallax {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 20%;
  }
  .parallax_description {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_column {
    width: 100%;
  }
  #hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .instructor {
    width: 100%;
  }
  .profile_box figure {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .profile_box .career {
    margin: 0;
    padding: 0;
  }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
  .text_column, .text_column50 {
    width: 100%;
  }
  .thumbnail {
    width: 50%;
  }
  .text_column, .text_column50 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .banner {
    margin-top: 0px;
    padding-top: 0px;
  }
}