.chizu_btn a {
  background-image: url(../images/icon_map_w.png);
  background-repeat: no-repeat;
  background-position: 8% 50%;
  background-size: 18px;
  padding: 8px 8px 8px 30px;
  cursor: pointer;
}


/*処理中*/
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 2;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url('../images/gif-load.gif') center center no-repeat;
}

/*個人法人の切替不可*/
.radio02-input:disabled + label {
  background: #e0e0e0;
  cursor:auto;

}

/*予約を確定する*/
.kakutei input:enabled{
  cursor: pointer;
}

/*==ツールチップ↓==*/

.invisible{
  display: none;
}

.clickToolTip{
  margin: 0;
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
  background-color: #666;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}

p.note{
  margin: 0;
  padding: 8px;
  width: 400px;
  background-color: #eee;
  color: #333;
  border-radius: 5px;
  top: 100px;
  left: 20px;
  position: absolute;
  border: solid 1px #20916e;
  font-weight: normal;
  line-height: 1.4em;
  z-index: 1;
}

.total {
  border-bottom: solid 2px firebrick;
  padding: 0;
}

.syasyu{
  margin: 0 10px;
  display: flex;
  justify-content: flex-end;
}
.syasyu span.on{
  margin-right: 5px;
  padding: 4px 7px 3px;
  font-size: 90%;
  border-radius: 5px;
  text-align: center;
}
.syasyu span.on:last-child{
  margin: 0;
}
.syasyu span.car{
  color: #49A757;
  background-color: #F4FFE6;
  border: 1px solid #49A757;
}
.syasyu span.bike{
  color: #A2A300;
  background-color: #FEFFDB;
  border: 1px solid #B4B600;
}
.syasyu span.bus{
  color: #31527B;
  background-color: #D4E6F8;
  border: 1px solid #31527B;
}


/*==ツールチップ↑==*/

/*==予約・駐車の合計料金表示用 ↓==*/
span.ryokin{
  display: inline-block;
  text-align:right;
  width:7em;
}
span.col-1{
  margin: 8px 0;
  width: 118px;
  display: inline-block;
}
.border{
  border-bottom:  1px solid #999;
  display: inline-block;
}
/*==予約・駐車の合計料金表示用 ↑==*/

/*==予約情報のキャンセル日時表示用 ==*/
.booking_cancel{
  color:firebrick;
}

/*最安値表示*/
.low_price {
  /*margin-top: 10px;*/
  /*padding: 8px 10px 7px;*/
  /*position: relative;*/
  /*font-weight: bold;*/
  /*text-decoration: none;*/
  width: 150px;
  color: #000;
  font-size: 120%;
  text-align: right;
  /*background: #EEFADE;*/
  /*border-radius: 0 0 4px 4px;*/
  /*transition: .4s;*/
  /*text-align: center;*/
  /*border-radius: 20px;*/
}
@media screen and (max-width: 374px){
  .modal_window .low_price {
    width: 130px;
  }
}
.low_price_area{
  /*margin:10px 20px;*/
}

/*祝日*/
span.week-0{
  color: #FF0000;
}
span.week-6{
  color: #0000FF;
}
span.week-9{
  color: #FF0000;
}