@charset "UTF-8";
.excellent_wrapper {
  background: url("../img/bg.jpg");
  color: #2b354d;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  padding: 30px 15px;
  box-sizing: border-box;
}
.excellent_wrapper * {
  box-sizing: border-box;
}

/* ロゴ */
.excellent_wrapper .excellent_logo {
  text-align: center;
  margin-bottom: 40px;
}
.excellent_wrapper .excellent_logo img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* 各セクション共通 */
.excellent_wrapper .excellent_section {
  background: #ffffff;
  border: 2px solid #2b354d;
  border-radius: 12px;
  padding: 50px 20px 25px;
  margin-bottom: 50px;
  position: relative;
  margin-top: 25px;
}
.excellent_wrapper .excellent_section::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border: 1px solid #009ce0;
  border-radius: 12px;
  pointer-events: none;
}

/* 見出し */
.excellent_wrapper .excellent_section h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #2b354d;
  padding: 10px 30px;
  margin: 0;
  width: max-content;
  min-width: 240px;
  border-radius: 50px;
  z-index: 1;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

/* テキスト周り */
.excellent_wrapper .excellent_text_box {
  margin-bottom: 30px;
}
.excellent_wrapper .excellent_text_box .schedule {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  line-height: 1.6;
}
.excellent_wrapper .excellent_text_box .schedule span {
  color: #009ce0;
}
.excellent_wrapper .excellent_text_box .desc {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}
.excellent_wrapper .excellent_text_box .desc a{
  text-decoration: underline;
  font-weight: bold;
}

/* 動画 */
.excellent_wrapper .excellent_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  margin-bottom: 30px;
}
.excellent_wrapper .excellent_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* =========================================
   曜日
========================================= */
.excellent_wrapper .excellent_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.excellent_wrapper .excellent_btns a {
  display: block;
  background-color: #fff;
  color: #009ce0;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 13px; 
  font-weight: bold;
  border: 1px solid #009ce0;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.2;
}
.excellent_wrapper .excellent_btns a:hover {
  background-color: #009ce0;
  color: #fff;
}

/* =========================================
   モデル協力
========================================= */
.excellent_wrapper .link_area {
  background-color: none;
  border: none;
  border-radius: 5px;
  text-align: center;
  padding: 12px 25px !important;  
  margin: 0 auto 80px;
  width: fit-content;
}
.excellent_wrapper .link_area::before {
  display: none;
}
.excellent_wrapper .link_area p {
  margin: 0;
  color: #555;
  font-size: 13px;
}
.excellent_wrapper .link_area a {
  color: #2b354d;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 5px;
}
.excellent_wrapper .link_area a:hover {
  text-decoration: none;
  color: #009ce0;
}
/* インフォメーションエリア */
.excellent_wrapper .info_area .info_lead {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #009ce0;
  margin-bottom: 25px;
}
.excellent_wrapper .info_box {
  background-color: #f6f4ed;
  padding: 30px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.excellent_wrapper .info_box h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #2b354d;
  font-weight: bold;
}

/* リスト */
.excellent_wrapper .info_box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.excellent_wrapper .info_box li {
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 1.3em;
  line-height: 1.6;
}
.excellent_wrapper .info_box li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #009ce0;
}

.excellent_wrapper .contact_box {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.excellent_wrapper .contact_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.excellent_wrapper .contact_name {
  font-size: 16px;
  margin-bottom: 5px;
}
.excellent_wrapper .contact_tel {
  font-size: 24px;
  font-weight: bold;
  color: #2b354d;
  margin: 0;
}
.excellent_wrapper .contact_tel a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .excellent_wrapper {
    padding: 60px 30px;
  }
.excellent_wrapper .excellent_logo {
    margin-bottom: 60px;
  }
.excellent_wrapper .excellent_logo img {
    max-width: 600px;
  }
  .excellent_wrapper .excellent_content {
    max-width: 800px;
    margin: 0 auto;
  }
  .excellent_wrapper .excellent_section {
    padding: 60px 40px 40px;
  }
  

  .excellent_wrapper .excellent_section h2 {
    font-size: 22px;
  }
  .excellent_wrapper .excellent_text_box .schedule {
    font-size: 16px;
  }
  .excellent_wrapper .excellent_text_box .desc {
    font-size: 14px;
  }
  .excellent_wrapper .excellent_btns a {
    font-size: 14px;
    min-width: 100px;
  }
  .excellent_wrapper .link_area p {
    font-size: 16px;
  }
  .excellent_wrapper .info_area .info_lead {
    font-size: 20px;
  }
  .excellent_wrapper .info_box h3 {
    font-size: 20px;
  }
  .excellent_wrapper .info_box li {
    font-size: 16px;
  }
  .excellent_wrapper .contact_tel {
    font-size: 32px;
  }


  .excellent_wrapper .excellent_text_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .excellent_wrapper .excellent_text_box .schedule {
    border-bottom: none;
    border-right: 1px dashed #ccc;
    padding-bottom: 0;
    padding-right: 25px;
    margin-bottom: 0;
    width: 48%;
  }
  .excellent_wrapper .excellent_text_box .desc {
    width: 48%;
  }
}