/*==========================
	#event overwrite
============================*/



@media screen and (min-width: 1000px) {
  .bread {
    width: auto !important;
    max-width: 100%;
    margin: auto auto 15px;
    display: block;
    background: none !important;
  }

  .bread__inner.inner {
    max-width: 95%;
  }

}



/*==========================
	color
============================*/

.gray-333 {
  color: #333;
}

.gray-999 {
  color: #999;
}

.fc-6181aa {
  color: #6181AA;
}

.pink-2 {
  color: #eb6da5;
}

.brown {
  color: #694e2d;
}

.orange {
  color: #f08200;
}

.blue {
  color: #1eb9ee;
}


/* bg */

.bg-pink1 {
  background-color: #e9455a;
}


.bg-orange {
  background-color: #f08200;
}

/*==========================
	font
============================*/

.m-plus-rounded-1c-thin {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-rounded-1c-light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/*==========================
	all-bg
============================*/

.dots {
  background-color: #fbdbdf;
  background-image:
    radial-gradient(circle, #f08592 3px, transparent 3px),
    radial-gradient(circle, #fff 3px, transparent 3px),
    radial-gradient(circle, #fff 3px, transparent 3px),
    radial-gradient(circle, #f08592 3px, transparent 3px);
  background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
  background-size: 60px 60px;
  background-repeat: repeat;
  /* ←これを追加 */
}
.all-bg {
	background: url("../img/bg01.jpg") repeat;
}

.lv-02 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}


@media screen and (min-width: 1000px) {

  .lv-02 {
    width: 90%;
  }

}

/*==========================
	 title
============================*/

#h1_pc {
  display: none;
}

#h1_mob {
  display: block;
}

#point-mob {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


@media screen and (min-width: 1000px) {
  #h1_pc {
    display: block;
    width: 95%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  #h1_mob {
    display: none;
  }

  #point-mob {
    display: none;
  }

}


/* catch */

.catch {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.catch:before, .catch:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.catch:before {
  left: 0;
}

.catch:after {
  right: 0;
}

.point {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
}

.point li {
  width: 46%;
  aspect-ratio: 2 / 1;
  margin: 0 2% 10px;
  padding: 15px 5px;
  border: #000 3px dotted;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}



/*==========================
	 outline
============================*/


#outline {
  background-color: #7696bf;
}


.lv-03 {
  width: 95%;
}

#outline h3 {
  height: 100px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #6181AA;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date_detail .date_time {
  color: #ddd !important;
}

.date_detail .icon {
  padding: 2px 10px 2px;
  border-radius: 2px;
  color: #fff;
  background-color: #a58f6b;
  display: inline-block;
}



#outline .catch {
  text-align: center;
}

#outline .catch img {
  width: 90%;
  max-width: 460px;
  margin: auto;
}

#outline fieldset {
	border: solid 1px #7696bf;
}

#outline fieldset legend {
	color: #fff;
}




@media screen and (min-width: 900px) {


  #outline h3 {
    font-size: 36px;
  }


  .bg_mob {
    background: none;
  }


  .lv-03 {
    width: 90%;
  }

}







/*==========================================
	// id #access
============================================*/


.mapbox iframe {
  height: 400px;
}


@media screen and (min-width: 1000px) {

  .mapbox iframe {
    height: 600px;
  }


}