@charset "UTF-8";
h3 {
  font-size: 3.5rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  border-bottom: solid 1px #828282;
}

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 20px;
  }
}

#introduce-box {
  width: 100%;
  background-color: #deebf7;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
}

#introduce-box .secondtop-img img {
  width: 100%;
  z-index: 5;
}

#introduce-box .secondtopimg-front {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: -1px;
  z-index: 6;
  transform: translateY(38%);
}

@media only screen and (max-width: 1024px) {
  #introduce-box {
    background-position: center bottom;
    margin-bottom: 0;
  }
}

#gnavi {
  margin-bottom: 30px;
}

#gnavi ul {
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

#gnavi ul li {
  position: relative;
  letter-spacing: 1px;
  z-index: 5;
  transition: .3s;
}

#gnavi ul li a {
  position: relative;
  display: block;
  margin-bottom: 16.5px;
  padding: 0 25px;
  overflow: unset;
}

#gnavi ul li p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

#gnavi ul li:hover > a {
  opacity: 1;
}

#gnavi ul li:hover > a::after {
  opacity: 1;
}

@media only screen and (max-height: 800px) {
  #gnavi {
    margin-bottom: 10px;
  }
  #gnavi ul li a {
    margin-bottom: 5px;
    padding: 0;
  }
}

.wrap-box .child-left header .h-cnt p {
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.wrap-box .child-left header .h-cnt section.nav-cnt p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: bold;
}

.wrap-box .child-left header .h-cnt section.nav-cnt p:nth-of-type(4n) {
  font-size: 15px;
}

footer p:not(#copyright p), footer address {
  font-weight: bold;
}

footer .f-smap .smap-head {
  width: 40px;
  height: 205px;
  margin-right: 25px;
  padding: 5px;
  line-height: 1;
  color: #E45D60;
  font-size: 18.7px;
  font-weight: bold;
  border-right: solid 1px #ecc4c5;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media only screen and (max-width: 1024px) {
  footer .f-smap .smap-head {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-right: none;
  }
}

footer .f-smap:nth-of-type(2) .child {
  margin-bottom: 15px;
}

footer .f-smap:nth-of-type(2) .child:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

footer .f-smap:nth-of-type(2) .child:nth-child(2) p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  footer .f-smap:nth-of-type(2) .child:nth-child(n+1) {
    width: 100%;
    max-width: 100%;
  }
}

footer .f-smap:nth-of-type(2) .f-logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

footer .f-smap:nth-of-type(2) .f-logo p:first-child {
  margin: 0 30px 0 0;
}

footer .f-smap:nth-of-type(2) .f-logo .f-logo-box {
  width: 90%;
  max-width: 376px;
  margin: 0 auto;
  text-align: center;
}

footer .f-smap:nth-of-type(2) .f-logo .f-logo-box img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  footer .f-smap:nth-of-type(2) .f-logo {
    display: block;
    text-align: center;
  }
  footer .f-smap:nth-of-type(2) .f-logo p:first-child {
    margin: 0 auto 15px;
    padding-top: 40px;
  }
}

footer .f-smap:nth-of-type(2) address {
  text-align: left;
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  footer .f-smap:nth-of-type(2) address {
    text-align: center;
  }
}

footer .bannar-box a::before {
  display: none;
}
footer .f-smap:nth-of-type(2) .bannar-box {
  display: flex;
  justify-content: center;
}

footer .f-smap:nth-of-type(2) .bannar-box p:nth-of-type(n+2) {
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  footer .f-smap:nth-of-type(2) .bannar-box {
    margin-bottom: 115px;
  }
}



/*
@media only screen and (max-height: 800px) {
  .wrap-box .child-left header {
    width: 220px;
  }
  .wrap-box .child-left header .h-cnt {
    width: 200px;
  }
  .wrap-box .child-left header .h-cnt p {
    font-size: 13px;
  }
  .wrap-box .child-left header .h-cnt section.nav-cnt p:nth-of-type(4n) {
    font-size: 13px;
  }
  .wrap-box .child-right {
    width: calc(100% - 200px);
  }
}
*/


