@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;
	background: #fff;
	line-height: 1.5;
	text-align: center;
}
body * {
	box-sizing: border-box;
}

#header-wrap {
	background: url(http://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;
	max-width: 950px;
	margin: 0 auto;
}

#safety{background: #e5dbe4; background-image: url("../img/bg_line.png"); background-repeat: repeat-x; background-position: bottom; background-size: 100% 2px;}
#safety div{max-width: 950px; margin: auto;}

#info div{max-width: 950px; margin: auto;}


#footer {
    background: #fff  url(http://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;
}


/*#reservation{background: #F1E9DE;}
#reservation div{max-width: 1100px; margin: auto;}*/

/*#notice{background: #dcdcdc;}
#notice div{max-width: 1100px; margin: 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) {
    .sp { display: none; }
}/* /@media */

/* @media : SP */
@media screen and (max-width: 768px) {
    .pc { display: none; }
	#header table,
	#copyright {
		width: 96%;
	}
	
#btnlink{width: 100px;}
#access{font-size: 11px;}
#access p:first-child{font-size: 15px;}
	
}/* /@media */


.fadein {
  opacity : 0;
  transform: translateY(100px);
  transition: all 1s;
}


#links {
    padding: 1.5em;
    font-size: 1.5rem;
	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 screen and (max-width: 768px) {

#links ul li,
#links ul li:last-child{border-left:none; border-right:none;}
}


/**/


