@charset "UTF-8";
.pc-mt0 {
  margin-top: 0 !important;
}

.pc-mt5 {
  margin-top: 5px !important;
}

.pc-mt10 {
  margin-top: 10px !important;
}

.pc-mt50 {
  margin-top: 50px !important;
}

.pc-mt60 {
  margin-top: 60px !important;
}

.pc-mt-5 {
  margin-top: -5px !important;
}

.pc-mt-20 {
  margin-top: -20px !important;
}

.pc-mt-30 {
  margin-top: -30px !important;
}

.pc-mt-40 {
  margin-top: -40px !important;
}

.pc-mt-50 {
  margin-top: -50px !important;
}

.pc-mt-80 {
  margin-top: -80px !important;
}

.pc-mb0 {
  margin-bottom: 0 !important;
}

.pc-ml10 {
  margin-left: 10px !important;
}

.pc-ml30 {
  margin-left: 30px !important;
}

.pc-ml30 {
  margin-left: 30px !important;
}

.pc-ml90 {
  margin-left: 90px !important;
}

.pc-ml100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 639px) {
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt5 {
    margin-top: 5px !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mt-5 {
    margin-top: -5px !important;
  }
  .sp-mt-10 {
    margin-top: -10px !important;
  }
  .sp-mt-30 {
    margin-top: -30px !important;
  }
  .sp-mt-40 {
    margin-top: -40px !important;
  }
  .sp-mt-50 {
    margin-top: -50px !important;
  }
  .sp-mt-80 {
    margin-top: -80px !important;
  }
  .sp-mt-20 {
    margin-top: -20px !important;
  }
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-mb5 {
    margin-bottom: 5px !important;
  }
  .sp-mb5 {
    margin-bottom: 5px !important;
  }
  .sp-ml0 {
    margin-left: 0 !important;
  }
  .sp-ml4 {
    margin-left: 4px !important;
  }
  .sp-ml10 {
    margin-left: 10px !important;
  }
  .sp-ml20 {
    margin-left: 20px !important;
  }
  .sp-ml30 {
    margin-left: 30px !important;
  }
  .sp-ml90 {
    margin-left: 90px !important;
  }
  .sp-ml100 {
    margin-left: 90px !important;
  }
  .sp-ml68 {
    margin-left: 68px !important;
  }
}
.pc-pl10 {
  padding-left: 10px;
}

.pc-pb23 {
  padding-bottom: 23px !important;
}

@media screen and (max-width: 639px) {
  .sp-pb0 {
    padding-bottom: 0 !important;
  }
  .sp-pl10 {
    padding-left: 10px;
  }
  .sp-pl20 {
    padding-left: 20px !important;
  }
  .sp-pl60 {
    padding-left: 60px !important;
  }
  .sp-pr20 {
    padding-right: 20px !important;
  }
}
.SP {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
  .sp-fs13 {
    font-size: 13px !important;
  }
  .sp-fs14 {
    font-size: 14px !important;
  }
  .sp-fs15 {
    font-size: 15px !important;
  }
  .sp-fs16 {
    font-size: 16px !important;
  }
  .sp-fs18 {
    font-size: 18px !important;
  }
  .sp-fs20 {
    font-size: 20px !important;
  }
  .sp-fs23 {
    font-size: 23px !important;
  }
  .sp-fs24 {
    font-size: 24px !important;
  }
  .sp-fs28 {
    font-size: 28px !important;
  }
  .sp-fs32 {
    font-size: 32px !important;
  }
  .sp-fs48 {
    font-size: 48px !important;
  }
  .SP {
    display: block;
  }
  .PC {
    display: none;
  }
  .sp-txtl {
    text-align: left;
  }
  .sp-txtc {
    text-align: center;
  }
}
.z-index10 {
  z-index: 10;
}

.txt-decoration a {
  text-decoration: none !important;
}

.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cardo-bold {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}

.cardo-regular-italic {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
}

.charmonman-regular {
  font-family: "Charmonman", cursive;
  font-weight: 400;
  font-style: normal;
}

.charmonman-bold {
  font-family: "Charmonman", cursive;
  font-weight: 700;
  font-style: normal;
}

.headline-container {
  display: flex;
  justify-content: center;
}

.headline {
  display: flex;
  align-items: center;
}

.headline::before {
  content: "";
  width: 150px; /* 線の長さを調整 */
  height: 1px;
  background-color: black;
  margin: 0 20px;
  margin-left: 0;
}

.number {
  margin-left: 20px;
  z-index: 10;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
}

.slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* 全体の幅を自動調整 */
}

.slider-track img {
  width: 200px;
  height: 150px;
  margin: 0 10px;
}

.c-page-header {
  max-height: 300px;
}

.l-footer {
  background-color: #f7f7f7;
}
.l-footer .wp-block-heading {
  font-size: 20px;
}
.l-footer .wp-block-heading img {
  width: 35px !important;
}

.gap {
  gap: 3px !important;
}/*# sourceMappingURL=style.css.map */