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

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

.s_title{
	height: 70px;
	text-align: center;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title em{
	font-family: "FontA";
	font-size: 22px;
	line-height: 24px;
}

.s_title span{
	position: relative;
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	border-radius: 6px;
	color: #fff;
	background: #37b1ff;
	padding: 0 15px;
}
.s_title span:before,
.s_title span:after{
	content: '';
	width: 30px;
	border-bottom: 1px solid #37b1ff;
}
.s_title span:before{
	position: absolute;
	top: 6px;
	left: -30px;
}
.s_title span:after{
	position: absolute;
	top: 6px;
	right: -30px;
}

.ss_title{
	text-align: center;
	padding: 3px;
	background: #23b8a1;
	border: 1px solid #23b8a1;
	box-shadow:0px 0px 0px 1px #91dcd0 inset;
	-moz-box-shadow:0px 0px 0px 1px #91dcd0 inset;
	-webkit-box-shadow:0px 0px 0px 1px #91dcd0 inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ss_title span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background: #2dc7af;
	padding: 11px 0;
	border-radius: 21px;
}


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

.main_bg{
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main{
	border: 1px solid #bfe6ff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


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

/***** font color *****/
a{	color: #ff3d8f;}
body{	color: #333;}

.sat{	color	: #0066ff;}
.sun{	color	: #ff0000;}
.tel, .tel a{	color: #3399ff !important;}
.mail, .mail a{	color: #ff3399;}


/***** buttun *****/
.bt1{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	line-height: 28px;
	text-align: center;
	padding: 10px 0;
	color: #333;
	background: #fff;
	border: 1px solid #a5dcff;
	border-radius: 25px;
	-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 #a5dcff;
	-webkit-appearance: none;
	border-radius: 25px;
	-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;
	color: #fff;
	background: #1598eb;
	border-color: #1598eb;
}


/***************************************
ICON
****************************************/
.i1{	background-color: rgba(0, 181, 85, 0.9);}
.i2{	background-color: rgba(255, 0, 0, 0.9);}
.i3{	background-color: rgba(118, 100, 255, 0.9);}


/***************************************
TYPE
****************************************/
.type{
	color: #fff;
}
.t0{	background-color: #dcdcdc;}
.t1{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#ff8b24 25%,#d85100 50%,#ff8b24 75%,#ffffff 100%) ;
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}
.t2{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#e7ae00 25%,#ad7200 50%,#e7ae00 75%,#ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}
.t3{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#6bc21e 25%,#438e00 50%,#6bc21e 75%,#ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}
.t4{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#29bf77 25%,#008545 50%,#29bf77 75%,#ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}
.t5{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#448fff 25%,#306cc6 50%,#448fff 75%,#ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}
.t6{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#aa81ff 25%,#7650c5 50%,#aa81ff 75%,#ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}
.t7{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#ff79d4 25%,#c23a96 50%,#ff79d4 75%,#ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}
.t8{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#ff80a4 25%,#ca4369 50%,#ff80a4 75%,#ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}
.t9{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#d477f7 25%,#9c39c1 50%,#d477f7 75%,#ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}
.t10{
	background: url(../img/all/type_l.png), url(../img/all/type_r.png) , linear-gradient(175deg, #ffffff 0%,#c1b82d 25%,#a38c0f 50%,#c1b82d 75%,#ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
}




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


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

.font1{
	font-family: FontA;
}

.font2{
	font-family: FontB;
}

.font3{
	font-family: FontC;
}

#menu a,
.htel,
.sub_info,
.s_title span,
.page_title span,
.min{	font-family: "Sawarabi Mincho";}
