
/*=================================================
 * 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: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding: 15px 0 25px 0;
}

.s_title span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 10px;
	line-height: 16px;
	padding: 0 20px;
	border-radius: 8px;
	margin-top: -8px;
	color: #d8c173;
	background: rgb(34,34,34);
	background: linear-gradient(90deg, rgba(34,34,34,1) 0%, rgba(68,68,68,1) 50%, rgba(34,34,34,1) 100%);
}
.s_title span:before,
.s_title span:after{
	content: '';
	width: 50px;
	border-bottom: 1px solid #222;
	position: absolute;
	top: 7px;
}
.s_title span:before{	left: -50px;}
.s_title span:after{ right: -50px; }



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

.main{
	-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: #333;}

.sat{	color	: #0066ff;}
.sun{	color	: #cc0000;}
.tel, .tel a{	color: #00a8ff !important;}
.mail, .mail a{	color: #ff3333;}

.red{	color: #ff0000;}


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

.c0,
.c1,
.c2,
.c3{
	font-family: "FontA";
}

.c0{
	color: #999;
	background: #ccc;
}

.c1{
	color: #000;
	background: rgb(194,163,95);
	background: linear-gradient(135deg, rgba(194,163,95,1) 0%, rgba(247,218,128,1) 50%, rgba(194,163,95,1) 100%);
}
.c2{
	color: #000;
	background: rgb(221,221,221);
	background: linear-gradient(135deg, rgba(221,221,221,1) 0%, rgba(245,245,245,1) 50%, rgba(221,221,221,1) 100%);
}
.c3{
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(58,58,58,1) 50%, rgba(0,0,0,1) 100%);
}


/** point **/
.po1,
.po2,
.po3,
.po4,
.po5{	color: #fff;}
.po1{	background: #0173ff;}
.po2{	background: #4ab64a;}
.po3{	background: #e61a1a;}
.po4{	background: #ff7800;}
.po5{	background: #ceaa00;}



/***** buttun *****/
.bt1{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	color: #dfc15f;
	background: #000;
	border-radius: 0;
	border: 1px solid #dfc15f;
	-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;
	background: #000;
	border-radius: 0;
	border: 1px solid #dfc15f;
	-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: #000;
	background: #dfc15f;
}

.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,
.com .bx-wrapper .bx-controls-direction a{	color: #ffffff;}
.slick-prev, .slick-next , ul#slideIcon li,
.com .bx-wrapper .bx-controls-direction a{	background-color: rgba(34, 34, 34, 0.9);}
.bx-wrapper .bx-pager.bx-default-pager a{	background-color: #ddd;}
.bx-wrapper .bx-pager.bx-default-pager a.active{	background-color: #caaa55;}



/***************************************
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: 140px;
	margin-top: -140px;
}


