
/* default style
----------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,
span, object, a, address,  cite, em,  img, ins, q,  strong,  tt, label,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 17px;
	vertical-align: baseline;
	background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
body {line-height: 1.4;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6, small{font-size:100%;font-weight:normal;}

/* Global */
body {
	font-family:"游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 400;
	font-size: 1em;
	color: #333;
	background-color:#FFF;
	margin: 0;
	padding: 0 0 0;
}
img {
	max-width: 100%;
}
a:link {
	color: #3d2211;
	text-decoration: none;
}
a:hover {
	color: #ab2a2a;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
a:visited {
	color: #3d2211;
	text-decoration: none;
}
span.red{
	color: #b42126;
}
.cf{
	clear: both;
}
.center{
	text-align: center;
}
br.br_pc{
	display: inline-block;
}
br.br_sp{
	display: none;
}


/* Navigation */

#header {
	position:fixed;
	top:0px;
	width:100%;
	height:80px;
	background-color:#FFF;
	z-index: 999;
	-webkit-box-shadow: 0 8px 6px -6px #796151;
	-moz-box-shadow: 0 8px 6px -6px #796151;
	box-shadow: 0 8px 6px -6px #796151;
}
/*
#top #header {
display: none;
}
*/
#header_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color:#FFF;
}
#logo {
	width: 180px;
	margin: 5px 0 0 15px;
	float: left;
}
#logo img{
	width: 180px;
}
#nav-toggle{
	display: none;
}
#nav {
	text-align: center;
	margin: 25px 20px 0 0;
	float: right;
}
#navigation{
	float: right;
	list-style: none;
	margin: 0;
}
#navigation li{
	float: left;
	padding:0 0 0 32px;
}
#navigation li a{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	transition: .3s;
}
#navigation li a span{
	font-size: 12px;
}
#navigation li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ab2a2a;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#navigation li a:hover::after {
	width: 100%;
}

#navigation li a.active{
	color: #ab2a2a;
	cursor:pointer;
}
.link_sp{
	display: none;
}
.information{
	width: 98%;
	max-width: 640px;
	margin: 35px auto;
	border: double 3px #333;
}
.information h2{
	text-align: center;
	text-decoration: underline;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}
.information p{
	text-align: left;
	padding: 10px 3% 3%;
	margin: 0 auto 0;
	width: fit-content;
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 6.5rem;
	font-family: FontAwesome;
	font-weight: bold;
	font-size: 12px;
	content: '続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #614c3f;
	border: #614c3f 2px solid;
	border-radius: 12px;
	background-color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}


/* topimg */

.video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.2);
}
.top_logo {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.top_logo img{
	width: 68%;
	max-width: 400px;
}
.banner_area{
	width: 98%;
	max-width: 1000px;
	margin: 40px auto 40px;
}
.banner_area img{
	width: 100%;
}
.banner_area a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
#content{
	width: 100%;
	margin: 0 auto;
}
#topnews {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 120px;
}
#topnews h2{
	color: #3d2211;
	font-size: 26px;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin: 0 auto 60px ;
	padding: 0 12px;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	width: 80%;
	max-width: 600px;
}
#topnews h2::after{
	content: "";
	display: block;
	width: 60%;
	max-width: 180px;
	height: 2px;
	margin: 0 auto 0;
	background: #3d2211;
}
#topnews_inner{
	overflow: auto;
	height: 200px;
	width: 96%;
	max-width: 900px;
	margin: 0 auto 60px;
	border: #ccbbaf solid 1px;
	background-color: #FFF;
}
#topnews_inner ul{
	padding: 20px 10px 10px 30px;
}
#topnews_inner ul li{
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 8px;
}
#topnews_inner ul li{
	list-style-type: disc !important;
}
.cat_ban{
	margin: 0 0 50px;
}
.cat_ban img{
	width: 100%;
	max-width: 1000px;
}
.cat_ban a img:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
#catch{
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 100px auto 80px;
}
#catch h1{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	color: #3d2211;
	margin: 20px 0 40px;
}
#catch p{
	margin: 20px 0 20px;
	line-height: 3.0;
	font-size: 17px;
}
#youtube {
	position: relative;
	width: 80%;
	padding-top: 44.25%;
	margin: 150px auto 150px;
}
#youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#voice_top{
	width: 100%;
	background-image: url('img/voice_top_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 10% 0;
}
#voice_top h2{
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin: 0 auto 60px ;
	padding: 0 12px;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	width: 80%;
	max-width: 600px;
}
#voice_top h2::after{
	content: "";
	display: block;
	width: 60%;
	max-width: 180px;
	height: 2px;
	margin: 0 auto 0;
	background: #FFF;
}
#menu_top{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 0 0 10%;
	clear: both;
}
#menu_top h2{
	color: #3d2211;
	font-size: 26px;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin: 80px auto 60px ;
	padding: 0 12px;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	width: 80%;
	max-width: 600px;
}
#menu_top h2::after{
	content: "";
	display: block;
	width: 60%;
	max-width: 180px;
	height: 2px;
	margin: 0 auto 0;
	background: #3d2211;
}

/* Other Page */

body#about{
	padding: 70px 0 0;
}
#about_title{
	background-image:url('img/about_bg.jpg');
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	max-height: 500px;
	overflow: hidden;
	text-align: center;
}
#about_title h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 10% 0 10%;
	font-size: 32px;
	color: #3d2211;
}
#about h3{
	color: #3d2211;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin: 0 auto 60px ;
	padding: 0 12px;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	width: 80%;
	max-width: 600px;
}
#about h3::after{
	content: "";
	display: block;
	width: 60%;
	max-width: 180px;
	height: 2px;
	margin: 0 auto 0;
	background: #3d2211;
}
#about h4{
	text-align: center;
	font-size: 22px;
	line-height: 1.8;
	margin: 100px 0 100px;
	padding: 0 2% 0;
}
#about_01{
	background-image:url('img/about001.jpg');
	background-size: 800px;
	background-position: right center;
	background-repeat: no-repeat;
	margin: 50px auto 50px;
	width: 96%;
}
#about_02{
	background-image:url('img/about002.jpg');
	background-size: 800px;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 50px auto 50px;
	width: 96%;
}
#about_03{
	background-image:url('img/about003.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 50px auto 50px;
	width: 90%;
}
.about_inner{
	margin: 50px auto;
	padding: 0 2%;
	width: 96%;
	max-width: 1000px;
	overflow: hidden;
}
.about_inner p{
	font-size: 17px;
	line-height: 2.0;
	text-shadow: 1px 1px 2px #FFF
}
.about_inner_left{
	float: left;
	width: 50%;
	padding: 2%;
	clear: both;
	overflow: hidden;
	background-color: rgb(255,255,255,0.5);
}
.about_inner_right{
	float: right;
	width: 50%;
	padding: 2%;
	clear: both;
	overflow: hidden;
	background-color: rgb(255,255,255,0.5);
}
.about_inner_center{
	width: 50%;
	margin: 0 auto 0;
	padding: 2%;
	clear: both;
	overflow: hidden;
	background-color: rgb(255,255,255,0.5);
}
.about_inner_center ul{
	margin: 15px 0 15px;
}
.about_inner_center ul li{
	margin: 10px 0 10px;
	padding-left: 10%;
}
.about_inner_center ul li a{
	font-size: 17px;
}

body#menu{
	padding: 70px 0 0;
}
#menu_title{
	background-image:url('img/menu_bg.jpg');
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	max-height: 500px;
	overflow: hidden;
	text-align: center;
}
#menu_title h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 10% 0 10%;
	font-size: 32px;
	color: #3d2211;
}
.menu_list{
	width: 98%;
	max-width: 1000px;
	margin: 80px auto 40px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.menu_list_01,.menu_list_02,.menu_list_03,.menu_list_04,.menu_list_05,.menu_list_06{
	width: 44%;
	min-height: 240px;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.1);
}
.menu_list h3{
	min-height: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #FFF;
	border-bottom: #FFF 2px solid;
	margin-top: 102%;
	padding: 0 5%;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	text-align: center;
}
.menu_list_01{
	background-image:url('img/menu_block01.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ccbbaf;
	margin: 0 3% 3%;
	position:relative;
}
.menu_list_02{
	background-image:url('img/menu_block02.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ccbbaf;
	margin: 0 3% 3%;
	position:relative;
}
.menu_list_03{
	background-image:url('img/menu_block03.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ccbbaf;
	margin: 0 3% 3%;
	position:relative;
}
.menu_list_04{
	background-image:url('img/menu_block04.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ccbbaf;
	margin: 0 3% 3%;
	position:relative;
}
.menu_list_05{
	background-image:url('img/menu_block05.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ccbbaf;
	margin: 0 3% 3%;
	position:relative;
}
.menu_list_06{
	background-image:url('img/menu_block06.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ccbbaf;
	margin: 0 3% 3%;
	position:relative;
}
.menu_list_01 p,.menu_list_02 p,.menu_list_03 p,.menu_list_04 p,.menu_list_05 p,.menu_list_06 p{
	margin: 20px 0 20px;
	padding: 0 6% 10px;
	color: #FFF;
	font-size: 17px;
	line-height: 1.8;
}
.menu_link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.menu_link_text{
	text-align: center;
	margin: 0 0 30px;
}
.menu_inner{
	margin: 0 auto 0;
	padding: 0 2%;
	width: 96%;
	max-width: 1000px;
}
.menu_inner p{
	margin: 30px 0;
	font-size: 17px;
	line-height: 2.0;
}
.menu_inner h4{
	color: #3d2211;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin: 0 auto 60px ;
	padding: 0 12px;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	width: 80%;
	max-width: 600px;
}
.menu_inner h4::after{
	content: "";
	display: block;
	width: 60%;
	max-width: 180px;
	height: 2px;
	margin: 0 auto 0;
	background: #3d2211;
}
.menu_inner table{
	width: 98%;
	max-width: 700px;
	margin: 20px auto 80px;
}
.menu_inner table tr.title{
	background-color: #ccbbaf;
}
.menu_inner table tr.title th{
	color: #FFF;
	font-size: 17px;
}
.menu_inner table th{
	color: #444;
	border: 1px #ccbbaf solid;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.6;
}
.menu_inner table th span{
	font-size: 14px;
}
.menu_inner table th.course{
	padding: 20px 6px;
	width: 30%;
}
.menu_inner table td{
	color: #444;
	border: 1px #ccbbaf solid;
	padding: 25px 10px;
	text-align: center;
	vertical-align: middle;
	width: 35%;
	line-height: 1.6;
}
.menu_inner table td.detail{
	text-align: left;
}
.menu_inner table td span{
	font-size: 12px;
}
.menu_inner img{
	width: 68%;
	max-width: 420px;
	display: block;
	margin: 0 auto 50px;
}
.menu_movie img{
	width: 90%;
	max-width: 680px;
}
#menu_01{
	padding: 85px 0 60px;
}
#menu_02{
	padding: 85px 0 60px;
	background-color: #fbf7f3;
}
#menu_03{
	padding: 85px 0 60px;
}
#menu_04{
	padding: 85px 0 60px;
	background-color: #fbf7f3;
}
#menu_05{
	padding: 85px 0 60px;
}
#menu_06{
	padding: 85px 0 60px;
	background-color: #fbf7f3;
}

body#staff{
	padding: 70px 0 0;
}
#staff_title{
	background-image:url('img/staff_bg.jpg');
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	max-height: 500px;
	overflow: hidden;
	text-align: center;
}
#staff_title h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 10% 0 10%;
	font-size: 32px;
	color: #3d2211;
}
.staff_bg{
	background-color: #fbf5ef;
	overflow: hidden;
}
.staff_inner{
	margin: 50px auto;
	width: 94%;
	max-width: 1000px;
	overflow: hidden;
}
.staff_inner p{
	margin: 30px 0 0;
	font-size: 17px;
	line-height: 2.0;
}
.staff_image{
	float: left;
	width: 50%;
	text-align: center;
	overflow: hidden;
}
.staff_image img{
	max-width: 400px;
	width: 98%;
	margin: 0 auto 0;
}
.staff_description{
	float: right;
	width: 50%;
	padding: 10% 0 0 0;
	text-align: center;
}
.staff_description h3{
	font-size: 20px;
	text-decoration: underline;
}
.staff_story{
	clear: both;
	margin: 40px auto 60px;
}
.staff_story h4{
	text-align: center;
	font-size: 22px;
	color: #3d2211;
	margin: 0 0 50px;
}

body#voice{
	padding: 70px 0 0;
}
#voice_title{
	background-image:url('img/voice_bg.jpg');
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	max-height: 500px;
	overflow: hidden;
	text-align: center;
}
#voice_title h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 10% 0 10%;
	font-size: 32px;
	color: #FFF;
}
#voice_inner{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 0;
}
#voice_inner a{
	text-align: center;
	margin: 30px auto;
	font-size: 17px;
	text-decoration: underline;
	color: #FFF;
}
.voice_inner_box{
	width: 38%;
	margin: 40px auto;
	padding: 40px 3% 40px;
	text-align: center;
	background-color: rgb(255,255,255,0.9);
	border: 1px solid #EEE;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.1);
}
.voice_inner_box h3{
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
	color: #3d2211;
}
.voice_inner_box p{
	text-align: left;
	line-height: 1.8;
	font-size: 13px;
}
.voice_inner_box p.voice_name{
	text-align: right;
	margin: 10px 0 0;
}

body#reserve{
	padding: 70px 0 0;
}
#reserve_title{
	background-image:url('img/reserve_bg.jpg');
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	max-height: 500px;
	overflow: hidden;
	text-align: center;
}
#reserve_title h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 10% 0 10%;
	font-size: 32px;
	color: #FFF;
}
#reserve_inner{
	width: 96%;
	max-width: 1000px;
	margin: 50px auto 50px;
}
#reserve_inner h3{
	color: #3d2211;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin: 0 auto 40px ;
	padding: 0 12px;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	width: 80%;
	max-width: 600px;
}
#reserve_inner h3::after{
	content: "";
	display: block;
	width: 60%;
	max-width: 180px;
	height: 2px;
	margin: 0 auto 0;
	background: #3d2211;
}
#reserve_inner p{
	font-size: 17px;
	line-height: 1.8;
}
#reserve_inner a{
	text-decoration: underline;
}
#reserve_inner ul li{
	font-size: 14px;
	margin: 10px 0 10px;
	padding: 0 2% 0;
}
#reserve_inner a.line{
	margin: 15px auto 10px;
	text-align: center;
}
#reserve_inner form{
	width: 100%;
	margin: 20px auto 80px;
}
#reserve_inner table.formTable{
	width:100%;
	margin:20px auto 40px;
	border-collapse:collapse;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.1);
}
#reserve_inner table.formTable td,table.formTable th{
	border-bottom:1px dashed #ccc;
	padding:20px 10px;
	line-height: 1.8;
}
#reserve_inner table.formTable th{
	width:40%;
	font-weight:bold;
	vertical-align: middle;
	padding-left: 1.4em;
}
#reserve_inner table.formTable th:before{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border: solid 4px #ccbbaf;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	float: left;
	margin: 0 6px 0 0;
}
.reserve_form{
	text-align: center;
	margin: 30px auto 60px;
}
.reserve_form iframe{
	margin: 35px auto 20px;
    border: 1px solid #DDD !important;
	min-height: 600px !important;
}
.reserve_tel{
	text-align: center;
	margin: 40px auto 0;
}
.reserve_tel a{
	font-size: 22px;
	margin: 0 0 12px;
	display: block;
}
	.button{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #ccbbaf;
	display: block;
	margin: 0 auto 4%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	font-size: 110%;
	padding: 8px 25px;
	letter-spacing: 0.2em;
}
.form_sp_l{
	width: 95%;
}
p.form_note{
	font-size: 11px !important;
	color: #ab2a2a;
	text-align: left !important;
	margin: 5px 0 0 0;
}
#reserve_inner_block{
	width: 98%;
	max-width: 480px;
	margin: 50px auto 50px;
}

p.error_messe{
	margin:5px 0;
	color:red;
}

body#access{
	padding: 80px 0 0;
}
.access_inner{
	margin: 30px auto 60px;
	width: 100%;
	max-width: 1200px; 
}
.access_inner h2{
	margin: 0 0 40px 0;
	padding: 0 20px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	text-align: center;
	vertical-align: baseline;
	border-bottom: #614c3f solid 3px;
}
.access_inner p{
	max-width: 740px;
	margin: 0 auto 0;
	padding: 0 2% 0;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.access_inner table{
	width: 90%;
	max-width: 600px;
	margin: 20px auto 60px;
}
.access_inner th{
	font-weight: bold;
	padding: 12px 0 12px;
	width: 30%;
}
.access_inner td{
	padding: 12px 0 12px;
}
.access_inner img{
	width: 100%;
	margin: 20px auto 0;
}
a.tel{
	text-decoration: underline;
}
.ggmap {
	position: relative;
	padding: 30px 5% 56.25%;
	height: 0;
	overflow: hidden;
	margin: 50px auto 50px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body#school{
	padding: 80px 0 0;
}
.school_inner{
	margin: 30px auto 60px;
	width: 100%;
	max-width: 800px;
}
.school_inner h2{
	margin: 0 0 40px 0;
	padding: 0 20px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	text-align: center;
	vertical-align: baseline;
	border-bottom: #614c3f solid 3px;
}
.school_inner h3{
	font-size: 17px;
	font-weight: bold;
	margin: 40px 0 15px;
	padding: 0 1% 0;
}
.school_inner p{
	margin: 0 auto 0;
	padding: 0 2% 0;
}
.school_inner img{
	width: 60%;
	max-width: 600px;
	margin: 0 10px 10px 0;
	float: left;
}
.school_inner a{
	text-decoration: underline;
}
.school_inner ul{
	display: flex;
	margin: 40px auto 0;
}
.school_inner ul li{
	width: 33%;
}
.school_inner ul li img{
	width: 100%!important;
}

body#online_lesson{
	padding: 70px 0 0;
}
#online_lesson_title{
	background-image:url('img/online_lesson_bg.jpg');
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	max-height: 500px;
	overflow: hidden;
	text-align: center;
}
#online_lesson_title h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 10% 0 10%;
	font-size: 32px;
	color: #3d2211;
}
.online_lesson_inner{
	margin: 50px auto;
	width: 94%;
	max-width: 1000px;
	overflow: hidden;
}
.online_lesson_inner h3{
	text-align: center;
	font-size: 20px;
	margin: 30px auto 20px;
}
.online_lesson_inner p{
	margin: 30px 0 0;
	font-size: 17px;
	line-height: 2.0;
}
.online_lesson_inner img{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
}
body#campaign{
	padding: 80px 0 0;
}
.campaign_inner{
	margin: 30px auto 60px;
	width: 100%;
	max-width: 800px;
}
.campaign_inner h2{
	margin: 0 0 40px 0;
	padding: 0 20px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	text-align: center;
	vertical-align: baseline;
	border-bottom: #614c3f solid 3px;
}
.campaign_inner h3{
	font-size: 17px;
	font-weight: bold;
	margin: 40px 0 15px;
	padding: 0 1% 0;
}
.campaign_inner p{
	margin: 0 auto 0;
	padding: 0 2% 0;
}
.campaign_inner a{
	text-decoration: underline;
}
.campaign_inner ul{
	margin: 20px auto;
	padding: 0 3% 0;
}
.campaign_inner ul li{
	margin: 10px 0;
}
.campaign_inner ul li img{
	margin-right: 5px;
}
body#news{
	padding: 80px 0 0;
}
.news_inner{
	margin: 30px auto 60px;
	width: 100%;
	max-width: 800px;
}
.news_inner h2{
	margin: 0 0 40px 0;
	padding: 0 20px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	text-align: center;
	vertical-align: baseline;
	border-bottom: #614c3f solid 3px;
}
.news_inner p{
	max-width: 650px;
	margin: 0 auto 0;
	padding: 0 2% 0;
}
body#policy{
	padding: 80px 0 0;
}
#policy article{
	margin: 30px auto 50px;
	width: 100%;
	max-width: 800px;
}
#policy section{
	padding: 0 10px;
}
#policy h2{
	margin: 0 0 40px 0;
	padding: 0 20px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	text-align: center;
	vertical-align: baseline;
	border-bottom: #614c3f solid 3px;
}
#policy h3{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	border-bottom: #614c3f solid 2px;
	margin: 40px 0 25px;
}
#policy h4{
	font-size: 17px;
	font-weight: bold;
	color: #666;
	margin: 0 0 5px;
}
.policy_inner p{
	font-size: 17px;
	line-height: 1.8;
	margin: 0 0 20px;
}
.policy_inner ul{
	margin: 0 0 30px 30px;
}
.policy_inner ul li{
	font-size: 17px;
	line-height: 1.8;
	list-style: disc;
}
.policy_inner a{
	font-size: 17px;
}
.policy_inner strong{
	font-size: 17px;
	font-weight: bold;
}
body#faq{
	padding: 80px 0 0;
}
#faq article{
	margin: 30px auto 50px;
	width: 100%;
	max-width: 800px;
}
#faq section{
	padding: 0 10px;
}
#faq h2{
	margin: 0 0 40px 0;
	padding: 0 20px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	text-align: center;
	vertical-align: baseline;
	border-bottom: #614c3f solid 3px;
}
#faq h3{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	border-bottom: #614c3f solid 2px;
	margin: 40px 0 25px;
}
#faq h4{
	font-size: 17px;
	font-weight: bold;
	color: #666;
	margin: 0 0 5px;
}
.faq_inner p{
	font-size: 17px;
	line-height: 1.8;
	margin: 0 0 20px;
}
.faq_inner ul{
	margin: 0 0 30px 30px;
}
.faq_inner ul li{
	font-size: 17px;
	line-height: 1.8;
	list-style: disc;
	margin: 20px 0;
}
.faq_inner ul li span{
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}
.faq_inner ul li a{
	text-decoration: underline;
}
.faq_inner a{
	font-size: 17px;
}
.faq_inner strong{
	font-size: 17px;
	font-weight: bold;
}
body#contact{
	padding: 80px 0 0;
}



/* Footer */
#page-top {
	position: fixed;
	bottom: 5px !important;
	right: 5px;
	z-index: 10;
}
#page-top a {
	background: #FFF;
	text-decoration: none;
	width: 40px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#page-apply {
    position: fixed;
    bottom: 0px !important;
    width: 100%;
	text-align: center;
	background-color: #FFF;
    padding: 8px 0;
	border-top: #e5e5e5 1px solid;
	z-index: 5;
	display: none;
}
#page-apply a {
    background: #614c3f;
    text-decoration: none;
    width: 120px;
    text-align: center;
    display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
    line-height: 2.6;
	letter-spacing: -0.03em;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#page-apply a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#reserve #page-apply {
	display: none;
}
#footer_wave{
	background-image: url('img/bottom_sun.svg');
	background-size: 60px 60px;
	background-position: 95% 32%;
	background-repeat: no-repeat;
}
canvas {
    width: 100%;
    height: 70px;
    vertical-align: top;
}
#footer_bg{
	height: 30px;
	background-color: #cae3fc;
}
#footer_bg img{
	width: 60px;
	height: 60px;
}
#footer{
	width: 100%;
	padding: 50px 0;
	background-color: #ccbbaf;
	text-align: center;
}
#footer ul.footer_link{
	width: 90%;
	max-width: 900px;
	height: 20px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#footer ul.footer_link li{
	width: 33%;
	margin: 0 auto 10px;
	list-style-type: none;
}
#footer ul.footer_link li a{
	font-size: 17px;
	color: #FFF;
}
#footer ul.footer_link li a:before{
	content: "> ";
}
#footer ul.sns_link{
	width: 210px;
	margin: 70px auto 20px;
	overflow: hidden;
}
#footer ul.sns_link li{
	float: left;
	margin: 0 15px 0;
}
#footer ul.sns_link li img{
	width: 40px;
	display: block;
}
#footer p{
	clear: both;
	height: 100%;
	margin: 50px 0 0;
	padding: 0 2%;
	font-size: 14px;
	color: #FFF;
}



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

	br.br_pc{
		display: none;
	}
	#logo {
		text-align: center;
		margin: 0 auto 0;
		float: none;
		padding: 8px 0 0;
	}
	#logo img{
		margin: 0 auto;
	}
	#header_inner {
		z-index: 999;
		width: 100%;
		height: 78px;
	}
	#nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -490px;
		background: #FFF;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		z-index: -300;
		float: none;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		-webkit-box-shadow: 0 8px 6px -6px #796151;
		-moz-box-shadow: 0 8px 6px -6px #796151;
		box-shadow: 0 8px 6px -6px #796151;
	}
	#nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#nav ul li {
		float: none;
		position: static;
	}
	#navigation{
		float: none;
	}
	#navigation li{
		padding: 0;
	}
	#navigation li a span{
		font-size: 13px;
		margin-left: 10px;
	}
	#header #nav ul li a {
		width: 100%;
		display: block;
		font-weight: bold;
		line-height: 2.4rem;
		padding: 10px 0;
	}
	#navigation li a::after {
		display: none;
	}
	#navigation li a:hover::after {
		display: none;
	}
	#navigation li a:hover{
		color: #ab2a2a;
	}
	#navigation li a.active{
		color: #ab2a2a;
		text-decoration: underline;
		cursor:pointer;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 30px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 200;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #614c3f;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #nav スライドアニメーション */
	.open #nav {
		/* #nav top + #mobile-head height */
		-moz-transform: translateY(570px);
		-webkit-transform: translateY(570px);
		transform: translateY(570px);
	}
	#about_title h2{
		font-size: 28px;
	}
	#menu_title h2{
		font-size: 28px;
	}
	#staff_title h2{
		font-size: 28px;
	}
	#voice_title h2{
		font-size: 28px;
	}
	#reserve_title h2{
		font-size: 28px;
	}
	#contact_title h2{
		font-size: 28px;
	}
	#online_lesson_title h2{
		font-size: 28px;
	}
	#about_01{
		background-size: 100%;
		background-position: top center;
		width: 96%;
		padding-top: 55%;
	}
	#about_02{
		background-size: 100%;
		background-position: top center;
		width: 96%;
		padding-top: 55%;
	}
	#about_03{
		background-size: 100%;
		background-position: top center;
		width: 96%;
		padding-top: 55%;
	}
	#about h3{
		margin: 20px auto 20px ;
	}
	.about_inner_left{
		float: none;
		width: 96%;
	}
	.about_inner_right{
		float: none;
		width: 96%;
	}
	.about_inner_center{
		float: none;
		width: 96%;
	}
	#footer{
		padding: 40px 0 80px;
	}
	#page-top a:hover {
	    text-decoration: none;
	    background: #FFF;
	}
	#page-top {
		bottom: 7px !important;
	}
	#page-apply {
		display: block;
	}


}



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

	.link_sp{
		display: block;
	}
	.link_pc{
		display: none;
	}
	#slider_logo{
		padding-top: 150px;
	}
	#slider_logo img{
		width: 40%;
	}
	#catch h1{
		font-size: 26px;
	}
	#youtube {
		width: 92%;
		padding-top: 51.25%;
	}
	#footer{
		padding: 40px 0 80px;
	}
	#footer ul.footer_link{
		width: 100%;
		height: 100%;
		display: block;
	}
	#footer ul.footer_link li{
		float: none;
		margin: 18px 0;
		width: 100%;
	}
	.sp_text:after {
		content:attr(data-label);
		font-size: 28px;
	}
	.sp_text img {
		display:none;
	}
	.pc_br{
		display: none;
	}
	#about h4{
		font-size: 18px;
	}
	.menu_list{
		flex-wrap: wrap;
	}
	.menu_list h3{
		margin-top: 20%;
	}
	.menu_list_01,.menu_list_02,.menu_list_03,.menu_list_04,.menu_list_05,.menu_list_06{
		width: 96%;
		margin: 40px auto 40px;
		background-position: center bottom;
		background-size: cover;
	}
	.menu_list_01::before,.menu_list_02::before,.menu_list_03::before,.menu_list_04::before,.menu_list_05::before,.menu_list_06::before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(61, 34, 17, 0.40);
		z-index: -10;
	}
	#voice_top{
		background: none;
		background-color: #ccbbaf;
	}
	.voice_inner_box{
		width: 86%;
		margin: 40px auto 40px;
	}
	#about_title h2{
		font-size: 24px;
	}
	#menu_title h2{
		font-size: 24px;
	}
	#staff_title h2{
		font-size: 24px;
	}
	#voice_title h2{
		font-size: 24px;
	}
	#reserve_title h2{
		font-size: 24px;
	}
	#contact_title h2{
		font-size: 24px;
	}
	#online_lesson_title h2{
		font-size: 24px;
	}


}

/* / Tablet */



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


	body{
		padding: 0 0 0;
	}
	#header{
		height: 55px;
	}
	#header_inner{
		height: 55px;
	}
	#logo {
		padding: 3px 0 0;
	}
	#logo img{
		width: 120px;
	}
	#nav {
		top: -515px;
	}
	#header #nav ul li a {
		padding: 6px 0;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 17px;
		top: 17px;
		width: 28px;
		height: 22px;
		cursor: pointer;
		z-index: 200;
	}
	#nav-toggle span {
		height: 2px;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 9px;
	}
	#nav-toggle span:nth-child(3) {
		top: 18px;
	}
	#slider_logo img{
		width: 40%;
	}
	#catch p{
		font-size: 17px;
	}
	body#about{
		padding: 45px 0 0;
	}
	body#menu{
		padding: 45px 0 0;
	}
	body#staff{
		padding: 45px 0 0;
	}
	body#voice{
		padding: 45px 0 0;
	}
	body#reserve{
		padding: 45px 0 0;
	}
	body#contact{
		padding: 45px 0 0;
	}
	body#access{
		padding: 45px 0 0;
	}
	body#school{
		padding: 45px 0 0;
	}
	body#campaign{
		padding: 45px 0 0;
	}
	body#news{
		padding: 45px 0 0;
	}
	body#policy{
		padding: 45px 0 0;
	}
	body#online_lesson{
		padding: 45px 0 0;
	}
	#about_title h2{
		font-size: 20px;
	}
	#menu_title h2{
		font-size: 20px;
	}
	#staff_title h2{
		font-size: 20px;
	}
	#voice_title h2{
		font-size: 20px;
	}
	#reserve_title h2{
		font-size: 20px;
	}
	#contact_title h2{
		font-size: 20px;
	}
	#online_lesson_title h2{
		font-size: 20px;
	}
	br.br_sp{
		display: block;
	}
	#about h4{
		font-size: 17px;
	}
	.staff_image{
		float: none;
		width: 100%;
	}
	.staff_image img{
		max-width: 500px;
		width: 98%;
		margin: 0 auto 0;
	}
	.staff_description{
		float: none;
		width: 98%;
	}
	.school_inner img{
		float: none;
		width: 100%;
		margin: 0 auto 10px;
	}

}

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


	#catch h1{
		font-size: 20px;
	}
	#slider_logo img{
		width: 40%;
	}
	.cf_sp{
		clear: both;
	}
	.information p {
    font-size: 3.4vw;
	}

}


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


}

/* / Mobile */


/* lightbox */
body:after {
  content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* /lightbox */

/* Modal */

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

