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

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

.s_title{
	font-weight: normal;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title span{
	position: relative;
	font-family: "FontA";
	font-size: 44px;
	line-height: 1;
}

.s_title span:before,
.s_title span:after{
	content: "";
	width: 100px;
	height: 5px;
	border-top: 2px solid currentColor;
	border-bottom: 1px double currentColor;
	position: absolute;
	top: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title span:before{	left: -120px;}
.s_title span:after{	right: -120px;}

.s_title em{
	display: block;
	font-size: 18px;
	line-height: 30px;
}


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


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

/***** font color *****/
body, .tx0, .tx0:hover{	color: #222;}

.sat{	color	: #0066ff;}
.sun{	color	: #cc0000;}
.tel, .tel a{	color: #b38600 !important;}
.mail, .mail a{	color: #ff0099;}

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


/***** buttun *****/
.bt{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 200px;
	height: 55px;
	font-size: 18px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	line-height: 26px;
	color: #1b9fd3;
	text-align: center;
	outline: none;
	border: 2px solid currentColor;
	border-radius: 5px;
	background: #fff;
	-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;
}
.bt:hover{
	color: #fff;
	background: #1b9fd3;
}


/***** 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, 155, 212, 0.9);}
.bx-wrapper .bx-pager.bx-default-pager a{	background-color: #ccc;}
.bx-wrapper .bx-pager.bx-default-pager a.active{	background-color: #ff3399;}



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


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



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

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

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

	/***************************************
	TITLE
	****************************************/
	.s_title span{
		position: relative;
		font-family: "FontA";
		font-weight: normal;
		font-size: 30px;
		line-height: 1;
	}
	.s_title span:before,
	.s_title span:after{
		content: "";
		width: 30px;
		top: 20px;
	}
	.s_title span:before{	left: -40px;}
	.s_title span:after{	right: -40px;}
	.s_title em{
		display: block;
		font-size: 15px;
		line-height: 25px;
	}


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


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


