@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: 1050px;
    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;
}

section div{max-width: 1050px; margin: auto;}

#hero{}
#hero div{max-width: 100%; margin: auto;}

#saoprf{background: #eeeeef;}
#reservation{background: #dcbbbe;}





#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;
}





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

area{border: none; outline: none;}

#gototop{position: fixed; right: 20px; bottom: 20px;  }
#gototop a{font-size: 20px; background: rgba(191,126,155,0.8); 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: 0 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;
}


#ymv{padding: 80px 0 50px;}

#ymv div.mvwrap{max-width: 765px; margin: auto;}
#ymv div.mv{
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    height: 0;
    overflow: hidden;
	}
#ymv div.mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 0;}



/* @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: 0 0 30px;
    }
.hotel_link>li{
        width: 100%;
        border-left: none;
    }
.hotel_link>li+li{
        border-right: none;
        margin-top: 15px;
    }
#ymv{padding: 50px 0 25px;}
#ymv div.mvwrap{max-width: 74%; margin: auto;}

}/* /@media */


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