@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: #333;
}
body * {
	box-sizing: border-box;
}
#header-wrap {
	/*background: url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;*/
}
#header {
	width: 100%;
	max-width: 1100px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
}
#header table, #copyright {
	width: 100%;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}
#header table img {
	vertical-align: middle;
}
#container {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
#footer {
	background: #e0d3ba/* url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x left top*/;
	
	
}
#footer div{max-width: 1100px; margin: auto; background: #fff; padding: 15px 0px 15px 0px;}

.footlink{margin: 0; padding: 10px 0 0;}

.footlink a,
.footlink a:hover,
.footlink a:active{color: #000; font-size: 15px; text-decoration: none; }


#copyright {
	width: 100%;
	text-align: center;
	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%);
}

#links{padding:1.5em;background:#e8e8e9;font-size:1.2rem}#links ul{letter-spacing:-0.38em}#links ul li{display:inline-block;padding:0 1em;border-left:1px solid #231815;letter-spacing:normal}#links ul li:last-child{border-right:1px solid #231815}#links ul li a{color:#231815}@media screen and (max-width:1100px){#header table,#copyright{width:96%}}@media screen and (min-width:769px){.sp{display:none}}@media screen and (max-width:768px){.pc{display:none}#links ul li{display:block;border:none!important}#links ul li+li{margin-top:1em}}


div>img{width: 100%;}



.content div{max-width: 1100px; margin: auto; background: #fff;}
.content .link{padding: 16px 0 67px; background: #fff;}

.content .link a,
.content .link a:hover,
.content .link a:active{color: #a58c48; font-size: 14px; text-decoration: none; border-bottom: #a58c48 1px solid;}


/* @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 */

