.contentsheader {
  padding: 50px 0 0;
}
.contentsheader__title {
  width: 100%;
  margin: 80px auto 50px;
  padding: 0;
  border-bottom: none;
}
.contentsbody--lightgrey{
  background-color: #f7f7f7;
}
.contentswidth--narrow2{
  width: 960px;
}
.contentswidth--700px{
  width: 700px;
}
.contentsh2{
  margin: 50px 0 30px;
  line-height: 1.75;
}
.borderbox{
  padding: 40px 40px 20px;
  border-radius: 8px;
  border: 2px solid #636363;
}
.borderbox_wh{
  background-color: #fff;
}
.radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 12px 20px 8px;
  margin: 10px 20px 10px 0;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.quarter{
  width: 25%;
}
.half {
  width: 50%;
}
.full {
  width: 100%;
}
.flex{
  display: flex;
  align-items: center;
}
.flex2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.pcnone {
  display: none !important;
}
.pcnone2 {
  display: none !important;
}
.spnone {
  display: inline-block !important;
}
.spnone2 {
  display: block !important;
}
.sat{
  color: #0000FF;
  font-size: 2.4rem;
}
.sun{
  color: #E61934;
  font-size: 2.4rem;
}
/* 表組み */
.datatable10 {
  width: 100%;
  margin: 0 0 25px;
  border: none;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-collapse: separate;
  border-spacing: 0;
}

.datatable10 th,
.datatable10 td {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: middle;
}

.datatable10 th {
  background-color: #f7f7f7;
  white-space: nowrap;
}

.datatable10 td {
  background-color: #fff;
}

.datatable10 th {
  width: 20%;
}

.datatable10--tac td,.datatable10--tac th {
    text-align: center
}

/* 試乗時間の列だけ nowrap に */
.datatable10 td:nth-child(5),
.datatable10 th:nth-child(5) {
  white-space: nowrap;
}

/* レスポンシブ対応 */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pcml20px{
  margin-left: 20px;
}
.pcw30per{
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .contentsheader {
    padding: 20px 0 0;
    margin: 0;
  }
  .contentsheader__title {
    width: 100%;
    margin: 20px auto 40px;
    padding: 0;
    font-size: 2.4rem;
  }
  .contentsheader__lead{
    width: 100%;
    margin: 40px 0 0;
    font-size: 2.0rem;
  }
  .contentsbody--lightgrey{
    padding: 40px 20px;
  }
  .contentswidth--narrow2{
    width: 100%;
  }
  .contentswidth--700px{
    width: 100%;
  }
  .contentsh2 {
    margin: 40px auto 15px;
  }
  ul{
    padding-inline-start: 20px;
  }
  .borderbox{
    padding: 30px 20px 0;
    border-radius: 8px;
    border: 2px solid #636363;
  }
  .flex{
    display: block;
  }
  .flex .ml10px{
    margin-left: 0 !important; 
    margin-top: 10px !important;
  }
  .flex .ml20px{
    margin-left: 0 !important; 
    margin-top: 10px !important;
  }
  .flex2{
    display: block;
    margin-bottom: 20px;
  }
  .flex2 img {
    width: 50%;
    padding-bottom: 20px;
  }
  .flex2 p {
    width: 100%;
  }
  .pcnone {
    display: inline-block !important;
  }
  .pcnone2 {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
  .spnone2 {
    display: none !important;
  }
  .sat{
    font-size: 1.8rem;
  }
  .sun{
    font-size: 1.8rem;
  }
  .pcml20px{
    margin-left: 0;
  }
  .pcw30per{
    width: 100%;
  }
}