﻿@charset "utf-8";
input,
select,
textarea {
  font-size: 16px !important;
}
.timeline-wrap {
  margin-bottom: 20px;
  clear: both;
  padding-top: 40px;
}
.timeline-003 {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.timeline-003 li {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #969da3;
  font-size: 0.8em;
}
.timeline-003 li.prev,
.timeline-003 li.current {
  color: #eb6877;
}
.timeline-003 li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 6px;
  border: 2px solid #d6dde3;
  border-radius: 50%;
  background-color: #fff;
}
.timeline-003 li.prev::before,
.timeline-003 li.current::before {
  border-color: #eb6877;
}
.timeline-003 li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #d6dde3;
}
.timeline-003 li.current::before,
.timeline-003 li.prev::after {
  background-color: #eb6877;
}

#container_form {
  max-width: 600px;
  margin: 0 auto;
  clear: both;
  width: 90%;
  margin-bottom: 10px;
  font-size: 16px;
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
#container_form::after {
  content: "";
  display: block;
  clear: both;
}
#container_form h2 {
  font-size: 1.3em;
  line-height: 1.5;
  border-bottom: solid 0.3125rem #eb6877;
  letter-spacing: 0;
  margin: 2em 0 1em;
  padding: 0 0.25em 0.75em;
}
.r-hisu {
  padding: 2px 6px;
  background: #eb6877;
  border-radius: 50px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 8px;
}
.r-ko1 {
  padding: 10px 0;
}
#container_form input[type="text"] {
  height: 44px;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;

  border-radius: 5px;
  width: 100%;
}
#container_form input.datepicker-cal {
  border: 1px solid #d2d2d2;
  color: #333333;
  font-size: 1em;
  background: #f7f7f7;
}
/*
#container_form input[type="date"] {
  height: 44px;
  border: 1px solid #d2d2d2;
  color: #333333;
  font-size: 1em;
  background: #f7f7f7;
  border-radius: 3px;
  margin-bottom: 10px;
}*/
#container_form select {
  margin: 10px 0;
}
.r-kose,
.r-ko {
  border-bottom: 1px solid #eee;
}
.r-ko3 {
  padding: 10px 0;
  min-height: 30px;
}
#container_form input[type="radio"] {
  margin-left: 30px;
}

.radio-row {
  display: flex;
  align-items: center;
  gap: 0.6em;
  width: 100%;

  margin-bottom: 20px;
  margin-top: 20px;
}

#container_form textarea.hoge2,
#container_form textarea.hoge4 {
  width: 96%;
  padding: 10px 2%;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;

  background: #f7f7f7;
}
.textbox-2 {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #f7f7f7;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
}
.selectbox-3 {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.selectbox-3::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox-3 select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  color: #333333;
  font-size: 1em;

  background: #f7f7f7;
}
.come-txt {
  font-size: 14px;
  padding: 10px 0;
}
.content_sec .r-kose:last-of-type,
.customer_sec .r-kose:last-of-type {
  border-bottom: none;
}
input.name_kana,
input.name_kanji,
input.zip_no {
  width: 40%;
  padding: 8px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #f7f7f7;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
  margin: 10px 0;
}
input.group_nm,
input.e_mail,
input.tel_fl,
input.address1,
input.address2 {
  width: 90%;
  padding: 8px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #f7f7f7;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
  margin: 10px 0;
}
span.c {
  color: #eb6877;
  text-decoration: underline;
}
span.c:hover {
  text-decoration: none;
}
.rad-txt2 {
  font-size: 14px;
}
.button-wrap {
  margin: 100px 0;
  clear: both;
}
.sou-b {
  text-align: center;
  margin-bottom: 70px !important;
}
@media (min-width: 641px) {
  .sou-b {
    margin-bottom: 100px;
  }
}
.sou-b input {
  display: block !important; /* 縦に積み上げる */
  margin: 20px auto !important; /* 中央寄せ */
}
input.b-border {
  width: 90%;
  height: 3.45em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-weight: 500;
  /*margin-top: 50px;
    margin-bottom: 50px;*/
  background-color: #eb6877 !important;
  color: #fff;
  box-sizing: border-box !important;
  border: solid 1px #eb6877 !important;
  border-radius: 0.75em !important;
  transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
  @media (min-width: 641px) {
    max-width: 25rem;
  }
}
input.b-border:hover {
  background-color: #fff !important;
  color: #eb6877;
}
input.b-border2 {
  text-align: center;
  width: 90%;
  height: 3.45em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e5e6;
  border: solid 1px #e3e5e6 !important;
  border-radius: 0.75em !important;
  color: #000;
  @media (min-width: 641px) {
    max-width: 25rem;
  }
}
input.b-border2:hover {
  background-color: #adafb1;
  color: #000;
}
.err-txt {
  color: red;
}
.confa-th {
  background: #f9f9f9;
  padding-left: 10px;
}
.confa-td {
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.r-tisub {
  padding-top: 20px;
  font-size: 14px;
}
/* ===== カウンター ===== */
.counter-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 15px;
}
.counter-button {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.counter-button:hover,
.counter-button:focus {
  border-color: #23abdd;
  outline: none;
}

.counter-input {
  width: 100px;
  height: 30px;
  text-align: center;
  border: 3px solid #ccc;
  border-radius: 10px;
  margin: 0 10px;
  font-size: 18px;
}
.counter-input:hover,
.counter-input:focus {
  border-color: #23abdd;
  outline: none;
}

.required {
  color: red;
}
/* ===== ボタン ===== */
.button-container {
  margin-bottom: 10px;
}
.button-container button {
  margin: 5px;
  padding: 5px 10px; /* モバイル基準 */
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 25px;
  cursor: pointer;
  font-size: 13px;

  @media (min-width: 641px) {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.button-container button:hover {
  background-color: #e0e0e0;
}
/* ===== テキストエリア ===== */
.text-area-container {
  margin-top: 10px;
}

#guest-count-textarea,
#companion-count-textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#text-area {
  width: 100%;
  height: 100px;
  border: 3px solid #ccc;
  border-radius: 10px;
}
#text-area:hover,
#text-area:focus {
  border-color: #23abdd;
  outline: none;
}
