@charset "UTF-8";
/* SP版の左右余白調整 */
/****************************************/
/*******************************************************************************
*
* </common/css/new_common.css>
*
*******************************************************************************/
/*=========================================
リセット
=========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, up_main_h_1
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  font-size: 100%;
}

body {
  line-height: 1.4;
  color: #000;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
}

strong {
  font-weight: bold;
}

p {
  line-height: 1.7;
}

a {
  color: #0055cc;
}

a:hover {
  text-decoration: none;
}

/*=========================================
汎用クラス
=========================================*/
.fontred {
  color: #cc0000;
}

@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.t_center {
	text-align: center;
}



/*=========================================
<body><html>設定
=========================================*/
body {
  min-width: 1060px;
  background-color: #fff;
  color: #000;
  font-family: Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  position: relative;
}
body.modalfix {
  position: fixed;
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 100%;
  }
}

html {
  min-width: 1060px;
  overflow: auto;
  height: 100%;
}
html * {
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  html {
    min-width: 100%;
  }
}

/*=========================================
フォントサイズ変更
=========================================*/
html.fs {
  transition-duration: .4s;
  font-size: 100%;
}
html.fs .tp_gm_other.active {
  min-height: 360px;
}
html.fs .tp_gm_other.active .tp_gm_other_h_w {
  background-size: 320px 360px;
}
html.fs .tp_gm_timetable.active {
  /* 注意喚起掲載なし時
  min-height: 230px;
  background-size: 620px 230px;
  */
  min-height: 260px;
  background-size: 620px 260px;
}

html.fm {
  transition-duration: .4s;
  font-size: 110%;
}
html.fm .tp_gm_other.active {
  min-height: 396px;
}
html.fm .tp_gm_other.active .tp_gm_other_h_w {
  background-size: 352px 396px;
}
html.fm .tp_gm_timetable.active {
  /* 注意喚起掲載なし時
  min-height: 253px;
  background-size: 682px 253px;
  */
  min-height: 275px;
  background-size: 682px 286px;
}

html.fl {
  transition-duration: .4s;
  font-size: 120%;
}
html.fl .tp_gm_other.active {
  min-height: 432px;
}
html.fl .tp_gm_other.active .tp_gm_other_h_w {
  background-size: 384px 432px;
}
html.fl .tp_gm_timetable.active {
  /* 注意喚起掲載なし時
  min-height: 276px;
  background-size: 744px 276px;
  */
  min-height: 300px;
  background-size: 744px 312px;
}

/*=========================================
PC版スマホ版表示切り替え
=========================================*/
.pc {
  display: block !important;
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

/*=========================================
ヘッダーデザイン
=========================================*/
.up_main_h_1 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 70px;
  margin-bottom: 16px;
  padding: 5px 0 13px 4px;
  line-height: 1;
  position: relative;
}
.up_main_h_1 span {
  font-size: 1rem;
}
.up_main_h_1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #6ab74b 50%, #00a0e9 50%);
  background-size: 100% 3px;
}
.up_main_h_1:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .up_main_h_1 {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 30px;
    line-height: 1.3;
    /*
    &::before {
    	content:"";
    	display:block;
    	bottom:0;
    	left:0;
    	width:0;
    	height:55px;
    }
    */
  }
}

.up_main_h_2 {
  background: #f5f7f7;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 28px;
  padding: 8px 6px;
}
@media only screen and (max-width: 640px) {
  .up_main_h_2 {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}

.up_main_h_3 {
  background: #f2f5f7;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 16px;
  padding: 18px 16px;
}
@media only screen and (max-width: 640px) {
  .up_main_h_3 {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    background: #e9eff2;
  }
}

/* 時刻表用 */
.up_main_h_4 {
  width: 100%;
  height: auto;
  margin-top: 8px;
  padding: 16px 0;
  font-weight: normal;
  font-size: 0.9rem;
  color: #fff;
  background: #0074a9;
  border: 1px solid #d5dde1;
  border-bottom: none;
  text-align: center;
}
.up_main_h_4.fromhama {
  background: #00a977;
}
@media only screen and (max-width: 640px) {
  .up_main_h_4 {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* おトクなきっぷ用 */
.up_main_h_5 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 28px;
}
@media only screen and (max-width: 640px) {
  .up_main_h_5 {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
}

/* モノレールSuicaとは用 */
.up_main_h_monosuica {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .up_main_h_monosuica {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.up_main_h_monosuica_img {
  display: block;
  width: 192px;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .up_main_h_monosuica_img {
    width: 100%;
    text-align: center;
  }
}

.up_main_h_monosuica_text {
  display: block;
  width: calc(100% - 212px);
  height: auto;
  font-size: 1.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .up_main_h_monosuica_text {
    width: 100%;
    margin-top: 17px;
  }
}

.up_main_h_monosuica_text_list {
  display: block;
  padding-left: 14px;
  background: url(/tickets/img/liststyle_disc.png) no-repeat left 5px top 0.4em;
  margin-bottom: 5px;
}
.up_main_h_monosuica_text_list:last-of-type {
  margin-bottom: 0;
}

/*=========================================
パンくずリスト
=========================================*/
.breadcrumb {
  width: 100%;
  height: auto;
  border-top: 1px solid #dadada;
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb_li {
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 8px 0;
}

.breadcrumb_li_item {
  font-size: 0.8rem;
  display: inline;
  margin-right: 8px;
}
.breadcrumb_li_item::after {
  content: ">";
  margin-left: 8px;
}
.breadcrumb_li_item:last-of-type::after {
  content: none;
}

/*=========================================
汎用テキストリンク
=========================================*/
.common_link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 16px;
}
.common_link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin-top: auto;
  margin-bottom: auto;
  width: 5px;
  height: 9px;
  content: "";
  background: url(/common/template/img/tp_pc_icon_footer_rightarrow.png) no-repeat left top;
  background-size: 5px 9px;
}
.common_link:hover {
  text-decoration: underline;
}

.link_blank {
  padding-right: 14px;
  background: url(/common/template/img/tp_pc_icon_link_blank.png) no-repeat right center;
  background-size: 11px 10px;
}

/*# sourceMappingURL=new_common.css.map */
