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

/* page only */
.address dt {
  color: #B4C80F;
}
.address dd {
  margin-bottom: 10px;
}
.address dd .tels i {
  display: none;
}
.address dd .pc-il {
	display:inline-block
}
.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;
	width: 80%;
	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 {
		width: 60%;
	}

}

/*20181011 ナンバリング画像から切り離し*/

.facility_first_box .num01 {
  position: relative;
  padding: 0 !important;
}
.facility_number li {
  position: relative;
}
.facility_first_box .num01::before,
.facility_number li::before {
  content: '';
    background: url(../img/access/facility/num01.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    display: block;
}
.facility_number li::before {
    background-image: url(../img/access/facility/num02.png);
}
.facility_number li:nth-child(2)::before {
  background-image: url(../img/access/facility/num03.png);
}
.facility_number li:nth-child(3)::before {
  background-image: url(../img/access/facility/num04.png);
}
.facility_number li:nth-child(4)::before {
  background-image: url(../img/access/facility/num05.png);
}
.facility_number li:nth-child(5)::before {
  background-image: url(../img/access/facility/num06.png);
}
.facility_number li:nth-child(6)::before {
  background-image: url(../img/access/facility/num07.png);
}
.facility_number li:nth-child(7)::before {
  background-image: url(../img/access/facility/num08.png);
}
.facility_number li:nth-child(8)::before {
  background-image: url(../img/access/facility/num09.png);
}


@media screen and (min-width: 501px) {
  .facility_first_box .num01::before,
  .facility_number li::before {
    width: 40px;
    height: 40px;
    }
  }
  @media screen and (min-width: 801px) {
    .facility_first_box .num01::before,
    .facility_number li::before {
      width: 60px;
      height: 60px;
      }
    }