@charset "UTF-8";
/*************************************************************************************************
 * 富士急行 富士急のバス 英語版
 * 路線バス (route)
 *
 *  コーディング ルール
 *   CSS設計にFLOCSS(https://github.com/hiloki/flocss)を使用。
 *
 *   ・インデントにはタブ（半角４つ分）を使う。
 *   ・大文字は使わない。
 *   ・すべてのプロパティ名の終端にはコロンの後にスペースを入れること。
 *   ・すべてのプロパティの終端はセミコロンを書くこと。
 *   ・セレクタは、そのブロックごとインデントを入れる。
 *     例）
 *      a {
 *
 *      }
 *          a:hover {
 *
 *          }
 *
 *   ・出来るだけ詳細度をあげないようにする。（ネストは "親 > 子 > 孫" ぐらいまで。）
 *   ・"!important"は基本的に使わない。
 *   ・タグ付けには検索し易いように"^"を付加。
 *
 *  命名規則
 *   単語の区切りには"_"。
 *   モディファイア（パターン違いなど）は、ハイフン"-MODIFIER"で区切る。
 *   javascriptで使うセレクタ名には"is-"プレフィックスを付け、値を持たせない。
 *
 *   コーディングする際は同じ人が書いたように見えるのが好ましいので
 *   一貫性を保つようにしましょう。
 *
 ************************************************************************************************/
/* Compass Import */
.route .content_body {
  text-align: left;
  padding: 5px 0 50px;
}
.route .content_body_bottom {
  background-color: #e1e1e1;
  padding: 20px 20px 0 10px;
}

/*
 * $路線バス TOPページ      ^top
 ----------------------------------------------*/
/* キービジュアル */
.route .keyvisual {
  width: 1082px;
  margin-bottom: 20px;
}

/* コンテンツ    ^content ^top */
.route .content_body .block {
  padding: 10px 10px 0;
}
.route .content_body .innerblock {
  background-color: #fbfbfb;
  padding: 0 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: 310px;
  float: right;
}
.routebox .icn-orange {
  background: url(/img/default/route/arrow_green.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 {
  color: #3f3f3f;
}
.routebox .route_name img {
  width: 20px;
  vertical-align: middle;
  margin-right: 3px;
}

/* リンクボタン */
.routebox {
  /* ボタンのみ */
}
.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_timetable {
  background: url(/img/default/route/btn_timetable.png) no-repeat;
}
.btn_timetable_fare {
  background: url(/img/default/route/times&fare_btn.png) no-repeat;
}
.routebox .btn_fare {
  background: url(/img/default/route/btn_fare.png) no-repeat;
}

/*
 * ホームへ戻る
 */
.route.top {
  /* ページのトップへ */
}
.route.top .return_button {
  padding: 20px 358px;
}
.route.top .return_button p {
  width: 346px;
}
.route.top .return_button a {
  background: url(/img/default/route/btn_returnhp.png) no-repeat;
  width: 346px;
  padding-top: 42px;
}
.route.top .return_button a:hover {
  background-position: 0 -42px;
}
.route.top .pagetop_block {
  padding: 0 20px 0 824px;
}

/**
 * レトロバス・オムニバス      ^id1
 *  /heritage_tour/detail/id/1/
 * ふじっ湖号                  ^id2
 *  /heritage_tour/detail/id/2/
 *
 ----------------------------------------------*/
.route.detail .content_body {
  text-align: left;
  padding: 5px 0 50px;
}
.route.detail .content_body .block {
  padding: 10px 10px 0;
}
.route.detail .content_body .innerblock {
  background-color: #fbfbfb;
  padding: 0 20px;
}
.route.detail .content_body_bottom {
  background-color: #e1e1e1;
  padding: 20px 20px 0 10px;
}

/*
 * コンテンツのヘッダー
 *  BLOCK名".block_header"
 */
.route.detail {
  /* 見出しエリア */
}
.route.detail .block_header {
  background-color: #fbfbfb;
  padding: 20px;
}
.route.detail .heading {
  padding-bottom: 5px;
}
.route.detail .heading .bar {
  border-left: solid 10px;
}
.route.detail .heading .bar-green {
  border-left-color: #64b44b;
}
.route.detail .heading_route {
  background: url(/img/default/heritagetour/detail/bg_pattern_green.png) repeat;
}
.route.detail .heading_wrap {
  background-color: #fbfbfb;
  padding: 20px 10px;
}
.route.detail .heading_layout {
  font-size: 125%;
  color: #696969;
  line-height: 1.2;
}

/* ページアンカー */
.route.detail .page_anchor {
  padding-top: 20px;
}
.route.detail .page_anchor .item, .route.detail .page_anchor .schedule_tabmenu .item2, .schedule_tabmenu .route.detail .page_anchor .item2 {
  width: 248px;
  margin-right: 10px;
  float: left;
}
.route.detail .page_anchor .item a, .route.detail .page_anchor .schedule_tabmenu .item2 a, .schedule_tabmenu .route.detail .page_anchor .item2 a {
  width: 248px;
  padding-top: 50px;
}
.route.detail .page_anchor .item a:hover, .route.detail .page_anchor .schedule_tabmenu .item2 a:hover, .schedule_tabmenu .route.detail .page_anchor .item2 a:hover {
  background-position: 0 -50px;
}
.route.detail .page_anchor .item4 {
  margin-right: 0;
}
.route.detail .page_anchor .item1 a {
  /* Route Map */
  background: url(/img/default/heritagetour/detail/btn_anchor_routemap.png) no-repeat;
}
.route.detail .page_anchor .item2 a {
  /* Timetable */
  background: url(/img/default/heritagetour/detail/btn_anchor_timetable.png) no-repeat;
}
.route.detail .page_anchor .item3 a {
  /* Fare */
  background: url(/img/default/heritagetour/detail/btn_anchor_fare.png) no-repeat;
}
.route.detail .page_anchor .item4 a {
  /* Contact us */
  background: url(/img/default/heritagetour/detail/btn_anchor_contact.png) no-repeat;
}

/*
 * コンテンツの各ブロック      ^detail ^content
 *  ※ 略)block_content -> block_c
 */
.route.detail .block_c {
  background-color: #fbfbfb;
}
.route.detail .subheading {
  padding: 20px 0 0 20px;
}
.route.detail .subheading-heritage_tour {
  background: url(/img/default/heritagetour/detail/bg_pattern_green.png) repeat;
}

/*
 * 路線図 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 {
  border-bottom: dashed 1px #ccc;
  width: 100%;
}
#routemap .image {
  padding-bottom: 50px;
}
#routemap .intro {
  color: #3f3f3f;
}

/*#routemap*/
.intro_leftbox {
  float: left;
}

.intro_rightbox {
  float: right;
}

.intro_images {
  font-size: 75%;
  width: 560px;
}

.intro_images-fujikko {
  /* ^id2 */
  font-size: 75%;
  text-align: center;
  width: 250px;
  padding: 0 50px 20px 0;
}
.intro_images-fujikko a {
  outline: none;
}
.intro_images-fujikko .caption {
  padding: 5px;
}

.intro_images .item, .intro_images .schedule_tabmenu .item2, .schedule_tabmenu .intro_images .item2 {
  text-align: center;
  width: 260px;
  padding-right: 20px;
}
.intro_images .item a, .intro_images .schedule_tabmenu .item2 a, .schedule_tabmenu .intro_images .item2 a {
  outline: none;
}
.intro_images .item .caption, .intro_images .schedule_tabmenu .item2 .caption, .schedule_tabmenu .intro_images .item2 .caption {
  padding: 5px;
}

.intro_text {
  font-size: 87.5%;
  line-height: 1.5;
  width: 460px;
  padding-right: 2px;
}
.intro_text p {
  margin-bottom: 20px;
}

.intro_text-fujikko {
  width: 720px;
}

/*
 * 時刻表 Timetable
 *  BLOCK名"timetable"
 */
.timetable-heritage_tour .heading_block {
  padding: 20px;
  position: relative;
}
.timetable-heritage_tour .heading_innerblock {
  padding: 10px 0 8px 30px;
}

/* 逆方向の時刻表 */
.timetable-heritage_tour .heading_block .opp_direct {
  width: 366px;
  position: absolute;
  top: 25px;
  right: 20px;
}
.timetable-heritage_tour .heading_block .opp_direct a {
  padding-top: 30px;
}
.timetable-heritage_tour .heading_block .opp_direct a:hover {
  background-position: 0 -30px;
}
.timetable-heritage_tour .heading_block .opp_direct-down a {
  background: url(/img/default/heritagetour/detail/opposite_direction_down.png) no-repeat;
}
.timetable-heritage_tour .heading_block .opp_direct-up a {
  background: url(/img/default/heritagetour/detail/opposite_direction_up.png) no-repeat;
}
.timetable-heritage_tour .heading_block .text-loopbus {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 1.5;
}
.timetable-heritage_tour .detail_heading {
  font-size: 137.5%;
  font-weight: bold;
  line-height: 1.091;
}
.timetable-heritage_tour .detail_heading-green {
  color: #249814;
}
.timetable-heritage_tour .suppl {
  font-size: 14px;
  color: #3f3f3f;
  padding: 0 0 20px 20px;
}
.timetable-heritage_tour .suppl .color-red {
  color: #f00;
}

/*
 * タブメニュー       ^tab
 *  時刻表がタブの場合     => .schedule_tabmenu, .schedule_tab_block, .schedule_tabbody
 *          タブ無しの場合 => .schedule_block, .schedule_body
 */
/*.timetable-heritage_tour*/
.schedule_tabmenu {
  background: url(/img/default/heritagetour/detail/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/heritagetour/detail/tabmenu.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 .is-select.item2 {
  /* アクティブ時 */
  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-heritage_tour, .schedule_tabmenu .item2 .time-heritage_tour {
  color: #249814;
}

/* タブ ボディー */
/*.timetable-heritage_tour*/
.schedule_tabbody {
  background-color: #fbfbfb;
  padding: 20px;
}

/* タブ無し */
.schedule_body .inner_box, .schedule_tabbody .inner_box {
  border-bottom: dashed 1px #c9c9c9;
}

.schedule_body .schedule_table, .schedule_tabbody .schedule_table {
  width: 1022px;
  margin-bottom: 30px;
  table-layout: auto;
}

.schedule_body .schedule_table .schedule_data, .schedule_tabbody .schedule_table .schedule_data {
  text-align: center;
  background-color: #fff;
  padding: 12px 2px;
  width: 100px;
}

.schedule_body {
  background-color: #fbfbfb;
  padding: 0 20px;
}

.schedule_tabbody.hidden {
  display: none;
}

.base_table, .base_table th span {
  font-size: 12px;
}

#no_timetable .block_c_body {
  padding: 20px;
}
#no_timetable .border_btm-dashed {
  border-bottom: dashed 1px #c9c9c9;
}
#no_timetable .btn_timetable-pdf > a {
  background: url(/img/default/route/btn_timetable_pdf.png) no-repeat 0 0;
  width: 200px;
  padding-top: 60px;
}
#no_timetable .btn_timetable-pdf > a:hover {
  background-position: 0 -60px;
}
#no_timetable .bottombox {
  padding-top: 10px;
}
#no_timetable .btn_timetable-pdf_20181130 {
	display:inline-block;
	margin-right:20px;
}
#no_timetable .btn_timetable-pdf_20181201 {
	display:inline-block;
}
#no_timetable .btn_timetable-pdf_20181130 > a {
  background: url(/img/default/route/timetable_30_Nov.png) no-repeat 0 0;
  width: 200px;
  padding-top: 60px;
}
#no_timetable .btn_timetable-pdf_20181130 > a:hover {
  background-position: 0 -60px;
}
#no_timetable .btn_timetable-pdf_20181201 > a {
  background: url(/img/default/route/timetable_1_Dec.png) no-repeat 0 0;
  width: 200px;
  padding-top: 60px;
}
#no_timetable .btn_timetable-pdf_20181201 > a:hover {
  background-position: 0 -60px;
}

/*
 * 備考欄      ^remarks ^timetable
 */
.timetable-heritage_tour .remarks {
  padding: 0 20px;
}
.timetable-heritage_tour .remarks .subheading {
  padding: 10px 0 8px 30px !important;
}
.timetable-heritage_tour .remarks .remarks_box {
  font-size: 87.5%;
  color: #3f3f3f;
  line-height: 1.286;
  border-bottom: dashed 1px #c9c9c9;
  padding: 20px 0;
}
.timetable-heritage_tour .remarks .remarks_box .item, .timetable-heritage_tour .remarks .remarks_box .schedule_tabmenu .item2, .schedule_tabmenu .timetable-heritage_tour .remarks .remarks_box .item2 {
  margin-bottom: 5px;
}

/* 下部のページトップ */
.timetable-heritage_tour .schedule_tab_block .bottombox,
.timetable-heritage_tour .schedule_block .bottombox {
  padding: 10px 20px 20px;
}

/*
 * 運賃 Fare      ^fare
 *  BLOCK名"fare"
 */
#fare {
  /* 運賃表      ^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-green {
  color: #249814;
}
#fare .fare_innerblock {
  border-bottom: dashed 1px #c9c9c9;
  padding: 20px 0;
}
#fare .fare_innerblock.first {
  border-bottom: none;
}
#fare .suppl {
  font-size: 14px;
  color: #3f3f3f;
}
#fare .sales_loca {
  font-size: 87.5%;
  line-height: 1.428571428571429;
}
#fare .table_box {
  padding: 10px;
}
#fare .table_box-route {
  background-color: #e6f4e4;
  margin-bottom: 10px;
}
#fare .fare_table {
  width: 100%;
  table-layout: fixed;
}
#fare .bottombox {
  padding: 10px 0 0;
}

.fare_table-id2 {
  text-align: center;
  width: 100%;
  table-layout: fixed;
  line-height: 1.2857142;
  border: none;
}
.fare_table-id2 th {
  padding: 8px 6px;
}

.basetxt {
  font-size: 87.5%;
  color: #3f3f3f;
  line-height: 1.571;
}

.txt_grn_anchor {
  color: #249814;
  text-decoration: underline;
}
.txt_grn_anchor:hover {
  text-decoration: none;
}

/*
 * 河口湖周辺のホテル
 *  BLOCK名'hotel'
 */
#hotel {
  color: #3f3f3f;
}
#hotel .block_c_body {
  padding: 20px;
}
#hotel .inner_box {
  border-bottom: dashed 1px #c9c9c9;
  padding-bottom: 20px;
}
#hotel .bottombox {
  padding-top: 10px;
}
#hotel .layer {
  background-color: #ecf5f6;
  padding: 16px;
}

/*table*/
.hotel_list {
  font-size: 16px;
  width: 660px;
  margin: 0 auto 20px;
}
.hotel_list th,
.hotel_list td {
  padding: 8px;
}
.hotel_list .point {
  color: #7d4698;
  width: 24px;
}
.hotel_list .name {
  font-weight: normal;
}
.hotel_list td {
  font-weight: bold;
  font-size: 87.5%;
}
.hotel_list td span {
  font-size: 128.6%;
}

.hotel_list_bottom {
  font-weight: bold;
  width: 660px;
  margin: 0 auto;
}
.hotel_list_bottom .leftbox {
  color: #00297b;
  line-height: 1.125;
  width: 336px;
  padding: 0 8px;
  float: left;
}
.hotel_list_bottom .rightbox {
  font-size: 87.5%;
  width: 280px;
  padding: 0 8px;
  float: right;
}
.hotel_list_bottom .rightbox span {
  font-size: 128.6%;
}

/*
 * 観光バス
 *  BLOCK名'sight_seeing'
 */
#sight_seeing {
  font-size: 87.5%;
  color: #3f3f3f;
  line-height: 1.5;
}
#sight_seeing .block_c_body {
  padding: 20px;
}
#sight_seeing .bottombox h4 {
  font-size: 128.6%;
  font-weight: bold;
  color: #249814;
  padding: 5px 10px 2px 32px;
}
#sight_seeing .bottombox dl {
  padding: 10px 0 10px 32px;
}
#sight_seeing .bottombox dt,
#sight_seeing .bottombox dd {
  float: left;
}
#sight_seeing .bottombox dt {
  line-height: 1.928;
  width: 350px;
}
#sight_seeing .bottombox dd {
  font-weight: bold;
  width: 640px;
}
#sight_seeing .bottombox dd span {
  font-size: 128.6%;
}
#sight_seeing .icn-green {
  /* アイコン */
  background: url(/img/default/heritagetour/detail/arrow_green.png) no-repeat left center;
}

/*
 * お問い合わせ       ^contact
 *  BLOCK名"contact"
 */
#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;
}
#contact.block_c .contact_list {
  padding: 20px;
}
#contact.block_c .contact_list .set {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #c9c9c9;
}
#contact.block_c .contact_list .set.last {
  border-bottom: none;
}
#contact.block_c .contact_list .set p {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 3px 30px;
  color: #249814;
  background: url(/img/default/route/arrow_green.png) no-repeat left center;
}
#contact.block_c .contact_list .set dl {
  margin-top: 10px;
  padding-left: 30px;
  font-size: 87.5%;
  color: #3f3f3f;
  line-height: 1.571;
}
#contact.block_c .contact_list .set dt {
  clear: left;
  float: left;
  width: 30%;
  padding-top: 4px;
}
#contact.block_c .contact_list .set dd .tel {
  font-weight: bold;
}
#contact.block_c .contact_list .set dd .telnumber {
  font-size: 128.6%;
  font-weight: bold;
}
#contact .icn-green {
  background: url(/img/default/heritagetour/detail/arrow_green.png) no-repeat left center;
}

/*
 * レトロバス/オムニバスの時刻表      ^id1 ^table
 */
/* バス停番号 */
.schedule_table .col1-id1 {
  font-weight: bold !important;
  width: 30px;
}
.schedule_table .thtime-id1 {
  width: 50px;
  padding: 10px;
}

/* タブの時刻表 */
.schedule_table .thtime2-id1 {
  width: 40px;
  padding: 10px 5px;
}

/*
 * ふじっ湖号の時刻表      ^id2 ^table
 */
.schedule_table .thtime-id2 {
  padding: 10px;
}

/*# sourceMappingURL=route.css.map */
