@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{}
#hero div{max-width: 1100px; margin:  auto;}

.st0
{
  background : -moz-linear-gradient(18.33% 79.68% 28.38deg,rgba(224, 205, 170, 1) 0%,rgba(211, 192, 146, 1) 23.59%,rgba(190, 159, 104, 1) 86.59%);
  background : -webkit-linear-gradient(28.38deg, rgba(224, 205, 170, 1) 0%, rgba(211, 192, 146, 1) 23.59%, rgba(190, 159, 104, 1) 86.59%);
  background : -webkit-gradient(linear,18.33% 79.68% ,98% 5.03% ,color-stop(0,rgba(224, 205, 170, 1) ),color-stop(0.2359,rgba(211, 192, 146, 1) ),color-stop(0.8659,rgba(190, 159, 104, 1) ));
  background : -o-linear-gradient(28.38deg, rgba(224, 205, 170, 1) 0%, rgba(211, 192, 146, 1) 23.59%, rgba(190, 159, 104, 1) 86.59%);
  background : -ms-linear-gradient(28.38deg, rgba(224, 205, 170, 1) 0%, rgba(211, 192, 146, 1) 23.59%, rgba(190, 159, 104, 1) 86.59%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0CDAA', endColorstr='#BE9F68' ,GradientType=0)";
  background : linear-gradient(61.62deg, rgba(224, 205, 170, 1) 0%, rgba(211, 192, 146, 1) 23.59%, rgba(190, 159, 104, 1) 86.59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0CDAA',endColorstr='#BE9F68' , GradientType=1);
}



#lead{}
#lead div{}

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

#about{background: #ECE6D1;}
#about div{max-width: 1100px; margin:  auto;}

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


#notice{background: #ebebeb; position: relative; z-index: 0;}
#notice div{max-width: 1100px; margin: -20px auto 0;}


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



#safety{background: #dbdcdc;}
#safety div{max-width: 1100px; margin: auto;}


#logo{width: 180px; margin: 110px auto 85px;}


#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: 10px; bottom: 10px;  }
#gototop a{font-size: 25px; background:rgba(184,161,119,.6); color: #fff; display: block; padding: 10px 15px; text-decoration: none;}



.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;
	
    border-right: 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;
	display: inline-block;
    }
.hotel_link>li{
        width: 100%;
        /*border-left: none;*/
    }
.hotel_link>li+li{
        /*border-right: none;*/
        margin-top: 15px;
    }

#logo{width: 148px; margin: 70px auto 65px;}

}/* /@media */


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