@charset "utf-8";
/*====Menu all====*/
.page_head_nav{
	width: 1100px;
	margin:auto;
	min-width:1100px;
	/* background: #FFD176; */
	padding: 10px 0px;
	/* padding-top: 0; */
}
.page_head_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.page_head_nav ul li{
	display:inline-block;
}
.page_head_nav ul li a{
	margin:0px 2px;
	color: #FFFFFF;
	display:block;
	box-shadow: 2px 3px 2px #797674;
	text-decoration:none;
	text-align: center;
	width: 180px;
	padding: 10px 0px;
	background: #B5DEB2;
}
.page_head_nav ul li a:hover{
	background: #F4B9BA;
	text-decoration:none;
	color: #FFFFFF;
}

.foot_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.foot_nav ul li{
	display:inline-block;
	position:relative;
}
.foot_nav ul li:after{
	position:absolute;
	content:"❖";
	top:12px;
	left:0;
	color: #FFF;
}
.foot_nav ul li a{
	display:block;
	padding: 10px 15px;
	margin:2px 0px;
}

.place_side_nav{
	margin-bottom:15px;
	margin-top: 10px;
}
.place_side_nav ul{
	list-style-type:none;
}
.place_side_nav ul li{
	display:block;
}
.place_side_nav ul li a{
	display:block;
	padding: 8px 0px;
	text-align:center;
	text-decoration:none;
	color: #EAA680;
	box-shadow: 0px 0px 1px #000;
}
.place_side_nav ul li a:hover{
	background: #ECB18F;
	color:#fff;
	text-decoration:none;
}
.group_inside_nav{
	width: 267px;
	float: left;
	margin-left: 10px;
	background: #fff;
}
.group_inside_nav ul{
	list-style-type:none;
}
.group_inside_nav ul li{
	display:block;
}
.group_inside_nav ul li a{
	display:block;
	padding: 13px 0px;
	text-align:center;
	text-decoration:none;
	color: #FF5B68;
	box-shadow: 0px 0px 1px #fff;
	margin-bottom: 3px;
}
.group_inside_nav ul li a:hover{
	text-decoration:none;
	color:#fff;
	background: #FC979F;
}
@media screen and (max-width:480px){
.page_head_nav{
	width:100%;
	min-width:100%;
}
.page_head_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.page_head_nav ul li{
	width:100%;
	display:block;
}
.page_head_nav ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	width: 100%;
	border: 0;
}

.foot_nav ul{
	display:block;
}
.foot_nav ul li{
	display:block;
}
.foot_nav ul li:after{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#fff;
}
.place_side_nav ul li a{
	border:0;
	box-shadow:0px 0px;
}
.group_inside_nav{
	width: 96%;
	margin-right:0;
	margin-top: 10px;
}
}
/*====End Menu all====*/
body{
	font-size: 13px;
	background: rgb(255, 255, 255);
	font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;
	}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	padding-left: 10px;
	padding-right:10px;
}
/* ============== start h2 ==================*/
h2  {
    position: relative;
    margin: 0 0em;
    padding: 0.8em 0 0.8em 2em;
    border-bottom: 2px solid #FC979F;
    font-size: 1.143em;
    font-weight: bold;
    color: #424242;
    text-indent: 15px;
    margin-bottom: 10px;
}
h2:before {
    content: "";
    position: absolute;
    background: #FB99A1;
    top: 50%;
    left: 0.5em;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #FB344B inset;
    -moz-box-shadow: 1px 1px 1px #B92A2C inset;
    -webkit-box-shadow: 1px 1px 1px #000000 inset;
    -o-box-shadow: 1px 1px 1px #B92A2C inset;
    -ms-box-shadow: 1px 1px 1px #B92A2C inset;
}
/* ============== start format_header  ==================*/
h3{
	color: #000;
	font-size: 15px;
	padding-left: 10px;
	margin-top: 20px;
}
a{
	text-decoration: none;
	color: #f00;
}
a:hover{
	text-decoration: underline;
	/* color: #000; */
}

.page_head{
	width:100%;
	min-width:1100px;
}
.top_logo{
	width: 70%;
	float: right;
	margin-right: 10px;
}
.top_logo img{
	width:100%;
	margin:auto;
	margin-bottom:-6px;
}
.title_header{
	width: 1000px;
	margin:auto;
	box-shadow: 0px 0px 3px #000;
	margin-bottom: 15px;
}
.title_header h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 20px;
	text-align:center;
}
.title_header h1 a{
	text-decoration:none;
	color: #E6535E;
}
.title_header h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}
.row_cont_full{
	margin:0px;
	padding:0px;
}
.row_cont_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.list_area_s{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	padding-top: 1px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #000;
}
.list_area_s:after{
	content:"";

	clear:both;
	display:block;
	visibility:hidden;
}
.list_area_s img{
	width: 94%;
	margin-left: 10px;
}
.list_area1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	padding-top: 1px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #000;
}
.list_area1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.list_area1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
}
.more_new a{
	padding:2px 15px;
	margin:5px;
	float:left;
	color: #FFFFFF;
	text-decoration:none;
	background: #FC979F;
	margin-left: 0;
	border-bottom: 2px solid #94474D;
}
.more_new a:hover{
	text-decoration:none;
	background: #f00;
	color: #FFFFFF;
}
.row_cont_2{
	margin:0px;
	padding:0px;
	
}
.row_cont_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.list_area2{
	float:left;
	margin-right: 16px;
	width: 48.5%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #000;
}
.list_area2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.list_area2 img{
	width: 94.4%;
	margin-bottom:5px;
	margin-left: 10px;
}
.list_area2:first-child{
	margin-left:0px;
}
.list_area2:nth-child(2){
	margin-right:0px;
}
.list_area2:nth-child(4){
	margin-right:0px;
}

.nice_cont{
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: #FFFFFF;
	padding-top: 1px;
	box-shadow: 0px 0px 1px #000;
}
.nice_cont img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.RelatedLinks{
	margin-bottom:15px;
	padding-bottom:15px;
	background: #FFFFFF;
	padding-top: 1px;
	box-shadow: 0px 0px 1px #000;
}
.RelatedLinks ul{
	list-style-type:none;
}
.RelatedLinks ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: 100%;
	background: #FB99A1;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	/* padding-top:10px; */
	padding: 20px 0;
}
.footer a{
	text-decoration:none;
	color: #FFF;
}
.footer a:hover{
	text-decoration:underline;
	/* color:#fff; */
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.sub{
	/* width: 67%; */
	padding-bottom:10px;
	float: left;
	/* margin-top:10px; */
	margin-bottom:10px;
	padding-top: 1px;
	background: #fff;
	/* margin-left: 10px; */
	box-shadow: 0px 0px 2px 0px #B0B0B0;
}
.sub img{
	width: 35%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.wp_base{
	width: 1000px;
	margin:auto;
	padding:0;
	margin-bottom: 10px;
}
.wp_base:after{
	content:"";
	clear:both;
	display:block;
}
.main{
	width: 68%;
	float: right;
	padding-bottom: 1px;
	/* margin-left: 10px; */
	/* margin-top: 10px; */
}

.place_side1{
	width: 30%;
	float: left;
	padding-bottom: 1px;
	/* margin-top: 10px; */
	/* margin-right: 10px; */
}
.group_inside{
	width: 1000px;
	margin:auto;
	padding-bottom:10px;
	padding-top:10px;
	box-shadow: 0px 0px 1px #000;
	margin-bottom: 15px;
	background: #FC979F;
}
.group_inside:after{
	content:"";
	clear:both;
	display:block;
}
@media screen and (max-width:480px){

.page_head{
	width:100%;
	min-width:100%;
}
h2{
	margin:0;
	margin-bottom:5px;
}
.top_logo
{
	width:100%;
	float: none;
	margin-left: 0;
}
.title_header{
	width:100%;
	min-width:100%;
}
.title_header h1{
	font-size:14px;
}
.wp_base{
	width:100%;
	min-width:100%;
}
.main{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	padding: 0px;
}
.place_side{
	width:100%;
	border:0;
	margin:0;
	margin-top: 5px;
	padding: 0px;
}
.place_side1{
	width:100%;
	border:0;
	margin:0;
	margin-top: 5px;
	padding: 0px;
}
.list_area_s img{
	width:100%;
	margin:0;
	margin-bottom:5px;
}
.list_area_s{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
}
.list_area1{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
}
.list_area1 img{
	width:100%;
	float:none;
	margin:0px;
}
.list_area2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
	background: #fff;
}
.list_area2 img{
	width:100%;
	margin:0px;
}
.list_area3{
	width:100%;
	margin-right: 0;
	border:0;
	margin: 0;
}
.list_area3 img{
	width:100%;
	margin:0px;
}
.nice_cont{
	margin:0;
	background: #fff;
}
.nice_cont img{
	width:100%;
	float:none;
	margin:0px;
}
.RelatedLinks{
	width:100%;
	margin:0;
	background: #fff;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top:10px;
}
.sub img{
	width:100%;
	float:none;
	margin:0px;
}
.group_inside{
	width:100%;
	min-width:100%;
}
}