@charset "utf-8";
/* CSS Document */


/*TOPページ 
------------------------------------------------------------*/

.mainvisual{
	padding-top: 0.5em;
	margin: 0em auto 0 auto;
	text-align: center;
	background: #e0e0e0;
}

.mainvisual p,
.mainvisual p img{
	text-align: center;
	margin: 0 auto 0 auto;
}


.mv_info{
	margin-left: 2%;
}
#index article{
	margin-top: 2em;
	margin-bottom: -2em;
}

#index h2{
	background:none;
	background-image: none;
	background-color: none;
	border-bottom: 0px solid #fab6c2;
	text-align: center;
	margin-bottom: 1em;
	color:inherit;
	padding: 0 0 0 0;
}
#index h3{
	background: none;
	background: url(../images/h3_bg.png) no-repeat left bottom,url(../images/h3_bg.png) no-repeat left top,url(../images/top_info_bg.png) no-repeat 65% center;
	padding: 0.5em 0 0.5em 1em;
}
h3.mask{
	background: url(../images/h3_bg.png) no-repeat left bottom,url(../images/h3_bg.png) no-repeat left top,url(../images/top_info_bg.png) no-repeat 85% center!important;
	padding: 0.5em 0 0.5em 1em;
}


#index h3:before {
	display: inline-block;
	content: url(../images/h3_icon.png);
	margin: 0 1.5em 0 0;
}
.top_message{
	/*height: 200px;*/
	background: url(../images/point_bg.png) no-repeat center center;
	background-size: auto 100%;
	text-align: center;
	padding-bottom: 2em;
}

.top_message h2 img{
	width:65%;
}
.top_point ul{
	max-width: 680px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	margin:0 auto;
}
.top_point ul li{
	width: 33%;
	margin: 1em 0;
}

/*お知らせ欄
------------------------------------------------------------*/
.topinfo {
	width:96%;
	margin: 1.5em auto;
	overflow-y: scroll;
	padding: 0 0;
}
.topinfo dt{
	font-weight: bold;
	color:#ec8a9f;
}

.topinfo dt:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f06c";
	font-weight: normal;
	font-style: normal;
	margin-right: 0.5em;
}
.topinfo dd{
	margin-bottom: 1em;
	padding: 0 0 0.5em 0.5em;
	border-bottom: 1px solid #d7cfcc;
}
.topinfo dd:last-child{
	border-bottom: none;
}
.topinfo dd a:before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f0a9";
	font-weight: normal;
	font-style: normal;
	margin-right: 0.5em;
}

.topinfo dd p{
	margin-bottom: 0;
}









@media screen and (max-width: 979px) {
	#index h3{
		background: url(../images/h3_bg.png) no-repeat left bottom,url(../images/h3_bg.png) no-repeat left top;
		margin-bottom: 1em;
	}
	
	
	h3.mask{
		background: url(../images/h3_bg.png) no-repeat left bottom,url(../images/h3_bg.png) no-repeat left top!important;
		margin-bottom: 1em;
}
}


/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

/*TOPページ 
------------------------------------------------------------*/

	#index {
		padding-top: 0em;
	}
	
	#index h3{
		background: url(../images/h3_bg.png) no-repeat left bottom,url(../images/h3_bg.png) no-repeat left top;
		margin-bottom: 1em;
	}
	
	
	h3.mask{
		background: url(../images/h3_bg.png) no-repeat left bottom,url(../images/h3_bg.png) no-repeat left top!important;
		margin-bottom: 1em;
}

	
	
	/* HOME ご挨拶 --------------*/
	
.top_message {
	height: auto;
	background-size: auto 100%;
	}
	
	
	.top_message h2 img{
	width:100%;
}
	
.top_message p {
	width:94%;
	margin: 0 auto;
    font-size: 1.1em;
	text-align: left;
}	
	.top_point{
		background-size: auto 98%;
		padding: 0.5em;
	}
	.top_point ul{
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
	.top_point ul li{
		width: 48%;
		margin-bottom: 0;
	}

	/*お知らせ欄
	------------------------------------------------------------*/
	.topinfo {
		max-height: 300px;
		padding: 0;
		margin: 1em auto;
		width: 95%;
	}
	.topinfo dt{
		padding: 0 0 0 0em;
	}
	.topinfo dd{
		padding: 0 0.2em 1em 0.2em ;
		line-height: 1.4em;
	}

}


