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

br.pc_none{	display: none;}


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

.s_title{
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title em{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #999;
}

.s_title span{
	position: relative;
	display: block;
	font-family: "FontA";
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 3px;
}

.ss_title{
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ss_title em{
	position: relative;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
}
.ss_title span{
	position: relative;
	display: block;
	font-family: "FontA";
	font-size: 12px;
	line-height: 1;
	color: #999;
}



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

.main_bg{
	padding: 20px;
-webkit-background-size: 3px 3px;
-moz-background-size: 3px 3px;
background-size: 3px 3px;
background-color: rgba(255, 255, 255, 0.7);
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffffff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffffff),
            color-stop(.75, #ffffff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main{
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(67, 67, 67, 0.05);
	-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: #ff9900;}
body, .tx0, .tx0:hover{	color: #333;}

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

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


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

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


/***** buttun *****/
.bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 30px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-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{
	text-decoration: none;
	color: #fff;
	background: #000d1e;
	border-color: #000d1e;
}


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


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

@media screen and (max-width: 750px) {
	br.pc_none{	display: inline;}
	br.sp_none{	display: none;}


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

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

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

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


