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

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

.s_title{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 90px;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 0;
	border: 1px solid #4c090b;
	background: -webkit-linear-gradient(180deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: -moz-linear-gradient(180deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: -o-linear-gradient(180deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: -ms-linear-gradient(180deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: linear-gradient(-90deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title em{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 28px;
	line-height: 30px;
	color: #ffdf49;
}

.s_title:before,
.s_title:after{
	content: '';
	height: 20px;
	border-left: 1px solid #b28702;
}
.s_title:before{
	position: absolute;
	top: -10px;
	left: 50%;
}
.s_title:after{
	position: absolute;
	bottom: -10px;
	left: 50%;
}

.ss_title{
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ss_title span{
	font-size: 22px;
	line-height: 34px;
}

.ss_title em{
	position: relative;
	font-family: "FontA";
	font-size: 11px;
	line-height: 12px;
	color: #ffdf49;
}

.ss_title em:before,
.ss_title em:after{
	content: '';
	display: inline-block;
	width: 20px;
	border-bottom: 1px solid #b28702;
	position: absolute;
	top: 7px;
}
.ss_title em:before{	left: -30px;}
.ss_title em:after{ right: -30px; }


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

.main_bg{
	padding: 20px;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main{
	border: 1px solid #ddd;
	-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: #e40000;}
body, .tx0, .tx0:hover{	color: #fff;}

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

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


/***** icon *****/

.icon{
	font-family: "FontA";
	letter-spacing: 0.5px;
}
.i1{	color: #aaffa3;}
.i2{	color: #ff7f7f;}
.i3{	color: #d39fff;}


/***** buttun *****/
.bt1{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	line-height: 28px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
	padding: 15px 0;
	color: #fff;
	border: 1px solid #f9d849;
	background: -webkit-linear-gradient(180deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	background: -moz-linear-gradient(180deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	background: -o-linear-gradient(180deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	background: -ms-linear-gradient(180deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	background: linear-gradient(-90deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	border-radius: 30px;
	-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		: Meiryo, "MS PGothic", Osaka, sans-serif;
	border: 1px solid #f9d849;
	background: -webkit-linear-gradient(180deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	background: -moz-linear-gradient(180deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	background: -o-linear-gradient(180deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	background: -ms-linear-gradient(180deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	background: linear-gradient(-90deg, #a57426 0%, #deaf3b 50%, #a57426 100%);
	-webkit-appearance: none;
	border-radius: 30px;
	-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);
}

.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,
#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: #000;}
.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/Cinzel-Regular.ttf') format("truetype");
}


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


.page_title:after,
.page_title em,
.font1{
	font-family: FontA;
}

.hd_info,
.page_title span,
.s_title,
#finfo,
#copyright,
.ss_title span,
.min{	font-family: "Sawarabi Mincho";}



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

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

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

	/***************************************
	TITLE
	****************************************/
	.s_title{
		position: relative;
		display: block;
		width: auto;
		height: 60px;
		font-size: 11px;
		line-height: 12px;
		padding-top: 12px;
	}
	.s_title em{
		font-size: 20px;
		line-height: 22px;
	}
	.s_title:before,
	.s_title:after{
		content: '';
		height: 14px;
		border-left: 1px solid #b28702;
	}
	.s_title:before{
		top: -7px;
	}
	.s_title:after{
		bottom: -7px;
	}
	.ss_title{
	}
	.ss_title span{
		font-size: 18px;
		line-height: 24px;
	}
	.ss_title em{
		font-size: 10px;
		line-height: 12px;
	}
	.ss_title em:before,
	.ss_title em:after{
		position: absolute;
		top: 6px;
	}

	/***************************************
	MAIN CONTENTS
	****************************************/
	.main_bg{
		padding: 5px;
	}
	.main{
	}

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


