@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background-color: #fff;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
    Author's custom styles (Full-Rebrand Form Style)
     ========================================================================== */
html {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 62.5%;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 100%;
  }
}

body {
  background-image: url(../img/common/bg.png);
  overflow-x: hidden;
  background-repeat: repeat-y;
}

.bg2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1049px;
  background-image: url(../img/common/bg_footer.png), url(../img/common/bg2.png);
}
@media screen and (max-width: 749px) {
  .bg2 {
    background-size: 139.8666666667%;
  }
}
.bg2 {
  background-position: bottom center, top center;
  background-repeat: no-repeat, repeat-y;
}

.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 0 15px;
  box-sizing: border-box;
  /* ロゴエリア */
}
.wrapper .logo {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 6% 0 2%;
  text-align: center;
}
.wrapper .logo img {
  width: 100%;
  filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.08));
}
.wrapper {
  /* セクションタイトル共通ヘッダー（HTMLテキスト化） */
}
.wrapper .section-title {
  text-align: center;
  margin: 2rem auto 2rem;
}
.wrapper .section-title .badge {
  display: inline-block;
  background: #0d47a1;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.35rem 1.2rem;
  border-radius: 50px;
  margin-bottom: 0.6rem;
  box-shadow: 0 3px 6px rgba(13, 71, 161, 0.2);
  letter-spacing: 0.1em;
}
.wrapper .section-title h3 {
  font-size: 1.6rem;
  color: #0d47a1;
  margin: 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 749px) {
  .wrapper .section-title h3 {
    font-size: 5.5vw;
  }
}
.wrapper .section-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 50%;
  height: 4px;
  background: #fbc02d;
  border-radius: 50px;
}
.wrapper {
  /* フォームグループ全体 */
}
.wrapper .form .outer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(180deg, #e3f2fd, #bbdefb);
  padding: 2.5rem 0 3.5rem;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.08), inset 0 -20px 20px -20px rgba(0, 0, 0, 0.08);
}
.wrapper .form .outer .inner {
  width: 90%;
  max-width: 710px;
  margin: 0 auto;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(13, 71, 161, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .wrapper .form .outer .inner {
    padding: 1.5rem;
    width: 94%;
  }
}
.wrapper .form .outer .inner .form_group, .wrapper .form .outer .inner .entry .form_group {
  margin: 0 0 2rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: start;
  box-sizing: border-box;
}
.wrapper .form .outer .inner .form_group label, .wrapper .form .outer .inner .entry .form_group label {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  text-align: left;
  background-color: #0d47a1; /* 信頼のネイビーラベル */
  color: #fff !important;
  border-radius: 8px;
  padding: 0.4rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 2px 5px rgba(13, 71, 161, 0.15);
  letter-spacing: 0.05em;
}
.wrapper .form .outer .inner .form_group, .wrapper .form .outer .inner .entry .form_group {
  /* 確認画面用のプレビューテキスト表示 */
}
.wrapper .form .outer .inner .form_group .input-display {
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  background-color: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  color: #1e293b;
  font-weight: 600;
  word-break: break-all;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}
.wrapper .form .outer .inner .form_group .input-display .empty-display {
  color: #94a3b8;
  font-weight: normal;
  font-style: italic;
}
.wrapper .form .outer .inner .form_group .input {
  width: 100%;
  box-sizing: border-box;
  /* 協賛店読込入力グループ */
}
.wrapper .form .outer .inner .form_group .input .input-with-button {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
}
.wrapper .form .outer .inner .form_group .input .input-with-button input {
  flex-grow: 1;
  width: auto;
}
.wrapper .form .outer .inner .form_group .input .input-with-button .btn-load-sponsor {
  padding: 0.7rem 1.4rem;
  border: none;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  color: white;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.2s ease;
  box-shadow: 0 4px 0 #123e15, 0 6px 12px rgba(27, 94, 32, 0.2);
}
.wrapper .form .outer .inner .form_group .input .input-with-button .btn-load-sponsor:hover {
  background: linear-gradient(135deg, #388e3c, #2e7d32);
  transform: translateY(1px);
  box-shadow: 0 3px 0 #123e15, 0 4px 8px rgba(27, 94, 32, 0.15);
}
.wrapper .form .outer .inner .form_group .input .input-with-button .btn-load-sponsor:active {
  transform: translateY(4px);
  box-shadow: 0 0px 0 #123e15, 0 2px 4px rgba(27, 94, 32, 0.1);
}
.wrapper .form .outer .inner .form_group .input {
  /* 時間入力レンジ */
}
.wrapper .form .outer .inner .form_group .input .time_range_group {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.wrapper .form .outer .inner .form_group .input .time_range_group input[type=time] {
  width: 46% !important;
  height: 3rem;
  border-radius: 10px;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  border: 2px solid #e3f2fd;
  box-sizing: border-box;
  font-family: inherit;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.wrapper .form .outer .inner .form_group .input .time_range_group input[type=time]:focus {
  border-color: #1976d2;
  box-shadow: 0 0 10px rgba(25, 118, 210, 0.12);
  outline: none;
}
.wrapper .form .outer .inner .form_group .input .time_range_group .range_separator {
  color: #0d47a1;
  font-weight: 800;
  font-size: 1.4rem;
  width: 8%;
  text-align: center;
}
.wrapper .form .outer .inner .form_group .input {
  /* 通常の入力ボックス・セレクト */
}
.wrapper .form .outer .inner .form_group .input input[type=text],
.wrapper .form .outer .inner .form_group .input input[type=email],
.wrapper .form .outer .inner .form_group .input input[type=tel],
.wrapper .form .outer .inner .form_group .input select {
  width: 100%;
  height: 3rem;
  border-radius: 10px;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  border: 2px solid #e3f2fd;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  color: #333;
  background-color: #fff;
}
.wrapper .form .outer .inner .form_group .input input[type=text]:focus,
.wrapper .form .outer .inner .form_group .input input[type=email]:focus,
.wrapper .form .outer .inner .form_group .input input[type=tel]:focus,
.wrapper .form .outer .inner .form_group .input select:focus {
  border-color: #1976d2;
  box-shadow: 0 0 10px rgba(25, 118, 210, 0.12);
  outline: none;
}
.wrapper .form .outer .inner .form_group .input {
  /* テキストエリア */
}
.wrapper .form .outer .inner .form_group .input textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  border: 2px solid #e3f2fd;
  border-radius: 10px;
  padding: 0.8rem 1.2rem;
  font-family: inherit;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  color: #333;
  background-color: #fff;
}
.wrapper .form .outer .inner .form_group .input textarea:focus {
  border-color: #1976d2;
  box-shadow: 0 0 10px rgba(25, 118, 210, 0.12);
  outline: none;
}
.wrapper .form .outer .inner .form_group .input .caption {
  width: 100%;
  color: #1565c0;
  font-weight: 700;
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
.wrapper .form .outer .inner .form_group .input .note {
  width: 100%;
  color: #1565c0;
  font-weight: 700;
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.wrapper .form .outer .inner .form_group .input .error_text {
  width: 100%;
  color: #d32f2f;
  font-weight: 700;
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 0.85rem;
}
.wrapper {
  /* 選択日の親切な案内枠 (selection_info) */
}
.wrapper .selection_info {
  border: 2px dashed #0d47a1 !important;
  background-color: rgba(13, 71, 161, 0.03) !important;
  border-radius: 14px !important;
  padding: 1.5rem !important;
  box-shadow: 0 4px 15px rgba(13, 71, 161, 0.02) !important;
  text-align: center;
  box-sizing: border-box;
}
.wrapper .selection_info p {
  color: #0d47a1 !important;
}
.wrapper {
  /* 3Dお洒落ボタン（進む：ゴールド、戻る：シルバー） */
}
.wrapper .btn_back_to_top,
.wrapper .btn_to_datetime {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 380px;
  padding: 1.2rem 2rem;
  margin: 2.5rem auto;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.wrapper {
  /* 確定・進むボタン（ゴールド3D） */
}
.wrapper .btn_to_datetime {
  background: linear-gradient(135deg, #fbc02d, #f57f17);
  border: none;
  box-shadow: 0 6px 0 #b35c00, 0 10px 20px rgba(245, 127, 23, 0.25);
}
.wrapper .btn_to_datetime p {
  position: static !important;
  transform: none !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: 0.05em;
}
.wrapper .btn_to_datetime img {
  display: none;
}
.wrapper .btn_to_datetime:hover {
  transform: translateY(1px);
  box-shadow: 0 5px 0 #b35c00, 0 8px 15px rgba(245, 127, 23, 0.2);
}
.wrapper .btn_to_datetime:active {
  transform: translateY(6px);
  box-shadow: 0 0px 0 #b35c00, 0 3px 6px rgba(245, 127, 23, 0.1);
}
.wrapper {
  /* 戻る・修正するボタン（クールなシルバー3D） */
}
.wrapper .btn_back_to_top {
  background: linear-gradient(135deg, #cfd8dc, #90a4ae);
  border: none;
  box-shadow: 0 6px 0 #455a64, 0 10px 20px rgba(144, 164, 174, 0.25);
}
.wrapper .btn_back_to_top p {
  position: static !important;
  transform: none !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #37474f !important;
  letter-spacing: 0.05em;
}
.wrapper .btn_back_to_top img {
  display: none;
}
.wrapper .btn_back_to_top:hover {
  transform: translateY(1px);
  box-shadow: 0 5px 0 #455a64, 0 8px 15px rgba(144, 164, 174, 0.2);
}
.wrapper .btn_back_to_top:active {
  transform: translateY(6px);
  box-shadow: 0 0px 0 #455a64, 0 3px 6px rgba(144, 164, 174, 0.1);
}
.wrapper .footer {
  width: 100%;
  padding: 7% 0 7%;
  background-size: 100%;
  background-position: top center;
}
.wrapper .footer p {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
}

/* Helper classes */
.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
    FullCalendar Modern Custom Styles
   ========================================================================== */
#calendar {
  margin-top: 2rem;
  padding: 1.5rem !important;
  border-radius: 18px !important;
  background-color: white;
  border: 2px solid #e3f2fd !important;
  box-shadow: 0 6px 15px rgba(13, 71, 161, 0.03) !important;
  container-type: inline-size;
}
#calendar .saturday {
  background-color: #f5fafd;
}
#calendar .sunday {
  background-color: #fffafb;
}
#calendar .fc-event-time {
  display: none !important;
}
#calendar .fc-bg-event {
  cursor: pointer !important;
  transition: opacity 0.2s ease !important;
}
#calendar .fc-bg-event:hover {
  opacity: 0.45 !important;
}
#calendar .fc-daygrid-event-dot {
  display: none !important;
}
#calendar {
  /* 募集中イベント（可愛いパステルコーラルグラデーション、角丸、ポインター） */
}
#calendar .recruiting-event {
  background: linear-gradient(135deg, #ffab91, #ff8a65) !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 6px 6px !important;
  margin: 3px 0 !important;
  box-shadow: 0 3px 8px rgba(255, 138, 101, 0.2) !important;
  display: block !important;
  cursor: pointer !important;
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.2s ease !important;
}
#calendar .recruiting-event .fc-event-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  text-align: center !important;
  letter-spacing: 1px;
}
#calendar .recruiting-event:hover {
  background: linear-gradient(135deg, #ff8a65, #ff7043) !important;
  transform: translateY(-1.5px);
  box-shadow: 0 5px 12px rgba(255, 138, 101, 0.3) !important;
}
#calendar .recruiting-event:active {
  transform: translateY(0);
}
#calendar {
  /* 申込済イベント */
}
#calendar .fc-daygrid-event {
  background: linear-gradient(135deg, #90caf9, #64b5f6) !important;
  color: #0d47a1 !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 4px 6px !important;
  margin: 3px 0 !important;
  box-shadow: 0 2px 6px rgba(13, 71, 161, 0.08) !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: bold;
  white-space: pre-line !important;
  word-break: break-all !important;
  overflow-wrap: break-word !important;
}
#calendar .fc-daygrid-event .fc-event-title {
  color: #0d47a1 !important;
}

/* 共通インフォメーションModalのスタイル */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 71, 161, 0.4);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content-wrap {
  width: 90%;
  max-width: 480px;
}

.modal-content {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(13, 71, 161, 0.15);
  color: #1e293b;
  font-size: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.modal-header {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8fafc;
}

.modal-header .modal-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}

.modal-header .close-modal-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  transition: color 0.2s ease;
}
.modal-header .close-modal-btn:hover {
  color: #475569;
}

.modal-body {
  padding: 2.2rem 1.5rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 600;
  color: #334155;
}

.modal-footer {
  padding: 1.2rem 1.5rem;
  text-align: center;
  border-top: 1px solid #f1f5f9;
  background-color: #f8fafc;
}

.ok-modal-btn {
  background: linear-gradient(135deg, #fbc02d, #f57f17) !important;
  color: #fff !important;
  border: none !important;
  padding: 0.8rem 3rem !important;
  border-radius: 10px !important;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: transform 0.1s ease, box-shadow 0.1s ease !important;
  box-shadow: 0 4px 0 #b35c00, 0 6px 12px rgba(245, 127, 23, 0.2) !important;
}
.ok-modal-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 3px 0 #b35c00, 0 4px 8px rgba(245, 127, 23, 0.15) !important;
}
.ok-modal-btn:active {
  transform: translateY(4px);
  box-shadow: 0 0px 0 #b35c00, 0 2px 4px rgba(245, 127, 23, 0.1) !important;
}

/* ==========================================================================
    お弁当販売タイムスケール（主尺）の極上スタイル
   ========================================================================== */
.time-scale-container {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e3f2fd;
  box-sizing: border-box;
}
.time-scale-container .time-scale {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 10px;
  margin-bottom: 0.8rem;
  /* 目盛りを繋ぐベースライン */
}
.time-scale-container .time-scale::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.time-scale-container .time-scale {
  /* 推奨販売時間帯（12:00〜13:00）をゴールドに輝かせるハイライトバー */
}
.time-scale-container .time-scale .scale-highlight-bar {
  position: absolute;
  left: 33.333%; /* 11:00〜14:00 の中の 12:00〜13:00 の範囲 */
  width: 33.333%;
  top: 50%;
  height: 8px;
  background: linear-gradient(90deg, #fbc02d, #f57f17);
  border-radius: 10px;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0 1px 4px rgba(245, 127, 23, 0.3);
}
.time-scale-container .time-scale {
  /* 目盛りの各ポイント */
}
.time-scale-container .time-scale .scale-point {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  width: 50px;
  /* ポインタの丸 */
}
.time-scale-container .time-scale .scale-point .point-dot {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 3px solid #cbd5e1;
  border-radius: 50%;
  margin-bottom: 0.4rem;
  box-sizing: border-box;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.time-scale-container .time-scale .scale-point {
  /* 時間テキスト */
}
.time-scale-container .time-scale .scale-point .point-time {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.time-scale-container .time-scale .scale-point {
  /* ハイライト対象（推奨時間帯の目盛り） */
}
.time-scale-container .time-scale .scale-point.highlighted .point-dot {
  border-color: #f57f17;
  background: #fff;
  transform: scale(1.15);
}
.time-scale-container .time-scale .scale-point.highlighted .point-time {
  color: #e65100;
  font-weight: 800;
}
.time-scale-container .scale-caption {
  font-size: 0.8rem;
  color: #0d47a1;
  font-weight: 800;
  margin: 0;
  text-align: center;
  line-height: 1.5;
}
.time-scale-container .scale-caption span {
  color: #d32f2f;
}/*# sourceMappingURL=form.css.map */