@charset "utf-8";
/* CSS Document */
/*main_img*/
#main_img_wrap {
	background-image: url(../images/bg_mokume.jpg);
	background-size: 25%;
	padding:30px 0;
}
#main_img {
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#main_img h2 {
	color:#fff;
	font-size: 150%;
	position: absolute;
	top:80px;
	width:100%;
	text-align: center;
	text-shadow: 3px 3px 3px #3a2b23;
	border-bottom: 5px double #3a2b23;
}
/*free*/
#free {
	padding: 100px 0;
}
#free_wrap {
	width:70%;
	margin:0 auto;
	max-width: 840px;
	display: table;
}
.deco {
	background-image: url(../images/deco_r.png);
	height: 20px;
}
#free_wrap .cate {
	text-align: center;
}
#free_wrap .cate p {
	color:red;
	margin:30px 0;
}
#free_wrap .cate form {}
#free_wrap .cate form h3 {
	color:#761c18;
}
#free_wrap .cate form input {
	width:90%;
	padding:5px 2%;
	font-size: 18px;
	margin-bottom: 30px;
	border:1px solid #761c18;
}
#free_wrap .cate form textarea {
	width:90%;
	padding:5px 2%;
	font-size: 18px;
	margin-bottom: 30px;
	border:1px solid #761c18;
}
#free_wrap .cate form input[type="submit"],
#free_wrap .cate form input[type="reset"] {
	width:30%;
	margin:10px 2%;
	background: #2d8c36;
	color:#fff;
	padding: 10px 1%;
	-webkit-appearance:none;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	border:5px double #fff;
	margin-bottom: 50px;
}
/*ここからスマホ用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
#main_img {
	height: 200px;
}
#free {
	padding: 70px 0;
}
}
/*ここからスマホ用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#free_wrap {
	width:80%;
	padding: 0px 0;
}
#free_wrap .cate .cate_box {
	padding:20px;
}
#free_wrap .cate .cate_box .box_title1 {
	padding:10px 1%;
}
#free_wrap .cate .cate_box .box_img1 img {
	max-height: 350px;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#free_wrap {
	width:90%;
}
#free_wrap .cate form input[type="submit"],
#free_wrap .cate form input[type="reset"] {
	width:80%;
	margin-bottom: 10px;
}
#free_wrap .cate form input[type="reset"] {
	margin-bottom: 50px;
}
}