@charset "UTF-8";
/*************************************************************************************************
 * 富士急行 富士急のバス 英語版
 * 富士山へ行く 高速バス (highway)
 *
 *  コーディング ルール
 *   CSS設計にFLOCSS(https://github.com/hiloki/flocss)を使用。
 *
 *   ・インデントにはタブ（半角４つ分）を使う。
 *   ・大文字は使わない。
 *   ・すべてのプロパティ名の終端にはコロンの後にスペースを入れること。
 *   ・すべてのプロパティの終端はセミコロンを書くこと。
 *   ・セレクタは、そのブロックごとインデントを入れる。
 *     例）
 *      a {
 *
 *      }
 *          a:hover {
 *
 *          }
 *
 *   ・出来るだけ詳細度をあげないようにする。（ネストは "親 > 子 > 孫" ぐらいまで。）
 *   ・"!important"は基本的に使わない。
 *   ・タグ付けには検索し易いように"^"を付加。
 *
 *  命名規則
 *   単語の区切りには"_"。
 *   モディファイア（パターン違いなど）は、ハイフン"-MODIFIER"で区切る。
 *   javascriptで使うセレクタ名には"is-"プレフィックスを付け、値を持たせない。
 *
 *   コーディングする際は同じ人が書いたように見えるのが好ましいので
 *   一貫性を保つようにしましょう。
 *
 ************************************************************************************************/
/* Compass Import */
.highway .content_body {
  text-align: left;
  padding: 5px 0 50px;
}
.highway .content_body .block {
  padding: 10px 10px 0;
}
.highway .content_body .innerblock {
  background-color: #fbfbfb;
  padding: 0 20px;
}
.highway .content_body_bottom {
  background-color: #e1e1e1;
  padding: 20px 20px 0 10px;
}

/*
 * $高速バス TOPページ      ^top
 ----------------------------------------------*/
/* キービジュアル */
.highway .keyvisual {
  width: 1082px;
  margin-bottom: 20px;
}

/*
 * 路線リスト表
 *  BLOCK名"routebox"
 */
.routebox {
  border-top: dashed 1px #c9c9c9;
  padding: 10px 0;
}
.routebox:first-child {
  border-top: none;
}
.routebox .left {
  width: 562px;
  height: 60px;
  float: left;
  position: relative;
}
.routebox .right {
  width: 460px;
  float: right;
}
.routebox .icn-orange {
  background: url(/img/default/highway/arrow_orange.png) no-repeat left center;
}
.routebox .route_name {
  font-weight: bold;
  line-height: 1.125;
  color: #3f3f3f;
  padding: 5px 10px 2px 32px;
  position: absolute;
  top: 18px;
  left: 0;
}
.routebox .route_name a {
  /* IE7 */
  color: #3f3f3f;
}
.routebox .button {
  width: 148px;
  padding-left: 5px;
  float: left;
}
.routebox .button a {
  padding-top: 60px;
}
.routebox .button a:hover {
  background-position: 0 -60px;
}
.routebox .btn_routemap {
  background: url(/img/default/highway/btn_routemap.png) no-repeat;
}
.routebox .btn_timetable {
  background: url(/img/default/highway/btn_timetable.png) no-repeat;
}
.routebox .btn_fare {
  background: url(/img/default/highway/btn_fare.png) no-repeat;
}

/*
 * ホームへ戻る
 */
.highway.top .return_button {
  padding: 20px 358px;
}
.highway.top .return_button p {
  width: 346px;
}
.highway.top .return_button a {
  background: url(/img/default/highway/btn_returnhp.png) no-repeat;
  width: 346px;
  padding-top: 42px;
}
.highway.top .return_button a:hover {
  background-position: 0 -42px;
}
.highway.top .pagetop_block {
  padding: 0 20px 0 824px;
}

/*
 * $高速バス 詳細ページ      ^detail
 ----------------------------------------------*/
/*
 * コンテンツのヘッダー
 *  BLOCK名".block_header"
 */
.highway.detail .block_header {
  background-color: #fbfbfb;
  padding: 20px;
}
.highway.detail .heading {
  padding-bottom: 5px;
}
.highway.detail .heading .bar {
  border-left: solid 10px;
}
.highway.detail .heading .bar-orange {
  border-left-color: #f47e37;
}
.highway.detail .heading-highway {
  background: url(/img/default/highway/bg_pattern_orange.png) repeat;
}
.highway.detail .heading_wrap {
  background-color: #fbfbfb;
  padding: 20px 10px;
}
.highway.detail .heading_layout {
  font-size: 125%;
  color: #696969;
  line-height: 1.2;
}

/* ページアンカー */
.highway.detail .page_anchor {
  padding-top: 20px;
}
.highway.detail .page_anchor .item {
  width: 248px;
  margin-right: 10px;
  float: left;
}
.highway.detail .page_anchor .item a {
  width: 248px;
  padding-top: 50px;
}
.highway.detail .page_anchor .item a:hover {
  background-position: 0 -50px;
}
.highway.detail .page_anchor .item1 a {
  /* Route Map */
  background: url(/img/default/highway/btn_anchor_routemap.png) no-repeat;
}
.highway.detail .page_anchor .item2 a {
  /* Timetable */
  background: url(/img/default/highway/btn_anchor_timetable.png) no-repeat;
}
.highway.detail .page_anchor .item3 a {
  /* Fare */
  background: url(/img/default/highway/btn_anchor_fare.png) no-repeat;
}
.highway.detail .page_anchor .item4 {
  margin-right: 0;
}
.highway.detail .page_anchor .item4 a {
  /* Contact us */
  background: url(/img/default/highway/btn_anchor_contact.png) no-repeat;
}

/*
 * コンテンツの各ブロック      ^detail ^content
 *  ※ 略)block_content -> block_c
 */
.highway.detail .block_c {
  background-color: #fbfbfb;
}
.highway.detail .block_c .subheading {
  padding: 20px 0 0 20px;
}
.highway.detail .block_c .subheading-highway {
  background: url(/img/default/highway/bg_pattern_orange.png) repeat;
  position: relative;
}

/*-----------------------------------
2016年時刻表改正
-----------------------------------*/
.highway.detail .timetable_revision_text {
  position: absolute;
  left: 230px;
  top: 36px;
  font-size: 18px;
}
.highway.detail .timetable_revision_text a {
  text-decoration: underline;
}
.highway.detail .timetable_revision_text a:hover {
  text-decoration: none;
}

/*
 * 路線図 Route Map
 *  BLOCK名"routemap"
 */
#routemap .block_c_body {
  padding: 20px;
}
#routemap .block_c_body .block_c_bottom {
  padding: 10px 0 30px;
}
#routemap .block_c_inner {
  text-align: center;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 25px;
}
#routemap .comment {
  font-size: 12px;
  color: #3f3f3f;
  text-align: left;
  background: url(/img/default/highway/icn_btpin.png) no-repeat left bottom;
  width: 220px;
  padding: 12px 0 10px 20px;
  margin-right: 0;
  margin-left: auto;
}
#routemap .start_point {
  position: relative;
}
#routemap .bt_pin {
  position: absolute;
}
#routemap .bt_pin a {
  outline: none;
}

/* id1のバス停 */
#routemap-id1 .bt_pin1 {
  top: 55px;
  left: 988px;
}
#routemap-id1 .bt_pin2 {
  top: 14px;
  left: 878px;
}
#routemap-id1 .bt_pin3 {
  top: 0;
  left: 856px;
}

/* id4のバス停 */
#routemap-id4 .bt_pin1 {
  top: 60px;
  left: 960px;
}
#routemap-id4 .bt_pin2 {
  top: 2px;
  left: 896px;
}
#routemap-id4 .bt_pin3 {
  top: 2px;
  left: 826px;
}
#routemap-id4 .bt_pin4 {
  top: 350px;
  left: 768px;
}
#routemap-id4 .bt_pin5 {
  top: 350px;
  left: 696px;
}
#routemap-id4 .bt_pin6 {
  top: 32px;
  left: 300px;
}
#routemap-id4 .bt_pin7 {
  top: 22px;
  left: 745px;
}
#routemap-id4 .bt_pin8 {
  top: 0;
  left: 275px;
}
#routemap-id4 .bt_pin9 {
  top: 22px;
  left: 192px;
}
#routemap-id4 .bt_pin10 {
  top: 55px;
  left: 100px;
}

/* id5のバス停 */
#routemap-id5 .bt_pin1 {
  top: 34px;
  left: 950px;
}
#routemap-id5 .bt_pin2 {
  top: 0;
  left: 804px;
}

/* id32のバス停 */
#routemap-id32 .bt_pin1 {
  top: 42px;
  left: 978px;
}
#routemap-id32 .bt_pin2 {
  top: -12px;
  left: 930px;
}
#routemap-id32 .bt_pin3 {
  top: 35px;
  left: 313px;
}
#routemap-id32 .bt_pin4 {
  top: 4px;
  left: 294px;
}
#routemap-id32 .bt_pin5 {
  top: 37px;
  left: 213px;
}
#routemap-id32 .bt_pin6 {
  top: 56px;
  left: 335px;
}
#routemap-id32 .bt_pin7 {
  top: 2px;
  left: 425px;
}

/* id29のバス停 */
#routemap-id29 .bt_pin1 {
  top: 55px;
  left: 982px;
}
#routemap-id29 .bt_pin2 {
  top: 4px;
  left: 942px;
}
#routemap-id29 .bt_pin3 {
  top: 17px;
  left: 593px;
}
#routemap-id29 .bt_pin4 {
  top: 7px;
  left: 363px;
}
#routemap-id29 .bt_pin5 {
  top: 36px;
  left: 276px;
}
#routemap-id29 .bt_pin6 {
  top: 9px;
  left: 250px;
}

/* id11のバス停 */
#routemap-id11 .bt_pin1 {
  top: 27px;
  left: 302px;
}
#routemap-id11 .bt_pin2 {
  top: 1px;
  left: 279px;
}
#routemap-id11 .bt_pin3 {
  top: 34px;
  left: 202px;
}

/* id9のバス停 */
#routemap-id9 .bt_pin1 {
  top: 71px;
  left: 998px;
}
#routemap-id9 .bt_pin2 {
  top: 4px;
  left: 948px;
}
#routemap-id9 .bt_pin3 {
  top: 45px;
  left: 851px;
}
#routemap-id9 .bt_pin4 {
  top: 85px;
  left: 734px;
}
#routemap-id9 .bt_pin5 {
  top: 28px;
  left: 621px;
}
#routemap-id9 .bt_pin6 {
  top: 32px;
  left: 557px;
}
#routemap-id9 .bt_pin7 {
  top: 62px;
  left: 475px;
}
#routemap-id9 .bt_pin8 {
  top: 108px;
  left: 363px;
}
#routemap-id9 .bt_pin9 {
  top: 62px;
  left: 304px;
}
#routemap-id9 .bt_pin10 {
  top: 45px;
  left: 273px;
}
#routemap-id9 .bt_pin11 {
  top: 79px;
  left: 208px;
}

/* id38のバス停 */
#routemap-id38 .bt_pin1 {
  top: 54px;
  left: 952px;
}

/* id39のバス停 */
#routemap-id39 .bt_pin1 {
  top: 25px;
  left: 950px;
}
#routemap-id39 .bt_pin3 {
  top: 22px;
  left: 850px;
}
#routemap-id39 .bt_pin4 {
  top: 340px;
  left: 732px;
}
#routemap-id39 .bt_pin5 {
  top: 340px;
  left: 666px;
}
#routemap-id39 .bt_pin6 {
  top: 32px;
  left: 300px;
}
#routemap-id39 .bt_pin7 {
  top: 22px;
  left: 770px;
}
#routemap-id39 .bt_pin8 {
  top: 45px;
  left: 290px;
}
#routemap-id39 .bt_pin9 {
  top: 65px;
  left: 195px;
}
#routemap-id39 .bt_pin10 {
  top: 0;
  left: 135px;
}

/*
 * 時刻表 Timetable
 *  BLOCK名"timetable"
 */
#timetable .heading_block {
  padding: 20px;
  position: relative;
}
#timetable .heading_block .opp_direct {
  width: 366px;
  position: absolute;
  top: 25px;
  right: 20px;
}
#timetable .heading_block .opp_direct a {
  padding-top: 30px;
}
#timetable .heading_block .opp_direct a:hover {
  background-position: 0 -30px;
}
#timetable .heading_block .opp_direct-down a {
  background: url(/img/default/highway/opposite_direction_down.png) no-repeat;
}
#timetable .heading_block .opp_direct-up a {
  background: url(/img/default/highway/opposite_direction_up.png) no-repeat;
}
#timetable .heading_innerblock {
  padding: 10px 0 8px 140px;
}
#timetable .detail_heading {
  font-size: 137.5%;
  font-weight: bold;
  line-height: 1.091;
  position: relative;
}
#timetable .detail_heading .bound {
  position: absolute;
  top: 8px;
  left: 30px;
}
#timetable .detail_heading-orange {
  color: #f47a37;
}

/*
 * タブメニュー       ^tab
 *  時刻表がタブの場合     => .schedule_tabmenu, .schedule_tab_block, .schedule_tabbody
 *          タブ無しの場合 => .schedule_block, .schedule_body
 */
/*#timetable*/
.schedule_tabmenu {
  background: url(/img/default/highway/tabmenu_border.png) repeat-x left bottom;
  padding-left: 20px;
}
.schedule_tabmenu .list {
  overflow: hidden;
}
.schedule_tabmenu .item,
.schedule_tabmenu .item2 {
  text-align: center;
  background: url(/img/default/highway/tabmenu_highway.png) no-repeat;
  width: 150px;
  height: 16px;
  padding: 15px 0 15px 0;
  margin: 6px 10px 0 0;
  float: left;
  cursor: pointer;
}
.schedule_tabmenu .item:hover,
.schedule_tabmenu .item2:hover {
  background-position: 0 -46px;
}
.schedule_tabmenu .item.is-select,
.schedule_tabmenu .item2.is-select {
  background-position: 0 -92px;
  padding: 21px 0 15px 0;
  margin: 0 10px 0 0;
}
.schedule_tabmenu .item .time,
.schedule_tabmenu .item2 .time {
  font-weight: bold;
}
.schedule_tabmenu .item .time-highway {
  color: #f47a37;
}

/* タブ ボディー */
/*#timetable*/
.schedule_tabbody {
  background-color: #fbfbfb;
  padding: 20px;
}
.schedule_tabbody .hidden {
  display: none;
}

/* タブ無し */
.schedule_body {
  background-color: #fbfbfb;
  padding: 0 20px;
}

.schedule_tabbody .inner_box,
.schedule_body .inner_box {
  border-bottom: dashed 1px #c9c9c9;
}
.schedule_tabbody .schedule_table,
.schedule_body .schedule_table {
  width: 100%;
  margin-bottom: 30px;
  table-layout: auto;
}
.schedule_tabbody .schedule_data,
.schedule_body .schedule_data {
  text-align: center;
  background-color: #fff;
  padding: 12px 2px;
}

/* 市が尾線(/id/5) */
.schedule_table .thtime-id5 {
  width: 80px;
}

/*
 * 備考欄      ^remarks ^timetable
 */
#timetable .remarks {
  padding: 0 20px;
}
#timetable .remarks .subheading {
  padding: 10px 0 8px 30px;
}
#timetable .remarks .remarks_box {
  font-size: 87.5%;
  color: #3f3f3f;
  line-height: 1.286;
  border-bottom: dashed 1px #c9c9c9;
  padding: 20px 0;
}
#timetable .remarks .remarks_box .item {
  margin-bottom: 5px;
}

/* 下部のページトップ */
#timetable .schedule_tab_block .bottombox,
#timetable .schedule_block .bottombox {
  padding: 10px 20px 20px;
}

/*
 * 運賃 Fare      ^fare
 *  BLOCK名"fare"
 */
#fare .block_c_body {
  padding: 20px;
}
#fare .heading_innerblock {
  padding: 8px 30px;
  margin-bottom: 20px;
}
#fare .detail_heading {
  font-size: 137.5%;
  font-weight: bold;
  line-height: 1.091;
}
#fare .detail_heading-orange {
  color: #f47a37;
}
#fare .fare_innerblock {
  border-bottom: dashed 1px #c9c9c9;
  padding: 20px 0 30px;
}
#fare .fare_innerblock p {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
}
#fare .period {
  font-size: 87.5%;
  font-weight: bold;
  line-height: 1.143;
  margin-bottom: 10px;
}
#fare .setticket_name {
  /* セット券名 */
  color: #f47a37;
}
#fare .table_box {
  padding: 10px;
}
#fare .table_box-highway {
  background-color: #f5eae4;
}
#fare .fare_table {
  width: 100%;
  table-layout: fixed;
}
#fare .bottombox {
  padding: 10px 0 0;
}

/*
 * 備考・注意事項      ^notes
 *  BLOCK名"remarks_notes"
 */
#remarks_notes .block_c_body {
  font-size: 87.5%;
  color: #3f3f3f;
  line-height: 1.428;
  padding: 20px;
}
#remarks_notes .list_circle {
  list-style: disc outside none;
}
#remarks_notes ul {
  margin-left: 20px;
}
#remarks_notes li {
  margin-bottom: 10px;
}

/*
 * お問い合わせ       ^contact
 *  BLOCK名"contact"
 */
#contact .block_c_body {
  padding: 0 20px;
}
#contact .itemblock {
  padding: 20px 0 0;
}
#contact .box {
  padding: 10px 10px 0 32px;
}
#contact .box li {
  margin-bottom: 10px;
}
#contact .box li.last {
  margin-bottom: 0;
}
#contact .box dt,
#contact .box dd {
  float: left;
}
#contact .box dt {
  line-height: 1.125;
  width: 350px;
}
#contact .box dd {
  font-size: 87.5%;
  font-weight: bold;
  width: 630px;
}
#contact .box dd span {
  font-size: 128.6%;
}
#contact .box dd .font-normal {
  font-size: 100%;
  font-weight: normal;
}

/*
 * 戻るボタン
 */
.highway.detail .return_button {
  width: 540px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.highway.detail .return_button a {
  background: url(/img/default/highway/btn_returnlink1.png) no-repeat;
  padding-top: 42px;
}
.highway.detail .return_button a:hover {
  background-position: 0 -42px;
}

/*-------------------------------------
    注意文
  -------------------------------------*/
.wrapper_notice {
  padding: 20px;
}
.text_notice {
  padding: 30px 20px;
  background-color: #ff623d;
}
.text_notice p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

/*# sourceMappingURL=highway.css.map */

/*--------------------------------
高速バスページ内バナー
--------------------------------*/
.highway_bnr {
    padding:20px 0;
    background:#fff;
}
.highway_bnr .inner_bnr {
    width:850px;
    margin:0 auto;
}
.highway_bnr a {
    display:block;
}
.highway_bnr a {
    display:block;
}
.highway_bnr a img {
    width:100%;
}

 *  detail/id/17 の日付カレンダーで使用
 */
.calender_line_outer {
    margin: 20px 0;
    padding: 20px;
    border: solid 1px #b3b3b3;
}
.calender_line_outer.parts_shizuoka {
    margin-bottom:0;
}

.text-notice,
.text-notice2 {
    padding:30px 20px 30px;
    text-align:center;
    line-height:1.4;
}
.text-notice {
    font-size:18px;
    background:#ff623d;
}
.text-notice2 {
    font-size:20px;
    background:#fff;
}
.text-notice p {
    font-weight:bold;
    color:#fff;
}
.text-notice a,
.text-notice2 a {
    font-weight:bold;
    text-decoration:underline;
}
.text-notice a {
    color:#fff;
}
.text-notice2 a {
    color:#f00;
}
.text-notice a:hover,
.text-notice2 a:hover {
    text-decoration:none;
}


