@charset "utf-8";

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

body {
  line-height: 150%;
  margin-bottom: 150px;
  -webkit-text-size-adjust: 100%;
}

body * {
  box-sizing: border-box;
}

header {
  text-align: center;
  padding: 30px 0;
  margin: 0;
}

header img {
  vertical-align: bottom;
}

footer {
  bottom: 0;
  height: 150px;
  width: 100%;
  text-align: center;
  position: absolute;
}

footer .inner {
  border-top: 1px solid #E0E0E0;
  padding: 20px 0 10px;
}

footer .left {
  float: left;
}

footer .right {
  float: right;
}

#contents {
  margin-top: 0;
  padding-bottom: 60px
}

.inner {
  width: 1040px;
}

/*------------------------------------------------------------
  ヘッダ
------------------------------------------------------------*/
section .right {
  display: block;
  float: right;
}

section.title {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
}

section.title h1 {
  float: left;
  background-image: url(../img/icon_title.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #0097A7;
  font-size: 22px;
  font-weight: normal;
  padding: 10px 0 5px 85px;
}

section.title .btn_print,
section.title .btn_future {
  display: inline-block;
  background-color: #E3F2FD;
  border: 1px solid #BBDEFB;
  padding: 9px 40px 8px 15px;
  background-image: url(../img/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

section.info {
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
  margin-bottom: 30px;
}

section.info h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #4D4D4D;
}

section.info .right {
  font-size: 15px;
  padding-top: 4px;
}

section.info .revision {
}

section.info .btn_detail {
  background-image: url(../img/icon_blank.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #0044CC;
  text-decoration: underline;
  font-weight: bold;
  padding-right: 25px;
}

/*------------------------------------------------------------
  ブロック（テキスト）
------------------------------------------------------------*/
section.text {
  margin-bottom: 30px;
}

.link-warning-02 {
	display: block;
	padding: 10px 50px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	border-radius: 4px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
  color: #d00000;
	background-color: #fffc97;
	border: 1px solid #cccc00;
}
.link-warning-02:before,
.link-warning-02:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.link-warning-02:before {
	left: 20px;
	width: 18px;
	height: 18px;
	background: url(/img/ico_warning_02.svg) 0 0 no-repeat;
	background-size: 100%;
}
.link-warning-02.is-ext:after {
  right: 12px;
  width: 12px;
  height: 12px;
	background: url(/img/ico_extlink.svg) 0 0 no-repeat;
  background-size: 100%;
}
.link-warning-02 + p {
  margin-top: 10px;
}

/*------------------------------------------------------------
  ブロック（タブ）
------------------------------------------------------------*/
section.tab {
  margin-bottom: 20px;
}

section.tab ul li {
  float: left;
  width: 50%;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

section.tab ul li:nth-child(1) {
  background-color: #0097A7;
}

section.tab ul li:nth-child(2) {
  background-color: #CC509A;
}

/*------------------------------------------------------------
  ブロック（時刻表）
------------------------------------------------------------*/
section.timetable {
}

/* 行き先 */
section.timetable dt {
  background: url(../img/icon_arrow_down.png) no-repeat 1010px center;
  background-size: 2%;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  padding-left: 20px;
  background-color: #0097A7;
}

section.timetable.holiday dt {
  background-color: #CC509A;
}

section.timetable dt.check {
  background-image: url(../img/icon_arrow_up.png);
  background-size: 2%;
}

section.timetable+section.timetable {
  margin-top: 20px
}

section.timetable dd {
  display: none;
  padding: 20px 20px 40px 20px;
  background-color: #f2f9f2;
}

section.timetable.holiday dd {
  background-color: #FBF5FD;
}

section.timetable dd .table_inner+.table_inner {
  margin-top: 30px;
}

section.timetable dd table {
  border-collapse: collapse;
  width: 1000px;
  color: #333;
}

section.timetable dd table tr {
  height: 50px;
}

section.timetable dd table .spacer {
  opacity: 0;
  border: none;
}

section.timetable dd table th,
section.timetable dd table td {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #333;
  padding: 10px;
  word-break: break-all;
}

section.timetable dd table td.c_3 {
  padding: 10px 3px
}

section.timetable dd table th {
  font-weight: normal;
  background-color: #9dd5c6;
  padding: 6px;
  line-height: 14px;
  letter-spacing: -1px
}

section.timetable.holiday dd table th {
  background-color: #EBB9D7;
}

section.timetable dd table td {
  background-color: #fff;
}

section.timetable dd table td.c_2{
  letter-spacing: -0.6px
}

section.timetable dd table td.c_3 {
  padding: 10px 3px
}

section.timetable dd table tr:nth-child(odd) td {
  background-color: #ecf7f4;
}

section.timetable.holiday dd table tr:nth-child(odd) td {
  background-color: #FBF1F7;
}

/* 車内設備 */
section.timetable dd table tr.equipment td {
  background-color: #fff !important;
  height: 100%;
}

section.timetable dd table td.equipment {
  padding: 0;
  vertical-align: top;
}

section.timetable dd table td.equipment ul {
  display: block;
  height: 100%;
}

section.timetable dd table td.equipment ul.item2 {
  min-height: 51px;
}

section.timetable dd table td.equipment li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  height: 32px;
  padding: 2px;
  box-sizing: border-box;
}

section.timetable dd table td.equipment li:nth-child(1) {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

section.timetable dd table td.equipment li:nth-child(2) {
  border-bottom: 1px solid #333;
}

section.timetable dd table td.equipment li:nth-child(3) {
  border-right: 1px solid #333;
}

section.timetable dd table td.equipment .item1 li {
  width: 100%;
  height: 100%;
  border: none !important;
}

section.timetable dd table td.equipment .item1 li img {
  width: 50%;
  left: 50%;
  top: 0;
  margin-top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.timetable dd table td.equipment .item2 li {
  height: 51px;
  border: none;
}

section.timetable dd table td.equipment li:nth-child(1) {
  border-right: 1px solid #333;
}

section.timetable dd table td.equipment li:nth-child(2) {
}

section.timetable dd table td.equipment li img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.timetable dd table tr td.night,
section.timetable dd table tr td.okaimono {
  background: #b9f35d !important;
}

section.timetable dd table tr td.holiday {
  background: #fdf874 !important;
}

/* アイコンの説明 */
section.timetable .btn_icon {
  display: inline-block;
  background-color: #E3F2FD;
  border: 1px solid #BBDEFB;
  padding: 5px 5px 4px 5px;
  font-size: 11px;
  margin-left: 10px;
}

/* ヘッダ */
section.timetable .section_header {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: left;
  line-height: 130%;
}

/* フッタ */
section.timetable .table_footer {
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
  line-height: 130%;
}

/* 注釈 */
section.timetable .table_notes {
  background-color: #fff;
  display: inline-block;
  padding: 6px 10px 5px 10px;
  margin-top: 20px;
  font-size: 12px;
  border: 1px solid #b8c3cc;
}

/*------------------------------------------------------------
  ポップアップ
------------------------------------------------------------*/
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  color: #4d4d4d;
}

#popup .popup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  background-color: #fff;
  padding: 20px;
}

#popup .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
}

#popup .btn_close img {
  width: 50px;
}

#popup h2 {
  font-size: 20px;
  padding: 14px 0 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

#popup ul {
  padding: 20px;
}

#popup li {
  margin-top: 30px;
}

#popup li:first-child {
  margin-top: 0;
}

#popup li img {
  float: left;
  display: block;
  width: 40px;
  height: auto;
  margin-right: 20px;
}

#popup li h3 {
  font-size: 16px;
}

#popup li p {
  font-size: 14px;
  margin-top: 4px;
  font-weight: 400;
  padding-left: 60px
}

/*------------------------------------------------------------
  多言語
------------------------------------------------------------*/
.kdsfooter1 {
  position: absolute;
  bottom: 0;
}

.btn_print:lang(zh-cn),
.btn_print:lang(zh-tw),
.btn_print:lang(ko),
.btn_print:lang(en),
.btn_print:lang(th),
.global_hidden:lang(zh-cn),
.global_hidden:lang(zh-tw),
.global_hidden:lang(ko),
.global_hidden:lang(en),
.global_hidden:lang(th) {
  display: none !important;
}

section.timetable dd table th:lang(en),
section.timetable dd table td:lang(en){
  padding-left: 4px;
  padding-right: 4px
}