@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html, body {
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	line-height: 1.5;
	text-align: center;
	color: #3e3a39;
}
body * {
	box-sizing: border-box;
}
a {
	color: #3e3a39;
}
#header-wrap {
	background: url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
}
#header {
	width: 100%;
	max-width: 1110px;
	height: 62px;
	text-align: left;
	margin: 0 auto;
}
#header table, #copyright {
	width: 100%;
	max-width: 1110px;
	margin-right: auto;
	margin-left: auto;
}
#header table img {
	vertical-align: middle;
}
#container {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
main {
	display: block;
	margin: 0;
}

main section img {
	margin: 0 auto;
}

nav {
	padding-top: 50px;
	background: #44c2e2 url("../img/bg_restaurant_01.png") repeat-x center top;
}

nav .inner {
	padding-bottom: 50px;
	background: url("../img/bg_restaurant_02.png") repeat-x center bottom;
}

.special {
	padding-top: 35px;
	background: #d0f0f8 url("../img/bg_special_event_01.png") repeat-x center top;
}

.special .inner {
	padding-bottom: 35px;
	background: #d0f0f8 url("../img/bg_special_event_02.png") repeat-x center bottom;
}

#stay {
	padding-top: 45px;
	background: #44c2e2 url("../img/bg_stay_01.png") repeat-x center top;
}

#stay .inner {
	padding-bottom: 37px;
	background: url("../img/bg_stay_02.png") repeat-x center bottom;
}

#other {
	padding-top: 50px;
	background: #44c2e2 url("../img/bg_restaurant_01.png") repeat-x center top;
}

#footer {
	background: #fff url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding: 25px 0px 15px 0px;
}

#footer ul {
	margin-bottom: 0.5em;
	letter-spacing: -0.38em;
}
#footer ul li {
	display: inline-block;
	padding: 0 1em;
	border-left: 1px solid #3e3a39;
	letter-spacing: normal;
	font-size: 12px;
}
#footer ul li:last-child {
	border-right: 1px solid #3e3a39;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#copyright {
	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 (min-width: 769px) {
	.sp {
		display: none;
	}
}/* /@PC */

/* @media : SP */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	#header table, #copyright {
		width: 96%;
	}
}

@media screen and (max-width: 480px) {
	#footer ul li {
		font-size: 2.5vw;
	}
}