/* ヘッダー */
.heading-banner {
  position: relative;
  line-height: 0;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}

/* ラベル */
.deals-label {
  background-color: #fed600;
  color: #141414;
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
  padding: 2px 20px;
  margin-top: 15px;
  max-width: 100%;
  word-wrap: break-word;
  margin-right: 15px;
}

/* 予約ボタン */
.deals-btn-caption {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 5px;
  text-align: center;
}

/* キャンペーン共通テーブル１ */
.deals-table-col th,
.deals-table-col td {
  font-size: 16px;
  width: 196px;
  font-weight: normal;
}

.deals-table-col th {
  background-color: #e9f0f3;
}

/* お詫び */
.deals-text-box th {
  background-color: #e9f0f3;
  width: 30%;
  font-weight: normal;
  text-align: left;
}

.deals-text-box th,
.deals-text-box td {
  border: 1px solid #aaaaaa;
  border-top: none;
  border-right: none;
  font-size: 16px;
}

.deals-text-box td:last-of-type {
  border-right: 1px solid #aaaaaa;
}

.deals-text-box tr:first-of-type {
  border-top: 1px solid #aaaaaa;
}

.deals-text-box td {
  text-align: left;
}

.deals-text-box-update td span{
  display: table-cell;
}

.deals-text-box td span.date {
  padding-right: 5px;
}

/* ワンウェイ料金表 */
.deals-oneway-rate {
  padding: 10px 0;
}
.deals-oneway-rate li {
  display: table;
  margin-right: 0;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa; 
}

.deals-oneway-rate li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.deals-oneway-rate span.shop,
.deals-oneway-rate span.rate {
  display: table-cell;
}

.deals-oneway-rate span.rate {
  font-weight: bold;
  color: #d2232a;
  width: 100px;
  text-align: right;
}

/* サービスタイムテーブル */
.deals-table-service dl {
  display: table-cell;
  vertical-align: top;
  width: 240px;
  text-align: center;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.deals-table-service dl:first-of-type {
  border-left: 1px solid #aaaaaa;
}

.deals-table-service dt {
  height: 85px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #aaa;
  background: #e9f0f3;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  border-bottom: 1px solid #aaa;
}

.deals-table-service dd {
  font-size: 1.3rem;
  line-height: 1.54;
  padding: 20px 10px 10px;
}

/* キャンペーン特典 */
.deals-benefit .img-wrapper img {
  max-width: 240px;
  margin: 20px 20px 20px 0;
  display: inline-block;
}

/* キャンペーン対象店舗 */
.pc_deals-accordion {
  border-bottom: #aaa solid 1px;
}

/* キャンペーン料金表 */
.h3-wrapper {
  position: relative;
}

.h3-wrapper .right {
  position: absolute;
  right: 0px;
  top: 9px;
  font-size: 14px;
}

.h3-wrapper .right .fa-user {
  font-size: 18px;
  padding: 0px 1px 0px 5px;
}

.deals-car-models-wrapper {
  margin-bottom: 20px;
}

.deals-car-models-box {
  margin-bottom: 20px;
  padding-right: 20px;
}

.deals-car-models-box img {
  padding: 0;
  width: 270px;
}

.deals-car-models-box p {
  text-align: center;
}

.pc_deals-accordion .m-show.table-toggle.active:after {
  content: '_';
  position: absolute;
  right: 15px;
  top: 25%;
  -webkit-transform: translate(0%, -15%);
  transform: translate(0%, -15%);
  font-size: 25px;
  font-weight: normal;
  line-height: 0;
}

.pc_deals-accordion .m-show.table-toggle:after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 46%;
  -webkit-transform: translate(0%, -46%);
  transform: translate(0%, -46%);
  font-size: 25px;
  line-height: 0;
}

.deals-table-rate th,
.deals-table-rate td {
  height: 76px;
}

.deals-table-rate tr:nth-child(2) td {
  font-weight: bold;
  color: #d2232a;
}

.deals-table-rate th.car-img {
  width: 215px;
  background-color: #fff;
  padding: 20px;
}

.deals-table-rate th.car-img img {
  width: 150px;
}

.deals-table-rate th.car-img span {
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.deals-car-info {
  background-color: #f6f6f6;
  padding: 15px;
  width: 60%;
}

.deals-car-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

.deals-car-info dl:last-of-type {
  margin-bottom: 0;
}

.deals-car-info dt {
  width: 280px;
  font-weight: bold;
}

/* ご予約について */
.reserve .btn-center+h3 {
  margin-top: 30px;
}

@media screen and (max-width: 999px) {
  
  .heading-banner {
    margin-bottom: 10px;
  }
  
  .deals-icon-list .deals-label {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .deals-icon-list .caption {
    margin-bottom: 15px;
  }

  .h3-wrapper .right {
    position: absolute;
    left: 0px;
    top: auto;
    font-size: 14px;
  }

  .m-car-detail .car-mode {
    display: block;
    margin-top: 25px;
  }

  .deals-label-wrapper {
    margin-bottom: 10px;
    text-align: center;
  }

  .deals-label {
    font-size: 1.4rem;
    text-align: left;
    padding: 2px 10px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .deals-car-info {
    background-color: #f6f6f6;
    padding: 15px;
    width: 100%;
  }

  .deals-car-info dt {
    width: 50%;
  }

  .deals-car-info dd {
    padding-left: 10px;
  }

  .deals-text-box td,
  .deals-text-box th {
    font-size: 14px;
  }

}

@media screen and (max-width: 768px) {

  /* ご予約について */
  .reserve .img-wrapper {
    position: relative;
    padding-left: 105px;
    padding-top: 0px;
    font-size: 16px;
  }

  /* サービスタイム */
  .deals-table-service {
    border-bottom: 1px solid #ccc;
  }

  .deals-table-service dl {
    display: block;
    width: 100%;
    border-left: 1px solid #ccc;
    border-bottom: none;
  }

  /* キャンペーン特典 */
  .deals-benefit .img-wrapper img {
    max-width: 240px;
    margin: 0 auto 20px;
    display: block;
  }

  /* キャンペーン料金表 */
  .deals-table-col.col3 td,
  .deals-table-col.col3 th {
    height: 60px;
  }

  .deals-table-col td.two-line,
  .deals-table-col th.two-line {
    height: 60px;
  }

  .deals-car-info dd,
  .deals-car-info dt {
    width: 100%;
  }

  .deals-rate #tab ul {
    overflow-x: scroll;
    -ms-overflow-style: none;
  }

  .deals-rate #tab ul::-webkit-scrollbar{
    display: none;
  }

  /* キャンペーンテキストボックス */
  .deals-text-box td,
  .deals-text-box th {
    display: block;
    width: 100%;
    border-right: 1px solid #aaaaaa;
    text-align: center;
  }

  .deals-text-box td span {
    display: inline;
  }
}

@media screen and (min-width: 1000px) {

  /* アイコンについて */
  .deals-icon-list li {
    display: table;
    margin-bottom: 20px;
  }

  .deals-icon-list .deals-label,
  .deals-icon-list .caption {
    display: table-cell;
  }
  
  .deals-icon-list .deals-label {
    width: 200px;
    text-align: center;
  }

  .deals-icon-list .caption {
    padding-left: 20px;
  }

  /* 予約ボタン */
  .deals-btn-caption {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  /* キャンペーン料金 */
  .m-car-detail {
    position: absolute;
    width: 215px;
    left: 16px;
    top: 58px;
    display: block !important;
    text-align: center;
  }

  .seating-capacity {
    display: none;
  }

  .m-car-detail img {
    margin-top: 20px;
    width: 150px;
  }

  .m-car-detail .car-mode {
    position: absolute;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 118px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }

  .m-car-detail2 {
    margin-bottom: 30px;
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display: -ms-flexbox; /* IE10 */
    display: flex;
    align-items: center;
  }

  .m-car-detail2 .img-wrapper {
    width: 40%;
    text-align: center;
  }

  .m-car-detail2 .img-wrapper img {
    width: 100%;
    max-width: 270px;
  }

  .m-car-detail2 .common_table-row2 {
    width: 60%;
  }

  .m-car-detail2 .common_table-row2 th,
  .m-car-detail2 .common_table-row2 td {
    font-size: 14px;
  }

  .m-car-detail2 .common_table-row2 th {
    width: 50%;
  }

  .car-img-bg-box {
    display: block;
    width: 165px;
    height: 90px;
  }

  .car-name-bg-box {
    display: block;
    width: 100%;
    height: 3em;
  }

  .table-wrapper {
    display: block !important;
    margin-bottom: 20px;
  }

  .table-wrapper.last {
    margin-bottom: 0px;
  }  

  /* ヘッダー */
  .heading-banner h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-items: center;
    -webkit-justify-items: center;
    -ms-justify-items: center;
    width: 970px;
    height: 270px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    padding: 50px;
  }

  .heading-banner img {
    max-width: 100%;
  }

  /* ご予約について */
  .reserve .img-wrapper {
    position: relative;
    padding-left: 190px;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .reserve .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .reserve .img-wrapper.phone {
    position: relative;
    padding-left: 190px;
    padding-top: 0px;
  }

  .reserve .img-wrapper.phone img {
    width: 50px;
    padding-left: 50px;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 1199px){
  /* ヘッダー */
  .heading-banner {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 999px) {

  /* ヘッダー */
  .heading-banner h1 {
    text-align: center;
    font-size: 30px;
    padding: 30px 10px 0px 10px;
    line-height: 33px;
  }
  
  /* ご予約について */
  .reserve .img-wrapper {
    position: relative;
    padding-left: 115px;
    padding-top: 0px;
    font-size: 16px;
    min-height: 60px;
  }

  .reserve .img-wrapper img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 90px;
  }

  .reserve .img-wrapper.phone img {
    width: 32px;
    left: 30px;
  }

  /* キャンペーン料金表 */
  .m-car-detail .seating-capacity {
    display: inline-block;
    width: 100%;
  }

  .m-car-detail img,
  .m-car-detail2 img {
    width: 270px;
    margin: auto;
    display: block;
    margin-top: 21px;
  }

  .m-car-detail2 img {
    margin-bottom: 20px;
  }

  .m-show.table-toggle {
    min-height: 50px;
    text-align: left;
    padding: 13px 15px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    border: 1px solid #aaa;
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .m-show.table-toggle.active {
    margin-bottom: 0;
  }

  .table-wrapper {
    margin-bottom: 23px;
  }

  .m-show.table-toggle:after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 46%;
    -webkit-transform: translate(0%, -46%);
    transform: translate(0%, -46%);
    font-size: 25px;
    line-height: 0;
  }

  .m-show.table-toggle.active:after {
    content: '_';
    position: absolute;
    right: 14px;
    top: 20%;
    -webkit-transform: translate(0%, -15%);
    transform: translate(0%, -15%);
    font-size: 25px;
    font-weight: normal;
    line-height: 0;
  }
  
  /* キャンペーン共通テーブル１ */
  .deals-table-col tr {
  border-top: 1px solid #aaaaaa;
    display: table-cell;
    vertical-align: top;
  }

  .deals-table-col.col3 tr {
    width: 33%;
  }

  .deals-table-col tr:first-of-type {
    border-left: 1px solid #aaaaaa;
  }

  .deals-table-col td,
  .deals-table-col th {
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    align-items: baseline;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    height: 60px;
    border-top: none;
    border-left: none;
    font-size: 14px;
    line-height: 14px;
    padding: 15px;
  }

  .deals-table-col td {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }

  .deals-table-col th {
    text-align: left;
  }

  /* ワンウェイ料金表 */
  .deals-oneway .ul-style {
    margin-left: 0;
  }
  
  .deals-oneway .ul-style li {
    float: none;
    display: table;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .deals-oneway .ul-style li span.shop,
  .deals-oneway .ul-style li span.rate {
    display: table-cell;
  }

  .deals-oneway .ul-style li span.rate {
    font-weight: bold;
    color: #d2232a;
    width: 100px;
    text-align: right;
  }

  /* キャンペーン料金表 */
  .deals-table-col.deals-table-rate tr {
    border-top: none;
  }

  .deals-table-rate tr:first-of-type {
    width: 50%;
  }

  .deals-table-rate.col3 tr:first-of-type {
    width: 30%;
  }

  .deals-table-rate td,
  .deals-table-rate th {
    height: 42px;
  }

  .deals-table-rate th.car-img {
    display: none;
  }

  .table-toggle.deals-accordion+div {
    display: none;
  }

  .table-toggle.deals-accordion.active+table {
  display: table;
  }

  .m-car-detail2 .common_table-row th {
    width: 50%;
  }

}

@media screen and (min-width: 767px) {
  .deals-car-models-wrapper {
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    border-bottom: none;
    border-left: none;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 0;
    margin-bottom: 20px;
  }

  .deals-car-models-box {
    margin-bottom: 0px;
    padding: 0 20px 0 0;
  }
  
  .deals-car-models-box img {
    padding: 5px 20px;
    width: 100%;
    max-width: 280px;;
  }

}

@media screen and (max-width: 374px) {}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .heading-banner h1 {
    height: 230px;
    padding: 50px;
    width: 860px;
  }
}
