/*==========================
	#event overwrite
============================*/

article {
  width: 100%;
  margin: auto;
}

article a {
  color: #333;
  transition: 0.2s linear;
}

article a:hover {
  color: #333;
  opacity: 0.6;
}

main {
  padding-top: 60px;
}

.bread {
  display: none;
}

@media screen and (min-width: 900px) {

  .bread {
    width: auto !important;
    max-width: 1200px;
    margin: auto auto 15px;
    display: block;
    padding-top: 45px;
    background: none !important;
  }

  .bread__inner.inner {
    max-width: 1200px !important;
    padding-top: 25px;
    padding-bottom: 0px;
  }


}


/*==========================
	 add module
============================*/

.mw-1200 {
  max-width: 1200px;
}



/*==========================
	 common
============================*/


.gray_666 {
  color: #666;
}

.gray_999 {
  color: #999;
}

.blue {
  color: #1426c9;
}

.indent_red li::before {
  content: '\25CF';
  /*まる*/
  color: #ff1100;
  margin-right: 5px;
}

.maker-yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}


.btn {
  color: #948061;
  border: #a58f6b thin solid;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
}

.btn-s {
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 2px;
}

.btn-L {
  font-size: 20px;
  padding: 15px 0;
  border-radius: 2px;
}

.btn-red {
  background-color: #c8373c;
  border-radius: 2px;
}

.btn-beige {
  background-color: #a58f6b;
  border-radius: 2px;
}





/*==========================
	all-bg
============================*/


@media screen and (min-width: 900px) {
  #all-bg {
    background: url(../img/1x/bg_pc-80.jpg) no-repeat top center;
  }

}

/*==========================
	 title
============================*/

#h1_pc,
#mv_pc {
  display: none;
}

#h1_mob,
#mv_mob {
  display: block;
}

@media screen and (min-width: 900px) {

  #title {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #h1_pc {
    width: 95%;
    max-width: 1048px;
    display: block;
    margin: auto;
  }

  #h1_mob {
    display: none;
  }

}


@media screen and (min-width: 640px) {

  #mv_mob {
    width: 100%;
    height: 800px;
    object-fit: cover;
  }

}


/*==========================
	 outline
============================*/


#outline {
  background: #003fbc url(../img/1x/bg_outline.png) repeat top left;
}


#outline .lv-02 {
  background: #fff;
}

/* #outline h3 {
  width: 100%;
  max-width: 1200px;
  height: 80px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: normal;
  color: #6ca0de;
} */


#outline h3 {
  width: 90%;
  color: #1426c9;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: #1426c9 2px solid;
  border-bottom: #1426c9 2px solid;
  text-align: center;
}



#outline .lead .naiyou {
  line-height: 1.3;
}

#outline .lead .naiyou dt {
  margin-bottom: 15px;
}

#outline .lead .naiyou dt span {
  color: #fff;
  background-color: #927c58;
  padding: 3px 30px;
}

#outline .lead .naiyou dd {
  margin-bottom: 15px;
}

#outline .lead .naiyou dd span {
  position: relative;
}

#outline .lead .naiyou dd span::before {
  content: "\25CF";
  color: #e5cc39;
  position: absolute;
  top: -2px;
  left: -25px;
}


.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;
}


.bg_mob {
  background: url(../img/1x/bg_mob.png) no-repeat top center;
  background-size: contain;
}


#outline .catch {
  text-align: center;
}

#outline .catch img {
  width: 90%;
  max-width: 460px;
  margin: auto;
}





@media screen and (min-width: 900px) {

  #outline .lv-02 {
    width: 95%;
    max-width: 1200px;
    margin: auto auto;
  }


  #outline h3 {
    font-size: 36px;
  }


  .bg_mob {
    background: none;
  }
}







/*==========================================
	// id #access
============================================*/


#access .mapbox iframe {
  height: 400px;
}