@charset "UTF-8";
/* CSS Document */
@import url("facility-style.css");


/*  facility-main　 pp：ピーターパン（モバイル）
----------------------------------------------------*/
.title-image{
	height:140px;
	min-width:320px;
	background:url(../../../img/facility/pp/title-image.png) center center no-repeat;
	background-size:cover;
}
.title-bg{
	background-color:#f78b43;
}
.facility-title{
	padding:20px 0;
}
.photo-title{
	position:relative;
	padding:20px 0 15px;
}
.photo-title p.photo-title-l{
	padding:5px 0;
}
.photo-title-illust1{
	position:absolute;
	background:url(../../../img/facility/ts/illust1.png) no-repeat center top;
	width:73px;
	height:95px;
	top:50px;
	left:0px;
}
.photo-title-star{
	margin:0 auto;
	background:url(../../../img/facility/pp/illust-star.png) no-repeat center top;
	width:65px;
	height:31px;
}
.photo-area{
	padding-bottom:10px;
}
.photo-box{
	height:424px;
	margin-bottom:5px;
}
.photo-border{
	background:url(../../../img/facility/pp/photo-border.png) no-repeat top left;
	height:424px;
}
.daily-area{
	padding-bottom:30px;
	width:300px;
	margin:0 auto;
}
.daily-title{
	font-size:18px;
	padding: 5px 8px;
	width:280px;
	margin:0 auto;
	text-align:center;
}
.daily-box{
	width:224px;
	height:167px;
	position:relative;
	margin:0 auto 5px;
}
.daily-box p{
	font-size:14px;
	position:absolute;
	width:200px;
	left:10px;
}
.daily-box p span{
	color:#f78b43;
}
.daily1 p:nth-of-type(1){
	top:20px;
	height:20px;
}
.daily1 p:nth-of-type(2){
	top:100px;
	height:20px;
}
.daily2 p:nth-of-type(1){
	top:20px;
	height:14px;
}
.daily2 p:nth-of-type(2){
	top:70px;
	height:14px;
}
.daily2 p.daily-image{
	top:6px;
	left:8px;
	width:208px;
	height:156px;
}
.daily3 p:nth-of-type(1){
	top:20px;
	height:14px;
}
.daily3 p:nth-of-type(2){
	top:75px;
	height:14px;
}
.daily3 p:nth-of-type(3){
	top:130px;
	height:14px;
}
.daily4 p:nth-of-type(1){
	top:20px;
	height:14px;
}
.daily4 p:nth-of-type(2){;
	top:65px;
	height:20px;
}
.daily4 p:nth-of-type(3){
	top:130px;
	height:14px;
}
.daily1{
	background:url(../../../img/facility/pp/daily-border1-sp.png) no-repeat top left;
}
.daily2{
	background:url(../../../img/facility/pp/daily-border2-sp.png) no-repeat top left;
}
.daily3{
	background:url(../../../img/facility/pp/daily-border4.png) no-repeat top left;
}
.daily4{
	background:url(../../../img/facility/pp/daily-border4.png) no-repeat top left;
}
.daily-box p.daily-cake{
	top:64px;
	left:145px;
	width:62px;
	height:45px;
}
.daily-box p.daily-kitchen{
	top:120px;
	left:30px;
	width:127px;
	height:26px;
}
.message-area{
	padding:0;
}
#pp .message-left{
	padding:10px 0;
	float:none;
	width:300px;
}
.info-photo{
	height:130px;
	min-width:320px;
	background:url(../../../img/facility/pp/peterpan-img.png) left center no-repeat;
	background-size:cover;
}


.line{
	background:url(../../../img/facility/pp/line-sp.png) no-repeat center top;
	height:4px;
	width:300px;
	margin:10px auto;
}
.qa-area{
	padding:0 0 20px;
	width:300px;
	text-align:center;
}
.qa-title{
	font-size:20px;
}
dl {
	width:300px;
	margin:20px auto 40px;
}
dt {
	text-align:left;
	font-size:14px;
	background:url(../../../img/facility/pp/q.png) no-repeat left top;
	background-size:20px 20px;
	min-height:20px;
	padding:2px 0 0 25px;
	margin-top:2px;
}
dd {
	text-align:left;
	font-size:14px;
	background:url(../../../img/facility/pp/a.png) no-repeat left top;
	background-size:20px 20px;
	padding:2px 0 8px 25px;
	min-height:20px;
	margin-top:2px;
}
.dd-contact{
	font-size:16px;
}
.qa-link{
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dd-red{
	color:#ed1c24;
}