@charset "utf-8";
/*====Menu all====*/
.main_menu_navi{
	width: 1100px;
	margin:auto;
	min-width:1100px;
	padding: 20px 0px;
	/* padding-top: 0; */
	background: #c1ac8d;
	border-bottom: 5px solid #e0ceb3;
}
.need_link h3 {
    background: none;
    border-bottom: 1px solid;
    margin-top: 5px;
    margin-bottom: 5px;
    /* color: #d586ca; */
    /* font-size: 15px; */
}
.main_menu_navi ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.main_menu_navi ul li{
	display:inline-block;
}
.main_menu_navi ul li a.active{
	/* background: #f7f4c0; */
}
.main_menu_navi ul li a{
	/* width: 180px; */
	text-align: center;
	padding: 15px 40px;
	margin: 0px 5px;
	color: #595454;
	display:block;
	text-decoration:none;
	/* font-size: 13px; */
	/* border-bottom: 4px solid #d8f399; */
	background: #E0CEB3;
	position: relative;
	border: 1px solid #ececec;
}
.main_menu_navi ul li a:before{
    content:"";
    position:absolute;
    border-style:solid;
    border-color: #47947b;
    border-width:20px;
    top:0;
    left:0;
    border-right-color:transparent;
    border-bottom-color:transparent;
}
.main_menu_navi ul li a:after{
    content:"";
    width: 12px;
    height: 12px;
    position:absolute;
    left: 6px;
    top: 8px;
    background-color: white;
    border-radius:50%;
}
.main_menu_navi ul li a:hover{
	background: #c1ac8d;
	color: #FFF;
}

.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: #ffffff;
}
.foot_nav ul li a{
	display:block;
	padding: 10px 15px;
	margin:2px 0px;
}
.frame_content_nav{
	margin-bottom:15px;
}
.frame_content_nav ul{
	list-style-type:none;
}
.frame_content_nav ul li{
	display:block;
}
.frame_content_nav ul li a{
	display:block;
	padding: 10px 0px;
	color: #ffffff;
	text-decoration:none;
	text-align:center;
	margin-bottom: 6px;
	background: #ca6dbe;
	border: 3px double #fff;
}
.frame_content_nav ul li a:hover{
	background: #e4abca;
	color: #F6F6F6;
}

@media screen and (max-width:480px){
.main_menu_navi{
	width:100%;
	min-width:100%;
	padding: 0;
}
.need_link h3{margin-left: 0px;}
.main_menu_navi ul{
	display:block;
	margin:0px;
	padding:0px;
}
.main_menu_navi ul li{
	width:100%;
	display:block;
}
.main_menu_navi ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	/* width: 100%; */
	border: 0;
	margin-bottom: 5px;
}

.foot_nav ul{
	display:block;
}
.foot_nav ul li{
	display:block;
}
.foot_nav ul li:after{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#f00;
}

}
/*====End Menu all====*/
body{font-size: 16px;background: rgba(232, 232, 232, 0.17);font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */background-image: url("https://www.transparenttextures.com/patterns/cross-scratches.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */}
*{
	padding: 0px;
	margin: 0px;
}
p{padding: 0;margin: 0;/* margin-top: 10px; */color: #4A4646;line-height: 30px;font-weight: normal;/* font-size: 14px; */}
h2{
    text-align:center;
    border-bottom: 3px solid #47947b;
    padding: 8px;
    color:#fff;
    position:relative;
    z-index:10;
    font-size: 19px;
    margin-bottom: 10px;
}
h2:before{
    content:"";
    width: 66%;
    margin-left: 18%;
    position:absolute;
    top:0;
    left: 0;
    height:100%;
    background-color: #47947b;
    z-index:-1;
}
@media screen and (max-width: 480px) {
	h2:before{
		content:none;
	}
	h2 {
		background-color: #47947b;
		border: 0px;
		padding: 10px 0px;
	}
}
h3{
	color: #47947b;
	font-size: 17px;
	/* padding-left: 10px; */
	margin-top: 20px;
	overflow: hidden;
	/* border-bottom: 1px double #c0b62a; */
	margin-bottom: 5px;
	border-left: 5px solid;
	padding: 4px 0px 4px 10px;
	background: #eee;
}
a{
	text-decoration: none;
	color: #ef6d52;
}
a:hover{
	text-decoration: underline;
	/* color: #000; */
}

.header_master{
	width:100%;
	min-width:1100px;
	/* background: #e4abca; */
	/* padding-bottom: 15px; */
	/* margin-bottom: 20px; */
	/* background: linear-gradient(to bottom,#e4abca 0%,#fcdfff 100%); */
}
.image_sub{
	/* margin-right: 10px; */
	/* margin-left: 10px; */
}
.image_sub img{
	width:100%;
	margin:auto;
	/* margin-bottom: -6px; */
	display: block;
	padding-top: 10px;
}
.main_title{
	/* width: 1095px; */
	margin:auto;
	/* min-width: 1095px; */
	text-align: center;
}
.main_title:after{
	content:"";
	display:block;
	clear:both;
}
.main_title h1{
	padding-bottom: 13px;
	padding-top: 16px;
	font-size: 20px;
	/* padding-left: 10px; */
	/* float: left; */
}
.main_title h1 a{
	text-decoration:none;
	color: #47947b;
}
.main_title h1 a:hover{
	text-decoration: none;
	color: #c4a477;
}

.box_cont_full{
	margin:0px;
	padding:0px;
}
.box_cont_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.block_news_s{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #ffffff;
	box-shadow: 0px 0px 2px 2px #ca6dbe inset;
}
.block_news_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}

.block_news_s img{
	width:100%;
	margin-bottom:5px;
	box-shadow: 0px 0px 5px #5c5c5c;
}
.block_news1{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom: 20px;
	background: #ffffff;
	/* box-shadow: 0px 0px 2px 2px #ca6dbe inset; */
	box-shadow: 0 0 1px #e0ceb3;
}
.block_news1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.block_news1 img{
	width: 41%;
	float:right;
	margin:10px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 5px;
}
.find_more a{
	width: 110px;
	height: 40px;
	line-height: 40px;
	margin:5px;
	float:left;
	color: #4c4242;
	text-decoration:none;
	margin-left: 0;
	text-align: center;
	/* box-shadow: 0px 0px 1px #c0b62a; */
	border: 1px dashed #c0b62a;
	background: #e0ceb3;
}
.find_more a:hover{
	text-decoration:none;
	background: #c1ac8d;
	color: #ffffff;
	border-color: #fff;
}
.box_cont_2{
	margin:0px;
	padding:0px;
	
}
.box_cont_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.block_news2{
	float:left;
	margin-right: 21px;
	width: 47.2%;
	padding: 10px;
	padding-bottom:15px;
	margin-bottom: 20px;
	background: #ffffff;
	/* box-shadow: 0px 0px 2px 2px #ca6dbe inset; */
	box-shadow: 0 0 1px #e4abca;
}
.block_news2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.block_news2 img{
	width:100%;
	margin-bottom:5px;
	/* box-shadow: 0px 0px 5px #5c5c5c; */
}
.block_news2:first-child{
	margin-left:0px;
}
.block_news2:nth-child(2){
	margin-right:0px;
}
.block_news2:nth-child(4){
	margin-right:0px;
}

.layout_content{
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 10px;
	overflow:hidden;
	background: #ffffff;
	/* box-shadow: 0px 0px 2px 2px #ca6dbe inset; */
	box-shadow: 0 0 1px #e0ceb3;
}
.layout_content img{
	width: 42%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 5px;
}
.need_link{
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom:15px;
	/* overflow:hidden; */
	background: #ffffff;
	/* box-shadow: 0px 0px 2px 2px #ca6dbe inset; */
	box-shadow: 0 0 1px #e0ceb3;
}
.need_link ul{
	list-style-type:none;
}
.need_link ul li{padding: 0;margin: 0;/* margin-top: 10px; */color: #4A4646;line-height: 30px;font-weight: normal;/* font-size: 14px; */}
.footer{
	width: 100%;
	margin:auto;
	text-align:center;
	padding-bottom: 20px;
	padding-top: 27px;
	min-width: 1100px;
	color: #313131;
	background: #c1ac8d;
}
.footer a{
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover{
	text-decoration: underline;
	color:#fff;
}
.social{
	margin:auto;
	text-align:center;
	/* float: right; */
	/* padding-right: 10px; */
	/* padding-top: 15px; */
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.sub{
	padding: 10px;
	padding-bottom:10px;
	margin-bottom: 20px;
	background: #fff;
	/* margin-right: 10px; */
	box-shadow: 0px 0px 1px #c1ac8d;
}
.sub img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 10px;
}
.layout_header{
	width:1100px;
	margin:auto;
	padding:0;
	min-width:1100px;
	/* background: #a2a54e; */
	/* box-shadow: 0px 0px 2px #000; */
}
.layout_header:after{
	content:"";
	clear:both;
	display:block;
}
.main{
	width: 68%;
	float: left;
	margin-top: 10px;
	/* margin-right: 10px; */
}
.frame_content{
	width: 30%;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.frame_content1{
	width: 22%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.post_list_image{
	width:1100px;
	min-width:1100px;
	margin:auto;
	/* padding-bottom: 10px; */
	/* padding-top: 10px; */
	/* box-shadow: 0px 0px 10px #514956; */
	/* background: #fff; */
}
.post_list_image:after{
	content:"";
	clear:both;
	display:block;
}
@media screen and (max-width:480px){
.image_sub img{
	margin-bottom: 5px;
}
p{
	padding-left:10px;
	padding-right:10px;
}
h3{
	margin-left:10px;
	margin-right: 10px;
}
.header_master{
	width:100%;
	min-width:100%;
}
.image_sub
{
	width:100%;
	margin-right: 0;
	margin-left: 0;
}
.main_title{
	width:100%;
	min-width:100%;
	border: 0;
}
.main_title h1{
	font-size:14px;
}
.layout_header{
	width: 92%;
	min-width: 92%;
}
.main
{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;	
}
.block_news1{
	width:100%;
	border:0;
	/* margin: 0; */
	padding: 0;
	padding-bottom: 15px;
	box-shadow: 0px 0px;
	background: #fff;
}
.block_news1 img{
	width:100%;
	float:none;

	margin:0px;

}
.block_news_s{
	width:100%;
	border:0;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	box-shadow: 0px 0px;
	background: #fff;
}
.block_news_s img{
	width:100%;
}
.block_news2{
	width: 100%;
	margin-right: 0;
	border:0;
	/* margin: 0; */
	padding: 0;
	padding-bottom: 15px;
	box-shadow: 0px 0px;
	border-radius: 0;
	background: #fff;
}
.block_news2 img{
	width:100%;
	margin:0px;
}

.layout_content{
	/* margin:0; */
	background: #fff;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
	box-shadow: 0px 0px;
}
.layout_content img{
	width:100%;
	float:none;
	margin:0px;
}
.need_link{
	width:100%;
	/* margin:0; */
	padding: 0;
	border: 0;
	padding-bottom: 15px;
	background: #fff;
	box-shadow: 0px 0px;
}
.need_link ul li{
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub{
	width:100%;
	background:#fff;
	border:0;
	/* margin:0; */
	/* margin-top:10px; */
	padding: 0;
	padding-bottom: 10px;
}
.sub img{
	width:100%;
	float:none;
	margin:0px;
}
.frame_content{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.frame_content1{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.post_list_image{
	width:100%;
	min-width:100%;
	padding:0;
}
.social{
	width:100%;
	display:flex;
	justify-content: center;
	padding: 0;
}
}