@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html, body {
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	line-height: 1.5;
	text-align: center;
}
body * {
	box-sizing: border-box;
}
#header-wrap {
	background: url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
}
.bar{
    background: url("../../common/img/bar.jpg") repeat-x;
    height: 30px;
    width: 100%;
}
#map{

}
#map iframe{
    width: 100%;
    height: 300px;
}
#header {
	width: 100%;
	max-width: 1000px;
	height: 62px;
	text-align: left;
	margin: 0 auto;
}
#header table, #copyright {
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#header table img {
	vertical-align: middle;
	
}
#container {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
.green {
	background: #415736;
}
.lightGreen {
	background: #aec357;
}
.khaki {
	background: #bd9d40;
}
.khaki2 {
	background: #908248;
}
.white {
	background: #fff;
}
#safe {
	background: #dcdcdc;
}
main{
	background:#f8f6ee;
}
#hero {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 980px;
	margin:0 auto;
}
#hero img{
		
}
.imgs{
	max-width: 980px;
	margin: auto;
}
.imgs img{
	max-width: 100%;
	height: auto;
}

.image { width: 100%; }
.image.i1 { height: 600px; background-image: url("../img/bg.jpg"); }
.fixedBg { background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover; }

.sub{
	background:#f8f6ee;
}
#hero h1.on {
	opacity: 1.0;
	transform: scale(1.0);
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
nav {
	left: 0;
	top: 0;
	z-index: 999;
}
nav div {
	max-width: 1100px;
	margin: 0 auto;
}
main {
	display: block;
	margin: 0 auto;
}
main > section {
	position: relative;
}
main > section > article {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
main .inview img {
	position: relative;
	top: 50px;
	opacity: 0.0;
	transition: 1000ms all 500ms ease-out;
}
main .inview.on img {
	top: 0;
	opacity: 1.0;
}
#recommend .doc {
	position: absolute;
	left: 49.27272%;
	top: 12.62136%;
	width: 43.54545%;
	max-width: 479px;
}

#wonderGarden {
	padding-bottom: 50px;
}

#wonderGarden .doc1 {
	position: absolute;
	left: 12.90909%;
	top: 24.86085%;
	width: 40%;
}

#wonderGarden .img1 {
	position: absolute;
	left: 48.63636%;
	top: 22%;
	width: 39.18182%;
}

#wonderGarden .doc2 {
	position: absolute;
	left: 55.81818%;
	top: 43.6%;
	width: 34%;
}
#outdoor .set1 .doc {
	position: absolute;
	left: 10.27272%;
	top: 44.90934%;
	width: 33.90909%;
	max-width: 373px;
}
#outdoor .set2 .doc {
	position: absolute;
	left: 53.27272%;
	top: 23.14675%;
	width: 38.27272%;
	max-width: 421px;
}
#partyPlan .doc {
	position: absolute;
	left: 12.36364%;
	top: 11.88223%;
	width: 33.90909%;
	max-width: 373px;
}
#lunch .doc {
	position: absolute;
	left: 49.27273%;
	top: 24.39306%;
	width: 41.72727%;
	max-width: 459px;
}
.image1 {
	height: 340px;
	background-image: url("../img/image_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
#footer {
	padding: 25px 0px 15px 0px;
	/*background: url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;*/
}
.footlnk {
	color: #330000 !important;
}
#foot_copy {
	color: #330000 !important;
	font-size: 12px;
	margin: 0 0 20px;

	width: 100%;
}
#foot_copy a {
	color: #330000 !important;
	text-decoration: none;
}
#foot_copy a:hover {
	border-bottom: 1px solid #330000;
}
#copyright {
	text-align: right;
	margin: 0 auto;
		font-size: 10px;
}
.splite {
	overflow: hidden;
	height: 0;
}
/* @media : PC */
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}/* /@769 */
/* @media : SP */
@media screen and (max-width: 768px) {
	.fixedBg { background-attachment: scroll; } 
	.pc {
		display: none;
	}
	#header table, #copyright {
		width: 96%;
	}
	.image1 {
		height: 170px;
		background-attachment: scroll;
	}
    #map iframe{
    height: 200px;
}
}/* /@768 */
