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

#hero{background: #91c4e4;}
#hero .mv{max-width: 1100px; margin: auto;}




#menu{background: url("../img/menu_bg.png")no-repeat; background-size: cover;  position: sticky; top: 0; z-index: 99;}
#menu div{max-width: 1100px; margin: auto;}

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


#restaurant{padding: 50px 0 0;}
/*#restaurant div{max-width: 1100px; margin: auto;}*/
#restaurant div.inr{max-width: 1100px; margin: auto; display: flex; align-items: flex-start; justify-content: space-between;}
#restaurant div.cont{width: calc(100% - 100px);}
#restaurant div.logo{width: 100px; position:sticky; right: 0; top: 90px;}




#yozakura{background: url("../img/bg01.png") repeat-y; background-size: 100%; margin: 100px 0 0;}
#yozakura div p{max-width: 1100px; margin: auto;}
#yozakura div.bg02{background: url("../img/bg02.png")repeat-y; background-size: 100%; }
#yozakura .tit img{margin: -100px auto 0;}


#sakuramap{ }
#sakuramap div{max-width: 1100px; margin: auto;}
#sakuramap div.inr{position: relative;}
#sakuramap div.logo{width: 43px; position:absolute; right: 43px; top: -20px;}


#stay{background: url("../img/bg03.png") no-repeat; background-size: 100% 100%; background-position: bottom;}
#stay div.inr{max-width: 1100px; margin: auto; display: flex; align-items: flex-start; justify-content: space-between;}
#stay div.cont{width: calc(100% - 100px);}
#stay div.logo{width: 100px; position:sticky; right: 0; top: 90px;}

#stay div.inr2{max-width: 1100px; margin: auto;}

#campaign{background: url("../img/bg04.png") repeat-y; background-size: 100%;}
#campaign div{max-width: 1100px; margin: auto;}




#notice{background: #ea948f;}
#notice div{max-width: 1100px; 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;
}

#map iframe{
    width: 100%;
    height: 400px;
}



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

area{border: none; outline: none;}

#gototop{position: fixed; right: 20px; bottom: 20px;  }
#gototop a{font-size: 15px; background:rgba(254,167,144,.6); color: #fff; display: block; padding: 15px 20px; text-decoration: none; border-radius: 50%;}



.hotel_link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1;
    text-align: center;
    background-color: #fff;
	padding: 80px 0 70px;
}
.hotel_link>li{
    padding: 0 10px;
    border-left: solid 1px #000;
}
.hotel_link>li+li{
    border-right: solid 1px #000;
}
.hotel_link>li a{
    color: #000;
    text-decoration: none;
}
.hotel_link>li a:hover{
    text-decoration: underline;
}


/* @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%;
	}

.hotel_link{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 320px;
	padding: 40px 0 30px;
    }
.hotel_link>li{
        width: 100%;
        border-left: none;
    }
.hotel_link>li+li{
        border-right: none;
        margin-top: 15px;
    }
	
#mv2{height: 250px;}








#restaurant div.cont{width: calc(100% - 50px);}
#restaurant div.logo{width: 50px; position:sticky; right: 0; top: 0px;}


#stay div.cont{width: calc(100% - 50px);}
#stay div.logo{width: 50px; position:sticky; right: 0; top: 30px;}

#yozakura{margin: 40px 0 0;}
#yozakura .tit img {margin: -40px auto 0;}


}/* /@media */


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


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

