@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html, body {
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	line-height: 1.5;
	text-align: center;
}
body * {
	box-sizing: border-box;
}
/* HEADER
---------------------------------------- */
#header-wrap {
	background: url(http://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;
}

/* main */

header{
	margin-bottom: -150px;
}
header h1{
}
main #section01{
	background-color: #004596;
	padding-top: 130px;
}
#section01 .wrap,
#section02 .wrap,
#section03 .wrap,
#section04 .wrap,
#section05 .wrap,
#section06 .wrap,
#section07 .wrap,
#section08 .wrap,
#section09 .wrap,
#section10 .wrap{
	max-width: 1080px;
	margin: 0 auto;
}
main #section02,
main #section04,
main #section06,
main #section08{
	background-color: #C6171E;
}
main #section03,
main #section05,
main #section07,
main #section09{
	background-color: #004596;
}

#foot_copy {
    font-size: 12px;
    padding: 20px;
    background: #000;
}
#foot_copy ul {
    display: flex;
    justify-content: center;
}
#foot_copy a {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    text-decoration: none;
}
#footer {
    padding: 25px 0px 15px 0px;
    background: #fff url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
}
#copyright {
    text-align: right;
    margin: 0 auto;
}

#gototop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
#gototop a {
    font-size: 25px;
    background: #a9a9a9;
    color: #000;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 100vh;
    opacity: 0.8;
}

/* Media Query
---------------------------------------- */
/* @media : PC */
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
} /* /@769 */
/* @media : SP */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	main a[href^="tel:"],
	main area[href^="tel:"]{
		pointer-events: auto;
		cursor: pointer;
	}
	#header table, #copyright {
		width: 96%;
	}
	.image1 {
		height: 170px;
		background-attachment: scroll;
	}

	header{
		margin-bottom: 0;
	}
	main #section01{
		padding-top: 0;
	}
	

} /* /@768 */