*{
   margin:0;
   padding:0;
}
body {
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* ====================================================
　共通
==================================================== */

.clr{
  clear:both;
}
a:focus, *:focus { outline:none; }
::selection {
background:#66CCFF;
color:#FFFFFF;
}
::-moz-selection {
background: #66CCFF;
color:#FFFFFF;
}



#wrap{
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}

span.white{
  background-color:#FFFFFF;
  color:#047CC1;
  padding:3px 5px;
  font-weight:600;

}

.center{
  text-align:center;

}

/* -----  ----- ----- ----- ----- ----- * 改行位置 */

@media print, screen and (min-width: 768px) {
br.sp { display: none; }
br.pc { display: inline; }
}
@media screen and (max-width: 767px) {
br.sp { display: inline; }
br.pc { display: none; }
}


/* ====================================================
　見出し
==================================================== */
h1{
  margin:10px 0;
}

h1 img{
  width:250px;
}

h2{  
  font-weight:900;
  font-size:36px;
  letter-spacing:0.1em;
  line-height:2em;
  color:rgb(44, 45, 48);
  
}

h3{  
  font-weight:400;
  font-size:48px;
  letter-spacing:2px;
  font-family: 'Merriweather', serif;
  color:#047CC1;  
}

h3 span{
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size:16px;
  display:block;
  font-weight:500;
  color:rgb(44, 45, 48); 
}

h4{
  color:#047CC1;
  font-weight:500;
  font-size:32px;
  letter-spacing:1px;
  margin:20px 0;
}

h4 span{
  font-family: 'Merriweather', serif;
  font-size:16px;
  display:block;
  font-weight:500;
  color:rgb(44, 45, 48); 
}

h5{
  color:#047CC1;
  font-weight:500;
  font-size:18px;
  letter-spacing:1px;
  margin:20px 0;
}

h5 span{
  font-size:16px;
  display:block;
  color:#000;
}


@media screen and (max-width: 798px) {

h2{  
  font-size:21px;
}



}

/* ====================================================
　ヘッダー
==================================================== */
#header{
    width:100%;
	z-index: 4;
	position:fixed;
	padding:0 20px;

	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

#head_l{
    float:left;
	width:30%;
	padding:10px 0 0 0;
	
}

#head_r{
    float:right;
	width:70%;
	padding:10px 0 0 0;
}

#header ul{
   list-style:none;
   float:right;
}

#header ul li{
   float:left;
   margin:0 20px; 
   line-height:1.8em;
   padding-top:15px;

}

#header ul li a{
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration:none;
  color:#fff;
  font-size:14px;
  font-weight:bold;
}

#header ul li a:hover{
   color:#CCCCCC;
}

#header ul li.rec{
   background-color:#047CC1;
   padding:15px 30px;
   border-radius:5px;
}
#header ul li.rec a{
    color:#FFFFFF;
}

#header ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: .3s;
}
#header ul li a:hover::after {
  width: 100%;
}

#header ul li+ li {

}

/* fix */
.fixed {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 99;
}

#header.fixed h1 img{

}

#header.fixed ul li{

}

#header.fixed ul li.rec{
  

}

#header.fixed{
   background:url(../img/bg.jpg) no-repeat;
   padding-bottom:10px;

}

  
#header.fixed #head_r{

}

/* transition */
#header.fixed,
#header,
#header #head_r,
#header.fixed #head_r,
#header.fixed h1 img,
#header h1 img,
#header ul li.rec,
#header.fixed ul li.rec,
#header ul li,
#header.fixed ul li{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


@media screen and (max-width: 1024px) {
#head_r{
  display:none;
}

#head_l{
    float:none;
	width:100%;
}

#header.fixed h1 img{


}


#header.fixed{
  background-color:#FFFFFF;
}

}

/* ====================================================
　フッター
==================================================== */

#footer{
   width:100%;
   padding:50px 0;
   background-color:#047CC1;
   text-align:center;  
}

#footer img{
   width:250px;
}

.fot_nav{
   width:100%;
   text-align:center;
   padding:10px 0;
}

.fot_nav_inner{
    max-width:600px;
	margin:auto;
}

.fot_nav ul{
   list-style:none;
}

.fot_nav ul li{
   float:left;
   line-height:1.8em;
   width:20%;
   font-weight:500;
}

.fot_nav ul li a{
  text-decoration:none;
  color:#fff;
  font-size:12px;
}

.footer_botom{
  clear:both;
  color:#FFFFFF;
  padding:30px 0;
}

.footer_botom h3{
  color:#047CC1;
  font-size:14px;
  line-height:1.8em;
  background-color:#FFFFFF;
}


.footer_botom h6{
  color:#ffff;
  font-weight:600;
  font-size:18px;
  margin:10px 0;
  letter-spacing:0px;
}

.footer_botom  p{
  font-size:14px;
  line-height:1.6em;
}


.copy{
  font-family: 'Merriweather', serif;
  font-size:12px;
  font-weight:400;
  color:#fff;
}

@media screen and (max-width: 1024px) {


#footer{
   padding:100px 0;
   
}


.footer_botom h3{
  color:#047CC1;
  font-size:14px;
  width:80%;
  margin:auto;
  line-height:1.8em;
  background-color:#FFFFFF;
}


.fot_nav ul li{
   width:33%;
}




}


/* ====================================================
　ドロワーメニュー
==================================================== */

#drawer{
  display:none;
}

@media screen and (max-width: 1024px) {
#drawer{
  display:block;
  z-index:9999;
  position: relative;
}

.drawer-nav{
  filter:alpha(opacity=90);
   -moz-opacity: 0.90;
   opacity: 0.90;
}

.drawer_innr{
   background:url(../img/bg.jpg) no-repeat;
   padding:50px 0;
}

.drawer_innr h1{
   color:#FFFFFF;
}

.drawer-menu{
   width:100%;
   text-align:center;
   padding:20px 0;
   
}

.drawer-menu ul{
   list-style:none;
   line-height:2em;
   margin:50px 0;
   font-size:18px;
}

.drawer-menu ul li{
   font-size:14px;
   line-height:4.5em;
   margin:5px auto 5px auto;
   width:95%;
   font-weight:bold;
   border-bottom:#6A94BE solid 1px;
}

.drawer-menu ul a{
   color:#FFFFFF;
   text-decoration:none;
}
}

#sp_footer{
   display:none;
}


/* ====================================================
　アイキャッチ
==================================================== */
#main{
   width:100%;
   height:700px;


}

#mainimg{
    overflow: hidden;
    width: 100%;
    min-height: 700px;
	position:absolute;
	top:0;
}

.inner-content{
    padding:0 50px;
	max-width:797px;
    
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner-content p{ 
  margin-top:250px;
}




@media screen and (max-width: 798px) {

.inner-content{
    padding:0 20px;
	width:100%;
}
#main{
   width:100%;
   height:500px;
}

#mainimg{
    min-height: 500px;
}

.inner-content img{
    width:100%;
}

.inner-content p{ 
  margin-top:200px;
 
}




}


/* アニメーション設定 */
.scrol_warp{
    text-align:center;
	margin-top:-80px;
}

a.scrol {
  padding-top: 80px;
}
a.scrol span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
a.scrol span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a.scrol span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a.scrol span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ====================================================
　サブページアイキャッチ
==================================================== */
#s_main{
  position:relative;
  padding:200px 0 150px 0;
  text-align:center;
  width:100%;
  overflow:hidden;
  margin:0;
  
}

#s_main img {
  position:absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width:100%;
  height:600px;
  object-fit: cover;

}



#s_main h2{  
  color:#FFFFFF;
  font-weight:500;
  font-size:20px;
  margin:0px;
  letter-spacing:1px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);  
  z-index: 3;
　position: relative;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


#s_main h2 span{
  font-family: 'Merriweather', serif;
  font-size:56px;
  display:block;
  font-weight:700;
  letter-spacing:0.1em;
  margin-bottom:10px;
}

#s_main h2::after {
  content: '';
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  width: 2px;
  height: 100px;
  margin: 0px auto 0 auto;
  background-color:#fff;
  z-index:3;
}


/* ====================================================
　トップページコンテンツ
==================================================== */

/* -----  ----- ----- ----- ----- ----- * 会社案内 */

#about{
	width:100%;
	padding:100px 0;
	background:url(../img/bg.jpg) top right no-repeat;
	position: relative;
}

#about::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
 
  border-color: transparent transparent #047CC1 transparent;
}


#about p{
    margin:20px 0;
	font-size:16px;
	font-weight:500;
    line-height:1.8em;
    color:#fff;
}

.about_innr{
    max-width:1100px;
	margin:auto;
}

.about_l{
    float:left;
	width:60%;
	padding-top:100px;
}

.about_l span{
    background-color:#FFFFFF;
	padding:8px 10px;
	color:#047CC1;
	font-size:38px;
	font-weight:700;
	letter-spacing:0.2em;
	line-height:2em;
}

.about_r{
    float:right;
	width:40%;
}

.about_r h2{
    color:#FFFFFF;
	font-size:24px;
	font-weight:600;
    letter-spacing:0;
    line-height:1.8em;

}

@media screen and (max-width: 798px) {

#about{
	width:100%;
	padding:50px 20px;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}

.about_l{
    float:none;
	width:100%;
	padding-top:100px;
}

.about_l span{
	font-size:24px;
}

.about_r h2{
	font-size:20px;

}

.about_r{
    float:none;
	width:100%;
}


}

/* -----  ----- ----- ----- ----- ----- * 概要 */

#service{
    position: relative;
	width:100%;
	min-height: 500px;
	padding:100px 0;
	background-color:#047CC1;

}

#service .bgtxt{
    position:absolute;
	top:10px;
	left:0;
	z-index:9;
}


#service_img{
    width: 90%;
	position: relative;
	z-index: 1;
}

#service_img img{
    width:100%;
}

#service_contents{
    right: 20px;
	padding: 40px 45px;
	width: 46%;
	align-items: center;
	position: absolute;
	top: 0;
	background: #FFF;
	z-index: 2;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
}

#service_contents h2{
    color:#047CC1;
	font-size:24px;
	font-weight:600;
    letter-spacing:0;
    line-height:1.8em;

}


#service p{
    margin:20px 0 50px 0;
	font-size:16px;
	font-weight:200;
    line-height:1.8em;
    color:#333333;
}

@media screen and (max-width: 798px) {

#service{
    position:static;
	width:100%;

}

#service_img{
    width: 100%;
	position:static;
}

#service_contents{
    right: 0;
	padding: 40px 45px;
	width: 100%;
	bottom: 0;
	display:block;
	position:static;
	box-sizing: border-box;
}


#service .bgtxt{
	display:none;
}


}




/* -----  ----- ----- ----- ----- ----- * 新着情報 */

#info{
     width:100%;
	 padding:100px 0;
	 background:url(../img/bg2.jpg) top center repeat;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
	 position:relative;
}

#info::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
 
  border-color: transparent transparent #fff transparent;
}


.info_inner{
    max-width: 1100px;
	margin: 0 auto;
	position:relative;
	

}

.backStr {
  position      : absolute;             /* 親要素からの相対位置 */
  display       : inline-block;         /* インラインブロック化 */
  white-space   : nowrap;               /* 折り返ししない       */
  font-size     : 180px;                 /* 背景透かし文字サイズ */
  font-weight   : bold;                 /* 太字                 */
  color         : rgba(4, 124, 193, 0.1); /* 背景透かし文字色     */
  top           : -50px;
  left          : 100px;

}

.info_inner ul{
     list-style:none;
	 margin:50px 0;
}

.info_box{
     line-height:1.8em;
	 float:left;
	 width:33%;
	 padding:30px;
	 text-align:left;
	 border-right:#CCCCCC solid 1px;
	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.info_box img{
     width:100%;
	 height:200px;
	 object-fit: cover;
}

.info_box a{
     color:#333333;
	 text-decoration:none;
}

.info_box a:hover{
     color:#999999;

}

.info_box span{
     color:#999999;
	 display:block;
}

.info_box span b{
     background-color:#047CC1;
	 color:#FFFFFF;
	 letter-spacing:1px;
	 padding:4px 10px;
	 font-size:10px;
	 vertical-align:top;
	 margin-left:10px;

}

.info_under{
     clear:both;
	 text-align:center;
	 padding:50px 0 0 0;

}


@media screen and (max-width: 798px) {

#info{
     width:100%;
	 padding:50px 20px;
	 text-align:center;

	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}


.info_box{
     line-height:1.8em;
	 float:none;
	 width:100%;
	 padding:10px;
	 text-align:left;
	 border-right:none;
	 border-bottom:#CCCCCC solid 1px;
	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

}

/* -----  ----- ----- ----- ----- ----- * フロー*/

#flow{
     width:100%;
	 padding:100px 0;
	 -moz-box-sizing: border-box;
     box-sizing: border-box;
	 position:relative;
}

#flow p{
    margin:20px 0;
	font-size:16px;
	font-weight:200;
    line-height:1.8em;
    color:#333333;
}

.flow_inner .backStr {
  position      : absolute;             /* 親要素からの相対位置 */
  display       : inline-block;         /* インラインブロック化 */
  white-space   : nowrap;               /* 折り返ししない       */
  font-size     : 180px;                 /* 背景透かし文字サイズ */
  font-weight   : bold;                 /* 太字                 */
  color         : rgba(4, 124, 193, 0.1); /* 背景透かし文字色     */
  top           : -100px;
  left          : 100px;

}


.flow_inner{
    max-width: 1100px;
	position:relative;
	margin: 0 auto;	

}

.flow_inner img{
    width:100%;

}



@media screen and (max-width: 798px) {

#flow{
     width:100%;
	 padding:50px 20px;


	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}



}

/* ====================================================
　施設概要
==================================================== */

#outline{
    position: relative;
	width:100%;
	padding:100px 0;
	background-color:#047CC1;

}

#outline_img{
    width: 90%;
	position: relative;
	z-index: 1;
}

#outline_img img{
    width:100%;
}

#outline_contents{
    right: 20px;
	padding: 40px 45px;
	width: 50%;
	align-items: center;
	position: absolute;
	bottom: 0;
	background: #FFF;
	z-index: 2;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
}

#outline_contents h3{
    color:#047CC1;
	font-size:24px;
	font-weight:600;
    letter-spacing:0;
    line-height:1.8em;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}

.teacher_box{
     line-height:1.8em;
	 float:left;
	 width:50%;
	 padding:30px;
	 text-align:left;
	 border-right:#CCCCCC solid 1px;
	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.teacher_box img{
     width:100%;
	 height:400px;
	 object-fit: cover;
}


@media screen and (max-width: 798px) {
#outline{
    position:static;
	width:100%;

}

#outline_img{
    width: 100%;
	position:static;
}

#outline_contents{
    right: 0;
	padding: 40px 45px;
	width: 100%;
	bottom: 0;
	display:block;
	position:static;
	box-sizing: border-box;
}


.teacher_box{
     line-height:1.8em;
	 float:none;
	 width:100%;
	 padding:30px;
	 text-align:left;
	 border-right:none;
	 -moz-box-sizing: border-box;
     box-sizing: border-box;
}


}

/* ====================================================
　講習内容・料金
==================================================== */

.schedule_r{
    float:right;
	width:50%;
	padding:0 0 0 20px;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}
.schedule_r img{
    width:100%;
}

.schedule_l{
    float:left;
	width:50%;
}

.uchiwake{
     background-color:#F4F4F4;
	 padding:30px;
}

.uchiwake h4{
     font-size:18px;
	 margin:0 0 10px 0;
	 padding-bottom:10px;
	 border-bottom:#CCCCCC solid 1px;
}

.uchiwake2{
     background-color:#F4F4F4;
	 padding:30px;
	 margin-bottom:50px;
}

.uchiwake2 h4{
     font-size:18px;
	 margin:0 0 10px 0;
	 padding-bottom:10px;
	 border-bottom:#CCCCCC solid 1px;
}


@media screen and (max-width: 798px) {

.schedule_r{
    float:none;
	width:100%;
	padding:0;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}

.schedule_r img{
    width:100%;
	height:450px;
	object-fit: cover;
	
}

.schedule_l{
    float:none;
	width:100%;

}

}

/* ====================================================
　流れ
==================================================== */

.flow_clr{
    clear:both;
	padding:30px 0;
	text-align:center;

}
.flow_clr i{
    color:#047CC1;
	font-size:72px;
}

/* ====================================================
　新着情報
==================================================== */

.news_box{
    padding:50px 0;
}

.news_box p{
    line-height:1.6em;
	color:#333333;
}

.news_box h4{
    border-bottom:#ccc solid 5px;
}

p.newstop{
    color:#666666;
    margin:0;

}

p.newstop span{
     background-color:#047CC1;
	 color:#FFFFFF;
	 letter-spacing:1px;
	 padding:4px 10px;
	 font-size:14px;
	 margin-right:10px;
	 vertical-align:middle;
}


/* ====================================================
　お問い合わせ
==================================================== */

.tel_num{
     font-size:36px;
	 color:#047CC1;
	 font-weight:600;

}


/* *************************************************************
　　　テーブル
************************************************************* */

table {
	border-collapse: collapse;
	border:#666666 solid 1px;
	width:100%;
	max-width:1200px;
	margin:10px auto;
}

th {
	border-bottom: #666666 1px dotted;
	text-align: left;
	padding: 10px 20px;
	font-weight: normal;
	background-color:#047CC1;
	color:#FFFFFF;
}

td {
	border-bottom: #666666 1px dotted;
	text-align: left;
	padding: 10px 20px;
}


tr:nth-child(odd) {
    background-color:  rgba(238,238,238,0.2);
}

/*tr:hover {
    background: #006666;
    color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}*/



@media screen and (max-width: 1079px) {

table {
	border-collapse: collapse;
	width:95%;
	margin:30px auto;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	display:block;
}


th {
    display:block;
}

.js-scrollable table {
	border-collapse:collapse;
	min-width:740px;
	margin:30px auto;
}

.js-scrollable td {
	border-bottom: #e3e3e3 1px dotted;
	border-top: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	display:table-cell;
	line-height:2em;
}

.js-scrollable th {
    display:table-cell;
	border-bottom: #e3e3e3 1px dotted;
}

}



/* ====================================================
　スクロールアクション
==================================================== */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



/* ====================================================
　マスクアクション
==================================================== */
.box {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color:#FFEE2C;
  
}

@keyframes play {
  from {
    transform: translateY(100%);
  }
  
  to {
    transform: translateY(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateY(0);
  }
  
  to {
    transform: translateY(-100%);
  }
}

/* ====================================================
　ボタン
==================================================== */

p.btn{
  margin-top:30px;
}
p.btn a {
  background-image: linear-gradient(rgba(255,255,255,1) 50%, rgba(4,124,193,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
  color:#047CC1;
  text-decoration:none;
  font-size:16px;
  letter-spacing:3px;
  border:#047CC1 solid 2px;
  padding:15px 50px;
  text-shadow:none;
  font-weight:700;

}
p.btn a:hover {
  background-position: 0 100%;
  color: #fff;
}


/* ====================================================
　ホバーアクション
==================================================== */

figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* *************************************************************
　　　ContactForm7
************************************************************* */
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
 
/*ここから768px以下の指定*/
 
@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
		width:100%;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}
 
/*ここまで768px以下の指定---終わり*/
 
/*ここから入力欄のスタイル指定*/
 
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}


