@charset "UTF-8";
/* CSS Document */

body,*{ /*font-size: 10px; font-weight: 400;*/
/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
font-feature-settings: "palt";}

body{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; box-sizing: content-box; background : #ffdeeb;
font-size: 10px; font-weight: 400;}


.pc{display: inline-block;}
.sp{display: none;}

@media screen and (max-width: 768px) { 
body,*{ font-size: 8px;}

.pc{display: none;}
.sp{display: block;}

}


/*ヘッダーフッター定型*/

#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 img,#footer img{width: 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;
}


#links {
    padding: 1.5em;
    font-size: 1.5rem;
	text-align: center;
	font-size: 15px;
	background: #fff;
}
#links ul {
    letter-spacing: -0.38em;
}
#links ul li {
    display: inline-block;
    padding: 0 1em;
    border-left: 1px solid #555;
    letter-spacing: normal;
}
#links ul li:last-child {
    border-right: 1px solid #555;
}
#links ul li a {
    color: #555;
}



/* @media : PC */
@media screen and (max-width: 1240px) {
	#header table, #copyright {
		width: 96%;}
}

@media screen and (max-width: 768px) {
#links ul li:last-child,
#links ul li{border: none;}
}