@charset "UTF-8";
/*
 * WordPressテーマ用のカスタムSCSSスタイル
 */
* {
  box-sizing: border-box;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: white;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}

p, table {
  font-size: 16px;
}

h1.site-title a {
  color: #333;
  text-decoration: none;
}

h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}

p {
  line-height: 165%;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  p {
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}

.title_english {
  font-family: "Homemade Apple", cursive;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  color: #938AA9;
}

li {
  font-size: 16px;
}

time {
  font-size: 16px;
}

.section {
  scroll-margin-top: 100px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}
.section__title {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section {
    scroll-margin-top: 80px;
  }
}

.purple {
  background-color: #F6F4F7;
}

.post, .page {
  margin: 0 0 0 0;
}

.w1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.w1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

#contact {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #contact {
    scroll-margin-top: 80px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-note {
  margin-top: 50px;
  font-size: 14px;
}
.recaptcha-note a {
  font-size: 14px;
}

.loader {
  position: fixed;
  inset: 0;
  background: #938AA9;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__text {
  text-align: center;
  color: #fff;
}
.loader__text .line1,
.loader__text .line2 {
  opacity: 0;
  transition: opacity 1.2s ease;
  font-family: "Zen Maru Gothic", sans-serif;
}
.loader__text .line1 {
  font-size: 20px;
  letter-spacing: 0.15em;
}
.loader__text .line2 {
  margin-top: 18px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .loader__text .line1 {
    font-size: 16px;
  }
  .loader__text .line2 {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.8;
  }
}
.key-visual {
  overflow: hidden !important;
  position: relative;
  margin: 100px 10px 10px 10px;
  height: calc(100vh - 110px);
}
@media screen and (max-width: 768px) {
  .key-visual {
    margin: 80px 10px 10px 10px;
    height: calc(100vh - 90px);
  }
}
.key-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.key-visual .key-visual-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 24px;
}
.key-visual .main-logo-overlay {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}
.key-visual .main-logo-overlay img {
  width: 100%;
  max-width: 760px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .key-visual .main-logo-overlay {
    bottom: 20px;
    right: 20px;
  }
  .key-visual .main-logo-overlay img {
    max-width: 320px;
  }
}

body.admin-bar .key-visual {
  height: calc(100vh - 142px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .key-visual {
    height: calc(100vh - 136px);
  }
}
body.admin-bar .site-content {
  padding-top: calc(100px + 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-content {
    padding-top: calc(80px + 46px);
  }
}

.custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 0 auto;
  padding: 0.9em 3em 0.9em 2em;
  color: #C9A227;
  font-size: 1em;
}
.custom-button span {
  font-family: "Homemade Apple", cursive;
  color: #C9A227;
  font-size: 18px;
  font-weight: 100;
}
.custom-button::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: 0.5em;
  background-color: #C9A227;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}
.custom-button:hover::after {
  transform: translateY(-50%) scaleX(1.4);
}

.header-5 {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease;
}
.header-5.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-5 .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 90%;
  height: 100px;
  margin: 0 auto;
  padding: 0 0.8em;
}
@media screen and (max-width: 768px) {
  .header-5 .header-inner {
    height: 80px;
  }
}
.header-5 .header-inner .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 10;
}
.header-5 .header-inner .logo img {
  width: auto;
  max-width: 235px;
  max-height: 80%;
  height: auto;
  display: block;
}
.header-5 .header-nav {
  margin-left: auto;
  position: relative;
}
.header-5 .header-nav.toggled .header-nav-list {
  transform: translateX(0);
}
.header-5 .header-nav.toggled .header-ham span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
.header-5 .header-nav.toggled .header-ham span:nth-child(2) {
  opacity: 0;
}
.header-5 .header-nav.toggled .header-ham span:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}
.header-5 .header-nav-list {
  position: fixed;
  right: 0;
  top: 80px;
  height: calc(100vh - 80px);
  width: 80%;
  max-width: 320px;
  margin: 0;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 50;
}
.header-5 .header-nav-list li {
  margin: 0;
}
.header-5 .header-nav-list a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .header-5 .header-nav-list {
    top: 100px;
    height: calc(100vh - 100px);
  }
}
.header-5 .header-ham {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 100;
}
.header-5 .header-ham span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #707070;
  transition: 0.3s;
}
.header-5 .header-ham span:nth-child(1) {
  top: 7px;
}
.header-5 .header-ham span:nth-child(2) {
  top: 14px;
}
.header-5 .header-ham span:nth-child(3) {
  top: 21px;
}
body.admin-bar .header-5 {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header-5 {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar .header-5 .header-nav-list {
    top: calc(100px + 32px);
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .header-5 .header-nav-list {
    top: calc(80px + 46px);
  }
}

.latest-posts__inside {
  margin: 50px auto 0;
  max-width: 600px;
  width: 90%;
}
.latest-posts .post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.latest-posts .post-item {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 12px;
}
.latest-posts .post-item:last-child {
  border-bottom: none;
}
.latest-posts .post-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
  gap: 15px;
}
.latest-posts .post-link:hover {
  color: #707070;
}
.latest-posts .post-link:hover .post-title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .latest-posts .post-link {
    align-items: flex-start;
    gap: 10px;
  }
}
.latest-posts .post-date {
  font-family: Arial, sans-serif;
  font-size: 0.95em;
  color: #888;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.latest-posts .post-date::after {
  content: "|";
  margin-left: 15px;
  color: #cccccc;
  font-weight: normal;
}
.latest-posts .post-title {
  font-size: 1em;
  line-height: 1.5;
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pagination-links {
  text-align: center;
  margin: 30px auto;
}

.new-badge {
  background-color: #938AA9;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 4px;
  line-height: 1;
  text-transform: uppercase;
  flex-shrink: 0;
}

.scroll-heading {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  padding: 10px 15px;
  color: white;
}
.scroll-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #707070;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-heading.is-active {
  transition: color 0.4s 0.2s ease-in-out;
}
.scroll-heading.is-active::before {
  width: 100%;
}

.nav-links {
  margin: 50px auto;
}

.flex {
  display: flex;
  align-items: center;
  gap: 5%;
}
.flex + .flex, .flex + .flex_reverse {
  margin-top: 20px;
}
.flex .flex__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
}
.flex .flex__text h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  background-color: #938AA9;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 5px 15px;
}
.flex .flex__text p {
  margin: 0;
}
.flex .flex__text span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flex .flex__text {
    gap: 10px;
    margin-top: 20px;
  }
}
.flex img {
  width: 45%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .flex .flex__text {
    width: 90%;
  }
  .flex img {
    width: 90%;
  }
}
.flex .flex__text {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}

.flex_reverse {
  display: flex;
  align-items: center;
  gap: 5%;
}
.flex_reverse + .flex, .flex_reverse + .flex_reverse {
  margin-top: 20px;
}
.flex_reverse .flex__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
}
.flex_reverse .flex__text h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  background-color: #938AA9;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 5px 15px;
}
.flex_reverse .flex__text p {
  margin: 0;
}
.flex_reverse .flex__text span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flex_reverse .flex__text {
    gap: 10px;
    margin-top: 20px;
  }
}
.flex_reverse img {
  width: 45%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .flex_reverse .flex__text {
    width: 90%;
  }
  .flex_reverse img {
    width: 90%;
  }
}
.flex_reverse .flex__text {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .flex_reverse {
    flex-direction: column-reverse;
  }
}

.instructor {
  margin: 80px auto 0 auto;
  border: 1px solid #938AA9;
  padding: 50px;
}
.instructor span {
  font-family: "Homemade Apple", cursive;
  color: #938AA9;
  font-size: 14px;
}
.instructor .flex_reverse {
  margin-top: 25px;
}
.instructor .flex_reverse .flex__text {
  padding: 0;
}
.instructor .instructor_name {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.instructor .instructor_name span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .instructor {
    padding: 25px;
  }
  .instructor .flex_reverse .flex__text {
    width: 100%;
  }
  .instructor .flex_reverse img {
    width: 100%;
  }
  .instructor .instructor_name {
    margin-top: 25px;
  }
}

.dash {
  letter-spacing: -0.15em;
  margin-right: 0.15em;
}

.class .intro span {
  font-size: 14px;
}

.native-frame {
  border: 1px solid #938AA9;
  padding: 15px 30px 30px 30px;
  margin-top: 50px;
}
.native-frame .native-title {
  font-family: "Alex Brush", cursive;
  font-size: 28px;
  color: #938AA9;
  padding: 0 10px;
  margin-left: 10px;
}
.native-frame h3 {
  font-size: 20px;
  text-align: left;
  color: #938AA9;
  margin-bottom: 10px;
}
.native-frame p {
  margin-bottom: 0;
}

/* YouTube埋め込みエリアの調整 */
.youtube-embed-wrapper {
  width: 100%;
  max-width: 800px; /* 💡 PCでの最大幅を「800px」に固定します */
  margin: 80px auto 0 auto; /* 💡 左右中央寄せにします */
  position: relative;
  padding-top: 56.25%; /* 💡 16:9 のアスペクト比を完全に維持する魔法の数値 (9 / 16 * 100) */
  height: 0;
  overflow: hidden;
}
.youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 親要素の幅（最大800px）いっぱいに広げる */
  height: 100%; /* 親要素の高さに合わせる */
  border: none;
}

.flow_section {
  position: relative;
  overflow: hidden;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.flow_photo {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}

.photo1 {
  width: 200px;
  top: 600px;
  left: 0;
}

.photo2 {
  width: 215px;
  top: 100px;
  right: 0;
}

.photo3 {
  width: 300px;
  top: 900px;
  left: 100px;
}

.sp_photo {
  display: none;
}

.flow_container {
  max-width: 1170px;
  width: 100%;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 40px;
}
.flow_container h2 {
  grid-column: 1/-1;
  font-size: 28px;
  color: #938AA9;
  margin: 0;
  text-align: left;
}

.flow_box {
  width: 100%;
  max-width: 410px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
.flow_box h3 {
  margin: 0;
  font-size: 18px;
  color: #938AA9;
  text-align: left;
}
.flow_box p {
  margin: 10px 0 0 0;
  text-align: justify;
}

.flow_1 {
  grid-column: 2/6;
}

.flow_2 {
  grid-column: 4/8;
}

.flow_3 {
  grid-column: 6/10;
}

.flow_group {
  grid-column: 9/-1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-self: end;
}

.flow_note {
  margin-top: 10px;
}
.flow_note p {
  font-size: 90px;
  font-family: "Homemade Apple", cursive;
  color: #fff;
  line-height: 0.8;
  text-align: right;
  margin-bottom: 50px;
}

@media screen and (max-width: 1170px) {
  .flow_section {
    width: 95%;
  }
  .photo1 {
    top: 700px;
  }
  .photo3 {
    width: 280px;
    top: 1010px;
  }
  .flow_note p {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .flow_container {
    width: 90%;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .flow_container h2,
  .flow_container .flow_1,
  .flow_container .flow_2,
  .flow_container .flow_3,
  .flow_container .flow_group {
    grid-column: auto;
    justify-self: stretch;
  }
  .flow_container h2 {
    font-size: 24px;
  }
  .flow_box {
    max-width: 100%;
    padding: 20px;
  }
  .flow_photo {
    display: none;
  }
  .sp_photo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .flow_note p {
    font-size: 60px;
  }
}
.price_table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin: 40px auto;
}
.price_table th,
.price_table td {
  border: 1px solid #C9A227;
  padding: 16px 24px;
  font-size: 18px;
}
.price_table th {
  width: 30%;
  background: #C9A227;
  color: white;
  text-align: center;
}
.price_table td {
  width: 70%;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .price_table td, .price_table th {
    font-size: 16px;
  }
}

.flow_box,
.flow_note,
.flow_photo {
  opacity: 0;
  will-change: transform, opacity;
}

.schedule {
  background-color: white;
}
.schedule__note {
  text-align: left;
  margin-top: 50px;
}
.schedule__note p {
  font-size: 14px;
  margin-left: 2.5em;
  text-indent: -1em;
}
.schedule__note ul {
  margin: 10px 0 0 2.5em;
}
@media screen and (max-width: 768px) {
  .schedule__note {
    margin-top: 25px;
  }
}

.tsukuba_class {
  background-color: #F6BF27;
  padding: 5px;
  color: white;
}

.guide_box_wrap {
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  align-items: stretch;
}

.guide_box {
  border: 1px solid #938AA9;
  background: #fff;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.guide_box h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  color: #938AA9;
  margin-bottom: 5px;
  text-align: left;
}
.guide_box p {
  text-align: justify;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .guide_box_wrap {
    margin: 25px auto 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .guide_box {
    padding: 24px 20px;
  }
  .guide_box h3 {
    font-size: 18px;
  }
}
.guide_button {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide_button {
    margin-top: 40px;
  }
  .guide_button .guide_button__inside {
    width: 100%;
    max-width: 320px;
  }
}
.button_design,
.smf-button-control__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 50px;
  padding: 10px 20px;
  background-color: #C9A227;
  border-radius: 50px;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.35s ease;
}
.button_design:hover,
.smf-button-control__control:hover {
  opacity: 0.7;
}
.button_design span,
.smf-button-control__control span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: static;
  transform: none;
  font-size: 18px;
  line-height: 1.4;
  color: white;
}
@media screen and (max-width: 768px) {
  .button_design,
  .smf-button-control__control {
    width: 100%;
    max-width: 320px;
  }
}

.performance-posts .post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.performance-posts .post-item {
  list-style: none;
}
.performance-posts .post-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}
.performance-posts .post-thumbnail {
  aspect-ratio: 2/3;
  overflow: hidden;
}
.performance-posts .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.5s;
}
.performance-posts .post-thumbnail .new-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #938AA9;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 4px;
  line-height: 1;
  text-transform: uppercase;
  flex-shrink: 0;
  z-index: 2;
}
.performance-posts .post-link:hover img {
  transform: scale(1.08);
}
.performance-posts .post-info {
  padding: 15px;
}
.performance-posts .performance-date {
  font-size: 14px;
  color: #C9A227;
  margin-bottom: 5px;
}
.performance-posts .post-title {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.performance-posts .performance-place {
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
  text-align: center;
}

/* ---------- SP ---------- */
@media screen and (max-width: 768px) {
  .performance-posts .post-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.contact_form {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.contact_form .smf-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  align-items: start;
  margin-bottom: 28px;
}
.contact_form .smf-item__label {
  font-weight: bold;
  padding-top: 14px;
}
.contact_form .smf-item__controls {
  width: 100%;
}
.contact_form input,
.contact_form textarea,
.contact_form select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.contact_form textarea {
  min-height: 180px;
  resize: vertical;
}

/* ===========================
   ボタン
=========================== */
.smf-action {
  margin-top: 50px;
  text-align: center;
}

.contact_form .smf-button-control__control {
  width: 280px;
  height: 60px;
  background: #C9A227 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}
.contact_form .smf-button-control__control:hover {
  opacity: 0.8;
}

/* ===========================
   ご希望の日程
=========================== */
.smf-item.js-date {
  display: none !important;
}

.smf-item.js-date.is-show {
  display: grid !important;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  align-items: start;
}

/* ===========================
   スマホ
=========================== */
@media screen and (max-width: 768px) {
  .contact_form .smf-item {
    display: block;
  }
  .contact_form .smf-item__label {
    margin-bottom: 10px;
    padding-top: 0;
  }
  .smf-item.js-date.is-show {
    display: block !important;
  }
}
/* ==========================================
   必須バッジ
========================================== */
.required-item .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  background: #d84343;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}

/* ===============================================
   Snow Monkey Forms
=============================================== */
.smf-action {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .smf-action {
    display: grid;
    gap: 16px;
  }
}
.smf-button-control {
  margin: 0;
}

footer {
  text-align: center;
}

.sns {
  padding: 10px;
  align-items: center;
  background-color: #D8D3E3;
}
.sns p {
  font-family: "Cascadia Code", monospace;
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}
.sns span .sns_icon {
  padding: 10px;
  max-width: 68px;
  width: 100%;
}

.copyright {
  padding: 20px;
  align-items: center;
  background-color: #938AA9;
  color: white;
  font-size: 14px;
}/*# sourceMappingURL=custom.css.map */