@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html, body {
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
	background: #9bd2f0;
	line-height: 1.5;
	text-align: center;
	color: #333;
}
body * {
	box-sizing: border-box;
}
#header-wrap {
	background: url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
}
#header {
	width: 100%;
	max-width: 1000px;
	height: 62px;
	text-align: left;
	margin: 0 auto;
}
#header table, #copyright {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header table img {
	vertical-align: middle;
}
#container {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
#footer {
	background: #fff url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x left top;
	padding: 25px 0px 15px 0px;
}
#copyright {
	width: 100%;
	text-align: right;
	margin: 0 auto;
}
.sprite {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}
/* @media : PC */
@media screen and (max-width: 1240px) {
	#header table, #copyright {
		width: 96%;
	}
}

@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
} /* /@769 */
/* @media : SP */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
} /* /@768 */