@charset "utf-8";

/* モーダル全体 */
.allWrap .modal > .modal__overlay > .modal__container {
  max-height: 100vh;
}

.datepickerArea_inputArea{
  margin-top: 14px;
  background-color: #ffffff;
}

.datepickerArea_inputBox{
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 2px solid #ed0505;
}

.datepickerArea_inputBox + .datepickerArea_inputBox{
  padding-top: 20px;
}

.datepickerArea_inputBox-title{
 min-width: 46px;
 padding-left: 10px;
 font-size: 1.6rem;
 font-weight: bold;
 border-left: 4px solid #ed0505;
}

.datepickerArea_inputBox-inner{
  padding-left: 50px;
}

.inputBox_inputSub{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.inputBox_inputSub > label{
  padding-right: 12px;
  color: #545454;
  font-size: 1.3rem;
}

.inputBox_inputSub > input{
  position: relative;
  width: 300px;
  padding: 7px 15px;
  color: #424242;
  font-size: 1.2rem;
  line-height: 1;
  border: none;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}

.datepickerStore_link{
  width: 100%;
  margin: 15px 0;
  text-align: center;
  line-height: 1;
}

.datepickerStore_link-map{
  position: relative;
  padding-left: 14.5px;
}

.datepickerStore_link span{
  position: relative;
  display: inline-block;
}

.datepickerStore_link span a{
  display: block;
  font-size: 1.2rem;
  color: #333333;
  text-decoration: none;
}

.datepickerStore_link-map:before{
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 8.5px;
  height: 9px;
  background-image: url('/rootImg/index/datepicker_icon_01.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.datepickerStore_link-sky{
  position: relative;
  padding-left: 16px;
}

.datepickerStore_link span + span{
  margin-left: 20px;
}

.datepickerStore_link-sky:before{
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 10px;
  height: 9px;
  background-image: url('/rootImg/index/datepicker_icon_02.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.datepickerArea_carType{
  margin-top: 18px;
}

.datepickerArea_carType-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.datepickerArea_carType-title{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

.datepickerArea_carType-select{
  position: relative;
  right: 10px;
}

.datepickerArea_carType-select:after{
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-bottom: solid 1px #ed0505;
  border-right: solid 1px #ed0505;
  transform: translateY(-50%) rotate(45deg);
}

.datepickerArea_carType-select select{
  width: 343px;
  padding: 5px 14px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 1px solid #ccc;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
}

.datepickerArea_carType-select select::-ms-expand {
  display: none;
}

.datepickerArea_carType-btn{
  display: none;
  width: 258px;
  margin: 0 auto;
}

.datepickerArea_carType-btn .boxLink{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  margin-top: 16px;
  min-height: 40px;
  padding: 8px 16px 6px 16px;
  width: 100%;
  text-decoration: none;
}

.boxLink.boxLink-type02:hover {
    opacity: 0.7;
}

#modalDatepicker * {
  outline: none;
}

div.inputBox_inputSub .ui-datepicker-trigger{
  display: none;
}

div.inputBox_inputSub .dummy-ui-datepicker-trigger{
  background-image: url(/rootImg/index/inputBox_inputSub_img_01.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  font-size: 0;
  height: 17px;
  position: absolute;
  top: 35%;
  right: 12px;
  transform: translateY(-50%);
  width: 16px;
  z-index: 10;
}

#modalDatepicker .ui-datepicker-calendar tr td.shopHoliday .ui-state-default{
  color: #a3a3a3 !important;
  font-weight: normal !important;
}

a:hover {
  text-decoration: none;
}

.yoyaku-change {
  display: none;
  text-align: center;
  padding-top: 5px;
}

.sectionBlock_in {
  width: 500px;
  padding: 5px 20px 0px 20px;
  height: auto;
}

#modalOfficeSearchFrom .modal__container, #modalOfficeSearchTo .modal__container {
  width: unset;
  overflow-y: unset;
}

.footerBlock-styleType01 a.arrowLink{
  font-size: 1.4rem;
  margin-bottom: 5px;/*www1637 edit*/
}

.headingBlock-styleType01 a.arrowLink{
  font-size: 1.4rem;
}

.headingBlock-styleInformatText {
  margin-left:10px;
}


/*www1637 edit start*/


.yoyaku_comment {
  margin-top: 22px;
}

.headingBlock-styleType09::before {
  background-image: url('/service/images/yoyaku/icon_01.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  top: 1%;
  position: absolute;
  transform: translateX(-10px);
  left: 0;
  width: 20px;
  height: 17px;
  margin-right:25px;
}

.headingBlock-styleType10::before {
  background-image: url('/service/images/yoyaku/icon_02.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  top: 1%;
  position: absolute;
  transform: translateX(-10px);
  left: 0;
  width: 20px;
  height: 17px;
  margin-right:25px;
}

.inquiries_comment {
  font-size:14px;
  color:#333333;
  width:800px;
  margin-left:0px;
  margin-right:75px;
  margin-bottom: 5px;
}

.inquiries_inputArea {
  border-bottom: none;
}

.inquiries_comment02 {
 font-size: 12px;
 /* padding-left: 0.5em; */
}

.columnLavel1 {
  margin-top: 12px;
	margin-left: 14px;
}

.columnLavel2 {
	font-size: 13px;
  font-weight: bold;
}

.columnLavel3 {
  font-size: 12px;
  margin-bottom: 20px;
}

.radio_type01 + label {
  padding-left: 20px;
}
.radio_type01 + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;

}

.radio_type01:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}

.inquiries_input_section {
 padding:15px 0px 10px 0px;
 border-top: 1px solid #cccccc;
}

.inquiries_input_section .next-btn {
  width: 212px;
 }

.inquiries_input_section .inputBox_TypeNumber{
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 2px;
  padding: 3px;
  position: relative;
  width: 200px;
  background: #FFF;
  border: #CCCCCC solid 1px;
  height: 25px;
}

.userTypeBox_btnSet_Mid {
  text-align: center;
  /*margin-bottom: 30px;*/
}


.info_Area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #FFF;
  margin-top: 20px;
}

.infoArea_title {
  color: #ff0000;
  font-weight: 600;
  /*font-size: 13px;*/
  height: 30px;
  
}

.info_Area button{
  font-size: 0;
  position: relative;
  top: -37px;
  left: 95%;
}

.info_Area button:before,
.info_Area button:after{
  background: #ed0000;
  content: "";
  height: 16px;
  position: absolute;
  top: 0px;
  right: calc(50% - 1px);
  width: 2px;
  z-index: 2;
  transition: transform 100ms linear;
}

/*.is-open button:before{
  transform: rotate(90deg);
}*/

.info_Area button:after{
  transform: rotate(90deg);
}

.info_Area .headingBlock-styleType01{
  color: #ed0000;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0px;
  padding-left: 33px;
  width: 131px;
}




/*www1637 edit end*/


.radio_modal {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.radio_modal + label {
  display: inline-block;
  font-weight: 600;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
}

.radio_modal + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  border: 1px solid #767676;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.radio_modal:focus + label:before {
  border-color: #1589ee;
  border-radius: 50%;
  box-shadow: 0 0 5px #1589ee;
}

.radio_modal:checked + label::after{
  background-color: #ed0000;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 7px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;

}

.radio_modal:disabled,
.radio_modal + label[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}


