@charset "UTF-8";
/* CSS Document */
/*============================
メインカラーピンク:#ff66b8
ブルー:#00bfff
==============================*/
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');/*見出し*/
@import url('https://fonts.googleapis.com/css?family=Comfortaa');/*ナビ*/
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Staatliches');/*ナビロゴ*/
@import url('https://fonts.googleapis.com/css?family=Boogaloo');/*イントラタイトル*/
@import url('https://fonts.googleapis.com/css?family=Aclonica');/*モーダルタイトル*/

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-family: arial,sans-serif;
	font-size: 1.4rem;/* 14px */
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}


h1 {
    font-size: 16px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(1.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
	font-weight:600;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}

h3{
	line-height:1.8;
}

.black-back{
	text-align:center;
	background-color:#000;
	font-size:1.8rem;
	font-weight:600;
	line-height:1.8;
	margin-bottom:2em;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 2.0rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
	
}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 1.8rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }
}

a:hover{
	text-decoration:none !important;
}

/*にこ文字*/
.wf-nicomoji { font-family: "Nico Moji"; }

/*news*/
.alert-warning {
  color: #fff !important;
  background-color: #ff66b8 !important;
  border-color: #ff1493;
}
.alert a{color:#ffc0cb !important;}
.alert a:hover{color:#fff !important;}
/*--------------------
フェードイン修正
-----------------------*/

@keyframes fadeInUpMin {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpMin {
  animation-name: fadeInUpMin;
}


/*--------------------
box-sizingの設定
-----------------------*/

.selector-for-some-widget {
  box-sizing: content-box;
}

/*===================================
section設定
===================================*/

#swag,#about-us,#experience,#papa,#unlimited{
	padding:4em 0;
}

#instructer,#schedule{
	padding-top:6em;
	padding-bottom:2em;
}

#distant{
	padding:3em 0;
}

#plan{
	padding:2em 0;
}

.pink-boder{
	background-image: linear-gradient(to right, #ff66b8 10%, rgba(255,102,184,0) 0%);
background-position: top;
background-size: 12px 2px;
background-repeat: repeat-x;

}

#footer a{
	color:#fff !important;
}

#footer a:hover{
	color:#00bfff !important;
}
	

/*===================================
ページ全体の背景の設定
===================================*/
/*見出し白*/
.headline{
	width:100%;
	text-align:center;
}

.price-title{
	font-family: 'Fjalla One', sans-serif;
	font-size:3.0em !important;
	text-align:center;
}
	
.headline h2{
	position:relative;
	display:inline-block;
	padding:0.3em 1.6em;
	border-top:2px solid #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size:3.0em !important;
	color:#fff;
}
.headline h2:before, .headline h2:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#fff;
	position:absolute;
	top:-5px;
}
.headline h2:before{left:-4px;}
.headline h2:after{right:-4px;}

/*見出し黒*/
.headline2{
	width:100%;
	text-align:center;
}
.headline2 h2{
	position:relative;
	display:inline-block;
	padding:0.3em 1.6em;
	border-top:2px solid #000;
	font-family: 'Fjalla One', sans-serif;
	font-size:3.0em !important;
	color:#000;
}
.headline2 h2:before, .headline2 h2:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#000;
	position:absolute;
	top:-5px;
}
.headline2 h2:before{left:-4px;}
.headline2 h2:after{right:-4px;}

.pra-headding{
	text-shadow: -2px 4px 0 rgba(0,0,0,0.3);
}
/*トッププラン用*/
.headline-3{
	font-family: 'Fjalla One', sans-serif;
  font-size:2.5em;
  color:#fff;
  margin-bottom:1em;
}

.headline-3 span {
	font-family: 'Comfortaa', cursive;
  display: block;
  margin-bottom:0.5em;
  color: #eee;
  font-size:0.5em;
}

.headline-about {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size:1.8em;
}
.headline-about:before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
/*--------------------
背景マスク
-----------------------*/

/*スライダー用下のみ斜めマスク*/
.hero img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
/*上下斜めマスク*/
.mask {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
/*上のみ斜めマスク*/
.mask2{
	-webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}

/*背景カラー*/
.bg-black{background-color:#000;}
.bg-about{background:linear-gradient(-45deg, rgba(202,202,202,0.7), rgba(255,165,0, .8));}
.bg-gray{background-color:#d0d0d0;}
.card-img-overlay{background:rgba(0,191,255,0.8);}
.bg-overlay{background:linear-gradient(-45deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1.0));
}
.bg-blue{background-color:#00bfff;}
.bg-ponk{background-color:#ff66b8;}
.bg-offblack{
	background-color:#111;
}
.bg-green{background-color:#00ff01;}
.bg-orenge{background-color:#FF8C00;}

.bg-overlay2{background:linear-gradient(-45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}

/*オーバーレイ画像*/
.img-overlay-contener{
  position: relative;
}
.img-overlay-color{
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height:100%;
  background:linear-gradient(-45deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0));
 }
.img-overlay-text{
	padding-left:5%;
	padding-top:5%;
  font-family: 'Staatliches', cursive;

}

.img-overlay-text h2{
	font-size:2.5em !important;
}


/*===================================
ネオンボタン
===================================*/

.neon-button{
	display:inline-block;
	list-style:none;
	border:1px solid #ff1493;
	border-radius:10px;
	background-color:#000;
	color:#ff66b8;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
-moz-box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
	padding:0.3em 1em;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	outline:none;
	cursor:pointer;
}

.neon-button:hover{
	border:1px solid #00bfff;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 8px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 8px 4px rgba(16,134,232,0.73);
}

.big-button{
	text-align:center;
	font-weight:600;
	font-size:1.9em;
	padding:1em 2em;
	color:#fff;
	border:#ff66b8 solid 2px;
	cursor:pointer;
	outline:none;
	background-color:#000;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	border-radius:10px;
}

.big-button:hover{
	border:2px solid #00bfff;
}

.mid-button{
	display:inline-block;
	text-align:center;
	font-weight:600;
	font-size:1.2em;
	padding:0.5em 1.5em;
	color:#fff;
	border:#ff66b8 solid 2px;
	cursor:pointer;
	outline:none;
	background-color:#000;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	border-radius:10px;
}

.mid-button:hover{
	border:2px solid #00bfff;
}

hr.footer {
  background-color: #222;
  border: 1px solid #ff1493;
  border-radius: 10px;
}

/*ブラックボタン*/

.black-button {
  position: relative;
  display: inline-block;
  padding: .5em 2em;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  background-color:#000;
  cursor:pointer;
}
.black-button:hover {
  color: #000;
  border: 2px solid #000;
  background-color:transparent;
}

	
/*-------------------------
ヘッダー画像
---------------------------*/

.header-image{
	position:relative;
}

.header-image:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:linear-gradient(-45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

.header-image-caption{
	position: absolute;
  right: 15%;
  top: 40%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}


/*-------------------------
パララックス
---------------------------*/

.pra-container {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
}
.container--big {
	height: 175vh;
}
.container--full {
	min-height: 100vh;
}
.container--small {
	min-height: 50vh;
}
.pra-container .pra-content {
	margin: 0 auto;
	width:100%;
	height:100%;
	padding:30px 0;
	top:0;
	left:0;
}

.pra-content h3{
	font-size:1.6em;
	font-weight:600;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}

.bg1 {
	background:linear-gradient(-45deg, rgba(255, 255,255, .8), rgba(255,165,0, .8)),url("../img/bg2.jpg");
}

.bg2 {
	background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)),url("../img/bg1.jpg");
}

.bg3 {
	background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)),url("../img/bg4.jpg");
}

.bg4 {
	background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)),url("../img/bg5.jpg");
}

.show-on-mobile--inline {
	display: none;
}

@media screen and (max-width: 480px) {
.hide-on-mobile {
		display: none;
	}

.show-on-mobile--inline {
		display: inline;
	}
}

/*=========背景の設定ここまで===========*/

/*--------------------
headerの設定
-----------------------*/

.social-box{
	padding:0;
}

.social-button{
	display:inline-block;
	color:#fff !important;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:1.2em !important;
	text-align:center;
	margin-right:5px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	margin-bottom:1em;
	border-radius:50%;
	margin-right:1em;
	box-shadow: 0px 0px 15px rgba(255,255,255,0.7);
}

.social-button:hover{
	color:#000 !important;
	background:#fff !important;
}

.phone-btn:hover,.mail-btn:hover{
	background-color:#00bfff;
	box-shadow: 0px 0px 15px rgba(255,255,255,0.7);
}

.facebook-btn{
	background-color:#3B5998;
	box-shadow: 0px 0px 15px rgba(255,255,255,0.7);
}


.twitter-btn{
	background-color:#1DA1F2;
	box-shadow: 0px 0px 15px rgba(255,255,255,0.7);
}


.instagram-btn{
	background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 0px 15px rgba(255,255,255,0.7);
}

.youtube-btn{
	background-color:#FF0000;
}

/* シェアボタン*/
.sns{
    text-align: left;
}
  
.sns > li {
    display: inline-block;
    line-height: 0;
    vertical-align: top;
    margin: 0 7px;
}
  
.sns > li:first-child {
    margin-left: 0;
}
  
.sns > li:last-child {
    margin-right: 5px;
}
  
.sns iframe {
    margin: 0 !important;
}
  
@media screen and (max-width: 780px){
    .sns > li{
        width: 80px !important;
        margin: 0 15px 10px 0;
    }
}



/*--------------------
navのカラーとscrollの設定
-----------------------*/
nav{z-index:999 !important;}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.fa-1x {
font-size: 2.0rem;
}
.navbar-toggler.toggler-custom {
cursor: pointer;
outline:none !important;
}
.toglle-color {
color: #00bfff;
}

.navbar-toggler{
	border:2px #00bfff solid !important;
	outline:none !important;
}


.navbar-custom.scrolled{
  background:#ff66b8 !important;
}

.navbar-custom {
    transition:500ms ease;
	background-color:#ff66b8 !important;
  font-family: 'Comfortaa', cursive;
}
/* change the brand and text color */
.navbar-custom,
.navbar-custom .navbar-text {
    color: #fff;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #fff;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #00bfff;
	font-weight:600;
}

.nav-item{
	margin-right:1em !important;
}


.navbar-brand{
	font-family: 'Staatliches', cursive;
	font-size:1.5em;
	color:#fff;
}

#header h1{
	font-family: 'Anton', sans-serif;
}


.card-title{
	font-size:1.2em;
	color:#fff;
	font-weight:600;
}

.card{border:none !important;}


.circle {
    position: relative;
    width: 80%;
    height: 80%;
    padding: 30%;
    border-radius: 50%;
    background: #1fb4ff;
    margin: 1em;
}

.circle span {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -.5em 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
	background:rgba(255,255,255,0.5);
}

/*--------------------
コンセプト説明
-----------------------*/

.text-box{
    margin:2em 0;
    padding: 1em 1.5em;
	border:1px solid #ff1493;
	border-radius:10px;
	background-color:#000;
	color:#fff;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
-moz-box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
}

.text-box h2{
	font-size:1.0em;
	color:#00bfff;
	font-weight:600;
}


/*--------------------
トップ-チケット説明
-----------------------*/
.arrow_box {
	position: relative;
	background:#fff0f5;
	border: 2px solid #ff1493;
	webkit-box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
-moz-box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
	width:90%;
	float:left;
	padding:1em 0 0.5em 1em;
	border-radius:10px;
	
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff0f5;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #ff1493;
	border-width: 16px;
	margin-top: -16px;
}

.arrow_box2 {
	position: relative;
	background: #fff0f5;
	border: 2px solid #ff1493;
	webkit-box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
-moz-box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
box-shadow: 0px 0px 8px 4px rgba(255,102,184,0.73);
	width:90%;
	float:right;
	padding:1em 0 0.5em 1em;
	border-radius:10px;
}
.arrow_box2:after, .arrow_box2:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff0f5;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box2:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #ff1493;
	border-width: 16px;
	margin-top: -16px;
}


/*--------------------
MAP設定
-----------------------*/

#map { height: 500px;
 background-color:#eee;
 
  }
  
/*instafeedの設定*/


#instafeed img{
	 width:100%;
	 margin:0;
	 padding:5px;
    transition: 0.2s linear;
 }
 
#instafeed img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
 }

.insta-box{
	display: inline-block;
	overflow:hidden;
}

.insta-link a{
	color:#C00 !important;
}


  
/*--------------------
インスタロゴ
-----------------------*/
  
/*instagram logo*/

.instagram-logo {
	margin-right:15px;
   display: inline-block;
   width: 50px;
   height: 50px;
   text-align: center;
   border-radius: 10px;
   color: #fff;
   font-size: 50px;
   line-height: 50px;
   vertical-align: middle;
   background: #d6249f;
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
   box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

/*--------------------
ページのトップへスクロール
-----------------------*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height:35px;
  background-color: #666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/*カスタムテーブル*/
table.table01 {
	width:100%;
	border-right:#f19132 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#f19132;
	color:#FFF;
	padding:1em 1em;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#f19132 solid 1px;
}
table.table01 tbody th {
	background:#f19132;
	color:#FFF;
	padding:1em 1em;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#f19132 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:1em 1em;
	border-left:#f19132 solid 1px;
	border-bottom:#f19132 solid 1px;
	vertical-align:top;
}
 
@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}

/*--------------------
インストラクター
-----------------------*/
#instructer a{
	color:#fff !important;
}
#instructer a:hover{
	font-weight:600;
}
.pink-btn{
	background-color:#ff66b8;
	border:none;
	border-radius:30px;
	padding:0.2em 2em;
	color:fff !important;
	-webkit-transition: all .3s;
  transition: all .3s;
  outline:none;
  cursor:pointer;
}


.pink-btn:hover{
	background-color:transparent;
	border:2px solid #ff66b8;
	color:#ff66b8 !important;
	-webkit-transition: all .3s;
  transition: all .3s;
  text-decoration:none !important;
}

.instructor-box{
	margin-top:1em;
}

.instructor-box img{
	position:relative;
}
.instructor-text-box{
	position:absolute;
	background-color:rgba(255,102,184,0.8);
	border-radius:10px;
	padding:1.5em;
	top:10%;
	left:50%;
}

.instructor-text-box h2{
	color:#000;
	font-size:1.8em;
	font-weight:600;
	font-family: 'Boogaloo', cursive;
	border-bottom:2px solid #000;
	padding-bottom:0.2em;
}

.instructor-social-box{
	padding:0;
}

.instructor-social-button{
	display:inline-block;
	color:#fff !important;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:1.2em !important;
	text-align:center;
	margin-right:5px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	margin-bottom:0.2em;
	border-radius:50%;
	margin-right:0.3em;
	background-color:#000;
}

.instructor-social-button:hover{
	background-color:#ff66b8;
}

.instructor-social-button a{
	color:#fff !important;
}

.modal-title{
	font-size:2.0em;
font-family: 'Aclonica', sans-serif;
}
.modal-title span{
	font-size:0.6em !important;
	color:#ff66b8;
}
.modal-footer{
	border-top:none !important;
}
.badge-primary{
	background-color:#000;
	padding:0.5em 1em;
}

@media screen and (max-width: 480px) {
.instructor-box{
	margin-bottom:2em;
}
}
@media screen and (max-width: 1024px) and (min-width: 481px) and (orientation: portrait) { 
.instructor-box{
	margin-bottom:4em;
}
}

/*--------------------
スケジュール
-----------------------*/

.table thead th{
	background-color:#ff66b8;
	border-top:none !important;
	border-bottom:none !important;
}

.badge-info{
	background:#ff66b8;
	padding:0.5em 2em;
	margin-top:0.5em;
}

table .name{
	font-family: 'Boogaloo', cursive;
}

/*画像　hover text*/
.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	border:2px solid #fff;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	cursor:pointer;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 2.8em;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}

.hvrbox .hvrbox-text a{
	color:#fff !important;
}

/*--------------------
プライスページ
-----------------------*/

.custom{
    background-color:#fff;
    box-shadow:0px 2px 2px #aaa;
}

.price-title{
	font-size:1.5em !important;
	font-weight:600;
}

.pink-text{
	color:#ff66b8;
}

/*--------------------
プライスカード
-----------------------*/

.card {
	padding:1.0em;
	cursor:pointer;
    transition: padding 0.5s;
    -moz-transition: padding 0.5s; /* Firefox 4 */
    -webkit-transition: padding 0.5s; /* Safari and Chrome */
    -o-transition: padding 0.5s; /* Opera */
    -ms-transition:padding 0.5s; /* IE9 (maybe) */     
  
}

.card:hover {
	padding:0.5em;
}

.card-title{
	font-size:1.5em;
	font-weight:600;
	color:#fff;
}

.card-price{
	font-size:1.9em;
	color:#C00;
	line-height:1.3;
}

.card-price span{
	font-size:0.6em;
	color:#666;
}

.row-height {
    display: flex;
    flex-wrap: wrap;
}

.mast{
	color: #fff;
  padding: 0.5em 0 0.5em 1em;
  background-color:#32CD32;
  font-size:1.5em;
  font-weight:600;
}

.badge-secondary{
	border:1px #228B22 solid;
	padding:0.5em 2em;
	background-color:#fff;
	color:#228B22;
	font-size:1.2em;
	margin-top:0.5em;
	font-weight:normal;
}

.badge-orenge{
	background-color:#FF8C00;
	padding:0.5em 1em;
}

/*--------------------
プライスカード
-----------------------*/

.news-post{
    border-width: 1px 1px 5px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 5px;
	background-color:#fff;
}

.news-post .post-review{
    overflow: hidden;
    padding:10px;
}
.news-post .post-bar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ff66b8;
    float: left;
    line-height: 34px;
    text-align: center;
	margin-right:1em !important;
}
.news-post .post-bar > .month{
    display: block;
    color:#fff;
    font-size:10px;
    text-transform: capitalize;
}
.news-post .post-bar > .date{
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 12px;
}
.news-post .post-title{
    font-size:1.2em;
    text-transform:uppercase;
    font-weight:bold;
    line-height:1.5;
    color:#333;
	margin-top:1.2em;
	
}

.news-post .post-img{
    filter: grayscale(0);
    transition:all 0.3s ease 0s;
	cursor:pointer;
}
.news-post .post-img > img{
    width: 100%;
    height: auto;
}
.news-post:hover .post-img{
    filter: grayscale(1);
}
.news-post .post-description{
    color: #555;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 35px;
}


	
	