﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}


#container {
	width: 760px;
	margin: 0px auto 0px auto;
	min-width: 600px;
	text-align: left;
	flost: none;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #e4edf5;
	margin-bottom: 10px;
}

#pc_logo {
	width: 200px;
	float: left;
	clear: left;
	background-color: #EEF4FF;
}

#pc_topbar {
	text-align: right;
	float: right;
	clear: right;
	width: 560px;
	height: 94px;
	background-color: #EEF4FF;
}

#pc_topcon {
	width: 530px;
	padding-right: 10px;
	float: right;
}
#left_col {
	width: 200px;
	float: left;
	clear: left;
}

#social {
	margin-right: 200px;
	text-align: right;
	float: right;
}

#page_content {
	width: 540px;
	float: right;
	clear: right;
	margin-top: 20px;
}

.contentImage {
	width: 540px;
	height: 303px
}


.txmenu {
	font-size: small;
	padding-right: 0px;
}

.social_ic {
	margin: 2px 10px;
	height: 40px;
	width: 40px;
}

.social_ic_end {
	margin: 2px 0px 2px 10px;
	height: 40px;
	width: 40px;	
}

.Headline{
  animation: SlideIn 1.6s;
}

@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.footer {
	text-align: center;
	font-size: small;
	color: #C0C0C0;
}
.footerMessage {
	text-align: center;
	font-size: x-small;
	color: #dbdbdb;
}




/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
#mb_topbar{
    background:#fff;
    box-shadow:0 2px 8px rgba(80,95,130,.2);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index:100;
}
#mb_topcon{
	margin: 12px 15px 12px 15px
}
#mb_logo{
	text-align: left;
}


.mb_menu_btn {
    position: fixed;
    top: 12px;
    right: 15px;
    display: flex;
    height: 48px;
    width: 48px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #041f62;
}
.mb_menu_btn span,
.mb_menu_btn span:before,
.mb_menu_btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.mb_menu_btn span:before {
    bottom: 8px;
}
.mb_menu_btn span:after {
    top: 8px;
}

#mb_menu_check {
	display: none;
}

#mb_menu_check:checked ~ .mb_menu_content {
    opacity: 1;
    display: inline-block;
	visibility: visible;
}


.mb_menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: 12px;
    left: 0;
    z-index: 80;
    background-color: rgb(176,193,209,0.9);
    transition: all 0.12s;
    opacity: 0;
	visibility: hidden;
}

.mb_menu_title {
	margin: 16px 0px 6px;
	font-weight: bold;
	color: #041f62;
    position: relative;
    display: inline-block;
    padding: 0 60px;
    letter-spacing: 0.05em;
}
 
.mb_menu_title:before,
.mb_menu_title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #041f62;
}
 
.mb_menu_title:before {
    left: 0;
	background: linear-gradient(-90deg, #041f62 40%, transparent);
}
 
.mb_menu_title:after {
    right: 0;
    background: linear-gradient(90deg, #041f62 40%, transparent);
}

.mb_menu_content ul {
    padding: 0px 12px 0;
    margin: 0px;
}

.mb_menu_content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}

.mb_menu_content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 8px 0px;
    position: relative;
    letter-spacing: 0.15em;
}

.mb_menu_content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 36px;
    top: 16px;
}


#container {
	width: 480px;
	margin: 0px 0px 0px 0px;
	min-width: 480px;
	border-bottom-color: #899199;	
}


#page_content {
	width: 450px;
	float: left;
	margin: 95px 15px 0px 15px
}


#nav_logo {
	position: absolute;
	text-align: left;
	width: 140px;
	height: 66px;
}

.social_ic {
	margin: 7px 5px 7px 5px;
	height: 35px;
	width: 35px;
}

.social_ic_end {
	margin: 7px 5px 7px 5px;
	height: 35px;
	width: 35px;	
}

.contentImage {
	width: 450px;
	height: 252px;
}

h1 {
	font-size: 150%
}
#footer{
	padding: 25px 0px 20px 0px;
    background: linear-gradient(180deg, #ffffff 5%, #f3f3f3 30%);
}

#mb_footer{
	padding: 15px 0px 10px 0px;
	margin: 0px 15px 0px 15px;
	text-align: center;
}
.footer_menu{
	font-size: small;
	color: #899199!important;
}
.footer {
	color: #adadad;
}
.footerMessage {
	color: #adadad;
}
.Headline{
  display: none;
}
.originalMarquee {
	display: none;
}
.socialcolor{
	display: none;
}
#pc_topcon{
	display: none;
}
#pc_logo {
	display: none;
}
#left_col {
	display: none;
}
}

/* 480px以上に適用されるCSS（PC用） */
@media screen and (min-width: 481px) {
#mb_topbar {
	display: none;
}
#mobile_content{
	display: none;	
}
#mb_footer{
	display: none;
}
}
/*レスポンシブここまで*/


.portal ul, .portal ol {
  padding: 0;
  position: relative;
}

.portal ul li, .portal ol li {
  color: #b0c1d1;
  border-left: solid 6px #8eb4d9;/*左側の線*/
  background: #e4edf5;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}

.portal li:hover {
  border-left: solid 6px #041f62; 
  background: #f5faff;
  transition: background-color 20ms;
}


#footer {
	clear: both;
}

a:link {
	 color: #041f62;
}
a:visited {
	 color: #041f62;
}
a:hover, a:active{
	 opacity: 0.5;
	 filter: alpha(opacity=50);
}

h1 {
  color: #041f62;/*文字色*/
  border: solid 3px #041f62;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
h2 {
  position: relative;
  padding: 0.25em 0;
}
h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(4,31,98), transparent);
  background: linear-gradient(to right, rgb(4,31,98), transparent);
}

h3 {
  background: #f3f3f3;
  border-left: 6px solid #041f62;
  padding: 8px 0px 8px 20px;
  margin: 40px 0px 20px 0px;
}

h4 {
	position: relative;
	padding: 0 .5em .5em 1.7em;
	border-bottom: 1px solid #b0c1d1;
}
h4::after {
	position: absolute;
	top: .4em;
	left: .4em;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #b0c1d1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

h5 {
	position: relative;
	padding-left: 2em;
	text-align: left;
	font-size: large;
	margin-left: 20px;
	font-weight: normal;
}
 
h5::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 10px;
     height:10px;
     border: solid 4px #8eb4d9;
     border-radius:100%;
}

.notice_te {
	margin-left: 1.6em;
    color: #adadad;
	font-size: small;
	user-select: none;
	margin-bottom: -2em;
}

.button {
	margin-top: 24px;
	margin-left: 16px;
	position: relative;
	display: inline-block;
	color: #041f62;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-heigt: 1.2em;
	-webkit-transition: .8s;
	transition: .8s;
	text-align: right;
}

.button:hover {
  cursor: pointer;
  text-decoration: none;
}

.button::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #041f62;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.button:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}



.menupic {
	margin-top: 0px;
}
.strong {
	text-align: center;
	text-decoration: underline;
}
.social {
	margin-left: 10px;
	margin-right: 10px;
}
.path {
	color: #041F62;
	background-color: #F2F7FC;
}
socialsite {
	background-color: #91d2f2;
	color: #FFFFFF;
	font-weight: bold;
}
.norm {
	font-size: small;
}

#i_head_info {
 	animation: status-fi 3s ease-out forwards;
}
@keyframes status-fi {
  0% {
     opacity: 0
  }
  90% {
     opacity: 0
  }
  100% {
     opacity: 1
  }
}


/* ダイヤ */
.trainType {
	display: flex;
	width: fit-content;
	height: 2em;
	align-items: center;
	font-size: small;
	padding: 0 0.4em;
	background: gray;
	border-radius: 4px;
	color: #ffffff;
	margin: auto 0.6em auto 0;
}

.typeLexp {
	background: #FF4947;
}

.typeExp {
	background: #8A6DB7;
}

.typeCrap {
	background: #3BB885;
}

.typeRap {
	background: #39CDF6;
}

.typeLoc {
	background: #85878B;
}

.trainName {
	display: flex;
	line-height: 1em;
	width: 120px;
}
.trainDsc {
	font-size: small;
	margin: -8px 0 14px 0;
}
.trainWrap {
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
}
.diaSpec {
	margin: 0% 5px;
	width: 6em;
	text-align: center;
	line-height: 1em;
}

.diaCat {
	line-height: 0;
}

.diaSta {
	margin-top: 0px;
	margin-bottom: 0px
}

.diaTime {
	font-size: small;
	color: gray;
	margin: 0.2em 0 0 0;
}
