@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  color: #000;
  word-break: normal;
  line-break: strict;
  height: 100%;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  margin: 0 auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  display: block;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

figure {
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: 0;
}

th, td {
  border: none;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.8474576271vw;
  }
}
@media (min-width: 1180px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

.p-simulator {
  background: #f5f5f0;
  color: #333;
  padding-block: 5.6rem 6.4rem;
}
@media only screen and (min-width: 768px) {
  .p-simulator {
    padding-block: 12rem 16rem;
  }
}

.p-simulator__inner {
  max-width: 720px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-simulator__inner {
    padding-inline: 40px;
  }
}

.p-simulator__page-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) {
  .p-simulator__page-title {
    font-size: 36px;
  }
}

.p-simulator__text {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-simulator__text {
    text-align: left;
  }
}

/* subtitle の下の余白は、続く要素（loading / app）の上マージンへ */
#loading,
#app {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #loading,
  #app {
    margin-top: 64px;
  }
}

/* Step Card */
.step {
  background: white;
  border-radius: 2px;
  padding: 24px 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 768px) {
  .step {
    padding: 32px;
  }
}
.step {
  /* ステップ間の余白は、続くステップの上マージンへ */
}
.step + .step {
  margin-top: 12px;
}

.step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* step-header の下の余白は、続く中身（grid / input / list 等）の上マージンへ */
}
.step-header + * {
  margin-top: 20px;
}

.step-number {
  background: #2c2c2c;
  color: white;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0;
}

.step-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

/* Genre Grid */
.genre-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.genre-btn {
  border: 1.5px solid #ddd;
  background: white;
  padding: 14px 10px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: #333;
}
.genre-btn:hover {
  border-color: #999;
}
.genre-btn.selected {
  border-color: #2c2c2c;
  background: #2c2c2c;
  color: white;
}

/* Date Input
   入力欄は type="text"（readonly）。タップで jQuery UI Datepicker を開いて選択する。
   placeholder「年/月/日」は全デバイスでネイティブに表示される */
.date-input {
  width: 100%;
  min-height: 46px;
  padding: 11px 40px 11px 12px; /* 右側はカレンダーアイコン分の余白 */
  border: 1.5px solid #ddd;
  border-radius: 2px;
  font-size: 16px; /* iOS でフォーカス時に拡大されるのを防ぐ */
  line-height: 1.4;
  outline: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
  /* カレンダーアイコンを背景で付与 */
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 18px 18px;
}
.date-input::-webkit-input-placeholder {
  color: #333;
  letter-spacing: 0.2em;
  opacity: 1; /* Firefox の既定の薄さを打ち消す */
}
.date-input::-moz-placeholder {
  color: #333;
  letter-spacing: 0.2em;
  opacity: 1; /* Firefox の既定の薄さを打ち消す */
}
.date-input:-ms-input-placeholder {
  color: #333;
  letter-spacing: 0.2em;
  opacity: 1; /* Firefox の既定の薄さを打ち消す */
}
.date-input::-ms-input-placeholder {
  color: #333;
  letter-spacing: 0.2em;
  opacity: 1; /* Firefox の既定の薄さを打ち消す */
}
.date-input::placeholder {
  color: #333;
  letter-spacing: 0.2em;
  opacity: 1; /* Firefox の既定の薄さを打ち消す */
}
.date-input:focus {
  border-color: #2c2c2c;
}

/* jQuery UI Datepicker
   WordPress 本体は JS のみ同梱しテーマCSSは含まないため、サイトのトーンに合わせて自前で定義する */
.ui-datepicker {
  width: 280px;
  padding: 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  font-size: 13px;
  color: #333;
  display: none; /* 表示は jQuery が制御 */
  z-index: 1000;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  /* span のデフォルトテキスト/アイコンは隠して自前の矢印を描く */
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: solid #555;
  border-width: 2px 2px 0 0;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: #f3f3f3;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-next::before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker th {
  padding: 6px 0;
  font-weight: 500;
  font-size: 12px;
  color: #999;
  /* 曜日見出しの色（firstDay:0 なので 1列目=日, 7列目=土） */
}
.ui-datepicker th:first-child {
  color: #f03c51; /* 日 */
}
.ui-datepicker th:last-child {
  color: #3ca1f0; /* 土 */
}
.ui-datepicker td {
  padding: 1px;
  text-align: center;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 7px 0;
  border-radius: 4px;
  line-height: 1;
  color: #333;
  text-decoration: none;
}
.ui-datepicker td {
  /* 日曜・祝日は赤、土曜は青（beforeShowDay で td に付与したクラスで判定） */
}
.ui-datepicker td.is-holiday a, .ui-datepicker td.is-holiday span {
  color: #f03c51;
}
.ui-datepicker td.is-saturday a, .ui-datepicker td.is-saturday span {
  color: #3ca1f0;
}
.ui-datepicker td {
  /* 水曜定休日：選択不可・グレー（disabled は span でレンダリングされる） */
}
.ui-datepicker td.is-closed span {
  color: #ccc;
  cursor: default;
}
.ui-datepicker td {
  /* 他月の日付は控えめなグレー（曜日色より後に置いて優先） */
}
.ui-datepicker td a.ui-priority-secondary,
.ui-datepicker td span {
  color: #ccc;
}
.ui-datepicker td a:hover {
  background: #f0f0f0;
}
.ui-datepicker td {
  /* 選択中の日付は曜日色・他月色より優先（最後に定義） */
}
.ui-datepicker td a.ui-state-active {
  background: #2c2c2c;
  color: #fff;
}

/* Badges */
.info-badge {
  border-radius: 2px;
  padding: 11px 14px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.campaign-badge {
  background: #faf7f0;
  border: 1px solid #c9a96e;
  color: #7a5c2e;
}

.weekend-badge {
  background: #fdf5f5;
  border: 1px solid #dda0a0;
  color: #8c4444;
}

/* Options */
.option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #f0f0f0;
}
.option-item:last-child {
  border-bottom: none;
}
.option-item input[type=checkbox] {
  /* reset で appearance:none にしているため、見た目を再定義 */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  margin-right: 12px;
  border: 1.5px solid #ccc;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
}
.option-item input[type=checkbox]:checked {
  background: #2c2c2c;
  border-color: #2c2c2c;
}
.option-item input[type=checkbox] {
  /* チェックマーク */
}
.option-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.option-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}

.option-name {
  font-size: 14px;
}

.option-target {
  font-size: 12px;
  color: #999;
  margin-top: 7px;
}

.option-price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  margin-left: 12px;
}

/* Summary */
.summary {
  background: #2c2c2c;
  color: #fff;
  border-radius: 2px;
  padding: 32px 20px;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .summary {
    padding: 32px;
  }
}

.summary-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

/* summary-title の下の余白は、続く明細の上マージンへ */
#summary-rows {
  margin-top: 20px;
}

.summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 16px;
  font-size: 14px;
  border-bottom: 1px solid #444;
  gap: 12px;
}
.summary-row:last-of-type {
  border-bottom: none;
}
.summary-row span:first-child {
  color: #fff;
}
.summary-row span:last-child {
  white-space: nowrap;
}

.summary-total {
  border-top: 1px solid #555;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 24px;
  font-weight: 400;
}
.summary-total span:first-child {
  font-size: 14px;
  color: #fff;
}

.summary-note {
  font-size: 11px;
  color: #ccc;
  margin-top: 24px;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .summary-note {
    font-size: 12px;
  }
}

/* Shooting Type */
.shooting-type-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.shooting-type-label {
  font-size: 13px;
  color: #666;
}

.shooting-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.shooting-type-btn {
  border: 1.5px solid #ddd;
  background: white;
  padding: 14px 10px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: #333;
}
.shooting-type-btn:hover {
  border-color: #999;
}
.shooting-type-btn.selected {
  border-color: #2c2c2c;
  background: #2c2c2c;
  color: white;
}
.shooting-type-btn .type-name {
  font-size: 14px;
}
.shooting-type-btn .type-price {
  font-size: 13px;
  margin-top: 4px;
  color: #888;
}
.shooting-type-btn.selected .type-price {
  color: #bbb;
}

/* 主役（七五三） */
.subject-card {
  border: 1.5px solid #e2ddd2;
  border-radius: 2px;
  padding: 16px;
  background: #fcfbf8;
  /* カード間の余白は、続くカードの上マージンへ */
}
.subject-card + .subject-card {
  margin-top: 10px;
}

.subject-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subject-title {
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.subject-remove {
  border: none;
  background: none;
  color: #b06a6a;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 6px;
}

/* subject-head の下の余白を、attire-row の上マージンへ */
.attire-row {
  margin-top: 12px;
}

.attire-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid #f0ece3;
}
.attire-opt input[type=checkbox] {
  /* reset で appearance:none にしているため、見た目を再定義 */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  margin-right: 12px;
  border: 1.5px solid #ccc;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
}
.attire-opt input[type=checkbox]:checked {
  background: #2c2c2c;
  border-color: #2c2c2c;
}
.attire-opt input[type=checkbox] {
  /* チェックマーク */
}
.attire-opt input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.attire-extra {
  font-size: 12px;
  color: #999;
  margin-left: auto;
}

.subject-subtotal {
  text-align: right;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 6px;
}
.subject-subtotal strong {
  font-weight: 600;
  color: #2c2c2c;
  margin-left: 4px;
}

.add-subject-btn {
  width: 100%;
  border: 1.5px dashed #c9a96e;
  background: #faf7f0;
  color: #7a5c2e;
  padding: 13px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  margin-top: 10px;
}
.add-subject-btn:hover {
  background: #f3ecdd;
}

/* 数量ステッパー */
.qty-stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border: 1.5px solid #ddd;
  background: white;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qty-btn:hover {
  border-color: #999;
}

.qty-num {
  min-width: 18px;
  text-align: center;
  font-size: 14px;
}

/* Loading / Hidden */
.loading {
  text-align: center;
  color: #999;
  padding: 60px 20px;
  font-size: 14px;
}

.hidden {
  display: none;
}

@media (max-width: 400px) {
  .genre-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=simulator.css.map */