@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body, html {
  overflow-x: hidden;
  /* 横スクロールを防止 */
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 300;
  font-style: normal;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  background-color: #f9f9f7;
}

.main-content {
  background-color: #f9f9f7;
  min-height: 100vh;
}

@media (min-width: 574px) {
  body {
    background-color: #e5e5e5;
    font-size: 18px !important;
  }

  .main-content,
.order-container,
.footer-container,
#customer-info-form-section,
.selection-section,
#week1-section,
#week2-section,
.top_container,
.top_container2,
.comic-container {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f9f7;
    overflow: hidden;
  }

  .main-content,
.order-container,
.footer-container,
#customer-info-form-section {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  }

  .top_container2 .sime {
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 574px;
    width: 574px;
  }

  #customer-info-form-section .form-group label {
    font-size: 20px !important;
  }
  #customer-info-form-section .form-group .cap {
    font-size: 16px !important;
  }
  #customer-info-form-section .form-group input[type=text],
#customer-info-form-section .form-group input[type=email],
#customer-info-form-section .form-group input[type=tel] {
    font-size: 20px !important;
  }
  #customer-info-form-section .address-display-text {
    font-size: 20px !important;
  }
  #customer-info-form-section button {
    font-size: 23px !important;
  }
}
#deadline-info {
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.top_container2 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f8e59f;
  overflow: hidden;
}
.top_container2 .img2409sp {
  box-sizing: border-box;
  margin: 0;
  padding: 4em 0 0 0;
  vertical-align: top;
  width: 100%;
}
.top_container2 .img2409sp2 {
  display: block;
  /* インライン要素の余白を削除 */
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 0;
  vertical-align: top;
  width: 100%;
  margin-top: -4px;
  /* または適切な負の値 */
}
.top_container2 .sime {
  box-sizing: border-box;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffe89c;
  color: white;
  text-align: center;
  z-index: 9999999;
}
.top_container2 .sime p {
  font-size: 1.2em;
  color: var(--primary-color);
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.05em !important;
}
.top_container2 .sime .pop {
  box-sizing: border-box;
  margin: 0;
  padding: 0.2em 1em 0.3em 1em;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  font-size: 1em !important;
  font-weight: 600 !important;
  margin-right: 0.3em;
  letter-spacing: 0.03em !important;
}

.top_container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.top_container .background-image {
  width: 100%;
  height: 98%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-image: url("../images/top_bg2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.top_container .sime {
  box-sizing: border-box;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  z-index: 9999999;
}
.top_container .sime p {
  font-size: 1.1em;
  color: white;
  text-align: center;
  font-weight: 500;
  line-height: 1em;
}
.top_container .logo {
  position: absolute;
  top: 7em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 9999998;
}
.top_container .main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -50%);
  width: 105%;
  z-index: 9999998;
}
.top_container .price {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
  width: 90%;
  z-index: 9999998;
}

.special-contents-section {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: inherit;
  isolation: isolate;
}
.special-contents-section .special-content-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.special-contents-section .special-content-item .image-container {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.special-contents-section .special-content-item .image-container.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.special-contents-section .special-content-item .image-container img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.special-contents-section .special-content-item .image-container .image-number {
  position: absolute;
  top: 2.5vw;
  right: 1.2vw;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1.5px solid;
  font-size: 3vw;
  font-weight: 700;
  line-height: 0.9;
  font-family: Arial, sans-serif;
  text-align: center;
  z-index: 10;
}
@media (min-width: 768px) {
  .special-contents-section .special-content-item .image-container .image-number {
    top: 15px;
    right: 8px;
    width: 28px;
    height: 28px;
    font-size: 14px;
    border-width: 1.5px;
  }
}
.special-contents-section .special-content-item .special-content-caption {
  box-sizing: border-box;
  margin: 0;
  padding: 0.8em 1em 1.2em 1em;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e9ecef;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.special-contents-section .special-content-item .special-content-caption.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.special-contents-section .special-content-item .special-content-caption:not(:empty) {
  display: block;
}
.special-contents-section .special-content-item .special-content-caption:empty {
  display: none;
}

.order-container {
  box-sizing: border-box;
  margin: 0 auto 0em auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.menu_tab {
  box-sizing: border-box;
  margin: 0;
  padding: 1em 1em 1em 1em;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
}
.menu_tab h1,
.menu_tab h2,
.menu_tab h3 {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  font-size: 1.7em;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-style: normal;
}
.menu_tab p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: white;
}

.menu_tab_sankaku {
  width: 0;
  height: 0;
  border-left: 1.2em solid transparent;
  border-right: 1.2em solid transparent;
  border-top: 1.2em solid var(--primary-color);
  margin: 0 auto;
  margin-bottom: 1em;
}

.course-introduction {
  box-sizing: border-box;
  margin: 0 auto 1.5em auto;
  padding: 1.2em 1.5em;
  width: 94%;
  background-color: #fff9f0;
  border-left: 4px solid var(--primary-color);
  border-radius: 4px;
  text-align: left;
  font-size: 1em;
  line-height: 1.8em;
  color: #333;
  font-weight: 400;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.selection-section {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 98%;
  margin-bottom: 1em;
  background-color: #f9f9f7;
}
.selection-section h2 {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  font-size: 1.3em;
  color: #363530;
  line-height: 1.5em;
  font-weight: 500;
  font-style: normal;
}
.selection-section p {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0.5em 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}
.selection-section a {
  display: inline-block;
  color: var(--primary-color);
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}
.selection-section a:hover {
  color: #169e5d;
}
.selection-section button {
  box-sizing: border-box;
  display: inline-block;
  margin: 0.5em 0 0 0;
  padding: 0.8em 0 0.8em 0;
  width: 32%;
  border: 2px solid #d0d0d0;
  border-radius: 1em;
  background-color: #fafafa;
  color: #725c4c;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.selection-section button:hover {
  background-color: #f0f0f0;
  border-color: var(--primary-color);
  box-shadow: 0 4px 10px rgba(var(--primary-color-rgb), 0.15);
  transform: translateY(-2px);
}
.selection-section button:active {
  transform: translateY(0);
}
.selection-section button.s1 {
  width: 100% !important;
}
.selection-section button.s2 {
  width: 48% !important;
}
.selection-section button.s3 {
  width: 32% !important;
}
.selection-section button.selected {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.3);
  cursor: default;
}

#people1-selection,
#people2-selection {
  padding-bottom: 3em;
  background-color: #f9f9f7;
}
#people1-selection + .selection-section,
#people2-selection + .selection-section {
  margin-top: -2.5em;
}

.confirmation {
  /*margin-top: 20px;
  font-size: 16px;*/
}

.flex_box {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  align-content: center;
}
.flex_box .menu-item {
  box-sizing: border-box;
  margin: 0;
  padding: 1em 0 1em 0;
  width: 50%;
}
.flex_box .menu-item .menu-item-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 110%;
  overflow: hidden;
}
.flex_box .menu-item .menu-item-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.flex_box .menu-item .date {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}
.flex_box .menu-item .main-dish {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
}
.flex_box .menu-item .sub-dish {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.pr-section {
  /*background-color: #ffefc1;*/
  padding: 1em;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}
.pr-section .car {
  box-sizing: border-box;
  margin: 0 auto 1em auto;
  padding: 0;
  width: 50%;
}
.pr-section .car img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pr-section .mothers2023_b {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.1em;
  color: #363530;
  font-weight: 500;
  padding-bottom: 0.2em;
}
.pr-section .mothers2023 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.6em;
  color: var(--primary-color);
  font-weight: 700;
  padding-bottom: 1em;
}
.pr-section p {
  margin: 5px 0;
  font-size: 1.3em;
  font-weight: 500;
  color: #363530;
}
.pr-section p.txt_s {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 400;
  color: #363530;
}

.price-section {
  background-color: transparent;
  padding: 2em 0;
  border-radius: 0;
  text-align: center;
  margin-top: 20px;
}
.price-section .price-item {
  margin-bottom: 2em;
}
.price-section .price-item:last-of-type {
  margin-bottom: 1em;
}
.price-section .price-item .price-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.price-section .price-item .price-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  padding: 0 0.5em;
}
.price-section .price-item .price-value .price-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22vw;
  font-weight: 900;
  color: var(--primary-color);
  letter-spacing: -0.03em;
}
.price-section .price-item .price-value .price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9vw;
  font-weight: 700;
  color: var(--primary-color);
  margin-left: 0.2em;
}
.price-section .price-tax-info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 1em;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .price-section .price-item .price-value .price-number {
    font-size: 10rem;
  }
  .price-section .price-item .price-value .price-unit {
    font-size: 4.5rem;
  }
}

p.txt_b {
  font-size: 1.3em;
  font-weight: 500;
  color: #363530;
}

.checkbox-section {
  margin-top: 15px;
  text-align: left;
}

.checkbox-section input[type=checkbox] {
  display: none;
}

.checkbox-section input[type=checkbox] + label {
  position: relative;
  padding-left: 3em;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
}

.checkbox-section input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 2em;
  height: 2em;
  border: 0px solid #ccc;
  border-radius: 0.5em;
  background-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox-section input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.6em;
  width: 0.8em;
  height: 1em;
  border: solid #ccc;
  border-width: 0 0.3em 0.3em 0;
  transform: rotate(45deg);
  opacity: 1;
  /* チェックが入っていない時も表示 */
  transition: border-color 0.3s ease;
}

.checkbox-section input[type=checkbox]:checked + label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkbox-section input[type=checkbox]:checked + label::after {
  border-color: #fff;
  /* チェックが入った時の色 */
}

.margin {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 94%;
}

#order-button {
  display: block;
  width: 100%;
  padding: 1em 0 1em 0;
  border: none;
  border-radius: 2em;
  background-color: #b7b3ae;
  color: white;
  font-size: 2em;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 1em;
}

#order-button.on {
  background-color: var(--primary-color);
}

#order-button:disabled {
  /*background-color: #ccc;*/
  /*cursor: not-allowed;*/
}

svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.footer-container {
  box-sizing: border-box;
  margin: 0;
  padding: 3em 0 2em 0;
  width: 100%;
  text-align: center;
}
.footer-container .logo {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 45%;
}
.footer-container .logo img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer-container p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
  /*color: #333;*/
}
.footer-container a {
  text-decoration: none;
  color: #000;
}
.footer-container p.title {
  display: block;
  box-sizing: border-box;
  margin: 1em auto 1em auto;
  padding: 0;
  text-align: center;
  width: 50%;
  background-color: white;
  color: #363530;
  border-radius: 30px;
  font-weight: 500;
}
.footer-container p.title a {
  display: block;
  padding: 1em;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.footer-container p.tel {
  font-size: 2.5em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.footer-container p.tel a {
  text-decoration: none;
  color: #000;
}
.footer-container p.copy {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-top: 2em;
}

.apply-now-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: auto !important;
  height: 60px;
  padding: 0 1.2em;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.4);
  cursor: pointer;
  z-index: 9999;
  font-size: 1.1em;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
  margin: 0 !important;
  transition: opacity 0.5s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.apply-now-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(var(--primary-color-rgb), 0.5);
}
.apply-now-button:active {
  transform: scale(1);
}
.apply-now-button.fade-out {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 574px) {
  .apply-now-button {
    right: calc(50% - 287px + 20px);
  }

  .menu_tab p {
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .apply-now-button {
    height: 70px;
    font-size: 1.2em;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}
@keyframes driveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes driveLeft {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
.car-container {
  box-sizing: border-box;
  margin: 0 auto 1em auto;
  padding: 0;
  width: 50%;
}

.car-image {
  width: 100%;
  transform: translateX(0);
}

.car-shake {
  animation: shake 0.5s infinite;
}

.car-drive-right {
  animation: driveRight 2s forwards;
}

.car-drive-left {
  animation: driveLeft 2s forwards;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(50px);
  /* 50pxに増加 */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* トランジション時間も少し長くします */
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.comic-container {
  position: relative;
  width: 100%;
  padding-top: 4em;
  margin-bottom: -4px;
  /* または適切な負の値 */
  overflow: hidden;
  /* コンテナ内の要素が溢れないようにする */
  user-select: none;
  /* テキスト選択を防止 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.comic-container img,
.img2409sp2 {
  vertical-align: bottom;
  /* 画像の下部の余白を削除 */
}

.background-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.img2409spxx {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.comic-frame {
  position: absolute;
  top: 4em;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comic-frame img {
  max-width: 95%;
  max-height: 100%;
  object-fit: contain;
  transform: translateY(17%);
}

#frame1 {
  opacity: 1;
}

/* 5コマ目の調整 */
#frame5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  width: 92%;
  aspect-ratio: 16/18;
  gap: 1.5em 0;
  overflow: hidden;
  transform: translateY(16%);
  /* 必要に応じて調整 */
}

.grid-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* 5コマ目の個別調整 */
#frame5 .grid-container {
  padding: 2%;
  /* 全体に余白を追加 */
}

#frame5 .grid-container img {
  max-width: 96%;
  /* 画像のサイズを調整 */
  max-height: 96%;
}

/* 各グリッドアイテムのサイズを調整 */
.grid-container > div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* 上段の画像を下に、下段の画像を上に少しずらす */
#frame5 .grid-container img:nth-child(1),
#frame5 .grid-container img:nth-child(2) {
  transform: translateY(2%);
}

#frame5 .grid-container img:nth-child(3),
#frame5 .grid-container img:nth-child(4) {
  transform: translateY(-2%);
}

#swipe-icon {
  position: absolute;
  bottom: 30%;
  left: calc(50% - 2em);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swipe-text {
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
  color: var(--primary-color);
  padding-right: 0.3em;
  display: none;
}

.finger-icon {
  width: 4em;
  height: 4em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f85353"><path d="M9 11.24V7.5C9 6.12 10.12 5 11.5 5S14 6.12 14 7.5v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74zm9.84 4.63l-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10 7.5v10.74l-3.43-.72c-.08-.01-.15-.03-.24-.03-.31 0-.59.13-.79.33l-.79.8 4.94 4.94c.27.27.65.44 1.06.44h6.79c.75 0 1.33-.55 1.44-1.28l.75-5.27c.01-.07.02-.14.02-.2 0-.62-.38-1.16-.91-1.38z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  animation: swipe-animation 2s infinite;
}

@keyframes swipe-animation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
/* 10日コース利用可能週不足時の問い合わせメッセージ */
.week-selection-message {
  text-align: center;
  padding: 2em 1em;
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  margin: 1em 0;
}
.week-selection-message p {
  margin: 0.5em 0;
  font-size: 3.5vw;
  line-height: 1.6;
  color: #333;
}
.week-selection-message p:first-child {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1em;
}
.week-selection-message p strong {
  font-weight: 700;
  color: #2c3e50;
}
.week-selection-message .tel-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  font-size: 4vw;
}
.week-selection-message .tel-link:hover {
  text-decoration: underline;
}

/* 10日コース利用可能週不足時のモーダル */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-overlay.show {
  opacity: 1;
}

.modal-content {
  background-color: white;
  border-radius: 12px;
  padding: 0;
  max-width: 90%;
  width: 400px;
  max-height: 80%;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.modal-overlay.show .modal-content {
  transform: scale(1);
}

.modal-body {
  padding: 2em 1.5em 1.5em 1.5em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.modal-body p {
  margin: 0.8em 0;
  font-size: 3.2vw;
  line-height: 1.6;
  color: #000;
  font-weight: 300;
}
.modal-body p:first-child {
  color: #000;
  margin-bottom: 1.2em;
}
.modal-body .tel-link {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 4.5vw;
  font-family: "Noto Sans JP", sans-serif;
}
.modal-body .tel-link:hover {
  text-decoration: underline;
}

.modal-footer {
  padding: 1em 1.5em 1.5em 1.5em;
  text-align: center;
}

.modal-close-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 0.8em 2em;
  border-radius: 6px;
  font-size: 3.5vw;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.modal-close-btn:hover {
  background-color: #0056b3;
}
.modal-close-btn:active {
  transform: translateY(1px);
}

/* お客様情報入力フォーム */
#customer-info-form-section {
  margin-top: 2em;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#customer-info-form-section .margin {
  padding: 1.5em;
}
#customer-info-form-section .form-group {
  margin-bottom: 1.5em;
}
#customer-info-form-section .form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #333;
  font-size: 3.5vw;
}
#customer-info-form-section .form-group label.radio {
  font-weight: 400;
  display: inline-block;
  margin-right: 1.5em;
  cursor: pointer;
}
#customer-info-form-section .form-group label.radio input[type=radio] {
  margin-right: 0.3em;
}
#customer-info-form-section .form-group .cap {
  font-size: 2.8vw;
  color: #666;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#customer-info-form-section .form-group .address-display-text {
  font-size: 4vw;
  font-weight: 600;
  color: var(--primary-color);
  padding: 1em;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  margin: 0.5em 0;
  line-height: 1.6;
}
#customer-info-form-section .form-group input[type=text],
#customer-info-form-section .form-group input[type=email],
#customer-info-form-section .form-group textarea {
  width: 100%;
  padding: 0.8em;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
#customer-info-form-section .form-group input[type=text]:focus,
#customer-info-form-section .form-group input[type=email]:focus,
#customer-info-form-section .form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(var(--primary-color-rgb), 0.1);
}
#customer-info-form-section .form-group textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
}
#customer-info-form-section #confirm-customer-info-button {
  width: 100%;
  padding: 1em;
  font-size: 4vw;
  font-weight: 600;
  margin-top: 1.5em;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#customer-info-form-section #confirm-customer-info-button.incomplete {
  background-color: #cccccc;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#customer-info-form-section #confirm-customer-info-button.incomplete:hover {
  background-color: #b8b8b8;
}
