@charset "utf-8";
/* CSS Document */

/******* common *******/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
	min-width:1280px;
}
.banner a:hover img, .btn a:hover img, .logo a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a {
	text-decoration: none;
}
#pagetop {
	width: 99px;
	height: 99px;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 30px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}
#pagetop:hover {
	bottom: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}
/******* header *******/
header {
	width: 100%;
	height: 147px;
	margin: 0 0 13px;
	position: relative;
}
header .inner {
	width: 1072px;
	margin: 0 auto;
	position: relative;
}
header .inner h1 {
	width: 306px;
	height: 147px;
	position: absolute;
	left: 15px;
	top: 0px;
	z-index: 100;
	background-image: url(../images/common/logo-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
header .inner ul {
	width: 328px;
	height: 39px;
	overflow: hidden;
	margin: 0 0 17px;
	padding: 0 0 0 729px;
}
header .inner ul li {
	width: 164px;
	float: left;
}
header nav {
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,0.75);
	position: relative;
	z-index: 1;
}
header nav ul {
	width: 688px;
	margin: 0 auto;
	padding: 0 0 0 336px;
	overflow: hidden;
}
header nav ul li {
	float: left;
}
/******* mainimage *******/
#mainimage {
	width: 1200px;
	height: 500px;
	text-align: center;
	margin: 0 auto;
}
#mainimage p {
	width: 1200px;
	height: 500px;
	text-align: center;
	margin: 0 auto;
}
/******* article *******/
article {
	margin: 120px 0;
}
/******* section *******/
section {
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	margin: 0 0 120px;
}
section .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 30px 0 60px;
	overflow: hidden;
}
/******* plan-group *******/
#plan-group {
}
#plan-group .inner {
	padding: 36px 0 60px;
}
#plan-group .right {
	width: 708px;
	float: right;
}
#plan-group .right h2 {
	height: 56px;
}
#plan-group .right .plan {
	margin: 19px 0 0;
	overflow: hidden;
	padding: 0 0 9px;
}
#plan-group .right .plan h3 {
	width: 444px;
	float: right;
	color: #dab431;
	line-height: 1.4;
	border-bottom: dotted 1px #dab431;
	padding: 4px 0;
	margin: 0 0 0.6em;
}
#plan-group .right .plan h3 a {
	color: #dab431;
}
#plan-group .right .plan h3 a:hover {
	text-decoration: underline;
}
#plan-group .right .plan p {
	padding: 0 0 0 264px;
	font-size: 14px;
	line-height: 1.6;
}
#plan-group .right .plan p.img {
	width: 240px;
	height: 160px;
	padding: 0;
	float: left;
	position: relative;
}
#plan-group .right .plan p.img img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
#plan-group .right .plan p.img .btn {
	width: 72px;
	height: 72px;
	position: absolute;
	right: -9px;
	bottom: -9px;
}
#plan-group .right .plan a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#plan-group .left {
	width: 276px;
	float: left;
	padding: 24px 0 0;
}
#plan-group .left #search {
	margin: 0 0 20px;
}
#plan-group .left #search h3 {
	height: 50px;
}
#plan-group .left #search .inner {
	width: 260px;
	height: 268px;
	padding: 0 8px 8px;
	background-image: url(../images/common/search-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#plan-group #plan-banner {
	clear: both;
	width: 860px;
	height: 200px;
	margin: 0 auto;
	padding: 40px 0 0;
}
#plan #plan-banner {
	width: 860px;
	height: 200px;
	margin: 0 auto;
	padding: 30px 0;
}
/******* footer *******/
footer {
	width: 100%;
	height: 268px;
	background-image: url(../images/common/footer-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
footer .inner {
	width: 924px;
	margin: 0 auto;
}
footer ul {
	text-align: center;
	padding: 60px 0 50px;
}
footer ul li {
	display: inline-block;
	margin: 0 1.25em 0;
}
footer ul li a {
	color: #fff;
}
footer ul li a:before {
	content: url(../images/common/f-nav-arrow.gif);
	width: 6px;
	height: 8px;
	margin: 0 0.25em 0 0;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer address {
	width: 758px;
	float: left;
	display: block;
	font-style: normal;
	overflow: hidden;
	line-height: 1.6;
}
footer address img {
	width: 220px;
	height: 70px;
	float: left;
	margin: 10px 24px 24px 0;
}
footer address span {
	color: #f7eb88;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
footer .btn {
	width: 166px;
	height: 22px;
	float: right;
	padding: 50px 0 0;
}
/******* sitemap *******/
#sitemap {
}
#sitemap .inner {
	padding: 40px 0;
}
#sitemap ul {
	margin: 0 -20px 0 0;
	overflow: hidden;
}
#sitemap ul li {
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 236px;
	height: 66px;
	line-height: 66px;
	border: solid 2px #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	float: left;
	margin: 20px 20px 20px 0;
}
#sitemap ul li a {
	display: block;
	color: #fff;
}
#sitemap ul li a:hover {
	color: #333;
	background-color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/*プラン予約*/
#mini{margin-top: 20px; background-color:#FFFFFF; border-radius: 6px; padding: 8px; display: inline-block;}
#miniright{float: left; margin-right: 10px;}
#miniright img{width:230px; height: auto;}
#minileft{width:450px; float: right; word-break: break-all;}
#minileft h4 a{color: #bc1b1b; font-size: 1.2em;}
#minileft h4 a:hover{color: #df8914;}
#minileft p{color:#454545; font-size: 0.9em;border-top: 1px dotted #454545; margin-top: 5px;}