.main_image{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* @group navi */
nav.main_menu.menu_mv{
	position: relative;
	clear: both;
}
nav.main_menu.menu_mv div.main_menu_logo{
	top: 0;
	left: 488px;
	margin: 23px 0 0 11px;
	width: 200px;
	height: 102px;
}
nav.main_menu.menu_mv div.main_menu_cont ul li div{
	height: 150px;
}
nav.main_menu.menu_mv div.main_menu_cont ul li div a{
	padding-top: 55px;
}
nav.main_menu.menu_mv div.main_menu_cont ul li:nth-child(1),
nav.main_menu.menu_mv div.main_menu_cont ul li:nth-child(3){
	background: url(../img/menu_spl.png) no-repeat right 49px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

nav.main_menu.menu_mv .main_menu_social{
	position: absolute;
	top: 53px;
}
/* @end */

.cont_wrap{
	position: absolute;
	top: 750px;
	width: 100%;
}

/* @group about */
.about_wrap{
	position: relative;
	padding-bottom: 50px;
	overflow: hidden;
	background-color: #f2f2f2;
}

.about_wrap ul{
	margin: 0 auto;
	width: 1020px;
}
.about_wrap ul li{
	margin-top: 50px;
	width: 500px;
	float: left;
	text-align: center;
	background-color: #fff;
}
.about_wrap ul li:nth-child(even){
	margin-left: 20px;
}
.about_wrap ul li img{
	margin: 0 auto;
}
.about_wrap ul li h2{
	margin-top: 7px;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	text-align: center;
	letter-spacing: 3.8px;
}
.about_wrap ul li h2 span{
	padding-left: 11px;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	letter-spacing: 3px;
}
.about_wrap ul li:nth-child(even) h2{
	letter-spacing: 2.5px;
}
.about_wrap ul li:nth-child(even) h2 span{
	letter-spacing: 2px;
}
.about_wrap ul li p{
	margin: 20px auto 0 auto;
	padding-top: 25px;
	border-top: 1px solid #000;
	width: 400px;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 190%;
}
.about_wrap ul li a{
	display: block;
	margin: 22px auto 36px auto;
	padding: 17px 0 0 4px;
	width: 340px;
	height: 60px;
	border: 2px solid #000;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2.5px;
	background: url(../img/index_about_btn.png) no-repeat right center;
}
.about_wrap ul li a:hover{
	color: #fff;
	background: #000 url(../img/index_about_btn_ov.png) no-repeat right center;
}

/* @end */

/* @group news */
.news_wrap{
	margin: 0 auto;
	padding: 0 0 60px 0;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
.news_wrap h2{
	margin: 63px 0 0 3px;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	letter-spacing: 3.6px;
	text-align: center;
}
.news_wrap h2 span{
	margin-top: 13px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #555;
}
.news_wrap .go_news_list{
	margin: 0 auto 31px auto;
	width: 1020px;
	text-align: right;
}
.news_wrap .go_news_list a{
	display: inline-block;
	padding: 0 22px 5px 11px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
	background: url(../img/index_go_news_list_btn.png) no-repeat right top;
	letter-spacing: 2px;
}
.news_wrap .go_news_list a:hover{
	opacity: .6;
}
.news_wrap ul{
	margin: 0 auto;
	width: 1042px;
	clear: both;
}
.news_wrap ul li{
	position: relative;
	margin: 0 11px;
	width: 325px;
	border: 1px solid #cecece;
	float: left;
}
.news_wrap ul li img{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.news_wrap ul li:hover img{
	opacity: .8;
}
.news_wrap ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #555;
	text-decoration: none;
}
.news_wrap ul li .news_recommend{
	position: absolute;
	top: -13px;
	left: -13px;
	z-index: 10;
	width: 70px;
	height: 70px;
	font-size: 12px;
	font-weight: bold;
	line-height: 70px;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 35px;
	color: #000;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	background-color: #e6b422;
}
.news_wrap ul li .news_cate{
	position: absolute;
	padding: 6px 11px 0 13px;
	top: 156px;
	right: 0;
	height: 26px;
	font-size: 12px;
	letter-spacing: 0.5px;
	background-color: #fff;
	z-index: 10;
}
.news_wrap ul li .news_img{
	position: relative;
}
.news_wrap ul li .news_img img{
	width: 323px;
	height: auto;
}
.news_wrap ul li .news_date{
	position: relative;
	margin: 22px auto 0 auto;
	width: 264px;
	font-size: 14px;
	letter-spacing: 2.1px;
}
.news_wrap ul li .news_date span{
	color: #e6b422;
}
.news_wrap ul li p{
	position: relative;
	margin: 8px auto 23px auto;
	width: 264px;
	font-size: 16px;
	color: #000;
	line-height: 180%;
	letter-spacing: 1.7px;
}

/* @end */

/* @group food menu */
.food_menu_wrap{
	margin: 0 auto 60px auto;
	padding: 0;
	overflow: hidden;
}
.food_menu_wrap h2{
	margin: 62px 0 0 3px;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	letter-spacing: 3.6px;
	text-align: center;
}
.food_menu_wrap h2 span{
	margin-top: 13px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #555;
}
.food_menu_wrap ul{
	margin: 0 auto;
	width: 1040px;
	overflow: hidden;
}
.food_menu_wrap ul li{
	margin: 56px 10px 0 10px;
	width: 500px;
	float: left;
	text-align: center;
	border: 1px solid #cecece;
}
.food_menu_wrap ul li h3{
	padding: 63px 0 0 4px;
	height: 199px;
	font-size: 32px;
	letter-spacing: 6.5px;
	color: #fff;
}
.food_menu_wrap ul li h3 span{
	display: block;
	font-size: 20px;
	letter-spacing: 4px;
}
.food_menu_wrap ul li:nth-child(1) h3{
	background: url(../img/index_foodmenu_img01.jpg) no-repeat left top;
}
.food_menu_wrap ul li:nth-child(2) h3{
	background: url(../img/index_foodmenu_img02.jpg) no-repeat left top;
}

.food_menu_wrap ul li p{
	margin: 26px auto 0 auto;
	width: 400px;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 190%;
}
.food_menu_wrap ul li p span{
	font-size: 16px;
}
.food_menu_wrap ul li a{
	display: block;
	margin: 21px auto 35px auto;
	padding: 22px 0 0 4px;
	width: 340px;
	height: 60px;
	border: 2px solid #000;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2.5px;
	background: url(../img/index_about_btn.png) no-repeat right center;
}
.food_menu_wrap ul li a:hover{
	color: #fff;
	background: #000 url(../img/index_about_btn_ov.png) no-repeat right center;
}

.food_menu_wrap .sns{
	margin: 20px auto 0 auto;
	width: 1020px;
	overflow: hidden;
	border: 1px solid #cecece;
}
.food_menu_wrap .sns div{
	margin: 44px 0 49px 42px;
	padding: 0 0 5px 10px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	float: left;
	letter-spacing: 3.5px;
	background: url(../img/index_foodmenu_line.png) repeat-x 4px bottom;
}
.food_menu_wrap .sns p{
	margin: 42px 0 0 53px;
	font-size: 14px;
	line-height: 190%;
	float: left;
	letter-spacing: 2px;
}
.food_menu_wrap .sns a{
	margin: 37px 36px 0 0;
	padding: 20px 0 0 48px;
	display: block;
	width: 230px;
	height: 60px;
	border: 2px solid #000;
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	line-height: 1;
	text-decoration: none;
	background: url(../img/index_foodmenu_btn1.png) no-repeat right center;
}

.win .food_menu_wrap .sns a{
 	font-family: 'メイリオ', Meiryo , sans-serif;
}
.iphone .food_menu_wrap .sns a,
.android .food_menu_wrap .sns a{
 	font-family: YuGothic, 'Yu Gothic' ,'メイリオ', Meiryo , sans-serif;
}
.mac .food_menu_wrap .sns a{
	font-family: YuGothic, 'Yu Gothic' , sans-serif;
}

.food_menu_wrap .sns a:hover{
	color: #fff;
	background: #000 url(../img/index_foodmenu_btn1_ov.png) no-repeat right center;
}
/* @end */

/* @group accessmap */
.accessmap_wrap{
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}
.accessmap_wrap #map_wrap, .accessmap_wrap #map{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.accessmap_wrap .accessmap_yourvisit{
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 10;
	width: 500px;
	height: 326px;
	background: rgba(255,255,255,0.85);
}
.accessmap_wrap .accessmap_yourvisit h2{
	margin: 0 auto;
	padding: 46px 0 21px 0;
	width: 400px;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	text-align: center;
	letter-spacing: 3px;
	border-bottom: 1px solid #000;
}
.accessmap_wrap .accessmap_yourvisit h2 span{
	padding: 0 0 0 18px;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	letter-spacing: 2px;
}
.accessmap_wrap .accessmap_yourvisit table{
	margin: 25px auto 0 auto;
	width: 340px;
}
.accessmap_wrap .accessmap_yourvisit table th{
	padding: 0 0 0 53px;
	width: 185px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1.8px;
	line-height: 190%;
	color: #000;
}
.accessmap_wrap .accessmap_yourvisit table td{
	width: 155px;
	font-size: 16px;
	letter-spacing: 2.5px;
	color: #000;
}
.accessmap_wrap .accessmap_yourvisit a{
	display: block;
	margin: 22px auto 35px auto;
	padding: 22px 0 0 4px;
	width: 340px;
	height: 60px;
	border: 2px solid #000;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2.5px;
	background: url(../img/index_about_btn.png) no-repeat right center;
}
.accessmap_wrap .accessmap_yourvisit a:hover{
	color: #fff;
	background: #000 url(../img/index_about_btn_ov.png) no-repeat right center;
}
/* @end */














