@charset "utf-8";
/*CSS Document　モーダル表示調整*/
/*-------------------------------*/
.modal-dialog {
  position: relative;
}
@media screen and (max-width: 576px) {
  .modal-dialog {
    margin: 0 30px;
  }
}
/*-------------------------------*/
.btn-close {
  position: absolute;
  top: -25px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #ffffff url("../img/ico_cross.svg") no-repeat 50% 50% / 16px 16px;
  border-radius: 6px;
  opacity: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.btn-close:hover {
  opacity: 1;
}
/*-------------------------------*/
.modal-content {
  padding: 30px clamp(15px, 4vw, 20px);
  border-radius: 10px;
}
/*-------------------------------*/
.modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
  padding: 0;
  border-bottom: none;
}
.modal-title {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
/*-------------------------------*/
.modal-body {
  max-height: 50vh;
  overflow-y: auto;
  padding: 0;
}
.modal-body .contScrl {
  padding-top: 0;
  padding-bottom: 10px;
}
.modal-body section + section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dedede;
}
.modal-body h2 {
  padding: 5px 0 0 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #1c4da2;
  border-left: 3px solid #1c4da2;
}
.modal-body h2 + p {
  margin-top: 30px;
}
.modal-body p {
  font-size: 14px;
  color: #656565;
}
.modal-body p + p {
  margin-top: 20px;
}
.modal-body .modalMsg.layCtr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-body .modalMsg.layCtr p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-body .modalMsg.layCtr p .layTxt01 {
  display: block;
  text-align: center;
  font-size: 16px;
}
.modal-body .modalMsg.layCtr p .layTxt02 {
  display: block;
  text-align: center;
  font-size: 14px;
}
.modal-body .modalMsg.layCtr p .layTxt01 + .layTxt02 {
  margin-top: 5px;
}
/*-------------------------------*/
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border-top: none;
}
.modalBtn {
  margin: 30px 0 0;
  width: clamp(120px, 100%, 260px);
}
.modalBtn.adjWide {
  width: clamp(120px, 100%, 400px);
}
.modalBtn .btnTypRed + .btnTypBlue, .modalBtn .btnTypBlue + .btnTypBlue.reverse.adjWide50 {
  margin-top: 20px;
}
/*-------------------------------*/
/*日時を指定する #modalYoyaku*/
#modalYoyaku .modal-header {
  margin: 0 0 10px;
  padding: 40px 0 0;
  background: url("../img/ico_yoyaku_gray.svg") no-repeat 50% 0 / auto 30px;
}
#modalYoyaku .modal-body {
  max-height: 40vh;
}
.wrapMsgYoyaku dl {
  position: relative;
  padding: 15px 0 0;
}
.wrapMsgYoyaku dt {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapMsgYoyaku dt .layTxt {
  display: block;
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #4d840f;
  border-radius: 6px;
}
.wrapMsgYoyaku dd {
  padding: 20px 13px 10px;
  font-size: 14px;
  border: 2px solid #accf83;
  border-radius: 10px;
}
.wrapMsgYoyaku strong {
  color: #4d840f;
}
#modalYoyaku .wrapSetYoyaku {
  margin: 10px 0 10px;
}
.layInput01 dt.layIconCalendar {
  padding: 0 0 0 25px;
  background: url("../img/ico_calendar.svg") no-repeat 0 0 / 16px 16px;
}
.layInput01 dt.layIconClock {
  padding: 0 0 0 25px;
  background: url("../img/ico_clock.svg") no-repeat 0 0 / 16px 16px;
}
#modalYoyaku .modalBtn {
  margin-top: 20px;
}
/*-------------------------------*/
/*車種を指定する #modalCar*/
#modalCar .modal-content {
  /*padding-bottom: 0;*/
}
#modalCar .modal-header {
  margin: 0 0 10px;
  padding: 40px 0 0;
  background: url("../img/ico_order_gray.svg") no-repeat 50% 0 / auto 30px;
}
#modalCar .modal-header h1 {
  font-size: 16px;
}
#modalCar .modal-header p.note {
  margin: 10px 0 0;
  text-align: center;
  font-size: 10px;
}
#modalCar .wrapSelectCar {
  /*padding-bottom: 30px;*/
}
#modalCar ul.selectCarList li {
  font-size: 14px;
}
#modalCar ul.selectCarList li + li {
  margin-top: 10px;
}
#modalCar ul.selectCarList li label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 40px;
  line-height: 1.3;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
}
#modalCar .layLine01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
}
#modalCar .layLine01-txt01 {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 65%;
  min-height: 21px;
  font-size: 14px;
}
#modalCar .layLine01-txt01 .layLine01-txt01-name {
  display: block;
}
#modalCar .layLine01-txt01 .layIcon {
  margin-left: 5px;
}
#modalCar .layLine01-img01 {
  flex-shrink: 0;
  width: 35%;
  padding: 0 0 0 10px;
}
#modalCar .layLine01-img01 img {
  display: block;
  width: 100%;
  height: auto;
}
#modalCar .layLine01-img01:empty {
  width: auto;
  padding: 0;
}
#modalCar .layLine02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  background: #f0f0f0;
}
#modalCar .layLine02-txt01 {
  width: 60%;
  padding: 0 10px 0 0;
  font-size: 12px;
}
#modalCar .layLine02-txt02 {
  width: 40%;
  text-align: right;
  font-size: 14px;
  color: #1c4da2;
}
/*-------------------------------*/
/*支払方法・クーポンを選択する .modal.layPay*/
.modal.layPay .modal-header {
  margin: 0 0 10px;
  padding: 40px 0 0;
}
.modal.layPay .modal-header {
  background: url("../img/ico_pay_gray.svg") no-repeat 50% 0 / auto 34px;
}
.modal.layPay.layCoupon .modal-header {
  background: url("../img/ico_coupon_gray.svg") no-repeat 50% 0 / auto 34px;
}
.modal.layPay .modal-header h1 {
  font-size: 16px;
}
.modal.layPay .modal-header p.note {
  margin: 10px 0 0;
  text-align: center;
  font-size: 10px;
}
.modal.layPay ul.selectPayList li {
  font-size: 14px;
}
.modal.layPay ul.selectPayList li + li {
  margin-top: 10px;
}
.modal.layPay ul.selectPayList li label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 40px;
  line-height: 1.3;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
}
.modal.layPay .layLinePay01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
}
.modal.layPay .layLinePay01-txt01 {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 65%;
  min-height: 21px;
  font-size: 14px;
}
.modal.layPay .layLinePay01-txt01 .layLinePay01-txt01-name {
  display: block;
}
.modal.layPay .layLinePay01-txt01 .layIcon {
  margin-left: 5px;
}
.modal.layPay .layLinePay02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  background: #f0f0f0;
}
.modal.layPay .layLinePay02-txt01 {
  width: 60%;
  padding: 0 10px 0 0;
  font-size: 12px;
}
.modal.layPay .layLinePay02-txt02 {
  width: 40%;
  text-align: right;
  font-size: 14px;
  color: #1c4da2;
}
.modal.layPay .layLinePay03 {
  padding: 4px 10px 4px 40px;
  background: #f0f0f0;
}
/*指定された地点では選択できません*/
.modal.layPay ul.selectPayList li.adjDisabled label {
  border-color: #f0f0f0;
}
.modal.layPay .decoRadioTyp01 li.adjDisabled .layRadio {
  margin: 0 15px 0 6px;
  width: 10px;
  height: 2px;
  border-radius: 0;
}
.modal.layPay .layLinePayError {
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #959595;
}
.modal.layPay .adjDisabled .layLinePay01-txt01-name {
  color: #ababab;
}
.modal.layPay .adjDisabled .layLinePay03 {
  color: #acacac;
}
/*クーポンタイトル*/
.modal.layPay .layLineCoupon01 {
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #14469d;
  background: #e9edf5;
}
/*クーポン詳細*/
.modal.layPay .layLineCoupon02 {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.modal.layPay .layLineCoupon02 span {
  display: block;
  margin: 3px 0;
}
.modal.layPay .layLineCoupon02 span.layLineCouponImg {
  margin-bottom: 8px;
}
.modal.layPay .layLineCoupon02 *:first-child {
  margin-top: 0 !important;
}
.modal.layPay .layLineCoupon02 *:last-child {
  margin-bottom: 0 !important;
}
.modal.layPay .layLineCouponImg img {
  display: block;
  width: 100%;
  height: auto;
}
.modal.layPay .layLineCouponItem01 {
  font-size: 18px;
  color: #d73f3f;
}
.modal.layPay .layLineCouponItem02 {
  font-size: 10px;
}
.modal.layPay .layLineCouponItem03 {
  font-size: 12px;
  line-height: 1.6;
}
/*-------------------------------*/
/*お気に入りを削除する #modalFavoDel*/
#modalFavoDel .modal-title .icoFavoDel {
  display: flex;
  width: 50px;
  height: 36px;
  background: url("../img/ico_delete.svg") no-repeat 50% 50% / 30px 36px;
}
#modalFavoDel .modal-title .layTxt {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
/*-------------------------------*/
/*CentX webチケット会員の連携が完了しました。 #modalRenkei-01*/
/*CentX webチケット会員の連携ができませんでした。 #modalRenkei-02*/
/*CentX webチケット会員の連携解除が完了しました。 #modalRenkeiDis-02*/
.modal.layRenkei .modal-header + .modal-footer .modalBtn {
  margin-top: 0;
}
.modal.layRenkei .modal-header {
  margin-bottom: 15px;
  margin-bottom: clamp(15px, 3vh, 30px);
}
.modal.layRenkei .modal-title {
  min-width: 100px;
  text-align: center;
  font-size: 18px;
}
.modal.layRenkei.error .modal-title {
  color: #d73f3f;
}
.modal.layRenkei .modal-title .icoRenkei {
  padding: 120px 0 0;
  text-align: center;
  background: url("../img/pic_link.svg") no-repeat 50% 0 / 100px 100px;
}
.modal.layRenkei.error .modal-title .icoRenkei {
  background-image: url("../img/pic_link_error.svg");
}
.modal.layRenkei.unlink .modal-title .icoRenkei {
  background-image: url("../img/pic_unlink.svg");
}
.modal.layRenkei .modal-title .layTxt {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.modal.layRenkei.error .modal-body p {
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.modal.layRenkei.error .modal-body p .layTxt01 {
  display: block;
}
@media screen and (max-width: 400px) {
  .modal.layRenkei .modal-title {
    font-size: 16px;
  }
}
@media screen and (max-height: 500px) {
  .modal.layRenkei .modal-title .icoRenkei {
    padding-top: 80px;
    background-size: 60px 60px;
  }
}
/*-------------------------------*/
/*3Dセキュア対応（認証コード入力） #modalAuthcode*/
.layAuthcode .modal-title .ico3dSecure {
  display: flex;
  padding: clamp(65px, 15vh, 80px) 0 0;
  background: url("../img/ico_authcode_mail.svg") no-repeat calc(50% - 5px) 0 / 60px 50px;
}
.layAuthcode .modal-title {
  margin: 0 0 10px;
  font-size: 16px;
}
/*-------------------------------*/
/*ラジオボタン装飾*/
.decoRadioTyp01 input[type=radio] {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.decoRadioTyp01 label {
  position: relative;
}
.decoRadioTyp01 .layRadio {
  flex-shrink: 0;
  position: relative;
  display: block;
  margin: 0 10px 0 0;
  width: 21px;
  height: 21px;
  border: 1px solid #dedede;
  border-radius: 100%;
}
.decoRadioTyp01 input[type=radio]:checked + .layRadio:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  background: #1c4da2;
  border-radius: 100%;
}
/*-------------------------------*/
/*汎用画像表示 中央*/
.modalLayImgTyp01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  text-align: center;
}
.modalLayImgTyp01 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.modalLayImgTyp01.adjTop {
  margin-top: 0;
}
.modalLayImgTyp01.adjCompact {
  margin: clamp(5px, 1vh, 20px) 0 clamp(10px, 1.5vh, 20px);
}
.modalLayImgTyp01.adjCompact img {
  width: auto;
  height: clamp(35px, 4.5vh, 50px);
}
/*-------------------------------*/
/*汎用メッセージ表示*/
.modal-content .wrapMsg {
  margin: 0 0 20px;
  padding: 10px;
  border: 4px double #00a395;
  border-radius: 10px;
}
.modal-content .wrapMsgTypPlaneHed {
  margin: 0 0 10px;
}
.modal-content .wrapMsgTypPlaneBtm {
  margin: 10px 0 0;
}
.modal-content .wrapMsgTypPlaneHed p, .modal-content .wrapMsgTypPlaneBtm p {
  font-size: 12px;
}
.modal-content .wrapMsgTyp02 {
  margin: 0 0 clamp(5px, 1vh, 20px);
  padding: 15px;
  padding: clamp(8px, 1.6vh, 15px);
  border: 2px solid #94d1cb;
  border-radius: 10px;
}
.modal-content .wrapMsgTyp02 strong {
  color: #d73f3f;
}
.modal-content .wrapMsgTyp02 + .modalLayImgTyp01.adjCompact {
  margin-top: 0;
}
/*エラー表示*/
.modal-content.error .wrapMsg {
  border: 4px double #d73f3f;
}
.modal-content.error .wrapMsg p {
  color: #d73f3f;
}
.modal-content p.error {
  margin: 10px 0 5px;
  font-size: 12px;
  color: #d73f3f;
}
.modal-content dd.error .wrapFormTyp01 {
  border-color: #d73f3f;
}
/*-------------------------------*/
/*タクシー料金　事前確定運賃orメーター運賃　#modalFareType　.layFareType*/
.modal.layPay.layFareType .modal-header {
  display: flex;
  padding: 35px 0 0;
  background: no-repeat 50% 0 / auto 25px;
}
.modal.layPay.layFareType.typeUpfront .modal-header {
  background-image: url("../img/ico_coupon_fare_upfront.svg");
}
.modal.layPay.layFareType.typeMetered .modal-header {
  background-image: url("../img/ico_coupon_fare_metered.svg");
}
.modal.layPay.layFareType .modal-title {
  flex-direction: column;
  align-items: center;
  margin: 0 0 10px;
}
.modal.layPay.layFareType .modal-title .layTxtType {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
}
.taxiOrderFare {
  width: 100%;
}
.taxiOrderFare th {
  vertical-align: middle;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  white-space: nowrap;
  border-bottom: 1px solid #dedede;
}
.taxiOrderFare th .layTxtSub {
  display: block;
  font-size: 10px;
}
.taxiOrderFare td {
  vertical-align: middle;
  width: 100%;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
/*-------------------------------*/
/*end*/