@charset "utf-8";

/*---------------------
  reset
---------------------*/

  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
  b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
  }

  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section { 
    display: block;
  }

  html {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  *, *:before, *:after {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
  }

  img {
    border: none;
    vertical-align: top;
  }

  a {
    border: none;
  }

  table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }

  th, td {
    vertical-align: middle;
  }

  th {
    text-align: left;
  }

  li {
    list-style: none;
  }

  hr {
    display: block;
    height: 1px;
    margin: 0 0 1em;
    padding: 0;
    font-size: 1em;
    line-height: 0;
    border: 0;
    border: none;
  }

  b, strong {
    font-weight: bold;
  }

/*---------------------
  iphone用リセット
---------------------*/

  input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

/*---------------------
  clearfix
---------------------*/

  .clearfix:after {
    content: '';
    visibility: hidden;
    display: block;
    font-size: 0;
    position: static;
    clear: both;
    height: 0;
  }

/*---------------------
  fluid image
---------------------*/

  img,
  iframe,
  object {
    max-width: 100%;
  }

/*---------------------
  roll over
---------------------*/

  a {
    text-decoration: underline;
  }

  a:hover {
    text-decoration: none;
  }

/*---------------------
  google map
---------------------*/

  .gmap {
    width: 100%;
    height: 100%;
  }

  .gmap img {
    max-width: none;
  }

/*---------------------
  common style
---------------------*/

/* 共通見出し */

  .page-title-area {
    position: relative;
    padding: 0 0 10px;
    height: 260px;
    background: url(../img/base/leaf_bg.png) no-repeat top, url(../img/base/page_title_bg.jpg) repeat-x bottom;
    background-size: cover, auto;
  }

  .page-title-area:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: url(../img/base/grid_bg_right_green.jpg);
  }

@media screen and (max-width: 1100px) {

  .page-title-area {
    padding: 19.79% 0 3.84%;
    height: 0;
    background-size: 120% auto, auto;
  }

  .page-title-area:after {
    height: 3.84%;
  }

}
/*
@media screen and (min-width: 641px) {

  .page-title-area {
    margin: 0 0 90px;
  }

}

@media screen and (max-width: 640px) {

  .page-title-area {
    margin: 0 0 45px;
  }

}
*/
  /* タイトル */
  .page-title img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 10;
  }

@media screen and (max-width: 1100px) {

  .news-page-title img { width: 19.09%;}
  .taxi-page-title img { width: 14.54%;}
  .hire-page-title img { width: 14.09%;}
  .jumbo-page-title img { width: 23.18%;}
  .sightseeing-page-title img { width: 15.36%;}
  .god-page-title img { width: 22.9%;}
  .promise-page-title img { width: 26.27%;}
  .faq-page-title img { width: 18.54%;}
  .company-page-title img { width: 19%;}
  .contact-page-title img { width: 27.72%;}
  .dispatch-page-title img { width: 48.36%;}
  .fare-page-title img { width: 19%;}

}

  /* 画像 */
  .page-title-img {
    position: absolute;
    z-index: 1;
  }

@media screen and (min-width: 1101px) {

  .page-title-img {
    right: 50%;
  }

  .taxi-page-title-img {
    bottom: -22px;
    margin: 0 -530px 0 0;
  }

  .hire-page-title-img {
    bottom: 3px;
    margin: 0 -550px 0 0;
  }

  .jumbo-page-title-img {
    bottom: -27px;
    margin: 0 -550px 0 0;
  }

  .sightseeing-page-title-img {
    bottom: -40px;
    margin: 0 -480px 0 0;
  }

}

@media screen and (max-width: 1100px) {

  .taxi-page-title-img {
    right: 1.8%;
    bottom: -2%;
    width: 35.81%;
  }

  .hire-page-title-img {
    right: 0;
    bottom: 1.15%;
    width: 41.36%;
  }

  .jumbo-page-title-img {
    right: 0;
    bottom: -10.38%;
    width: 37.45%;
  }

  .sightseeing-page-title-img {
    right: 6.36%;
    bottom: -15.38%;
    width: 27.81%;
  }

}

/* 共通h2 */

  .common-h2 {
    position: relative;
    padding: .8em 1em .7em 38px;
    line-height: 1.2;
    color: #fff;
    border-radius: 4px;
  }
  .common-h2-bg-right-green { background: url(../img/base/grid_bg_right_green.jpg);}
  .common-h2-bg-blue { background: url(../img/base/grid_bg_blue.jpg);}
  .common-h2-bg-orange { background: url(../img/base/grid_bg_orange.jpg);}
  .common-h2-bg-gray { background: url(../img/base/grid_bg_gray2.jpg);}

  .common-h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 100%;
    border-radius: 4px 0 0 4px;
  }
  .common-h2-bg-right-green:before { background: rgba(87,153,97,.3);}
  .common-h2-bg-blue:before { background: rgba(15,126,224,.3);}
  .common-h2-bg-orange:before { background: rgba(224,81,15,.3);}
  .common-h2-bg-gray:before { background: rgba(106,106,106,.3);}

@media screen and (min-width: 641px) {

  .common-h2 {
    font-size: 2.2em;
  }

}

@media screen and (max-width: 640px) {

  .common-h2 {
    font-size: 1.8em;
  }

}

/* 共通タイトル（大） */

  .common-title-large {
    margin-bottom: 1em;
    padding-top: .3em;
    line-height: 1.2;
    font-size: 24px;
  }

@media screen and (min-width: 1101px) {

  .common-title-large span {
    display: block;
  }

}

/* 共通タイトル（手） */

  .hand-title {
    margin-bottom: .8em;
    padding-left: 62px;
    padding-top: .4em;
    line-height: 1.2;
    font-size: 20px;
  }

  .hand-title:not(.hand-title-border-none) {
    padding-bottom: .5em;
    background: url(../img/base/hand_title_bg.jpg) no-repeat 3px 0, url(../img/base/grid_bg_gray_white.jpg) repeat-x left bottom;
  }

  .hand-title-border-none {
    background: url(../img/base/hand_title_bg.jpg) no-repeat 3px 0;
  }

  .hand-title-right-green { color: #4AA58C;}
  .hand-title-blue { color: #0080FF;}
  .hand-title-orange { color: #FF7A4D;}

@media screen and (min-width: 1101px) {

  .hand-title span {
    display: block;
  }

}

/* 共通タイトル（乗務員の名前） */

  .driver-name,
  .driver-name span {
    font-weight: bold;
  }

  .driver-name {
    margin-bottom: .3em;
    font-size: 18px;
  }

  .driver-name span {
    font-size: 14px;
  }

/* コンテンツ画面中央寄せ */

  .inner {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }

  .inner:after,
  .inner-gutter:after {
    content: "";
    display: table;
    clear: both;
  }

/* コンテンツ隙間・間隔用 */

  .gutter {
    margin-bottom: 5em;
  }

  .gutter:last-child {
    margin-bottom: 130px;
  }

  .gutter .gutter:last-child {
    margin-bottom: 0;
  }

  .common-h2 + .inner {
    padding-top: 1.8em;
  }

  .inner-gutter:not(:last-child) {
    margin-bottom: 4em;
  }

@media screen and (min-width: 641px) {

  .gutter > .inner,
  .anchor-point > .inner {
    padding-right: 20px;
    padding-left: 20px;
  }

}

@media screen and (max-width: 640px) {

  .gutter > .inner,
  .anchor-point > .inner {
    padding-right: 15px;
    padding-left: 15px;
  }

}

/* グリッドシステム */

  .grid-container {
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
    overflow: hidden;
  }

  .grid-container:after {
    content: "";
    display: table;
    clear: both;
  }

  .grid {
    float: left;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-1  { width:  8.33%;}
  .grid-2  { width: 16.66%;}
  .grid-3  { width: 25.00%;}
  .grid-4  { width: 33.33%;}
  .grid-5  { width: 41.66%;}
  .grid-6  { width: 50.00%;}
  .grid-7  { width: 58.33%;}
  .grid-8  { width: 66.66%;}
  .grid-9  { width: 75.00%;}
  .grid-10 { width: 83.33%;}
  .grid-11 { width: 91.66%;}
  .grid-12 { width: 100.0%;}

@media screen and (max-width: 1100px) {

  .grid {
    float: none;
    width: 100%;
  }

  .grid-container,
  .grid:last-child {
    margin-bottom: 0;
  }

}

/* 画像左右中央配置 */

  .fig-img,
  .fig-img img {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .fig-img-fr,
  .fig-img-fl {
    width: auto;
    max-width: 50%;
  }

  .fig-img-fr {
    float: right;
    padding-left: 1.4em;
  }

  .fig-img-fl {
    float: left;
    padding-right: 1.4em;
  }

  .fig-img-center {
    margin-bottom: 1em;
    text-align: center;
  }

  .fig-img-fr.fig-img-center,
  .fig-img-fl.fig-img-center {
    margin-bottom: 0;
  }

  .fig-img-center:last-child {
    margin-bottom: 0;
  }

@media screen and (max-width: 640px) {

  .fig-img,
  .fig-img img {
    width: auto;
  }

  .fig-img-fr,
  .fig-img-fl {
    float: none;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  .fig-img-fr.fig-img-center,
  .fig-img-fl.fig-img-center {
    margin-bottom: 1.6em;
  }

}

/* キャプション */

  .caption {
    margin-top: 1em;
    font-size: .9em;
    text-align: center;
  }

  .fig-caption {
    display: block;
    margin-top: 5px;
    padding: 5px;
    color: #fff;
    font-size: .9em;
    text-align: center;
    background: #000;
  }

/* アンカー位置調整 */

@media screen and (min-width: 1101px) {

  .anchor-point {
    margin-top: -77px;
    padding-top: 77px;
  }

}

/* テーブル */

  .table {
    display: table;
    width: 100%;
  }

  .table-row {
    display: table-row;
    width: 100%;
  }

  .table-cell {
    display: table-cell;
    vertical-align: middle;
  }

/* リンク */

  /* 背景色無し */
  .link,
  .link-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
  }

  .link:hover,
  .link-btn:hover {
    text-decoration: underline;
  }

  .link.link-white { color: #fff;}
  .link.link-right-green { color: #4AA68D;}
  .link.link-blue { color: #0080FF;}
  .link.link-orange { color: #FF7A4D;}
  .link.link-black { color: #212121;}

  /* 背景色あり */
  .link-btn {
    color: #fff;
    padding: 8px 15px 6px 10px;
    line-height: 1;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 3px;
  }

  .link-btn.link-white { background-color: #fff;}
  .link-btn.link-right-green { background-color: #4AA68D;}
  .link-btn.link-blue { background-color: #0080FF;}
  .link-btn.link-orange { background-color: #FF7A4D;}
  .link-btn.link-black { background-color: #212121;}

  /* ＞アイコン */
  .link:before,
  .link-btn:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background-repeat: no-repeat;
  }

  .link-icon-big:before,
  .link-btn:before {
    width: 20px;
    height: 20px;
    background-image: url(../img/base/link_icon_set_big.png);
  }

  .link-white.link-icon-big:before { background-position: -20px 0;}
  .link-btn:before { background-position: -20px 0;}

  .link-icon-min:before {
    width: 15px;
    height: 15px;
    background-image: url(../img/base/link_icon_set_min.png);
  }

  .link-icon-min.link-right-green:before { background-position: -30px 0;}
  .link-icon-min.link-blue:before { background-position: -45px 0;}
  .link-icon-min.link-orange:before { background-position: -60px 0;}
  .link-icon-min.link-black:before { background-position: -75px 0;}

/* img枠 */

  .img-box-area {
    letter-spacing: -.40em;
  }

  .img-box {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px;
    background: url(../img/base/grid_bg_gray_white.jpg);
  }

  .img-box img {
    width: 100%;
  }

  .img-box-caption {
    margin-top: .8em;
    text-align: center;
    font-size: 12px;
  }

/* ※リスト */

  .note-list li {
    position: relative;
    padding-left: 1em;
  }

  .note-list li:before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }

/* ●リスト */

  .disc-list li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.6;
    font-size: 16px;
  }

  .disc-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .3em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: url(../img/base/grid_bg_gray.jpg);
  }

/* 明朝 */
.mincho { font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* line-height */
.line18 { line-height: 1.8;}

/* visual */
.block  { display: block;}
.inline { display: inline;}
.table  { display: table;}
.tcell  { display: table-cell;}
.dn     { display: none;}
.vh     { visibility: hidden;}
.oh     { overflow: hidden;}

/* clear */
.cb     { clear: both;}
.cl     { clear: left;}
.cr     { clear: right;}

/* float */
.fl     { float: left;}
.fr     { float: right;}

/* align */
.center { text-align: center;}
.left   { text-align: left;}
.right  { text-align: right;}
.top    { vertical-align: top;}
.middle { vertical-align: middle;}
.bottom { vertical-align: bottom;}

/* font */
.f80    { font-size:  .8em;}
.f90    { font-size:  .9em;}
.f120   { font-size: 1.2em;}
.f130   { font-size: 1.3em;}
.f140   { font-size: 1.4em;}
.f150   { font-size: 1.5em;}
.normal { font-weight: normal;}
.bold   { font-weight: bold;}
.indent { text-indent: 1em;}
.strike { text-decoration: line-through;}
.italic { font-style: italic;}

/* color */
.red    { color: #f00;}
.red2   { color: #c00;}
.red3   { color: #D80000;}
.blue   { color: #09f;}
.blue2  { color: #06f;}
.orange { color: #f90;}
.orange2{ color: #f60;}
.yellow { color: #ff0;}
.green  { color: #096;}

/* list-style-type */
.lstn   { list-style-type: none;}

/* margin */
.m1     { margin-bottom: 1em;}
.m2     { margin-bottom: 2em;}
.m3     { margin-bottom: 3em;}
.m4     { margin-bottom: 4em;}
.m5     { margin-bottom: 5px;}
.m10    { margin-bottom: 10px;}
.m15    { margin-bottom: 15px;}
.m20    { margin-bottom: 20px;}
.m30    { margin-bottom: 30px;}
