@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: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
/*aisatsu*/
#aisatsu {
	padding: 100px 0;
}
#aisatsu_wrap {
	width:70%;
	margin:0 auto;
	max-width: 840px;
	display: table;
}
#aisatsu_wrap figure {
	display: table-cell;
	width:50%;
	vertical-align: middle;
	padding:0 2%;
}
#aisatsu_wrap #right_box {
	display: table-cell;
	vertical-align: middle;
	padding:0 2%;
	color:#761c18;
}
#aisatsu_wrap #right_box .deco {
	background-image: url(../images/deco_g.png);
	height: 20px;
}
#aisatsu_wrap #right_box h2 {
	font-size: 120%;
	margin-bottom: 20px;
	margin-top: 30px;
}
#aisatsu_wrap #right_box p {
	color: #3a2b23;
	margin-bottom: 30px;
}
/*owner_bg*/
#owner_bg {
	background-image: url(../images/bg_owner.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 300px;
}
/*top_menu*/
#top_menu {
	padding: 100px 0;
}
#top_menu_wrap {
	width:70%;
	margin:0 auto;
	text-align: center;
}
#top_menu_wrap div{
	display: inline-block;
	margin:10px 1%;
	width:41%;
	background-image: url(../images/bg_mokume.jpg);
	background-size: 70%;
	border: 2px solid #3a2b23;
}
#top_menu_wrap a {
	display: block;
	background-color: rgba(118,28,24,0);
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
}
#top_menu_wrap a:hover {
	background-color:rgba(118,28,24,1.0);
}
/*fish_bg*/
#fish_bg {
	background-image: url(../images/bg_fish.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 300px;
}
/*top_news*/
#top_news {
	padding:100px 0;
}
#top_news .deco {
	background-image: url(../images/deco_r.png);
	height: 20px;
}
#top_news h2 {
	font-size: 140%;
	text-align: center;
	color:#761c18;
	margin-top: 30px;
}
#top_news hr {
	border: none;
	border-bottom: 5px solid #761c18;
	margin-bottom: 40px;
}
#top_news dl {
	width:70%;
	max-width: 840px;
	margin:0 auto;
}
#top_news dl a {
	display: block;
	border:1px solid #761c18;
	padding: 20px;
	color:#3a2b23;
	margin:20px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#top_news dl a:hover {
	background: #fff;
}
#top_news dl a dt {
	padding: 5px 2%;
	border-bottom: 1px solid #761c18;
}
#top_news dl a dd {
	padding:5px 2%;
}
#top_news .readmore {
	display: block;
	border:1px solid #761c18;
	width:70%;
	max-width: 840px;
	margin:0 auto;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
	color:#fff;
	background: #761c18;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#top_news .readmore:hover {
	background: #2d8c36;
}
/*ここからスマホ用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
#main_img {
	height: 400px;
}
#aisatsu {
	padding: 70px 0;
}
#aisatsu_wrap {
	width:75%;
	display: block;
}
#aisatsu_wrap figure {
	display: block;
	width:60%;
	margin: 0 auto;
}
#aisatsu_wrap #right_box {
	display: block;
	margin-top: 20px;
}
#aisatsu_wrap #right_box h2 {
	text-align: center;
	margin: 10px 0;
}
/*owner_bg*/
#owner_bg {
	background-attachment: scroll;
	height:200px;
}
/*top_menu*/
#top_menu {
	padding: 70px 0;
}
#top_menu_wrap {
	width:80%;
}
/*fish_bg*/
#fish_bg {
	height: 200px;
	background-attachment: scroll;
}
#top_news {
	padding: 70px 0;
}
#top_news dl {
		width: 75%;
	}
#top_news .readmore {
	width:75%;
}
}
/*ここからスマホ用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#aisatsu_wrap {
	width:80%;
}
#top_menu_wrap div{
	display: block;
	margin:20px auto;
	width:70%;
}
#top_news dl {
		width: 80%;
	}
#top_news .readmore {
	width:80%;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#aisatsu_wrap {
	width:90%;
}
#aisatsu_wrap figure {
	width:80%;
}
#top_menu_wrap {
		width: 90%;
}
#top_news dl {
	width: 90%;
	}
#top_news .readmore {
	width:90%;
}
}