/*汎用*/
body{
	font-size:14px;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.after-clr::after{
	content:"";
	display:block;
	clear:both;
}
h1{
	font-size:12px;
	font-weight:normal;
	color:#794a04;
	margin:0;
	background:#fcd14e;
	text-align:center;
}

/*見出しピンク*/
h2{
	padding:8px;
	margin:15px 0;
	font-size:21px;
	color:#fff;
	padding-left:30px;
	position:relative;
	background-color:#ff434e;	
	background: -webkit-radial-gradient(rgba(255,0,0,1) 0,rgb(255,0,0) 18%, rgba(0,0,0,0) 19%, rgba(0,0,0,0) 100%), 
                -webkit-radial-gradient(rgb(255,0,0) 18%, rgba(0,0,0,0) 19%), rgba(252,83,78,1);
    background: radial-gradient(rgba(255,0,0,1) 0,rgb(255,0,0) 17%, rgba(255,0,0,0) 18%, rgba(0,0,0,0) 100%), 
                radial-gradient(rgb(255,0,0) 17%, rgba(255,0,0,0) 18%), rgba(252,83,78,1);
	
	background-position: 0 0, 6px 6px;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	margin-left:-15px;
	margin-right:15px;
	z-index:5;
	box-shadow:-2px 2px 2px #666;
}
h2::before{
	content:'';
	display:block;
	position:absolute;
	top:4px;
	left:0px;
	right:6px;
	bottom:4px;

	background:transparent;
	border-top:1px dashed rgba(255,255,255,.6);
	border-bottom:1px dashed rgba(255,255,255,.6);
	z-index:1;

}
h2::after{
	content:'';
	position:absolute;
	top:-8px;
	left: 0px;
	border-style: solid;
	border-color: transparent;
	border-width: 8px 15px 0 0px;
	border-right-color: #d8534a;
}

h2 em{
	position:absolute;
	top:-1px;
	right:-1px;
	border-right:11px solid #fff;
    border-top:25px solid transparent;
    border-bottom:25px solid transparent;
	box-shadow:0 0 5px 5px #000 inset;
}
h2 em:before{
	content:'';
	position:absolute;
	top:-1px;
	right:0;
	left:-3px;
	border-left:1px dashed rgba(255,255,255,.6);
	height:17px;
	transform:skew(26deg);
}
h2 em:after{
	content:'';
	position:absolute;
	bottom:-1px;
	right:0;
	left:-3px;
	border-left:1px dashed rgba(255,255,255,.6);
	height:17px;
	transform:skew(-26deg);
}

/*見出し緑*/
h3{
	padding:8px;
	margin:15px 0;
	font-size:21px;
	color:#fff;
	padding-left:30px;
	position:relative;
	//background-color:#ff434e;	
	background: -webkit-radial-gradient(rgba(0,145,0,1) 0,rgb(0,145,0) 18%, rgba(0,0,0,0) 19%, rgba(0,0,0,0) 100%), 
                -webkit-radial-gradient(rgb(0,145,0) 18%, rgba(0,145,0,0) 19%), rgba(71,160,55,1);
    background: radial-gradient(rgba(0,145,0,1) 0,rgb(0,145,0) 17%, rgba(0,145,0,0) 18%, rgba(0,0,0,0) 100%), 
                radial-gradient(rgb(0,145,0) 17%, rgba(0,145,0,0) 18%), rgba(71,160,55,1);
	
	background-position: 0 0, 6px 6px;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	margin-left:-15px;
	margin-right:15px;
	z-index:5;
	box-shadow:-2px 2px 2px #666;

}
h3::before{
	content:'';
	display:block;
	position:absolute;
	top:4px;
	left:0px;
	right:6px;
	bottom:4px;

	background:transparent;
	border-top:1px dashed rgba(255,255,255,.4);
	border-bottom:1px dashed rgba(255,255,255,.4);
	z-index:1;

}
h3::after{
	content:'';
	position:absolute;
	top:-8px;
	left: 0px;
	border-style: solid;
	border-color: transparent;
	border-width: 8px 15px 0 0px;
	border-right-color: #33734a;
	z-index:-1;
}

h3 em{
	position:absolute;
	top:-1px;
	right:-1px;
	border-right:11px solid #fff;
    border-top:25px solid transparent;
    border-bottom:25px solid transparent;
	box-shadow:0 0 5px 5px #000 inset;
}
h3 em:before{
	content:'';
	position:absolute;
	top:-1px;
	right:0;
	left:-3px;
	border-left:1px dashed rgba(255,255,255,.6);
	height:17px;
	transform:skew(26deg);
}
h3 em:after{
	content:'';
	position:absolute;
	bottom:-1px;
	right:0;
	left:-3px;
	border-left:1px dashed rgba(255,255,255,.6);
	height:17px;
	transform:skew(-26deg);
}
a{
	text-decoration:none;
	color:#37f;
	outline: none;
}
.wrap{
	width:1000px;
	margin:0 auto;
}
i{
	font-style:normal;
}
ol,ul{
	list-style:none;
	padding:0;
	margin:0;
}
img.full{
	width:100%;
	display:block;
}
.pc{
	display:block;
}
.mobile{
	display:none;
}

/*header*/

header{
	background:#f8cc9b;
	height:auto;
}
#head_area{
	display:block;
	width:100%;
}
#head_area img{
	display:block;
}
#head_logo{
	float:left;
}
#head_area a{
	display:block;
}
#head_ask{
	float:right;
	padding:10px 0;
}

/*topnav*/

#head_nav{
	width:100%;
	position:relative;
	background:#3f1b01;
	padding:3px 0;
}
#head_nav::after{
	content:'';
	display:block;
	position:absolute;
	top:3px;
	left:0;
	right:0;
	bottom:3px;
	border-top:1px dashed rgba(255,255,255,.6);
	border-bottom:1px dashed rgba(255,255,255,.6);
}
#head_nav ul{
	display:block;
	width:100%;
	padding:3px 0;
}
#head_nav li{
	display:table;
	width:20%;
	float:left;
	border-left:1px dashed rgba(255,255,255,.6);
}
#head_nav li:last-child{
	border-right:1px dashed rgba(255,255,255,.6);
}
#head_nav li a{
	display:table-cell;
	vertical-align:middle;
	height:30px;
	font-size:24px;
	font-weight:bold;
	color:#fff11e;
	width:100%;
	text-align:center;
	position:relative;
	z-index:5;
}
#head_nav li a:hover{
	background:#794a04;
}

/*main*/
#main{
	width:100%;
	background: repeating-linear-gradient(-90deg, #ffeed5 0, #ffeed5 35px, #fff 0, #fff 50px);
	padding:30px 0;
}

.main_content{
	width:100%;
	margin:20px 0;
	border-radius:8px;
	background:#fff;
	min-height:400px;
	box-shadow:0 0 2px rgba(0,0,0,.3);
	padding-bottom:20px;
}
.main_content .pad10{
	padding:10px;
}
.main_content .round{
	border-radius:8px;
	overflow:hidden;
}


.left_c{
	float:left;
	width:68%
}
.left_c article{
	padding:0 20px;
}


.right_c{
	float:right;
	width:30%;
	
}
.right_c article{
	padding-right:20px;
}

/*foot*/

footer{
	background:#3f1b01;
	padding:30px 0;
	position:relative;
}
footer::before{
	content:'';
	position:absolute;
	top:15px;
	left:0;
	right:0;
	bottom:0;
	border-top: 1px dashed rgba(255,200,0,.5);
	display:block;
}
#foot_logo{
	float:left;
	display:block;
	width:450px;
}
#foot_logo img{
	display:block;
	width:250px;
	float:left;
}
#foot_logo address{
	font-style:normal;
	color:#fff;
	float:left;
	width:200px;
	padding-top:15px;
}
#foot_nav{
	float:right;
	width:500px;
	text-align:right;
	position:relative;
}
#foot_nav ul{
	margin-top:80px;
}
#foot_nav li{
	display:inline-block;
	margin-left:5px;
}
#foot_nav li i{
	margin-right:3px;
}
#foot_nav li a{
	display:block;
	color:#fd0;
}
#foot_nav small{
	color:#Fd9;
}


/* page(home)*/

.top_img_area > div{
	width:100%;
	padding:2px;
	border-radius:8px;
	border:2px solid #8a6437;
}

.top_title_area > div{
	width:100%;
	padding:2px;
}

.top_text{
	padding:10px;
	font-size:16px;
	font-weight:bold;
}
.box_wrap{
	display:table;
	width:100%;
}
.box{
	display:table-cell;
	width:33.33%;
	float:left;
	padding:0 5px;
}
#facebook_area{
	width:100%;
}

@media(max-width:480px){
	.pc{
		display:none;
	}
	.mobile{
		display:block;
	}
	.wrap{
		width:100%;
		padding:0 8px;
	}
	h1{
		font-size:10px;
	}
	#head_logo,#head_ask{
		float:none;
		width:100%;
	}
	#head_logo img,#head_ask img{
		width:100%;
	}
	#mob_nav{
		font-size: 24px;
		font-weight: bold;
		color: #fff11e;
		width: 100%;
		padding:5px 0;
		text-align: center;
		position:relative;
		z-index:10;
	}
	#head_nav ul{
		display:none;
	}
	#head_nav ul.active{
		display:block;
	}
	#head_nav li{
		padding:0 5px;
		display:block;
		float:none;
		width:100%;
		border:none;
		
	}
	#head_nav li:last-child{
		border:none;
	}
	#head_nav li a{
		display:block;
		width:100%;
		border-top:1px dashed rgba(255,255,255,.6);
		height:auto;
		
	}
	.left_c,.right_c{
		float:none;
		width:100%;
	}
	h2,h3{
		font-size:14px;
		height:50px;
		line-height:2.7;
		//margin:20px 0;
	}
	#foot_logo{
		float:none;
		width:100%;
	}
	#foot_logo img{
		width:50%;
	}
	#foot_logo address{
		font-size:11px;
		line-height:1.1;
		width:50%;
	}
	#foot_nav{
		float:none;
		width:100%;
		text-align:center;
	}
	#foot_nav ul{
		margin:10px 0;
		
	}
	#foot_nav li{
		margin:0;
		
	}
	#foot_nav a{
		font-size:11px;
	}
	#foot_nav small{
		font-size:50%;
	}
	
	.top_text{
		font-size:14px;
		font-weight:bold;
	}
}
