/* 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;}
.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;}


.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/bg_tile.png");
}

@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: #BC1119;
	border:1px #fff solid;
    behavior: url(PIE.htc);
    text-decoration:none;
    color:#000;
	border-radius:20px;
}

#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: #BC1119;
	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;
    max-width: 1500px;
}

.box_bg_head h1 img{
	width: 100%;
}

.box_bg_head_inner{
	background: url(../images/betty/be02.png) top center no-repeat;
	/*min-height: 750px;*/
	max-width: 1500px;
	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: 50px auto 0 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: 300px;	
}


@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;
}

.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: 50%;	
}


.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;
}


}



/*ステイプラン*/
#stay{
	background: url(../images/betty/be06.png) top center no-repeat;
	max-width: 1500px;
    margin: 0 auto;
	padding: 50px 0 0 0;
}


#stay h2 {
    text-align: center;
    margin: 50px auto 50px auto;
}

#stay p {
	color: #fff;
    text-align: center;
    margin: 30px auto 30px auto;
    font-size: 26px;
    line-height: 220%;
	
}


#stay .plan{
	width: 820px;
    margin: 0 auto;
	
}

#stay .tokuten{
	
	width: 854px;
    margin: 0 auto;
	display:flex;
	justify-content: center;
 align-items: center;
 padding: 0 0 10px 0;
}

#stay .tokuten .tokuten_in{
	width: 80%;
	padding: 50px 0 0 0;
	position: relative;
}

#stay .tokuten .tokuten_in h3{
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
	color:#fff;
	font-size: 40px;
	border-bottom: 2px solid #fff;
	margin: 0 0 20px 0; 
	padding: 0 0 10px 0;
}

#stay .tokuten .tokuten_in h4{
	text-align: center;
	color:#fff;
	font-size: 26px;
	margin: 0 0 50px 0; 
	padding: 0 0 0 0;
}

#stay .tokuten .tokuten_in p{
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

#stay .tokuten .tokuten_in p.gentei{
	font-size: 20px;
	line-height: 100%;
	margin: 0 0 20px 0;
}

#stay .tokuten .tokuten_in .kiin{
	margin: 0 auto 30px auto;
	width: 65%;
}

#stay .tokuten .tokuten_in .kiin p{
	font-size: 40px;
	line-height: 100%;
	text-align: right;
}

#stay .tokuten .tokuten_in .kiin p span{
	width: 100px;
	font-size: 20px;
	line-height: 100%;
	
}



#stay .tokuten .tokuten_in .stay_yoyaku{
	margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


#stay .tokuten .tokuten_in .stay_yoyaku p{
	border: 1px solid #fff;
	text-align: left;
}

#stay .tokuten .tokuten_in .stay_yoyaku a{
	color: #BC1119;
	font-size: 16px;
    font-weight: bold;
	width: 270px;
	display: block;
	padding: 5px 0 5px 20px;
	background: url("../images/betty/be19.png") right no-repeat #fff;
}

#stay .tokuten .tokuten_in .atent{

text-align: center;
font-size: 14px;
    margin: 15px 0 30px 0;
    line-height: 160%;
}

#stay .tokuten .tokuten_in .chara_lef{
	position: absolute;
	top: 150px;
    left: -150px;
}

#stay .tokuten .tokuten_in .chara_rig{
	position: absolute;
	top: 150px;
	right: -150px;
}


@media screen and (max-width: 520px) {
#stay{
	max-width:100%;
	width: 100%;
    margin: 0 auto;
}


#stay h2 {
    text-align: center;
    margin: 30px auto 30px auto;
}
#stay h2 img{
	width: 80%;
}

#stay p {
	color: #fff;
    text-align: center;
    margin: 30px auto 30px auto;
    font-size: 14px;
    line-height: 220%;
	
}

#stay p img{
	width: 100%;
}

#stay .plan{
	width: 90%;
    margin: 0 auto;
	
}

#stay .plan img{
	width:100%;
}


#stay .tokuten{
	background: none;
	width: 90%;
	height: 100%;
	background-size: contain;
	padding: 30px 0 10px 0;
}

#stay .tokuten .tokuten_in{
	width: 90%;
	padding: 30px 0 0 0;
}


#stay .tokuten .tokuten_in h3{
	font-size: 22px;
}

#stay .tokuten .tokuten_in p{
	font-size: 16px;
	margin: 0 0 20px 0;
}

#stay .tokuten .tokuten_in h4{
	text-align: center;
	color:#fff;
	font-size: 16px;
	margin: 0 0 40px 0; 
	padding: 0 0 0 0;
}


#stay .tokuten .tokuten_in p{
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

#stay .tokuten .tokuten_in p.gentei{
	font-size: 16px;
	line-height: 100%;
	margin: 0 0 20px 0;
}


#stay .tokuten .tokuten_in .kiin{
	margin: 0 auto 10px auto;
	width: 100%;
}

#stay .tokuten .tokuten_in .kiin p{
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	margin: 0 0 5px 0;
}

#stay .tokuten .tokuten_in .kiin p span{
	width: 100px;
	font-size: 16px;
	line-height: 100%;
	
}



#stay .tokuten .tokuten_in .stay_yoyaku{
	margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


#stay .tokuten .tokuten_in .stay_yoyaku p{
	border: 1px solid #fff;
	text-align: left;
	margin: 0 0 10px 0px;
}

#stay .tokuten .tokuten_in .stay_yoyaku a{
	color: #fff;
	font-size: 16px;
	width: 270px;
	display: block;
	padding: 5px 0 5px 20px;
	background: url("../images/rose23.jpg") right no-repeat;
}

#stay .tokuten .tokuten_in .atent{
/*	padding-left:1em;
text-indent:-1em;*/
text-align: left;
font-size: 13px;
margin: 15px 0 15px 0;
}

#stay .tokuten .tokuten_in .chara_lef{
	display: none;
}

#stay .tokuten .tokuten_in .chara_rig{
	display: none;
}


}



/*SPC会員のご案内*/
#spc{
	background: url(../images/betty/be02.png) top center no-repeat;
	max-width: 1500px;
    margin: 0 auto;
	padding: 50px 0 50px 0;
}



#spc h2 {
    text-align: center;
    margin: 50px auto 20px auto;
}

/*#spc h2 img{
	width:90%;
}*/

#spc p {
    color: #595A5A;
    text-align: center;
    margin: 10px auto 10px auto;
    font-size: 26px;
    line-height: 220%;
}

#spc p.btn_admission{
	margin: 30px 0 30px 0;
}

#spc p.btn_admission a{
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	width: 260px;
	padding: 15px 0 15px 0;
	margin: 0 auto;
	background: #BC1119;
}

@media screen and (max-width: 520px) {

#spc{
	background: url(../images/betty/be02.png) top center no-repeat;
	max-width: 100%;
	width: 100%;
    margin: 0 auto;
}

#spc h2 img{
	width:90%;
}

#spc p.btn_admission img{
	width: 100%;
}



#spc h2 {
    text-align: center;
    margin: 50px auto 20px auto;
}

#spc p {
    color: #595A5A;
    text-align: center;
    margin: 10px auto 10px auto;
    font-size: 14px;
    line-height: 220%;
}

#spc p.btn_admission a{
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	width: 260px;
	padding: 15px 0 15px 0;
	margin: 0 auto;
	background: #BC1119;
}
#spc p.btn_admission img{
	width: 50%;
}

	
	
}


/*その他汎用*/

.tit_sub{
	    text-align: center;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    margin: 50px 0 0px 0;
    font-size: 22px;
    padding: 0 0 50px 0;
    line-height: 230%;
}

.normal{
    background: url(../images/betty/be06.png) top center no-repeat;
	max-width: 1500px;
	margin: 0 auto;
}

.normal_inner{
	padding:120px 0 50px 0;
	width: 100%;
	max-width: 750px;
    margin: 0 auto;
}


.normal_inner h2{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	font-size: 37px;
    color: #fff;
	line-height: 140%;
	text-align: center;
	border-bottom: 5px solid #AEAEAE;
}


.normal_inner .normal_txt{
	margin: 50px auto 0 auto;
}

.normal_inner .normal_txt p{
	text-align: justify;
	color: #fff;
}

.normal_inner .normal_txt li{
	    padding-left: 1em;
    text-indent: -1em;
    line-height: 200%;
}


.anshin{
	width: 100%;
    max-width: 600px;
    margin: 30px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.foot_logo{
	text-align: center;
}

.foot_logo img{
	width: 50%;
}

.sns_tit {
    font-size: 24px;
    color:#fff;
    margin: 50px 0 0 0;
	text-align: center;
}
.sns {
    width: 360px;
    margin: 20px auto 20px auto;
    display: flex;
}

.sns div {
    width: 120px;
}

.link {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.link p {
    text-align: center;
    color:#fff;
    padding: 18px 0px 20px 0px;
}

.link a {
    color:#fff;
    font-size: 12px;
    text-decoration: none;
}

.after-banner{
	width: 752px;
}



@media screen and (max-width: 960px) {

}


@media screen and (max-width: 520px) {

.normal_inner{
	width: 90%;
}


.normal_inner h2{
	font-size: 24px;
}

.tit_sub{
    text-align: center;
    margin: 50px 0 0px 0;
    font-size: 14px;
}

.foot_logo img{
	width: 70%;
}

.anshin{
	width: 100%;
}

.anshin p.box_a{
	width: 20%;
}

.anshin p.box_b{
	width: 45%;
}

.anshin p.box_c{
	width: 25%;
}


.anshin img{
	width: 100%;
}


.sns {
    width: 90%;
    margin: 20px auto 20px auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}

.sns div {
    width: 30%;
}

.sns div  img{
	width: 100%;
}

.after-banner{
	width: 90%;
}


}


/*カレンダー　表組*/
.cal .room_cal{
	width:770px;
	border-collapse: collapse;
    border-spacing: 0;
	color:#000;
	border:4px #231816 solid;
	font-size:40px;
	background:#fff;
	font-family: 'Ryumin Regular KL' , Georgia, '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝';
}

.cal .room_cal th,
.cal .room_cal td{
	border:2px #231816 solid;
	padding:10px 0 10px 0;
	
}

.cal .room_cal th{
	width:110px;
	height:30px;
	font-size:30px;
}

.cal .room_cal td{
	height: 95px;
	background:#A0CFBB;
}

.cal .room_cal td span{
	display:block;
	color:#000000;
	font-size:28px;
	padding:5px 0 0 0;
}


.cal .room_cal .sun{
	color:#E80115;
}

.cal .room_cal .gray{
	color:#BFC1C0;
}

.cal .room_cal .bg_w{
	background:#fff;
}

.cal .room_cal .bg_b{
	background:#D2E7EA;
}

.cal .room_cal .bg_y{
	background:#E8DEBB;
}

.cal .room_cal td.bg_nove{
	background:url(../images/11icon.png) top left no-repeat #A0CFBB;
}

.cal .room_cal td.bg_nove_b{
	background:url(../images/11icon.png) top left no-repeat #D2E7EA;
}

.cal .room_cal td.bg_nove_y{
	background:url(../images/11icon.png) top left no-repeat #E8E0BC;
}


@media screen and (max-width: 520px) {

.cal .room_cal{
	width:99%;
	border-collapse: collapse;
    border-spacing: 0;
	color:#000;
	border:4px #231816 solid;
	font-size:40px;
	background:#fff;
	font-family: 'Ryumin Regular KL' , Georgia, '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝';
}

.cal .room_cal th{
	width:10%;
	height:30px;
	font-size:20px;
}

.cal .room_cal td{
	height:60px;
	font-size: 25px;
	background:#A0CFBB;
}

.cal .room_cal td span {
    display: block;
    color: #000000;
    font-size: 25px;
    padding: 5px 0 0 0;
}


}
	
