@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html, body {
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
	/* background: #023128; */
	line-height: 1.5;
	text-align: center;
	background-color: #f9d1c9;
}
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;
	margin: 0 auto;
}

#bk-menu{
	background: #e94829;
	background-size: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 30px 0;
}

.menu {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.menu .box {
	width: 50%;
}

.menu .box a {
	display: block;
	margin: 0 auto;
}
.menu .box a:nth-of-type(1) {
	/* width: 312px; */
	width: 78%;
	margin-bottom: 30px;
}
.menu .box a:nth-of-type(2) {
	/* width: 232px; */
	width: 58.1%;
}
.menu .box:nth-of-type(2) a:nth-of-type(1) {
	/* width: 301px; */
	width: 75.3%;
	margin-bottom: 30px;
}
.menu .box:nth-of-type(2) a:nth-of-type(2) {
	/* width: 375px; */
	width: 93.8%;
}

@media screen and (max-width: 768px) {
	.menu .box a:nth-of-type(1),
	.menu .box:nth-of-type(2) a:nth-of-type(1) {
		margin-bottom: 10px;
	}

}


#bk-entertainment{
	background: url(../img/bk.jpg) repeat-y;
	background-size: 100%;
	margin-top: -70px;
}

.pt80{padding-top: 80px;}

#bk-planlineup{
	background: url(../img/bk02.jpg);
	background-size: 100%;
	background-position: bottom;
}

@media screen and (max-width: 768px) {
	#bk-menu{
		background-size: cover;
		padding: 15px 0 5px;
	}	
	#bk-entertainment{
		margin-top: -40px;
	}
}

#safety{background: #f2ecde;}

#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: 15px;
	background: #e94829;
	color: #fff;
	display: block;
	padding: 16px 20px;
	text-decoration: none;
	border-radius: 50%;
}

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

	#gototop {
		right: 10px;
	}

	#gototop a {
		font-size: 10px;
		padding: 10px 13px;
	}

}/* /@media */


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

#links {
	font-size: 1.5rem;
	background-color: #e94829;
	padding-bottom: 20px;
}
#links ul {
    letter-spacing: -0.38em;
}
#links ul li {
	display: inline-block;
	/* border-left: 1px solid #fff; */
	letter-spacing: normal;
}
#links ul li:first-child {
    border-left: none;
}
#links ul li a {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding: 0 2em;
}
#links ul li:first-child a {
	border-left: none;
}

@media screen and (max-width: 768px) {
	#links {
		padding-bottom: 40px;
	}

	#links ul li a {
		font-size: 10px;
		padding: 0 10px;
	}	
}



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

.entertainment {
	background-color: #e94829;
	padding: 100px 0;
}

.entertainment h2 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
}

.entertainment h2::after {
	content: '';
	background: url(../img/entertainment_icon01.webp) no-repeat;
	background-size: 100%;
	width: 62px;
	height: 62px;
	position: absolute;
	top: 50px;
	right: -70px;
}

@media screen and (max-width: 768px) {
	.entertainment {
		padding: 50px 0;
	}
	.entertainment h2 {
		margin-bottom: 40px;
	}
	.entertainment h2::after {
		width: 30px;
		height: 30px;
		top: 30px;
		right: -10px;
	}
}

.w900 {
	max-width: 900px;
	margin: 0 auto;
}
.w1100 {
	max-width: 1100px;
	margin: 0 auto;
}

.w2180 {
	max-width: 2180px;
	margin: 0 auto;
}

.rel {
	position: relative;
}

img.item {
	position: absolute;
	width: 200px;
	top: 52%;
	right: -40px;
}
@media screen and (max-width: 768px) {
	img.item {
		display: none;
	}
}

.inner {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.inner::before {
	content: '';
	background: url(../img/entertainment_icon02.webp) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -40px;
	left: -70px;
}

@media screen and (max-width: 768px) {
	.inner {
		max-width: 300px;
		margin: 0 auto;
	}
	.inner::before {
		width: 50px;
		height: 50px;
		bottom: -40px;
		left: -20px;
	}
}

.slide {
	margin: 0 10px;
}

.slick-prev, .slick-next {
	top: 45%;
	width: 30px;
	height: 50px;
}
.slick-prev:before {
    content: '';
	display: block;
	background-image: url(../img/arrow01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 30px;
	height: 50px;
	position: relative;
	left: -30px;
}
.slick-next:before {
    content: '';
	display: block;
	background-image: url(../img/arrow02.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 30px;
	height: 50px;
	position: relative;
	right: -30px;
}
@media screen and (max-width: 768px) {
	.slick-prev:before {
		width: 18px;
		height: 30px;
		left: -5px;
	}
	.slick-next:before {
		width: 18px;
		height: 30px;
		right: -15px;
	}	
}

.copy {
	padding-top: 25px;
	color: #fff;
	font-size: 14px;
	/* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
	text-align: center;
}
@media screen and (max-width: 768px) {
	.copy {
		font-size: 12px;
	}	
}

.item01 {
	width: 210px;
	position: absolute;
	top: -80px;
	right: -20px;
}

.item02 {
	width: 210px;
	position: absolute;
	bottom: -10px;
	left: -20px;
	z-index: -1;
}

.item03 {
	width: 210px;
	position: absolute;
	bottom: -50px;
	right: -10px;
	z-index: -1;
}

.item04 {
	width: 210px;
	position: absolute;
	bottom: 60px;
	left: -50px;
	z-index: -1;
}

.item05 {
	width: 230px;
	position: absolute;
	top: 100px;
	right: -40px;
	z-index: -1;
}

.item06 {
	width: 210px;
	position: absolute;
	bottom: 30px;
	left: -20px;
	z-index: -1;
}

.item07 {
	width: 210px;
	position: absolute;
	top: 40px;
	right: -20px;
	z-index: -1;
}

.item08 {
	width: 210px;
	position: absolute;
	top: 260px;
	left: -40px;
	z-index: -1;
}

.item09 {
	width: 210px;
	position: absolute;
	bottom: 190px;
	right: -20px;
	z-index: -1;
}


@media screen and (max-width: 768px) {
	.item01,.item02,.item03,.item04,.item05,.item06,.item07,.item08,.item09 {
		display: none;
	}

}