@charset "UTF-8";
@import url(./vendor/slick.css);
@import url(./vendor/slick-theme.css);
@import url("https://fonts.googleapis.com/css?family=Spectral:600");
body {
  font-weight: 500;
  font-family: YuGothic,游ゴシック,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
  background-image: url("./../images/background.png");
  background-size: 75px;
  color: #43403B; }

.section {
  padding: 3.5rem 0 3.5rem; }
  .section .container > *:last-child {
    margin-bottom: 2rem; }
  .section.section-plain {
    background-color: #F3ECE3; }
    .section.section-plain.section-plain-frame {
      background-image: url("./../images/frame_tl.png"), url("./../images/frame_tr.png"), url("./../images/frame_br.png"), url("./../images/frame_bl.png");
      background-position: top left,top right,bottom right,bottom left;
      background-repeat: no-repeat,no-repeat,no-repeat,no-repeat; }
  .section.section-darkplain {
    background-color: #B8B485; }
    .section.section-darkplain.section-darkplain-frame {
      background-image: url("./../images/topframe_l.png"), url("./../images/topframe_r.png");
      background-position: top left,top right;
      background-repeat: no-repeat,no-repeat;
      background-size: 64px; }

.subsection {
  margin: 5rem 0 4rem; }

.item-title {
  text-align: center; }
  .item-title .title-en {
    display: block;
    line-height: 1.5rem;
    font-family: "Spectral", serif !important;
    letter-spacing: 0.1em; }
    .item-title .title-en span {
      display: inline-block; }
      .item-title .title-en span:first-letter {
        font-size: 1.5em; }
  .item-title .title-ja {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    font-weight: 500 !important;
    display: block;
    margin-top: 1rem; }

h3.section-title {
  margin-top: 0;
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative; }
  h3.section-title:after, h3.section-title:before {
    position: absolute;
    display: block;
    background-repeat: repeat-x;
    content: "";
    background-size: 22px 14px;
    width: 220px;
    height: 14px;
    top: 0; }
  h3.section-title:before {
    right: 66%;
    background-position: right 0;
    background-image: url("./../images/title_pattern_l.png"); }
  h3.section-title:after {
    left: 66%;
    background-position: left 0;
    background-image: url("./../images/title_pattern_r.png"); }

.section-story {
  text-align: center;
  letter-spacing: .075em;
  margin-bottom: 3rem; }

.top-panel .top-panel-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 350px;
  height: 30vw; }
  .top-panel .top-panel-bg.slick-slider {
    display: block; }
  .top-panel .top-panel-bg div {
    width: 100%;
    height: 350px;
    height: 30vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .top-panel .top-panel-bg div.top-panel-bg-1 {
      background-image: url("./../images/top.jpg");
      background-position: center bottom; }
    .top-panel .top-panel-bg div.top-panel-bg-2 {
      background-image: url("./../images/top2.jpg");
      background-position: center bottom; }
    .top-panel .top-panel-bg div.top-panel-bg-3 {
      background-image: url("./../images/top3.jpg"); }
    .top-panel .top-panel-bg div.top-panel-bg-4 {
      background-image: url("./../images/top4.jpg"); }
	.top-panel .top-panel-bg div.top-panel-bg-5 {
      background-image: url("./../images/top5.jpg"); }
	.top-panel .top-panel-bg div.top-panel-bg-6 {
      background-image: url("./../images/top6.jpg"); }
	.top-panel .top-panel-bg div.top-panel-bg-7 {
      background-image: url("./../images/top7.jpg"); }
	.top-panel .top-panel-bg div.top-panel-bg-8 {
      background-image: url("./../images/top8.jpg"); }
	.top-panel .top-panel-bg div.top-panel-bg-9 {
      background-image: url("./../images/top9.jpg"); }
.top-panel .container {
  position: relative;
  height: 350px;
  height: 30vw; }
  .top-panel .container .sitename {
    position: absolute;
    left: 4em;
    bottom: 2em;
    height: 10rem; }

#pc_sitename {
  width: 100%;
  height: 350px;
  height: 30vw;
  background-image: url("./../images/sitename.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 400px 83px; }
  #pc_sitename span {
    display: none; }

.dl-table-wrapper dl {
  width: 100%;
  background: #f4f4f4;
  max-width: 700px;
  margin: 2px auto; }
  .dl-table-wrapper dl:after {
    display: block;
    content: "";
    clear: both; }
  .dl-table-wrapper dl dt {
    width: 22%;
    float: left;
    padding: 10px; }
  .dl-table-wrapper dl dd {
    border-left: 1px solid #c6b689;
    width: 70%;
    float: right;
    margin: 3px 0;
    padding: 7px 10px; }
    .dl-table-wrapper dl dd ul {
      margin: 0;
      padding: 0; }
      .dl-table-wrapper dl dd ul li {
        list-style-type: none; }
    .dl-table-wrapper dl dd table tr th {
      padding-right: 1em;
      font-weight: 500; }

footer {
  background-color: #43403B;
  padding: 0 0; }
  footer #pageupper {
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    cursor: pointer;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    float: right;
    background-color: #43403B; }
    footer #pageupper span {
      display: none; }
  footer .copy {
    text-align: center;
    padding: 2rem 0;
    color: white;
    margin-left: 60px; }

menu {
  padding-left: 0 !important; }
  menu ul {
    list-style: none;
    padding: 0; }
    menu ul:after {
      display: block;
      clear: both;
      content: ""; }
    menu ul li {
      display: block;
      float: left;
      width: 25%; }
      menu ul li a {
        display: block;
        text-align: center;
        color: #43403B !important;
        position: relative;
        text-decoration: none !important; }
        menu ul li a:active, menu ul li a:hover {
          background-color: #F3ECE3; }
        menu ul li a:before, menu ul li a:after {
          position: absolute;
          width: 1px;
          background-color: #B8B485;
          height: 3em;
          top: 0.25em; }
        menu ul li a:before {
          content: "";
          left: 0; }
      menu ul li:last-child a:after {
        content: "";
        right: 0; }

header .lisence {
  margin-top: 58px;
  float: right;
  font-size: 1.2rem; }
header .brand-logo {
  margin-top: 8px;
  margin-bottom: 8px;
  display: block; }
  header .brand-logo img {
    height: 72px; }

.subsection-title {
  text-align: center;
  font-size: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em; }

.subsub-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em; }

.contact-part {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem; }
  .contact-part a {
    text-decoration: none !important; }
  .contact-part .tel {
    display: block;
    margin-top: 0.5em; }
    .contact-part .tel .icon {
      height: 2em; }
    .contact-part .tel .num {
      margin-left: 0.5em;
      height: 2em; }
    .contact-part .tel .descript {
      display: none; }
  .contact-part .fax {
    display: block;
    margin-top: 1em; }
    .contact-part .fax .icon {
      height: 2em; }
    .contact-part .fax .num {
      margin-left: 0.5em;
      height: 2em; }
  .contact-part .email {
    display: block;
    margin-top: 1em; }
    .contact-part .email .icon {
      height: 2em; }
    .contact-part .email .num {
      margin-left: 0.5em;
      height: 2em; }
    .contact-part .email .descript {
      display: none; }

.btn-recruit {
  display: block;
  text-align: center;
  border-right: 2px;
  background-color: #B8B485;
  cursor: pointer;
  text-decoration: none !important;
  color: white !important;
  font-weight: bold;
  margin: 1em 0; }
  .btn-recruit:hover, .btn-recruit.active {
    background-color: #a5a065; }

#photo_selega {
  background-image: url("./../images/selega.jpg"); }

#photo_hiace {
	background-image: url(./../images/mediumbus.JPG);
}

#photo_coaster {
  background-image: url("./../images/coaster.jpg"); }
#photo_mediumbus {
  background-image: url(./../images/smallbus_S512.jpg); }
#photo_largebushighdecker {
  background-image: url(./../images/largebus_L712.jpg); }
#photo_largebus {
  background-image: url(./../images/largebus.jpg); }
#photo_mediumbus02 {
  background-image: url(./../images/mediumbus_S511.jpg); }
#photo_commuter {
  background-image: url(./../images/c_w112.jpg); }

.banners {
  text-align: center; }
  .banners a {
    display: inline-block;
    margin: 0em 1em;
    background-color: white; }
    .banners a img {
      height: 4em; }
    .banners a:hover img {
      opacity: 0.7; }

.section.sitename_sp {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  .section.sitename_sp .sitename {
    display: block;
    margin: auto;
    width: 190px;
    height: auto; }
  .section.sitename_sp .lisence-sp {
    font-size: 1rem; }

@media screen and (max-width: 768px) {
  .first-section {
    margin-top: 57px; }

  .dl-table-wrapper dl:after {
    display: block;
    content: "";
    clear: both; }
  .dl-table-wrapper dl dt {
    float: none;
    width: auto;
    display: block; }
  .dl-table-wrapper dl dd {
    border-left: 0;
    border-top: 1px solid #c6b689;
    float: none;
    width: auto;
    display: block; }
    .dl-table-wrapper dl dd ul {
      margin: 0;
      padding: 0; }
      .dl-table-wrapper dl dd ul li {
        list-style-type: none; }

  .section.section-plain.section-plain-frame {
    background-size: 64px; }

  .page-downer {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em !important;
    display: block;
    background-image: url("./../images/downner.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px; }

  .top-panel {
    margin-top: 57px; }
    .top-panel .top-panel-bg {
      position: inherit;
      height: 50vh; }
      .top-panel .top-panel-bg div {
        height: 50vh; }
    .top-panel .container {
      position: relative;
      height: 50vh; }
      .top-panel .container .sitename {
        position: absolute;
        left: 10%;
        right: 10%;
        bottom: 50%;
        height: auto;
        width: 80%; }

  h3.section-title {
    margin-bottom: 3rem;
    margin-top: 2rem;
    margin-right: 1rem;
    margin-left: 1rem; }
    h3.section-title .title-en {
      font-size: 2rem;
      letter-spacing: 0.05em; }
    h3.section-title:after, h3.section-title:before {
      background-size: 11px 8px;
      width: 66px;
      height: 8px;
      top: 4px; }
    h3.section-title:before {
      left: 0;
      right: auto;
      background-position: right 0; }
    h3.section-title:after {
      right: 0;
      left: auto;
      background-position: left 0; }

  .section .contact-part {
    border-style: solid;
    border-width: 1px;
    border-color: #B8B485; }

  .section-plain .contact-part {
    border-color: white; }

  .contact-part {
    margin: 0 3rem;
    padding-bottom: 1em;
    text-align: center; }
    .contact-part .subsub-title {
      letter-spacing: 0.1em; }
    .contact-part a {
      color: #43403B !important;
      text-decoration: none !important; }
    .contact-part:after {
      content: "";
      display: block;
      clear: both; }
    .contact-part .fax {
      display: none; }
    .contact-part .tel {
      float: left;
      width: 50%;
      display: block;
      margin-top: 0em; }
      .contact-part .tel .icon {
        height: 2.5em; }
      .contact-part .tel .num {
        display: none; }
      .contact-part .tel .descript {
        display: block; }
    .contact-part .email {
      float: left;
      width: 50%;
      display: block;
      margin-top: 0em; }
      .contact-part .email .icon {
        height: 2.5em; }
      .contact-part .email .num {
        display: none; }
      .contact-part .email .descript {
        display: block; }

  .banners {
    margin-bottom: 2rem; }
    .banners a {
      display: inline-block;
      margin: 0 0.5em 1em;
      background-color: white; }
      .banners a img {
        height: 4em; }
      .banners a:hover img {
        opacity: 0.7; }

  footer {
    position: relative; }
    footer #pageupper {
      display: block;
      margin: -24px auto 0;
      font-size: 18px;
      line-height: 48px;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      float: none;
      background-color: #43403B; }
      footer #pageupper i {
        left: 1px; }
      footer #pageupper span {
        position: absolute;
        display: block;
        right: 0;
        top: -0.5em;
        left: 0;
        text-align: center;
        font-size: 1.2rem; }
    footer .copy {
      padding: 2rem 0;
      margin-left: 0px; }

  #car_list {
    display: none; }
    #car_list.slick-slider {
      display: block; }
    #car_list .slick-list {
      margin-bottom: 60px; }
      #car_list .slick-list .car-card {
        margin: 0 1em;
        padding: 1em;
        background-color: #F3ECE3; }
        #car_list .slick-list .car-card .car-photo {
          background-image: none !important;
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25); }
          #car_list .slick-list .car-card .car-photo img {
            width: 100%;
            display: block;
            height: auto; }
        #car_list .slick-list .car-card .car-description {
          text-align: center; }
          #car_list .slick-list .car-card .car-description p {
            line-height: 1.4;
            letter-spacing: 0.05em;
            font-size: 1.3rem; }
          #car_list .slick-list .car-card .car-description .car-name {
            letter-spacing: 0.05em;
            font-weight: bold; }
            #car_list .slick-list .car-card .car-description .car-name .car-name-en {
              display: block;
              font-size: 1.2rem;
              margin: 0.4em 0; }
            #car_list .slick-list .car-card .car-description .car-name .car-name-ja {
              display: block;
              font-size: 2rem; }

  menu {
    margin-top: 1rem !important;
    padding-left: 0 !important; }
    menu ul {
      list-style: none;
      padding: 0; }
      menu ul li {
        display: block;
        float: none;
        width: 100%; }
        menu ul li a {
          height: 40px;
          border-bottom: 1px solid #B8B485; }
          menu ul li a:after, menu ul li a:before {
            content: none !important; }
          menu ul li a:active {
            background-color: transparent; }
          menu ul li a .item-title:after {
            clear: both;
            content: "";
            display: block; }
          menu ul li a .item-title .title-en {
            float: left;
            display: block;
            letter-spacing: 0;
            margin: 14px 0 0; }
          menu ul li a .item-title .title-ja {
            float: right;
            display: block;
            margin: 0;
            line-height: 40px; }

  header {
    padding-top: 4px;
    padding-bottom: 4px; }
    header .navbar-toggle {
      position: absolute;
      font-size: 1rem;
      font-family: "Spectral", serif !important;
      top: 2px;
      right: 2px;
      text-align: center;
      margin: 0;
      height: 50px;
      padding: 1px 12px;
      background-color: #F3ECE3; }
      header .navbar-toggle .navbar-toggle-text {
        display: block;
        line-height: 1; }
      header .navbar-toggle img {
        height: 28px; }
      header .navbar-toggle.collapsed {
        background-color: transparent !important; }
    header .lisence {
      display: none; }
    header .brand-logo {
      display: block;
      text-align: center;
      margin-top: 4px;
      margin-bottom: 4px; }
      header .brand-logo img {
        height: 40px; }

  .headers {
    width: 100%;
    position: fixed;
    top: 0;
    background-image: url("./../images/background.png");
    background-size: 75px;
    z-index: 100000;
    border-bottom: 1px solid #B8B485; } }
@media screen and (max-width: 768px) and (min-width: 514px) {
  #car_list .slick-list .car-card .car-photo {
    float: left;
    width: 40%;
    margin-top: 10px;
    margin-left: 10px; }
  #car_list .slick-list .car-card .car-description {
    float: right;
    width: 50%;
    margin-right: 5%; } }
@media screen and (max-width: 320px) {
  h3.section-title:after, h3.section-title:before {
    width: 55px; } }
@media screen and (min-width: 768px) {
  .section.section-plain.section-plain-frame {
    background-size: 96px; }

  menu {
    margin: 0 !important; }
    menu.collapse {
      display: block !important; }
    menu ul {
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
      menu ul li a {
        padding-top: 0.5em;
        padding-bottom: 0.5em; }
        menu ul li a .title-ja {
          line-height: 1;
          margin-top: 0.2rem; }

  #car_list {
    margin-top: 5rem;
    margin-bottom: 2em; }
    #car_list .car-card {
      margin: 0 0;
      padding: 0; }
      #car_list .car-card:after {
        clear: both;
        display: block;
        content: ""; }
      #car_list .car-card .car-photo {
        background-position: center center;
        background-size: cover;
        width: 50%;
        float: left;
        height: 230px;
        position: relative;
        box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.25); }
        #car_list .car-card .car-photo img {
          display: none; }
        #car_list .car-card .car-photo:after {
          opacity: 0.95;
          content: none;
          position: absolute;
          right: 0;
          top: 100px;
          margin-top: -11px;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 11px 19px 11px 0px;
          border-color: transparent white transparent transparent;
          z-index: 0; }
      #car_list .car-card .car-description {
        width: 50%;
        float: right; }
        #car_list .car-card .car-description .car-description-inner {
          width: 310px;
          margin: 3rem auto 0; }
        #car_list .car-card .car-description p {
          letter-spacing: 0.05em;
          line-height: 1.4;
          font-size: 1.3rem; }
        #car_list .car-card .car-description .car-name {
          letter-spacing: 0.1em;
          font-weight: bold; }
          #car_list .car-card .car-description .car-name .car-name-en {
            font-size: 1.2rem;
            display: block;
            margin: 0.5em 0; }
          #car_list .car-card .car-description .car-name .car-name-ja {
            font-size: 2rem;
            display: block; }
      #car_list .car-card.car-card-right .car-photo {
        float: right; }
        #car_list .car-card.car-card-right .car-photo:after {
          left: 0;
          right: auto;
          border-width: 11px 0px 11px 19px;
          border-color: transparent transparent transparent white; }
      #car_list .car-card.car-card-right .car-description {
        float: left; } }
@media screen and (min-width: 992px) {
  .section.section-plain.section-plain-frame {
    background-size: 126px; }

  #car_list .car-card .car-photo {
    height: 280px; }
    #car_list .car-card .car-photo:after {
      top: 140px;
      margin-top: -22px;
      border-width: 22px 38px 22px 0px; }
  #car_list .car-card .car-description .car-description-inner {
    width: 380px;
    margin: 5rem auto 0; }
    #car_list .car-card .car-description .car-description-inner p {
      font-size: 1.4rem;
      line-height: 1.5; }
    #car_list .car-card .car-description .car-description-inner .car-name {
      line-height: 1.5; }
  #car_list .car-card.car-card-right .car-photo:after {
    border-width: 22px 0px 22px 38px; } }
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px; }

  #car_list .car-card .car-photo {
    height: 340px; }
    #car_list .car-card .car-photo:after {
      top: 170px; }
  #car_list .car-card .car-description .car-description-inner {
    width: 426px;
    margin: 6rem auto 0; }
    #car_list .car-card .car-description .car-description-inner p {
      font-size: 1.6rem; }
    #car_list .car-card .car-description .car-description-inner .car-name {
      letter-spacing: 0.1em; }
      #car_list .car-card .car-description .car-description-inner .car-name .car-name-en {
        font-size: 1.3rem; }
      #car_list .car-card .car-description .car-description-inner .car-name .car-name-ja {
        font-size: 2.4rem; } }
