@charset "UTF-8";
/* CSS Document */

/*-----------------------------
hero-image
------------------------------*/
.hero-box{
	position:relative;
	height: 46.15vw;
}
.hero-box h2{
	position:absolute;
	z-index: 10;
	width: 44.43vw;
	top:34.01vw;
	right:5.21vw;
}
.hero-img01{
	position:absolute;
	width: 22.5vw;
	top:0;
	left: 31.25vw;
}
.hero-img01-1{
	position: absolute;
	width: 2.29vw;
	top:4.17vw;
	left:-8.85vw;
}
.hero-img01-2{
	position: absolute;
	width: 2.86vw;
	top:7.19vw;
	left:-13.85vw;
}
.hero-img02{
	position:absolute;
	width: 34vw;
	top:2.7vw;
	right:0;
}
.hero-img02-1{
	position:absolute;
	width: 13.28vw;
	top:-1.72vw;
	left:-7.45vw;
}

.hero-img03{
	position:absolute;
	z-index:8;
	width: 26.3vw;
	top:20.76vw;
	left:36.46vw;
}
.img03{
	position:relative;
	z-index: 10;
}
.hero-img03-1{
	position:absolute;
	z-index: 1;
	width: 24.64vw;
	top:-2.6vw;
	left:-13.54vw;
	
}
.hero-img04{
	position:absolute;
	width: 29.17vw;
	top:13.26vw;
	left:0;
	z-index: 12;
}
.hero-img04-1{
	position: absolute;
	width: 10.26vw;
	top:25.52vw;
	left: 10.52vw;
}
.hero-box li {
    visibility: hidden;
}
/*pagetop ボタン----------------------*/
main {
  position: relative;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 10%;
  z-index: 90;
}

/*-----------------------------
当園について
------------------------------*/
#About{
	padding-top: 100px;

}
.about-title{
	margin-bottom: 98px;
}
.about-list{
	display: flex;
	margin-left: -10px;
	margin-bottom: 80px;
	justify-content: space-between;
}
.about-list li{
	margin-left: 10px;
}
.about-list li>img{
	margin-bottom: 50px;
}
.about-box{
	background: url("../images/home/pc_content/about1.png"),url("../images/home/pc_content/about2.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: contain,contain;
	
}

.about-text{
	padding: 140px 48px 130px;
	font-size:1.6rem;
	line-height: 3;
	
}
.about-text01{
	max-width: 265px;
    font-size: 1.6rem;
    line-height: 4;
	font-weight: 500;
	text-align: center;
}
.about-text02{
	max-width: 255px;
	font-size:1.6rem;
	line-height: 3.33;
	font-weight: 500;
	text-align: center;
}
.about-text03{
	max-width: 255px;
	font-size:1.6rem;
	line-height: 2.67;
	font-weight: 500;
	text-align: center;
}
.about-text span{
	border-bottom: dotted #663366;
	
}
.about-info-box{
	max-width: 810px;
	margin: 80px auto 100px;
	position:relative;
	z-index: 1;

}
.about-info{
	font-size: 1.6rem;
	max-width: 676px;
	margin: 0 auto;
	border-top:solid 1px #999;
}
.about-info dt{
	clear:both;
	float: left;
	width: 280px;
	line-height: 2;
	padding: 21px 0 21px 92px;
	
}
.about-info dd{
	padding: 21px 30px 21px 288px;
	border-bottom:solid 1px #999;
	line-height: 2;
}

.bird{
	position:absolute;
	top:72px;
	left: -404px;
	z-index: 10;
	
}

/*-----------------------------
施設紹介
------------------------------*/
.facility-lead{
	font-size:1.8rem;
	margin: 58px 0 42px;
	color:#0676B7;
}
.facility-list-box{
	position: relative;
}
.facility-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	margin-left: -10px;
}
.facility-list li{
	width: 46.2%;
	margin-left: 10px;
	margin-bottom: 75px;
	
}
.facility-list li h4{
	margin: 30px 0 20px;
}
.message{
	text-align: center;
	font-size:1.4rem;
	line-height: 1.71;
}

/*-----------------------------
安全・衛生対策
------------------------------*/
.safety{
	margin-bottom: 100px;
	width: 97.73%;
	background: url("../images/home/pc_content/safety-measure.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border: 4px solid rgba(0,204,204,0.51);
	padding: 9.3% 8vw;	
}
.safety-list{
	background: rgba(255,255,255,0.85);
	padding: 50px 46px;
	
}
.safety-list p{
	font-size: 1.6rem;
	line-height: 2;
}
.safety-list p:first-of-type{
	padding-bottom: 72px;
}
.safety-list img{
	padding-bottom: 31px;
}

/*スマホ-------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  	div{ 
	  	width: 100%; 
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.inner{
		box-sizing: border-box;
		width: 100%;
		padding:0 15px;
	} 
	/*-----------------------------
	hero-image
	------------------------------*/
	.hero-box{
		position:relative;
		height: 98vw;
		margin-top: 50px;
		overflow: hidden;
	}
	.hero-box h2{
		position:absolute;
		z-index: 20;
		width: 55.87vw;
		top:64.8vw;
		right: 41.13vw;
	}
	.hero-img01{
		position:absolute;
		width: 57.01vw;
		top:52vw;
		left: 40.27vw;
		z-index: 10;
	}

	.hero-img03{
		position:absolute;
		z-index: 1;
		width: 67.73vw;
		top:0.4vw;
		left:0;
	}
	.img03{
		position:relative;
		z-index: 10;
	}
	.hero-img03-1{
		position:absolute;
		width: 28vw;
		top: 16.73vw;
    	left: 71.73vw;

	}
	.hero-img04-1{
		position: absolute;
		width: 18.26vw;
		top: -6.48vw;
		left: 76.52vw;
	}
	/*pagetop ボタン----------------------*/
	
	main {
	  position: relative;
	}
	.pagetop {
	  display: none;
	  position: fixed;
	  bottom: 10px;
	  right: 10px;
	  width: 18%;
	  z-index: 90;
	}
	/*-----------------------------
	当園について
	------------------------------*/
	#About{
		margin-top: -50px;
		padding-top: 90px;
	}
	.about-title{
		margin-bottom: 8px;
		width: 47%;
    	margin: 0 auto;
	}
	.about-list{
		flex-direction: column;
		margin-left: 0;
		margin: 30px 0 30px;
		
	}
	.about-list li{
		display: flex;
		margin: 0 0 35px 10px;
		align-items: center;
	}
	.about-list li>img{
		width: 29%;
		margin-bottom: 0;
	}
	.about-box{
		background: none;	
	}

	.about-text{
		padding: 0 10px 45px;
		font-size:1.2rem;
		line-height: 2;

	}
	.about-text01{
		max-width: 65%;
		font-size: 1.2rem;
		line-height: 2;
		padding-left: 35px;
		text-align: left;
		font-weight: normal
	}
	.about-text02{
		max-width: 65%;
		font-size: 1.2rem;
		line-height: 2;
		padding-left: 35px;
		text-align: left;
		font-weight: normal
	}
	.about-text03{
		max-width: 65%;
		font-size: 1.2rem;
		line-height: 2;
		padding-left: 35px;
		text-align: left;
		font-weight: normal
	}
	.about-text span{
		border-bottom: 2px dotted #663366;

	}
	.about-info-box{
		max-width: 810px;
		margin: 0 auto;
		position:relative;
		z-index: 1;
	}
	.about-info{
		font-size: 1.2rem;
		line-height: 1.5;
		max-width: 676px;
		margin: 0 auto;
		border-top:solid 1px #999;
	}
	.about-info dt{
		clear:both;
		float: left;
		width: 27%;
		line-height: 2;
		padding: 18px 0 18px 2px;
	}
	.about-info dd{
		padding: 18px 0 18px 27%;
		border-bottom:solid 1px #999;
		line-height: 2;
	}

	.bird{
		position:absolute;
		top:72px;
		left: -404px;
		z-index: 10;
	}

	/*-----------------------------
	施設紹介
	------------------------------*/
	#Facility{
		margin-top: -50px;
		padding-top: 48px;
	}
	.facility{
		background: url("../images/home/sp-content/sp-bard.png") no-repeat;
		background-size: 21%;
		background-position: top 106px left -3px;
	}
	.facility h3{
		width: 47%;
		margin: 60px auto 0;
	}
	.facility-lead{
		font-size:1.3rem;
		margin: 25px 0 25px;
	}
	.facility-list-box{
		position: relative;
	}
	.facility-list{
		flex-direction: column;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.facility-list li{
		width: 100%;
		margin-left: 0;
		margin-bottom: 24px;
	}
	.facility-list li:last-of-type{
		margin-bottom: 40px;
	}
	.facility-list li h4{
		font-size:1.2rem;
		color:#EB5F2C;
		margin: 10px 0 10px;
	}

	.message{
		text-align: center;
		font-size: 1.1rem;
    	line-height: 1.5;
	}

	/*-----------------------------
	安全・衛生対策
	------------------------------*/
	.safety{
		margin-bottom: 50px;
		width: 97.73%;
		background: url("../images/home/pc_content/safety-measure.jpg") no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		border: 2px solid rgba(0,204,204,0.51);
		padding: 34px 26px;	
	}
	.safety-list{
		background: rgba(255,255,255,0.85);
		padding: 26px 24px;

	}
	.safety-list p{
		font-size: 1.2rem;
    	line-height: 1.5;
	}
	.safety-list p:first-of-type{
		padding-bottom: 28px;
	}
	.safety-list img{
		width: 51%;
		padding-bottom: 19px;
	}
}


