@charset "utf-8";
/* main-area ---------------------------------*/
section.haikei {
  background: url("img/bg-head.png") no-repeat;
  background-size: auto auto;
  background-position: top center;
  z-index: 0;
  position: relative;
}
.haikeishiro h2{
  margin: 0 !important;
}

/* moji ---------------------------------*/
h3.naiyou span {
  background-image: url("../img/h3.png");
}
/* contact2 ---------------------------------*/
#contact2 {
  background: url("img/bg-foot.jpg") no-repeat center;
  background-size: auto;
  color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 30px;
}
#contact2 h2,#contact2 h2 span {
  color: #000 !important;
}
#contact2 h2 span {
  background: none !important;
  display: block !important;
}
#contact2 .contact-detail br {
  display: none;
}
@media screen and (max-width:1090px) {
  #contact2 h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:600px) {
  #contact2 .contact-detail h2 br {
    display: block;
  }
}
#contact2 p {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width:400px) {
  #contact2 .contact-detail h2 {
    font-size: 1.3rem;
  }
  #contact2 .contact-detail p br {
    display: block;
  }
}
#contact2 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contact2 ul li {
  padding: 0 20px 20px 0;
}