@charset "UTF-8";
/* ======================================================
/  園での生活
/====================================================== */
/* overWhite */
.mainvisual {
  background-image: url("../img/common/mainvisual/access03.jpg");
}

/* page only */
.address dt {
  color: #DC8C6E;/*#F8B500*/;
}
.address dd {
  margin-bottom: 10px;
}
.address dd .tels i {
  display: none;
}

.classes {
  padding-left: 105px;
  background-image: url("../img/access/momo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 90px auto;
}

.classes.ichigo {
  background-image: url("../img/access/ichigo.png");
}

.classes.ringo {
  background-image: url("../img/access/ringo.png");
}

.classes:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #666666;
}

@media screen and (min-width: 801px) {
  .classes {
    padding-top: 15px;
    padding-left: 138px;
    background-size: 118px;
  }
  .classes p {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }

  .classes:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .classes:not(:last-child) p {
    border-bottom: solid 1px #666666;
  }

  .classes:last-child p {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=access.css.map */

/*■■■■■ボリュームアップ追加 ここから■■■■*/
.bg_band {
    padding: 10px 15px;
    background-color: #FEF8EB;
    border-radius: 10px;
}
.park_box {
    letter-spacing: -.4em;
}
.park_box img {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: normal;
}
.park_box dl {
    display: inline-block;
    vertical-align: top;
    width: /*43%;*/48%;
    margin-left: 2%;
    letter-spacing: normal;
    margin-top: 0 !important;
}
.park_box dl dt {
    margin-bottom: 2%;
}



.park_box dl {
    margin-top: 3%;
}
.park_name,
.park_box dt {
  color: #EE6D79;
}
.park_box:nth-child(1),
.park_box:nth-child(2),
.park_box:nth-child(3),
.park_box:nth-child(4),
.park_box:nth-child(5),
.park_box:nth-child(6),
.park_box:nth-child(7),
.park_box:nth-child(8),
.park_box:nth-child(9) {
  margin-top: 3%;
}

.under_img {
  margin-top: 25px;
}

 .park_first_box p {
    margin-top: 1em;
  }

.facility_first_box p {
    margin-top: 0 !important;
  }

.googlemap {
  margin-top: 10px;
}
.limit04 {
  padding-bottom: 0;
}
@media screen and (min-width: 801px) {
  .access_box {
    letter-spacing: -.4em;
  }
  .access_s_b_s_l {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 50%;
  }
  .access_s_b_s_r {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 47%;
    margin-left: 3%;
  }
  .park_first_box {
    letter-spacing: -.4em;
    margin-top: 1em !important;
  }
  .park_first_box p {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 54%;
    margin: 0;
    padding: 0 10px 10px;
  }
  .park_first_box img {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 40%;
    margin-bottom: 15px !important;
    margin-left: 2%;
  }

  .facility_first_box p,
  .facility_first_box img {
    display: block;
    width: auto;
  }
  .facility_first_box p {
    margin-bottom: 0.5em !important;
  }
  .facility_first_box img {
    max-width: 770px;
    margin: 0 !important;
  }

  .park_area {
  letter-spacing: -.4em;
  }
  .park_box {
    display: inline-block;;
    vertical-align: top;
    width: 49%;
    letter-spacing: normal;
  }
  .park_box:nth-child(even){
    margin-left: 2%;
  }
  .park_box img {
    display: block;
    width: 100%;
  }
  .park_box dl {
    width: 100%;
  }
  .park_box dl dt {
    margin-top: 3%;
}

}


/* 園内レイアウト追加20180624 */

.facility_first_box h4 {
	display: block;
	letter-spacing: normal;
	background: #f8e7d2;
	color: #666;
	padding: 0.2em 0.5em;
	margin: 0 0 0.5em;
	font-size: 3.8vw;
}
.facility_first_box > p > strong {
	display: block;
	color: #ee6d79;
	font-weight: 600;
}
.facility_first_box > div {
	display: block;
	text-align: center;
	margin-bottom: 3.0em;
}
.facility_first_box > div img {
	display: block;
	margin: 0 auto !important;
}

@media screen and (min-width: 801px) {

	.facility_first_box h4 {
		padding: 0.3em 0.8em;
		font-size: 18px;
	}
	.facility_first_box > div img {
	}

}