@charset "UTF-8";

html,
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

body {
  color: #000;
  line-height: 1.8;
  min-width: 1000px;
}

a {
  text-decoration: none;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

.red {
  color: #ff006a;
}

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

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

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

h2 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  font-size: 26px;
  font-size: 1.625rem;
  color: #5b397f;
}

h2:before,
h2:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

h2:before {
  border-left: solid 1px #5b397f;
  border-top: solid 1px #5b397f;
  border-bottom: solid 1px #5b397f;
  left: 0;
}

h2:after {
  content: '';
  border-top: solid 1px #5b397f;
  border-right: solid 1px #5b397f;
  border-bottom: solid 1px #5b397f;
  right: 0;
}

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

#footer {
  background: #5043d1;
  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;
  }
}

@-moz-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: 1000px;
  background: #FFF;
  z-index: 10;
  position: relative;
  border-bottom: 2px solid #5b397f;
}

#gnav>ul {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  height: 73px;
}

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

#gnav>ul>li>a {
  padding: 0;
  transition: all 0s ease-in;
  color: #5b397f;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

#gnav>ul>li a {
  position: relative;
  text-decoration: none;
}

#gnav>ul>li a::after {
  position: absolute;
  bottom: 19px;
  content: '';
  width: 10%;
  height: 2px;
  background: #5b397f;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

#gnav>ul>li a:hover::after {
  width: 70%;
  opacity: 1;
  visibility: visible;
}

#gnav>ul #nav_contact {
  background: #f2fcc6;
}

#gnav>ul #nav_contact .nav_contact_img {
  width: auto;
  line-height: 0;
}

#gnav>ul #nav_contact a:hover::after {
  opacity: 0;
}

#gnav>ul .menu {
  transition: max-height .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;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

