@charset "utf-8";

@media screen and (min-width: 751px), print {
/*-----------------------------------------------------------
===  [ base CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. base layout

*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 01. base layout
 ** ------------------------------------------------------- */
/* html
----------------------------------------------------*/
html {
	font-size: 10px;	/* root 10px 以下rem指定*/
}
/* body
----------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	background: #000 url(/common/img/body_bg01.png) repeat center top;
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
	font-family: -apple-system, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.0rem;
	-webkit-text-size-adjust: 100%;
	min-width: 1240px;
}
/* -- link -- */
a:link {
	color: #524e4d;
	text-decoration: none;
}
a:visited {
	color: #524e4d;
	text-decoration: none;
}
a:hover {
	color: #00870a;
	text-decoration: underline;
}
a:active {
	color: #00870a;
	text-decoration: none;
}
/* -- font -- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address,
figcaption,
small,
label,
time,
input,
button,
select {
	font-size: 1.0rem;
	line-height: 1.5;
}
/* -- img -- */
img {
	max-width: 100%;
	height: auto;
}
/* container
----------------------------------------------------*/
#container {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
/* header
----------------------------------------------------*/
#header {
	background: #D90000;
	padding: 25px 43px 21px;
}
/* clearfix */
#header:after {
	content: "";
	clear: both;
	display: block;
}
#hdLogo {
	float: left;
}
/* gNavi
----------------------------------------------------*/
#gNavi {
	float: right;
}
/* clearfix */
#gNavi:after {
	content: "";
	clear: both;
	display: block;
}
#gNavi li {
	float: left;
	line-height: 1.0;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 0 42px;
}
#gNavi li:first-child {
	margin: 0;
}
#gNavi li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid #D90000;
	padding: 8px 0;
	-webkit-transition: border-bottom-color 0.2s;
	transition: border-bottom-color 0.2s;
}
#home #gNavi #homeNavi a,
#people #gNavi #peopleNavi a,
#restaurant #gNavi #restaurantNavi a,
#area #gNavi #areaNavi a,
#gNavi li a:hover {
	border-bottom-color: #fff;
}
/* spNavi
----------------------------------------------------*/
#spNavi {
	display: none;
}
/* main
----------------------------------------------------*/
#main {
	padding: 0 32px 100px;
}
/* footer
----------------------------------------------------*/
#footer {
	clear: both;
	width: 1200px;
	padding: 15px 0;
	background: #D90000;
}
/* clearfix */
#footer:after {
	content: "";
	clear: both;
	display: block;
}
#copyright {
	text-align: center;
}
#copyright small {
	font-size: 1.4rem;
}
/* ***************************************************************************** */
}
