@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(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-color: #F4F5F6;
    color: #888;
    font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
    font-size: 14px;
    padding: 25px 0;
    text-align: center;
	font-weight: bold;
	/*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%);
}

#hero,
#hero img { width: 100%; }

.fixedBg {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.image.i1 {
    height: 460px;
    background-image: url("../../common/img/uky.jpg");
}
#links {
	padding: 1em;
	font-size: 1.2rem;
 
}
#links ul { letter-spacing: -0.38em; }
#links ul li {
	display: inline-block;
	padding: 0 1em;
	border-left: 1px solid #3e3a39;
	letter-spacing: normal;
}
#links ul li:last-child { border-right: 1px solid #3e3a39; }
#links ul li a {
	text-decoration: none;
       color: #000;
}
#links ul li a:hover {
	text-decoration: underline;
}

/* @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;
	}
	#footer {
		font-size: 12px;
		padding: 14px 0;
	}    
    .image.i1 {
    height: 230px;
    background-position: 70%,50%;
}    
    .fixedBg {
    background-attachment: scroll;
}
} /* /@768 */
#goods {
    background: #000;
}

#stay {
    background: #522f2e;
}

#other {
    background: #ab5957;
}
