/*---------Common---------------*/

* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Header-------*/
header .pc_b{
	height: 395px;
	background-image: url(https://unitedpeople.jp/kiss/images/wp_head_pc.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}




.btn_home{
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: #F094A3;
	text-decoration: none;
	z-index: 20;
	line-height: 39px;
	font-weight: 400;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	z-index: 100;
	font-size: 16pt;
}


/*------- SUB PAGE ----------------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px;
	padding-bottom: 100px;
}

.sub_box {
	width: 1000px;;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

h3 {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-size: 31pt;
	font-weight: 400;
	/*	letter-spacing: 0.2em;*/
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #EB8AB5;
}



table{
	clear: both;
	font-size: 90%;
	border-collapse: collapse;
	color: #fff;
}

th{
	padding: 7px 2px;
	text-align: center;
	color: #F7F78B;
	background-color: #707070;
}

td{
	border-bottom: 1px solid #9A9A9A;
	padding: 5px 0;
}

.tiku{
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background-repeat: repeat-x;
}

.area{
	text-align: center;
	font-weight: bold;
	background-color: #EF93A2;
	color: #000000;
	border-bottom: 1px solid #000000;
}

.ctr0{
	text-align: center;
}

td a:link, td a:visited, td a:active{
	color: #EF93A2;
	text-decoration: none;
}


td a:hover	{
	color: #7BC286;
	text-decoration: none;
}


#area_link a:link, 
#area_link a:visited, 
#area_link a:active {
	color: #EF93A2;
	text-decoration: none;
}

#area_link a:hover{
	color: #7BC286;
	text-decoration: none;
}

















/*----------FOOTER------------*/
footer{
	color:#000;
	background-color: #ebea80;
	padding: 70px 0;
	font-size: 10pt;
	line-height: 1.6em;
	text-align: center
}





@media screen and (max-width: 767px) {

	html {
		height: 100%;
	}

	body {
		height: 100%;

	}

	.sp {
		display: inline-block;
	}

	.sp_b {
		display: block;
	}

	.vsp {
		display: none;
	}

	.pc,
	.pc_b {
		display: none;
	}
	
	/*-----Header-------*/
	.wp_head_sumaho{
		width: 100%;
		height: auto;
	}
	
	/*------- SUB PAGE ----------------*/
	#main{
		min-width: inherit;
	}
	
	.sub_box{
		width: 100%;
		min-width: inherit;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*----------FOOTER------------*/
	footer{
		padding: 30px 13px;
	}
	
	
	
	
}
