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

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

.s_title{
	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: 50px;
	line-height: 1;
}

.s_title em{
	display: block;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #c09a5a;
}


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

/** sns **/

.sns_line,
.sns_x,
.sns_insta,
.sns_fb{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	font-size: 0;
	line-height: 0;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.sns_line{	background: url(../img/all/sns_line.png) no-repeat; background-size: 100% auto;}
.sns_x{	background: url(../img/all/sns_x.png) no-repeat; background-size: 100% auto;}
.sns_insta{	background: url(../img/all/sns_insta.png) no-repeat; background-size: 100% auto;}
.sns_fb{	background: url(../img/all/sns_fb.png) no-repeat; background-size: 100% auto;}



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

/***** font color *****/
body, .tx0, .tx0:hover{	color: #000;}
a, a:hover{	color: #ff55b4;}

.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_main_bg{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 250px;
}
.bt_main{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	border: 1px solid currentColor;
	border-radius: 0;
	transition: 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bt_main:before{
	content: '';
	position: absolute;
	bottom: 11px;
	right: -1em;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: currentColor;
	transition: 0.3s;
}
.bt_main:after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: -1em;
	transform: translateY(-50%);
	width: 35px;
	height: 1px;
	background-color: currentColor;
	transition: 0.3s;
}
.bt_main:hover:before, .bt_main:hover:after{
	right: -1.5em;
}
.bt_main{
	color: #5a3919;
}
.bt_main:hover{
	color: #5a3919;
}


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



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


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


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

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

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

	/***************************************
	TITLE
	****************************************/
	.s_title span{
		font-size: 40px;
		line-height: 1;
	}
	.s_title em{
		display: block;
		font-size: 14px;
		line-height: 18px;
	}


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


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


