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

/***************************************
ROOT
****************************************/

:root {
  --font-color: #333;
  --font-color-white: #fff;
  --sub-color: #ff8f00;
  --cast-color: #ffde00;
  --bg-color: #f9f9f9;
  --border-color: #ddd;
  --accent-color: #e63946;
  --font-base: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
}


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

.s_title{
	position: relative;
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title:after{
	content: '';
	width: 4px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background: #FF6600;
	background: linear-gradient(0deg, rgba(255, 102, 0, 1) 0%, rgba(255, 153, 0, 1) 100%);
}
.s_title span{
	display: block;
	font-family: "FontA";
	font-size: 10px;
	line-height: 12px;
	color: var(--sub-color);
}
.s_title em{
	display: block;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
}


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

.main{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes now{
	0% {opacity:0;}
	20% {opacity:0;}
	80% {opacity:1;}
	100% {opacity:1;}
}



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

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

.tel, .tel a{	color: #00a8ff !important;}
.mail, .mail a{	color: #ff3333;}

.red{	color: #ff0000;}
.sat{	color: #0066ff;}
.sun{	color: #ff0000;}


/***** cast style *****/

.icon{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
}
.i1{	color: #ff6600 !important;}
.i2{	color: #38a4ff !important;}
.i3{	color: #65c644 !important;}

.course{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	color: #fff;
}
.c1{	background: #ff872e !important;}
.c2{	background: #d188ff !important;}
.c3{	background: #2ac0ff !important;}
.c4{	background: #ff73b8 !important;}
.c5{	background: #41c250 !important;}



/***** buttun *****/

.bt_main, .bt_main:hover{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 280px;
	height: 60px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: var(--sub-color);
	border: 1px solid var(--sub-color);
	border-radius: 0;
	background: 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;
}

a.bt_main,
input.bt_main{
	-webkit-appearance: none;
}

a.bt_main:hover,
input.bt_main:hover{
	cursor			: pointer;
	text-decoration: none;
	color: #fff;
	background: var(--sub-color);
}

/***** 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: #949494;}
.bx-wrapper .bx-pager.bx-default-pager a.active{	background-color: #fff;}



/***************************************
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/JosefinSans-Regular.ttf') format("truetype");
}


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


.font1{
	font-family: FontA;
}

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