@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: #000;
	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;
	/*max-width: 1100px;*/
	margin: 0 auto;
}

/*予約ボタン*/
.abc{
position: absolute;
top: 63px; right: 0;
width: 100%;
height: 100px;
}
.in {
position: fixed;
top: 0px;
right: 0px;
z-index: 50;
width: 100%;}

#btnlink{width: 66px; }
#btnlink p{}

#hero{}
#hero div{max-width: 1100px; margin: auto;}

#menu{background-image: url("../img/line.png"); background-position:  center bottom; background-repeat: no-repeat; padding-bottom: 5px;}
#menu div{max-width: 1100px; margin: auto;}

#prof{background: #191919;}
#prof div{max-width: 1100px; margin: auto;}



#info{background-image: url("../img/line.png"); background-position:  center top; background-repeat: no-repeat; padding-top: 5px;}
#info div{max-width: 1100px; 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) {
    .sp { display: none; }
}/* /@media */

/* @media : SP */
@media screen and (max-width: 768px) {
    .pc { display: none; }
	#header table,
	#copyright {
		width: 96%;
	}
	
#btnlink{width: 100px;}
	
}/* /@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;
}

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


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




