@charset "UTF-8";

/* reset */
#kosodate_wrap #contents section {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

/* #main */
#kosodate_wrap .plan_head{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#kosodate_wrap h2{
	position: relative;
	margin-bottom: 14px;
	text-align: center;
}
#kosodate_wrap #contents.odekake04{
	color: #404040;
}
#kosodate_wrap #contents.odekake04 h2{
	background-image: inherit;
}
#kosodate_wrap #contents.odekake04 h2 img{
	position: relative;
	left: -190px;
	width: 323px;
}
#kosodate_wrap #contents.odekake04 img.fit{
	width: 100%;
}
#kosodate_wrap h2 span{
	position: absolute;
	top: -36px;
	display: block;
	width: 93px;
	height: 72px;
}
#kosodate_wrap h2 span{
	top: -36px;
	left: 32px;
	background: url(../img/ttl-plan_bln_s.png) no-repeat;
	animation: plan_bln 1s steps(11);
	-webkit-animation: plan_bln 1s steps(11);
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@keyframes plan_bln {
	100% {background-position: 0 -792px;}
	0% {background-position: 0 0;}
}
@-webkit-keyframes plan_bln {
	100% {background-position: 0 -792px;}
	0% {background-position: 0 0;}
}
#kosodate_wrap #contents.odekake04 .main{
	margin: -52px 0 0 0;
}



/* baby */
#kosodate_wrap .baby{
	width: 848px;
	margin: 0 auto;
	position: relative;
	margin-top: 60px;
	padding: 40px 46px 40px;
	border: 4px solid #1ca462;
	border-radius: 10px;
	background-color: #fff;
	
}
#kosodate_wrap .baby .time{
	width: 227px;
}
#kosodate_wrap .baby h3{
	margin: 20px auto;
}
#kosodate_wrap .baby .photo{
	position: relative;
	margin: 20px auto 0;
	padding: 34px 0 0;
	background: url(../img/dot_green.png) repeat-x;
}
#kosodate_wrap .baby .photo li{
	float: left;
	width: 196px;
	margin-right: 20px;
}
#kosodate_wrap .baby .photo li:nth-of-type(4){
	margin-right: 0;
}
#kosodate_wrap .baby .photo .cap{
	margin-top: 3px;
}



/* entrance */
#kosodate_wrap #entrance{
	background: url(../img/entrance_bg_pc.png) no-repeat top center;
	margin: 30px auto 0;
	padding: 86px 0 100px 0;
	width: 100%;
}
#kosodate_wrap #entrance .inner{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#kosodate_wrap #entrance .lblc{
	width: 370px;
	float: left;
	margin: 0 120px 0 0;
}
#kosodate_wrap #entrance .lblc .time{
	height: 36px;
	width: 131px;
	margin: 0 0 20px 0;
}
#kosodate_wrap #entrance .lblc .time img{
	width: 100%;
}
#kosodate_wrap #entrance .lblc h3{
	margin: 0 0 17px 0;
}
#kosodate_wrap #entrance .lblc p{
	width: 454px;
}
#kosodate_wrap #entrance .lblc p:nth-of-type(2){
	margin-top: 10px;
}
#kosodate_wrap #entrance .lblc .access{
	margin-top: 15px;
	padding: 15px;
	background-color: #1ca462;
	border-radius: 10px;
	color: #fff;
}
#kosodate_wrap #entrance .rblc{
	width: 460px;
	float: left;
	margin: 60px 0 0 0;
}
#kosodate_wrap #entrance .rblc img{
	width: 100%;
}


/* floor_1f */
#kosodate_wrap #floor_1f{
	background: url(../img/floor_1f_bg_pc.png) no-repeat top center;
	padding: 15px 0 50px 0;
	width:  100%;
	margin:  0 auto;
}
#kosodate_wrap #floor_1f .inner{
	width:  850px;
	margin:  0 auto;
	position: relative;
}
#kosodate_wrap #floor_1f .time{
	width: 314px;
	margin: 0 0 20px 0;
}
#kosodate_wrap #floor_1f .time img{
	width: 100%;
}
#kosodate_wrap #floor_1f h3{
	margin: 0 0 17px 0;
}
#kosodate_wrap #floor_1f li h4{
	margin: 0 0 10px 0 ;
}
#kosodate_wrap #floor_1f li:nth-of-type(1){
	margin: 30px 0 0 0;
	width: 340px;
}
#kosodate_wrap #floor_1f li:nth-of-type(2){
	margin: 40px 0 0 0;
}
#kosodate_wrap #floor_1f li:nth-of-type(2) .lblc{
	float: left;
	width: 280px;
	margin-left: 100px;
}
#kosodate_wrap #floor_1f li:nth-of-type(2) .rblc{
	float: right;
	width: 328px;
	padding: 60px 0 0 0 ;
	margin-right: 120px;
}
#kosodate_wrap #floor_1f li:nth-of-type(3){
	margin: 30px 0 0 0;
}
#kosodate_wrap #floor_1f li:nth-of-type(3) .lblc{
	float: left;
	width: 320px;
	padding: 60px 0 0 0 ;
	margin-left: 100px;
}
#kosodate_wrap #floor_1f li:nth-of-type(3) .rblc{
	float: right;
	width: 328px;
	margin-right: 90px;
}
#kosodate_wrap #floor_1f li:nth-of-type(4){
	margin: -30px 0 0 0;
}
#kosodate_wrap #floor_1f li:nth-of-type(4) .lblc{
	float: left;
	width: 280px;
	margin-left: 100px;
}
#kosodate_wrap #floor_1f li:nth-of-type(4) .rblc{
	float: right;
	width: 328px;
	padding: 60px 0 0 0 ;
	margin-right: 120px;
}



/* milk */
#kosodate_wrap #milk{
	width: 850px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#kosodate_wrap #milk .inner{
	margin-top: 20px;
	padding: 20px 20px;
	background-color: #fff;
	border: 4px solid #00b8ee;
	border-radius: 10px;
	position: relative;
}
#kosodate_wrap #milk .inner .lblc{
	width: 438px;
	float: left;
	margin-right: 20px;
}
#kosodate_wrap #milk .inner .lblc .ttl{
	font-size: 20px;
	font-weight: bold;
	color: #00b8ee;
}
#kosodate_wrap #milk .inner .lblc p:nth-of-type(2){
	margin:10px 0;
	padding: 0 0 10px;
	border-bottom: 4px dotted #00b8ee;
}
#kosodate_wrap #milk .inner .milk_img{
	width: 340px;
}
#kosodate_wrap #milk .inner .illust{
	position: absolute;
	top: 0;
	right: 0;
}
#kosodate_wrap #milk .inner .illust img:nth-of-type(1){
	position: absolute;
	top: -70px;
	right: 134px;
}
#kosodate_wrap #milk .inner .illust img:nth-of-type(2){
	width: 76px;
    position: absolute;
    top: -76px;
    right: 48px;
}
#kosodate_wrap #milk .inner .illust img:nth-of-type(3){
	position: absolute;
	top: 145px;
	right: -76px;
}



/* azarashi */
#kosodate_wrap #azarashi{
	background: url(../img/azarashi_bg_pc.png) no-repeat top center;
	padding: 80px 0 260px 0;
	width:  100%;
	margin:  0 auto;
}
#kosodate_wrap #azarashi .inner{
	width:  900px;
	margin: 0 auto;
	position: relative;
}
#kosodate_wrap #azarashi .lblc{
	width: 350px;
	float: left;
	margin: 0 30px 0 60px;
}
#kosodate_wrap #azarashi .lblc img{
	width: 100%;
}
#kosodate_wrap #azarashi .rblc{
	width: 350px;
	float: right;
	margin: 0 110px 0 0;
}
#kosodate_wrap #azarashi .rblc .time{
	height: 36px;
    width: 131px;
    margin: 0 0 20px 0;
}
#kosodate_wrap #azarashi .rblc .time img{ 
	width: 100%;
}
#kosodate_wrap #azarashi .rblc h3{
	margin: 0 0 17px 0;
}
#kosodate_wrap #azarashi .rblc .azarashi_info{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #00b8ee;
	border-radius: 10px;
	color: #fff;
	width: 350px;
}
#kosodate_wrap #azarashi .lblc p{
	padding: 0 0 0 30px;
}
#kosodate_wrap #azarashi .azarashi_img02{
	width: 300px;
	margin: 0 30px 0 110px;
	margin-top: -90px;
}



/* lunch */
#kosodate_wrap #lunch{
	background: url(../img/lunch_bg_pc.png) no-repeat top center;
	padding: 40px 0 122px 0;
	width:  100%;
	margin:  0 auto;
}
#kosodate_wrap #lunch .inner{
	width:  950px;
	margin: 0 auto;
	position: relative;
}
#kosodate_wrap #lunch .rblc{
	width: 457px;
	float: left;
}
#kosodate_wrap #lunch .rblc img{
	width: 100%;
	margin-bottom: 20px;
}
#kosodate_wrap #lunch .rblc li:nth-of-type(1){
	margin-right: 20px;
}
#kosodate_wrap #lunch .rblc ul{
	width: 457px;
}
#kosodate_wrap #lunch .rblc li{
	width: 218px;
	float: left;
}
#kosodate_wrap #lunch .lblc{
	width: 460px;
	float: left;
	margin: 0 33px 0 0;
}
#kosodate_wrap #lunch .lblc .time{
	height: 36px;
    width: 245px;
    margin: 0 0 20px 0;
}
#kosodate_wrap #lunch .lblc .time img{ 
	width: 100%;
}
#kosodate_wrap #lunch .lblc h3{
	margin: 0 0 17px 0;
}
#kosodate_wrap #lunch .lblc p:nth-of-type(2){
	border-bottom: 4px dotted #efca6f;
	padding: 0 0 10px 0;
}
#kosodate_wrap #lunch .lblc p:nth-of-type(3){
	margin-top: 10px;
}



/* floor_b1 */
#kosodate_wrap #floor_b1{
	background: url(../img/floor_b1_bg_pc.png) no-repeat top center;
	padding: 0 0 40px 0;
	width:  100%;
	margin:  0 auto;
}
#kosodate_wrap #floor_b1 .inner{
	width:  850px;
	margin:  0 auto;
	position: relative;
}
#kosodate_wrap #floor_b1 .time{
    width: 131px;
    margin: 0 0 20px 0;
}
#kosodate_wrap #floor_b1 .time img{
	width: 100%;
}
#kosodate_wrap #floor_b1 h3{
	margin: 0 0 17px 0;
}
#kosodate_wrap #floor_b1 li h4{
	margin: 0 0 10px 0 ;
}
#kosodate_wrap #floor_b1 li:nth-of-type(1){
	margin: 30px 0 0 0;
	width: 420px;
}
#kosodate_wrap #floor_b1 li:nth-of-type(2){
	margin: 30px 0 0 0;
}
#kosodate_wrap #floor_b1 li:nth-of-type(2) .lblc{
	float: left;
	width: 410px;
}
#kosodate_wrap #floor_b1 li:nth-of-type(2) .lblc img{
	width: 100%;
}
#kosodate_wrap #floor_b1 li:nth-of-type(2) .rblc{
	float: right;
	width: 410px;
}
#kosodate_wrap #floor_b1 li:nth-of-type(2) .rblc .floor_b1_info {
    margin-top: 15px;
    padding: 15px;
    background-color: #00b8ee;
    border-radius: 10px;
    color: #fff;
    width: 370px;
}
#kosodate_wrap #floor_b1 li:nth-of-type(3){
	margin: 40px 0 0 0;
}
#kosodate_wrap #floor_b1 li:nth-of-type(3) .lblc{
	float: left;
	width: 350px;
	margin-left: 60px;
}
#kosodate_wrap #floor_b1 li:nth-of-type(3) .lblc img{
	width: 100%;
}
#kosodate_wrap #floor_b1 li:nth-of-type(3) .rblc{
	float: right;
	width: 310px;
	margin-right: 100px;
}
#kosodate_wrap #floor_b1 li:nth-of-type(4){
	margin: 40px 0 0 0;
}
#kosodate_wrap #floor_b1 li:nth-of-type(4) .lblc{
	float: right;
	width: 350px;
	margin-right: 60px;
}
#kosodate_wrap #floor_b1 li:nth-of-type(4) .lblc img{
	width: 100%;
}
#kosodate_wrap #floor_b1 li:nth-of-type(4) .rblc{
	float: left;
	width: 310px;
	margin-left: 100px;
}



/* dolphin */
#kosodate_wrap #dolphin{
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 420px 0;
	background: url(../img/dolphin_bg_pc.png) no-repeat top center;
}
#kosodate_wrap #dolphin .inner{
	width: 850px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px 20px;
	background-color: #fff;
	border: 4px solid #00b8ee;
	border-radius: 10px;
	position: relative;
}
#kosodate_wrap #dolphin .inner .dolphin_img{
	width: 330px;
	float: left;
}
#kosodate_wrap #dolphin .inner .rblc{
	width: 448px;
	float: right;
}
#kosodate_wrap #dolphin .inner .rblc .ttl{
	font-size: 19px;
	font-weight: bold;
	color: #00b8ee;
}
#kosodate_wrap #dolphin .inner .rblc .sttl{
	font-size: 16px;
	font-weight: bold;
}
#kosodate_wrap #dolphin .inner .rblc p:nth-of-type(4){
	margin-top: 10px;
}
#kosodate_wrap #dolphin .time{
    position: absolute;
    top: 390px;
    left: 171px;
    width: 328px;
}
#kosodate_wrap #dolphin .time img{
	width: 100%;
}




/* ecute */
#kosodate_wrap #ecute{
	background: url(../img/ecute_bg_pc.png) no-repeat bottom center;
	padding: 0 0 200px 0;
	width:  100%;
	margin:  0 auto;
}
#kosodate_wrap #ecute .inner{
	padding: 50px 50px 20px;
	background-color: #fd96bd;
	border-radius: 10px;
	text-align: center;
	position: relative;
	width:  850px;
	margin:  0 auto;
	position: relative;
}
#kosodate_wrap #ecute .time1530{
	position: absolute;
	top: -60px;
	left: 50px;
	width: 238px;
}
#kosodate_wrap #ecute .time1530 img{
	width: 100%;
}
#kosodate_wrap #ecute h3{
	margin-bottom: 30px;
	text-align: left;
}

#kosodate_wrap #ecute .facilities{
	display: table;
	margin: 40px 0 20px;
	padding: 32px 41px;
	background-color: #fff;
	border-radius: 10px;
}
#kosodate_wrap #ecute .facilities_box{
 	padding-bottom: 40px;
}
#kosodate_wrap #ecute .facilities_box:nth-of-type(2){
    border-bottom: 8px dotted #fedfeb;
}
#kosodate_wrap #ecute .facilities_box:nth-of-type(3){
	padding: 40px 0 0 0;
}
#kosodate_wrap #ecute .facilities ul{
	width: 380px;
	float: left;
	margin-right: 10px;
}
#kosodate_wrap #ecute .facilities li{
	width: 170px;
	text-align: left;
	float: left;
	margin: 0 20px 20px 0;
}
#kosodate_wrap #ecute .facilities li:nth-of-type(3){
	margin-bottom: 0px;
}
#kosodate_wrap #ecute .facilities li:nth-of-type(4){
	margin-bottom: 0px;
}
#kosodate_wrap #ecute .facilities li img{
	width: 100%;
}
#kosodate_wrap #ecute .facilities .txt{
	width: 378px;
	float: right;
}
#kosodate_wrap #ecute .facilities .name{
    color: #fd96bd;
    font-weight: bold;
	text-align: left;
	font-size: 18px;
}
#kosodate_wrap #ecute .facilities p{
	text-align: left;
}
#kosodate_wrap #ecute .time1600{
	position: absolute;
	bottom: -200px;
	left: 400px;
	width:  220px;
}
#kosodate_wrap #ecute .time1600 img{
	width:  100%;
}


/* last */
#kosodate_wrap .last{
	position: relative;
	margin: 105px 0 5px;
}
#kosodate_wrap .last .time1600{
	margin-left: 460px;
}
#kosodate_wrap .last .time1600 img{
	width: 131px;
}
#kosodate_wrap .last .subtxt li{
	position: absolute;
}
#kosodate_wrap .last .subtxt li:nth-child(1){
	top: -60px;
	left: 400px;
}
#kosodate_wrap .last .subtxt li:nth-child(2){
	width: 173px;
	top: -126px;
	left: 168px;
}
#kosodate_wrap .last .subtxt li:nth-child(3){
	width: 154px;
	top: 10px;
	right: 62px;
}

/* list */
#kosodate_wrap .list{
	position: relative;
	margin: 20px auto 0;
	padding: 40px 0 30px;
	background-color: #fff;
	width: 950px;
}
#kosodate_wrap .list h3{
	font-size: 186%;
	font-weight: bold;
	text-align: center;
}
#kosodate_wrap .list ul{
	margin: 40px 50px 0;
}
#kosodate_wrap .list li{
	margin-bottom: 20px;
	padding: 28px 40px;
	background-color: #ebebeb;
	border-radius: 10px;
}
#kosodate_wrap .list li .list_name{
	margin-bottom: 9px;
	font-size: 128%;
	font-weight: bold;
}
#kosodate_wrap .list li .list_name:before{
	content: "\25CF";
}
#kosodate_wrap .list li p a{
	text-decoration: underline;
}
#kosodate_wrap .list li dt{
	clear: left;
	float: left;
	width: 8em;
}
#kosodate_wrap .list li dd{
	float: left;
}
#kosodate_wrap .list li dd a:before{
	content: "";
	display: inline-block;
	margin-right: 8px;
	background: url(../../../img/ico_etnl.gif) no-repeat;
	width: 9px;
	height: 9px;
}
#kosodate_wrap .list li .txt{
	float: left;
	width: 588px;
}
#kosodate_wrap .list li .photo{
	float: right;
	width: 180px;
	margin-top: -38px;
}
#kosodate_wrap .list li .photo .cap{
	font-size: 70%;
}

#kosodate_wrap .list iframe{
	width: 850px;
	height: 637px;
	margin: 0 50px;
}






/*----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
/*----------------------------------------------------------------*/
	
	#kosodate_wrap{
		font-size: 4.5vw;
	}
	
	#kosodate_wrap h2{
		margin: 0 auto 4.5%;
	}
	
	#kosodate_wrap h3{
		margin-bottom: 4%;
	}
	
	#kosodate_wrap h2 span{
		width: 27%;
		height: 190%;
		left: 0;
		background: url(../../../img/ttl-plan_bln_n.png) no-repeat;
		background-size: 65% auto;
		animation: none;
		-webkit-animation: none;
		top: -105%;
	}
	#kosodate_wrap #contents.odekake04 h2 img{
		position: relative;
		left: inherit;
		width: 66.4%;
	}
	#kosodate_wrap #contents.odekake04{
		font-size: 80%;
	}

	/* plan_head*/
	#kosodate_wrap .plan_head{
		width: 92%;
		margin: 0 auto 60%;
	}


	
	/* baby */
	#kosodate_wrap .baby{
		width: 92%;
		box-sizing: border-box;
		margin: 14% auto 0;
		padding: 8% 6% 4%;
		border: 4px solid #1ca462;
		border-radius: 10px;
		background-color: #fff;
	}
	#kosodate_wrap .baby .time{
		width: 58%;
	}
	#kosodate_wrap .baby h3{
		margin: 4% auto;
	}
	#kosodate_wrap .baby .photo{
		margin: 8% auto 0;
		padding: 10% 0 2%;
		background-size: 9px auto;
	}
	#kosodate_wrap .baby .photo li{
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#kosodate_wrap .baby .photo li:nth-child(2n){
		margin-right: 0;
	}
	

	/* entrance */
	#kosodate_wrap #entrance{
		background: url(../img/entrance_bg_sp.png) no-repeat bottom center;
		background-size: 100%;
		padding: 32% 0 10% 0;
		width: 100%;
	}
	#kosodate_wrap #entrance .inner{
		width: 85%;
		margin: 0 auto;
	}
	#kosodate_wrap #entrance .lblc{
		width: 100%;
		float: left;
		margin: 0;
	}
	#kosodate_wrap #entrance .lblc .time{
		height: auto;
		width: 28.7%;
		margin: 0 0 5% 0;
	}
	#kosodate_wrap #entrance .lblc h3{
		margin: 0 0 5% 0;
	}
	#kosodate_wrap #entrance .lblc p{
		width: 100%;
	}
	#kosodate_wrap #entrance .lblc .access{
		margin-top: 5%;
		padding: 4%;
		background-color: #1ca462;
		border-radius: 10px;
		color: #fff;
	}
	#kosodate_wrap #entrance .rblc{
		width: 100%;
		float: left;
		margin: 6% 0 0 0;
	}
	#kosodate_wrap #entrance .rblc img{
		width: 100%;
	}


	/* #floor_1f */
	#kosodate_wrap #floor_1f{
		background: url(../img/floor_1f_bg_sp.png) no-repeat bottom center;
		background-size: 100%;
		padding: 43% 0 20% 0;
		width:  100%;
		margin: 0 auto;
	}
	#kosodate_wrap #floor_1f .inner{
		width: 85%;
		margin: 0 auto;
	}
	#kosodate_wrap #floor_1f .time{
		width: 71%;
		margin: 0 0 5% 0;
	}
	#kosodate_wrap #floor_1f h3{
		margin: 0 0 5% 0;
		width: 62%;
	}
	#kosodate_wrap #floor_1f li h4{
		margin: 0 0 5% 0 ;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(1){
		margin: 10% 0 0 0;
		width: 100%;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(2){
		margin: 28% 0 0 0;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(2) .lblc{
		float: left;
		width: 48%;
		margin: 0;
		margin-top: -11%;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(2) .rblc{
		float: right;
		width: 49%;
		padding: 0 ;
		margin: 0;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(2) h4{
		width: 94%;
		padding: 0 ;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(2) p,
	#kosodate_wrap #floor_1f li:nth-of-type(3) p,
	#kosodate_wrap #floor_1f li:nth-of-type(4) p{
		font-size: 12px;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(3){
		margin: 31% 0 0 0;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(3) .lblc{
		float: left;
		width: 49%;
		padding: 0 ;
		margin: 0;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(3) .rblc{
		float: right;
		width: 48%;
		margin: 0;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(4){
		margin: 22% 0 0 0;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(4) .lblc{
		float: left;
		width: 48%;
		margin: 0;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(4) .rblc{
		float: right;
		width: 49%;
		padding: 0 ;
		margin: 0;
	}
	#kosodate_wrap #floor_1f li:nth-of-type(4) h4{
		padding: 0 ;
	}
	#kosodate_wrap #floor_1f .floor_1f_illust{
		position: relative;
		top: 0;
	}
	#kosodate_wrap #floor_1f .floor_1f_illust img:nth-of-type(1){
		width: 47%;
		position: absolute;
		top: -290vw;
    	right: -7vw;
	}
	#kosodate_wrap #floor_1f .floor_1f_illust img:nth-of-type(2){
		width: 37%;
		position: absolute;
		top: -129vw;
	    right: 4vw;
	}	
	#kosodate_wrap #floor_1f .floor_1f_illust img:nth-of-type(3){
		width: 33%;
		position: absolute;
		top: -60vw;
    	right: 31vw;
	}		
			
		
	
	

	/* milk */
	#kosodate_wrap #milk{
		background: url(../img/milk_bg_sp.png) no-repeat bottom center;
		background-size: 100%;
		margin: 14% auto 0;
		padding: 0 0 25% 0;
		width: 85%;
	}
	#kosodate_wrap #milk .inner{
		width: 85%;
		margin: 0 auto;
		padding: 5% 5%;
	}
	#kosodate_wrap #milk .inner .lblc{
		width: 100%;
	}
	#kosodate_wrap #milk .inner .lblc .ttl{
		font-size: 19px;
		font-weight: bold;
		color: #00b8ee;
		line-height: 1.4;
	}
	#kosodate_wrap #milk .inner .lblc p:nth-of-type(2){
		margin: 4% 0;
		padding: 0 0 5%;
		border-bottom: 4px dotted #00b8ee;
	}
	#kosodate_wrap #milk .inner .milk_img{
		width: 100%;
		margin-top: 5%;
	}
	#kosodate_wrap #milk .inner .illust{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
	}
	#kosodate_wrap #milk .inner .illust img:nth-of-type(1){
		right: 12%;
		width: 15%;
		margin-top: -1%;
	}
	#kosodate_wrap #milk .inner .illust img:nth-of-type(2){
		right: 31%;
		width: 21%;
		margin-top: 4%;
	}
	#kosodate_wrap #milk .inner .illust img:nth-of-type(3){
		right: -11%;
		width: 36%;
		margin-top: 114%;
	}	
	
	
	
	/* azarashi */
	#kosodate_wrap #azarashi{
		background: url(../img/azarashi_bg_sp.png) no-repeat bottom center;
		background-size: 100%;
		padding: 0 0 42% 0;
		width:  100%;
		margin:  0 auto;
	}
	#kosodate_wrap #azarashi .inner{
		width: 85%;
		margin: 0 auto;
	}
	#kosodate_wrap #azarashi .lblc{
		width: 100%;
		float: none;
		margin: 5% 0 0 0;
	}
	#kosodate_wrap #azarashi .lblc img{
		width: 100%;
	}
	#kosodate_wrap #azarashi .azarashi_img02{
		width: 60%;
		margin-bottom: 3%;
	}	
	#kosodate_wrap #azarashi .rblc{
		width: 100%;
		float: none;
		margin: 0;
	}
	#kosodate_wrap #azarashi .rblc .time{
	    height: auto;
		width: 28.7%;
		margin: 0 0 5% 0;
	}		
	#kosodate_wrap #azarashi .rblc h3{
		margin: 0 0 5% 0;
	}
	#kosodate_wrap #azarashi .rblc .azarashi_info{
		margin-top: 4%;
		padding: 4%;
		background-color: #00b8ee;
		border-radius: 10px;
		color: #fff;
		width: 92%;
	}
	#kosodate_wrap #azarashi .lblc p{
		padding: 0;
	}
	#kosodate_wrap #azarashi .omutsu p{
		width: 82%;
	}
	#kosodate_wrap #azarashi .orange_bold{
		font-size: 18px;
		font-weight: bold;
		color: #f29600;
		margin: 5% 0 3% 0;
	}
	

	/* lunch */
	#kosodate_wrap #lunch{
		background: url(../img/lunch_bg_sp.png) no-repeat bottom center;
		background-size: 100%;
		padding: 14% 0 28% 0;
		width:  100%;
		margin:  0 auto;
	}
	#kosodate_wrap #lunch .inner{
		width: 85%;
		margin: 0 auto;
	}
	#kosodate_wrap #lunch .rblc{
		width: 100%;
		float: none;
		margin: 5% 0 0 0;
	}
	#kosodate_wrap #lunch .rblc img{
		width: 100%;
	}
	#kosodate_wrap #lunch .rblc ul{
		width: 100%;
	}
	#kosodate_wrap #lunch .rblc li{
		width: 48%;
		float: left;
	}
	#kosodate_wrap #lunch .rblc li:nth-child(1){
		margin-right: 4%;
	}
	#kosodate_wrap #lunch .lblc{
		width: 100%;
		float: none;
		margin: 0;
	}
	#kosodate_wrap #lunch .lblc .time{
	    height: auto;
		width: 60%;
		margin: 0 0 5% 0;
	}	
	#kosodate_wrap #lunch .lblc h3{
		width: 65%;
		margin: 0 0 5% 0;
	}
	

	
	
	/* #floor_b1 */
	#kosodate_wrap #floor_b1{
		background: url(../img/floor_b1_bg_sp.png) no-repeat bottom center;
		background-size: 100%;
		padding: 0% 0 17% 0;
		width: 100%;
		margin: 0 auto;
		margin-top: -21%;
	}
	#kosodate_wrap #floor_b1 .inner{
		width: 85%;
		margin: 0 auto;
	}
	#kosodate_wrap #floor_b1 .time{
		width: 28.7%;
		margin: 0 0 5% 0;
	}
	#kosodate_wrap #floor_b1 h3{
		margin: 0 0 5% 0;
		width: 66%;
	}
	#kosodate_wrap #floor_b1 li h4{
		margin: 5% 0 3% 0 ;
	}	
	#kosodate_wrap #floor_b1 li:nth-of-type(1){
		margin: 10% 0 0 0;
		width: 100%;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(2){
		margin: 4% 0 0 0;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(2) .lblc{
		float: left;
		width: 100%;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(2) .rblc{
		float: right;
		width: 100%;
		padding: 0 ;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(2) h4{
		width: 87%;
		padding: 0 ;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(3) h4{
		width: 59%;
		padding: 48% 0 0 0;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(4) h4{
		width: 37%;
	}	
	#kosodate_wrap #floor_b1 li:nth-of-type(2) .rblc .floor_b1_info{
		margin-top: 4%;
		padding: 4%;
		background-color: #00b8ee;
		border-radius: 10px;
		color: #fff;
		width: 92%;
	}	
	#kosodate_wrap #floor_b1 li:nth-of-type(2) p,
	#kosodate_wrap #floor_b1 li:nth-of-type(3) p,
	#kosodate_wrap #floor_b1 li:nth-of-type(4) p{
		font-size: 14px;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(3){
		margin: 10% 0 0 0;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(3) .lblc{
		width: 66%;
		margin: 0;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(3) .rblc{
		width: 100%;
		float: none;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(4){
		margin: 5% 0 0 0;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(4) .lblc{
		width: 66%;
		float: none;
		margin: 0;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(4) .rblc{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#kosodate_wrap #floor_b1 li:nth-of-type(4) h4{
		padding: 0 ;
	}
	


/* dolphin */
	#kosodate_wrap #dolphin{
		background: url(../img/dolphin_bg_sp.png) no-repeat bottom center;
		background-size: 100%;
		padding: 0 0 84% 0;
		width: 85%;
	}
	#kosodate_wrap #dolphin .inner{
		width: 85%;
		margin: 0 auto;
		padding: 5% 5%;
	}
	#kosodate_wrap #dolphin .inner .dolphin_img{
		width: 100%;
		margin-bottom: 6%;
	}		
	#kosodate_wrap #dolphin .inner .rblc{
		width: 100%;
	}
	#kosodate_wrap #dolphin .inner .rblc .ttl{
		font-size: 19px;
		font-weight: bold;
		color: #00b8ee;
		line-height: 1.4;
		margin-bottom: 4%;
	}
	#kosodate_wrap #dolphin .inner .rblc .sttl{
		font-size: 15px;
		margin-bottom: 3%;
	}	
	#kosodate_wrap #dolphin .inner .time{
		width: 80%;
		position: absolute;
		top: 103%;
		left: -2%;
	}

	
	/* ecute */
	#kosodate_wrap #ecute{
		background: url(../img/ecute_bg_sp.png) no-repeat bottom center;
		background-size: 100%;
		padding: 0 0 50% 0;
		width:  100%;
		margin: 5% auto 0;
	}
	#kosodate_wrap #ecute .inner{
		width: 84%;
/*		margin: 30% auto 0;*/
		padding: 6% 4%;
	}
	#kosodate_wrap #ecute .facilities_box{
		padding-bottom: 0;
	}
	#kosodate_wrap #ecute .facilities_box:nth-of-type(3){
		padding: 10% 0 0 0 ;
	}	
	#kosodate_wrap #ecute .time1530{
		position: absolute;
		left: 5%;
		width: 50%;
	}
	#kosodate_wrap #ecute h3{
		width: 86%;
		margin-bottom: 5%;
	}
	#kosodate_wrap #ecute .txt{
		width: 72.8%;
		margin: 0 auto 7%;
		font-size: 11px;
		font-weight: bold;
	}
	#kosodate_wrap #ecute .facilities{
		display: block;
		width: 92%;
		margin: 6% auto;
		padding: 5%;
	}
	#kosodate_wrap #ecute .facilities .txt{
		width: 100%;
	}	
	#kosodate_wrap #ecute .facilities ul{
		width: 100%;
		margin: 0 auto;
	}
	#kosodate_wrap #ecute .facilities ul li{
		float: left;
		width: 47%;
		margin-right: 6%;
		margin-bottom: 6%;
	}
	#kosodate_wrap #ecute .facilities ul li:nth-of-type(2n){
		margin-right: 0;
	}
	#kosodate_wrap #ecute .facilities ul li:nth-of-type(3){
		margin-bottom: 6%;
	}

	#kosodate_wrap #ecute .time1600{
		position: absolute;
		bottom: -6%;
		left: 2.5%;
		width: 50%;
	}
	#kosodate_wrap #ecute .facilities .txt .name{
		font-size: 18px;
		font-weight: bold;
	}	
	#kosodate_wrap #ecute .facilities .txt p{
		font-size: 14px;
		font-weight: 100;
	}	

	/* last */
	#kosodate_wrap .last{
		margin: 0 4% 8%;
		padding: 8% 0 44%;
	}
	#kosodate_wrap .last .time1600{
		margin-left: 11%;
		text-align: left;
	}
	#kosodate_wrap .last .time1600 img{
		width: 26%;
	}
	#kosodate_wrap .last .subtxt li{
		position: absolute;
	}
	#kosodate_wrap .last .subtxt li:nth-child(1){
		width: 24%;
		top: 20%;
		left: 68%;
	}
	#kosodate_wrap .last .subtxt li:nth-child(2){
		width: 36%;
		top: 41%;
		left: 58%;
	}
	#kosodate_wrap .last .subtxt li:nth-child(3){
		width: 24%;
		top: inherit;
		bottom: -14%;
		left: 10%;
	}
	#kosodate_wrap .last .subtxt li:nth-child(4){
		width: 24%;
		bottom: -20%;
		left: 67.5%;
	}

	/* list */
	#kosodate_wrap .list{
		width: 92%;
		margin: 5% auto 0;
		padding: 4% 0;
		margin-top: -20%;
	}
	#kosodate_wrap .list h3{
		font-size: 118%;
	}
	#kosodate_wrap .list ul{
		margin: 4% 4%;
	}
	#kosodate_wrap .list li{
		margin-bottom: 4%;
		padding: 4%;
	}
	#kosodate_wrap .list li .list_name{
		margin-bottom: 0;
		font-size: 100%;
		background: url(../../../img/ico-open.png) no-repeat 100% 40%;
		background-size: 4% auto;
	}
	#kosodate_wrap .list li p.open{
		background: url(../../../img/ico-close.png) no-repeat 100% 20%;
		background-size: 4% auto;
	}
	#kosodate_wrap .list li p + div{
		display: none;
		border-top: 1px solid #fff;
		margin-top: 4%;
		padding-top: .5em;
	}
	#kosodate_wrap .list li p:before{
		content: "";
	}
	#kosodate_wrap .list li p a{
		text-decoration: none;
	}
	#kosodate_wrap .list li p a:after{
		content: "";
		background: none;
	}
	#kosodate_wrap .list li dt{
		float: none;
		width: 8em;
	}
	#kosodate_wrap .list li dd{
		float: none;
		margin-left: 1em;
	}
	#kosodate_wrap .list li .txt{
		float: none;
		width: 100%;
	}
	#kosodate_wrap .list li .photo{
		width: 100%;
		margin-top: 0;
		margin-bottom: 1em;
	}
	#kosodate_wrap .list li .btn_official{
		width: 44%;
		margin: 4% auto 0;
		background-image: none;
		background-color: #1ca462;
		border-radius: 4px;
		text-align: center;
	}
	#kosodate_wrap .list li .btn_official a{
		display: block;
		padding: .5em 0;
		background: url(../../../img/ico-extnl.gif) no-repeat 90% 50%;
		background-size: 6% auto;
		color: #fff;
	}
	#kosodate_wrap .list .map_wrap{
		width: 92%;
		margin: auto;
	}
	#kosodate_wrap .list .map{
		position: relative;
		width: 100%;
		height: 100%;
		padding: 75% 0 0;
	}
	#kosodate_wrap .list .map iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	
	
	
/*----------------------------------------------------------------*/
} /* End of media query */
/*----------------------------------------------------------------*/

	/* */
	@media screen and (max-width:445px){
		#kosodate_wrap .plan_head{
			margin: -6% auto 5%;
		}
	}






