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

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

.s_title{
	position: relative;
	width: 100%;
	text-align: left;
	color: #000;
	padding: 4px 0;
	border-bottom: 3px double #dacca0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title span{
	display: inline-block;
	vertical-align: baseline;
	font-family: "FontA";
	font-size: 32px;
	line-height: 32px;
}
.s_title span:first-letter{	color: #a48c40;}

.s_title em{
	display: inline-block;
	vertical-align: baseline;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 12px;
	margin-left: 8px;
}


/***************************************
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	: #0099ff;}
.sun{	color	: #ff3333;}
.tel, .tel a{	color: #00a8ff !important;}
.mail, .mail a{	color: #ff3333;}

.red{	color: #ff0000;}


/***** area *****/

.area{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #fff;
}
.a1{	background: #f4831e !important;}
.a2{	background: #367fed !important;}
.a3{	background: #46a134 !important;}
.a4{	background: #ad75dd !important;}
.a5{	background: #b85e4c !important;}




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

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

.bt, .bt:hover{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
	color: #fff;
	border: 1px solid #ba9d42;
	border-radius: 5px;
	background: rgb(162,137,59);
	background: linear-gradient(90deg, rgba(162,137,59,1) 0%, rgba(192,162,67,1) 100%);
	-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,
input.bt{
	-webkit-appearance: none;
}

a.bt:hover,
input.bt:hover{
	cursor			: pointer;
	text-decoration: none;
	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: 70px;
	margin-top: -70px;
}
