@charset "UTF-8";

/* -------------------------------------------------

  styleのリセット

------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -------------------------------------------------

  共通

------------------------------------------------- */
@font-face {
	font-family: 'AbbeyRoad';
	src: url(/fonts/AbbeyRoad.otf);
}

html,body{
  font-size:62.5%;
  font-family: '-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN', "segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #1b1b1b;
  background: #fff;
}
/* PCで電話番号リンクを無効に */
a[href*="tel:"] {
  color: inherit;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a {
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* -------------------------------------------------

  ヘッダー

------------------------------------------------- */
.global-header {
  width: 100%;
  height: 350px;
  padding-top: 57px;
  box-sizing: border-box;
}
.global-header__container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 96px;
  display: flex;
  justify-content: space-between;
}
.global-header__container--pc {
  display: flex;
}
.global-header__container--sp {
  display: none;
}
.page-title {
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.84);
}
.global-header__main {
  width: 898px;
  box-sizing: border-box;
  padding: 11px 10px 15px 26px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  display: flex;
}
.global-header__sitename {
  width: 152px;
  height: 44px;
  margin-right: 54px;
}
.global-header__sitename a {
  display: block;
  text-indent: -9999px;
  background: url(../img/header-logo-01.png) 0 0 no-repeat;
  width: 152px;
  height: 44px;
}
.global-header__nav ul {
  padding-top: 19px;
}
.global-header__nav ul li{
  display: inline;
}
.global-header__nav ul li a{
  display: inline-block;
  text-indent: -9999px;
  height: 16px;
}
.global-header__nav ul li.global-header__nav__li--01 a{
  width: 84px;
  background: url(../img/header-nav-01.png) 0 0 no-repeat;
  margin-right: 26px;
}
.global-header__nav ul li.global-header__nav__li--02 a{
  width: 118px;
  background: url(../img/header-nav-02.png) 0 0 no-repeat;
  margin-right: 24px;
}
.global-header__nav ul li.global-header__nav__li--03 a{
  width: 60px;
  background: url(../img/header-nav-03.png) 0 0 no-repeat;
  margin-right: 24px;
}
.global-header__nav ul li.global-header__nav__li--04 a{
  width: 60px;
  background: url(../img/header-nav-04.png) 0 0 no-repeat;
  margin-right: 24px
}
.global-header__nav ul li.global-header__nav__li--05 a{
  width: 40px;
  background: url(../img/header-nav-05.png) 0 0 no-repeat;
  margin-right: 22px;
}
.global-header__nav ul li.global-header__nav__li--06 a{
  width: 61px;
  background: url(../img/header-nav-06.png) 0 0 no-repeat;
  margin-right: 23px;
}
.global-header__nav ul li.global-header__nav__li--07 a{
  width: 61px;
  background: url(../img/header-nav-07.png) 0 0 no-repeat;
}
.global-header__tel {
  width: 266px;
  box-sizing: border-box;
  padding: 13px 22px 0;
  background: #ef7785;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  color: #fff;
}
.global-header__tel__text {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}
.global-header__tel__number {
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 34px;
  letter-spacing: 0.1em;
  background: url(../img/header-tel-icn.png) left center no-repeat;
}
.overlay__menu {
  display: none;
}
.overlay__btn {
  display: none;
}

/* -------------------------------------------------

  フッター

------------------------------------------------- */

.global-footer {
  background: #f5f2ec;
  position: relative;
}
.global-footer__inner {
  max-width: 1064px;
  width: 100%;
  padding: 72px 18px 266px;
  margin: 0 auto;
  display: flex;
}
.pagetop {
  position: absolute;
  right: 18px;
  top: 42px;
  width: 81px;
  height: 81px;
}
.pagetop a {
  display: block;
  background: url(../img/pagetop.png) 0 0 no-repeat;
  text-indent: -9999px;
  width: 81px;
  height: 81px;
}
.global-footer__main {
  width: 446px;
}
.global-footer__name {
  background: url(../img/footer-logo.png) 0 0 no-repeat;
  text-indent: -9999px;
  width: 308px;
  height: 30px;
  margin-bottom: 16px;
}
.global-footer__name__en {
  background: url(../img/footer-logo-en.png) 0 0 no-repeat;
  text-indent: -9999px;
  width: 94px;
  height: 8px;
  margin-bottom: 16px;
}
.global-footer__address {
  color: #664636;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.global-footer__contact {
  display: flex;
}
.global-footer__freedial {
  color: #896c5e;
  font-weight: 500;
  font-size: 2rem;
  vertical-align: middle;
  padding-left: 38px;
  background: url(../img/footer-contact-icn.png) left center no-repeat;
  margin-right: 18px;
}
.global-footer__tel {
  font-weight: 500;
  color: #896c5e;
  font-size: 1.8rem;
  padding-top: 2px;
}
.copyright {
  position: absolute;
  right: 167px;
  top: 180px;
  color: #c3bbab;
  font-size: 1.2rem;
}
.global-footer__sub {
  padding-top: 10px;
}
.global-footer__sub ul li{
  display: inline;
}
.global-footer__sub ul li a{
  display: inline-block;
  text-indent: -9999px;
  width: 76px;
  height: 14px;
  margin-right: 28px;
}
.global-footer__sub ul li.global-footer__nav__li--01 a{
  width: 76px;
  background: url(../img/footer-nav-01.png) 0 0 no-repeat;
}
.global-footer__sub ul li.global-footer__nav__li--02 a{
  width: 106px;
  background: url(../img/footer-nav-02.png) 0 0 no-repeat;
}
.global-footer__sub ul li.global-footer__nav__li--03 a{
  width: 54px;
  background: url(../img/footer-nav-03.png) 0 0 no-repeat;
}
.global-footer__sub ul li.global-footer__nav__li--04 a{
  width: 54px;
  background: url(../img/footer-nav-04.png) 0 0 no-repeat;
}
.global-footer__sub ul li.global-footer__nav__li--05 a{
  width: 34px;
  background: url(../img/footer-nav-05.png) 0 0 no-repeat;
}
.global-footer__sub ul li.global-footer__nav__li--06 a{
  width: 54px;
  background: url(../img/footer-nav-06.png) 0 0 no-repeat;
}
.global-footer__sub ul li.global-footer__nav__li--07 a{
  width: 54px;
  background: url(../img/footer-nav-07.png) 0 0 no-repeat;
  margin-right: 0;
}



/* -------------------------------------------------

  フッターの採用情報エリア

------------------------------------------------- */
.footer-recruit {
  width: 100%;
  height: 450px;
}
.footer-recruit > a{
  display: block;
  width: 100%;
  height: 450px;
  background: url(../img/footer-recruit-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 70px 0 0 0;
}
.footer-recruit__badge {
  position: absolute;
  width: 140px;
  height: 140px;
  left: 34px;
  top: -47px;
}
.footer-recruit__title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
}
.footer-recruit__catch {
  width: 710px;
  height: 60px;
  margin: 0 auto 38px;
  text-align: center;
  border: 7px solid #fff;
  padding-top: 30px;
}
.footer-recruit__txt {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 54px;
}
.footer-recruit__click {
  font-size: 2.6rem;
  font-family: 'AbbeyRoad';
  text-align: center;
}



/* -------------------------------------------------

  Common Parts

------------------------------------------------- */
.section-header {
}
.section-header__title{
  text-align: center;
  width: 100%;
  color: #856758;
  font-weight: 600;
  font-size: 2.8rem;
  border-bottom: 3px solid #f4f1ea;
  line-height: 2;
}
.section-header__title__en {
  width: 280px;
  margin: 0 auto;
  text-align: center;
  color: #f17e8b;
  font-size: 1.4rem;
  padding-top: 12px;
  border-top: 3px solid #f17e8b;
  position: relative;
  top: -3px;
  font-family: 'AbbeyRoad';
}
.section-header__description {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 1.4rem;
  text-align: center;
}


/* -------------------------------------------------

  トップページ

------------------------------------------------- */
.global-header--home {
  height: 938px;
  background: url(../img/home-bg-pc.jpg) center center;
  background-size: cover;
  color: #fff;
}
.home-header__container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.home-message-01 {
  font-size: 3.8rem;
  line-height: 1.7;
  margin: 310px 0 10px;
}
.home-message-02 {
  font-size: 3rem;
  font-family: 'AbbeyRoad';
}
@keyframes fadeInDownS {
  from {
    opacity: 0;
    transform: translate3d(0,-10%,0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownS {
  animation-name: fadeInDownS;
}


.home-info {
  width: 100%;
  height: 250px;
  background: url(../img/bg-stripe-01.png);
}
.home-info__container {
  width: 1035px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home-info__box {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 480px;
  height: 250px;
  box-sizing: border-box;
  margin-top: -48px;
}
.home-info__box > a,
.home-info__box > span {
  display: block;
  padding: 28px 10px 10px;
  text-align: center;
  color: #846757;
}
.home-info__box__header {
  padding-top: 54px;
}
.home-info__box--contact .home-info__box__header {
  background: url(../img/icn-call.png) top center no-repeat;
}
.home-info__box--recruit .home-info__box__header {
  background: url(../img/icn-like.png) top center no-repeat;
}
.home-info__box__body {
  color: #ef7785;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
.home-info__box--contact .home-info__box__body {
  background: url(../img/icn-freedial-01.png) left 10px no-repeat;
  display: inline-block;
  padding-left: 40px;
}
.home-info__box__message {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.home-info__box__note {
  font-size: 1.2rem;
}

.home-info__box__header > p{
  color: #856858;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.home-info__box__header > span {
  display: inline-block;
  font-size: 1.4rem;
  color: #d1c9b5;
  font-family: 'AbbeyRoad';
  margin-bottom: 16px;
}
.home-message {
  width: 100%;
  height: 688px;
  background: url(../img/home-bg-photo.jpg) center 0 no-repeat;
  margin-top: 124px;
}
.home-message__inner {
  width: 100%;
  max-width: 1054px;
  height: 688px;
  margin: 0 auto;
  position: relative;
}
.home-message__header {
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  top: 50px;
  height: 400px;
}
.home-message__main {
  font-size: 26px;
  line-height: 1.769;
  color: #856758;
  font-weight: 500;
  margin-left: 10px;
}
.home-message__en {
  color: #f17e8b;
  font-size: 1.4rem;
  font-family: 'AbbeyRoad';
}
.home-message__txt {
  width: 595px;
  height: 190px;
  padding: 24px 44px 0;
  color: #fff;
  background: #ef7785;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2;
  border-radius: 4px;
  position: absolute;
  right:0;
  bottom: 18px;
}
.home-vehicles .use-according {
  background-color: #f4f1ea;
}


.nav-panels {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px 120px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.nav-panels__panel {
  width: 330px;
}
.nav-panels__panel a{
  display: block;
  background: #ef7785;
  color: #fff;
  text-decoration: none;
  padding: 45px 10px 32px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.nav-panels__label {
  position: absolute;
  left: -16px;
  top: 13px;
}
.nav-panels__name {
  padding-top: 68px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.nav-panels__en {
  font-size: 1.4rem;
  font-family: 'AbbeyRoad';
}
.nav-panels__panel--vehicles .nav-panels__name{
  background: url(../img/icn-vehicles.png) top center no-repeat;
}
.nav-panels__panel--qa .nav-panels__name{
  background: url(../img/icn-chat.png) top center no-repeat;
}
.nav-panels__panel--company .nav-panels__name{
  background: url(../img/icn-globe.png) top center no-repeat;
}

/* SpaceClean Loop */
.home-loop {
  background: #f5f2ec;
  padding: 56px 0;
}
.home-loop__inner {
  width: 100%;
  max-width: 884px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.home-loop__header {
  padding: 40px 0 0;
  width: 100%;
  max-width: 492px;
}
.home-loop__bnr {
  width: 326px;
}
.home-loop__bnr img {
  width: 100%;
  height: auto;
}
.home-loop__heading {
  font-weight: 700;
  font-size: 1.8rem;
  color: #ff2b4a;
  margin-bottom: 32px;
}
.home-loop__heading .for-sp {
  display: none;
}
.home-loop__txt {
  font-size: 1.4rem;
  line-height: 2;
  color: #856758;
}

/* 熊本市プレミアム付タクシー券について */
.home-premiumticket {
  background: #e9f0d8;
}
.home-premiumticket__inner {
  width: 100%;
  max-width: 884px;
  margin: 0 auto;
  padding: 56px 0 86px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home-premiumticket__header {
  width: 490px;
}
.home-premiumticket__heading {
  font-weight: 700;
  font-size: 1.8rem;
  color: #ff2b4a;
  margin-bottom: 32px;
}
.home-premiumticket__heading .for-sp {
  display: none;
}
.home-premiumticket__txt {
  font-size: 1.4rem;
  line-height: 2;
  color: #856758;
  margin-bottom: 36px;
}
.home-premiumticket_ticket_01 {
  width: 100%;
  height: auto;
}
.home-premiumticket_ticket_02 {
  display: block;
  width: 300px;
  height: auto;
}


/* -------------------------------------------------

  タクシーのご利用

------------------------------------------------- */
.global-header--use {
  background: url(../img/use-header-bg-pc.jpg) center center no-repeat;
  background-size: cover;
}
.use-about .section-header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
.use-welcome {
  width: 100%;
  height: 512px;
  background: url(../img/use-visual-pc.jpg) center center no-repeat;
  background-size: cover;
  margin: 42px 0 0 0;
}
.use-welcome__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.use-welcome__contact {
  width: 568px;
  height: 512px;
  background: rgba(241, 126, 138, 0.91);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 80px 48px 30px 40px;
}
.use-welcome__message {
  font-size: 2.4rem;
  line-height: 1.9166;
  color: #fff;
  font-weight: 700;
  margin: 0 0 61px 17px;
}
.use-welcome__reserve-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  width: 480px;
  height: 250px;
  box-sizing: border-box;
  padding: 28px 20px 20px;
}
.use-welcome__reserve-header {
  background: url(../img/icn-callout.png) center top no-repeat;
  padding-top: 56px;
  text-align: center;
  color: #856858;
  font-size: 1.6rem;
  font-weight: 700;
}
.use-welcome__reserve-header span{
  margin: 4px 0;
  display: block;
  color: #d1c9b5;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: 'AbbeyRoad';
}
.use-welcome__reserve-body {
  text-align: center;
  margin-bottom: 22px;
}
.use-welcome__reserve-body a{
  font-size: 3.4rem;
  font-weight: 700;
  color: #ef7785;
  display: inline-block;
  padding-left: 42px;
  background: url(../img/icn-freedial-01.png) left 10px no-repeat;
}
.use-welcome__reserve-footer {
  color: #846757;
  text-align: center;
}
.use-welcome__reserve-footer__message,
.use-welcome__reserve-footer__message a {
  font-size: 1.4rem;
}
.use-welcome__reserve-footer__message {
  margin-bottom: 8px;
}
.use-welcome__reserve-footer__note {
  font-size: 1.2rem;
}
.use-fare {
  padding: 100px 0 185px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.use-fare__table {
  margin: 40px 0 0 0;
  border-left: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  width: 100%;
}
.use-fare__table th,
.use-fare__table td {
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  vertical-align: middle;
}
.use-fare__table th {
  text-align: center;
  color: #fff;
  background: #ef7785;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 16px;
}
.use-fare__table td {
  padding: 5px 20px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
.use-fare__table td.bg-pink {
  background: #fce4e7;
}
.alignL {
  text-align: left!important;
}
.table-head__menu {
  width: 23%;
}
.table-head__type {
  width: 17%;
}
.table-head__distance {
  width: 44%;
}
.table-head__fare {
  width: 16%;
}
td.distance-fare {
  width: 10%;
  padding: 5px 10px;
}
td.geishakaisou {
  padding: 20px;
}
.use-fare__table td dl {
  display: flex;
  justify-content: space-between;
}
.use-fare__table td dl dd {
  padding-right: 7%;
  width: 3em;
}
.use-table__note {
  margin: 16px 0 0 4px;
  font-size: 1.4rem;
}
.use-payment {
  width: 100%;
  background: #f4f1ea;
  padding: 80px 0 112px;
}
.use-payment__inner{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.use-payment__lead {
  font-size: 1.6rem;
  color: #856758;
  text-align: center;
  margin: 54px 0 72px;
}
.use-payment__table {
  border-bottom :1px solid #b3ac9f;
  display: flex;
  margin-bottom: 28px;
}
.use-payment__table__header {
  width: 35.45%;
  color: #7e5b4a;
  font-size: 1.8rem;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
  padding: 5px 10px 10px 30px;
}
.use-payment__table__header:before {
  content: '';
  width: 15px;
  height: 3px;
  background: #f17e8a;
  position: absolute;
  left: 0;
  top: 12px;
}
.list-payment {
  display: flex;
  justify-content: space-between;
}
.use-payment__table__payment {
  width: 78px;
  text-align: center;
  margin-right: 38px;
  padding-bottom: 20px;
}
.use-payment__table__payment:last-child{
  margin-right: 0;
}
.use-payment__table__payment img {
  display: block;
  margin: 0 0 14px 0;
}
.payment-name {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 -20px;
  text-align: center;
}
.payment-name > span {
  font-size: 1.1rem;
  font-weight: normal;
}
.payment-note {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 0 53px 4px;
}
.section-pointcard {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  display: flex;
  padding: 8px 8px 13px 25px;
}
.pointcard-badge {
  position: absolute;
  left: -10px;
  top: -22px;
  width: 59px;
  height: 59px;
  text-indent: -9999px;
  background: url(../img/pointcard-badge.png) 0 0 no-repeat;
}


.pointcard-body {
  padding: 11px 0 0 38px;
}
.pointcard-txt01 {
  font-size: 1.8rem;
  color: #f17e8a;
  line-height: 1.444;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.pointcard-txt02 {
  color: #7c5c4b;
  font-size: 2.2rem;
  line-height: 1.53;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.pointcard-txt02 > strong {
  color: #ff0000;
}
.pointcard-txt03 {
  color: #363635;
  line-height: 1.429;
  font-size: 1.4rem;
}
.use-vehicles {
  background: #fff;
  padding: 100px 0 0 0;
}
.use-vehicles .section-header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 100px;
}
.use-according {
  background: #f7f7f7;
  width: 100%;
  height: 586px;
  position: relative;
  box-sizing: border-box;
}
.use-according__photo {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  text-align: center;
}
.use-according__photo img{
  width: 100%;
  max-width: 1200px;
}
.use-according__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 360px 0 0 0;
  display: flex;
}
.use-according__header {
  width: 36.36%;
  box-sizing: border-box;
  padding-right: 20px;
}
.use-according__title {
  font-size: 2.4rem;
  color: #856758;
  margin-bottom: 8px;
}
.use-according__title__en {
  font-family: 'AbbeyRoad';
  color: #f17e8b;
  font-size: 1.4rem;
}
.use-according__txt {
  font-size: 1.8rem;
  line-height: 1.777;
}
.use-according__link {
  margin-top: 40px;
  text-align: right;
}
.use-according__link a{
  font-size: 1.4rem;
  color: #e04252;
  text-decoration: underline;
}


/* -------------------------------------------------

  車両について

------------------------------------------------- */
.global-header--vehicles {
  background: url(../img/vehicles-header-bg-pc.jpg) center center no-repeat;
  background-size: cover;
}
.vehicles-header {
  max-width: 1100px;
  width: 100%;
  height: 283px;
  margin: 150px auto 74px;
  padding-top: 100px;
  position: relative;
}
.vehicles-header__photo01 {
  position: absolute;
  left: 347px;
  top: 0;
}
.vehicles-header__logo {
  width: 288px;
}
.vehicles-header__logo--old {
  float: left;
}
.vehicles-header__logo--new {
  float: right;
}
.vehicles-header__logo__img {
  width: 100%;
  margin-bottom: 24px;
}
.vehicles-header__logo__img img{
  width: 100%;
}
.vehicles-header__logo__txt {
  font-size: 1.4rem;
  line-height: 1.5714;
  padding: 0px 4px;
}
.vehicles-about {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.vehicles-list__title {
  background: #f6f2e8;
  padding: 16px 16px 16px 28px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 60px;
}
.vehicles-list__title:before {
  content: '';
  width: 3px;
  height: 28px;
  background: #f17e8a;
  position: absolute;
  left: 11px;
  top: 11px;
}
.vehicles-list__box {
  display: flex;
  padding-bottom: 64px;
  margin-bottom: 80px;
  border-bottom: 1px solid #cbcbcb;
}
.vehicles-list__img {
  width: 480px;
  margin-right: 40px;
}
.vehicles-list__img figure {
  display: block;
  margin-bottom: 30px;
}
.vehicles-list__img figure:last-child{
  margin-bottom: 0;
}
.vehicles-list__profile {
  width: 580px;
  padding-top: 6px;
}
.vehicles-list__name {
  color: #856758;
  border-left: 3px solid #f17e8a;
  padding: 8px 8px 8px 16px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.vehicles-list__name--en {
  color: #f17e8b;
  font-family: 'AbbeyRoad';
  font-size: 1.4rem;
  padding-left: 22px;
  margin-bottom: 24px;
}
.vehicles-list__label {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  background: #f17e8a;
  padding: 6px 8px;
  border-radius: 4px;
  margin-left: 20px;
  position: relative;
  top: -2px;
}

.vehicles-list__catch {
  color: #f17e8b;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-left: 22px;
  margin-bottom: 6px;
}
.vehicles-list__txt {
  font-size: 1.4rem;
  line-height: 1.857;
  padding-left: 22px;
  margin-bottom: 22px;
}
.vehicles-list__spec {
  border-left: 3px solid #f17e8b;
  background: #f4f1ea;
  padding: 20px 28px;
  font-size: 1.4rem;
  line-height: 1.857;
}

/* -------------------------------------------------

  会社紹介

------------------------------------------------- */
.global-header--company {
  background: url(../img/company-header-bg-pc.jpg) center center no-repeat;
  background-size: cover;
}
.global-header--company .page-title {
  color: #000;
  text-shadow: none;
}
.company-about .section-header {
  max-width: 1100px;
  margin: 110px auto 0;
}
.company-about .section-header__description {
  font-size: 2.2rem;
  line-height: 2.2;
}
.company-about .section-header__description .for-sp{
  display: none;
}
.company-about .section-header__description .for-pc{
  display: inline;
}

.company-about__info {
  width: 100%;
  background: #f4f1ea;
  margin: 86px 0 0;
  padding-bottom: 60px;
}
.company-about__photo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -60px;
}
.company-about__photo .for-pc {
  width: 100%;
  height: auto;
}
.company-about__photo .for-sp {
  display: none;
}
.company-about__table {
  width: 940px;
  margin: 0 auto;
  font-size: 1.4rem;
  display: flex;
}
.company-about__table dl {
  width: 50%;
  box-sizing: border-box;
}
.company-about__table dl dt {
  width: 110px;
  float: left;
  clear: both;
}
.company-about__table dl dd {
  margin-bottom: 14px;
}
.company-about__table__second {
  padding-left: 160px;
}
.googlemaps {
  height: 0;
  overflow: hidden;
  padding-bottom: 28.5333%;
  position: relative;
}
.googlemaps iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.googlemaps-btn {
  background: #f17e8a;
  color: #fff;
  display: block;
  position: absolute;
  right: 60px;
  bottom: 22px;
  padding: 10px 20px;
  font-size: 1.4rem;
  text-decoration: none;
}
.office-list {
  padding-top: 110px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 180px;
}
.office-list .section-header__description {
  font-weight: 700;
  font-size: 1.6rem;
}
.office-list__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.office-box {
  width: 30%;
}
.office-photo {
  width: 100%;
  margin-bottom: 20px;
}
.office-photo img{
  width: 100%;
  height: auto;
}
.office-name {
  font-size: 1.4rem;
  margin-bottom: 16px;
  padding-left: 5px;
}
.office-address {
  padding: 0 5px;
  font-size: 1.4rem;
}
.office-address dt {
  width: 3em;
  float: left;
  clear: both;
  line-height: 1.6;
}
.office-address dd {
  line-height: 1.6;
  padding-left: 3em;
}

/* -------------------------------------------------

  観光案内

------------------------------------------------- */
.global-header--guide {
  background: url(../img/guide-header-bg-pc.jpg) center center no-repeat;
  background-size: cover;
}
.guide-nav {
  padding: 120px 0 100px;
}
.guide-nav__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}
.guide-nav__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 44px;
  display: flex;
  justify-content: space-between;
}
.guide-nav__box {
  width: 22.7272727%;
  background: #f4f1ea;
}
.guide-nav__box > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.guide-nav__thumb {
}
.guide-nav__thumb > figure > img{
  width: 100%;
  height: auto;
}
.guide-nav__body {
  padding: 20px 32px;
}
.guide-nav__name {
  color: #654333;
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
.guide-nav__text {
  font-size: 1.4rem;
  line-height: 1.57142857;
}
.guide-nav__note {
  text-align: center;
  font-size: 1.4rem;
}
.guide-outline {
  width: 100%;
  padding-bottom: 115px;
}
.guide-outline__aso .guide-outline__visual{
  background: url(../img/guide-visual-aso.jpg) center center no-repeat;
}
.guide-outline__hitoyoshi .guide-outline__visual{
  background: url(../img/guide-visual-hitoyoshi.jpg) center center no-repeat;
}
.guide-outline__amakusa .guide-outline__visual{
  background: url(../img/guide-visual-amakusa.jpg) center center no-repeat;
}
.guide-outline__yatsushiro .guide-outline__visual{
  background: url(../img/guide-visual-yatsushiro.jpg) center center no-repeat;
}
.guide-outline__visual {
  width: 100%;
  height: 500px;
  background-size: cover;
}
.guide-outline__container {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  margin: -70px auto 0;
  padding: 70px 13px 0 220px;
  background: #fff;
  position: relative;
  display: flex;
}
.guide-outline__title {
  position: absolute;
  z-index: 1;
  top: 70px;
  text-indent: -9999px;
}
.guide-outline__aso .guide-outline__title {
  width: 376px;
  height: 380px;
  background: url(../img/guide-title-aso.png) 0 0 no-repeat;
  left: -170px;
}
.guide-outline__hitoyoshi .guide-outline__title {
  width: 387px;
  height: 380px;
  background: url(../img/guide-title-hitoyoshi.png) 0 0 no-repeat;
  left: -167px;
}
.guide-outline__amakusa .guide-outline__title {
  width: 378px;
  height: 380px;
  background: url(../img/guide-title-amakusa.png) 0 0 no-repeat;
  left: -170px;
}
.guide-outline__yatsushiro .guide-outline__title {
  width: 376px;
  height: 380px;
  background: url(../img/guide-title-yatsushiro.png) 0 0 no-repeat;
  left: -166px;
}


.guide-outline__body {
  padding: 60px 60px 72px 0;
  flex: 1;
}
.guide-outline__hitoyoshi .guide-outline__body {
  padding-left: 56px;
}

.guide-outline__catch {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.4;
}
.guide-outline__txt {
  font-size: 1.4rem;
  line-height: 2.4285714;
}
.guide-outline__photo {
  padding: 60px 0 0 0;
}
.guide-outline__photo {
  width: 300px;
}
.guide-outline__photo figure {
  width: 100%;
}
.guide-outline__photo img{
  width: 100%;
  height: auto;
}
.guide-outline__photo figcaption {
  padding: 8px 4px;
  font-size: 1.4rem;
}
.guide-outline__table {
  width: 100%;
  max-width: 1000px;
  margin:  0 auto;
  padding: 0 50px;
  position: relative;
  z-index: 2;
}
.guide-outline__table table {
  background: #fff;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}
.guide-outline__table table td,
.guide-outline__table table th {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 20px 24px;
  color: #221815;
  font-size: 1.4rem;
  line-height: 1.42857;
}
.guide-outline__table table th {
  background: #f7f7f7;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.guide-outline__table table td a{
  color: inherit;
  text-decoration: none;
}
.guide-outline__table table td > table,
.guide-outline__table table td > table td,
.guide-outline__table table td > table th {
  border:none;
  padding: 0;
  background: transparent;
}
.guide-outline__table table td > table th {
  font-weight: normal;
  padding-bottom: 10px;
  padding-right: 20px;
  white-space: nowrap;
}
.guide-outline__table table td > table {
  margin-bottom: -10px;
}



.courses {
  background: #f4f1ea;
  padding: 100px 0 128px 0;
}
.courses .section-header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.courses .section-header__title {
  border-bottom-color: #fff;
}
.courses__lead {
  color: #856758;
  font-size: 1.8rem;
  text-align: center;
  margin: 36px 0 54px;
}
.courses__container {
  width: 1060px;
  margin: 0 auto 56px;
  display: flex;
  justify-content: space-between;
}
.courses__course {
  width: 500px;
  background: #fff;
}
.courses__header {
  background: #f17e8a;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  padding: 22px 0;
}
.courses__course--b .courses__header {
  background-color: #856758;
}
.courses__body {
  padding: 50px;
}
.courses__spot {
  border-radius: 35px;
  border: 3px solid #856758;
  text-align: center;
  color: #856758;
  font-size: 1.8rem;
  line-height: 1.4444;
  padding: 24px 0;
  margin-bottom: 30px;
  position: relative;
}
.courses__spot--02 {
    padding: 12px 0 13px;
}
.courses__spot:after {
  content: '';
  width: 2px;
  height: 34px;
  background: #666;
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -1px;
}
.courses__spot:last-child:after {
  display: none;
}
.courses__spot__circle {
  position: absolute;
  z-index: 9;
}
.circle__aso__01 {
  left: -92px;
  top: -10px;
}
.circle__aso__02 {
  right: -118px;
  top: -40px;
}
.circle__aso__03 {
  right: -95px;
  top: -14px;
}
.circle__hitoyoshi__01 {
  left: -105px;
  top: -10px;
}
.circle__hitoyoshi__02 {
  right: -72px;
  top: 8px;
}
.circle__hitoyoshi__03 {
  right: -56px;
  top: 8px;
}
.circle__hitoyoshi__04 {
  left: -74px;
  top: -12px;
}
.circle__amakusa__01 {
  right: -88px;
  top: -23px;
}
.circle__amakusa__02 {
  left: -76px;
  top: -6px;
}
.circle__amakusa__03 {
  right: -71px;
  top: -63px;
}
.circle__amakusa__04 {
  left: -84px;
  top: -34px;
}
.circle__yatsushiro__01 {
  left: -81px;
  top: -17px;
}
.circle__yatsushiro__02 {
  right: -97px;
  top: 14px;
}
.circle__yatsushiro__03 {
  right: -69px;
  top: 8px;
}
.circle__yatsushiro__04 {
  left: -81px;
  top: -45px;
}
.courses__note {
  font-size: 1.4rem;
  text-align: center;
}

/* -------------------------------------------------

  Q&A

------------------------------------------------- */
.global-header--qa {
  background: url(../img/qa-header-bg-pc.jpg) center center no-repeat;
  background-size: cover;
}
.global-header--qa .page-title {
  color: #000;
  text-shadow: none;
}
.qa-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 120px 0;
}
.qa-lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.qa-box__question {
  color: #e83828;
  font-size: 1.4rem;
  padding-left: 64px;
  position: relative;
  margin-bottom: 20px;
}
.qa-box__question:before {
  content: 'Q.';
  color: #e83828;
  font-size: 1.8rem;
  position: absolute;
  left: 26px;
  top: -2px;
}

.qa-box__answer {
  background: #f8f7f5;
  border-top: 1px solid #e6e2d9;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 24px 24px 67px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
  position: relative;
}
.qa-box__answer:before {
  content: 'A.';
  font-size: 1.8rem;
  position: absolute;
  left: 26px;
  top: 20px;
}
.qa-box__answer > p {
  margin-bottom: 1em;
}
.qa-box__answer dl dt {
  width: 240px;
  float: left;
  clear: both;
}
.qa-box__answer *:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------

  Animation

------------------------------------------------- */
.fadeUpSlow{
	opacity: 0;
}

.fadeUpSlow.play {
	animation: fadeUpSlowStart_anime 0.6s forwards;
	animation-delay: 0.2s;
}

@keyframes fadeUpSlowStart_anime{
	0%   {
		transform:translateY(20px);
		opacity: 0;
	}
	100%  {
		transform:translateY(0px);
		opacity: 1;
	}
}

/* -------------
  改行の調整
 ------------- */
 .br-pc {display: inline;}
 .br-sp {display: none;}

/* -------------------------------------------------

  以下、SP用のスタイル

------------------------------------------------- */
@media (max-width: 767px) {

  /* -------------------------------------------------

    ヘッダー

  ------------------------------------------------- */
  .global-header {
    width: 100%;
    height: 175px;
    box-sizing: border-box;
    padding: 6px;
  }
  .global-header__container {
    padding: 11px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    position: fixed;
    top: 6px;
    left: 6px;
    right: 6px;
    width: auto;
    z-index: 99;
    transform:translate3d(0,0,0);
  }
  .global-header__container:after {
    content: '';
    display: table;
    clear: both;
  }
  .global-header__container--pc {
    display: none;
  }
  .global-header__container--sp {
    display: block;
  }
  .global-header__main {
    width: auto;
    box-shadow: none;
    padding: 0;
    display: block;
    margin-right: 31px;
    float: left;
  }
  .global-header__nav {
    display: none;
  }
  .global-header__sitename {
    width: 113px;
    height: 30px;
    margin-right: 0;
  }
  .global-header__sitename a {
    background: url(../img/header-logo-02.png) 0 0 no-repeat;
    background-size: 113px 30px;
    width: 113px;
    height: 30px;
  }
  .global-header__tel {
    width: auto;
    box-sizing: border-box;
    height: 31px;
    padding: 0;
    box-shadow: none;
    border-radius: 3px;
    float: left;
  }
  .global-header__tel__text {
    display: none;
  }
  .global-header__tel__number {
    padding: 0;
    background: none;
  }
  .global-header__tel__number a{
    display: block;
    width: 133px;
    height: 31px;
    background: url(../img/header-btn-call-sp.png) 0 0 no-repeat;
    background-size: 133px 31px;
    text-decoration: none;
    text-indent: -9999px;
  }
  .page-title {
    margin-top: 113px;
    font-size: 1.6rem;
  }
  /* スマホ用オーバーレイメニュー */
  .overlay__btn {
    display: block;
  }
  .overlay__btn {
    position: absolute;
    width: 32px;
    height: 40px;
    right: 17px;
    top: 17px;
  }
  .overlay__btn span{
    display: block;
    width: 32px;
    height: 4px;
    background: #000;
  }
  .overlay__btn span{
    display: block;
    width: 32px;
    height: 4px;
    background: #000;
    margin-bottom: 4px;
  }
  .overlay__btn span:last-child{
    margin-bottom: 0;
  }
  .overlay__menu {
    display: none;
    background: rgba(193, 93, 105, 0.871);
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 100000;
  }
  .overlay__menu__header {
    margin: 6px;
    padding: 11px;
  }
  .overlay__menu__header:after {
    content: '';
    display: table;
    clear: both;
  }
  .header__logo__white {
    margin-right: 31px;
    float: left;
  }
  .header__logo__white > a{
    display: block;
    width: 113px;
    height: 30px;
    background: url(../img/header-logo-03.png) 0 0 no-repeat;
    background-size: 113px 30px;
    text-indent: -9999px;
  }
  .overlay__menu__header_tel {
    float: left;
  }
  .overlay__menu__header_tel a{
    display: block;
    width: 133px;
    height: 31px;
    background: url(../img/header-btn-call-sp.png) 0 0 no-repeat;
    background-size: 133px 31px;
    text-decoration: none;
    text-indent: -9999px;
  }
  .overlay__menu__btn__close {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 25px;
    top: 19px;
    background: url(../img/btn-close.png) 0 0 no-repeat;
    background-size: 27px 27px;;
  }
  .overlay__menu__item {
    margin: 46px 18px 0;
  }
  .overlay__menu__item > ul li {
    border-bottom: 1px solid #fff;
  }
  .overlay__menu__item > ul li a {
    display: block;
    padding: 14px 44px;
    font-size: 1.6rem;
    font-weight: 700;
    background: url(../img/icn-arrow-01.png) 24px center no-repeat;
    background-size: 8px 10px;
    color: #fff;
    text-decoration: none;
  }




  /* -------------------------------------------------

    フッター

  ------------------------------------------------- */
  .global-footer__main {
    width: auto;
  }
  .global-footer__inner {
    display: block;
    padding: 41px 25px 18px;
    box-sizing: border-box;
  }
  .global-footer__sub {
    display: none;
  }
  .global-footer__name {
    background: url(../img/footer-logo.png) 0 0 no-repeat;
    background-size: 210px 20px;
    width: 210px;
    height: 20px;
    margin: 0 auto 13px;
  }
  .global-footer__name__en {
    margin: 0 auto 13px;
  }
  .global-footer__address {
    font-size: 1rem;
    text-align: center;
  }
  .global-footer__contact {
    display: block;
    text-align: center;
  }
  .global-footer__contact a{
    text-decoration: none;
  }
  .global-footer__freedial {
    font-size: 1.8rem;
    padding: 20px 0 0 0;
    background: url(../img/footer-contact-icn.png) center top no-repeat;
    background-size: 15px 10px;
    margin: 0 0 10px 0;
  }
  .global-footer__tel {
    font-size: 1.2rem;
    padding: 0;
    margin-bottom: 28px;
  }
  .pagetop {
    right: 11px;
    width: 49px;
    height: 49px;
  }
  .pagetop a {
    width: 49px;
    height: 49px;
    background: url(../img/pagetop.png) 0 0 no-repeat;
    background-size: 49px 49px;
  }
  .copyright {
    display: block;
    position: static;
    text-align: center;
    font-size: .9rem;
  }

  .footer-recruit {
    height: auto;
  }

  .footer-recruit__badge {
    width: 52px;
    height: 52px;
    left: 2px;
    top: -23px;
  }
  .footer-recruit__badge img{
    width: 100%;
    height: auto;
  }
  .footer-recruit > a {
    width: 100%;
    background: url(../img/footer-recruit-bg-sp.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 165px;
    padding: 40px 10px 0;
  }
  .footer-recruit__title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .footer-recruit__catch {
    width: 270px;
    height: auto;
    margin: 0 auto 7px;
    border: 4px solid #fff;
    padding: 10px;
  }
  .footer-recruit__catch > img {
    width: 254px;
  }
  .footer-recruit__txt {
    font-size: .9rem;
    margin-bottom: 16px;
  }
  .footer-recruit__click {
    font-size: .9rem;
  }

  /* -------------------------------------------------

    共通

  ------------------------------------------------- */
  .section-header__title {
    font-weight: 600;
    font-size: 1.7rem;
    border-bottom: 2px solid #f4f1ea;
    line-height: 2;
  }
  .section-header__title__en {
    width: 167px;
    font-size: .9rem;
    padding-top: 8px;
    border-top: 2px solid #f17e8b;
    position: relative;
    top: -2px;
  }

  /* -------------------------------------------------

    トップページ

  ------------------------------------------------- */
  .global-header--home {
    width: 100%;
    height: 0;
    padding-top: 128.4%;
    background: url(../img/home-bg-sp.jpg) center center;
    background-size: cover;
  }
  .home-header__container {
    position: absolute;
    left: 47px;
    top: 120px;
    width: auto;
  }
  .home-message-01 {
    font-size: 2.4rem;
    line-height: 1.7;
    margin: 0 0 16px 0;
  }
  .home-message-02 {
    font-size: 1.9rem;
  }

  .home-info {
    height: auto;
    padding: 0 0 18px 0;
  }
  .home-info__container {
    width: 100%;
    padding: 0 9px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 1;
  }
  .home-info__box {
    border-radius: 3px;
    width: 48.25%;
    height: auto;
    margin: -24px 0 0 0;
  }
  .home-info__box > a,
  .home-info__box > span {
    padding: 17px 10px 10px;
  }
  .home-info__box__header {
      padding-top: 37px;
  }
  .home-info__box--contact .home-info__box__header {
    background: url(../img/icn-call.png) top center no-repeat;
    background-size: 25px 25px;
  }
  .home-info__box--recruit .home-info__box__header {
    background: url(../img/icn-like.png) top center no-repeat;
    background-size: 25px 25px;
  }
  .home-info__box__header > p {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .home-info__box__header > span {
    font-size: .9rem;
    margin-bottom: 10px;
  }
  .home-info__box__body {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .home-info__box--contact .home-info__box__body {
    background: url(../img/icn-freedial-01.png) center bottom no-repeat;
    background-size: 14px 9px;
    padding: 0 0 16px 0;
    margin-bottom: 15px;
  }
  .home-info__box__message {
    font-size: .9rem;
    margin-bottom: 13px;
    line-height: 1.7;
  }
  .home-info__box__note {
    font-size: .8rem;
    line-height: 1.5;
    color: #ababab;
  }




  .home-message {
    width: 100%;
    height: 0;
    padding-top: 125.333%;
    background: url(../img/home-bg-photo-sp.png) center center;
    background-size: cover;
    margin-top: 50px;
    position: relative;
  }
  .home-message__inner {
    padding: 0 25px;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-message__header {
    writing-mode: horizontal-tb;
    background: none;
    letter-spacing: 0.05em;
    margin: 0;
    border-radius: 0;
    padding: 22px 10px;
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
  }
  .home-message__main {
    font-size: 2.1rem;
    margin: 0 0 8px 0;
  }
  .home-message__en {
    font-size: .9rem;
  }
  .home-message__txt {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 24px;
    width: auto;
    margin: 0 auto;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 1.6;
    border-radius: 3px;
  }


  .home-vehicles .use-according__photo {
    background: url(../img/home-photo-use-sp.png) center center no-repeat;
    background-size: cover;
  }
  .home-vehicles .use-according {
    background: #fff;
    padding-bottom: 0;
  }
  .nav-panels {
    width: 100%;
    margin: 0 auto;
    padding: 60px 25px 78px;
  }
  .nav-panels__panel {
    width: 32.571428%;
  }
  .nav-panels__label {
    display: none;
  }
  .nav-panels__name {
    padding-top: 34px;
    font-size: 1.2rem;
    margin-bottom: 9px;
  }
  .nav-panels__en {
    font-size: .9rem;
  }
  .nav-panels__panel--vehicles .nav-panels__name {
    background: url(../img/icn-vehicles.png) top center no-repeat;
    background-size: 29px 26px;
  }
  .nav-panels__panel--qa .nav-panels__name {
    background: url(../img/icn-chat.png) top center no-repeat;
    background-size: 28px 26px;
  }
  .nav-panels__panel--company .nav-panels__name {
    background: url(../img/icn-globe.png) top center no-repeat;
    background-size: 25px 26px;
  }

  /* SpaceClean Loop */
  .home-loop {
    width: auto;
    max-width: auto;
    padding: 54px 0 70px;
  }
  .home-loop__inner {
    width: auto;
    max-width: auto;
    padding: 0 54px;
    display: block;
  }
  .home-loop__header {
    width: auto;
    max-width: 100%;
  }
  .home-loop__heading {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  .home-loop__heading .for-sp {
    display: inline;
  }
  .home-loop__txt {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 38px;
  }
  .home-loop__bnr {
    width: auto;
    height: auto;
  }

  /* 熊本市プレミアム付タクシー券について */
  .home-premiumticket__inner {
    width: 100%;
    padding: 45px 54px 45px;
    display: block;
    box-sizing: border-box;
  }
  .home-premiumticket__header {
    width: 100%;
  }
  .home-premiumticket__heading {
    line-height: 1.6;
    text-align: center;
  }
  .home-premiumticket__heading .for-sp {
    display: inline;
  }
  .home-premiumticket_ticket_01 {
    margin-bottom: 24px;
  }
  .home-premiumticket_ticket_02 {
    width: 100%;
  }
  .home-premiumticket__txt {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 38px;
  }


  /* -------------------------------------------------

    観光案内

  ------------------------------------------------- */
  .global-header--guide {
    background: url(../img/guide-header-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .guide-nav {
    padding: 60px 25px 70px;
    box-sizing: border-box;
  }
  .guide-nav__title {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 50px;
  }
  .guide-nav__container {
    margin: 0 auto 10px;
    flex-wrap: wrap;
  }
  .guide-nav__box {
    width: 48.461%;
    margin-bottom: 12px;
  }
  .guide-nav__body {
    padding: 15px 11px;
  }
  .guide-nav__name {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .guide-nav__text {
    font-size: 1.1rem;
  }
  .guide-nav__note {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .guide-outline {
    padding-bottom: 65px;
  }
  .guide-outline__visual {
    width: 100%;
    height: 0;
    padding: 64% 0 0 0;
    position: relative;
  }
  .guide-outline__visual:after {
    content: '';
    display: block;
    width: auto;
    height: 37px;
    background: #fff;
    left: 25px;
    right: 25px;
    bottom: 0;
    position: absolute;
  }
  .guide-outline__aso .guide-outline__visual {
    background: url(../img/guide-visual-aso-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .guide-outline__hitoyoshi .guide-outline__visual {
    background: url(../img/guide-visual-hitoyoshi-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .guide-outline__amakusa .guide-outline__visual {
    background: url(../img/guide-visual-amakusa-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .guide-outline__yatsushiro .guide-outline__visual {
    background: url(../img/guide-visual-yatsushiro-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .guide-outline__container {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 0;
    padding: 0 25px;
    display: block;
  }
  .guide-outline__aso .guide-outline__title {
    width: 144px;
    height: 145px;
    background: url(../img/guide-title-aso.png) 0 0 no-repeat;
    background-size: 144px 145px;
    top: 0;
    left: -37px;
    z-index: 1;
  }
  .guide-outline__hitoyoshi .guide-outline__title {
    width: 153px;
    height: 165px;
    background: url(../img/guide-title-hitoyoshi-sp.png) 0 0 no-repeat;
    background-size: 153px 165px;
    top: 0;
    left: -37px;
    z-index: 1;
  }
  .guide-outline__hitoyoshi .guide-outline__body {
    padding-left: 80px;
  }
  .guide-outline__amakusa .guide-outline__title {
    width: 144px;
    height: 145px;
    background: url(../img/guide-title-amakusa.png) 0 0 no-repeat;
    background-size: 144px 145px;
    top: 0;
    left: -37px;
    z-index: 1;
  }
  .guide-outline__yatsushiro .guide-outline__title {
    width: 144px;
    height: 145px;
    background: url(../img/guide-title-yatsushiro.png) 0 0 no-repeat;
    background-size: 144px 145px;
    top: 0;
    left: -37px;
    z-index: 1;
  }


  .guide-outline__body {
    padding: 0 0 32px 80px;
    position: relative;
    z-index: 2;
  }
  .guide-outline__catch {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .guide-outline__txt {
    font-size: 1.2rem;
    line-height: 1.833;
  }
  .guide-outline__photo {
    width: 240px;
    margin: 0 auto;
    padding: 0;
  }
  .guide-outline__photo figcaption {
    padding: 12px 0;
    font-size: 1.1rem;
    text-align: center;
    margin: 0 0 18px 0;
  }
  .guide-outline__table {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .guide-outline__table > table {
    width: 100%;
  }
  .guide-outline__table table th {
    white-space: normal;
    font-size: 1.1rem;
    padding: 12px 6px;
    width: 40%;
  }
  .guide-outline__table table td {
    font-size: 1.2rem;
    vertical-align: middle;
    padding: 12px;
  }
  .guide-outline__table table td > table {
    display: block;
  }
  .guide-outline__table table td > table th {
    display: block;
    padding: 0 0 0 0;
  }
  .guide-outline__table table td > table td {
    display: block;
    font-size: .9rem;
    padding-bottom: 8px;
  }
  .courses {
    background: #f4f1ea;
    padding: 46px 25px 62px;
    box-sizing: border-box;
  }
  .courses__lead {
    font-size: 1.2rem;
    margin: 27px 0;
  }
  .courses__container {
    width: auto;
    margin: 0 13px 56px;
    display: block;
  }
  .courses__course {
    width: 100%;
    background: #fff;
  }
  .courses__course--b {
    margin-top: 25px;
  }
  .courses__header {
    font-size: 1.6rem;
    padding: 14px 0;
  }
  .courses__body {
    padding: 30px;
  }
  .courses__spot {
    border-radius: 21px;
    font-size: 1.1rem;
    padding: 16px 0;
    margin-bottom: 20px;
    position: relative;
  }
  .courses__spot:after {
    height: 20px;
    bottom: -23px;
  }
  .circle__aso__01 {
    width: 58px;
    height: 58px;
    left: -50px;
    top: -6px;
  }
  .circle__aso__02 {
    width: 82px;
    height: 82px;
    right: -46px;
    top: -13px;
  }
  .circle__aso__03 {
    width: 65px;
    height: 65px;
    right: -50px;
    top: 2px;
  }
  .circle__hitoyoshi__01 {
    width: 75px;
    height: 75px;
    left: -35px;
    top: -6px;
  }
  .circle__hitoyoshi__02 {
    width: 61px;
    height: 61px;
    right: -30px;
    top: -25px;
  }
  .circle__hitoyoshi__03 {
    width: 65px;
    height: 65px;
    right: -28px;
    top: 6px;
  }
  .circle__hitoyoshi__04 {
    width: 60px;
    height: 60px;
    left: -27px;
    top: -26px;
  }
  .circle__amakusa__01 {
    width: 64px;
    height: 64px;
    right: -43px;
    top: -12px;
  }
  .circle__amakusa__02 {
    width: 70px;
    height: 70px;
    left: -37px;
    top: -7px;
  }
  .circle__amakusa__03 {
    width: 65px;
    height: 65px;
    right: -25px;
    top: -9px;
  }
  .circle__amakusa__04 {
    width: 65px;
    height: 65px;
    left: -28px;
    top: -8px;
  }
  .circle__yatsushiro__01 {
    width: 62px;
    height: 62px;
    left: -34px;
    top: 10px;
  }
  .circle__yatsushiro__02 {
    width: 77px;
    height: 77px;
    right: -47px;
    top: 5px;
  }
  .circle__yatsushiro__03 {
    width: 65px;
    height: 65px;
    right: -24px;
    top: -11px;
  }
  .circle__yatsushiro__04 {
    width: 65px;
    height: 65px;
    left: -28px;
    top: -8px;
  }

  /* -------------------------------------------------

    タクシーのご利用

  ------------------------------------------------- */
  .global-header--use {
    background: url(../img/use-header-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .use-about {
    padding: 45px 0 0 0;
  }
  .use-about .section-header {
    width: auto;
    margin: 0 auto;
    padding: 0 25px;
  }
  .use-welcome {
    width: 100%;
    height: 291px;
    background: url(../img/use-visual-sp.jpg) center center no-repeat;
    background-size: cover;
    margin: 42px 0 0 0;
  }
  .use-welcome__inner {
    width: 240px;
    height: 291px;
    margin: 0 auto;
  }
  .use-welcome__contact {
    width: auto;
    height: 291px;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 27px 20px 14px;
  }
  .use-welcome__message {
    font-size: 1.2rem;
    line-height: 1.9166;
    font-weight: 700;
    margin: 0 0 7px 0;
    text-align: center;
  }
  .use-welcome__reserve-box {
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    width: 174px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 16px 10px 10px;
  }
  .use-welcome__reserve-header {
    background: url(../img/icn-callout.png) center top no-repeat;
    background-size: 25px 25px;
    padding-top: 40px;
  }
  .use-welcome__reserve-header > p{
    font-size: 1rem;
  }
  .use-welcome__reserve-header span {
    margin: 4px 0;
    font-size: .9rem;
  }
  .use-welcome__reserve-body {
    text-align: center;
    margin-bottom: 12px;
    background: url(../img/icn-freedial-01.png) center bottom no-repeat;
    background-size: 14px 9px;
    padding-bottom: 14px;
  }
  .use-welcome__reserve-body a {
    font-size: 1.8rem;
    padding: 0;
    background: none;
  }
  .use-welcome__reserve-footer__message {
    margin-bottom: 4px;
  }
  .use-welcome__reserve-footer__message,
  .use-welcome__reserve-footer__message a {
    font-size: .9rem;
  }
  .use-welcome__reserve-footer__note {
    font-size: .9rem;
    color: #ababab;
  }
  .use-fare {
    padding: 50px 25px;
    box-sizing: border-box;
    width: auto;
  }
  .use-fare__table {
    margin: 20px 0 0 0;
    box-sizing: border-box;
  }
  .use-fare__table th {
    font-size: 1rem;
    padding: 6px;
  }
  .use-fare__table td {
    padding: 5px;
    font-size: 1rem;
  }
  td.distance-fare {
    width: 8%;
  }
  .use-fare__table td dl dd {
    width: 4em;
    padding-right: 0;
  }
  .use-table__note {
    margin: 8px 0 0 2px;
    font-size: 1rem;
  }
  .use-payment {
    box-sizing: border-box;
    padding: 40px 25px 64px;
  }
  .use-payment .section-header__title {
    border-bottom-color: #fff;
    margin-bottom: 20px;
  }
  .use-payment__lead {
    font-size: 1.2rem;
    margin: 0 0 34px 0;
  }
  .use-payment__table {
    display: block;
    margin-bottom: 40px;
  }
  .use-payment__table.use-payment__table--qr {
    margin-bottom: 16px;
  }
  .use-payment__table__header {
    width: auto;
    font-size: 1.2rem;
    padding: 5px 10px 10px 14px;
    margin-bottom: 12px;
  }
  .use-payment__table__header:before {
    width: 10px;
    top: 10px;
  }
  .list-payment {
    width: 223px;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .use-payment__table__payment {
    width: 55px;
    margin: 0 5px 12px;
  }
  .use-payment__table__payment img {
    width: 100%;
  }
  .payment-name {
    font-size: .9rem;
    margin: 0 -20px;
  }
  .list-payment--qr {
    width: 300px;
    margin-top: 16px;
  }
  .payment-name > span {
    display: inline-block;
    margin-top: 2px;
    letter-spacing: -1px;
  }
  .payment-note {
    font-size: 1.2rem;
    margin: 0 0 105px 0;
  }
  .section-pointcard {
    display: block;
    padding: 0 8px 20px;
    text-align: center;
  }
  .pointcard-img {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
  }
  .pointcard-body {
    padding: 16px 0 0 0;
  }
  .pointcard-txt01 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .pointcard-txt02 {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .pointcard-txt02 > strong {
    display: block;
  }
  .pointcard-badge {
    background: url(../img/pointcard-badge-02.png) 0 0 no-repeat;
    background-size: 59px 59px;
    left: auto;
    right: -3px;
    top: 74px;
  }
  .pointcard-txt03 {
    padding: 0 16px;
    font-size: 1.1rem;
    text-align: left;
  }
  .use-vehicles {
    padding: 50px 0 0;
  }
  .use-vehicles .section-header {
    box-sizing: border-box;
    margin: 0 auto 50px;
    padding: 0 25px;
  }
  .use-according {
    padding: 0 25px 25px;
    height: auto;
  }
  .use-according__photo {
    width: 100%;
    box-sizing: border-box;
    height: 130px;
    background: url(../img/use-about-vehicle-sp.png) center center no-repeat;
    background-size: cover;
  }
  .use-according__photo {
    position: relative;
    top: -28px;
    margin-bottom: -28px;
  }
  .use-according__photo img {
    display: none;
  }
  .use-according__inner {
    margin: 0 auto;
    padding: 36px 0 0 0;
    display: block;
  }
  .use-according__header {
    width: auto;
    padding: 0;
    text-align: center;
  }
  .use-according__title {
    font-size: 1.7rem;
    margin-bottom: 6px;
  }
  .use-according__title__en {
    font-size: .9rem;
    margin-bottom: 12px;
  }
  .use-according__txt {
    font-size: 1.2rem;
  }
  .use-according__link {
    text-align: center;
  }
  .use-according__link a{
    text-decoration: underline;
    font-size: 1.2rem;
  }



  /* -------------------------------------------------

    車両紹介

  ------------------------------------------------- */
  .global-header--vehicles {
    background: url(../img/vehicles-header-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .vehicles-header {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    padding: 60px 25px 40px;
  }
  .vehicles-header:after {
    content: '';
    display: table;
    clear: both;
  }
  .vehicles-header__photo01 {
    position: static;
    width: 240px;
    margin: 0 auto 45px;
  }
  .vehicles-header__photo01 img{
    width: 100%;
    height: auto;
  }
  .vehicles-header__logo {
    width: 144px;
  }
  .vehicles-header__logo__img {
    margin-bottom: 12px;
  }
  .vehicles-header__logo__txt {
      font-size: 1.2rem;
      padding: 0px;
  }
  .vehicles-about {
    width: auto;
    padding: 0 25px 60px;
  }
  .vehicles-about .section-header__description {
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: left;
  }
  .vehicles-list__title {
    padding: 11px 11px 11px 28px;
    font-size: 1.8rem;
    margin-bottom: 28px;
    border-radius: 2px;
  }
  .vehicles-list__title:before {
    width: 3px;
    height: 18px;
    top: 10px;
  }
  .vehicles-list__box {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .vehicles-list__img {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .vehicles-list__img img {
    width: 100%;
    height: auto;
  }
  .vehicles-list__profile {
    width: auto;
    padding-top: 0;
  }
  .vehicles-list__name {
    padding: 6px 6px 6px 16px;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .vehicles-list__name--en {
    font-size: 1rem;
    padding-left: 22px;
    margin-bottom: 16px;
  }
  .vehicles-list__label {
    font-size: 1.2rem;
    padding: 6px 8px;
    margin-left: 20px;
    top: -2px;
  }

  .vehicles-list__catch {
    font-size: 1.4rem;
    padding-left: 22px;
    margin-bottom: 6px;
  }
  .vehicles-list__txt {
    font-size: 1.2rem;
    padding-left: 22px;
    margin-bottom: 24px;
  }
  .vehicles-list__spec {
    padding: 20px 28px;
    font-size: 1.4rem;
    line-height: 1.857;
  }


  /* -------------------------------------------------

    会社紹介

  ------------------------------------------------- */
  .global-header--company {
    background: url(../img/company-header-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .company-about {
    padding: 40px 0 0;
    display: block;
  }

  .company-about .section-header {
    margin: 0 25px;
  }
  .company-about .section-header__description {
    font-size: 1.5rem;
    line-height: 2.2;
  }
  .company-about .section-header__description br{
    display: inline;
  }
  .company-about .section-header__description .for-pc{
    display: none;
  }
  .company-about .section-header__description .for-sp{
    display: inline;
  }

  .company-about__info {
    margin: 50px 0 0;
    padding-bottom: 20px;
  }

  .company-about__photo {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    top: -30px;
  }
  .company-about__photo .for-pc {
    display: none;
  }
  .company-about__photo .for-sp {
    display: block;
    width: 100%;
  }
  .company-about__table {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1.1rem;
    display: block;
    padding: 0 25px;
  }
  .company-about__table dl {
    width: 100%;
  }
  .company-about__table dl dt {
    width: 60px;
    float: left;
    clear: both;
  }
  .company-about__table__second {
    padding-left: 0;
  }
  .googlemaps {
    padding-bottom: 77.333333333%;
  }
  .googlemaps-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 18px;
    padding: 5px 10px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    width: 120px;
    box-sizing: border-box;
  }
  .office-list {
    padding-top: 50px;
    margin: 0 auto 48px;
  }
  .office-list .section-header__description {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .office-list__container {
    display: block;
    padding: 0 25px;
    width: auto;
  }
  .office-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .office-address {
    padding: 0 5px;
    font-size: 1.2rem;
  }
  .office-address dt {
    width: 3em;
    float: none;
    display: inline-block;
  }
  .office-address dd {
    display: inline-block;
    padding-left: 0;
  }
  .office-address dd br {
    display: none;
  }
  .office-address dd a{
    text-decoration: none;
  }
  .office-name {
    font-size: 1.3rem;
    margin-bottom: 8px;
    padding-left: 5px;
  }




  /* -------------------------------------------------

    よくあるご質問

  ------------------------------------------------- */
  .global-header--qa {
    background: url(../img/qa-header-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .qa-container {
    width: auto;
    padding: 60px 25px 75px;
  }
  .qa-lead {
    font-size: 1.2rem;
    display: block;
    border-bottom: 1px solid #e6e2d9;
    padding-bottom: 30px;
    margin-bottom: 13px;
  }
  .qa-box__question {
    font-size: 1.2rem;
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .qa-box__question:before {
    content: 'Q.';
    font-size: 1.2rem;
    left: 10px;
    top: 0;
    font-weight: 700;
  }
  .qa-box__answer:before {
    font-size: 1.2rem;
    left: 10px;
    top: 15px;
  }
  .qa-box__answer {
    padding: 15px 15px 15px 32px;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .qa-box__answer dl dt {
    width: auto;
    float: none;
  }
  .qa-box__answer dl dd {
    margin-left: 1em;
    margin-bottom: 5px;
  }


  /* -------------
    改行の調整
   ------------- */
   .br-pc {display: none;}
   .br-sp {display: inline;}


}
