@charset "utf-8";
/* CSS Document */
/* ---------- お申込の流れ ---------- */
.section-flow {
  padding: 100px 0;
  width: 100%;
  background-color: var(--beige);
  display: flex;
  justify-content: flex-start;
}
.section-flow__container {
  width: 80%;
  display: block;
  text-align: left;
}
.section-flow__text {
  margin: 0 0 60px 50px;
  width: 80%;
}
.section-flow__steps-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-flow__steps-title img {
  margin-right: 30px;
}
.section-flow__steps ol {
  width: 90%;
  list-style: none;
  margin: 0 auto;
}
.section-flow__steps ol > li {
  background-color: var(--white);
  padding: 40px 60px;
  margin-bottom: 40px;
  border-radius: 50px;
  position: relative;
}
.section-flow__steps ol > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 15px solid var(--white);
}
.section-flow__steps ol > li > p {
  margin: 30px 0;
  text-align: left;
}
.section-flow__steps ul {
  width: 100%;
  max-width: 500px;
  text-align: left;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.section-flow__steps ul li {
  position: relative;
  width: 30%;
  flex-grow: 1;
}
.section-flow__steps ul li:nth-child(odd) {
  margin-left: 60px;
}
.section-flow__steps ul li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 7px;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background-color: var(--beige);
}
@media(max-width:800px) {
  .section-flow {
    padding: 50px 0 100px;
    display: block;
    width: 100%;
  }
  .section-flow__container {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .section-flow__text {
    margin: 0 auto 60px;
    width: 100%;
  }
  .section-flow__steps ol {
    width: 100%;
  }
}
@media(max-width:500px) {
  .section-flow__steps-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .section-flow__steps-title img {
    transform: scale(0.7);
    margin-right: 10px;
  }
  .section-flow__steps ol > li {
    padding: 40px 40px;
  }
  .section-flow__steps ul {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .section-flow__steps ul li {
    width: 100%;
  }
  .section-flow__steps ul li:nth-child(odd) {
    margin-left: 0;
  }
}


/* ---------- 申込みフォーム ---------- */
.section-reserve {
  width: 70%;
  margin: 100px auto 200px;
  text-align: left;
}
.must, .optional {
  box-sizing: border-box;
  width: 50px;
  height: 35px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 35px;
  margin-right: 30px;
  float: right;
}
.must {
  background-color: var(--beige);
}
.optional {
  border: solid 1px var(--beige);
}
.section-reserve__form {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.form-label {
  width: 40%;
  font-weight: 600;
}
.form-input__text, .form-input__radio, .form-input__textarea, .form-input__checkbox {
  width: 60%;
}
input[type="text"],input[type="email"] {
  box-sizing: border-box;
  height: 35px;
  width: 70%;
  max-width: 400px;
  padding: 15px;
  border: solid 1px var(--brown);
  font-size: 1.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.2rem;
  opacity: 0.7;
}
#age {
  text-align: right;
  width: 10%;
}
.form-input__radio div {
  display: flex;
  align-items: center;
}
.form-input__radio div label {
  margin-left: 10px;
}
input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--brown);
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  content: '';
  background-color: var(--brown);
}
textarea {
    box-sizing: border-box;
  width: 100%;
  height: 160px;
  padding: 10px 15px;
  border: solid 1px var(--brown);
  font-size: 1.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 2.1rem;
  letter-spacing: 0.2rem;
  opacity: 0.7;
}
.form-input__checkbox {
  display: flex;
  align-items: center;
}
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--brown);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 3px solid var(--brown);
  border-bottom: 3px solid var(--brown);
  content: '';
}
.form-input__checkbox p {
  margin-left: 20px;
}
.form-input__checkbox p a {
  font-weight: 600;
  text-decoration: underline;
}
.submit-button {
  text-align: center;
  margin: 100px auto;
}
input[type="submit"],
input[type="button"],
.button  {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  letter-spacing: 0.3rem;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
    margin:20px;
}
input[type="submit"] {
  background-color: var(--brown);
  color: var(--white);
}
input[type="button"],
.button {
  background-color: var(--beige);

}
@media(max-width:1000px) {
  .section-reserve {
    width: 90%;
  }
  .must, .optional {
    box-sizing: border-box;
    width: 50px;
    height: 35px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 35px;
    margin:0 15px 10px 0;
    float: left;
  }
  .section-reserve__form {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .form-label {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  input[type="text"],input[type="email"] {
  box-sizing: border-box;
  width: 100%;
}
#age {
  text-align: right;
  width: 10%;
}
textarea {
  width: 100%;
}
  .form-input__text, .form-input__radio, .form-input__textarea, .form-input__checkbox {
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto 10px;
  }
}


/* ---------- 入力内容確認画面 ---------- */

#formWrap {
	width:60%;
	margin:100px auto 200px;
	color:var(--black);
	line-height:120%;
	font-size:1.6rem;
}
#formWrap h3 {
margin-bottom: 30px;
}
table.formTable{
	width:100%;
	margin:50px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th {
	border:1px solid var(--brown);
	padding:20px;
  text-align: left;
  vertical-align:middle;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:var(--beige);
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media(max-width:1000px) {
#formWrap {
	width:90%;
	margin:100px auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
  border: none;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
}

/* ---------- 送信完了画面 ---------- */
.section-complete{
  	width:90%;
	margin:100px auto 200px;
}
.section-complete h3 {
margin-bottom: 30px;
}
@media(max-width:1000px) {
#formWrap {
	width:90%;
	margin:100px auto;
}
}