@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
.page_type01 {
  background-color: #F7F7F7;
  font-family: "Shippori Mincho", serif;
}
.page_type01 .br-sp {
  display: none;
}
.page_type01 .header-bg img {
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1180px) {
  .page_type01 .header-bg img {
    height: 50vh;
    -o-object-position: center;
       object-position: center;
  }
}
.page_type01 .header-pc {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
.page_type01 .header-pc .header-btn-pc {
  width: 86%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 30px 0;
}
.page_type01 .header-pc .header-btn-sp {
  display: none;
}
.page_type01 .footer-btn-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .page_type01 .header-pc .header-btn-pc {
    display: none !important;
  }
  .page_type01 .header-pc .header-bg {
    padding-top: 10px;
  }
  .page_type01 .header-pc .header-btn-sp {
    display: block !important;
  }
  .page_type01 .header-pc .header-btn-sp img {
    margin: auto;
    width: 90% !important;
    padding-top: 5px;
    padding-bottom: 8px !important;
  }
}
.page_type01 a.wp-block-button__link {
  font-family: "Shippori Mincho", serif;
}
.page_type01 .main-container {
  width: 96%;
  max-width: 1200px;
  margin: auto;
}
.page_type01 .main-container h2 {
  padding-bottom: 20px;
  padding-top: 20px;
  max-width: 90%;
  margin: auto;
  position: relative;
}
.page_type01 .main-container h5 {
  max-width: 95%;
  margin: auto;
}
.page_type01 .main-container p {
  line-height: 1.5;
}
.page_type01 .main-container .wp-container-core-columns-is-layout-9d6595d7 {
  gap: 0;
}
.page_type01 .main-container figure.wp-block-gallery {
  gap: 0;
}
.page_type01 .main-container .header-bg {
  padding-top: 120px;
}
@media screen and (max-width: 600px) {
  .page_type01 .footer-btn-sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .page_type01 .br-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */