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

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


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






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



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


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

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

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

.red{	color: #ff0000;}


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

.bt_bg{
	padding: 0 10px;
	text-align: center;
}

.bt_main, .bt_main:hover{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: none;
	border-radius: 3px;
	background: #ffc000;
	-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,
button.bt_main:hover,
input.bt_main:hover{
	cursor			: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/***** 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/LibreCaslonDisplay-Regular.ttf') format("truetype");
}
@font-face {
	font-family: FontB;
	src: url('../font/PinyonScript-Regular.ttf') format("truetype");
}


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


.font1{
	font-family: FontA;
}

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