/*----------
共通
----------*/
html {
  font-size: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: "Arial", "YuGothic", "Hiragino Sans", "sans-serif"; */
  font-size: clamp(16px, 1.8vw, 18px);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #222;
}

.br_sp,
.sp {
  display: none;
}

.pc {
  display: block;
}

/* パンクズリスト */
#breadcrumb {
  background-color: #db2736;
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
}

#breadcrumb ul {
  list-style: none;
  max-width: 810px;
  margin: 0 auto;
}

#breadcrumb li {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

#breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

#breadcrumb li + li::before {
  content: ">";
  color: #fff;
  margin: 1.5em;
}

/* TOPボタン */
.back-top-btn {
  margin: 70px 0;
  text-align: center;
}

.back-top-btn a {
  font-size: 15px;
  display: inline-block;
  width: 60%;
  background-color: #fff;
  border: solid 2px #dd2736;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #dd2736;
  font-weight: 600;
  max-width: 252px;
  transition: all ease 0.3s;
}

.back-top-btn a:hover {
  background-color: #dd2736;
  color: #fff;
}

.footer small {
  display: block;
  padding: 10px 0;
  background-color: #e0252f;
  font-size: clamp(10px, 1.4vw, 12px);
  text-align: center;
  color: #fff;
}

.page article {
  width: 96%;
  max-width: 810px;
  margin: 0 auto;
  padding: 40px 0;
}

/*コンタクト*/
.event-contact {
  width: 96%;
  max-width: 960px;
  margin: 40px auto 20px;
  font-weight: 600;
  text-align: center;
}

.home .event-contact {
  margin-bottom: 90px;
}

.event-contact_desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.event-contact_from {
  max-width: 252px;
  margin: 0 auto;
  padding: 12px 0;
  border: solid 2px #dd2736;
  color: #dd2736;
  font-size: 18px;
  letter-spacing: 0.07em;
}

.event-contact_name {
  margin: 10px 0 4px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.event-contact_address {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  font-size: 24px;
}

.event-contact_address .tel {
  margin-right: 20px;
}

.event-contact_org,
.event-contact_spo {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}

.event-contact_org::after {
  content: "／";
  display: inline-block;
  margin-left: 4px;
}

.event-contact img {
  height: 60px;
  vertical-align: middle;
}

.event-contact img:nth-of-type(2) {
  /* height: 35px; */
  margin-left: 26px;
}

.event-contact img:last-of-type {
  display: none;
}

.facebook-link {
  display: block;
}

.facebook-link img {
  display: block;
  margin: auto;
  height: auto;
  width: 25px !important;
}

/*後援*/
.event-stOrg {
  width: 96%;
  max-width: 810px;
  margin: 0 auto 80px;
  font-weight: 600;
}

.event-stOrg_title {
  width: 60px;
  margin: auto;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.event-stOrg_title::before {
  content: "";
  display: block;
  width: 70vw;
  max-width: 400px;
  height: 1px;
  margin: 0 auto;
  background-color: #333;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.event-stOrg_title div {
  margin-top: 2px;
  font-weight: 500;
  font-size: 6px;
  letter-spacing: 0.05em;
}

.event-stOrg_list li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #eee;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}

.esl_image {
  width: 12%;
}

.esl_name {
  width: 22%;
  padding: 14px 0 14px 14px;
}

.esl_desc {
  width: 66%;
  padding-left: 10px;
}

.event-stOrg_list li.esl_item--txtonly {
  font-size: 14px;
  text-align: center;
}

.event-stOrg_list li.esl_item--txtonly div {
  width: 100%;
}

.kumamotobank-logo,
.kumachu-shinkin-logo {
  position: relative;
  top: -3px;
}

@media screen and (max-width: 600px) {
  .br_sp,
  .sp {
    display: block;
  }

  .br_pc,
  .pc {
    display: none;
  }

  /* パンクズリスト */
  #breadcrumb {
    line-height: 30px;
  }

  #breadcrumb li {
    font-size: 14px;
  }
  /* TOPボタン */
  .back-top-btn {
    margin: 40px auto 60px;
  }

  /*コンタクト*/
  .event-contact {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .home .event-contact {
    margin-bottom: 40px;
  }

  .event-contact_desc {
    font-size: 14px;
  }

  .event-contact_address {
    flex-direction: column;
    font-size: 20px;
  }

  .event-contact_address .tel {
    margin-right: 0;
  }

  .event-contact_org,
  .event-contact_spo {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .event-contact_org::after {
    display: none;
  }

  .event-contact_spo {
    margin-bottom: 10px;
  }

  .event-contact img {
    display: none;
  }

  .event-contact img:last-of-type {
    display: inline;
    height: auto;
    width: 80%;
    margin-top: 10px;
  }

  .facebook-link {
    padding-bottom: 20px;
    border-bottom: solid #ddd 1px;
    margin-bottom: 20px;
  }

  .facebook-link img {
    width: 40px !important;
  }

  /*後援*/
  .event-stOrg {
    margin-bottom: 40px;
  }

  .event-stOrg_list li {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .esl_image {
    width: 30%;
  }

  .esl_name {
    width: 60%;
  }

  .esl_desc {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}

/* section共通 */
section {
  margin-bottom: 0.7rem;
}

.section-container {
  width: 96%;
  max-width: 10.8rem;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 0.24rem;
  letter-spacing: 0.07em;
  font-weight: 800;
  color: #db2736;
  position: relative;
}

.section-title::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #db2736;
  z-index: 1;
}

.section-title-inner {
  display: inline-block;
  padding: 0.05rem 1em;
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.home .event-stOrg {
  display: none;
}

@media screen and (max-width: 600px) {
  section {
    margin-bottom: 0.5rem;
  }

  .section-container {
    width: 92%;
  }

  .section-title {
    margin-bottom: 0.4rem;
  }

}
/* ミリョクPROJECTとは */
.section-about_body {
  padding: 0 20px;
}
.section-about_logo {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 1.72rem;
  margin-bottom: 0.35rem;
}

.section-about_logo img {
  display: inline-block;
  height: 100%;
  object-fit: cover;
}

.miryopro-logo {
  /* margin-right: 0.18rem; */
}

.catch-logo2022 {
  margin-left: 0.18rem;
}

.section-about_para {
  margin-bottom: 0.35rem;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
  color: #db2736;
}
.section-about_para {
  margin-bottom: 0.35rem;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
  color: #db2736;
}
.section-about_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.section-about .cta-btn a {
  margin: 0px;
}
@media screen and (max-width: 600px) {
  /* ミリョクPROJECTとは */
  .section-about {
    margin-bottom: 0.7rem;
  }

  .section-about_logo {
    height: 1rem;
    gap: 0.15rem;
  }

  .section-about_para {
    text-align: left;
    font-size: 0.14rem;
  }
  .section-about .cta-btn a {
    margin-bottom: 10px;
    font-size: 0.2rem;
  }
}
/* ボタン */
.cta-btn {
  text-align: center;
}

.cta-btn a {
  display: inline-block;
  width: fit-content;
  background-color: #fff;
  border: solid 0.03rem #db2736;
  padding: 0 1em;
  line-height: 0.48rem;
  border-radius: 0.54rem;
  font-size: 0.24rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-align: center;
  color: #db2736;
  transition: all ease 0.3s;
}

.cta-btn a:hover {
  background-color: #db2736;
  color: #fff;
}
.reserve-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 10;
  opacity: 0;
  transition: all ease 0.3s;
/*  display: none!important; */
}

.reserve-btn.is-active {
  opacity: 1;
}

.reserve-btn a {
  display: inline-block;
  width: 160px;
  height: 175.2px;
  padding: 50px 0;
  background-image: url(/wp-content/themes/miryoku-project/img/reserve-btn-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: #db2736; */
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  filter: drop-shadow(0 0 6px #81171f);
  transition: all ease 0.3s;
}

.reserve-btn a:hover {
  filter: drop-shadow(0 0 6px #81171f) brightness(1.1);
}
@media screen and (max-width: 600px) {
    .reserve-btn {
    bottom: 20px;
    right: 15px;
  }

  .reserve-btn a {
    width: 112px;
    height: 122.6px;
    padding: 35px 0;
    font-size: 15px;
    filter: drop-shadow(0 0 3px #81171f);
  }

  .reserve-btn a:hover {
    filter: drop-shadow(0 0 3px #81171f) brightness(1.1);
  }
}