@charset "utf-8";
/* CSS Document */
/*main_img*/
#main_img_wrap {
	background: #ededee;
}
#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;
}
#main_img h2 {
	font-size: 50px;
	text-align: center;
	color:#fff;
	text-shadow: 3px 3px 3px #3b2c27;
	top:40%;
	position: absolute;
	width:100%;
}
#main_img p {
	text-align: center;
}
#main_img p a {
	display:block;
	padding: 10px 1%;
	font-size: 30px;
	font-weight: bold;
	color:#fff;
	border:2px solid #fff;
	width:50%;
	margin:0 auto;
	position: absolute;
	top:60%;
	left:25%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#main_img p a:hover {
	background: #fff;
	color:#3b2c27;
}
/*aisatsu*/
#aisatsu {
	padding: 70px 0;
	background-image: url(../images/bg_goods.jpg);
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#aisatsu_wrap {
	width:70%;
	margin:0 auto;
	max-width: 840px;
	display: table;
}
#aisatsu_wrap h2 {
	font-size: 150%;
	margin-bottom: 20px;
	margin-top: 30px;
}
#aisatsu_wrap h2 .red {
	color:#cf2b2b;
	font-size: 120%;
}
#aisatsu_wrap p {
	color: #3a2b23;
	margin-bottom: 30px;
	text-shadow: 3px 3px 3px #fff;
}
/*top_menu*/
#top_menu {
	padding: 70px 0;
	background: #ededee;
}
#top_menu h2 {
	font-size: 150%;
	text-align: center;
	margin-top: 20px;
}
#top_menu h2 .red {
	color:#cf2b2b;
	font-size: 150%;
}
#top_menu hr {
	border: none;
	border-bottom: 5px solid #cf2b2b;
	margin-bottom: 40px;
}
#top_menu_wrap {
	width:70%;
	margin:0 auto;
	text-align: center;
}
#top_menu_wrap p {
	color: #3a2b23;
	margin-bottom: 30px;
	text-shadow: 3px 3px 3px #fff;
}
#top_menu_wrap img {
	width:30%;
	margin:10px 1%;
}
#top_menu_wrap a {
	display: block;
	background:#3b2c27;
	color:#fff;
	padding:10px 2%;
	margin:20px 0;
	border:5px double #fff;
}
#top_menu_wrap a:hover {
	background-color:#cf2b2b;
}
/*top_news*/
#top_news {
	padding:70px 0;
}
#top_news h2 {
	font-size: 150%;
	text-align: center;
	margin-top: 20px;
}
#top_news hr {
	border: none;
	border-bottom: 5px solid #cf2b2b;
	margin-bottom: 40px;
}
#top_news dl {
	width:70%;
	max-width: 840px;
	margin:0 auto;
}
#top_news dl a {
	display: block;
	border:2px solid #999999;
	padding: 20px;
	color:#3b2c27;
	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 {
	border:2px solid #cf2b2b;
}
#top_news dl a dt {
	padding: 5px 2%;
	border-bottom: 1px solid #999999;
}
#top_news dl a dd {
	padding:5px 2%;
}
#top_news .readmore {
	display: block;
	border:5px double #fff;
	width:70%;
	max-width: 840px;
	margin:0 auto;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
	color:#fff;
	background: #3b2c27;
	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: #cf2b2b;
}
/*top_event*/
#top_event {
	background-image: url(../images/bg_event.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
#top_event a {
	display: block;
	width:70%;
	max-width: 840px;
	margin:0 auto;
	text-align: center;
	background: rgba(0,0,0,0.70);
	color:#fff;
	border:5px double #fff;
	padding:20px 0;
	font-weight: bold;
	font-size: 120%;
}
#top_event a:hover {
	background: none;
	text-shadow: 3px 3px 3px #3b2c27;
}
/*ここからスマホ用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
#main_img {
	height: 400px;
}
#main_img h2 {
	font-size: 30px;
}
#main_img p a {
	font-size: 25px;
	border:1px solid #fff;
	width:70%;
	left:15%;
}	
#aisatsu_wrap {
	width:75%;
}
/*top_menu*/
#top_menu_wrap {
	width:75%;
}
#top_news dl {
		width: 75%;
	}
#top_news .readmore {
	width:75%;
}
#top_event a {
	width:75%;
}
}
/*ここからスマホ用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#main_img h2 {
	font-size: 25px;
}
#main_img p a {
	font-size: 20px;
	width:80%;
	left:10%;
}
#aisatsu_wrap {
	width:80%;
}
#aisatsu_wrap h2 {
	font-size: 120%;
}
#top_menu h2 {
	font-size: 120%;
}
#top_menu_wrap {
	width:80%;
}
#top_news h2 {
	font-size: 120%;
}
#top_news dl {
		width: 80%;
	}
#top_news .readmore {
	width:80%;
}
#top_event a {
	width:80%;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#main_img h2 {
	font-size: 20px;
}
#main_img p a {
	font-size: 16px;
}
#aisatsu_wrap {
	width:90%;
}
#aisatsu_wrap figure {
	width:80%;
}
#top_menu_wrap {
		width: 90%;
}
#top_news dl {
	width: 90%;
	}
#top_news .readmore {
	width:90%;
}
#top_event a {
	width:90%;
}
}