@charset: utf-8;


/* ===== header ===== */

header {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	z-index: 1001;
}

header h1 {
}

header h1 img {
}

.pc_nav {
	display: none;
}
.sp_nav {
}

header nav {
	background-image: url("../img/menu_sq/menu_back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

header nav div {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 1.0rem;
	background-color: rgba(255,255,255,0.5);
}

header nav div span {
	display: inline-block;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	height: 1.0rem;
	background-color: rgba(248,62,47,0.5);
	width: 20%;
}
header nav div span.about {
	left: 0;
}
header nav div span.dish {
	left: 20%;
}
header nav div span.mapreserve {
	left: 40%;
}
header nav div span.photograph {
	left: 60%;
}
header nav div span.news {
	left: 80%;
}

header nav ul {
	clear: both;
}

header nav ul li {
	float: left;
	width: 20%;
}

header nav ul li img {
	width: 100%;
}
header nav p {
	position: relative;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
	height: 4.0rem;
	line-height: 3.6rem;
	border-bottom: 2px solid #ccc;
}


/* ===== footer ===== */

footer {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	clear: both;
	width: 100%;
	background-color: #000;
	padding: 0.5rem;
	z-index: 1002;
}

footer section div.address {
	display: inline-block;
	float: left;
	font-size: 1.0rem;
	font-weight: 100;
	line-height: 1.4rem;
}
footer section div.address span {
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 2.0rem;
}

footer section div.reserve {
	display: inline-block;
	float: right;
	margin: 0.2rem 1.0rem;
	padding: 0.2rem 0.5rem;
	font-size: 1.0rem;
	font-weight: 100;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
	border-radius: 1.0rem;
	-webkit-border-radius: 1.0rem;
	-moz-border-radius: 1.0rem;
}
footer section div.reserve span {
	display: block;
	font-size: 1.6rem;
	font-weight: 800;
}

footer section nav.top {
	display: none;
}

footer section nav ul.content_menu {
	display: none;
}
footer section nav ul.support_menu {
	display: none;
	margin-right: 1.5rem;
	float: right;
	font-size: 1.0rem;
}
footer section a.btn_home {
	display: inline-block;
	margin: 0 auto;
}
footer section a.btn_home img {
	display: block;
	width: 85%;
}

#bottoms {
	position: relative;
	margin-bottom: 11.0rem;
}

footer#bottoms section div.reserve {
	display: none;
}


/* ===== content ===== */

#content {
	position: relative;
	margin-bottom: 5.8rem;
}


#content div {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.cont_txt {
}

.cont_txt img {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 40%;
	height: auto;
}

.cont_txt p {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 96%;
	margin: 2%;
	padding: 2%;
	height: auto;
	background-color: rgba(255,255,255,0.7);
	color: #333;
	z-index: 701;
}
.cont_txt input[type="button"] {
	display: none;
}

#content div p.img_bottom {
	bottom: 0;
}
#content div p img {
	z-index: 501;
}

#content div img.back {
	width: 100%;
}


.cont_img {
	width: 100%;
	overflow: hidden;
}
.cont_img img {
	width: 100%;
}
.cont_img_fix {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
	z-index: -1;
}
.cont_img_fix img {
	height: 100%;
}

.map1 {
	display:none;
}
.map2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 100;
}

.news_txt {
	position: absolute;
	top: 12.0rem;
}
.news_txt article {
	margin-bottom: 0.2rem;
}


#content div p.photogallery {
	display: block;
	margin-top: 12.0rem;
	margin-bottom: 8.0rem;
}
#content div p.photogallery a {
	display: inline-block;
	width: 32%;
}

#content div p.photogallery a img {
	position: relative;
	width: 100%;
	float: left;
}









.pc_only{
	display: none;
}
.sp_only{
}
