@charset "UTF-8";
body {
  line-height: 1.8;
}

h1 {
  width: 40%;
  margin: 0 auto 0% auto;
  padding: 10% 0 0 0;
}

main {
  width: 90%;
  margin: 0 auto;
  font-size: 3.6vw;
}

h2 {
  font-size: 6vw;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 2%;
  line-height: 1.5;
  margin-bottom: 5%;
}

.consept {
  text-align: center;
  font-size: 3.6vw;
  font-weight: 500;
  padding: 12% 0 6% 0;
}
.consept .attention {
  font-size: 4.2vw;
  font-weight: 600;
  padding: 0% 0 0% 0;
}

h3 {
  font-size: 5vw;
  font-weight: 600;
  background: #373130;
  border-radius: 4px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  margin-bottom: 5%;
}

h4 {
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3%;
}

dl dt {
  font-weight: 500;
}
dl dd {
  margin-bottom: 5%;
}

p {
  margin-bottom: 10px;
  letter-spacing: 0;
}

.warp {
  margin-bottom: 15%;
}
.warp table {
  margin-bottom: 5%;
  width: 100%;
  text-align: center;
}
.warp table th {
  width: 22%;
  padding-bottom: 3%;
  vertical-align: middle;
}
.warp table td {
  padding-bottom: 3%;
  vertical-align: middle;
}
.warp table th.with {
  width: 8%;
  vertical-align: middle;
}
.warp table td.ttl_bg {
  background: #f6f5ea;
  font-weight: 600;
  width: 12%;
}
.warp a {
  display: block;
  background: #06c755;
  color: #fff;
  padding: 5% 0;
  border-radius: 4px;
  text-align: center;
}
.warp a i {
  font-size: 18px;
}
.warp dl {
  margin-bottom: 5%;
}
.warp p {
  margin-bottom: 5%;
}
.warp ol {
  margin-bottom: 6%;
  padding: 0%;
}
.warp ol li {
  list-style: disc;
  margin-left: 25px;
}
.warp ol.nm li {
  list-style: decimal;
}

.btn {
  padding: 3% 0;
  margin-bottom: 6%;
}
.btn a {
  width: 100%;
  display: block;
  background: #06c755;
  color: #fff;
  padding: 15px 0px;
  border-radius: 100px;
  text-align: left;
  padding-left: 20%;
  margin: 0 auto 3% auto;
  font-size: 3.8vw;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
}
.btn a i {
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
}
.btn a:nth-child(1) {
  background: #d4adb6;
}
.btn a:nth-child(2) {
  background: #a796be;
}

.teams {
  background: #f6f5ea;
  padding: 5%;
  border-radius: 10px;
  font-size: 3.2vw;
}
.teams .warp {
  margin-bottom: 0;
}

.flow-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.flow-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4vw;
  padding: 4vw 5vw;
  background: #f6f5ea;
  border: 1px solid #373130;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.6;
}
.flow-list li:not(:last-child) {
  margin-bottom: 9vw;
}
.flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6.5vw;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  border-top: 2.5vw solid #373130;
}

.warp ol.flow-list li {
  margin-left: 0;
}

.flow-step__num {
  flex-shrink: 0;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  background: #373130;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  font-weight: 700;
  font-family: kiro, sans-serif;
}

.flow-step__text {
  flex: 1;
  font-size: 3.6vw;
}

table {
  width: 100%;
  background: #fff;
  border: 1px solid #373130;
  border-radius: 4px;
}

th {
  padding-bottom: 10px;
  border: 1px solid #373130;
  background: #373130;
  color: #fff;
  text-align: center;
  padding: 6px 12px;
  border-right: 1px solid #fff;
}
th:last-child {
  border-right: 1px solid #373130;
}
th span {
  display: block;
  font-size: 2.6vw;
}

td {
  padding-bottom: 10px;
  border: 1px solid #373130;
  padding: 6px 12px;
}

strong {
  font-weight: 700;
}

:root {
  --ink: #2b2621;
  --muted: #7d7266;
  --paper: #f5ecdb;
  --card: #fffdf8;
  --line: #e6dbc4;
  /* HPのアイボリー背景に合わせたチャコールブラウン */
  --bar: #625250;
  --bar-ink: #fffdf8;
  --kyoto: #c48a96;
  --kyoto-deep: #a46774;
  --osaka: #9089b5;
  --osaka-deep: #726a9c;
}

* {
  box-sizing: border-box;
}

.simulator .areabar {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}
.simulator .area-btn {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  border: none;
  color: white;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  line-height: 1.4;
  opacity: 0.45;
  transition: opacity 0.15s;
}
.simulator .area-btn.active {
  opacity: 1;
}
.simulator .area-btn.kyoto {
  background: var(--kyoto-deep);
}
.simulator .area-btn.osaka {
  background: var(--osaka-deep);
}
.simulator .area-btn .dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  flex-shrink: 0;
}
.simulator .sub {
  color: var(--muted);
  font-size: 0.86rem;
  margin-bottom: 22px;
}
.simulator .section-bar {
  background: var(--bar);
  color: var(--bar-ink);
  text-align: center;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 13px;
  border-radius: 10px;
  margin: 26px 0 16px;
}
.simulator .card {
  background: var(--card);
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 16px;
}
.simulator .field {
  margin-bottom: 18px;
}
.simulator .field:last-child {
  margin-bottom: 0;
}
.simulator label.field-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.simulator select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 0.95rem;
  background: var(--paper);
  color: var(--ink);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%237d7266'%3E%3Cpath d='M5.5 7.5l4.5 5 4.5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.simulator .stepper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.simulator .stepper button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background: white;
  color: var(--ink);
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
}
.simulator .stepper .value {
  flex: 1;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
}
.simulator .stepper .value small {
  display: block;
  font-weight: 400;
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 2px;
}
.simulator .toggle-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
}
.simulator .toggle-row:first-of-type {
  border-top: none;
  padding-top: 0;
}
.simulator .toggle-row input {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  accent-color: var(--ink);
  flex-shrink: 0;
}
.simulator .toggle-text {
  font-size: 0.88rem;
}
.simulator .toggle-text .amt {
  font-weight: 700;
}
.simulator .result {
  background: var(--bar);
  color: var(--bar-ink);
  border-radius: 14px;
  padding: 24px 22px;
  text-align: center;
}
.simulator .result .label {
  font-size: 0.8rem;
  color: #e9e1d7;
}
.simulator .result .amount {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2.3rem;
  font-weight: 700;
  margin: 4px 0 2px;
  color: var(--bar-ink);
}
.simulator .result .duration {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #e9e1d7;
}
.simulator .breakdown {
  text-align: left;
  border-top: 1px solid rgba(255, 253, 248, 0.35);
  padding-top: 12px;
  font-size: 0.82rem;
}
.simulator .breakdown div {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}
.simulator .breakdown .b-muted {
  color: #d0c5ba;
}
.simulator .note-list {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 18px;
  line-height: 1.8;
}
.simulator .note-list li {
  margin-bottom: 2px;
}/*# sourceMappingURL=style_sp.css.map */