/* 必要に応じて、特定の要素に適用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho", serif !important;
  font-feature-settings: "palt";
}

.h3_font {
  font-family: Arial, sans-serif !important;
  font-weight: normal;
  font-size: 1em;
}

.sp_none {
  display: none;
}
.pc_none {
  display: inline;
}
.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: inline;
  }
  .pc_none {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style: none;
}

h2 {
  text-align: center;
  color: #8b6b2f;
  font-size: 24px;
}
.numb {
  font-size: 2em;
  vertical-align: sub;
  line-height: 1;
}
.yl {
  color: #cfbe66;
}
.red {
  color: #d50000;
  font-weight: bold;
}
hr {
  border: 1px dotted #f5e9cb;
  margin-bottom: 2vw;
  margin-top: 2vw;
}
main {
  width: 90vw;
  margin: 0 auto;
  position: relative;
  width: 90vw;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  padding: 0 0 10px;
  border: solid 1px #e2c28b;
  box-shadow: 0 0px 50px rgba(233, 210, 63, 0.4) inset,
    0 0px 20px rgba(189, 101, 127, 0.4);
  background-color: #fff;
}
.full-width-section {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 2em 40px 20px;
}
@media (max-width: 768px) {
  main {
    margin: 10px;
    width: calc(100% - 20px);
  }
  .full-width-section {
    padding: 0em 15px 15px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Lora:wght@400;700&family=Playfair+Display:wght@400;700&display=swap");

.testimonial h2 {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  margin: 5px 0;
  font-weight: bold;
  color: #555;
}

.testimonial-text {
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.special-text {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: bold;
  color: #555;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #221404;
}

img {
  max-width: 100%;
}

/*お客様の声*/
.customer-testimonials {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  max-width: 1000px;
  margin: auto;
  justify-content: space-between;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
  border: 2px solid #e0d2b6;
  padding: 15px;
  background-color: #fff9f0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.user03 {
  background-image: url(./img/user03.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 25%;
}
.user04 {
  background-image: url(./img/user04.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 25%;
}

.testimonial::after {
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-left: none;
  border-top: none;
}

.photo-frame {
  position: relative;
  width: 100%;
  max-width: 160px;
  margin-bottom: 10px;
}

.photo-frame img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .photo-frame {
    display: flex;
  }
  .photo-frame img {
    width: 50% !important;
    margin: auto;
  }
}

.testimonial-text {
  text-align: left;
  font-size: 1rem;
  color: #333;
  margin-top: 10px;
}

.testimonial h2 {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: bold;
  color: #555;
}

.photo-frame {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}

.photo-frame img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.testimonial-content {
  text-align: center;
}

.testimonial-text {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.testimonial h2 {
  font-size: 1rem;
  margin: 5px 0;
  font-weight: bold;
  color: #555;
}

.all-contact-title {
  margin: 0 auto 20px;
  font-size: 1.4em;
  position: relative;
  display: table;
}
.all-contact-title:before {
  content: "";
  width: 46px;
  height: 47px;
  background: url(./img/all-contact-title-left.png) no-repeat center;
  position: absolute;
  top: -10px;
  left: -60px;
  overflow: hidden;
}
.all-contact-title:after {
  content: "";
  width: 46px;
  height: 47px;
  background: url(./img/all-contact-title-right.png) no-repeat center;
  position: absolute;
  top: -10px;
  right: -60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .customer-testimonials {
    flex-direction: column;
    margin: auto;
  }
  .testimonial {
    width: 100%;
  }
}
.section {
  padding: 1rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.max-cimg {
  max-width: 600px;
  margin: auto;
}

.voice {
  padding-top: 2em;
}

/* セクション 2 */
.section-intro {
  text-align: center;
  position: relative;
}
.section-intro h2 {
  font-size: 2.5rem;
  color: #b8860b;
}
.section-intro p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

/* セクション 3 */
.miracle-banner {
  background-image: url(./img/gold_bg.png);
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.miracle-banner-content {
  position: relative;
  z-index: 1;
}
.miracle-balloon {
  display: inline-block;
  background: linear-gradient(
    135deg,
    #f6e27a 0%,
    #f6ca65 20%,
    #f4b544 40%,
    #f4a034 60%,
    #e67e22 80%,
    #d35400 100%
  );
  padding: 10px 20px;
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
}

.miracle-balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #f4a337 transparent transparent transparent;
}

.section-highlight {
  padding: 0;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

@media (max-width: 768px) {
  .miracle-balloon {
    width: 100%;
  }
}

.section-highlight h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 0.5em;
  text-align: center;
  padding: 10px;
  background: #ffffff8f;
}

.section-highlight p {
  margin-bottom: 2rem;
  text-align: left;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1em;
  padding: 20px;
  background: #ffffff75;
}

.content-right {
  padding-top: 2em;
}

/* セクション 4 */
.section-program h2 {
  font-size: 2.8rem;
  color: #b8860b;
  margin-bottom: 2rem;
}
.section-program p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.section-program .program-details {
  font-size: 1.2rem;
  color: #5a5a5a;
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.program-details {
  text-align: left;
}

.program-details ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.program-details ul li {
  font-size: 1rem;
  margin: 0 0 0.8em 0;
  padding: 0 0 0 20px;
  position: relative;
}

.program-details ul li:before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #b8860b;
  font-size: 1rem;
}

.section-program .program-details h3 {
  font-size: 1.6rem;
  color: #b8860b;
  margin-bottom: 1rem;
}

/* セクション 5 */
.testimonial_wrap {
  display: flex;
}
.section-testimonials {
  text-align: center;
  color: #8b4513;
  margin-bottom: 2em;
}

.section-testimonials h2 {
  font-size: 1.4rem;
  color: #b8860b;
}

.section-testimonials .quote {
  font-size: 1.2rem;
  color: #8b4513;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .section-testimonials .quote {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .section h2 {
    font-size: 1.6rem;
  }

  .section-program .program-details {
    padding: 1.5rem;
  }

  .section-program .program-details ul li {
    font-size: 1.2rem;
  }
}
/*cta*/
.contact {
  margin: 0 auto 1vw;
  border: 1px solid #e0be68;
  position: relative;
  max-width: 900px;
  border: solid 1px #e2c28b;
  box-shadow: 0 0px 50px rgba(233, 210, 63, 0.4) inset,
    0 0px 20px rgba(189, 101, 127, 0.4);
  background-image: url(./img/bg1.png);
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .contact {
    padding: 5px;
  }
}
.contact-inner {
  position: relative;
  padding: 20px;
  text-align: center;
}
.contact-inner::before,
.contact-inner::after {
  content: "";
  width: 8vw;
  height: 7vw;
  position: absolute;
  background: url("./img/waku-deco.png") no-repeat;
  background-size: contain;
}
.contact-inner::before {
  top: 1vw;
  left: 0.3vw;
  transform: scaleX(-1);
}
.contact-inner::after {
  top: 1vw;
  right: 0.3vw;
}
.contact .midashi {
  margin: 2vw auto;
}
.contact .midashi .en {
  font-family: "Cinzel", serif;
  font-size: 11vw;
  font-weight: normal;
  color: #887044;
  letter-spacing: 7px;
}
.contact .midashi .jp {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 4vw;
}
@media (max-width: 768px) {
  .top-menu {
    margin: -40px 10px 0;
  }
}

.contact .tit {
  color: #8b4513;
  font-weight: 600;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.4;
  padding: 40px 20px 0px;
  background-size: cover;
}
@media (max-width: 768px) {
  .contact .tit {
    padding: 20px 0 0px;
    font-size: 1.4em;
  }
}
.program h2 {
  padding: 20px 0;
}
.program-tit {
  background: #887044;
  color: #fff;
  font-size: 3.8vw;
  padding: 4% 4% 3%;
  margin-bottom: 2vw;
}
.program {
  position: relative;
  padding: 1vw 4vw;
}

@media (max-width: 768px) {
  .program {
    position: relative;
    padding: 1vw 2vw;
  }
}

.program::after {
  bottom: 1vw;
  right: 0.3vw;
  transform: scale(1, -1);
}
.program-tit {
  background: #887044;
  color: #fff;
  font-size: 3.8vw;
  padding: 4% 4% 3%;
  margin-bottom: 2vw;
}
.program-items {
  width: 100%;
  margin: 0 auto 10vw;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  gap: 14px;
}
.program-items li {
  width: 47%;
  width: -webkit-calc(100% / 2 - 15px);
  width: calc(calc(100% / 2 - 15px));
  font-size: 4vw;
  line-height: 1.2;
  border-bottom: 1px #c4c5c4 dotted;
}
.program-items li a {
  position: relative;
  padding: 3.2vw 0;
  font-size: 4vw;
}
.program-items li a::after {
  content: "\f105";
  color: #c2b08c;
  font-family: "icon";
  position: absolute;
  top: 50%;
  right: 2vw;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.itembox {
  width: 100%;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .itembox {
    margin: 0 auto;
  }
}
.itembox li {
  padding: 3%;
  margin-bottom: 5%;
  width: 100%;
}
@media (max-width: 768px) {
  .itembox li {
    margin-bottom: 0;
    padding: 3% 0;
  }
}
.itembox li img {
  margin-bottom: 0vw;
}
.itembox .title {
  font-weight: bold;
  font-size: 5vw;
  margin-bottom: 2%;
  line-height: 1.3;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: 1px dotted #ccc;
}
.itembox .more {
  position: relative;
  color: #fff;
  font-size: 4.5vw;
  background: #b68518;
  border-radius: 20px;
  padding: 3% 0 3% 0;
  text-align: center;
  font-weight: bold;
}
.itembox .more::after {
  content: "\f105";
  font-family: "icon";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
}
.itembox li dt {
  font-weight: 600;
  color: #b88a2c;
}

/*btn*/

.button01 {
  display: inline-block;
  animation: sway 2s infinite;
}

@keyframes sway {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}

.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 4s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.button01 span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button01:hover {
  background-position: top 28px right 25px;
  opacity: 0.8;
}
.cta {
  display: grid;
  justify-items: center;
  justify-content: center;
  align-items: center;
}
.cta p {
  display: block;
}
.h2_menu_star {
  margin: auto 15px;
  border-bottom: 0.8px solid #2b262f;
  position: relative;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.h2_menu_star::before {
  position: absolute;
  content: "";
  top: -6px;
  left: -15px;
  width: 11px;
  height: 10px;
  text-align: center;
  background: url(./img/h2_icon_star.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.h2_menu_star::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -15px;
  width: 11px;
  height: 10px;
  text-align: center;
  background: url(./img/h2_icon_star.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-reasons {
  padding: 2em 1em;
  text-align: center;
  margin-bottom: 2em;
  padding-bottom: 1px !important;
}

@media (max-width: 768px) {
  .section-reasons {
    padding: 0px;
    background-image: none !important;
    margin-bottom: 0;
  }
}

.section-reasons h2 {
  font-size: 1.2rem;
  color: #4b3000;
  margin-bottom: 1.2em;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .section-reasons h2 {
    font-size: 1.6em;
    margin-bottom: 2em;
  }
}

.reason {
  margin-bottom: 1em;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #d4af37;
  position: relative;
  display: flex;
  flex-direction: column;
  border: solid 1px #aec4f0;
  border: solid 1px #edefce;
  box-shadow: 0 0px 50px rgb(163 236 192) inset, 0 0px 20px rgb(255 217 198);
}

.reason img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
  box-shadow: 0 2px 10px rgba(139, 107, 47, 0.3);
}
.reason h3 {
  font-size: 1.4rem;
  color: #8b6b2f;
  margin-bottom: 1em;
  position: relative;
  line-height: 1.4;
  padding-top: 1em;
}

.reason p {
  line-height: 1.6;
  margin: 0;
  text-align: left;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .section-reasons {
    padding: 2em 2em;
  }

  .section-reasons h2 {
    font-size: 2.2rem;
  }

  .reason {
    flex-direction: row;
    margin-bottom: 1em;
    padding: 2em;
    display: flex;
    justify-content: center;
  }

  .reason:nth-child(even) {
    flex-direction: row-reverse;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reason img {
    width: 45%;
    height: 45%;
    margin-bottom: 0;
  }

  .reason div {
    width: 60%;
    padding: 0 30px;
  }
}

@media (min-width: 1024px) {
  .section-reasons h2 {
    font-size: 2.6rem;
  }
}

/*チャネラー純子からのメッセージ*/
.section-message {
  background-image: url(./img/mb.png);
  background-size: cover;
  padding-bottom: 100px;
  margin-top: 0;
  padding-top: 0;
}
.section-message h2 {
  text-align: center;
  font-size: 2em;
}
.section-message p {
  text-align: center;
  max-width: 400px;
  margin: auto;
  padding: 1em;
}
@media (max-width: 768px) {
  .section-message p {
    text-align: left;
  }
}
.j01 {
  width: 500px;
  margin: 0 0% -25em auto;
  overflow: hidden;
}
@media (max-width: 900px) {
  .j01 {
    width: 220px;
    margin: 0 0 -11em auto;
    overflow: hidden;
  }
  .section-message {
    padding-bottom: 20px;
    background-size: auto;
    padding-top: 0;
  }
}

.midashi02 {
  width: 100%;
  text-align: center;
  margin: 1em 0;
}
.midashi02 .en {
  font-size: 16px;
  letter-spacing: 5px;
  position: relative;
  display: block;
}

.midashi02 .jp {
  font-size: 30px;
  letter-spacing: 4px;
  display: block;
}
@media (max-width: 768px) {
  .midashi02 .jp {
    margin-bottom: 3%;
    font-size: 5.5vw;
    letter-spacing: 2px;
  }
  .midashi02 .en {
    font-size: 3vw;
    letter-spacing: 4px;
  }
}

.qa {
  margin: 0 auto 1em;
}

.faq_list {
  margin: 0 auto 80px;
}

.faq_list li {
  padding: 20px;
  margin: 0 auto 20px;
  color: #666;
  background: #fff;
  border: 1px solid #7a4124;
}

.faq_list li:last-child {
  padding: 1% 0 1% 0;
}

.faq-item {
  margin-bottom: 40px;
  background: #fff;
  max-width: 700px;
  margin: auto;
}

.faq_q {
  padding: 30px 80px;
  font-size: 21px;
  background: url(./img/qaq.png) no-repeat top 15px left 15px;
  position: relative;
  line-height: 1.4;
  color: #4b3000;
  text-align: left;
  border-top: 1px solid #e5ddc9;
  border-right: 1px solid #e5ddc9;
  border-left: 1px solid #e5ddc9;
  border-bottom: 1px dotted #e5ddc9;
}

.faq_a {
  padding: 25px 80px;
  color: #666;
  background: #fffdf9 url(./img/qaa.png) no-repeat top 15px left 15px;
  line-height: 1.5;
  text-align: justify;
  text-justify: auto;
  border-right: 1px solid #e5ddc9;
  border-left: 1px solid #e5ddc9;
  border-bottom: 1px solid #e5ddc9;
}

.faq_a p b {
  color: #c54f4b;
  font-weight: bold;
}

.faq_a p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.faq_a p span {
  font-weight: bold;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #f6e9aa 70%);
}

/*footer*/
.footer {
  height: 100px;
  width: 100%;
  background: #282b1a;
  padding: 14px 0;
  text-align: center;
  color: #666;
}

.footer a {
  color: #ffffff;
}
.g_bg {
  background-image: url(./img/g_bg.png);
  background-size: cover;
}
.g_text {
  color: #b88a2c;
  border-bottom: 1px dotted #b88a2c;
}
p.tit {
  padding-top: 1em;
}

.section-faq {
  background-image: url(./img/qabg.png);
  background-size: cover;
}
@media (max-width: 768px) {
  .section-faq {
    padding-top: 1em !important;
  }
}

.ap3 {
  max-width: 600px;
  margin: auto;
}

.button02 {
  position: fixed;
  right: 20px;
  bottom: 2px;
  z-index: 1000;
  display: none;
  text-align: center;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .button02 {
    right: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
}

.what {
  background: #fff8ee;
  margin-bottom: 4em !important;
  padding: 36px;
}
.what h2 {
  padding-bottom: 0.5em;
}
.what p {
  text-align: left;
}
.l_photo {
  max-width: 600px;
  margin: auto;
}
section.sec_message {
  padding-bottom: 4em;
  max-width: 500px;
  margin: auto;
}
@media (max-width: 768px) {
  section.sec_message {
    padding-bottom: 2em;
  }
}
.sec_message h2 {
  padding-bottom: 1em;
}
.section-me li {
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
.section-me li:before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #e0d2b6;
  font-size: 1.2rem;
}
/**/
.supervisor-container {
  text-align: center;
  background-color: #fffbe1;
  font-family: "Arial", sans-serif;
  position: relative;
  border-radius: 5px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .supervisor-container {
    margin-bottom: 0;
  }
}
.supervisor-wrapper {
  display: inline-block;
  position: relative;
}

.supervisor-title {
  font-family: "Brush Script MT", cursive;
  font-size: 1rem;
  color: #b07c84;
  margin: 1em 0 0 0;
  position: relative;
}

.supervisor-heading {
  font-size: 1.8rem;
  margin: 0;
  position: relative;
  line-height: 1.4;
}

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

.pro_img {
  width: 45%;
}

.pro_txt {
  width: 55%;
  text-align: left;
  padding: 25px;
}
.pro_txt p {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .pro_img {
    width: 66%;
  }

  .pro_txt {
    width: 100%;
    padding: 0 25px 25px;
  }
  .pro_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.maker {
  background-image: linear-gradient(0deg, #fff8ce 0.5em, transparent 0.5em);
}
.present {
  color: #d50000;
  font-weight: bold;
  background-image: linear-gradient(0deg, #f5ff8b80 0.5em, transparent 0.5em);
  font-size: 1.1em;
}
.responsive-video {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2em;
}

.responsive-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.7);
  background: #000;
}
.Items {
  text-align: left;
  margin: auto;
  padding-top: 0.5em;
}
.Items li {
  font-size: 1rem;
  position: relative;
  padding: 0 0 0 1.5rem;
  margin-bottom: 0;
}
.Items li:before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #e0d2b6;
  font-size: 1rem;
}
.hero-section-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.hero-section-items li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0;
  align-items: stretch;
}

.hero-section-item-content {
  background-color: #fff;
  border: 1px solid #e3d5c5;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  height: 100%;
  border: solid 1px #42cbb3;
  box-shadow: 0 0px 50px rgb(98 222 224 / 59%) inset,
    0 0px 20px rgb(164 230 204 / 57%);
}

.hero-section-item-content .section-small {
  display: block;
  font-size: 14px;
  color: #be9c58;
}

.hero-section-item-content .section-big {
  display: block;
  font-size: 20px;
  color: #24b293;
  font-weight: bold;
}

.hero-section-item-content p {
  margin-top: 10px;
  font-size: 14px;
  color: #606060;
}

@media (max-width: 760px) {
  .hero-section-items li {
    width: 100%;
  }
}
.moya-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: #f5f5f5;
  background-image: url("./img/moya_img.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-size: 300px;
}

@media (max-width: 768px) {
  .moya-section {
    background-size: 200px;
  }
}

.moya-content {
  padding-right: 20px;
  padding-top: 2em;
}

.moya-title {
  font-size: 28px;
  color: #6e479e;
  margin-bottom: 20px;
  font-weight: bold;
}

.moya-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #606060;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
}

.moya-list li {
  display: flex;
  position: relative;
  text-align: left;
}

.moya-list li::before {
  content: "check";
  font-family: "Material Icons";
  color: #bdc2c2;
  margin-right: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}

.moya-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.moya-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .moya-section {
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
  }

  .moya-content {
    padding-right: 0;
    margin-bottom: 20px;
    padding-top: 4em;
  }

  .moya-list {
    grid-template-columns: 1fr;
  }

  .moya-image {
    justify-content: center;
  }
}
.course h2 {
  position: relative;
  color: #fff;
  padding: 1.4rem 2rem 1.4rem;
  background: linear-gradient(to right, #1d8c95 0%, #39b4bc 50%, #1d8c95 100%);
  margin: 0 auto 30px;
}
.course-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .course-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.tab {
  background: #fff;
  padding: 5px;
  color: #3d9b82;
  border-radius: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2em;
}
.tab1 {
  background: #fff;
  padding: 5px;
  color: #f47d3d;
  border-radius: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2em;
}
.course_img {
  max-width: 400px;
}
.course-tit {
  flex: 1;
  margin: 10px 5px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 10px;
  border: solid 1px #aec4f0;
  box-shadow: 0 0px 50px rgba(132, 216, 254, 0.4) inset,
    0 0px 20px rgba(209, 138, 234, 0.4);
  background: url(../images/prog_bg.png) repeat;
}
.course-tit h4 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.course-text {
  padding: 10px;
  text-align: center;
}
.c_img {
  margin: auto;
}
body {
  font-family: "Arial", sans-serif;
  background-color: #fefcf8;
  margin: 0;
  padding: 0;
  background-image: url(./img/body_bg.png);
  background-size: cover;
}

.course-section {
  max-width: 1000px;
  margin: 20px auto;
  border: 1px solid #ddd;
  border: solid 1px #aec4f0;
  box-shadow: 0 0px 50px rgba(132, 216, 254, 0.4) inset,
    0 0px 20px rgba(209, 138, 234, 0.4);
  background: url(../images/prog_bg.png) repeat;
}

.course-section .header .gradient-title {
  background: linear-gradient(to right, #69d2ad, #72d2dd);
  text-align: center;
  color: white;
  padding: 15px;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: bold;
}

@media (max-width: 768px) {
  .course-section .header .gradient-title {
    padding: 8px 8px 20px;
  }
}
.course-section .header .gradient-title p {
  margin: 0;
  font-size: 1.5em;
}

.course-section .course-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 20px 0;
  flex-direction: row-reverse;
}

.course-section .course-text {
  width: 60%;
}

.course-section .course-image {
  width: 35%;
}

.course-section .course-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.course-section .features .features-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #6cd2be;
  padding-left: 20px;
}

.course-section .features ul {
  list-style-type: none;
  padding-left: 20px;
}

.course-section .features ul li::before {
  content: "check";
  font-family: "Material Icons";
  color: #6cd2be;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}

.course-section .details {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.course-section .details th,
.course-section .details td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

.course-section .details th {
  background-color: #f5f5f5;
  color: #333;
}

.course-section .details td {
  background-color: #fff;
}

.course-section .buttons {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.course-section button {
  font-size: 1.1em;
  padding: 10px 20px;
  margin: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.course-section .btn-primary {
  background-color: #6cd2be;
  color: white;
}

.course-section .btn-secondary {
  background-color: #757575;
  color: white;
}

.course-section button:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .course-section .course-content {
    flex-direction: column-reverse;
    text-align: center;
    padding: 10px;
  }

  .course-section .course-text,
  .course-section .course-image {
    width: 100%;
  }

  .course-section .course-image img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.course-section .course-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.course-section .course-text ul li {
  font-size: 1em;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}

.course-section .course-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.course-section .course-text ul li {
  font-size: 1em;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}

.course-section .course-text ul li::before {
  content: "check";
  font-family: "Material Icons";
  color: #6cd2be;
  margin-right: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}

.course-section .features ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 0 0 20px;
  max-width: 500px;
  margin: 20px auto 40px;
}

.course-section .features .features-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #6cd2be;
  padding-left: 20px;
}
.feature-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 20px 0;
}

.feature-box {
  border: 1px solid #ddd;
  padding: 20px;
  width: 45%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-separator {
  font-size: 2em;
  color: #6cd2be;
  margin: auto 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .feature-wrapper {
    flex-direction: column;
    margin: 10px;
  }

  .feature-box {
    width: 100%;
    padding: 10px;
  }

  .feature-separator {
    display: none;
  }
  .feature-separator {
    font-size: 1.5em;
    margin: 10px 0;
    display: block;
  }
}
.features-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #6cd2be;
  text-align: center;
  font-feature-settings: "palt";
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.table-wrapper {
  max-width: 1000px;
  margin: 20px auto;
}

.present-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 1em;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: solid 1px #dfc58b;
  box-shadow: 0 0px 50px rgb(255 236 186) inset,
    0 0px 20px rgba(209, 138, 234, 0.4);
  background: url(../images/prog_bg.png) repeat;
}

.present-table th {
  background-color: #b08d57;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 1.3em;
  background: linear-gradient(135deg, #f7e1a6, #b08d57, #d4af37);
  font-feature-settings: "palt";
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.present-table td {
  padding: 15px;

  color: #3e312d;
}

.present-table td:first-child {
  width: 20%;
  font-weight: bold;
  color: #b08d57;
}

.present-table td:last-child {
  width: 80%;
}

.rich-present-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 1em;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: solid 1px #dfc58b;
  box-shadow: 0 0px 50px rgb(255 236 186) inset,
    0 0px 20px rgba(209, 138, 234, 0.4);
  background: url(../images/prog_bg.png) repeat;
}

.rich-present-table th {
  background-color: #a17a4e;
  color: white;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(135deg, #f7e1a6, #b08d57, #d4af37);
  font-feature-settings: "palt";
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.rich-present-table td {
  padding: 15px;
  color: #4a3b35;
  font-weight: 500;
}

.rich-present-table td:first-child {
  width: 20%;
  font-weight: bold;
  color: #a17a4e;
}

.rich-present-table td:last-child {
  width: 80%;
}

.rich-present-table .note {
  font-size: 0.9em;
  color: #8a6539;
}

@media (max-width: 768px) {
  .present-table td,
  .rich-present-table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
  }

  .present-table td:first-child,
  .rich-present-table td:first-child {
    font-weight: bold;
    padding-top: 15px;
    width: 100%;
  }

  .present-table td:last-child,
  .rich-present-table td:last-child {
    padding-bottom: 15px;
    width: 100%;
  }
}

section.course {
  padding: 20px 40px 10px;
  max-width: 1000px;
  margin: 0px auto 10px;
  background-color: #fff;
}

@media (max-width: 768px) {
  section.course {
    margin: 0px;
    padding: 10px;
  }
}
.moya_tit img {
  margin-bottom: -6em;
  position: relative;
  z-index: 2;
}
.moya_tit {
  text-align: center;
  margin: auto;
  padding-top: 2em;
}

.jinsei_h2 {
  position: relative;
  display: flex;
  justify-content: center;
}

.jinsei_h2 img {
  position: relative;
  width: calc(96% + 0px);
  margin-left: -15px;
  margin-right: -15px;
  height: auto;
  display: block;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .jinsei_h2 {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-top: 0.5em;
  }
  .course_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tab,
  .tab1 {
    margin-bottom: 0px;
    font-size: 1em;
  }
  .course-tit {
    margin: 10px 0;
  }
}
.bottom {
  border: none !important;
  box-shadow: none !important;
}
.day_ {
  font-size: 1.2em;
  font-weight: bold;
  color: #a16223;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .day_ {
    text-align: center;
  }
}
.cap {
  font-feature-settings: "palt";
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  background: #cb9ddd;
  margin-bottom: 0.5em;
  text-align: center;
  padding: 10px;
  font-size: 1.2em;
}
strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #43b39d;
  font-feature-settings: "palt";
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.red {
  color: #f11c49;
  font-weight: bold;
}

.maker {
  background-color: #fff59d;
  color: #303030;
}

.maker-n {
  position: relative;
  color: #ffffff;
  background: #303030;
  padding: 2px;
  margin: 0 2px;
}

.maker-n:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background-color: #acacac;
  border-radius: 1px;
}
.features-title ul li::before {
  content: "check";
  font-family: "Material Icons";
  color: #6cd2be;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}
.feature-box ul li::before {
  content: "check";
  font-family: "Material Icons";
  color: #6cd2be;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}

.cta_m {
  padding: 20px;
  max-width: 800px;
  margin: auto;
}

.taikan {
  max-width: 800px;
  margin: auto;
}
.taikan_bg {
  background-image: url(./img/taikan_bg.png);
  background-size: cover;
  max-width: 1200px;
  margin: auto;
}
.schedule-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
justify-items: start;
}

.schedule-item {
  padding: 0em 0;
  text-align: center;
}



/* PCで3列に */
@media screen and (min-width: 768px) {
  .schedule-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .schedule-item {
    border-bottom: none;
    border-top: none;
  }

  /* 最後の列の右ボーダーを消す */
  .schedule-item:nth-child(3n) {
    border-right: none;
  }


}

.month-label {
  font-weight: bold;
  font-size: 1.1em;
  padding: 0.5em 0 0.2em;
  color: #663300;
  grid-column: 1 / -1; /* 全列にまたがる */
}

@media screen and (max-width: 767px) {
.schedule-wrap{
justify-items:center;
}}



