@charset "UTF-8";
@font-face {
  font-family: "MPLUS1p-Medium";
  src: url(/fonts/MPLUS1p/MPLUS1p-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Regular";
  src: url(/fonts/MPLUS1p/MPLUS1p-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-ExtraBold";
  src: url(/fonts/MPLUS1p/MPLUS1p-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Bold";
  src: url(/fonts/MPLUS1p/MPLUS1p-Bold.woff) format("woff");
  font-display: swap;
}
/*==========*/
/* 予約共通 */
/*==========*/
.reserve {
  /* 選択処理共通 */
}
.reserve .status-sec {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.reserve .status-sec .list-status {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.reserve .status-sec .list-status li {
  position: relative;
  width: 14.28%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CCC;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .reserve .status-sec .list-status li {
    width: 25%;
    font-size: 11px;
  }
  .reserve .status-sec .list-status li:nth-child(n+5) {
    width: 33.3333%;
  }
}
.reserve .status-sec .list-status li .txt-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background-color: #CCC;
}
.reserve .status-sec .list-status li .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: -11px;
  border-style: solid;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 11px solid #FFF;
  border-right: 0;
  z-index: 1;
}
.reserve .status-sec .list-status li::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: -9px;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 11px solid #CCC;
  border-right: 0;
  z-index: 2;
}
.reserve .status-sec .list-status li.current .txt-wrap {
  background-color: #E50020;
  color: #FFF;
}
.reserve .status-sec .list-status li.current::after {
  border-left: 11px solid #E50020;
}
.reserve .cts-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .reserve .cts-wrap {
    display: block;
  }
}
.reserve .cts-wrap .main-cts {
  width: calc(100% - 344px);
}
@media (max-width: 767px) {
  .reserve .cts-wrap .main-cts {
    width: 100%;
    font-size: 14px;
  }
  .reserve .cts-wrap .main-cts .com-box01 {
    padding: 8px;
  }
  .reserve .cts-wrap .main-cts .txt {
    font-size: 12px;
  }
}
.reserve .cts-wrap .side-cts {
  width: 320px;
}
@media (max-width: 767px) {
  .reserve .cts-wrap .side-cts {
    width: 100%;
    max-width: 320px;
    margin: 24px auto 0;
    font-size: 14px;
  }
}
.reserve .cts-wrap .side-cts .invalid {
  display: none;
}
.reserve .cts-wrap .side-cts .reserve-box {
  padding: 0 0 16px;
}
.reserve .cts-wrap .pict-area .main-img {
  position: relative;
  height: 0;
  padding-bottom: 57.736%;
}
.reserve .cts-wrap .pict-area .main-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.reserve .cts-wrap .pict-area .list-img {
  display: flex;
  flex-wrap: wrap;
}
.reserve .cts-wrap .pict-area .list-img li {
  position: relative;
  width: 32%;
  height: 0;
  padding-bottom: 20%;
  margin-top: 8px;
  margin-right: 2%;
  cursor: pointer;
  overflow: hidden;
}
.reserve .cts-wrap .pict-area .list-img li:nth-child(3n) {
  margin-right: 0;
}
.reserve .cts-wrap .pict-area .list-img li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reserve .data-txt {
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .reserve .data-txt {
    font-size: 13px;
  }
}
.reserve .data-txt dt {
  margin-right: 8px;
}
.reserve .wrap {
  display: flex;
  flex-wrap: wrap;
}
.reserve .wrap .data-txt {
  margin-right: 16px;
}
.reserve .car-info > dt {
  font-weight: bold;
  font-size: 14px;
}
.reserve .car-info > dd {
  font-size: 13px;
}
.reserve .car-info + .car-info {
  margin-top: 16px;
}
.reserve .side-data {
  width: 90%;
  margin: 16px auto;
  padding-bottom: 16px;
  border-bottom: 1px dashed #CCC;
}
.reserve .side-data dt {
  margin-bottom: 8px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.reserve .side-data dt .link-txt {
  font-weight: normal;
}
.reserve .side-data dt input[type=radio], .reserve .side-data dt input[type=checkbox] {
  width: 24px;
}
.reserve .side-data dd {
  font-size: 18px;
}
.reserve .side-data dd + dd {
  margin-top: 8px;
}
.reserve .side-data .list-select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.reserve .side-data .list-select input[type=radio], .reserve .side-data .list-select input[type=checkbox] {
  width: 24px;
}
.reserve .side-data .list-select > li {
  margin-right: 8px;
}
.reserve .side-data .list-select02 {
  line-height: 1;
}
.reserve .side-data .list-select02 input[type=radio] {
  width: 24px;
}
.reserve .side-data .list-select02 > li {
  margin-bottom: 8px;
}
.reserve .side-data .price {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.reserve .side-data:last-of-type {
  margin-bottom: 24px;
}
.reserve .side-data.price-data {
  padding: 8px;
  border-bottom: none;
}
.reserve .side-data.price-data dt {
  font-size: 10px;
}
.reserve .side-data.wrap-data {
  display: flex;
  align-items: flex-end;
}
.reserve .side-data.wrap-data dt {
  width: 50%;
}
.reserve .side-data.wrap-data dd {
  width: 50%;
}
.reserve .side-data#side-option dd {
  font-size: 14px;
}
.reserve .reserve-box {
  border: 1px solid #E50020;
  padding: 16px;
}
@media (max-width: 767px) {
  .reserve .reserve-box {
    padding: 16px 8px;
  }
}
.reserve .reserve-box .main-img {
  margin: 16px auto 8px;
  text-align: center;
}
.reserve .reserve-box .car-name {
  padding-bottom: 8px;
  border-bottom: 1px solid #CCC;
  text-align: center;
  line-height: 1.3;
}
.reserve .reserve-box .btn {
  text-align: center;
}
.reserve .reserve-box .btn.wide {
  width: 90%;
  margin: 0 auto;
}
.reserve .reserve-box .btn.wide .com-bt {
  width: 100%;
  font-size: 18px;
}
.reserve .reserve-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  background-color: #FFF;
  box-shadow: 8px 8px 15px -5px #CCC;
}
@media (max-width: 767px) {
  .reserve .reserve-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.reserve .reserve-wrap .heading03 {
  padding-bottom: 4px;
  border-bottom: 1px solid #5A5A5A;
}
.reserve .reserve-wrap .img-area {
  width: 45%;
}
@media (max-width: 767px) {
  .reserve .reserve-wrap .img-area {
    width: 100%;
    text-align: center;
  }
}
.reserve .reserve-wrap .txt-area {
  width: 55%;
  padding: 24px;
}
@media (max-width: 767px) {
  .reserve .reserve-wrap .txt-area {
    width: 100%;
    margin-top: 16px;
  }
}
.reserve .reserve-wrap .list-price li {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  font-size: 18px;
  color: #5A5A5A;
  font-family: "MPLUS1p-ExtraBold";
  line-height: 1;
}
@media (max-width: 767px) {
  .reserve .reserve-wrap .list-price li {
    font-size: 14px;
    text-align: right;
  }
}
.reserve .reserve-wrap .list-price li:nth-child(odd) {
  background: #FCE5E9;
}
.reserve .reserve-wrap .hidden-data {
  display: none;
}
.reserve .reserve-wrap .btn {
  margin: 16px 0 0 auto;
}
@media (max-width: 767px) {
  .reserve .reserve-wrap .btn {
    margin: 16px auto 0;
  }
}
.reserve .reserve-wrap .price-txt {
  margin: 16px 0;
  text-align: right;
  line-height: 1;
}
.reserve .reserve-wrap .price-txt span {
  font-size: 24px;
  color: #E50020;
  font-weight: bold;
}
.reserve .reserve-wrap .option-select {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 16px 0;
}
.reserve .reserve-wrap .option-select label {
  width: 4em;
}
.reserve .reserve-wrap .option-select select {
  width: 4em;
}
.reserve .ttl-box {
  padding: 4px 8px;
  background-color: #E50020;
  color: #FFF;
  text-align: center;
  font-family: "MPLUS1p-ExtraBold";
}
.reserve .info-txt dt {
  margin: 24px 0 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .reserve .info-txt dt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .reserve .info-txt dd {
    font-size: 14px;
  }
}
.reserve .selected .heading05 {
  padding-right: 8px;
  color: #E50020;
}
.reserve .selected .heading05::after {
  content: "✓";
}
.reserve .reserve-wrap .com-bt .option-bt {
  cursor: pointer;
}

/*=========*/
/* 免責補償 */
/*=========*/
.disclaimer .reserve-wrap {
  padding-bottom: 24px;
  border-bottom: 1px dashed #CCC;
  box-shadow: none;
}
.disclaimer .reserve-wrap.main-disclaimer {
  display: block;
}
.disclaimer .reserve-wrap.main-disclaimer .txt-area {
  width: 100%;
}
.disclaimer .reserve-wrap .txt-area .list-price li {
  display: block;
  margin-top: 8px;
  padding: 0;
  background-color: #FFF;
}
.disclaimer .reserve-wrap .txt-area .list-price li .price .num {
  font-size: 29px;
}
.disclaimer .reserve-wrap .txt-area .list-price li .black {
  display: block;
}
.disclaimer .reserve-wrap .txt-area .disclaimer-bt {
  margin: 0 0 0 auto;
  max-width: 140px;
}

/*=============*/
/* 空き状況一覧 */
/*=============*/
.top .reserve-box .com-bt.type01 {
  padding-right: 24px;
  padding-left: 24px;
  font-size: 18px;
}
.top .result-area .heading02 {
  position: relative;
  padding-right: 160px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .top .result-area .heading02 {
    padding-right: 0;
  }
}
.top .result-area .heading02::after {
  content: "";
  display: block;
  width: 150px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/images/common/header_logo01.svg) no-repeat;
  background-size: 100% auto;
  background-position: center right;
}
@media (max-width: 767px) {
  .top .result-area .heading02::after {
    position: static;
    width: 140px;
    height: 24px;
    margin: 4px 0 0 auto;
  }
}

/*=========*/
/* 新規登録 */
/*=========*/
/*===============*/
/* オプション選択 */
/*===============*/
.option .reserve-wrap {
  padding-bottom: 24px;
  border-bottom: 1px dashed #CCC;
  box-shadow: none;
}
.option .reserve-wrap .txt-area .list-price li {
  align-items: flex-end;
  margin-top: 8px;
  padding: 0;
  background-color: #FFF;
}
.option .reserve-wrap .txt-area .list-price li .price .num {
  font-size: 29px;
}
.option .reserve-wrap .txt-area .option-bt {
  margin: 0 0 0 auto;
  max-width: 140px;
}

/*===========*/
/* お届け場所 */
/*===========*/
.place .reserve-wrap {
  padding-bottom: 24px;
  border-bottom: 1px dashed #CCC;
  box-shadow: none;
}
.place .reserve-wrap .txt-area .list-price li {
  align-items: flex-end;
  margin-top: 8px;
  padding: 0;
  background-color: #FFF;
}
.place .reserve-wrap .txt-area .list-price li .price .num {
  font-size: 29px;
}
.place .reserve-wrap .txt-area .place-bt {
  margin: 0 0 0 auto;
  max-width: 140px;
}

/*=========*/
/* 予約確認 */
/*=========*/
.confirm .main-cts .main-img {
  margin: 16px 0;
  text-align: center;
}
.confirm .main-cts .car-name {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #CCC;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.confirm .main-cts .side-data {
  width: 100%;
}
.confirm .main-cts .side-data dt {
  font-weight: normal;
}
.confirm .main-cts .side-data dd {
  font-size: 14px;
}
.confirm .main-cts .side-data .list-select02 {
  display: flex;
  flex-wrap: wrap;
}
.confirm .check-bt label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm .check-bt label input {
  width: 16px;
  margin-right: 8px;
}
.confirm .list-btn .com-bt {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
}
.confirm .txt-area .wrap {
  display: flex;
  justify-content: space-between;
}
.confirm .txt-area .wrap .list-select02 {
  display: block;
}
.confirm .txt-area .wrap .cell {
  width: 48%;
}
@media (max-width: 767px) {
  .confirm .txt-area .wrap .cell {
    width: 100%;
  }
}
.confirm .txt-area .com-table02 {
  width: 100%;
  margin: 16px 0;
}
.confirm .txt-area .com-table02 th, .confirm .txt-area .com-table02 td {
  padding: 8px;
}

/*=============*/
/* 完了・エラー */
/*=============*/
.completed .img-end,
.error .img-end {
  max-width: 154px;
  margin: 64px auto;
}
@media (max-width: 767px) {
  .completed .img-end,
.error .img-end {
    max-width: 64px;
    margin: 32px auto;
  }
}
.completed .end-msg,
.error .end-msg {
  text-align: center;
}
.completed .end-msg dd,
.error .end-msg dd {
  line-height: 2;
}
.completed .img-tel,
.error .img-tel {
  margin: 32px 0;
  text-align: center;
}
.completed .list-btn .com-bt,
.error .list-btn .com-bt {
  font-size: 20px;
}
@media (max-width: 767px) {
  .completed .list-btn .com-bt,
.error .list-btn .com-bt {
    font-size: 18px;
  }
}

/*=========*/
/* ログイン */
/*=========*/
.login .login-box {
  max-width: 640px;
  margin: 0 auto 24px;
  padding: 32px;
  border: 2px solid #E50020;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .login .login-box {
    border-radius: 8px;
  }
}
.login .login-box .heading04 {
  margin-top: 0;
}
.login .login-box .list-btn {
  margin: 24px 0 0;
}
.login .list-btn {
  margin: 48px 0;
}
@media (max-width: 767px) {
  .login .list-btn {
    display: block;
    margin: 32px 0;
  }
  .login .list-btn li {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 16px;
  }
}
.login .list-btn .com-bt {
  padding-right: 32px;
  padding-left: 32px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .login .list-btn .com-bt {
    font-size: 18px;
  }
}
.login .note {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .login .note {
    font-size: 13px;
  }
}
/*# sourceMappingURL=reserve.css.map */