@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html, body {
	font-size: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	text-align: center;
}
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: 1100px;
	height: 62px;
	text-align: left;
	margin: 0 auto;
}

#header table,
#copyright {
	width: 100%;
    max-width: 1100px;
    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 auto;
	padding: 45px 0 20px;
}

section {max-width: 1200px; margin: auto;}

#footer {
    background: #fff  url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
    padding: 25px 0px 15px 0px;
}

#copyright {
    text-align: right;
    margin: 0 auto;
}


.notice{font-size: 0.9em;}

.splite {
	overflow: hidden;
	height: 0;
}

area{border: none; outline: none;}

#gototop{position: fixed; right: 20px; bottom: 20px;  }
#gototop a{font-size: 15px; background: rgb(0,0,0,0.6); color: #fff; display: block; padding: 15px 20px; text-decoration: none;}

/* @media : PC */
@media screen and (min-width: 769px) {
	.pc { display: block; }
    .sp { display: none; }
}/* /@media */

/* @media : SP */
@media screen and (max-width: 768px) {
    .pc { display: none; }
	#header table,
	#copyright {
		width: 96%;
	}
	.sp {
		display: block;
	}
#btnlink{width: 100px;}
	
}/* /@media */




#links {
    
	
}

#links div{/*position: relative; max-width: 980px; margin: auto;*/ padding: 20px 0;}

#links ul {/*position: absolute;
top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);  */
    letter-spacing: -0.38em; font-size: 1.5rem;	
}
#links ul li {
    display: inline-block;
    padding: 0;
    border-left: 1px solid #555;
    letter-spacing: normal;
	padding: 0 1em 0; 
}
#links ul li:last-child {
    border-right: 1px solid #555;
}
#links ul li a {
    color: #555;
	text-decoration: none;
}



@media screen and (max-width: 768px) {

#links ul {font-size: 1.2rem; width: 100%;}
/*#links ul li,
#links ul li:last-child{border-left:none; border-right:none;}*/
#links ul li{display: inline;}

}




/*PCでは電話番号リンクなし*/
@media (min-width: 751px) {
.sp_tell{pointer-events: none;}
}


