/* スライド */
.slider img {
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	overflow:hidden;
}
.single-item {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}
#slideGallery{
		position:relative;
		z-index:1;
}
.slide_cover{
		width:100%;
		position:absolute;
		z-index:3;
		top:0;
		left:0;
}
/* お知らせ */
#contents .info h2{
	font-size:28px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#7d7d7d;
}
#contents .info_box{
		overflow:scroll;
		overflow-x: hidden;
}
#contents .info_box a{
	color:#0068b7;
	text-decoration: underline;
}
#contents .info_box a:hover{
	text-decoration: none;
}
#contents .info_box > li{
	border-bottom:1px dotted  #999999;	
	display:block;
}
#contents .info_box dt{
		background-color:#89d6ef;
		border-radius:5px;
		color:#fff;
		padding:2px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:7em;
		text-align:center;
}
#contents .info_box dd{
	color:#7d7d7d;	
}
#contents .info_box dd p{
	color:#7d7d7d;	
}
/* 開園日 */
#contents .opening h2{
	font-size:22px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#7d7d7d;	
}
#contents .open_box li{
	display:table;
	width:100%;
}
#contents .open_box dt,#contents .open_box dd{
	display:table-cell;
}
#contents .open_box li{
	padding-bottom:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .open_box li:last-child{
	padding-bottom:0;
}
#contents .open_box dt span{
	background-color:#22add6;
	border-radius:5px;
	color:#fff;
	padding:2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:7em;
	text-align:center;
	display:inline-block;
}
#contents .open_box dd{
	padding-left:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 特長 */
#contents .features h2,#contents .flow h2{		
	background-color:#fff;
	border-radius:40px;
	display:inline-block;
}
#contents .features{
	background-color:#f5f2e4;
	padding:30px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .features h2 span,#contents .flow h2 span{
	font-size:26px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#7d7d7d;	
}
#contents .features h2:before{
	background-image: url(../img/top/features_icon1.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: '';
	display:inline-block;
	vertical-align: middle;
	width:32px;
	height:30px;
	margin-top:-10px;
	margin-right:3px;
	margin-left:25px;
}
#contents .features h2 span:after{
	background-image: url(../img/top/features_icon2.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: '';
	display:inline-block;
	vertical-align: middle;
	width:32px;
	height:30px;
	margin-top:-5px;
	margin-left:3px;
	margin-right:25px;
}
#contents .features .txt{
	display:block;
	font-size:16px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#7d7d7d;	
}
#contents .features .detail a,#contents .flow .detail a,#contents .policy .detail a{
	margin-left: auto;
	background-color:#ffcd00;
	display:block;	
	border-radius:20px;
	box-shadow:0 2px 0px #f39600;
	padding:3px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}
#contents .features .detail a:hover{
	background-color:#f39600;
}
#contents .features .detail span,#contents .flow .detail span,#contents .policy .detail span{
	color:#fff;
	font-size:16px;
}
#contents .features .detail span:after,#contents .flow .detail span:after,#contents .policy .detail span:after{
	background-image: url(../img/top/right.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: '';
	display:inline-block;
	vertical-align: middle;
	width:8px;
	height:12px;
	margin-top:-4px;
	margin-left:3px;
}
/* 1日の流れ */
#contents .flow{
		background-image:url(../img/top/flow_line.jpg);
		background-repeat:repeat-x;
		background-position:top;
		position:relative;
		vertical-align:top;
}
#contents .flow,#contents .policy{
	background-color:#f5f2e4;
	padding:20px 15px 15px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* 左下のみ角丸 */
	border-bottom-left-radius: 20px; 
	-webkit-border-bottom-left-radius: 20px; 
	-moz-border-radius-bottomleft: 20px;
	/* 右下のみ角丸 */
	border-bottom-right-radius: 20px; 
	-webkit-border-bottom-right-radius: 20px; 
	-moz-border-radius-bottomright: 20px;
}
#contents .flow h2:before{
	background-image: url(../img/top/flow_icon1.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	content: '';
	display:inline-block;
	vertical-align: middle;
	width:41px;
	height:38px;
	margin-top:-10px;
	margin-right:3px;
	margin-left:15px;
}
#contents .flow h2 span:after{
	background-image: url(../img/top/flow_icon2.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	content: '';
	display:inline-block;
	vertical-align: middle;
	width:41px;
	height:38px;
	margin-top:-1px;
	margin-left:3px;
	margin-right:15px;
}
#contents .flow .detail a{
	background-color:#f98665;
	box-shadow:0 2px 0px #ca5230;
}
#contents .flow .detail a:hover{
	background-color:#ca5230;
}
/*基本方針*/
#contents .policy .icon1{
	background-color:#fff;
	border-radius:40px;
	background-image: url(../img/top/policy_icon1.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-size:35px 30px;
	background-position : left 8px center;
}
#contents .policy .icon2{
	background-image: url(../img/top/policy_icon2.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-size:35px 30px;
	background-position : right 8px center;
}
#contents .policy h2{
	font-size:19px;	
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#7d7d7d;
	line-height:1.1em;
	padding:3px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .policy{
		background-image:url(../img/top/policy_line.jpg);
		background-repeat:repeat-x;
		background-position:top;
		position:relative;
		vertical-align:top;
}
#contents .policy .detail a{
	background-color:#5caccd;
	box-shadow:0 2px 0px #2c7492;
}
#contents .policy .detail a:hover{
	background-color:#2c7492;
}

/*/////////////////////////641px以上 PCのみ/////////////////////////*/
@media screen and (min-width:641px) , print{
	/* スライド */
	#slide_box{
		background-color:#fef9f6;
	}
	#slideGallery{
		width:1600px;
		height:427px;
		margin:0 auto;
		left: 50%;
		margin-left: -800px;
		background-color:#fef9f6;
	}
	#contents{
		margin-top:6px;		
	}
	/* お知らせ */
	#contents .info h2{
		background-image:url(../img/top/info_title.png);
		background-repeat:no-repeat;
		padding:35px 0 0 53px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height:99px;
	}
	#contents .info{
		display:table-cell;
		width:607px;
	}
	#contents .info_box{
		width:607px;
		height:165px;
		padding-right:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents .info_box > li{
		display:block;
		vertical-align: middle;
		padding:10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	#contents .info_box > li:before{	
		position: absolute;
		background-image: url(../img/common/list_mark.png);
		background-repeat:no-repeat;
		background-size: contain;
		vertical-align: middle;
		content: '';
		display:inline-block;
		width:14px;
		height:14px;
		margin-top:0;
		top:18px;
		left:0;
	}
	#contents .info_box dl{
		overflow: hidden;
		padding-left:24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents .info_box dt,#contents .info_box dd{
		float: left;
		display: block;
	}
	#contents .info_box dd{
		width: calc(100% - 7em);
		padding-left:20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* 開園日 */
	#contents .opening{
		display:table-cell;
		vertical-align: bottom;
		padding-top:40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents .opening .contents{
		display:block;
		margin-left:10px;		
		border-radius:5px;	
		background-color:#dff5fc;
		height:226px;
		padding:3px 10px 10px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-image:url(../img/top/opening_back.png);
		background-repeat:no-repeat;
		background-position:right top;
	}
	/* メインボックス */
	#contents .box2{
		margin-top:20px;	
		 border-collapse: separate;  /* セルの間隔を空ける */
		 border-spacing: 10px 0;  /* 左右 上下で記述 */
	}
	/* 特長 */
	#contents .features{		
		display:table-cell;
		width:460px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-image:url(../img/top/features_back.jpg);
		background-repeat:repeat-x;
		background-position:top;
		position:relative;
	}
	#contents .features .p_size{
		margin-top:-20px;
		width:423px;
		height:auto;	
		text-align:center;
	}
	#contents .features .detail a{
		margin-top:-30px;
		width:180px;
	}
	/* 1日の流れ */
	#contents .flow h2{
	margin-bottom:15px;	
	}
	#contents .flow{
		display:table-cell;
		width:27%;
	}
	#contents .flow .p_size{
		width:240px;
		height:auto;	
		text-align:center;
	}
	#contents .flow .detail a{
		width:180px;
		margin-top:15px;
	}
	/*方針 */
	#contents .policy h2{
		margin-bottom:25px;
	}
	#contents .policy{
		display:table-cell;
		width:27%;
	}
	#contents .policy .p_size{
		width:235px;
		height:auto;	
		text-align:center;
	}
	#contents .policy .detail a{
		width:180px;
		margin-top:15px;
	}
}
/*/////////////////////////640px以下 SPのみ/////////////////////////*/
@media screen and (max-width: 640px){
	/* お知らせ */
	#contents .info_box{		
		height:165px;
		-webkit-overflow-scrolling: touch;
	}
	#contents .info_box > li{
		display:block;
		vertical-align: middle;
		padding:3px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents .info_box dl:before{
		background-image: url(../img/common/list_mark.png);
		background-repeat:no-repeat;
		background-size: contain;
		content: '';
		display:inline-block;		
		vertical-align: middle;
		width:10px;
		height:10px;
		margin-right:5px;
	}
	#contents .info_box dt{
		font-size:12px;
	}
	#contents .info_box dl,#contents .info_box dt{
		display:inline-block;
		vertical-align: middle;
	}
	#contents .info_box dd{
		padding-top:3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display:block;
		margin-left:15px;
	}
	/* 開園日 */
	#contents .opening{
		margin-top:20px;
		background-color:#dff5fc;
		border-radius:5px;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-image:url(../img/top/opening_back_sp.png);
		background-repeat:no-repeat;
		background-position:right top;
		background-size:89px auto;
	}
	/* 特長 */
	#contents .spbox{	
		text-align: center;
	}
	#contents .features{
		background-image:url(../img/top/features_back_sp.jpg);
		background-repeat:repeat-x;
		background-position:top;
		background-size:400px;
		margin-top:10px;
	}
	#contents .features .txt{
		text-align:center;
		margin-top:4px;
	}
	/*1日の流れ*/
	#contents .flow h2{
		margin-bottom:5px;	
	}
	#contents .flow{
		margin-top:10px;	
	}
	#contents .flow .detail a{
		margin-top:10px;
	}
	/*基本方針*/
	#contents .policy h2{
		margin-bottom:5px;
	}
	#contents .policy{
		margin-top:10px;	
	}
	#contents .policy .detail a{
		margin-top:10px;
	}
}