@charset 'utf-8';

/* ==========================================================
 背景色変更
========================================================== */

.hero-program-01 {
  background-color: #fff8a9;
  background-image: radial-gradient(#fff34d 10%, transparent 20%), radial-gradient(#fff34d 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

.hero-program-01 img {
  max-width: 100%;
  pointer-events: none;
}

.gDef-contents {
  position: relative;
  background: #fff8a9;
}

@media print {
  body {
    display: none !important;
  }
}


/* 背景色を指定 */

.contents {
  background-color: #fff8a9;
  background-image: radial-gradient(#fff34d 10%, transparent 20%), radial-gradient(#fff34d 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

.main_bg {
  background: url("../img/bg_bottom.png") bottom center no-repeat;
  background-color: #fff34c;
}

/* ==========================================================
 hero-cmn
========================================================== */

.head {
  background-color: #ffea3a;
  padding: 5px;
  display: flex;
  flex-direction: row;
}

.head img {
  width: 640px;
}

.oa {
  display: block;
  width: 600px;
  margin: 10px 20px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  line-height: 1.8rem;
  font-size: 1.1rem;
}

.orange {
  color: #ff5a00;
}

.bnrArea {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* width: 800px; */
  margin: 20px auto 7em;
}

.bnrArea img {
  width: 90%;
  border-radius: 10px;
  margin: 0 auto;
  /*		border: 2px solid #000;*/
}

.sub_text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.mb {
  margin-bottom: 30px;
}

.text_inner {
  width: 82%;
  margin: 0 auto 30px;
  font-size: 1.2rem;
}

.onlypc {
  display: block !important;
}

.onlysp {
  display: none !important;
}

.sec-cmn-01+.sec-cmn-01 {
  border-top: 6px solid #fff34c;
  background-color: #fff;
}


@media screen and (max-width: 767px) {

  .head {
    flex-direction: column;
  }

  .head img {
    width: 100%;
  }

  .oa {
    display: block;
    width: 90%;
    margin: 10px auto;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 6px;
    line-height: 1.5rem;
  }

  .onlysp {
    display: block !important;
  }

  .onlypc {
    display: none !important;
  }

  .text_inner {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 1.2rem;
  }

  .sub_text {
    font-size: 1.2rem;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
    font-weight: bold;
  }

  .item {
    margin: 1rem;
  }

  .item img {
    width: 100%;
  }

  .bnrArea {
    flex-direction: column;
    justify-content: center;
    width: 70%;
    margin: 20px auto 0;
  }

  .bnrArea li {
    margin: .5rem auto;
  }

  .bnrArea img {
    width: 100%;
    border-radius: 10px;
  }

  .sub_text {
    font-size: 1.5rem;
  }
}


/* ==========================================================
 contents
========================================================== */

.ttl-cmn-section {
  margin-bottom: 5px;
}

.txt-areafull {
  width: 100%;
  padding: 0 0 0 1rem;
}

.bnr {
  width: 70%;
  margin: 0 auto;
}

.bnr img {
  margin-bottom: 30px;
}

.btn-container {
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 2rem;
  color: white;
  background-color: #ff5a00;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #ff7b33;
}

.icon {
  height: 1em;
  width: auto;
  margin-left: 20px;
}


.topics_img img {
  width: 50%;
  display: block;
  margin: 20px auto 5px;
}

.topics_img p {
  text-align: center;
  color: gray;
  font-size: 01rem;
}

.profile {
  width: 44%;
  display: block;
  margin: 0 auto 30px;
}

.program_imgbox {
  margin-top: 20px;
}


/* ==========================================================
 ボタンリンク
========================================================== */

.spOnly {
  display: none;
}

.pcOnly {
  display: block;
}

img {
  width: 100%;
}

.txt-para-01 a {
  color: #e71621;
  text-decoration: underline;
}

.archive {
  display: flex;
}



@media screen and (max-width: 767px) {
  .hero-program-01 {
    max-width: 100%;
  }

  .txt-para-01:not(:last-child) {
    margin-top: 15px;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  .text_inner {
    max-width: 100%;
  }

  .bnr,
  .topics_img img,
  .profile {
    width: 100%;
  }

  .btn {
    padding: 0.8rem 1.4rem;
  }


}


/* 画像ガード */

.s-cmn-protect {
  position: relative;
  display: inline-block;
  pointer-events: auto;
}

.s-cmn-protect::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media print {
  .s-cmn-protect {
    display: none;
  }
}

.sub_text {
  font-weight: bolder;
  color: #ff5a00;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;

}

.sub_text span {
  /* font-size: clamp(16px, 5vw, 50px); */
  font-weight: bold !important;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 5px 5px #ff9c00;
}

.sub_text em {
  font-size: 1.2em;
  font-weight: bold !important;
}

.round_box {
  position: relative;
  padding: 1rem 3rem 1rem 2.2rem;
  background: #ffd800;
  margin-bottom: 4rem;
  z-index: 0;
}

.round_box::before {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #000;
  background: #fff;
  z-index: -1;
}

.flower01::after {
  position: absolute;
  content: "";
  top: -8rem;
  left: -5rem;
  width: 11.6rem;
  height: 11.5rem;
  background: url("../img/flower01.png") bottom center no-repeat;

}

.flower02::after {
  position: absolute;
  content: "";
  bottom: -3rem;
  right: -7rem;
  width: 11.6rem;
  height: 11.5rem;
  background: url("../img/flower02.png") bottom center no-repeat;

}

.flower03::after {
  position: absolute;
  content: "";
  top: -8rem;
  left: -5rem;
  width: 11.6rem;
  height: 11.5rem;
  background: url("../img/flower03.png") bottom center no-repeat;

}

.heart01::after {
  position: absolute;
  content: "";
  top: -7rem;
  left: -5rem;
  width: 11.6rem;
  height: 11.5rem;
  background: url("../img/heart01.png") bottom center no-repeat;

}

.heart02::after {
  position: absolute;
  content: "";
  bottom: -2rem;
  right: -5rem;
  width: 11.6rem;
  height: 11.5rem;
  background: url("../img/heart02.png") bottom center no-repeat;

}

.title_decoration {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #ff5a00;
  text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff;
  width: 80%;
  border-bottom: 6px #ffd800 dotted;
  padding: 0.5em;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 2rem;
}

.br-sp {
  display: block;
}

@media screen and (max-width: 767px) {
  .sub_text {
    width: 100% !important;
    margin: 1em auto 2em;
  }

  .bnrArea {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto 0;
  }

  .mb {
    margin-bottom: 0;
  }

  .flower03::after {
    top: -2rem;
    left: -2rem;
    width: 5rem;
    height: 5rem;
    background-size: contain;

  }

  .heart01::after {
    top: -2.5rem;
    left: -2rem;
    width: 5rem;
    height: 5rem;
    background-size: contain;
  }

  .heart02::after {
    width: 5rem;
    height: 5rem;
    bottom: -2rem;
    right: -1.5rem;
    background-size: contain;
  }

  .round_box {
    padding: 1rem 2rem 1rem 1rem;
  }


}

@media screen and (min-width: 768px) {
  .title_decoration {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #ff5a00;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff;
    border-bottom: 6px #ffd800 dotted;
    padding: 0.5em 0;
    margin: 0 auto 2rem;
  }

  .br-sp {
    display: none;
  }

}

/* 2024追記 */
.program {
  width: 100%;
  margin: 0 auto 3rem;
}

h5 {
  padding: 0 0 0 0.5em;
  background: transparent;
  border-left: solid 5px #ffd800;
  font-weight: bold;
}

.txt-para-02 {
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.8;
}

.program_imgbox img {
  width: 100%;
  padding-bottom: 10px;
}

.program_imgbox a {
  display: contents;
}

.flex-container {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}



@media screen and (min-width: 768px) {


  .program {
    width: 98%;
  }

  .program_imgbox {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .program_imgbox img {
    width: 49%;
  }
}

.red {
  color: #e71621;
}

.font_border {
  color: #ff5a00;
  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
}

.title_decoration {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .font_border {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.8rem;
  }

  .title_decoration {
    width: 84%;
  }
}

/* =====================================================================
*    注意書き　
* =================================================================== */

.attention {
  /* background-color: #fff7d9; */
  max-width: 1024px;
  margin: 0 auto;
}

.attention .inner {
  padding: calc(60 / 750 * 100%) 0;
}

.attention p {
  background-color: #ffffff;
  border: 2px solid #000000;
  padding: 1em 2em;
  text-align: left;
}

.text_red {
  color: #ff0000;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .attention .inner {
    padding: calc(80 / 1920 * 100%) calc(30 / 1400 * 100%) calc(105 / 1920 * 100%);
  }


}