/* CSS Document */
* {
	padding: 0px;
	margin:0px;
	outline: none;
	/*widows: 1000;*/
}

html {
  scroll-behavior: smooth;
  background: #fff;
}


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: #231815;
}

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: #fff;
}




.cen{
	text-align:center;
}

.lef{
	text-align:left;
}

.rig{
	text-align:right;
}

.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;
  }
  
  

}

article{
	background: #fff;
}
/** 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;
	
}

@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:20px;
	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: #735c46;
	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:#735c46;
	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: #f7f1e3;
    /*background: url(../images/base/base01.png) top center no-repeat;*/
}

.box_bg_head h1{
	display: block;
	width: 100%;
    margin: 0 auto;
    max-width: 1500px;
	background: #f7f1e3;
}

.box_bg_head h1 img{
	width: 100%;
}

.box_bg_head .main_room_photo {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
    max-width: 621px;
}

.box_bg_head .main_room_photo img {
    width: 100%;
}


.box_bg_head .main_txtarea{
	margin: 30px auto 30px auto;
}

.box_bg_head .main_txtarea p.txt01{
	text-align: center;
	font-size: 24px;
	margin: 0 0 20px 0;
	color: #735c46;
	line-height: 200%;
}

.box_bg_head_txt p{
	/*font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	text-align: center;
	margin: 30px 0 0px 0;
    font-size: 22px;
	color: #000;
    padding: 0 0 30px 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;
}


.main_price_inner{
	padding: 50px 0 50px 0;
	width: 100%;
	/*max-width: 760px;*/
    margin: 0 auto;
}

.main_price_inner h2,
.main_price_inner h3{
    text-align: center;
    width: 100%;
	color: #735c46;
	font-size: 42px;
    margin: 0 auto 10px auto;
    padding: 0 0 0px 0;
	
}

.main_price_inner .uketuke{
	margin: 0 auto 0px auto;
}

.main_price_inner .uketuke .txt01{
	color: #735c46;	
	font-size: 35px;
	text-align: center;
	margin: 0 0 30px 0;
}

.main_price_inner .uketuke .txt02{
	color: #000;	
	font-size: 25px;
	text-align: center;
}


.main_price_inner .price_detail{
	width: 100%;
	max-width: 950px;
	margin: 0 auto 50px auto;
    padding: 20px 0 0 0;
    position: relative;
}

.main_price_inner .price_detail .gentei{
	color: #221816;	
	font-size: 18px;
	text-align: center;
}

.main_price_inner .price_detail .gentei span{
	font-size: 20px;
}

.main_price_inner .price_detail .kaiin {
    margin: 0 auto 10px auto;
    width: 48%;
}

.main_price_inner .price_detail .kaiin .kaiin_spc{
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: space-between;
}

.main_price_inner .price_detail .kaiin .kaiin_spc .txt01{
	font-size: 20px;
}

.main_price_inner .price_detail .kaiin .kaiin_spc .txt02{
	font-size: 40px;
}

.main_price_inner .price_detail .atent{
	width:65%;
    margin: 0 auto 30px auto;
    padding: 0 0 0 0px;
}

.main_price_inner .price_detail .atent p{
	color: #231815;
	font-size: 15px;
	text-align: left;
	display: inline-block;
}


.main_price_inner .price_detail .stay_yoyaku{
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
	    margin:20px auto 10px auto;
}

.main_price_inner .price_detail .stay_yoyaku p{
	margin: 0 20px;
}

.main_price_inner p.spc_txt{
	font-size: 26px;
	
}

.main_price_img{
	text-align: center;
    background: #fff;
}

.main_price_img img{
	    margin: 0 0 0 0;
		width: 100%;
}

@media screen and (max-width: 960px) {

.box_bg_head{
	
}


.box_bg_head_txt img{
	width: 100%;
}

.box_bg_head_txt p{
	font-size: 14px;
    padding: 0 15px 20px 15px;
    line-height: 230%;
	margin: 10px 0 0 0;
}





}


@media screen and (max-width: 520px) {



.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 .main_txtarea {
	width: 90%;
}

.box_bg_head .main_txtarea p.txt01{
	font-size: 12px;
}

.main_price_inner{
	padding: 20px 0 20px 0;
}
.main_price_inner h2,
.main_price_inner h3{
    margin: 0 auto 0px auto;
    padding: 0 0 10px 0;
	font-size: 26px;
}

.main_price_inner .uketuke .txt01{
	font-size: 24px;
}

.main_price_inner .uketuke .txt02{
	font-size: 18px;
}

.main_price_inner .price_detail .gentei{
	font-size: 16px;
}


.main_price_inner .price_detail .kaiin {
    width: 80%;
}

.main_price_inner .price_detail .kaiin .kaiin_spc .txt01{
	font-size: 16px;
}

.main_price_inner .price_detail .kaiin .kaiin_spc .txt02{
	font-size: 24px;
}

.main_price_inner .price_detail .atent{
	width:90%;
    margin: 0 auto 30px auto;
    padding: 0 0 0 0px;
}

.main_price_inner .price_detail .atent p{
	font-size: 12px;
}


.main_price_inner h2 img{
	width: 100%;
}

.main_price_inner .price_detail .stay_yoyaku{
	display: block;
}


.main_price_inner .price_detail .stay_yoyaku p{
	margin: 0 auto 5px;
	width: 80%;
}

.main_price_inner .price_detail .stay_yoyaku p img{

	width: 100%;
}

.main_price_inner p.spc_txt {
    font-size: 18px;
}


}



/*STAY PLAN*/

#stay{
	background: url("../images/dakaretai/10.png") center 90px no-repeat;
}

.stay_inner{
	padding: 50px 0 50px 0;
	width: 100%;
	/*max-width: 760px;*/
    margin: 0 auto;
}

.stay_inner h2{
	text-align: center;
	margin: 0 0 40px 0;
}

.stay_inner p.txt01 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #735c46;
    line-height: 200%;
}

.stay_inner .stay_detail{
	width: 100%;
    max-width: 900px;
    margin: 0 auto 30px auto;
    padding: 30px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
	box-sizing: border-box;
}


@media screen and (max-width: 960px) {

}


@media screen and (max-width: 520px) {

#stay {
    background: url(../images/dakaretai/10.png) center 70px no-repeat;
	background-size: cover;
}

.stay_inner{
	padding: 50px 0 10px 0;
}


.stay_inner h2 {
    margin: 0 0 10px 0;
}

.stay_inner p.txt01 {
    font-size: 16px;
}


.stay_inner h2 img{
	width: 80%;
}
.stay_inner .stay_detail{
	width: 90%;
    margin: 0 auto 30px auto;
    padding: 10px;
}

.stay_inner .stay_detail h3 img{
	width: 100%;
}

.stay_inner .stay_detail img{
	width: 100%;
}


}


/*DRINK*/

#drink{
	background: url("../images/dakaretai/15.png") center 123px no-repeat #f7f1e3;
}

.drink_inner{
	padding: 70px 0 70px 0;
	width: 100%;
	/*max-width: 760px;*/
    margin: 0 auto;
}
.drink_inner h2{
	text-align: center;
	margin: 0 0 20px 0;
}

.drink_inner p.txt01 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #735c46;
    line-height: 200%;
}

.drink_inner p.txt02 {
    text-align: center;
    font-size: 28px;
    margin: 0 0 10px 0;
    
    line-height: 160%;
}

.drink_inner p.txt03 {
    text-align: center;
    font-size: 28px;
    margin: 0 0 10px 0;
    line-height: 140%;
}

.drink_inner p.txt04 {
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 140%;
}


@media screen and (max-width: 960px) {

}


@media screen and (max-width: 520px) {
#drink {
    background: url("../images/dakaretai/15.png") center 40px no-repeat #f7f1e3;
	background-size: cover;
}

.drink_inner{
	padding: 30px 0 30px 0;
	width: 90%;
	/*max-width: 760px;*/
    margin: 0 auto;
}
.drink_inner h2 {
	
    margin: 0 0 10px 0;
}

.drink_inner h2 img{
	width: 100%;
}

.drink_inner p.txt01 {
    font-size: 16px;
}

.drink_inner p.txt02 {
    font-size: 14px;
}

.drink_inner p.txt03 {
    font-size: 14px;
}

.drink_inner p.txt04 {
    font-size: 14px;
}


}


/*その他汎用*/

.boxcont .img_basis{
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;
}

.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%;
	color: #fff;
}

.tit_sub_big{
	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: 28px;
    padding: 0 0 50px 0;
    line-height: 230%;
	color: #fff;
}


@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;
}

}




/*SPC会員のご案内*/
#spc{
	
	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{
	
	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%;
}

	
	
}


/*その他汎用*/


.normal{
    background:#fff;
	max-width: 100%;
	margin: 0 auto;
}

.normal_inner{
	padding:50px 0 10px 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: #221815;
	line-height: 140%;
	text-align: center;
	border-bottom: 5px solid #aeaeae;
}


.normal_inner .normal_txt{
	margin: 20px auto 0 auto;
	color: #221815;
}

.normal_inner .normal_txt p{
	text-align: justify;
	color: #221815;
	line-height: 230%;
}

.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;
	max-width: 430px;
    margin:70px auto 70px auto;
}

.foot_logo img{
	width: 100%;
}

.sns_tit {
    font-size: 24px;
    color:#221815;
    margin: 30px 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:#221815;
    padding: 18px 0px 20px 0px;
}

.link a {
    color:#221815;
    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;
}



.foot_logo img{
	width: 100%;
}

.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%;
}

.link a {
    font-size: 11px;
}

}


	