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

/*  facility-main　oz：オズの魔法使い（モバイル）
----------------------------------------------------*/
#oz{
	
}

.title-image{
	height:188px;
	min-width:320px;
	background:url(../../../img/facility/oz/title-image.png) center center no-repeat;
	background-size:480px 188px;
	position:relative;
}
.title-bg{
	background-color:#f79277;
}
.facility-title{
	padding:20px 0;
}
.photo-title{
	position:relative;
	padding:40px 0 15px;
}
.photo-title p.photo-title-l{
	padding:5px 0;
	font-size: 18px;
}
.photo-title p.photo-title-img{
	padding:20px 0 0px;
}


.about-area{
	margin:0 auto;
	padding:20px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	width:300px;
	text-align:left;
}
.line-s,.line-l{
	background:url(../../../img/facility/oz/line-sp.png) no-repeat center top;
	width:276px;
	height:3px;
}
.about-box{
	padding:10px 0;
}
.about-box span{
	display:block;
	font-size:16px;
	padding-bottom:5px;
}

.photo-title-illust1{
	position:absolute;
	background:url(../../../img/facility/oz/illust_oz1.png) no-repeat left top;
	background-size: 70% auto;
	width:125px;
	height:64px;
	top:30px;
	left:0px;
}
.photo-title-illust2{
	position:absolute;
	background:url(../../../img/facility/oz/illust_oz2.png) no-repeat center top;
	background-size: 70% auto;
	width:88px;
	height:104px;
	top:10px;
	right:0px;
}
.photo-title-illust3{
	position:absolute;
	background:url(../../../img/facility/oz/illust_oz3.png) no-repeat center top;
	width:69px;
	height:81px;
	top:10px;
	right:30px;
}
.works-area{
	margin-bottom: 50px;
}
ul.works-box{
	margin: 20px auto;
	width: 220px;
}

ul.works-box li{
	font-size: 14px;
	padding: 0px 0 8px 30px;
	line-height: 24px;
}
ul.works-box li span{
	display: block;
	font-size: 16px;
	font-weight: 600;
}
ul.works-box li img{
	vertical-align: middle;
}
ul.works-box li:nth-of-type(1){
	background:url(../../../img/facility/oz/num1.png) no-repeat top left;background-size: 24px 24px;
}
ul.works-box li:nth-of-type(2){
	background:url(../../../img/facility/oz/num2.png) no-repeat top left;background-size: 24px 24px;
}
ul.works-box li:nth-of-type(3){
	background:url(../../../img/facility/oz/num3.png) no-repeat top left;background-size: 24px 24px;
}
ul.works-box li:nth-of-type(4){
	background:url(../../../img/facility/oz/num4.png) no-repeat top left;background-size: 24px 24px;
}

.works-photo{
	margin-top: 20px;
	background:  url("../../../img/facility/oz/photo_sp.png") no-repeat center center;
    background-size: auto 400px;
	height: 400px;
}

.daily-area{
	text-align: center;
	margin-bottom:20px;
}
.daily-area .daily-box{
	text-align: left;
	padding: 10px 15px 10;
}
.daily-area .daily-box p{
	font-size: 14px;
	padding: 8px 0;
}
.daily-area .daily-box p span{
	color: #f5927a;
	display: inline-block;
	width: 100px;
}


.photo-area{
	padding:20px 0 10px;
}
.photo-box{
	height:253px;
	margin-bottom: 10px;
}
.photo-border{
	background:url(../../../img/facility/oz/photo-border.png) no-repeat top left;
	height:369px;
}
.text-box p:nth-of-type(1){
	font-size: 14px;
}
.text-box p:nth-of-type(1) span{
	color:#f79277;
}

.message-area{
	padding:30px 0;
}
.message-area p{
	font-size:16px;
	padding-bottom:15px;
}
.sp-none{
	display: none;
}