@charset "utf-8";

/*-----------------------------------------------
 Default
-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, ul, ol, li, pre, form, blockquote, fieldset, input
{
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    background: #FFFFFF;
    color: #333;
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
    line-height: 1.8;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background:none!important;
}

p {
    padding: 1em 0 0;
}

a {
    color: #333;
}

a:hover {
    color: #999;
}

/*clearfix*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.relative {
    position: relative !important;
}

#wrapper {
    text-align: left;
}

.header_top {
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: right;
    padding: 30px 0 0;
    float: right;
    display: none;
}

h2 {
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 1em;
    padding: 0 0 5px;
    border-bottom: 1px solid #C8C9CA;
    line-height: 1.2;
}

.contents h2 {
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 1em;
    padding: 0;
    border: none;
    line-height: 1.2;
}

h3 {
    color: #000;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.2;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-top: .5em;
}

/*-----------------------------------------------
 Global navigation
-----------------------------------------------*/
nav {
    width: 312px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(312px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
}
nav.open {
    transform: translate(0);
}

/*   ボタンタグ設定   */
button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 42px;
    color: #333;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    text-align: center;
    outline: none;
}
/*   ハンバーガーボタン3本線   */
button span.bar {
    display: block;
    height: 2px;
    background-color: #333;
    margin: 10px 0;
    transition: all 0.2s;
    transform-origin: 0 0;
}
button .close {
    letter-spacing: 0.08em;
    display: none;
}
button .menu {
    display: block;
}
/*  メニューアクティブ時  */
button.active span.bar {
    width: 49px;
}
button.active .bar1 {
    transform: rotate(30deg);
}
button.active .bar2 {
    opacity: 0;
}
button.active .bar3 {
    transform: rotate(-30deg);
}
button.active .menu {
    display: none;
}
button.active .close {
    display: block;
}



/*-----------------------------------------------
 contents
-----------------------------------------------*/

#logo {
    width: 40%;
    margin: 28px 0 0;
    padding: 0;
}

#bizno {
    font-size: 1.2rem;
    padding: 1em 0 1.5em;
}

.main {
    width: 90%;
    max-width: 1024px;
    margin: 2em auto;
}

.contents {
    width: 90%;
    max-width: 1200px;
    margin: 2em auto;
}

/* カラム */
.column0 {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
}

.column01 {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.column1 {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}

.column02 {
    width: 50%;
    float: left;
    margin: 0;
    overflow: hidden;
}

.column2 {
    width: 48.5%;
    float: left;
    margin: 0 3% 0 0;
    overflow: hidden;
    position: relative;
}

.column2:nth-of-type(2n) {
    margin: 0 0 0;
}

.column3 {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    position: relative;
}

.column3:nth-of-type(3) {
    margin: 0 0 0 0;
}

.column4 {
    width: 23.5%;
    float: left;
    margin: 0 2% 0 0;
}

.column4:nth-of-type(4n) {
    margin: 0 0 0 0;
}

.column5 {
    width: 18.4%;
    float: left;
    margin: 0 2% 0 0;
}

.column5:nth-of-type(5n) {
    margin: 0 0 0 0;
}

.column1:last-of-type,.column1:last-child,
.column01:last-of-type,.column01:last-child,
.column02:last-of-type,.column02:last-child,
.column2:last-of-type,.column2:last-child,
.column3:last-of-type,.column3:last-child,
.column4:last-of-type,.column4:last-child,
.column5:last-of-type,.column5:last-child {
    margin: 0;
}

.anzen {
    background: url(images/anzen_title_bg.jpg) repeat-x center center fixed;
    background-size: cover;
    width: 100%;
    height: 240px;
}
.company {
    background: url(images/company_title_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 240px;
}
.driver {
    background: url(images/driver_title_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 240px;
}
.inquiry {
    background: url(images/inquiry_title_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 240px;
}
.bus {
    background: url(images/bus_title_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 240px;
}
.info {
    background: url(images/info_title_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 240px;
}
.privacy {
    background: url(images/privacy_title_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 240px;
}

.breadcrumbs {
    font-size: 12px;
    margin: 0 0 2em;
}

#pagetitle {
    width: 100%;
    height: 100%;
    background: rgba(79,55,40,0.5);
}

#pagetitle h2 {
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 240px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

footer {
    width: 100%;
    background: #EEEEEF;
}

ul.banner_box {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}

ul.banner_box li {
    list-style: none;
    width: 17.5%;
    max-width: 210px;
    float: left;
    margin: 0 30px 0 0;
}

.copyright_box {
    width: 100%;
    background: #ccc;
    padding: 19px 0;
    font-size: 12px;
    clear: both;
}

.copyright {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    clear: both;
    color: #000;
}

.link a {
    color: rgba(12, 51, 136, 1);
    padding-left: 2em;
    text-decoration: none;
}

.link a:hover {
    color: rgba(0, 91, 171, 1);
}

.main_text p:first-child {
    padding-top: 0;
}

.link_kousokubus a {
    color: #fff;
    background: #0C3388;
    border-radius: 5px;
    text-decoration: none;
    margin: 10px auto 0;
    padding: 6px 1em;
}
.link_kousokubus a:hover {
    background: #999;
}

/* info */
ul.info_list {
    margin: 0 0 5em;
}
ul.info_list li {
    list-style: none;
    margin: 0 0 4em;
    text-align: left;
    overflow: hidden;
}
.info_date {
    color: rgba(12, 51, 136, 1);
    float: left;
    margin: 0 3em 0 0;
    line-height: 1.8;
}
.info_list div p:first-of-type {
    padding-top: 0;
}


/* anzen */
.anzen_basic_policy {
    background: rgba(0, 104, 183, 0.3) url(images/h2_bg.png) no-repeat left -35px;
    overflow: hidden;
}

.anzen_basic_policy h2 {
    color: #0068B7 !important;
    font-size: 36px !important;
    font-size: 3.6rem !important;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    border-bottom: none;
    margin: 0;
    padding: 1em 0 !important;
}

.anzen_basic_policy p {
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}

.anzen_basic_policy h3 {
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin: 0;
    padding: .5em 0 1em;
    line-height: 1.2;
}

.white_wrap {
    background: #fff;
    margin: 0 0 5em;
    padding: 50px;
}

ul.k_list {
    margin: 0;
    padding: 0;
}

ul.k_list li {
    list-style: none;
    background: url(images/listmark_disc_skyblue.png) no-repeat left 8.4px;
    background-size: 12px;
    margin: 0 0 1em;
    padding: 0 0 0 1.5em;
}
ul.k_list li:last-child {
    margin: 0;
}

ul.k_list li a {
    color: #005BAB;
}
ul.k_list li a:hover {
    text-decoration: none;
}

.anzen_setsubi ol {
    counter-reset: counter-name;
}
.anzen_setsubi ol > li {
    list-style: none;
    position: relative;/*リストの項目の位置を基準に*/
    padding-left: 16%; /*li:before分左に余白を。調整可*/
    padding-bottom: 2em;
    margin-bottom: 3em;
    border-bottom: 1px solid #0068B7;
}
.anzen_setsubi ol > li:before {
    font-size: 72px;
    font-size: 7.2rem;
    font-style: italic;
    font-weight: bold;
    counter-increment: counter-name;
    content: counter(counter-name) "";
    color: #0068B7;
    position: absolute; /*リストの基準から移動させる*/
    left: 0em; /*項目の基準、左にあわせる*/
    line-height: 1.0;/*数字の位置あわせで数値を指定*/
}
.anzen_setsubi ol > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.anzen_setsubi h3 {
    color: #0068B7;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 1em;
    padding: 0;
}

.anzen_list_photo {
    width: 40%;
    margin: 2em 0;
    padding: 0;
}

a.more  {
    margin: 0;
    padding: 2px 1em;
    border: 1px solid #0068B7;
    border-radius: 20px;
    display: block;
    color: #0068B7;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    float: right;
    clear: both;
}

a.more:hover {
    color: #fff;
    background: rgba(0, 91, 171, 1);
}

.anzen_introduction {
    background: rgba(0, 104, 183, 0.3);
    margin: 0;
    padding: 5em 0;
}

.intro_box {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 8em;
    padding: 50px;
    background: #fff;
}
.intro_box:last-of-type {
    margin: 0 auto;
}

.intro_mark {
    position: absolute;
    top: -50px;
    left: -50%;
    width: 1221px;
    height: 208px;
    opacity: 0.1;
    filter:alpha(opacity=10);
    -ms-filter: "alpha( opacity=10 )";
    /*background: url(images/intro_mark.png) no-repeat center center;
    background-size: 100%;
    z-index: 1;*/
}

.intro_box h3 {
    color: #0068B7;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 .5em;
}

/* company */
.company_greeting {
    color: #333 !important;
    text-align: left !important;
    padding: 0 0 1em !important;
}

.company_portrait {
    margin: 0 0 5em;
}

.gaiyo,.enkaku,.bosyu {
    margin: 2em 0;
    padding: 0;
    overflow: hidden;
}

.gaiyo dl {
    margin: 0 0 1em;
    padding: 0;
    clear: both;
    overflow: hidden;
}
.gaiyo dl dt {
    color: #0068B7;
    float: left;
    clear: left;
    padding-right: 1em;
    width: 30%;
}
.gaiyo dl dd {
    float: left;
    width: 70%;
}

.enkaku dl {
    margin: 0 0 1em;
    padding: 0;
    overflow: hidden;
}
.enkaku dl dt {
    color: #0068B7;
}

.eigyosyo {
    margin: 0 0 2em;
    width: 100%;
    overflow: hidden;
}


/* quality */
.quality_rinen {
    background: url(images/kashikiri_quality_title_bg.png) no-repeat left top;
    overflow: hidden;
}

.quality_rinen h2 {
    color: #000 !important;
    font-size: 36px !important;
    font-size: 3.6rem !important;
    text-align: center;
    border-bottom: none;
    margin: 0;
    padding: 1em 0 !important;
}
.quality_rinen p {
    padding: 1em 0 2em;
}


.quality_hoshin {
    counter-reset: counter-name;
}
.quality_hoshin ol > li {
    list-style: none;
    position: relative;/*リストの項目の位置を基準に*/
    padding: 1em 0 2em 12%;/*li:before分左に余白を。調整可*/
    margin: 0 0 3em;
    border-bottom: 1px solid #0068B7;
}
.quality_hoshin ol > li:before {
    font-size: 60px;
    font-size: 6.0rem;
    font-style: italic;
    font-weight: bold;
    counter-increment: counter-name;
    content: counter(counter-name) "";
    color: #0068B7;
    position: absolute; /*リストの基準から移動させる*/
    top: 0;
    left: 0em; /*項目の基準、左にあわせる*/
    line-height: 1.0;/*数字の位置あわせで数値を指定*/
}
.quality_hoshin ol > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.quality_kotsushi ol {
    counter-reset: number 0;
}
.quality_kotsushi ol > li {
    list-style: none;
    position: relative;/*リストの項目の位置を基準に*/
    padding: 1em 0 2em 12%;/*li:before分左に余白を。調整可*/
    margin: 0 0 3em;
    border-bottom: 1px solid #0068B7;
}
.quality_kotsushi ol > li:before {
    font-size: 60px;
    font-size: 6.0rem;
    font-style: italic;
    font-weight: bold;
    counter-increment: number 1;/* number カウンタを増加 */
    content: counter(number, upper-roman);/* 表示形式を指定 */
    color: #0068B7;
    position: absolute; /*リストの基準から移動させる*/
    top: 0;
    left: 0em; /*項目の基準、左にあわせる*/
    line-height: 1.0;/*数字の位置あわせで数値を指定*/
}
.quality_kotsushi ol > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.quality_kotsushi dl {
    margin: 1em 0 0;
}


/* dirver */
.bosyu dl {
    margin: 0 0 1em;
    padding: 0;
    clear: both;
    overflow: hidden;
}
.bosyu dl dt {
    color: #0068B7;
    float: left;
    clear: left;
    padding-right: 1em;
    width: 15%;
}
.bosyu dl dd {
    float: left;
    width: 85%;
}
.bosyu dl dd ol {
    margin-left: 1.2em;
}

/* privacy */
.privacy_text {
    text-align: left;
    margin: 0;
    padding: 1em 0 0;
}
.privacy_text ul li {
    margin-left: 1.2em;
    list-style: disc;
}

/* 背景水色白渦 */
.blue_uzu {
    background: #B5DCF2 url(images/kashikiri_inquiry_title_bg.png) no-repeat center -35px;
    background-size: 75% auto;
    padding: 70px 0;
}
.blue_uzu h2 {
    color: #000;
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: none;
}

/* Googleマップ */
.gmap {
    position: relative;
    margin-top: 1em;
    padding-bottom: 75%;/*アスペクト比4:3*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* タブメニュー */
ul.tab { width: 100%; float: none; overflow: hidden; margin: 0 0 2em; }
ul.tab li { list-style: none; background:#ccc; color: #fff; padding: 5px 25px; float:left; margin-right: 3px; }
ul.tab li a { text-decoration: none; color: #fff; }
ul.tab li:hover { background:#00488E; color: #fff; }
ul.tab li.select { background: #00488E; color: #fff;}
ul.form {
    width: 100%;
    float: none;
    overflow: hidden;
}
ul.form li { list-style: none; }
.hide { display:none; }

/* メールフォーム */
.inquiry_form {
    color: #000;
}

.inquiry_label {
    margin: 0 0 1em;
}

.inquiry_comment {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
    color: #5f5f5f;
}

.inquiry_submit {
    text-align: center;
    margin: 1em auto 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 1em;
}
.wpcf7 input[type="date"] {
    width: 30%;
    border: none;
    border-radius: 5px;
    margin-right: .5em;
    padding: 1em;
}
.wpcf7 input[name="inquiry-zip"] {
    color: #999;
    width: 40%;
    margin-right: 1em;
    margin-bottom: .5em;
    display: inline-block;
}
.wpcf7 select[name="s_time"],
.wpcf7 select[name="e_time"] {
    width: 15%;
    margin-bottom: .5em;
    display: inline-block;
    margin-right: .5em;
    padding: 1em;
}
.wpcf7 select[name="pref"],
.wpcf7 select[name="s_area1"],
.wpcf7 select[name="e_area1"],
.wpcf7 select[name="guide"],
.wpcf7 select[name="tenjou"] {
    width: 25%;
    margin-bottom: .5em;
    display: inline-block;
}
.wpcf7 input[name="s_area2"],
.wpcf7 input[name="e_area2"] {
    width: 80%;
    border: none;
    border-radius: 5px;
    margin-left: .5em;
    padding: 1em;
}
.wpcf7 input[name="people_no"],
.wpcf7 input[name="bus_no"] {
    width: 10%;
    border: none;
    border-radius: 5px;
    margin-left: .5em;
    padding: 1em;
}
.wpcf7 textarea {
    width: 100%;
    color: #5F5F5F;
    border: none;
    border-radius: 5px;
    padding: 1em;
}

.wpcf7-submit {
    color: #fff;
    border: none;
    background: #11418B;
    border-radius: 2em;
    padding: .5em 2em;
}
.wpcf7-form-control[disabled] {
    opacity: .50;
    filter: alpha(opacity=50);
}

/* 車両紹介 */
.bus_introduce {
    margin: 0 0 2em;
}

.bus_introduce_title {
    width: 100%;
    height: 216px;
    background: url(images/bus_introduce_title_bg2.jpg) repeat-x bottom left;
    background-size: auto 56px;
    margin: 2em 0 0;
    padding: 0;
}

.bus_introduce_title h2 {
    display: block;
    height: 216px;
    background: url(images/bus_introduce_title_bg.jpg) no-repeat bottom center;
    background-size: auto 100%;
    border-bottom: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 216px;
    text-shadow: 1px 1px 0 #fff;
    overflow-x: hidden;
}

.bus_introduce h3 {
    color: #0C3388;
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center;
    padding: 0 0 20px;
    background: url(images/bus_introduce_title_bg2.jpg) repeat;
    background-size: cover;
}

.bus_name {
    padding: 50px 0 26px !important;
}

.bus_photo {
    width: 38%;
    float: left;
}

.bus_detail {
    width: 58%;
    float: right;
    position: relative;
}

.bus_description {
    text-align: center;
    margin: 0 auto;
    padding: 1em 5%;
    width: 70%;
}
.bus_description b {
    color: #0C3388;
    font-size: 110%;
}

.bus_row {
    color: #fff;
    background: #0C3388;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 .5em 0 0;
    padding: 5px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
}

.bus_capacity {
    display: inline-block;
}

.bus_seat {
    margin: .5em 0 0;
}
.bus_seat li {
    list-style: disc;
    margin: 0 0 0 1.5em;
    padding: 0;
}

.bus_seat2 {
    margin: .5em 0 0;
}
.bus_seat2 li {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.bus_number {
    color: #0C3388;
    font-weight: bold;
    text-align: center;
    padding: 0;
}

.bus_pdf a {
    width: 86%;
    display: block;
    color: #fff;
    background: #0C3388;
    border-radius: 5px;
    text-decoration: none;
    margin: 10px auto 0;
    padding: 6px 0;
}
.bus_pdf a:hover {
    background: #999;
}

.bus_seat_floor {
    float: right;
    width: 50%;
}

.bus_seat_floor2 {
    width: 86%;
    margin: 10px auto;
}

.bus_equipment {
    margin: 1em 0 0;
    padding: 0;
    float: left;
    clear: both;
}

.bus_equipment span {
    color: #0C3388;
    font-weight: bold;
    padding: 0 0 1em;
}
.bus_equipment p {
    margin: 0;
    padding: 0 0 1.5em;
}

.bus_equipment .column01 {
    margin: 0 0 1em;
}

.bus_whd {
    font-size: 90%;
    margin: 0 0 1em;
    padding: 1em 0;
    border-top: 1px solid #ccc;
}

.pagenavi {
    margin: 4em 0;
}


/* 画像の回り込み */
img.alignnone {
    display: block;
    margin: 0;
}
img.alignright { display: block; margin: 0 0 0 1em; float:right; }
img.alignleft { display: block; margin: 0 1em 0 0; float:left;}
img.aligncenter { display: block; margin: 0 auto;}


@media screen and (max-width: 1024px) {
    .blue_uzu {
        background: #B5DCF2 url(images/kashikiri_inquiry_title_bg.png) no-repeat 20% -20px;
        background-size: 120% auto;
    }
    .bus_seat_floor {
        float: left;
        clear: both;
        margin: 1em 0 2em;
        width: 70%;
    }
    .bus_seat2 {
        width: 100%;
    }
    .bus_seat2 li {
        width: 70%;
        margin: 0 auto 2em;
    }
    .bus_seat2 li:last-child {
        margin: 0 auto 1em;
    }
    .bus_seat_floor2 {
        width: 100%;
    }
    .bus_pdf a {
        width: 100%;
    }
    .bus_description {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        display: none;
        float: none;
        font-weight: normal;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0 0;
    }
    h2 {
        font-size: 21px;
        font-size: 2.1rem;
    }
    h3 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    h4 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .pc-only {
        display: none;
    }
    #logo {
        float: none;
        margin: 0 auto;
        padding: 20px 0 0;
        width: 70%;
    }
    #bizno {
        font-size: 11px;
        font-size: 1.1rem;
        text-align: center;
        padding: 1em;
    }
    ul.banner_box {
        padding: 10px 0;
    }
    ul.banner_box li {
        width: 30%;
    }
    .copyright_box {
        padding: 10px 0;
    }
    .link a {
        display: block;
        float: none;
        padding-left: 0;
    }
    .column1,
    .column01,
    .column02,
    .column2,.column2:nth-of-type(2n),.column2:nth-child(2n),
    .column3,.column3:nth-of-type(3n),.column3:nth-child(3n),
    .column4,.column4:nth-of-type(4n),.column4:nth-child(4n),
    .column5,.column5:nth-of-type(5n),.column5:nth-child(5n) {
        float: none;
        width: 100%;
        margin: 0 auto 2em;
    }
    .column1:last-of-type,.column1:last-child,
    .column01:last-of-type,.column01:last-child,
    .column02:last-of-type,.column02:last-child,
    .column2:last-of-type,.column2:last-child,
    .column3:last-of-type,.column3:last-child,
    .column4:last-of-type,.column4:last-child,
    .column5:last-of-type,.column5:last-child {
        margin: 0 auto;
    }
    #pagetitle h2 {
        line-height: 100px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .contents h2 {
        font-size: 21px;
        font-size: 2.1rem;
    }
    .anzen,.company,.driver,.inquiry,.bus,.info {
        height: 100px;
    }
    .anzen_basic_policy {
        background: rgba(0, 104, 183, 0.3) url(images/h2_bg.png) no-repeat center -35px;
    }
    .anzen_basic_policy h2 {
        font-size: 21px;
        font-size: 2.1rem;
    }
    .anzen_basic_policy h3 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .white_wrap {
        padding: 2em;
    }
    .anzen_setsubi ol > li:before {
        font-size: 48px;
        font-size: 4.8rem;
    }
    .anzen_setsubi ul.k_list {
        margin: 0 0 0 -16%;
    }
    .anzen_list_photo {
        width: 80%;
        margin: 2em 0 2em -16%;
    }
    .anzen_setsubi h3 {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0 0 2.5em;
    }
    .intro_mark {
        width: 120%;
        top: -30px;
    }
    .intro_box {
        margin: 0 auto 4em;
        padding: 2em;
    }
    .intro_box:last-of-type {
        margin: 0 auto;
    }
    .intro_box h3 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .company_portrait {
        margin: 0 0 1em;
    }
    .quality_rinen {
        background: url(images/kashikiri_quality_title_bg.png) no-repeat center top;
    }
    .quality_hoshin ol > li,
    .quality_kotsushi ol > li {
        padding: 6.5rem 0 2em 0;
    }
    .quality_hoshin ol > li:before,
    .quality_kotsushi ol > li:before {
        font-size: 48px;
        font-size: 4.8rem;
    }
    .blue_uzu {
        background: #B5DCF2 url(images/kashikiri_inquiry_title_bg.png) no-repeat center -35px;
        background-size: 200% auto;
        padding: 50px 0;
    }
    .blue_uzu h2 {
        font-size: 21px;
        font-size: 2.1rem;
    }
    .gaiyo dl dt,.bosyu dl dt {
        float: none;
        clear: both;
        padding-right: 0;
        width: 100%;
    }
    .gaiyo dl dd,.bosyu dl dd {
        float: none;
        width: 100%;
    }
    .info_date  {
        float: none;
    }
    .bus_row {
        float: none;
        margin: 0 auto;
    }
    .bus_seat_floor {
        float: none;
        clear: both;
        margin: 1em auto 0;
    }
    .bus_seat2 li {
        float: none;
        margin: 0 auto 3em;
    }
    .bus_seat2 li:last-child {
        margin: 0 auto 1em;
    }
    .bus_introduce_title {
        height: 120px;
        background: none;
    }
    .bus_introduce_title h2 {
        height: 120px;
        background-size: cover;
        line-height: 120px;
    }
    .bus_introduce h3 {
        font-size: 21px;
        font-size: 2.1rem;
    }
    .bus_photo,.bus_detail {
        float: none;
        width: 100%;
        margin: 0 0 2em;
    }
    .bus_name {
        padding: 30px 0 20px !important;
    }
    .bus_description {
        width: 100%;
        text-align: left;
    }
    .bus_equipment .column01 {
        margin: 0 0 2em;
    }
    img.alignleft,.imgalignright {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #logo {
        padding: 10px 0 0;
    }
    #bizno {
        padding: .5em 1em;
    }
    .intro_mark {
        width: 150%;
        top: -20px;
        left: -75%;
    }
    .blue_uzu {
        background: #B5DCF2 url(images/kashikiri_inquiry_title_bg.png) no-repeat center -10px;
        background-size: 300% auto;
        padding: 30px 0;
    }
    .bus_seat_floor {
        width: 100%;
    }
    .bus_seat2 li {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    body {
        font-size: 14px;
    }
    #bizno {
        padding: .5em 0em .5em;
    }
}
