@charset: utf-8;


/* ===== header(toppage only) ===== */

#toppage h1 {
	margin-top: 8%;
}
#toppage nav {
	bottom: 10.0rem;
}
#toppage nav ul li {
	width: 15.0rem;
}


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

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

header {
	position: fixed;
	background-color: #000;
	border-bottom: 10px solid #333;
}

header h1 {
	position: absolute;
	display: inline-block;
	top: 1.0rem;
	right: 1.0rem;
	width: 11.2rem;
}
header h1 img {
	width: 100%;
}

header nav {
	background-image: none;
	height: 12.0rem;
}

header nav ul {
	display: inline-block;
	margin-top: 1.0rem;
	margin-left: 1.0rem;
	overflow: hidden;
}
header nav ul li {
	float: left;
	width: 11.3rem;
}
header nav ul li:first-child {
	width: 5.0rem;
}
header nav p {
	position: absolute;
	display: inline-block;
	top: 4.0rem;
	left: 65.0rem;
	border-bottom: none;
}



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

footer {
	display: block;
	position: fixed;
	padding: 1.0rem;
	border-top: 10px solid #333;
}
footer section div.address {
	font-size: 1.2rem;
	line-height: 1.6rem;
}
footer section div.address span {
	font-size: 1.6rem;
	line-height: 3.0rem;
}

footer section div.reserve {
	float: none;
	margin: 0.5rem 2.0rem;
	padding: 0.5rem 1.0rem;
	font-size: 1.2rem;
	z-index: 5001;
}
footer section div.reserve span {
	font-size: 1.8rem;
}

footer section nav {
	display: inline-block;
	position: absolute;
	bottom: 1.0rem;
	right: 1.0rem;
	margin: 0 2.0rem;
	font-size: 1.2rem;
	font-weight: 100;
}
footer section nav ul {
}
footer section nav ul li {
	display: inline-block;
	padding: 0.5rem;
}
footer section nav ul li:first-child:before {
	content: "";
	border-left: 0.1rem solid #fff;
	padding-left: 1.0rem;
}
footer section nav ul li:after {
	content: "";
	border-right: 0.1rem solid #fff;
	padding-right: 1.2rem;
}
footer section nav ul.content_menu {
	display: block;
	float: none;
}
footer section nav ul.support_menu {
	display: none;
	font-size: 1.2rem;
	float: none;
}
footer section a.btn_home {
	display: none;
}
#bottoms {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}
footer#bottoms section div.reserve {
	display: inline-block;
}


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

#content {
	position: relative;
	background-color: #333;
	height: 100%;
	margin-bottom: 0;
}
#content div {
	overflow: hidden;
	position: absolute;
}
#content div img {
	display: inline-block;
}
#content div section {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
}
#content div section.cont_txt {
	padding-top: 14.0rem;
	margin: 0 auto;
	text-align: center;
}
#content div section.cont_txt {
	display: inline-block;
}
#content div section.cont_img {
	float: right;
	overflow: hidden;
}
#content div section.cont_img_fix {
	float: right;
	overflow: hidden;
	z-index: 501;
}
#content div section.cont_img img {
	display: inline-block;
	position: absolute;
	bottom: 5.0rem;
	right: 1.0rem;
	width: auto;
	height: 90%;
}
#content div.imgup {
}
#content div.imgdown img {
	position: absolute;
	bottom: 0;
}
#content div p {
	position: relative;
	width: 80%;
	background-color: #333;
	color: #eee;
	text-align: left;
	font-size: 1.6rem;
	line-height: 240%;
}
#content div p.img_bottom {
	bottom: auto;
}

.cont_txt img {
	position: relative;
	width: auto;
	height: auto;
}

.cont_txt input[type="button"] {
	display: block;
	position: absolute;
	top: 18.0rem;
	margin: 0 auto;
	text-align: center;
	width: 5.0rem;
	height: 5.0rem;
	border: 0.3rem solid #ccc;
	color: #ccc;
	font-size: 1.8rem;
	border-radius: 2.5rem;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#cont3 {
	display: none;
}
#cont2 {
	display: none;
}
#cont1 {
}

.btn_r {
	right: 4.0rem;
}
.btn_l {
	left: 4.0rem;
}

.map1 {
	position: absolute;
	bottom: 11.5rem;
	right: 3.0rem;
	width: 40%;
	height: auto;
	z-index: 20001;
}
.map2 {
	position: absolute;
	top: 15.0rem;
	right: 3.0rem;
	width: 30%;
	height: auto;
	z-index: 20001;
}

.news_txt {
	top: 0
}


#content div p.photogallery {
	display: inline-block;
	margin-top: 0;
}
#content div p.photogallery a {
	display: inline-block;
	width: 10.0rem;
}

#content div p.photogallery img {
	width: 100%;
	margin-left: 1.0rem;
	margin-bottom: 1.0rem;
	float: left;
}







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