/* CSS Document */
* {
	padding: 0px;
	margin:0px;
	outline: none;
	/*widows: 1000;*/
}

html {
  scroll-behavior: smooth;
}


body {
	width:100%;
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
}



#header{
	width:100%;
	max-width:1200px;
	height:62px;
	margin:0 auto;
	}

#header img{
	margin:0 10px;
}

a{
	text-decoration:none;
	transition:0.5s;
}
	
a img {
	border-style:none;
	}

a:hover,
a:hover img{
	opacity:0.5;
	transition:0.5s;
}

a.btn_site{
	display:block;
	width:334px;
	margin:0 auto;
}

a.btn_site:hover{
	opacity:0.5;	
}



p{
	font-size: 14px;
    line-height: 160%;
	color: #595A5A;
}

p.indent{
	padding-left:1em;
	text-indent:-1em;
}

p .yel{
	color:#FFF100;
}

ul li,
dl dt,
dl dd{
	font-size:14px;
	line-height:160%;
}

h3{
	font-size:14px;
	letter-spacing:1px;
	line-height:149%;
	color: #595A5A;
}




.cen{
	text-align:center;
}

.top_10m{margin-top:10px;}
.top_20m{margin-top:20px;}
.top_30m{margin-top:30px;}
.top_40m{margin-top:40px;}
.top_50m{margin-top:50px;}
.top_60m{margin-top:60px;}
.top_70m{margin-top:70px;}
.top_80m{margin-top:80px;}
.top_90m{margin-top:90px;}
.bot_10m{margin-bottom:10px;}
.bot_20m{margin-bottom:20px;}
.bot_30m{margin-bottom:30px;}
.bot_40m{margin-bottom:40px;}
.bot_50m{margin-bottom:50px;}
.bot_60m{margin-bottom:60px;}
.bot_70m{margin-bottom:70px;}
.bot_80m{margin-bottom:80px;}
.bot_90m{margin-bottom:90px;}

.pc_blc {
  display: none;
}
.sp_blc {
  display: block;
}
@media (max-width: 520px) {
  .pc_blc {
    display: block;
  }
  .sp_blc {
    display: none;
  }
  
  
/*img{
	width: 100%;
}*/
}


/** content
===================================*/
.boxcont{
	margin:0 auto;
	font-family:"ＭＳ Ｐゴシック" , "MS PGothic" ,"Meiryo UI" , "メイリオ" , Meiryo ,  Osaka, "ヒラギノ角ゴ Pro W3" ;
}

.boxcont .min{
	font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
	font-weight:bold;
}

.boxcont .maru{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
}

.boxcont {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	background:url("../images/base/base_pc.jpg") top center no-repeat;
	background-size: cover;
	padding: 0 0 30px 0;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.box_main .main_bg .main_chara .open{
	transform-origin:center top;
	animation:showopen 2s both;
}

@keyframes showopen {
	0% {
		transform:translate(0,3.5em);
		opacity:0;
		text-shadow:0 0 0 #0f0;
	}
	
	100% {
		transform:translate(0,0);
		opacity:1;
		text-shadow:none;
	}
}


.box_main .main_bg .main_chara .open2{
	transform-origin:center top;
	animation:showopen2 2s both;
}
@keyframes showopen2 {
	0% {
		transform:translate(0,0);
		opacity:0;
		text-shadow:0 0 0 #0f0;
	}
	
	100% {
		transform:translate(0,0);
		opacity:1;
		text-shadow:none;
	}
}


.box_main .main_bg .main_chara .chara01{
	z-index:100; position:absolute; top:0px; left:0px; animation-delay:0s;
}

.box_main .main_bg .main_chara .chara02{
	z-index:99; position:absolute; top:0px; left:0px; animation-delay:2s;
}

.box_main .main_bg .main_chara .chara03{
	z-index:101; position:absolute; bottom:-150px; left:0px; animation-delay:0s;
}

.box_main .main_bg .main_chara .chara04{
	z-index:101; position:absolute; bottom:-130px; left:0px; animation-delay:0s;
}



/* アニメーションのスタイル */
.ani-scUp {
	/*-webkit-transform: translateY(40px);
	transform: translateY(40px);*/
	-webkit-transform: translate3d(0px,-60px,0px);
	transform: translate3d(0px,-60px,0px);
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.ani-scUp.ani-on {
	-webkit-transform: translate3d(0px,0px,0px);
	transform: translate3d(0px,0px,0px);
	opacity: 1;
}

.ani-scDown {
	-webkit-transform: translate3d(0px,60px,0px);
	transform: translate3d(0px,60px,0px);
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.ani-scDown.ani-on {
	-webkit-transform: translate3d(0px,0px,0px);
	transform: translate3d(0px,0px,0px);
	opacity: 1;
}

.ani-scLeft {
	-webkit-transform: translate3d(0px,60px,0px);
	transform: translate3d(60px,0px,0px);
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.ani-scLeft.ani-on {
	-webkit-transform: translate3d(0px,0px,0px);
	transform: translate3d(0px,0px,0px);
	opacity: 1;
}

/*topへ戻る*/
#page-top{
    width:90px;
    height:50px;
    display:none;
    position:fixed;
    right:20px;
    bottom:50px;
	z-index:99;
}
  
#page-top p{
    margin:0;
    padding:0;
    text-align:center;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    border-radius: 0px;
    background: #414162;
	border:none;
    behavior: url(PIE.htc);
    text-decoration:none;
    color:#000;
	border-radius:5px;
}

#page-top p.bnr{
	border:none;
	margin:0 0 20px 0;
}

#page-top p a{
	color:#fff;
}

#page-top p a:hover{
	color:#fff;
}

#page-top p:hover{
    background: #414162;
	color:#fff;
	opacity: 0.5;
}

#page-top p.bnr:hover{
	background:none;
}
  
#move-page-top{
	font-size:10px;
    line-height:30px;
    text-decoration:none;
    display:block;
    cursor:pointer; 
}



/** footer
===================================*/

#footer_over{
	width:100%;
	float:left;
	clear:both;
	margin:0 auto;
	background-color:#FFFFFF}


#footer {
		background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
		padding:25px 0px 15px 0px;
		width:100%;
}

*:first-child+html #footer {
	padding:18px 0px 15px 0px;
	}

#copyright {
	width: 100%;
	text-align:center;
	margin:0px auto;
	}
#copyright img{
	width:430px;
}


@media screen and (max-width: 520px) {

#copyright img{
	width:90%;
}


}

/*コンテンツ
---------------------------------------*/


/*ヘッダー・ナビゲーション*/
.box_bg_head{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    /*background: url(../images/base/base01.png) top center no-repeat;*/
}

.box_bg_head h1{
	display: block;
	width: 100%;
    margin: 0 auto 80px auto;
    max-width: 854px;
	
}

.box_bg_head h1 img{
	width: 100%;
}

.box_bg_head_inner{
	
	/*min-height: 750px;*/
	max-width: 750px;
	margin: 0 auto;
    padding: 50px 0 50px 0;
}

.box_bg_head .box_bg_head_inner h2{
	margin: 0 0 0px 0;
}

.box_bg_head_inner .chara_color{
	
}

.box_bg_head_inner .chara_color .chara_img{
	text-align: center;
}

.box_bg_head_inner .chara_color .chara_txt{
	font-size: 24px;
	text-align: center;
	line-height: 200%;
}



nav {
	width: 950px;
    margin: 70px auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav a{
	margin: 0 5px 15px 5px;
}

.box_bg_head_txt{
	text-align: center;
	margin: 50px 0 0px 0;
    font-size: 22px;
	color: #fff;
    padding: 0 0 50px 0;
	line-height: 230%;
	font-weight: bold;
}


.box_bg_head_txt_kikan{
	font-size: 34px;
	text-align: center;
	color: #231815;
	margin: 0 0 40px 0;
}

.box_bg_head_txt_kikan span{
	font-size: 24px;
}

.box_bg_head .box_bg_head_inner h3 img{
	width: 624px;	
}

@media screen and (max-width: 960px) {

.box_bg_head{
	
}

.box_bg_head .box_bg_head_inner h2{
	width: 80%;
	margin: 0px auto 40px auto;
	padding: 30px 0 0 0;
}

.box_bg_head .box_bg_head_inner h2 img{
	width: 100%;
}



.box_bg_head_txt{
	font-size: 14px;
    padding: 0 15px 50px 15px;
    line-height: 230%;	
}

}


@media screen and (max-width: 520px) {

.box_bg_head_inner{
	min-height: 600px;
	width: 90%;
}

.box_bg_head_txt_kikan{
	font-size: 18px;
	margin: 0 0 40px 0;
}

.box_bg_head_txt_kikan span{
	font-size: 16px;
}


.box_bg_head .box_bg_head_inner h3 img{
	width: 100%;	
}


.box_bg_head_inner .chara_color{
	
}

.box_bg_head_inner .chara_color .chara_img img{
	text-align: center;
	width: 90%;
}

.box_bg_head_inner .chara_color .chara_txt{
	font-size:16px;
}


nav{
	width: 100%;
    margin: 10px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav a{
	width: 30%;
}

nav a img{
	width: 100%;
}




}


/*その他汎用 画像調整*/

.boxcont .img_basis{
    width: 100%;
    margin: 0 auto 50px auto;
    text-align: center;
}

.tit_sub{
	text-align: center;
    margin: 50px 0 0px 0;
    font-size: 22px;
    padding: 0 0 50px 0;
    line-height: 230%;
	color: #fff;
}

.tit_sub_big{
	text-align: center;
    margin: 50px 0 0px 0;
    font-size: 28px;
    padding: 0 0 50px 0;
    line-height: 230%;
	color: #fff;
}

p.movie_tit{
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.box_movie{
margin: 10px auto 50px auto; width: 50%;
max-width: 560px;

}

.movie_wrap{
	position: relative;
    padding-top: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.link{
	width:100%;
	height:auto;
	margin:0 auto;
	background:none;
	float:none;
	clear:both;
	}

.link p {
	text-align:center;
	color:#fff;
	padding:18px 0px 20px 0px;
	}
	
.link a{
		color:#fff;
		font-size:14px;
		text-decoration:none;	
		}

.link a:hover{
	text-decoration:underline;	
}


@media screen and (max-width: 520px) {

.boxcont .img_basis img{
    width: 100%;
}

.boxcont .img_basis img.w90{
    width: 90%;
}


.tit_sub{
    text-align: center;
    margin: 10px 0 0px 0;
    font-size: 14px;
    padding: 0 0 20px 0;
}

.tit_sub_big{
    text-align: center;
    margin: 10px 0 0px 0;
    font-size: 20px;
    padding: 0 0 20px 0;
}

.box_movie{
margin: 20px auto 20px auto; width: 80%;

}

.link a{
		color:#fff;
		font-size:11px;
		text-decoration:none;	
		}

}


	
