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

/***************************************
TITLE
****************************************/

.s_title{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title em{
	display: block;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.s_title span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 50px;
	line-height: 52px;
}


/***************************************
MAIN CONTENTS
****************************************/

.main{
	background: rgba(22, 13, 3, 0.8);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}




/***************************************
COMMON STYLE
****************************************/

/***** font color *****/
a, a:hover, .tx_a, .tx_a:hover{	color: #dfc15f;}
body, .tx0, .tx0:hover{	color: #fff;}

.sat{	color	: #66ccff;}
.sun{	color	: #ff9999;}
.tel, .tel a{	color: #00a8ff !important;}
.mail, .mail a{	color: #ff3333;}

.red{	color: #ff0000;}


/***** course *****/

.course{
	font-family: "FontA";
	color: #fff;
}


/** icon **/

.icon{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #000;
}
.i1{	background: #c30d23;}
.i2{	background: #aa925e;}
.i3{	background: #8d8d8d;}


/***** buttun *****/
.bt1{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	border-radius: 0;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0);
	-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-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input.bt1{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	border-radius: 0;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0);
	-webkit-appearance: none;
	-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-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.bt1:hover{
	text-decoration: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #121212;
	background: #fff;
}

.bt2{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	line-height: 28px;
	text-align: center;
	padding: 0 0;
	color: #fff;
	border: 2px solid #000;
	background: #000;
	border-radius: 5px;
	-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-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input.bt2{
	width: 100%;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	border: 2px solid #000;
	background: #000;
	-webkit-appearance: none;
	border-radius: 5px;
	-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-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.bt2:hover{
	color: #000;
	text-decoration: none;
	background: #fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/***** slider *****/
.slick-prev, .slick-next , ul#slideIcon li,
#newface .bx-wrapper .bx-controls-direction a{	color: #ffffff;}
.slick-prev, .slick-next , ul#slideIcon li,
#newface .bx-wrapper .bx-controls-direction a{	background-color: rgba(255, 73, 73, 0.9);}
.bx-wrapper .bx-pager.bx-default-pager a{	background-color: #333;}
.bx-wrapper .bx-pager.bx-default-pager a.active{	background-color: #dfc15f;}



/***************************************
ROLLOVER
****************************************/

.fade{
	display: inline-block;
	padding: 0;
}

.fade,
.up a{
	-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;
}

.fade:hover,
.fade:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/***************************************
GOOGLE FONT
****************************************/

@font-face {
	font-family: FontA;
	src: url('../font/LibreCaslonDisplay-Regular.ttf') format("truetype");
}


/***** font *****/


.font1{
	font-family: FontA;
}

.anchor{
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}


/*=================================================
 * CSS for SP
 * ================================================= */

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

	.anchor{
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}

	/***************************************
	TITLE
	****************************************/
	.s_title{
	}
	.s_title em{
		font-size: 11px;
		line-height: 15px;
	}
	.s_title span{
		font-size: 30px;
		line-height: 34px;
	}


	/***************************************
	MAIN CONTENTS
	****************************************/
	.main_bg{
		padding: 5px;
	}
	.main{
	}

	.bt1{
		font-size: 16px;
		line-height: 20px;
	}
	input.bt1{
	}

	/***************************************
	COMMON STYLE (SP ONLY)
	****************************************/
}


