@charset "utf-8";
#main_v {
	background: none !important;
}
#main_p {
	padding-top: 0;
	position: relative;
}
.sp_main {
	position: relative;
}
.sp_main img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: 0 0;
}
.sp_main:before {
	content: "";
	width: 100%;
	height: 100px;
	display: block;
	background: linear-gradient(rgba(255, 255, 255, 0) 80%, #eee 100%);
	position: absolute;
	top: 0;
	left: 0;
}
ul.global_menu {
	height: 0px;
}
.Main_Contents_Area_top {
	width: 100%;
	padding-top: 10px;
	margin: 10px auto 0px;
	overflow: hidden;
}
/* --------------------------------
	ArticleBox
-------------------------------- */
ul.ArticleBox {
	margin: 20px 10px 40px;
}
ul.ArticleBox li {
	text-align: left;
	width: -moz-calc(100% -8px);
	width: -webkit-calc(100% -8px);
	width: calc(100% -8px);
	background: #fff url("../images/notebook_sp.png") repeat-y 2px top;
	background-size: 100%;
	box-sizing: border-box;
	padding: 16px 20px 24px 30px;
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	-moz-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
	margin: 20px 2px;
	position: relative;
	overflow: hidden;
}
ul.ArticleBox li.note_no {
	text-align: left;
	width: -moz-calc(100% -8px);
	width: -webkit-calc(100% -8px);
	width: calc(100% -8px);
	background: #fff url("../images/notebook_sp_no.png") repeat-y 2px top;
	background-size: 100%;
	box-sizing: border-box;
	padding: 16px 20px 24px 30px;
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	-moz-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
	margin: 20px 2px;
	position: relative;
	overflow: hidden;
}
ul.ArticleBox li p.note {
	margin: 20px auto 0px;
	text-align: center;
}
ul.ArticleBox li p.note img {
	border: 6px solid #ffffff;
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	-moz-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
	max-width: 260px;
	width: 90%;
}
ul.ArticleBox li h2 {
	color: #000;
	font-size: 1.7rem;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #b6dbf2 60%);
	display: inline-block;
}
ul.ArticleBox li p.text {
	margin: 16px 0 0px;
	line-height: 1.7;
	font-size: 1.3rem;
}
ul.ArticleBox li p.text2 {
	margin: 10px 0 0px;
	line-height: 1.7;
}
ul.ArticleBox li p.link {
	text-align: right;
	margin: 5px 0px 0 0;
}
ul.ArticleBox li p.link a {
	text-decoration: underline !important;
	color: #000000;
}
ul.ArticleBox li p.link a:hover {
	text-decoration: none !important;
}
ul.ArticleBox li p.link:before {
	content: "+　";
	color: #000000;
}
/* --------------------------------
.train_tickets
-------------------------------- */
.train_tickets {
	margin: 10px 10px 0px;
	border-bottom: dotted #000 1px;
}
.train_tickets h2.tit {
        color: #14315c;
        font-weight: bold;
        font-size: 1.5rem;
        margin: 0px -10px -5px ;
        padding: 5px 5px 5px 20px;
        background: url(../images/back_line.jpg) left center no-repeat;
    }

.train_tickets h2.tit span {
	background-color: #fff;
	padding: 0 10px;
}


.train_tickets h3 a {
	font-size: 1.4rem;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: underline;
}
.train_tickets h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #4d4d4d;
}
.train_tickets h3 img {
	margin-right: 12px;
	vertical-align: bottom;
}
ul.styleA01 {
	margin: 0 -5px 0 0;
	width: -moz-calc(100% + 5px);
	width: -webkit-calc(100% + 5px);
	width: calc(100% + 5px);
	font-size: 1.2rem;
	overflow: hidden;
	padding-bottom: 20px;
}
ul.styleA01 li a {
	float: left;
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	box-sizing: border-box;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 8px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 8px 0 #c4d1d9;
	box-shadow: inset 0 0 8px 0 #c4d1d9;
	margin: 10px 5px 0 0;
	padding: 30px 5px 12px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #4d4d4d;
	background: #fff url("../../images/bg_ticket_train_sp.png") no-repeat center top;
	position: relative;
}
ul.styleA01 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
ul.styleA01 li p {
	line-height: 1;
}
ul.styleA01 li p.p_dep {
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	text-align: center;
	float: left;
	margin: auto 10px auto 0;
	font-size: 1.4rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
ul.styleA01 li p.p_arr {
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% -20px);
	width: calc(50% - 20px);
	text-align: center;
	float: right;
	margin: auto 0 auto 10px;
	font-size: 1.4rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
ul.styleA01 li p.p_price {
	font-size: 1.6rem;
	font-weight: bold;
	color: #c50000;
	text-align: center;
	clear: both;
	margin: 30px 20px 0;
	padding-top: 30px;
}
ul.styleA01 li p.p_search {
	position: absolute;
	right: 3px;
	bottom: 3px;
}
ul.styleA01 li .p_search img {
	width: 28px;
}
ul.styleA01 li .yajirushi {
	width: 20px;
}
/* --------------------------------
路線別
-------------------------------- */
ul.styleA02 {
	overflow: hidden;
	margin: 10px 10px 40px;
}
ul.styleA02 li {
	float: left;
	box-sizing: border-box;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 4px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 4px 0 #c4d1d9;
	box-shadow: inset 0 0 4px 0 #c4d1d9;
	margin: 10px 10px 0 0;
	color: #4d4d4d;
	font-size: 1.2rem;
	display: inline-block;
}
ul.styleA02 li a {
	color: #4d4d4d;
	display: block;
	width: 100%;
	padding: 6px 10px;
	box-sizing: border-box;
}

/* --------------------------------
styleB
-------------------------------- */

ul.btn_styleB {
	overflow: hidden;
	margin: 10px 8px 0 10px;
}
ul.btn_styleB li {
	float: left;
	width : -moz-calc((100% / 4) - 2px);
	width : -webkit-calc((100% / 4) - 2px);
	width : calc((100% / 4) - 2px);
	margin: 10px 2px 0 0!important;
	background: url("../../images/style_arrow_down.png") no-repeat center 26px;
	font-size: 1.2rem;
}
ul.btn_styleB li a {
	color: #000;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	border: solid 1px #000;
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	padding-top: 5px;
}
ul.btn_styleB li a:hover {
	background-color: #ececec;
	border: solid 1px #999;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
ul.styleB02 {
	margin: 0 10px;
}

ul.styleB02 h3 {
	color: #14315c;
	font-weight: bold;
	font-size: 1.3rem;
	margin: 20px 0 10px;
	border-bottom: 3px solid #cdcdcd;
	position: relative;
}
ul.styleB02 li h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 3px solid #14315c;
	bottom: -3px;
	width: 28px;
	left: 0;
}
ul.styleB02 li h3.case6:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 3px solid #14315c;
	bottom: -3px;
	width: 82px;
	left: 0;
}
ul.styleB02 li h3.case5:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 3px solid #14315c;
	bottom: -3px;
	width: 68px;
	left: 0;
}

ul.styleB02 li {
	overflow: hidden;
}


ul.styleB02 li img {
	width: 60px;
	border-radius: 6px;
	float: left;
	margin-right: 16px;
	margin-top: 10px;
}
ul.styleB02 li .text_area {
	overflow: hidden;
}
ul.styleB02 li ul {
	overflow: hidden;
}


.contents_box ul.styleB02 li ul {
	margin-top: -10px;
}

ul.styleB02 li li {
	float: left;
	margin: 10px 10px 0 0;
	color: #4d4d4d;
	display: inline-block;
	font-size: 1.2rem;
}

ul.styleB02 li li a {
	box-sizing: border-box;
	padding: 6px 10px;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 4px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 4px 0 #c4d1d9;
	box-shadow: inset 0 0 4px 0 #c4d1d9;
	display: block;
	width: 100%;
	color: #4d4d4d;
	text-decoration: none;
}
ul.styleB02 li li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
ul.styleB02 li h4 {
	color: #14315c;
	font-weight: bold;
	font-size: 1.3rem;
	margin-top: 10px;
	margin-bottom: 0;
}
ul.styleB02 li h4 a {
	color: #14315c;
}
ul.styleB02 li h4:first-child {
	margin-top: 0px;
}
ul.styleB02 li h4:before {
	content: "+ ";
}


/* --------------------------------
ruoteページ
-------------------------------- */

.map_area {
	margin: 20px 0;
}

.map_area img {
	width: 100%;
}

.operation_section {
	 overflow-x: scroll;
	width : 100%;
	
}
.operation_section ul{
	margin: 0px 0px 30px ;
	padding: 0 10px;
	display: -webkit-flex;
    display: flex;
}

.operation_section li{
	 writing-mode: vertical-rl;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
}

.operation_section li:before{
	content: url(../images/bidirectional.png);
  vertical-align: middle;
	display: block;
}

.operation_section li:last-child:before{
	content: none;
}

.operation_section li:last-child a{
	margin-right:10px
}

.operation_section li a{
	margin: 0 1px;
   height: 120px;
	text-decoration: none;
	padding: 0px 5px;
	border-radius: 20px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	display: inline-block;
	color: #4d4d4d;
    background:linear-gradient(#fff 10% 60%, #eee 90%);
	font-size: 1.2rem;
}

.operation_section li a:hover{
	background: #f5690c;
	color:#fff;
	border: solid 1px #f5690c;
}

.operation_section.pieces_S{
	text-align: center;
}

.operation_section.pieces_S ul{
	margin: 0px auto 30px;
}

.operation_section.pieces_S ul {
        margin: 0px 0px 30px;
        padding: 0 10px;
        display: inherit;
    }

.operation_section.pieces_S  li {
        writing-mode: vertical-rl;
        display: inline-block;
        float: none;
    }

