@charset "UTF-8";

html,
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-family: "toppan-bunkyu-gothic-pr6n", 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: 2.5rem;
  color: #fcdda4;
  text-shadow: 4px 4px 0px #602431, -2px 2px 0px #602431, 2px -2px 0px #602431, -2px -2px 0px #602431, 2px 0px 0px #111111, 0px 2px 0px #111111, -2px 0px 0px #111111, 0px -2px 0px #111111;
}


h2.h3 {
  font-size: 1.5rem;
  padding: 0 0 15px !important;
  color: #fff;
}

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

h2:before {
  /* border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0; */
}

h2:after {
  /* content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0; */
}

h4 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  /* font-size: 26px; */
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 4px 4px 0px #602431, -2px 2px 0px #602431, 2px -2px 0px #602431, -2px -2px 0px #602431, 2px 0px 0px #111111, 0px 2px 0px #111111, -2px 0px 0px #111111, 0px -2px 0px #111111;
}

h5 {
  line-height: 60px;
  position: relative;
  top: -42px;
  height: 60px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #c41e1b;
  max-width: 250px;
  margin-bottom: -17px;
  font-size: 18px;
}

h5:before,
h5:after {
  position: absolute;
  top: 0;
  display: block;
  height: auto;
  content: '';
  border: 30px solid #c41e1b;
}

h5:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h5:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h5 span {
  position: relative;
  display: block;
  font-size: 1.3rem;
}

#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: 1px solid #ad8a38;
}

#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: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

#gnav>ul>li a::after {
  position: absolute;
  bottom: 19px;
  content: '';
  width: 10%;
  height: 2px;
  background: #333;
  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;
  }
}

.f-2 {
  font-size: 2rem;
}

.pc {
  display: block;
}

.sp {
  display: none;
}