@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------------
	PC
------------------------------------------------------------------------*/


/**********************************
  mv
**********************************/

.mv h2 {
  width: 527px;
  margin: 100px auto 108px;
}

/**********************************
  sec1
**********************************/
.sec1 {
  margin: 0 auto 117px;
}

.sec1 .ttl {
  margin: 157px auto;
  text-align: center;
  line-height: 3;
  color: #333;
}

/**********************************
  入力画面>確認画面>完了画面
**********************************/
.arrow-area {
  display: flex;
  justify-content: space-between;
  width: 670px;
  text-align: left;
  margin: 0 auto 88px;
  font-size: 1.7rem;
}

.green-arrow,
.gray-arrow {
  position: relative;
  width: 221px;
  height: 56px;
}

.green-arrow {
  background-color: #DB5358;
}

.gray-arrow {
  background-color: #D6D6D6;
}

.green-arrow p,
.gray-arrow p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.test {
  position: relative;
  width: 0;
  height: 0;
}

.test::before {
  position: absolute;
  top: 0px;
  right: -30px;
  z-index: 10;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-right: 0 solid transparent;
  border-left: 30px solid white;
}

.green-arrow::after,
.gray-arrow::after {
  position: absolute;
  top: 0px;
  right: -30px;
  z-index: 11;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-right: 0 solid transparent;
}

.green-arrow::after {
  border-left: 30px solid #DB5358;
}

.gray-arrow::after {
  border-left: 30px solid #D6D6D6;
}

.gray-arrow p {
  color: #2B2B2B;
}

/**********************************
  フォーム部分
**********************************/

form {
  margin: 0 auto;
  letter-spacing: 0.05em;
}

form * {
  color: #292828;
}

form dl {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 23px;
  max-width: 700px;
}

form dl:last-of-type {
  margin-bottom: 70px;
}

form dt {
  font-size: 1.8rem;
  width: 28.06%;
  text-align: right;
  padding: 14px 15px 0 0;
  letter-spacing: 0;
  display: flex;
  justify-content: right;
}

form dd {
  width: 71.94%;
  margin: 0 auto 0 0;
  align-items: center;
}

select,
form dd input,
form dd textarea {
  display: block;
  background-color: #F2F2F2;
  border: none;
  width: 100%;
  height: 100%;
  padding: 14px 30px;
  border-radius: 26px;
  font-size: 1.5rem;
}

.date select {
  width: 172px;
}

form dd textarea {
  height: 233px;
  border-radius: 14px;
}

::placeholder {
  color: #BABABA;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

.checkbox {
  justify-content: center;
  align-items: center;
  margin: 0 auto 64px;
}

.checkbox input {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.checkbox p {
  margin-left: 17px;
}

.checkbox p a {
  font-size: 1.4rem;
  color: #292828;
  text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.3);
}

select {
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap {
  position: relative;
}

.select {
  padding: 14px 20px;
}

.nearest .select-wrap {
  width: 272px;
}

.select-wrap:after {
  content: "";
  position: absolute;
  right: 27px;
  top: 21px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #292828;
  border-left: 1px solid #292828;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}

.required,
.any {
  font-size: 1.2rem;
  color: #fff;
  padding: 2px;
  margin-left: 10px;
  margin-top: 1px;
  display: block;
  width: 31px;
  height: 17px;
  text-align: center;
}

.required {
  background: #DB5358;
}

.any {
  background: #707070;
}

::placeholder {
  color: #9D9D9D;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

select {
  display: block;
  background-color: #F2F2F2;
  border: none;
  width: 100%;
  height: 100%;
  padding: 14px 30px;
  border-radius: 26px;
  font-size: 1.5rem;
}

form .btn1 {
  width: 325px;
  height: 84px;
  margin: 43px auto 0;
  position: relative;
}

form .btn1 input {
  display: block;
  background-color: #FFDEDE;
  font-size: 1.9rem;
  color: #2B2B2B;
  width: 100%;
  height: 100%;
  line-height: 45px;
  border-radius: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 1px 10px 4px rgb(0 0 0 / 14%);
  border: solid 3px #D8232A;
}

form .btn1 input:hover {
  box-shadow: 1px 1px 10px 4px rgb(0 0 0 / 50%);
}

form .btn1:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #D8232A;
}

.date .flex {
  align-items: center;
  margin-bottom: 13px;
}

.date .flex span {
  display: block;
  width: 80px;
}

.date .flex input:first-of-type {
  width: 315px;
}

.date .flex input:last-of-type {
  width: 415px;
}

.car-span {
  font-size: 1.5rem;
}

.vehicle dt {
  justify-content: left;
}

.jr-right dt {
  display: block;
  padding: 14px 56px 0 0;
}

.vehicle dd {
  max-width: auto;
}

.vehicle dd div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.vehicle dd div p {
  width: 126px;
  display: flex;
  justify-content: space-between;
  margin-right: 17px;
}

.vehicle dd input {
  width: 214px;
}

.reserve_confirm form dd {
  padding: 14px 15px 0;
  text-align: left;
}

.reserve_confirm .select-wrap:after {
  display: none;
}

.radio input[type=radio] {
  width: auto;
}

.radio dd,
.radio label {
  display: flex;
  align-items: center;
}

.radio dd {
  padding: 14px 15px 0 0;
}

.radio .vertical-item {
  margin-top: 0px;
}

.mw_wp_form .radio .vertical-item {
  margin-top: 0 !important;
  margin-right: 50px;
}

form .radio dd input {
  width: auto;
}

/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/


@media(max-width: 768px) {

  form {
    font-size: 1.2rem;
  }


  /**********************************
  sec1
**********************************/
  .sec1 {
    margin: 0 auto 36px;
  }

  .mv h2 {
    width: 312px;
    margin: 126px auto 44px;
  }

  .arrow-area {
    width: 335px;
    margin: 0 auto 28px;
    font-size: 1.2rem;
  }

  .green-arrow,
  .gray-arrow {
    width: 107px;
    height: 28px;
  }

  .test::before {
    position: absolute;
    top: -4px;
    right: -12px;
    z-index: 8;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-right: 0 solid transparent;
    border-left: 15px solid white;
  }

  .green-arrow::after,
  .gray-arrow::after {
    position: absolute;
    top: 0px;
    right: -12px;
    z-index: 9;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-right: 0 solid transparent;
  }

  .green-arrow::after {
    border-left: 12px solid #DB5358;
  }

  .gray-arrow::after {
    border-left: 12px solid #D6D6D6;
  }

  .green-arrow p,
  .gray-arrow p {
    width: 52%;
  }

  form dl {
    margin: 0 auto 17px;
    max-width: 450px;
    flex-wrap: wrap;
  }

  form dt {
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    justify-content: left;
    align-items: center;
    padding: 0 15px 0 0;
  }

  form dd {
    width: 100%;
    margin: 5px auto 0 0;
  }

  select,
  form dd input,
  form dd textarea {
    font-size: 1rem;
    padding: 8px 12px;
  }

  ::placeholder {
    font-size: 1rem;
  }

  .nearest .select-wrap {
    width: 145px;
  }

  .nearest .select-wrap:after {
    top: 12px;
    right: 18px;
  }

  .date .flex {
    flex-wrap: wrap;
    max-width: 240px;
  }

  .date .flex span {
    text-align: left;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .date .flex input:first-of-type {
    width: 240px;
    margin-bottom: 5px;
  }

  .date select {
    width: 88px;
  }

  .date .select-wrap:after {
    /*right: 18px;
    top: 12px;*/
    display: none !important;
  }

  .required,
  .any {
    font-size: 0.9rem;
    margin-left: 5px;
    width: 26px;
    height: 14px;
  }

  .car-span {
    font-size: 1rem;
  }

  .vehicle dd div p {
    width: 95px;
    margin-right: 10px;
    font-size: 1rem;
  }

  .vehicle dd input {
    width: 100%;
    margin: 5px auto 0 0;
  }

  form dd textarea {
    height: 102px;
  }
  .radio dt {
    width: 40%;
  }

  .radio dd {
    padding: 0;
    font-size: 1rem;
    width: 60%;
    margin: 0;
  }

  .mw_wp_form .radio .vertical-item {
    margin-right: 20px;
  }

  .checkbox p a {
    font-size: 1.2rem;
  }

  form dl:last-of-type {
    margin-bottom: 24px;
  }

  .checkbox {
    margin: 0 auto 26px;
  }

  form .btn1 {
    width: 210px;
    height: 44px;
  }

  form .btn1 input {
    font-size: 1.4rem;
    line-height: 0;
  }
    select,
  form dd input,
  form dd textarea {
    font-size: 16px !important;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  select,
  textarea {
    font-size: 16px !important;
  }
    .datepicker-wrap input,
  input.hasDatepicker {
    font-size: 16px !important;
  }

}
@media(max-width: 440px) {
  form dl {
    margin: 0 auto 17px;
    max-width: 290px;
    flex-wrap: wrap;
  }
}

/*******************************************
202609
*******************************************/

/* ==================================================
   jQuery UI Datepicker 専用
================================================== */

#ui-datepicker-div {
  width: 320px !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #aaa !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 8px rgba(0,0,0,.2) !important;
  z-index: 99999 !important;
  font-size: 16px !important;
  color: #222 !important;
}

/* ヘッダー */
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 12px 40px !important;
  background: linear-gradient(#f3f3f3, #dcdcdc) !important;
  border: 1px solid #bbb !important;
  border-radius: 3px 3px 0 0 !important;
}

/* 年月 */
#ui-datepicker-div .ui-datepicker-title {
  margin: 0 !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #111 !important;
  line-height: 1.5 !important;
}

/* 前月・次月 */
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  position: absolute !important;
  top: 50% !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: -12px !important;
  cursor: pointer !important;
}

#ui-datepicker-div .ui-datepicker-prev {
  left: 10px !important;
}

#ui-datepicker-div .ui-datepicker-next {
  right: 10px !important;
}

/* 標準アイコンは非表示 */
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  display: none !important;
}

/* 左右矢印 */
#ui-datepicker-div .ui-datepicker-prev::after,
#ui-datepicker-div .ui-datepicker-next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -6px;
}

#ui-datepicker-div .ui-datepicker-prev::after {
  left: 6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #333;
}

#ui-datepicker-div .ui-datepicker-next::after {
  right: 6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #333;
}

/* カレンダーテーブル */
#ui-datepicker-div table {
  width: calc(100% - 16px) !important;
  margin: 8px !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  background: #fff !important;
}

/* 曜日 */
#ui-datepicker-div th {
  padding: 7px 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #111 !important;
  background: #fff !important;
  border: none !important;
}

/* セル */
#ui-datepicker-div td {
  padding: 1px !important;
  background: #fff !important;
  border: none !important;
}

/* 日付 */
#ui-datepicker-div td a,
#ui-datepicker-div td span {
  display: block !important;
  padding: 6px 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #222 !important;
  background: #eee !important;
  border: 1px solid #ccc !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

/* hover */
#ui-datepicker-div td a:hover {
  background: #ddd !important;
  color: #000 !important;
}

/* 今日 */
#ui-datepicker-div .ui-datepicker-today a {
  background: #ddd !important;
  border-color: #999 !important;
}

/* 選択日 */
#ui-datepicker-div .ui-datepicker-current-day a {
  background: #bbb !important;
  border-color: #777 !important;
  color: #000 !important;
  font-weight: bold !important;
}

/* 選択不可 */
#ui-datepicker-div .ui-state-disabled span {
  color: #aaa !important;
  background: #f8f8f8 !important;
  border-color: #eee !important;
}

/* 他月 */
#ui-datepicker-div .ui-datepicker-other-month span {
  color: #bbb !important;
}

/* Datepicker内だけフォームCSSの影響を打ち消す */
#ui-datepicker-div input,
#ui-datepicker-div select,
#ui-datepicker-div button {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* 日付欄はクリックできることを分かりやすく */
input[name="date"] {
  cursor: pointer;
}

/* ==================================================
   Datepicker 初期表示修正
   ================================================== */

/*
 * 通常時は非表示。
 * jQuery UI が開くときに inline の display:block が付くため、
 * !important は付けないこと。
 */
#ui-datepicker-div {
	display: none;
	position: absolute;
	z-index: 5000;
}

/* スマホで画面からはみ出さないようにする */
@media screen and (max-width: 768px) {

	#ui-datepicker-div {
		width: 320px !important;
		max-width: calc(100vw - 20px) !important;
		box-sizing: border-box !important;
	}

}

