/*=================================================
 * CSS for PC
 * ================================================= */

main{
	width: auto;
	padding: 0;
}

#toppage_img{
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
}

#toppage_img h2{
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	background: url(img/toppage_txt.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
}

#toppage_img img{
	width: 100%;
	height: auto;
}


#topimg{
	position: relative;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 1100px;
	height: auto;
	text-align: center;
	margin: 0 auto 50px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** pickup **/

#pickup{
	color: #fff;
	padding: 50px 0 20px 0;
	background: url(img/pick_bg.gif) top center;
}

#pickup .pbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 12.5px;
	padding: 0 0 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#pickup .pbox:hover{
	text-decoration: none;
}
#pickup .pbox .img:after{
	content: '';
	width: 140px;
	height: 140px;
	background: url(img/pick.png) no-repeat;
	background-size: 140px auto;
	position: absolute;
	top: -10px;
	right: -10px;
}

#pickup .pbox .course{
	width: calc(100% - 40px);
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#pickup .pbox .img_bg{
	position: relative;
	display: block;
	padding: 10px;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#pickup .pbox .img{
	display: block;
	width: 330px;
	height: 462px;
	overflow: hidden;
	margin: 0;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

#pickup .pbox .img > img{
	width: 330px;
	height: auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

#pickup .pbox .img:hover > img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#pickup .pbox .img .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 3px;
	right: 10px;
}
#pickup .pbox .img .icon img{ width: 70px; height: auto;}

#pickup .pbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	padding: 5px 0;
}
#pickup .pbox .name a{	color: #fff;}

#pickup .pbox .size{
	position: relative;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
#pickup .pbox .size span{	color: #caaa55;}

.gslink{
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
}

.pbt{
	display: inline-block;
	width: 200px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin: 0 5px;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	background: #caaa55;
	border: 1px solid #caaa55;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pbt:hover{
	text-decoration: none;
	color: #caaa55;
	background: #fff;
}



/** info_mid **/

#info_mid{
	display: flex;
	justify-content: center;
	padding: 50px 0;
	background: url(img/mid_bg.jpg) no-repeat top center;
	background-size: cover;
}

#info_mid h3{
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	border-bottom: 3px double #d8c173;
	padding: 15px 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info_mid h3 em{
	display: inline-block;
	font-family: "FontA";
	font-size: 28px;
	line-height: 28px;
	color: #caaa55;
	margin-right: 10px;
}

#info_mid_l{
	width: 660px;
	margin: 0 10px;
}

#info_mid_l #movie{
	background: #fff;
	padding: 0 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#info_mid_l .movie_in{
	font-size: 0;
	line-height: 0;
	margin-top: 17px;
	background: #000;
}

#info_mid_l .movie_in video{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 397px;
}

#info_mid_r{
	width: 430px;
	margin: 0 10px;
}

#info_mid_r #news{
	height: 300px;
	text-align: left;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#news .nbox{
	padding: 15px 0;
}
#news .nbox:last-of-type{	border: none;}

#news .nbox > h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #333;
}

#news .nbox > .date{
	font-size: 11px;
	line-height: 20px;
	color: #caaa55;
	margin: 0 0 5px 0;
}

#news .nbox > .txt{
	font-size: 14px;
	line-height: 1.5;
}

#news .nbox > .txt i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic', Meiryo, sans-serif;}
#news .nbox > .txt u{
	text-decoration: underline;
	-webkit-text-decoration: underline;
}


#info_mid_r .bt{
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0;
	line-height: 0;
}

#info_mid_r .bt a{
	margin-bottom: 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#info_mid_r .bt a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#info_mid_r .bt a:nth-of-type(3),
#info_mid_r .bt a:nth-of-type(4){	margin-bottom: 0;}
#info_mid_r .bt a img{
	width: 210px;
	height: auto;
}
#info_mid_r:only-child,
#info_mid_r:only-child .bt{	width: 900px;}


/** com **/

.com{
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.com h3{
	text-align: center;
}

#newface h3{	padding: 40px 0; color: #fff;}
#schedule h3{	padding: 50px 0;}

#newface{
	position: relative;
	padding: 0 0 50px 0;
	background: url(img/new_bg.gif) top center;
}

#schedule{
	position: relative;
	padding: 0 0 50px 0;
	background: url(img/bg1.gif) top center;
	background-size: 125px auto;
}

.com h3 span{
	display: block;
	font-family: "FontA";
	font-size: 50px;
	line-height: 52px;
	color: #caaa55;
}
.com h3 em{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}

.com .cbox{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 15px 30px 15px;
	padding: 0 0 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#newface .cbox{
	background: #fff;
	margin: 0;
}
#schedule .cbox{
	background: #fff;
	box-shadow: none;
	margin: 0;
}
.com .cbox:hover{
	text-decoration: none;
}

.com .cbox .course{
	font-size: 22px;
	line-height: 35px;
	text-align: center;
}

.com .cbox .img_bg{
	position: relative;
	display: block;
	padding: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.com .cbox .img{
	display: block;
	width: 250px;
	height: 350px;
	overflow: hidden;
	margin: 0;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

.com .cbox .img > img{
	width: 250px;
	height: auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

.com .cbox .img:hover > img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.com .cbox .img .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 3px;
	right: 10px;
}
.com .cbox .img .icon img{ width: 70px; height: auto;}

.com .cbox .day{
	width: calc(100% - 30px);
	font-size: 13px;
	line-height: 25px;
	color: #caaa55;
	background: rgba(34, 34, 34, 0.9);
	border-radius: 3px;
	position: absolute;
	bottom: 5px;
	left: 15px;
}

.com .cbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	padding: 5px 0;
}
.com .cbox .name a{	color: #333;}

.com .cbox .size{
	position: relative;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
.com .cbox .size span{	color: #caaa55;}
.com .cbox .size:after{
	content: '';
	width: 100px;
	border-bottom: 1px solid #caaa55;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
}

.com .cbox .txt{
	font-size: 14px;
	line-height: 20px;
}

.com .cbox .time{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	width: calc(100% - 20px);
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #c9a648;
	background: #000;
	border-radius: 15px;
	margin: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.com .cbox .time span{
	font-size: 22px;
	line-height: 22px;
	margin-right: 5px;
}


/** maga **/

#maga{
	padding: 0 0 50px 0;
	background: url(img/bg2.gif) top center;
	background-size: 50px auto;
}

#maga h3{
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

#maga h3 span{
	display: block;
	font-family: "FontA";
	font-size: 50px;
	line-height: 52px;
	color: #caaa55;
}
#maga h3 em{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}

.main_bg{
	width: 1100px;
	margin: 0 auto;
	padding: 20px;
	background: #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main{
	display: flex;
	width: 100%;
	padding: 40px;
	background: url(./img/maga_bg.png) no-repeat 0 -50px #fff;
	background-size: 290px auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.maga_l{
	width: 50%;
	text-align: center;
}

.maga_l h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 6px 0;
}

.maga_l span{
	display: block;
	font-family: "FontA";
	font-size: 12px;
	line-height: 14px;
	color: #caaa55;
	margin: 0 0 20px 0;
}

.maga_l p{
	font-size: 14px;
	line-height: 22px;
}

.maga_r{
	width: 50%;
}

.maga_form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	border: 3px double #d8c173;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.maga_form .div_input{	margin-bottom: 15px;}
.maga_form form{	width: 100%;}

.maga_form input[type="text"],
.maga_form input[type="url"],
.maga_form input[type="email"],
.maga_form input[type="tel"],
.maga_form input[type="password"],
.maga_form input[type="number"]
{
	width: 100%;
	padding: 10px;
	font-size		: 14px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border			: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.maga_form input::placeholder,
.maga_form textarea::placeholder{	color: #ccc; text-align: center;}
.maga_form input:-ms-input-placeholder,
.maga_form textarea:-ms-input-placeholder{	color: #ccc; text-align: center;}
.maga_form input::-ms-input-placeholder,
.maga_form textarea::-ms-input-placeholder{	color: #ccc; text-align: center;}

.maga_form .div_bt{
	font-size: 0;
	line-height: 0;
}

.maga_form .div_bt input{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	width: 120px;
	height: 40px;
	font-size: 18px;
	line-height: 20px;
	margin: 0 5px;
	padding: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	background: #000;
	border: 1px solid #000;
	box-shadow:0px 0px 0px 1px #222 inset;
	-moz-box-shadow:0px 0px 0px 1px #222 inset;
	-webkit-box-shadow:0px 0px 0px 1px #222 inset;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.maga_form .div_bt input:hover{
	color: #000;
	background: #fff;
	box-shadow: none;
}

.maga_form .del_bt{
	margin-top: 15px;
}

.maga_form .del_bt span{
	color: #ff0000;
}

.error{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color			: #ff0000;
}

.over{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.over span{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
}


/** bnr_review **/

#bnr_review{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 50px 0;
	background: url(img/mid_bg.jpg) no-repeat top center;
	background-size: cover;
}



/** review **/

#review{
	padding: 0 0 40px 0;
	background: url(img/new_bg.gif) top center;
}

#review h3{	padding: 40px 0; color: #fff;}
#review h3 span{
	display: block;
	font-family: "FontA";
	font-size: 50px;
	line-height: 52px;
	color: #caaa55;
}
#review h3 em{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}

.review_in{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	max-height: 600px;
	padding: 20px;
	background: #fff;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvbox{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ddd;
}
.rvbox:last-of-type{
	margin: 0;
	padding: 0;
	border: none;
}

.rvbox.nobox{
	padding:30px 0 30px 0;
}

.rimg{
	width: 100px;
	margin-right: 20px;
}

.rimg > a{
	display: block;
	margin: 0 0 5px 0;
}
.rimg > a img{
	width: 100px;
	height: auto;
}

.rimg p{
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
.rimg p a{	color: #333;}
.rimg p span{	color: #ccc;}

.rvbox_in{
	width: calc(100% - 120px);
}

.rv_top{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.rv_top_l{	width: calc(100% - 265px);}

.rv_top_l h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #caaa55;
}

.rv_top_l h4 span{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

.rv_top_l p{
	font-size: 13px;
	line-height: 20px;
}

.rv_top_l p span{	color: #999;}

.rv_top_r{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 265px;
	height: 40px;
	background: #f5f5f5;
}

.rv_top_r p{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #caaa55;
	padding-top: 5px;
}

.rv_top_r div{
	font-size: 0;
	line-height: 0;
}

.rv_top_r div img{
	width: 25px;
	height: auto;
}

.rv_txt{
	font-size: 14px;
	line-height: 25px;
}

.rv_bt_bg{
	text-align: center;
	border-bottom: 3px double #d8c173;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rv_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	width: 220px;
	height: 40px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	background: #caaa55;
	border: 1px solid #caaa55;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rv_bt:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}