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



#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{
	width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

#header table img {
	vertical-align: middle;
	height: auto;
	height: 62px;
	width: auto;
}

#header table td:last-child img {
	height: 32px;
	width: auto;
}


#links {
    padding: 1.5em;
    font-size: 1.2rem;
	background: #fff;
    letter-spacing: -0.38em;
	display: flex;
	justify-content: center;
}
#links li {
    padding: 0 1em;
    border-left: 1px solid #555;
    letter-spacing: normal;
}
#links li:last-child {
    border-right: 1px solid #555;
}
#links li a {
    color: #555;
}



footer {
}

#copyright {
    background: #fff  url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
    padding: 25px 0px 25px 0px;  
	width: 100%;
}
#copyright div{margin: auto; text-align: right; max-width: 1100px; font-size: 10px; color: #666;}


#gototop{position: fixed; right: 20px; bottom: 20px;  }
#gototop a{font-size: 23px; background: rgba(67,100,146,.90); color: #fff; display: block; padding: 20px 20px; text-decoration: none; border-radius: 50%;}


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

/* @media : SP */
@media screen and (max-width: 767px) {
    .pc { display: none; }
	
	#links {display: block; text-align: center; font-size: 1.6em; width: 60%; margin: auto;}
	#links li:first-child{margin-bottom: 10px;}
	#links li:last-child,
	#links li{border-left: none; border-right: none;}
	}

