@import url(https: //fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https: //fonts.googleapis.com/css?family=Pacifico);

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

body {
  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

a {
  transition: all .5s;
  color: #FFFFFF;
  text-decoration: none;
}

a:hover, .active {
  text-decoration: none;
}

a:active, a:focus, input:active, input:focus {
  outline: 0;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  border: 0;
  transition: all .5s;
}

.pb50 {
  padding-bottom: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  padding: 0 0 5px 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000px;
}

.overflow {
  overflow: hidden;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

#sec02{
  width: 60%;
  margin:0 auto;
  background-color: #fffada;
  padding: 20px 0;
}

#sec02 h6{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
width:100%;
margin: 0 auto 8px;
font-size: 25px;
font-weight: 600;
text-align: center;
border-bottom: 3px solid #fff;
letter-spacing: 0.1em;
}

.sec02_bottom{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width:100%;
  height:80px;
  line-height:40px;
  text-align:center;
  color:#fff;
  font-size:20px;
  font-weight: 600;
  background:#A99314;
  margin:20px 0;
  padding:0;
}
.sec02_bottom p:nth-child(2){
  font-size: 30px;
}

/* 新着情報
------------------------------------------------------------*/
.topics_bnr{
  padding-top: 40px;
  width: 60%;
  margin: 0 auto 8px;
}
.topics_bnr img{
  width: 100%;
  margin: 0 auto 8px;
}


.new_info {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 60%;
  margin: 0 auto 8px;
  padding-top: 40px;
  background-size: 1px 1px;
  border-bottom: 3px solid #A99314;
  letter-spacing: 0.1em;
  position: relative;
}

.new_info h4 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}

.new_info>a:before{
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new_info>a{
  text-align: center;
  padding: 0 0 0 8px;
  position: absolute;
  right: 0;
  top:50px;
  width: 100px;
  background-color: #20202f;
  color: #efefef;
}


.topics dl {
  width: 60%;
  margin: 0 auto;
  padding: 40px 0;
}

.topics dt {
  padding-bottom: 5px;
}

/* 緊急お知らせ*/
.notice_txt{
  padding: 0%;
  margin-bottom: 20px;
  text-align: center;
  border: 4px solid #ff0000;
  width: 60%;
  margin: 0 auto;
}
.notice_txt h5{
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 8px 0 8px 15px;
  background-color: #ff0000;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.notice_txt p{ padding: 0px 15px 15px;}
.notice_txt img {
  width: 96%;
  margin-bottom: 10px;
}
.notice_txt span {font-weight: bold;}



@media screen and (min-width: 768px) {
  .topics dt {
    clear: left;
    float: left;
    width: 10%;
  }

  .topics dd {
    margin-left: 20%;
  }
}



/* ヘッダー
------------------------------------------------------------*/
#header {
  border-top: 3px solid #000000;
  text-align: center;
}

.header_contact {
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #A99314;
  padding: 0 10px 2px;
  display: block;
  position: relative;
}

.header_contact img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 21px;
  height: 14px;
}


#mainnav a {
  color: #000;
}

#mainImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img {
  position: absolute;
  left: 50%;
  max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}

#s01 .scroll {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
}

#s01 .detail {
  position: absolute;
  top: 53px;
  left: 0;
}

#s01 .detail02 img {
  vertical-align: bottom;
}

#bg_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  height: 90px;
  font-size: 27px;
  padding-top: 32px;
  background: #f5f5f5 bottom repeat-x;
  border-bottom: 7px solid #a99314;
  color: #010101;
  text-align: center;
  line-height: 120%;
  background-image: url(../images/title_bottom.png);
}

.en_title {
  font-size: 80%;
  color: #9B8514;
}

.headerright_contact02 {
  margin-left: 12px;
  float: left;
  text-align: left;
}

.btn_agent, .btn_pdf {
  height: 42px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #d80f00;
  margin: 10px;
  padding: 0;
  display: block;
  position: relative;
}

.btn_agent img, .btn_pdf img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0;
  width: 18px;
  height: 24px;
}

.btn_agentimg {
  padding-left: 15px;
  display: block;
  position: relative;
}

.btn_agentimg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #9E7100;
  border-right: 2px solid #9E7100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.agentbg {
  margin: 40px 0 30px;
  padding: 10px 10px;
  background: #F7F9F8;
}



/* モーダルウィンドウ
------------------------------------------------------------*/
.bn_language {
  float: right;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #132a7f;
  padding: 0 20px 2px;
  display: block;
  position: relative;
}

.bn_language img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
}

.bn_dairi {
  float: right;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #e3493e;
  margin-top: 20px;
  padding: 0 20px 2px;
  display: block;
  position: relative;
}


.lock {
  overflow: hidden;
}

.modal-content {
  position: relative;
  display: none;
  width: 96%;
  margin: 30px 2%;
  padding: 10px 0 0;
  border: 1px solid #061a63;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-content p {
  margin: 0;
  padding: 0;
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}


.modal-open {
  color: #FFFFFF;
  text-decoration: none;
}

.modal-open:hover {
  cursor: pointer;
  color: #FFFFFF;
}

.modal-close {
  color: #00f;
  text-align: right;
}

.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

p.close_top {
  text-align: right;
  margin: 10px 0 20px;
}

p.close_top .modal-close {
  height: 35px;
  border: 1px solid #A5A4A4;
  color: #A5A4A4;
  font-size: 1.2em;
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #ffffff;
}

.modal-content > ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.modal-content > ul li.lavel {
  background-color: #000000;
  font-size: 1.6em;
  padding: 5px 30px;
  font-weight: bold;
}


.modal-content > ul li.lavel a {
  color: #fff;
}

ul.nav_box {
  background-color: #f1f1f1;
  margin: 0;
  padding: 15px 0 0;
  overflow: hidden;
}

ul.nav_box li {
  font-size: 1.5em;
  width: 47%;
  float: left;
  margin: 0 0 20px 3%;
}

ul.nav_box li a {
  color: #505050;
  display: block;
}

ul.nav_box li a:hover {
  color: #565656;
}

p.close_bottom {
  background-color: #e8e6c2;
  overflow: hidden;
  text-align: center;
}


p.close_bottom a {
  display: block;
  color: #a5a4a4;
  background-color: #fff;
  padding: 10px 30px;
  font-size: 1.4em;
}



/* フッター
------------------------------------------------------------*/
#footer {
  background: #323232;
  color: #FFFFFF;
  clear: both;
  padding: 15px 0px 10px 0;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
}


/* 共通
------------------------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
}

section {
  clear: both;
  padding-top: 40px;
}


section h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 60%;
  margin: 0 auto 8px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  background-size: 1px 1px;
  border-bottom: 3px solid #A99314;
  letter-spacing: 0.1em;
}

section h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0px auto 42px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background-size: 1px 1px;
  line-height: 140%;
  letter-spacing: 0.1em;
}

section h2 span {
  padding: 0 80px;
}

.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.inner02 {
  width: 94%;
  margin: 0px auto;
  padding: 4px 0 9px;
}

.inner03 {
  width: 94%;
  margin: 0 auto;
  padding: 0;
}

.inner_top {
  width: 70%;
  margin: 0 auto;
}

.innerS {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.innerimg {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0px;
}

.red {
  color: #FF4D4D;
}

.Yellow {
  color: #A99213;
}

.f90 {
  font-size: 90%;
}

.center {
  text-align: center;
}


.subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 80%;
  margin-bottom: 9px;
  padding-bottom: 13px;
  border-bottom: 1px solid #DDDDDD;
}

.subtitle_dot {
  font-size: 18px;
  font-weight: 400;
  line-height: 80%;
  margin-top: 11px;
  margin-bottom: 9px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #b6b6b6;
}


/*   page-top    */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #98988b;
  text-decoration: none;
  color: #fff;
  width: 65px;
  padding: 18px 0;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
  background: #a8ab84;
}

/* ECS header
------------------------------------------------------------*/
#headerWrap {}

#header h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 27px;
  line-height: 120%;
  text-align: left;
  float: left;
}

#header h1 a {
  color: #000000;
}

#header h1 p {
  font-weight: normal;
  font-size: 12px;
}

#headerright {
  float: right;
}

.headerright_tel {
  float: left;
  line-height: 142%;
  text-align: right;
  margin: 8px 29px 0;
}

.headerright_contact {
  float: left;
}

.headetext {
  font-size: 11px;
}

.headetext a {
  color: #000000;
}

.headetext a:hover {
  color: #3D3D3D;
  text-decoration: underline;
}

.header_tel {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 6px;
}

.header_tel img {
  margin-right: 5px;
}

.counter_time {
  font-size: 13px;
}

#mainimg_wrap {
  display: block;
  position: relative;
}

#mainimg_inner {
  position: absolute;
  bottom: 50px;
  right: 50px;
}



/* SEC02 bus
------------------------------------------------------------*/
#sec02 h4 {
  border-left: 5px solid #10101D;
  font-size: 20px;
  text-align: left;
  padding-left: 6px;
  margin: 40px 0 10px;
  font-weight: normal;
}

#sec02 h5, #sec07 h5, #sec05 h5 {
  padding: 3px 0 5px;
  margin-bottom: 15px;
  background: #20202F;
  color: #FFFFFF;
  text-align: center;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.3em;
}

.sec02text {
  font-size: 18px;
  font-weight: 400;
}

.businner {
  overflow: hidden;
  border: 1px solid #BBBBBB;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.businnerbox {
  max-width: 922px;
  margin: 20px auto;
  padding: 0 10px;
}

.sheetbox {
  overflow: hidden;
  background: #F7F9F8;
  padding: 33px 10px 20px;
}

.sheetbox img {
  text-align: center;
}

.sheetbox_inner {
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}

.sheetbox_innermini {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

.sheetbox_innermini img {
  text-align: center;
}

.btn_bus {
  height: 42px;
  width: 47.3%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #10101D;
  margin: 23px 10px 10px;
  padding: 0;
  display: block;
  position: relative;
  float: left;
}

.btn_bus:hover, .btn_bus_mini:hover {
  background: #646464;
}

.btn_bus img, .btn_bus_mini img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0;
  width: 18px;
  height: 24px;
}

.btn_bus_mini {
  height: 42px;
  width: 46.2%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #10101D;
  margin: 23px 10px 10px;
  padding: 0;
  display: block;
  position: relative;
  float: left;
}

.busabut_ul {
  margin-bottom: 10px;
}

.busabut {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #DDDDDD;
}


.busabut_ul02 {
  float: left;
  width: 445px;
  margin-top: 20px;
}

.busabut_ul02space {
  margin-left: 32px;
}

/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img {
  width: 100%;
  margin-bottom: 30px;
}


/* SEC04 車両ラインナップ
------------------------------------------------------------*/
#sec04_02 h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 60%;
  margin: 0 auto 8px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  background-size: 1px 1px;
  border-bottom: 3px solid #A99314;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

#sec04_02 h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 30px auto 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 170%;
  background-size: 1px 1px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.col4 img {
  display: block;
  margin: 0 auto 5px;
}

.top_bn img {
  display: block;
}

.col4 li, .top_bn li {
  line-height: 2.0;
}

.col4 .img {
  padding: 0 20px 0 0;
  margin-bottom: 40px;
  line-height: 0 !important;
}

#sec04_02 {
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 65px 20px 0;
}

#sec04_02 img {
  width: auto;
}


#bus01 {
  margin-top: -50px;
  padding-top: 60px;
}

#bus02, #bus03 {
  padding-top: 100px;
}


/* SEC07 guide
------------------------------------------------------------*/
.qabox {
  margin: 42px 0 0;
}

.qa-1 {
  padding-bottom: 15px;
  padding-left: 2.5em;
  text-indent: -1.2em;
}

.qa-1 span {
  color: #FF7272;
  font-size: 17px;
  margin-right: 6px;
}

.contactbg {
  margin: 10px 0;
  padding: 10px 10px;
  background: #F7F9F8;
}

.contact_border {
  margin: 35px 0px 0;
  padding: 29px 10px 22px;
  border: 1px solid #cacaca;
}

.thankscontactbg {
  margin: 10px 0 50px;
  padding: 10px 10px;
  background: #F7F9F8;
}

.btn_contact {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #A99314;
  margin: 10px;
  padding: 0;
  display: block;
  position: relative;
}

.btn_contact img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0;
  width: 22px;
  height: 15px;
}

.contactbox_inner {
  width: 90%;
  margin: 0 auto;
}

.contactbox {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  float: left;
  margin: 16px 0 13px;

}

.contactbox .contactbox_time {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: right;
  font-weight: normal;
}

.contactbox img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 27px;
  width: 120px;
  height: 23px;
  vertical-align: 2px;
}

.contactbox a {
  color: #000000;
}

/* SEC06 PROJECT
------------------------------------------------------------*/
#sec06 {
  width: 100%;
}

/* 開閉するアコーディオンメニュー */
.accordionbox {
  width: 100%;
  margin: 10px auto 0px;
}

.accordionlistdt {
  display: block;
  margin: 0 0 15px 0;
  padding: 9px 0 10px 5px;
  overflow: hidden;
  background: #20202F;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.accordionlist dt:first-child {
  border-top: none !important;
}

.accordionlist dt .title {
  padding-left: 10px;
  float: left;
}

.accordionlistdt:hover {
  cursor: pointer;
}

.accordionlist dd {
  display: none;
  overflow: hidden;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
  top: 12px;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*よくあるご質問 table
---------------------------------------------------- */
.tbl_qa {
  margin: 0 0 10px;
  width: 100%;
  border-collapse: collapse;
}

.tbl_qa th,
.tbl_qa td {
  font-weight: normal;
  padding: 12px 10px;
  border: 1px solid #CCC;

}

.tbl_qa th {
  background: #EEE;
  text-align: center;
  border-right: none;
  width: 40%;
}


/* SEC05 COMPANY
------------------------------------------------------------*/


/* table
---------------------------------------------------- */
.tbl_SEC05 {
  margin: 5px 0 0px 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.tbl_SEC05 th,
.tbl_SEC05 td {
  padding: 10px 7px;
  border-bottom: 1px solid #DDDDD7;

}

.tbl_SEC05 th {
  color: #A99314;
  width: 25%;
  font-weight: normal;
}



#sec05 p {
  margin-bottom: 5px;
}

.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

#sns img {
  padding: 35px 10px 5px 0;
}

#sns a:hover img {
  opacity: .8;
}

#map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  border: 0;
}

/* SEC group
------------------------------------------------------------*/
#group_wrp {
  background: #F7F9F8;
  padding: 36px 0 15px;
}

#group_wrp h2 {
  border-bottom: none;
}

#group_wrp h3 {
  color: #A99213;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0px auto 30px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  background-size: 1px 1px;
  letter-spacing: 0.1em;
  line-height: 120%;

}

.group_text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: 400;
}

.group {
  width: 90%;
  margin: 0 auto;
}

.group li {
  display: inline-block;
  padding: 0;





  margin-bottom: 0;
  vertical-align: top;
  text-align: left;
}

.groupleft {
  width: 47%;
  float: left;
}

.groupright {
  width: 47%;
  float: right;
}


/* SEC04 footer
------------------------------------------------------------*/
#footerleft {
  float: left;
  text-align: left;
  letter-spacing: 0.1em;
}

#footerright {
  float: right;
}

.copy {
  color: #919191;
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}

.btn_footer {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #A99314;
  margin: 10px 0;
  padding: 0;
  display: block;
  position: relative;
}

.btn_footer img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0;
  width: 21px;
  height: 14px;
}


/*contact
------------------------------------------------------------*/

.hissu {
  color: #FF4C4C;
}

.tbl_formtext {
  background: #A99314;
  color: #FFFFFF;
  text-align: left;
  padding: 6px 10px;
  font-weight: normal;
  font-size: 18px;
}

table.tbl_form {
  border-spacing: 5;
  border-collapse: none;
}

.tbl_form {
  margin: 5px 0 40px 0;
  width: 100%;
  color: #525244;
}

.tbl_form label {
  margin: 3px 0 5px 0;
  display: block;
}

.tbl_form th,
.tbl_form td {
  padding: 12px 10px;
}

.tbl_form th {
  background: #DDDDD7;
  text-align: center;
  width: 30%;
  font-size: 95%;
  font-weight: normal;
}

.tbl_form td {
  background: #FAFAF8;
}

.tbl_form a {
  text-decoration: underline;
  color: #780019;
}

.infobox {
  background: #FFFFFF;
  font-size: 14px;
  height: 12.5em;
  /* 高さを制限(※) */
  overflow: auto;
  /* スクロールバーを表示(※) */
  border: #E0E0E0 1px solid;
  /* 枠線を追加 */
  margin: 8px 0;
  padding: 5px;
}

/*radio01 css*/
.radio01-input {
  display: none;
}

.radio01-parts {
  padding-left: 22px;
  position: relative;
}

.radio01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio01-input:checked + .radio01-parts {
  color: #A99213;
}

.radio01-input:checked + .radio01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #A99213;
  border-radius: 50%;
}

input {
  padding: 5px;
}

input[type="submit"],
input[type="button"] {
  color: #858585;
  background: transparent;
  border: 1px solid;
  display: inline-block;
  font-size: 1.0rem;
  text-align: center;
  padding: 0.5rem 1rem;
  min-width: 20rem;
  font-weight: bold;
  letter-spacing: .05;
  cursor: pointer;
}

input[type="submit"]:hover {}

input[type="submit"][disabled="disabled"] {
  background-color: #eee;
  border-color: #bbb;
  color: #888;
}



.btn_topbn {
  line-height: 35px;
  color: #575757;
  font-size: 15px;
  margin: 0;
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: underline;
}

.btn_topbn:hover {
  color: #5E5E5E;
  text-decoration: underline;
}

.btn_topbn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #a99314;
  border-right: 2px solid #a99314;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {
  .inner, .inner02,inner03 {
    width: 1024px;
  }

  #mainnav li.pc_none {
    display: none
  }


}

@media only screen and (min-width: 800px) {
  body {
    font-size: 14px;
  }

  .pc_none {
    display: none
  }

  #mainnav li.pc_none {
    display: none
  }

  a#menu {
    display: none;
  }

  .innerS {
    text-align: center;
  }

  .inner_top {
    text-align: center;
  }

  .panel {
    display: block !important;
    background: #000000;
  }

  #mainnav li {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: inline-block;
    padding: 13px 0px 11px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    width: 14%;
    letter-spacing: 0.1em;
    transition: all .5s;
  }

  #mainnav li a {
    transition: all .5s;
    color: #FFFFFF;
  }

  #mainnav li:hover {
    background: #4B4B4B;
    color: #FFFFFF;
  }

  #mainnav li a p {
    font-size: 80%;
    color: #ACAC9D;
  }

  .top_bn02{
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .top_bn02 li {
    display: inline-block;
    padding: 1%;
    width: 30%;
    margin-bottom: 0;
  }

	.top_bn03 {
    display: inline-block;
    width: 100%;
    margin: 3% 0 0 0;
  }

	/* SEC02 bus
	-----------------*/
  .col2 {
    text-align: center;
  }

  .col2 li {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }

  .col2 .img {
    width: 38%;
    float: left;
  }

  .col2right {
    width: 60%;
    float: right;
  }

  /* SEC02 Gallery
	------------------------------------------------------------*/

  #sec02 header {
    display: none;
  }

  #gallery li {
    float: left;
    width: calc(98.4%/3);
    line-height: 140%;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #gallery img {
    width: 100%;
    height: auto;
  }

  .galleryspace {
    margin: 0 7px;
  }


  /* top_bn
-----------------*/
  .top_bn {
    margin-top: 50px;
    text-align: center;
  }

  .top_bn .img {
    margin-bottom: 10px;
  }

  .top_bn li {
    display: inline-block;
    width: 33%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
    line-height: 25px;
  }

  .top_bn_text {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    font-weight: 500;
    color: #a99314;
  }




  /* SEC03
	-----------------*/

  .col3 {
    text-align: center;
  }

  .col3 li {
    display: inline-block;
    padding: 0 0 50px;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }

  .col3 .img {
    width: 20%;
    float: left;
  }

  .col3right {
    width: 77%;
    float: right;
  }

  /* SEC04 PROJECT
	-----------------*/
  .col4 {
    margin-top: 50px;
    text-align: center;
  }

  .col4 li {
    display: inline-block;
    width: 33%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }

  /* SEC02 bus
	-----------------*/

  .group li {
    display: inline-block;
    padding: 0 0 0px;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }


}


/* safety
	-----------------*/

.safety {
  text-align: center;
}

.safety li {
  width: 100%;
  display: inline-block;
  padding: 0 0 50px;
  margin-bottom: 0;
  vertical-align: top;
  text-align: left;
}




@media only screen and (max-width: 640px) {
  #sec02 .top_bn02 li img{

  }

  #sec02{
    margin:0 auto;
    background-color: #fffada;
    padding: 20px 20px;
  }

  #sec02 h6{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width:100%;
    margin: 0 auto 8px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 3px solid #fff;
    letter-spacing: 0.1em;
  }


  .sec02_bottom{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width:100%;
    height:60px;
    line-height:30px;
    text-align:center;
    color:#fff;
    font-size:15px;
    font-weight: 600;
    background:#A99314;
    margin:10px 0;
    padding:0;
  }

  .sec02_bottom p:nth-child(2){
    font-size: 20px;
  }

  .new_info{
    width: 100%;
  }

  .topics>dl{
    width: 80%;
    border: none;
    padding: 10px;
  }

  .sp_none {
    display: none
  }

  section {
    padding-top: 50px;
    margin-top: -50px;
  }

  .subtitle {
    font-size: 16px;
  }

  section h2 {
    text-align: left;
    width: 100%;
  }

  /* SEC04 車両ラインナップ
------------------------------------------------------------*/
  #sec04_02 h2, #sec07 h2, #contact h2 {
    width: 80%;
  }

  #sec04_02 h3 {
    font-size: 14px;
    margin-top: 10px;
  }


  #sec02 h5, #sec07 h5 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  /* SEC guide
------------------------------------------------------------*/
  .contactbox_inner {
    width: 100%;
  }

  .contactbox {
    font-size: 22px;
  }

  .contactbox img {
    vertical-align: -4px;
    margin: 0 10px 0 4px;
  }

  /* SEC qa
------------------------------------------------------------*/
  .accordionlistdt {
    margin-bottom: 5px;
  }

  .accordionlist dt .title {
    width: 80%;
    font-size: 16px;
  }

  .qa-1 {
    padding-left: 2.0em;
  }



  /* SEC お問合せフォーム
------------------------------------------------------------*/
  #wrap_contact a {
    color: #790028;
  }

  tablearea {
    width: 100%;
    height: 30%;
  }

  table.tbl_form input[type="text"],
  table.tbl_form input[type="number"],
  table.tbl_form input[type="tel"],
  table.tbl_form input[type="email"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 5px 0 10px;
    padding: 3px;
    border: 1px solid #a9a9a9;
    font-size: 16px;
    box-sizing: border-box;
  }


  .tbl_formtext {
    font-size: 14px;
    margin-bottom: 8px;
  }


  h3.title {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    border-bottom: 5px solid #790028;
    color: #790028;
    padding: 0 0 0 14px;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }

  h3.title span {
    font-size: 10px;
    margin: 0 0 0 5px;
    letter-spacing: normal;
  }


  table.tbl_form {
    width: 100%;
    margin: 0 0 20px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
  }

  table.tbl_form th {
    width: 100%;
    display: block;
    padding: 7px 10px;
    text-align: left;
    vertical-align: middle;
    background: #efefef;
    box-sizing: border-box;
  }


  table.tbl_form td {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.1;
  }


  table.tbl_form label {
    display: block;
    margin: 12px 0;
  }

  section h2 span {
    font-size: 18px;
  }


  #footerleft img {
    width: 80%;
  }

  .pt59 {
    padding-top: 59px;
  }

}

@media only screen and (max-width: 799px) {
  .topics_bnr{
    padding-top: 40px;
    width: 100%;
    margin: 0 auto 8px;
  }
  .topics_bnr img{
    width: 100%;
    margin: 0 auto 8px;
  }

  #header {
    position: fixed;
    width: 100%;
    z-index: 500;
  }

  #headerWrap {
    position: relative;
    width: 100%;
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }

  #header h1 {
    font-size: 14px;
    padding-top: 10px;
  }

  #header h1 img {
    margin-top: 3px;
    max-height: 45px;
    width: auto !important;
  }

  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0px;
  }

  #menuBtn {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s;
  }

  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    transition: .3s;
  }

  #menuBtn:before {
    margin-top: -7px;
  }

  #menuBtn:after {
    margin-top: 5px;
  }

  a#menu .close {
    background: transparent;
  }

  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }

  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  #bg_title {
    height: 90px;
    padding-top: 80px;
    font-size: 23px;
  }

  .top_bn_text {
    font-size: 100%;
    color: #a99314;

  }


  .mob_none {
    display: none;
  }


  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }

  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }

  #mainnav ul {
    background: rgba(0, 0, 0, 0.76);
    text-align: left;
  }

  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #131313;
    color: #d8d8d8;
    font-weight: 400;
    line-height: 130%;
  }

  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #A99314;
    border-right: solid 2px #A99314;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #mainImg {
    padding-top: 60px;
    z-index: -100;
  }

  .innerS, .inner_top {
    width: 94%;
    padding-bottom: 10px;
  }

  .businner {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 15px;
  }

  .col2 li {
    line-height: 1.7;
  }

  .col2 .img {
    padding: 20px;
    margin-bottom: 10px;
  }

  .col3 li, .safety li {
    line-height: 1.7;
  }

  .col3 img {
    width: 100%;
    margin: 0 auto;
  }

  .col3 .img {
    padding: 20px;
    margin-bottom: 10px;
  }

  .col4 li, .top_bn li, .top_bn02 li {
    line-height: 1.7;
  }

  .col4 img {
    margin: 0 auto;
  }

  .col4 .img {
    padding: 0px;
    margin-bottom: 20px;
  }

  .top_bn img {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;

  }

  #gallery li {
    float: none;
    width: 100%;
  }

  #map iframe {
    width: 96% !important;
    left: 2%;
  }

  #sec04_02 {
    padding: 20px 20px 5px;
  }

  .group li {
    line-height: 1.7;
  }

  .group img {
    width: 100%;
    margin: 0 auto;
  }

  .group .img {
    padding: 20px;
    margin-bottom: 10px;
  }

  .groupleft, .groupright {
    width: 100%;
    margin-bottom: 8px;
  }

  #footerleft, #footerright {
    width: 100%;
    text-align: center;
  }

  .col2 li {
    margin: 20px auto 0 auto;
    display: block;
  }

  .col3 li, .safety li {
    margin: 15px auto 0 auto;
    display: block;
  }

  .col4 li, .top_bn li {
    margin: 20px auto 0 auto;
    display: block;
  }

  section h2 {
    margin: 0 auto 20px;
  }

  section h2 span {
    padding: 0 30px;
  }

  section h3 {
    font-size: 14px;
    margin-top: 20px;

  }

  #group_wrp h3 {
    font-size: 18px;
  }

  .none {
    display: none
  }

  .btn_bus {
    width: 100%;
  }


  #sec02 h4 {
    font-size: 18px;
  }

  #sec02 h4 span {
    font-size: 13px;
  }

  .btn_bus, .btn_bus_mini {
    margin: 15px 0px 0px;
  }

  .sheetbox_inner, .sheetbox_innermini, .btn_bus_mini {
    width: 100%;
  }

  .busabut {
    font-size: 15px;
  }

  .busabut_ul02 {
    width: 100%;
    margin-bottom: 0;
  }

  .busabut_ul02 img, #gallery img {
    width: 100%;
    margin-top: 10px;
  }

  .busabut_ul02space {
    margin-left: 0;
  }


  /* 緊急お知らせ*/
  .notice_txt{
    padding: 0%;
    margin-bottom: 20px;
    text-align: center;
    border: 4px solid #ff0000;
    width: 90%;
    margin: 0 auto;
  }
  .notice_txt h5{
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 8px 0 8px 15px;
    background-color: #ff0000;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .notice_txt p{ padding: 0px 15px 15px;}
  .notice_txt img {
    width: 96%;
    margin-bottom: 10px;
  }
  .notice_txt span {font-weight: bold;}

}
