@charset "utf-8";

/* common */
.flex_section {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section {
  margin: 10px 0;
  clear: both;
}
@media screen and (min-width: 600px) {
  .pc_flex {
    display:-ms-flexbox;
    /* align-content: space-between; */
    /* justify-content: space-around; */
  }
}

/* searchContainer */
#searchContainer h1 {
  text-indent: -9999px;
  background-color: #FFFFFF;
  background-image: none !important;
  border: 1px solid #CCCCCC;
  border-radius: 0 !important;
  margin-bottom: -1px;
}
#searchContainer h1 img {
  display: none;
}
#searchContainer #searchCont {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #f0f5fd;
  border: 2px solid #1c5098;
}
#searchContainer #searchCont::-webkit-scrollbar {
  display:none;
}
#searchContainer table {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #CCC;
}
#searchContainer th {
  border: 1px solid #CCC;
  padding: 5px 10px;
}
#searchContainer td {
  border: 1px solid #CCC;
  padding: 5px 10px;
  vertical-align: middle;
}
.contBox h1 #sort {
  height: 24px;
  color: #FFF;
  text-decoration: none;
  background: url(../img/bus_list/sort_btn.png) 97% 3px no-repeat;
  background-size: 60px 20px;
  -webkit-background-size: 60px 20px;
  display: block;
  padding: 3px 0 0 35px;
}
.module-banner-tab-list-box {
 border: none !important;
}
@media screen and (min-width: 600px) {
  #searchContainer #searchCont {
    width: 90%;
    height: 500px;
    inset: 0;
    margin: auto;
  }
}

/* sortCont */
#sortCont {
  padding: 0;
}
#sortCont select {
  height: 49px;
  font-size: 18px;
}
#sortCont #sortInner01 {
  border-bottom: 1px solid #CCC;
  padding: 10px;
}
#sortCont #sortInner02 {
  padding: 10px;
}
#sortCont #sortInner02 select {
  width: 47%;
  height: 26px;
  padding: 4px 8px 3px;
}
#sortCont table {
  width: 100%;
  margin: 0 auto;
}
#sortCont td {
  width: 100%;
  border: none;
}
#sortCont .btnCell {
  width: 72px!important;
}
#sortCont #kusekiBtn {
  width: 72px;
  height: 25px;
  background: url(../img/bus_list/kuseki_btn.png) no-repeat;
  background-size: 72px 25px;
  -webkit-background-size: 72px 25px;
  margin-top: 3px;
}
#sortCont #shiboriBtn {
  width: 72px;
  height: 25px;
  background: url(../img/bus_list/shibori_btn.png) no-repeat;
  background-size: 72px 25px;
  -webkit-background-size: 72px 25px;
  margin-top: 3px;
}
#sortCont #kusekiBtn input, #sortCont #shiboriBtn input {
  width: 72px;
  height: 25px;
  text-indent: -9999px;
  background: none;
  border: none;
  padding: 0;
}

/* listCont */
#listCont {
  margin-top: 10px;
}
/*
#listCont #uPager {
  margin: 20px 0;
  padding: 0;
}
#listCont #bPager {
  padding: 10px;
}
*/
#listCont .pagerText {
  float: left;
}
#listCont .pagerNum {
  float: right;
}
#listCont .pagerNum li {
  float: left;
  list-style: none;
  border: 1px solid #0068B7;
  margin-left: 5px;
}
#listCont .pagerNum .move a {
  display: block;
  text-decoration: none;
  padding: 0 3px;
}
#listCont .pagerNum .num a {
  display: block;
  text-decoration: none;
  padding: 0 7px;
}
#listCont .pagerNum .active {
  color: #FFF;
  background-color: #0068B7;
}

/* sortDialog */
#sortDialog {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-bottom: 0;
  padding: 0 0 10px;
}
#sortDialog li {
  width: 90%;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: url(../img/common/m_btn_grd.png) repeat-x;
  background-size: 10px 36px;
  -webkit-background-size: 10px 36px;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  list-style: none;
  margin: 10px auto 0;
}
#sortDialog li a {
  height: 30px;
  color: #1A1A1A;
  text-decoration: none;
  display: block;
  padding: 6px 0 0 0;
}

/* nowSort */
#nowSort {
  margin: 20px 0;
  text-align: center;
}
#nowSort ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: scroll;
}
#nowSort ul li {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  margin: 5px;
}
#nowSort ul li a {
  display: block;
  width: 140px;
  padding: 9px 0 8px;
  line-height: 1;
  border: 1px solid #214280;
  border-radius: 4px;
}
#nowSort ul li a:hover {
  background: #214280;
  color: #fff;
}
#nowSort .sort-select {
  background: #214280;
  color: #fff;
}
#nowSort span {
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  #nowSort ul {
    overflow: auto;
    justify-content: center;
  }
}


/* bus_list_ml用 */
p#ml-guide {
  display: block;
  color: red;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #CCCCCC;
}

/* brand用 */
section#brandBox h2 {
  height: 24px;
  color: #FFF;
  font-weight: bold;
  background: url(../img/common/ttl_grd.png) repeat-x;
  background-size: 10px 27px;
  -webkit-background-size: 10px 27px;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  position: relative;
  padding: 3px 0 0 10px;
  overflow: hidden;
}
section#brandBox table {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: -1px 0 10px;
}
section#brandBox th {
  font-weight: bold;
  vertical-align: middle;
  background-color: #F7F7F7;
  border: 1px solid #CCCCCC;
  padding: 5px 8px;
}
section#brandBox td {
  width: 60%;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  padding: 5px 8px;
}

/* ナビタイム連携 */
div#nsvNoResultBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
div#nsvNoResult {
  margin-top: -224px;
  padding: 80px 20px 20px;
  background-color: #fff;
  background-image: url(../img/bus_list/nvsLogo.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: red;
}
div#nsvNoResult.nsvAlertAnim {
  margin-top: 0;
  transition: margin-top 0.5s ease-out 1s;
}
div#nsvNoResult>p {
  width: 120px;
  height: 26px;
  line-height: 26px;
  margin: 14px auto 0;
  text-align: center;
  background-color: #ffa12c;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
}

/* busPrice */
/*
dl.busPriceBox {
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}
dl.busPriceBox dd {
  margin-left: 0;
}
dt.busPriceTtl {
  color: #3db2cc;
  font-size: 12px;
  font-weight: bold;
  border: 1px #3db2cc solid;
  border-radius: 1px;
  -webkit-border-radius: 2px;
  text-align: center;
  margin: 0 0 10px 0;
}
dl.busPriceBox ul li {
  list-style: none;
  margin: 0 0 8px 0;
  border-bottom: 1px dashed #CCC;
  padding: 0 0 8px 0;
  line-height: 25px;
  height: 25px;
}
dl.busPriceBox ul li:last-child {
  border-bottom: none;
  margin: 0;
}
.busPriceTag {
  width: 60px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}
.busPriceReserve {
  float: right;
}
.busPriceSingle {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  display: inline-block;
}
.busPriceBtn {
  margin: 0 6px 0 6px;
  position: relative;
  display: inline-block;
  padding: 2px 30px 2px 30px;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
*/

/* scheduleBox detail.cssから移動 210512桐村 */
.scheduleBoxWrap {
  border-bottom: 3px solid #214280;
  margin-bottom: 2rem;
}
/*
.scheduleBox:last-of-type {
 border-bottom: 3px solid #214280;
}
*/

/* titWrap 便名 */
.scheduleBox .titWrap {
 border-top: 3px solid #214280;
 border-bottom: 1px solid #214280;
 padding: 1rem;
  /*
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 */
}
.scheduleBox .titWrap .tit {
 font-size: 1.6rem;
 font-weight: bold;
 color: #214280;
 cursor: pointer;
}
.scheduleBox .titWrap .tit a {
  text-decoration: none;
}
.scheduleBox .titWrap .btnConsideration {
 background: #fff url(../images/search/ico-star.svg) no-repeat center 10px;
 background-size: 14px;
 border: 1px solid #bfbfbf;
 box-shadow: 0 -2px 0 inset #dce0e6;
 border-radius: 3px;
 display: block;
 font-weight: bold;
 height: 65px;
 margin-left: 10px;
 padding-top: 30px;
 text-align: center;
 width: 55px;
 -webkit-flex-shrink: 0;
 -ms-flex-shrink: 0;
 flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  /*
  .scheduleBox .titWrap {
    padding: 15px 0 20px;
  }
  */
  .scheduleBox .titWrap .tit {
    font-size: 2rem;
    line-height: 1.4;
  }
  .scheduleBox .titWrap .tit a:hover {
    text-decoration: underline;
  }
  .scheduleBox .titWrap .btnConsideration {
    background-size: 17px;
    background-position: 18px 45%;
    border-width: 2px;
    font-size: 13px;
    height: 36px;
    line-height: 32px;
    padding: 0 0 0 20px;
    width: 95px;
  }
  .scheduleBox .titWrap .btnConsideration:hover {
    background-color: #fff8d0;
  }
}

/* scheduleBoxIn */
.scheduleBox .scheduleBoxIn {
 padding: 1rem 1rem 2rem;
 position: relative;
}
@media screen and (min-width: 600px) {
  .scheduleBox .scheduleBoxIn {
    padding: 1rem 1rem 2rem;
    /* border-bottom: 0; */
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    */
  }
}

/* firstdata */
.scheduleBox .firstdata {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

/* maindata */
.scheduleBox .maindata {
 margin-bottom: 10px;
}
.scheduleBox .maindata .name {
 color: #214280;
 margin-bottom: 12px;
}
.scheduleBox .maindata .name a {
 text-decoration: underline;
}
.scheduleBox .maindata .name a:hover {
 text-decoration: none;
}
/*
.scheduleBox .maindata .imgBox {
 width: 100%;
 margin-bottom: 15px;
}
*/
@media screen and (min-width: 600px) {
  .scheduleBox .maindata {
    margin-bottom: 8px;
    width: 460px;
  }
  .scheduleBox .maindata .name {
    /* float: left; */
    margin: 0 auto 10px;
    /*width: 260px;*/
  }
}

/* busTime */
.scheduleBox .busTime {
  //margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scheduleBox .busTime li {
  border: 2px solid #0180ab;
  display: table;
  font-size: 12px;
  margin: 0 20px 5px 0;
  padding: 4px 14px 4px 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.scheduleBox .busTime li.getoff {
  border: 2px solid #666;
}
.scheduleBox .busTime li:before {
  right: -15px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #6c6c6c;
  position: absolute;
  top: 0;
  margin: auto;
}
.scheduleBox .busTime li.arw-between:before {
  border: none;
  background: url(../images/common/ico-arrow19.svg) no-repeat center;
  background-size: 100% auto;
  height: 24px;
  width: 18px;
  right: -20px;
}
.scheduleBox .busTime li:last-of-type:before {
  content: none;
}
.scheduleBox .busTime li .place {
  color: #214280;
  display: table;
  margin: 0 auto 5px;
  padding-left: 27px;
  position: relative;
}
.scheduleBox .busTime li.both .place {
  color: #214280;
  display: table;
  margin: 0 auto 5px;
  padding-left: 47px;
  position: relative;
}
.scheduleBox .busTime li .place:before {
  border: 1px solid #0180ab;
  display: block;
  line-height: 1;
  left: 4px;
  position: absolute;
  padding: 3px 2px;
  top: 0;
}
.scheduleBox .busTime li .place a {
  text-decoration: underline;
}
.scheduleBox .busTime li.start {
  background: url(/module/img/bus_list/icon_searchplus_blue.svg) no-repeat right;
  background-size: auto 50%;
  background-position-y: bottom;
  cursor: pointer;
  background-color: #fff;
}
.scheduleBox .busTime li.both {
  background: url(/module/img/bus_list/icon_searchplus_blue.svg) no-repeat right;
  background-size: auto 50%;
  background-position-y: bottom;
  cursor: pointer;
  background-color: #fff;
}
.scheduleBox .busTime li.start .place:before {
  background: #0180ab;
  content: "発";
  color: #fff;
}
.scheduleBox .busTime li.getoff .place:before {
  background: #666;
  content: "降";
  color: #fff;
  border: 1px #666 solid;
}
.scheduleBox .busTime li.both .place:before {
  background: linear-gradient(90deg,#666 0%,#666 18px,#0180ab 18px,#0180ab 100%);
  content: "降乗";
  color: #fff;
}
.scheduleBox .busTime li .time {
  line-height: 1;
}
.scheduleBox .busTime li .start {
  cursor: pointer;
}
.scheduleBox .busTime li .both {
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .scheduleBox .busTime {
    margin-top: 10px;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .scheduleBox .busTime li {
    padding: 5px 10px;
  }
  .scheduleBox .busTime li .place {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .scheduleBox .busTime li.start {
    background-size: auto 30%;
  }
  .scheduleBox .busTime li.both {
    background-size: auto 30%;
  }
  .scheduleBox .busTime li .place:before {
    left: 0;
    top: 0;
  }
  .scheduleBox .busTime li .place a:hover {
    text-decoration: none;
  }
  .scheduleBox .busTime li .time {
    font-size: 13px;
  }
}


/* busicon */
.busicon {
  padding: 5px;
  color: #fff;
  background-color: #7F7F7F;
  white-space: nowrap;
  margin: 5px 5px 0 0;
  font-size: 1.1rem;
  font-weight: bold;
  width: auto;
}
.busicon.navy {
  background-color: #2759b9;
}
.busicon.green {
  background-color: #27b947;
}
.busicon.blue {
  background-color: #0180ab;
}
.busicon.pink {
  background-color: #b92781;
}
.busicon.daynight {
  background-color: #fff;
  width: 25%;
  margin: 0 auto 0 0;
}
.busicon.night {
  color: #2759b9;
  border: 1px solid #2759b9;
}
.busicon.day {
  color: #ff7e00;
  border: 1px solid #ff7e00;
}
.daynight img {
  width: 25%;
  margin-right: 5px;
}
@media screen and (min-width: 600px) {
  .busicon.daynight {
    width: 15%;
    text-align: center;
  }
  .daynight img {
    width: 15%;
  }
}

/* busWords */
.scheduleBox .busWords {
  width: 100%;
  margin: 10px 0;
}
.scheduleBox .busWords ul {
  padding-left: 40px;
  padding-inline-start: 2rem;
}
.scheduleBox .busWords li {
  display: list-item;
  list-style: disc !important;
  font-size: 1.2rem;
}

/* payment 支払い方法 */
.payment .flex_section div {
  width: 19%;
  margin-right: 3px;
  text-align: center;
}
.payment img {
  width: 40%;
}
.payment p {
  font-weight: bold;
  font-size: 1.1rem;
}
.payment .navy {
  color: #2759b9;
}
.payment .gray {
  color: #7f7f7f;
}

/* 料金 */
.price {
  border: 1px solid #2759b9;
  width: 100%;
  background-color: #fff;
}
.price th, .price td {
  text-align: center;
  vertical-align: middle;
  border: none;
  padding: 3px 0;
  font-weight: bold;
  border-bottom: 1px dotted #2759b9;
}
.price th {
  width: 25%;
  border-bottom: 1px solid #2759b9;
}
.price th:first-child {
  width: 50%;
}
.busPriceBtn {
  width: 80%;
  background: #ff7e00;
  border-radius: 3px !important;
  box-shadow: 0 2px #db6e00;
  color: #fff;
  display: block;
  text-align: center;
  padding: 3px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  text-decoration: none;
  margin: 0 auto;
}

/*
.scheduleBox .busPrice {
 border: 10px solid #edf1f8;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}
.scheduleBox .busPrice .btnDate {
 background: #ff7e00;
 border-radius: 3px !important;
 box-shadow: 0 3px 0 0 #db6e00;
 color: #fff;
 display: block;
 text-align: center;
 padding: 3px;
 width: 65px;
 -webkit-flex-shrink: 0;
 -ms-flex-shrink: 0;
 flex-shrink: 0;
}
.scheduleBox .busPrice .btnDate:before {
 top: 37%;
 right: 8px;
}
.scheduleBox .busPrice .priceList {
 width: 100%;
}
.scheduleBox .busPrice .priceList li {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-bottom: 2px solid #edf1f8;
 padding: 10px 10px 12px;
}
.scheduleBox .busPrice .priceList li:first-child {
 margin-top: -3px;
}
.scheduleBox .busPrice .tit {
 font-weight: bold;
 font-size: 13px;
}
.scheduleBox .busPrice .price {
 font-size: 12px;
 text-align: right;
}
.scheduleBox .busPrice .price span {
 color: #e64146;
 font-weight: 500;
 font-size: 18px;
 margin-right: 5px;
 vertical-align: -2px;
}
.scheduleBox .busOption {
  width: 100% !important;
}
.scheduleBox .busPrice .price span {
  font-size: 20px;
  display: inline-block;
  text-align: left;
}
.scheduleBox .busPrice .stock {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.scheduleBox .busPrice .stock span {
  font-size: 20px;
  font-weight: normal;
}
*/
@media screen and (min-width: 600px) {
  .scheduleBox .information {
    width: 60%;
  }
  .scheduleBox .payment {
    width: 40%;
  }
  /*
  .scheduleBox .maindata .imgBox {
    float: left;
    margin-bottom: 0;
    width: 200px;
  }
  .scheduleBox .maindata .busOption {
    float: left;
    width: 260px;
  }
  .scheduleBox .btnDate {
    box-shadow: 0 3px 0 0 #db6e00;
    font-size: 14px;
    padding: 5px 0;
  }
  .scheduleBox .btnDate:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
  .scheduleBox .btnDate:before {
    top: 42%;
  }
  .scheduleBox .busPrice {
    border-width: 6px;
    order: 2;
    width: 390px;
  }
  .scheduleBox .busPrice .priceList li {
    padding: 8px 10px 9px 15px;
  }
  .scheduleBox .busPrice .price {
    line-height: 1.5;
  }
  .scheduleBox .busPrice .price span {
    font-size: 24px;
  }
  */
}

/* modal_overlay */
.modal_overlay {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

/* map_modal */
#map_modal {
  border: 1px solid #000;
  padding: 10px;
  background-color: #e7f2ff;
  z-index: 5;
  top: 5%;
  left: 5%;
  position: absolute;
  width: 90%;
  display: none;
}
#GoogleMap {
  height: 300px;
}
#map_modal detailTable td {
  background-color: #fff;
}
#map_modal .btnBack {
  cursor: pointer;
  padding: 0px;
}
#map_close {
  display: block;
  padding: 10px;
}

/* pricemodal */
.pricemodal {
  border: 1px solid #000;
  padding: 10px;
  background-color: #fff;
  z-index: 5;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 90%;
  display: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  width: 95%;
  height: 90%;
  overflow-y: scroll;
}
.pricemodal p {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}
.pricemodal_close {
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
}
.pricemodal_close span {
  background-color: #2759b9;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
}
.pricemodal .price tr:nth-of-type(even) td {
  border-bottom: 1px solid #2759b9;
}
.pricemodal .planname {
  text-align: left;
  padding: 0.3rem;
}
@media screen and (min-width: 600px) {
  .pricemodal {
    width: 90%;
    height: auto;
  }
}


/* 便一覧下部のコンテンツ共通 */
.buslist_undercont {
  margin: 10px;
}
h2.list_mokuji {
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
  background-color: #0180ab;
  color: #fff;
}
h2.list_mokuji a {
  font-size: 2rem;
  color: #fff;
}
h3.detailmokuji {
  padding: 5px;
  font-weight: bold;
  border-bottom: 2px solid #444;
  position: relative;
}
h3.detailmokuji:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 25%;
  right: 5%;
}
h3.detailmokuji.active:before {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  top: 40%;
}
.buslist_undercont li {
  line-height: 1.5rem;
  padding: 3px 0;
  width: 100%;
}
.buslist_undercont a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #0168B7;
}

/* ドットコラム新着記事 bus_list.cssへ移動 210601桐村*/
#clmnew {
  margin-bottom: 3rem;
}
#clmnew ul {
  margin-bottom: 1rem;
  border-top: 1px solid #214280;
}
#clmnew li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #214280;
  width: 100%;
}
#clmnew li a {
 /* height: 100%;
  width: 100%;*/
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
#clmnew li a:hover {
  background-color: #edf1f8;
}
#clmnew p {
  text-align: center;
}
#clmnew p a {
  background-color: #214280;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  width: 70%;
  margin: 0 auto;
}
#clmnew img {
  max-width: 8rem;
}
#clmnew span {
  padding: 0.5rem;
}
@media screen and (min-width: 600px) {
  #clmnew p a {
    width: 30%;
  }
  #clmnew span {
    padding: 0.5rem 1rem;
  }
}

/* 詳細エリアから高速バスを探す */
#CityDetail ul {
  padding: 10px 5px;
  line-height: 0.8rem;
}
#CityDetail h3 a {
  color: #000;
}
#CityDetail .Priflist {
  padding: 10px;
  background-color: #dbf0fd;
}
#CityDetail .Priflist ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#CityDetail .Priflist li {
  width: 19%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 0 #d9d9d9;
  border-radius: 3px;
  margin: 0 1% 1.7% 0;
}
#CityDetail .Priflist li a {
  padding: 10px 0;
  text-decoration: none;
  color: #000;
}

/* 座席タイプから高速バスを探す */
#SeatDetail ul {
  padding: 10px 5px;
  line-height: 0.8rem;
}
#SeatDetail h3 a {
  color: #000;
}
#SeatDetail .Seatlist {
  padding: 10px;
  background-color: #dbf0fd;
}
#SeatDetail .Seatlist ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#SeatDetail .Seatlist li {
  width: 24%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 0 #d9d9d9;
  border-radius: 3px;
  margin: 0 1% 1.7% 0;
}
#SeatDetail .Seatlist li a {
  padding: 10px 0;
  text-decoration: none;
  color: #000;
}

/* 運行会社一覧 */
#AgtDetail ul {
  padding: 10px 5px;
  line-height: 0.8rem;
}

/* text */
#text {
  font-size: 1.5rem;
  border-top: 3px solid #0180ab;
  border-bottom: 3px solid #0180ab;
  padding: 10px 0;
}
#text .bold {
  font-weight: bold;
}

/* pankuzu */
#pankuzu ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pankuzu li {
  line-height: 1.1;
  display: inline-block;
  font-size: 0.5rem;
  width: auto;
}
#pankuzu a {
  line-height: 1.1;
  display: inline-block;
  font-size: 1.2rem;
  width: auto;
}
#pankuzu  li:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}
#pankuzu  li:last-child:after {
  content: none;
}
#pankuzu  li:last-child a {
  text-decoration: none;
  color: inherit;
}

/* othersearchlns detail.cssから移動 210512桐村 */
.lst-bus-kukan {
  margin: 5px 0;
  font-size: 1.2rem;
}
.lst-bus-kukan ul {
  display: inline
}
.lst-bus-kukan li{
  display: inline;
  width: auto;
}
.lst-bus-kukan a{
  color: #0168B7;
  width: auto;
  display: inherit;
  font-size: 1.2rem;
}



/* busList */
.busList {
  padding: 15px 10px;
}
#noResult {
  text-align: center;
  font-weight: bold;
  background-color: #fbfbb2;
  margin-bottom: 20px;
}
/* 
.busList th {
  border: none;
}
.busList th a {
  color: #000;
  text-decoration: none;
}
.busList td {
  border: none;
}
.busList .busInfo {
  border-bottom: 1px dashed #CCC;
  margin-bottom: 10px;
}
.busList .busInfo th {
  color: #FFF;
  font-weight: bold;
  background: #FD7114;
  border-left: 10px solid #FDB814;
  padding: 1px 5px;
}
.busList .busInfo .busTitle {
  color: #0068B7;
  font-weight: bold;
  line-height: 17px;
  padding: 5px 5px 5px 0;
}
.busList .busInfo .reserveBtn {
  width: 65px;
  height: 39px;
  padding: 10px 0;
}
.busList .busInfo .reserveBtn img {
  width: 65px;
  height: 39px;
}
.busList .busInfo01 {
  margin-bottom: 10px;
}
.busList .busInfo01 th {
  color: #FFF;
  font-weight: bold;
  padding: 0 5px;
  text-align: right;
  font-size: 12px;
}
.busList .busInfo01 .tourType {
  text-align: center;
  vertical-align: middle;
  background-color: #05406B;
}
.busList .busInfo01 .busTitle {
  color: #0068B7;
  font-weight: bold;
  line-height: 21px;
  padding: 7px 0;
  font-size: 16px;
}
.busList .busInfo01 .reserveBtn {
  width: 65px;
  height: 39px;
  padding: 10px 0;
}
.busList .busInfo01 .reserveBtn img {
  width: 65px;
  height: 39px;
}
.busList .busInfo02 {
  margin-bottom: 10px;
}
.busList .busInfo02 th {
  color: #FFF;
  font-weight: bold;
  line-height: 18px;
  background: #7EA904;
  padding: 1px 5px;
}
.busList .busInfo02 .tourType {
  text-align: center;
  vertical-align: middle;
  background-color: #658D03;
}
.busList .busInfo02 .busTitle {
  color: #0068B7;
  font-weight: bold;
  line-height: 17px;
  padding: 10px 0;
}
.busList .busInfo02 .reserveBtn {
  width: 85px;
  height: 39px;
  text-align: right;
  padding: 10px 0;
}
.busList .busInfo02 .reserveBtn img {
  width: 65px;
  height: 39px;
}
.busList .busDetail {
  color: #444;
  display: block;
}
.busList .busDetail table {
  margin-bottom: 5px;
}
.busList .busDetail th {
  width: 60px;
  height: 17px;
  padding-right: 10px;
}
.busList .busDetail th img {
  width: 60px;
  height: 17px;
}
.busList .busDetail li {
  list-style: none;
  float: left;
  margin: 0 1px 3px;
}
.busList .busDetail li img {
  width: 64px;
  height: 17px;
}
.busList .busDetail .busSchedule {
  padding-right: 22px;
}
.busList .busDetail .busPrice {
  font-size: 16px;
  color: #F00;
  font-weight: bold;
}
.busList .scheduleDisplay a {
  display: block;
  height: 24px;
  color: #444;
  font-weight: bold;
  text-decoration: none;
  background: url(../img/common/more_check_icon.png) 0 4px no-repeat;
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  padding-top: 2px;
  padding-left: 18px;
}
.busList .scheduleDisplay .active {
  background: url(../img/common/more_check_icon02.png) 0 4px no-repeat;
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
}
.busList .scheduleBox {
  padding-right: 10px;
}
.busList .scheduleBox .center {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #5c85d3;
  margin: 8px auto;
}
.busList .scheduleMode01 {
  font-size: 12px;
  background-color: #FEFBD9;
  padding: 5px;
  margin-bottom: 2px;
}
.busList .scheduleMode02 {
  font-size: 12px;
  background-color: #E4EFFF;
  padding: 5px;
  margin-top: 2px;
}
.busList .reserveBtn02 {
  width: 100%;
  border-top: 1px dashed #CCC;
  margin: 10px 0 0;
}
.busList .reserveBtn02 td {
  text-align: center;
  padding-top: 10px;
}
*/


/* 広告枠 */
.scheduleBox.advertisement {
  background-color: #edf1f8;
}
.scheduleBox.advertisement .titWrap .tit a:before {
  content: "【PR】";
}

/* 口コミ */
.name.pc_flex {
    display: block!important;
}
.no-review span {
    margin-left: 10px;
}
.review span {
    text-decoration: underline;
    margin-left: 10px;
}
.review span:hover {
    text-decoration: none;
}
p.next {
    line-height: 1.3;
    font-weight: bold;
    margin: 25px 0px 15px 5px;
    font-size: 1.5rem;
}
span.num {
    font-size: 26px;
    color: #2b5dbc;
    font-weight: bold;
    margin: 0 3px;
}
.next-btn {
    width: 30%;
    margin: 20px auto 80px auto;
    background-color: #214280;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    text-align: center;
}
.revSec .mainTit {
    border-left: 8px solid #214280;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 1.2rem;
    margin-top: 50px;
}
.dynList {
    font-size: 14px;
    margin: 0 -15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dynList li {
    border: none !important;
    width: 100%;
    height: auto;
}
.dynList li a{
    padding: 3px 0 3px 15px;
    height: 100%;
    padding: 0 5px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}


/* .typeList_dyn */
.typeListWrap_dyn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
  .typeListWrap_dyn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .dynList li {
    border: none !important;
    width: 25%;
    height: auto;
  }
}

.typeList_dyn {
  height: auto;
  margin-bottom: 3%;
  width: 100%;
}

.typeList_dyn a {
  display: block;
  height: 100%;
}

  .typeList_dyn a .txt span {
    display: inline;
    background-repeat: no-repeat;
    background-position: left center;
    position: static;
    top: auto;
    padding: 0.3rem 6rem 0.3rem 6rem;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }

.typeList_dyn.tL01 span {
  background-image: url(/module/img/common/ico-sheet01.png);
}

.typeList_dyn.tL02 span {
  background-image: url(/module/img/common/ico-sheet02.png);
}

.typeList_dyn.tL03 span {
  background-image: url(/module/img/common/ico-sheet03.png);
}

.typeList_dyn.tL04 span {
  background-image: url(/module/img/common/ico-sheet04.png);
}

.typeList_dyn.tL05 span {
  background-image: url(/module/img/common/ico-sheet05.png);
}

.typeList_dyn.tL06 span {
  background-image: url(/module/img/common/ico-sheet06.png);
}

.typeList_dyn.tL07 span {
  background-image: url(/module/img/common/ico-sheet07.png);
}
@media screen and (min-width: 600px) {
  .typeList_dyn {
    height: auto;
    width: 32.5%;
    margin: 0 1.25% 1.25% 0;
  }

  .typeList_dyn:nth-of-type(3n) {
    margin-right: 0;
  }

  .typeList_dyn a {
    overflow: hidden;
  }

  .typeList_dyn a img {
    transition-duration: 0.3s;
  }

  .typeList_dyn a img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }

.typeList_dyn a .txt span {
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}

  .typeList_dyn.tL03 a .txt span,
  .typeList_dyn.tL05 a .txt span,
  .typeList_dyn.tL06 a .txt span {
    padding-left: 3rem;
  }
}

