@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
html,
body {
  font-family: 'Noto Sans JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

body {
  background: #000;
  /* background-image: url(../01pc/img/back4.jpg); */
  background-position: center bottom;
  background-color: #edf2f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fcff), to(#dae4f1));
  background: linear-gradient(#f9fcff, #dae4f1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* color: #162930; */
  color: #3b424b;
  line-height: 1.8;
  min-width: 1200px;
  /* text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff; */
  /* text-shadow: 2px 2px 0px #7D3729, -2px 2px 0px #7D3729, 2px -2px 0px #7D3729, -2px -2px 0px #7D3729, 2px 0px 0px #7D3729, 0px 2px 0px #7D3729, -2px 0px 0px #7D3729, 0px -2px 0px #020 */
}

a {
  text-decoration: none;
  color: #7D3729;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

h1 {
  background: #fff;
  width: 100%;
  text-align: center;
}

h1 a {
  width: 35%;
  margin: 0 auto;
}

h1 img {
  width: 100%;
  margin: 5px 0;
}

h2 span {
  font-size: 1.2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-shadow: none;
    color: #162930;
    margin-top: 10px;
    letter-spacing: -0.01em;
}

#page_title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.organizer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.8125rem;
  /* background: #7D3729; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer {
  background: #7D3729;
  color: #fff;
}

#footer_c {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.contact_img,
.voice_img {
  width: 100%;
  line-height: 0;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.4;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes blink {
  0% {
    opacity: 0.4;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

header {
  width: 100%;
}

#gnav {
  width: 100%;
  min-width: 100vw;
  background: #3b424be6;
  border-bottom: 1px solid #dbb051;
  z-index: 10;
  position: relative;
  text-shadow: none;
  height: 64px;
}

#gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  height: 64px;
  width: 75%;
  margin: 0 auto;
}

#gnav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

#gnav > ul > li > a {
  padding: 0;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#gnav > ul > li a {
  position: relative;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "Staatliches";
  letter-spacing: 0.15em;
}

#gnav > ul > li a:hover {
  text-shadow: 2px 2px 0px #dbb051, -2px 2px 0px #dbb051, 2px -2px 0px #dbb051, -2px -2px 0px #dbb051, 2px 0px 0px #dbb051, 0px 2px 0px #dbb051, -2px 0px 0px #dbb051, 0px -2px 0px #dbb051;
}

#gnav > ul .menu {
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  top: 73px;
  background-color: rgba(134, 2, 2, 0.79);
}

#gnav > ul .menu .menu_inner li {
  display: inline-block;
}

#gnav > ul .menu .menu_inner li:hover {
  background: rgba(255, 91, 91, 0.53);
}

#gnav > ul .menu a {
  color: #fff;
  padding: 2em 4em;
}

.footer_contact {
  width: 500px;
  margin: 50px auto;
}

.bdTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bdTtl:before,
.bdTtl:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 4em;
}

.bdTtl:before {
  margin-right: 1rem;
}

.bdTtl:after {
  margin-left: 1rem;
}

.fa {
  font-size: 1.5rem !important;
}
