@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(https://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
}
#header {
	width: 100%;
	max-width: 1000px;
	height: 62px;
	text-align: left;
	margin: 0 auto;
}

#header table,
#copyright {
	width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#header table img {
	vertical-align: middle;
}

#container {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
main {
	display: block;
	
	margin: 0 auto;
	background: #fff;
}

/*予約ボタン*/
.yoyaku{
position: absolute;
top: 63px; right: 0;
width: 232px;
}
.in {
position: fixed;
top: 0px;
right: 0px;
z-index: 50;
opacity: 0.9;}

#btnlink{width: 66px; }
#btnlink p{}

#hero{}
#hero div{max-width: 100%; margin: auto; }




section div{max-width: 1100px; margin: auto;}

#about,
#plan{background: #e5dfd0;}
#saftey{background: #efefef;}
#info{}







#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;}


/*エフェクト*/
/*hero*/
.fade {
    animation-name: fadein;
    animation-duration: 4s;
    
}


.fade2 {
    animation-name: fadein;
    animation-duration: 6s;
    
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
	/*transform: scale(0.95) ;*/
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/*他*/
.fadeIn {
    transition: 2s;
	transform: translateY(20px);
    opacity: 0;
}

.fadeIn.animated {
    opacity: 1;
    transform: translateY(0);
}



.fadeIn0 {
    transition: 6s;
	transform: translateY(40px);
    opacity: 0;
}

.fadeIn0.animated {
    opacity: 1;
    transform: translateY(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%;
	}
	
#btnlink{width: 100px;}

.yoyaku{width: 30%;}
	
}/* /@media */









#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;}
}


/**/
/*PCでは電話番号リンクなし*/
@media (min-width: 751px) {
.sp_tell{pointer-events: none;}
}

.remarks{
	box-sizing: border-box;
	border-top: 1px dotted #231815;
	padding: 2em 0;
	margin-top: 3em;
}
.remarks ul{
	width: 86%;
	margin: auto;
}
.remarks ul li{
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}

.lyt-btn{
	width: 90%;	
}
.lyt-btn a{
	position: relative;
	display: block;
	transition: all 0.3s;
	font-size: 1.6rem;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	border-radius: 6px;
	background-color: #a51d41;
	border: none;
	color: #FFFFFF;
	padding: 2.2em 1.6em;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.lyt-btn a span {
	position: relative;
	z-index: 1;
}
.lyt-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	width: 100%;
	height: inherit;
	border-radius: inherit;
	background: linear-gradient(45deg,
		rgba(123,23,50, .8) 10.8%,
		rgba(165,29,65, 1) 94.3%);
	transition: all 0.475s;
}
.lyt-btn a:hover::before {transform: scaleX(1);}
.lyt-btn a i::before,
.lyt-btn a i::after {
	content: '';
	position: absolute;
	right: .6em;
	background-color: #fff;
	height: 1px;
}
.lyt-btn a i::before {
	top: calc(51% - 2px);
	transform: translateY(calc(-51% - 2px)) rotate(45deg);
	width: 8px;
	height: 1px;
}
.lyt-btn a i::after {
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}
.lyt-btn a:hover {
	opacity: 1;
}


@media screen and (min-width: 769px) {

.lyt-btn{
	max-width: 640px;
	width: 70%;
	margin: 0 0 0 29.72%;	
}
.remarks ul{
	width: 98%;
}
}

