*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 1.0em;
	letter-spacing: 1px;
	list-style: none;
	border: none;
	font-weight: 400;
}

p,h1,h2,h3,h4,h5,a{
	font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic' ;
}

a:hover{
	filter:alpha(opacity=50);
	opacity:0.5;
}

.tab_none{
	display: none!important;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

img{
	vertical-align: bottom;
	border: none;
}

br.sp_br{
	display: none;
}

/* =========================================================
header
========================================================= */

#header {
	width: 98%;
	padding: 0 1%;
	border-bottom: 4px solid #EC86B8;
	padding-bottom: 10px;
}

/* =========================================================
header_main
========================================================= */
#header_main {
	width: 100%;
	margin: 0 auto 0;
	overflow: hidden;
}

/* =========================================================
header_m01
========================================================= */
#header_m01 {
	width: 100%;
	text-align: center;
	margin-top: 8px;
}

#header_m01 h1{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;

}

.header_inner{
	width: 100%;
	height: auto;
	margin-top: 15px;
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
}
.header_inner a{
	width: 60%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.header_inner a img{
	width: 100%;
	height: auto;
	display: block;
}
.header_inner ul{
	width: 415px;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px auto 0;
}
.header_inner ul li{
	width: auto;
	height: auto;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 20px 10px 0;
}
.header_inner ul li:nth-child(2n){
	margin-right: 0;
}
.header_inner ul h2{
	font-size: 14px;
	line-height: 24px;
}
.header_inner ul li p{
	font-size: 14px;
	line-height: 24px;
}

/* =========================================================
header_m02
========================================================= */
/*#header_m02 {
	width: 57%;
	float: right;
}

#header_m02 ul {
	display: table;
	width: 100%;
}

#header_m02 ul li {
	width: 42%;
	float: left;
	list-style-type: none;
	border-left: 6px solid #EEECDF;
	padding-left: 1%;
	margin-bottom: 10px;
}

#header_m02 ul li h2 {
	font-size: 16px;
	font-weight: 800;
	line-height: 20px;
}

#header_m02 ul li p {
	font-size: 16px;
	font-weight: 800;
	line-height: 25px;
}*/

/* =========================================================
header_mb
========================================================= */
#header_mb{
	display: none;
}

/* =========================================================
eyecatch
========================================================= */
#eyecatch01 {
	width: 100%;
	margin: 0 auto;
	height: 580px;
	background-image: url(../img/eyecatch/back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#eyecatch01 img#maru {
	width: 390px;
	margin: 0 auto;
	display: block;
	padding-top: 110px;
}

#eyecatch02 {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 0;
	height: 280px;
	background-image: url(../img/eyecatch_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	display: none;
}

#eyecatch02 img {
	width: 311px;
	margin: 0 auto;
	display: none;
}

/* =========================================================
nav
========================================================= */
#nav {
	display: none;

}

#nav_pc {
	width: 52%;
	margin: 0 auto;
	position: relative;
}

#nav_pc a:hover {
	filter:alpha(opacity=50);
	opacity:0.7;
}

#nav_pc a#nav01 {
	position: absolute;
	top: -475px;
	left: 31.5%;
	z-index: 100;
}

#nav_pc a#nav02 {
	position: absolute;
	top:-345px;
	left: 80.5%;
}

#nav_pc a#nav03 {
	position: absolute;
	top:-145px;
	left: 74%;
}

#nav_pc a#nav04 {
	position: absolute;
	top:-140px;
	left: -8%;
}

#nav_pc a#nav05 {
	position: absolute;
	top:-340px;
	left: -22%;
}

#nav_pc a img {
	width: 160px;
}

/* =========================================================
container
========================================================= */
#container {
	width: 98%;
	padding: 0 1%;
	border-top: 2px solid #CCC ;
	border-bottom: 2px solid #CCC ;
}

/* =========================================================
cont_main
========================================================= */
#cont_main {
	width: 100%;
	margin: 40px auto;
	overflow: hidden;
}

/* =========================================================
cont_main
========================================================= */
#cont_left {
	width: 67%;
	float: left;
}

/* =========================================================
cont01
========================================================= */
#cont01 {
	width: 100%;
	margin-bottom: 30px;
}


/* =========================================================
banner
========================================================= */
#banner {
	width: 100%;
	overflow: hidden;
}

/* =========================================================
ban_left
========================================================= */
#ban_left {
	width: 100%;
	margin: 10px auto;

}

#ban_left img {
	width: 100%;
}

/* =========================================================
ban_right
========================================================= */
#ban_right {
	width: 100%;
	margin: 10px auto;
}

#ban_right img {
	width: 100%;
}

/* =========================================================
aside
========================================================= */
#aside {
	width: 30%;
	float: right;
}

#aside ul li {
	list-style-type: none;
}

#aside img {
	width: 100%;
	margin-bottom: 10px;
}

/* =========================================================
footer
========================================================= */
#footer {
	width: 100%;
	border-bottom: 4px solid #F47DC1;
}

#footer small#copy{
	display: block;
	width: 100%;
 	margin: 20px auto 5px;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
}

/* =========================================================
footer_main
========================================================= */
#footer_main {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* =========================================================
fnav
========================================================= */
#fnav {
	width: 82%;
	height: auto;
	margin: 20px auto 0;

}

#fnav ul {
	margin-top: 10px;
	overflow: hidden;
}

#fnav ul li {
	float: left;
	list-style-type: none;
	margin-right: 2%;
	margin-bottom: 10px;
}

#fnav ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

/* =========================================================
footer_m01
========================================================= */
#footer_m01 {
	width: 100%;
	overflow: hidden;
}

#footer_m01 img {
	display: block;
	width: 40%;
	height: auto;
	margin: 20px auto;
}

#footer_m01 ul {
	width: 500px;
	height: auto;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}


#footer_m01 ul li{
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}

#footer_m01 ul li h2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

#footer_m01 ul li p {
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
}

br.tab_br {
	display: none;
}