/* html{
  scroll-behavior: smooth;
} */


/*=================
	// overwrite
===================*/
main {
  font-family: 'Noto Serif JP', serif;
}

address {
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .header.miyajiHeader .header__logo a {
    padding-top: 23px;
    position: absolute;
  }
}



/*=================
	// color
===================*/

.bg-gold {
  background-color: #d3a518;
}

.bg-pink {
  background-color: #bc373c;
}


.border-gold {
  border: #d3a518 thin solid;
}

.text-999 {
  color: #999;
}

.text-aaa {
  color: #aaa;
}



/*=================
	//  font
===================*/

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.f-serif {
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium",
    "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
  line-height: 1.4;
}

.f-en {
  font-family: "lucida_calligraphy";
}


ul.disc {
  padding-left: 1em;
}

ul.disc li {
  list-style: disc;
}

.text-strict {
  line-break: strict;
}

.text-keep-all {
  word-break: keep-all;
}


/*=================
	// title
===================*/

#title {
  margin-top: 6em;
}

/* .hidetxt {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  font-size: 1.0rem;
  display: block;
} */

.title-outer-1 .inside2 {
  background: rgb(255, 255, 255, 0.8);
}

#local_nav li {
  box-shadow: 3px 3px 0 0 #ccc;
  border-radius: 50px;
}

#local_nav li a {
  background: #0a408c;
  position: relative;
}

#title .inside2 figure {
  max-width: 424px;
}


#local_nav li a:after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  top: 45%;
  right: 8%;
  position: absolute;
  transform: rotate(-45deg);
  transform: rotate(-45deg) translate(25%, -25%);
}

#title #h1_mob {
  display: none;
}

#title #h1_pc {
  display: block;
}

/************************************ max1000 ***************************************/

@media print,
screen and (max-width: 1000px) {

  #title {
    margin-top: 3em;
  }

  #title #h1_mob {
    display: block;
  }

  #title #h1_pc,
  #mv_pc {
    display: none;
  }

  #title .inside1 h1 {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0px;
  }

  #title .txt_inside {
    padding-top: 0;
    font-size: 1.6rem;
  }

}




/*=================
	// headding
===================*/

#contents_outer {
  background: #12468D url(../img/bg.png) repeat;
}

#contents {
  /* max-width: 1280px; */
  box-shadow: 0 0 10px 0 #192b4d;
}

#contents h3 {
  font-optical-sizing: auto;
  font-style: normal;
  color: #d3a518;
  border-bottom: #d3a518 thin solid;
}

#contents h4 {
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}




/*=================
	#outline
===================*/

#outline dt {
  color: #d3a518;
}

#outline dt span {
  background: #f1f1e6;
}

#outline .date .sub li::after {
  content: '\FF0F';
  /*スラッシュ全角*/
  margin-right: 5px;
  margin-left: 5px;
}

#outline .date .sub li:last-child::after {
  content: none;
}


/************************************ max1000 ***************************************/

@media print,
screen and (max-width: 1000px) {
  #outline .date .sub li::after {
    content: none;
    margin-right: 0;
    margin-left: 0;
  }




}




/*===============================
           // 会場
================================*/

#outline .place a.map {
  color: #fff;
  background: #0a408c;
  vertical-align: middle;
}




/*===============================
    // id #apply
================================*/


#apply {
  color: #444;
  background: #fbf6e7;
}


#apply h4 {
  color: #fff;
  background: #b29059;
}


#apply .how dl dt {
  color: #b29059;
}

#apply .how dl dd {
  color: #444;
}


#apply .inqbtn a {
  display: block;
  padding: 1em 0;
  color: #fff;
  background: #0a408c;
  text-align: center;
  border-radius: 3em;
}




/*=====================
	// #access
=======================*/

@media print,
screen and (max-width: 640px) {
  #access iframe {
    height: 360px;
  }
}




/*=====================
	// #advance_notice
=======================*/

.advance_notice {
  text-align: center;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}