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


/***************************************
CAST STYLE
****************************************/

/** time **/

.time{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff;
	background: rgba(0, 174, 243, 0.9);
}
.t0{	background: rgba(221, 221, 221, 0.9); color: #999;}
.t1{	background: rgba(255, 78, 165, 0.9);}
.t2{	background: rgba(0, 185, 135, 0.9);}

.sche1{	background: rgba(253, 99, 99, 0.9);}
.sche2{	background: rgba(253, 171, 52, 0.9);}
.sche3{	background: rgba(147, 129, 225, 0.9);}


/** point **/

.point{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

.p1{	color: #ff6ea5; background: #ffeaf6;}
.p2{	color: #ff8227; background: #ffeddd;}
.p3{	color: #be6fea; background: #f6e6ff;}
.p4{	color: #468afa; background: #eaf3ff;}
.p5{	color: #39bf90; background: #d8faee;}
.p6{	color: #fe8080; background: #ffeded;}
.p7{	color: #2bb2d2; background: #daf8ff;}
.p8{	color: #e1a800; background: #fff7d0;}
.p9{	color: #7c87d1; background: #e9ecff;}
.p10{	color: #47c04f; background: #d9f7db;}
.p11{	color: #fd77e5; background: #ffe9ff;}
.p12{	color: #feab1a; background: #fff2dd;}
.p13{	color: #fc8989; background: #fed7d7;}
.p14{	color: #3ee2a8; background: #dffff4;}
.p15{	color: #93b1f4; background: #e8efff;}
.p16{	color: #e3cb27; background: #fcffd7;}

.chk_bar input[type="checkbox"]:checked + label.label_p1,
.chk_bar input[type="radio"]:checked + label.label_p1{	color: #ff6ea5; background: #ffeaf6; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p2,
.chk_bar input[type="radio"]:checked + label.label_p2{	color: #ff8227; background: #ffeddd; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p3,
.chk_bar input[type="radio"]:checked + label.label_p3{	color: #be6fea; background: #f6e6ff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p4,
.chk_bar input[type="radio"]:checked + label.label_p4{	color: #468afa; background: #eaf3ff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p5,
.chk_bar input[type="radio"]:checked + label.label_p5{	color: #39bf90; background: #d8faee; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p6,
.chk_bar input[type="radio"]:checked + label.label_p6{	color: #fe8080; background: #ffeded; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p7,
.chk_bar input[type="radio"]:checked + label.label_p7{	color: #2bb2d2; background: #daf8ff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p8,
.chk_bar input[type="radio"]:checked + label.label_p8{	color: #e1a800; background: #fff7d0; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p9,
.chk_bar input[type="radio"]:checked + label.label_p9{	color: #7c87d1; background: #e9ecff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p10,
.chk_bar input[type="radio"]:checked + label.label_p10{	color: #47c04f; background: #d9f7db; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p11,
.chk_bar input[type="radio"]:checked + label.label_p11{	color: #fd77e5; background: #ffe9ff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p12,
.chk_bar input[type="radio"]:checked + label.label_p12{	color: #feab1a; background: #fff2dd; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p13,
.chk_bar input[type="radio"]:checked + label.label_p13{	color: #fc8989; background: #fed7d7; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p14,
.chk_bar input[type="radio"]:checked + label.label_p14{	color: #3ee2a8; background: #dffff4; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p15,
.chk_bar input[type="radio"]:checked + label.label_p15{	color: #93b1f4; background: #e8efff; border: 1px solid currentColor;}
.chk_bar input[type="checkbox"]:checked + label.label_p16,
.chk_bar input[type="radio"]:checked + label.label_p16{	color: #e3cb27; background: #fcffd7; border: 1px solid currentColor;}


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

.s_title{
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.s_title span{
	font-family: "FontA";
	font-size: 40px;
}
.s_title em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 14px;
}


.s_title2{
	text-align: center;
	line-height: 40px;
}
.s_title2 span{
	display: block;
	font-family: "FontA";
	font-size: 40px;
}
.s_title2 em{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}



/***************************************
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: #ff8f2e;}
body, .tx0, .tx0:hover{	color: #fff;}

.sat{	color	: #0099ff;}
.sun{	color	: #ff0000;}
.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 *****/
.bt1{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 220px;
	height: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	background: none;
	border-radius: 0;
	-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%;
	border: 2px solid #ff9bd4;
	background: #ff9bd4;
	-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);
	color: #000;
	background: #fff;
}

.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, 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 *****/


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

.hd_info,
.page_title span,
.s_title,
#finfo,
.ss_title em,
.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{
		line-height: 40px;
		text-align: left;
	}
	.s_title span{
		font-size: 28px;
	}
	.s_title em{
		font-size: 11px;
	}
	.s_title2{	line-height: 30px;}
	.s_title2 span{
		font-size: 28px;
	}
	.s_title2 em{
		font-size: 11px;
	}

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

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


