@charset "utf-8";

/*========*/
/* ヘッダ */
/*========*/

header .inner {
	padding: 8px 24px;
}

header .inner::after {
	content: '';
	display: block;
	clear: both;
}

header .h-logo01 {
	float: left;
	max-width: 216px;
	margin-top: 8px;
}

header .h-logo02 {
	float: right;
	max-width: 110px;
	margin-top: 12px;
}

header .h-nv {
	float: right;
}

header .h-nv > ul {
	font-size: 0;
}

header .h-nv > ul > li {
	position: relative;
	display: inline-block;
	height: 40px;
	font-size: 16px;
	padding: 0 8px;
	vertical-align: top;
}

header .h-nv > ul > li img {
	height: 100%;
	width: auto;
}

header .h-nv li:hover > .sub-select {
	display: block;
}

header .h-nv .sub-select {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
}

header .h-nv .sub-select::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #EEE transparent;
}

header .h-nv .sub-select li {
	background-color: #EEE;
}

header .h-nv .sub-select li a {
	display: block;
	padding: 8px 4px;
	color: #333;
	font-size: 12px;
}

header nav {
	background: #16379E;
}

header .g-nv {
	max-width: 1232px;
	padding: 0 16px;
	margin: 0 auto;
}

header .g-nv::after {
	content: '';
	display: block;
	clear: both;
}

header .g-nv > ul {
	float: left;
	width: 80%;
	text-align: left;
	font-size: 0;
}

header .g-nv > ul > li {
	display: inline-block;
	margin-right: 5%;
	font-size: 16px;
}

header .g-nv > ul > li > a {
	display: block;
	padding: 10px 0;
	text-align: left;
}

header .g-nv .trackside-btn {
	float: right;
	width: 12%;
	padding: 4px 0;
}

@media screen and (max-width: 1024px) {

header .g-nv .trackside-btn {
	width: 20%;
}

}


/* ナビゲーション固定
--------------------------------*/
@media screen and (min-width: 768px) {
header.fixed nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 15;
}

}


/* サブナビゲーション
--------------------------------*/
@media screen and (min-width: 768px) {
header .sub-nv {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	padding: 8px 0;
	background: rgba(1,163,251,.9);
	z-index: 10;
}

header .sub-nv-inner {
	position: relative;
	box-sizing: border-box;
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 16px;
}

header .sub-nv ul {
	display: table;
	width: 100%;
	margin: 0 auto;
}

header .sub-nv li {
	display: table-cell;
	border-left: solid 1px rgba(255,255,255,.8);
	font-size: 18px;
	font-weight: bold;
}

header .sub-nv li:last-child {
	border-right: solid 1px rgba(255,255,255,.8);
}

header .sub-nv li a {
	position: relative;
	display: block;
	padding: 8px 8px 38px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

header .sub-nv li a:hover {
	color: #1C3E77;
}

header .sub-nv li a::before,
header .sub-nv li a::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #FFF transparent transparent transparent;
}

header .sub-nv li a::before {
	top: 38px;
}

header .sub-nv li a::after {
	top: 46px;
}

header .sub-nv li a:hover::before,
header .sub-nv li a:hover::after {
	border-color: #1C3E77 transparent transparent transparent;
}

}

/* スマホヘッダー
--------------------------------*/

@media screen and (max-width: 767px) {

header .inner {
	padding: 12px;
}

header .h-logo01 {
	float: none;
	width: 135px;
	margin: 0 auto;
}

header .h-logo02 {
	float: none;
	width: 68px;
	margin: 0 auto;
}

header .h-nv {
	float: left;
	margin-top: -32px;
}

header .h-nv > ul > li {
	height: 45px;
	padding: 0;
}

header .menu {
	position: absolute;
	top: 12px;
	right: 12px;
}

header .menu a {
	display: block;
	width: 33px;
	height: 45px;
	background-image: url(/images/top/header_nv00.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header .menu .open {
	background-position: -33px 0;
}

header .sp-nv ul {
	font-size: 0;
	box-shadow:0px 4px 12px -1px rgba(0,0,0,0.7);
}

header .sp-nv ul li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}


header .g-nv {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 99;
	background: #16379E;
	box-sizing: border-box;
}

header .g-nv > ul {
	float: none;
	width: 100%;
}

header .g-nv > ul > li {
	display: block;
	margin-right: 0;
}

header .g-nv > ul > li > a {
	padding: 8px 0;
}

header .g-nv .toggle-btn > a {
	position: relative;
}

header .g-nv .toggle-btn > a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 24px;
	height: 4px;
	background-color: #FFF;
	margin: -2px 0 0 0;
}

header .g-nv .toggle-btn > a:not(.open)::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 4px;
	height: 24px;
	background-color: #FFF;
	margin: -12px 0 0 0;
}

header .g-nv .trackside-btn {
	float: none;
	width: 100%;
	padding: 8px 0;
}

header .sub-nv li a {
	display: block;
	color: #FFF;
	padding: 8px;
}

}


/*========*/
/* フッタ */
/*========*/

/* ページの先頭へ戻る
-----------------------------------*/
#ptop {
	position: fixed;
	bottom: 32px;
	right: 50%;
	margin-right: -770px;
	padding-right: 10px;
	z-index: 10000;
}

#ptop a {
	display: block;
}

#ptop a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


@media screen and (max-width:1540px){

#ptop {
	right: 0;
	margin-right: 0;
}

}

/* フッタ
-----------------------------------*/
footer {
	width: 100%;
	background: #FFF;
	line-height: 1.3;
}

footer .inner {
	padding: 40px 0;
}

footer a:link,
footer a:visited {
	color: #666;
}

/* フッタバナー */
footer .f-bn {
	box-sizing: border-box;
	max-width: 1232px;
	margin: 0 auto 24px;
	padding: 0 16px;
}

footer .f-bn ul {
	margin: 0 auto;
	font-size: 0;
	box-sizing: border-box;
}

footer .f-bn li {
	display: inline-block;
	margin: 0 12px 8px;
}

footer .f-bn li img {
	margin: 0 auto;
}

footer .f-bn li a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

footer .f-bn button {
	display: none;
}


/* フッタサイトマップ */
footer .f-sitemap {
	box-sizing: border-box;
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 16px;
	text-align: left;
}

footer .f-sitemap::after {
	content: "";
	clear: both;
	display: block;
}

footer .f-sitemap .col {
	float: left;
	width: 18.3333%;
	margin-right: 2.083375%;
}

footer .f-sitemap .col:last-child {
	margin-right: 0;
}

footer .f-sitemap a {
	display: block;
}

footer .f-sitemap p {
	position: relative;
	padding-bottom: 8px;
}

footer .f-sitemap p::before,
footer .f-sitemap p::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	border-bottom-style: solid;
}

footer .f-sitemap p::before {
	bottom: 2px;
	border-bottom-width: 2px ;
	border-bottom-color: #194493;
}

footer .f-sitemap p::after {
	bottom: 0;
	border-bottom-width: 2px ;
	border-bottom-color: #08B0EE;
}

footer .f-sitemap .col a {
	position: relative;
	margin-top: 8px;
	padding-left: 16px;
	line-height: 1.3;
}

footer .f-sitemap .col a::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 1px;
	width: 8px;
	height: 8px;
	background: url(/images/top/footer_ic01.svg) no-repeat;
	background-size: 100% auto;
}

footer .f-sitemap .col p + p {
	margin-top: 40px;
}


footer .f-sitemap .col ul {
	margin-top: 16px;
}

footer .f-sitemap .col li a {
	font-size: 14px;
}


footer a:link,
footer a:visited {
	color: #666;
}

footer a:hover,
footer a:active {
	color: #0CA6F9;
	text-decoration: underline;
}

footer .f-sns {
	display: none;
}

footer .f-bg {
	background-color: #E4F2F7;
	padding: 24px 16px;
}

/* フッタナビゲーション */
footer .f-nv {
	box-sizing: border-box;
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 16px;
}

footer .f-nv ul {
	font-size: 0;
}

footer .f-nv li {
	display: inline-block;
	font-size: 14px;
}

footer .f-nv li:after {
	content: "|";
	padding: 0 8px;
}

footer .f-nv li:last-child:after {
	content: "";
	padding: 0;
}

footer .copyright {
	padding: 24px 0 0;
	color: #999;
	font-size: 13px;
}

@media screen and (max-width: 767px) {

footer .f-bn {
	margin: 0 auto;
}

footer .f-bn li {
	width: 48%;
	max-width: 168px;
	margin: 0 1% 16px;
}

footer .f-sitemap {
	display: none;
}

footer .f-nv {
	display: none;
}

footer .f-sns {
	display: block;
}

footer .f-sns li {
	display: inline-block;
	vertical-align: top;
}

}


/*=====*/
/* 共通 */
/*=====*/

/* PC/SP出し分け
------------------------------ */

@media screen and (min-width: 768px) {
.sp {
	display: none !important;
}
}

@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}

}

/* リンク
------------------------------ */

a:hover img {
	opacity: 0.7;
}

/*=====*/
/* TOP */
/*=====*/

/* トップ共通
-----------------------------------*/


.contents {
	text-align: left;
}

.contents .inner {
	max-width: 1232px;
	padding: 0 16px;
	margin: 0 auto;
}

.contents h2 {
	text-align: center;
}

.more_btn a {
	position: relative;
	display: block;
	width: 240px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	border-radius: 20px;
}

.more_btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.more_btn a::after {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 16px;
	margin-top: -8px;
	background: url(/images/top/index_ic09.svg) no-repeat;
	background-size: 100% auto;
}


@media screen and (max-width: 767px) {

}

/* メインスライダー
-----------------------------------*/

.slider-bn {
	position: relative;
	overflow: hidden;
}

#main-slider {
	max-width: 1000px;
	margin: 0 auto 32px;
}

#main-slider .slick-list {
	overflow: visible;
}

#main-slider:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	background: #13273F;
	opacity: 0.5;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#main-slider:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	background: #13273F;
	opacity: 0.5;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#main-slider .slick-prev,
#main-slider .slick-next {
	width: 40px;
	height: 40px;
	z-index: 10;
}

#main-slider .slick-prev {
	left: -72px;
}

#main-slider .slick-next {
	right: -72px;
}

#main-slider .slick-prev::before,
#main-slider .slick-next::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
}

#main-slider .slick-prev::before {
	background: url(/images/top/nav_ic01.svg) no-repeat;
	background-size: 100% auto;
}

#main-slider .slick-next::before {
	background: url(/images/top/nav_ic02.svg) no-repeat;
	background-size: 100% auto;
}

#main-slider .slick-dots {
	text-align: right;
}

@media screen and (max-width: 767px) {

#main-slider .slick-dots {
	text-align: center;
}

}

/* トップお知らせ（固定）
-----------------------------------*/

.fixed-outer {
	position: fixed !important;
	bottom: 0;
	width: 100%;
	text-align: left;
	z-index: 9999;
}

.fixed-outer .inner {
	max-width: 1232px;
	padding: 0 16px;
	margin: 0 auto;
}

.status-info > dl > dt {
	background-color: #c7161e;
	padding: 8px 0;
}

.status-info .info-link {
	color: #FFF;
	text-decoration: underline;
}

.status-info > dl > dd {
	border: 1px solid #c7161e;
	padding: 8px 0;
	background-color: #FFF;
}

.status-info > dl > dd a {
	color: #333;
}

.status-info.topics {
	border: 1px solid #16379E;
	background-color: #FFF;
	padding: 4px 0 16px;
}

.status-info.topics dd {
	padding-top: 0;
}

.status-info .more_btn {
	position: absolute;
	width: 120px;
	top: 8px;
	right: 0;
}

.status-info > dl > dt .inner {
	position: relative;
}

.status-info .more_btn {
	position: absolute;
	width: 248px;
	top: 0;
	right: 8px;
	font-size: 0;
}

.status-info .more_btn li {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

.status-info .more_btn li:nth-child(2) {
	margin-left: 8px;
}

.status-info .more_btn a {
	width: 120px;
	background-color: #CCC;
	font-weight: normal;
	line-height: 24px;
	color: #333;
}

.status-info .more_btn a::after {
	width: 8px;
	height: 8px;
	top: 50%;
	right: 8px;
	margin-top: -4px;
	background: url(/images/top/index_ic11.svg) no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 767px) {

.status-info.topics .date {
	margin-top: 4px;
}

.status-info.topics .label {
	font-size: 12px;
}

.status-info.topics dd {
	padding-top: 16px;
}

.status-info .more_btn {
	width: 228px;
}

.status-info .more_btn li {
	font-size: 12px;
}

.status-info .more_btn a {
	width: 110px;
}

}

/* 検索
-----------------------------------*/
.service {
	overflow: hidden;
}

.service .service-inner {
	width: 50%;
	height: 560px;
	float: right;
	background: url(/images/top/index_bg01.jpg) no-repeat;
	background-size: cover;
	padding: 32px 0;
	box-sizing: border-box;
}

.service .service-inner h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 24px;
}

.service .service-inner h2::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(/images/top/search_ic01.svg) no-repeat;
	background-size: 100% auto;
	vertical-align: bottom;
}

.service .train-search {
	width: 96%;
	max-width: 800px;
	margin: 16px auto 32px;
	padding: 20px;
	background-color: #FFF;
	box-shadow:0px 4px 12px -1px rgba(0,0,0,0.7);
	box-sizing: border-box;
}

.train-search .train-search-box {
	position: relative;
	z-index: 1;
}

.train-search .row {
	max-width: 640px;
	margin: 0 auto;
}

.train-search .station {
	width: 100%;
}

.train-search .station::after {
	content: '';
	display: block;
	clear: both;
}

.train-search .station dl {
	width: 50%;
	float: left;
}

.train-search .station dd {
	position: relative;
}

.train-search .station #suggest,
.train-search .station #suggest2 {
	width: 160px;
	min-height: 32px;
	border: 1px solid #ccc;
	padding: 8px;
	box-sizing: border-box;
	position: absolute;
	top: 31px;
	background: #FFF;
	z-index: 1;
}

.train-search .date {
	width: 100%;
}

.train-search .option {
	width: 100%;
}

.train-search .option .option-title {
	font-weight: bold;
	float: right;
	width: 66.666666%;
	margin-top: 8px;
}

.train-search .option .optionTxt {
	display: inline-block;
	width: 4.5em;
	margin-bottom: 0 !important;
	padding: 4px 0 0;
	vertical-align: top;
}

.train-search .option .selectArea {
	display: inline-block;
	width: calc(100% - 5em);
	vertical-align: top;
}

.train-search .option > ul.option01 {
	float: left;
	width: 10em;
}

.train-search .option > ul.option02 {
	float: left;
	width: calc(100% - 10em - 150px);
	padding: 8px 0 0;
	box-sizing: border-box;
}

.train-search .option > ul.option02 li:nth-of-type(2) {
	margin-top:16px;
}

.train-search .option > ul.option02 li select {
	width: 100%;
}

.train-search .button {
	width: 120px;
	float: right;
	margin-top: 48px;
}

.train-search dl {
	display: table;
	width: 100%;
}

.train-search dt,
.train-search dd {
	display: table-cell;
	vertical-align: top;
}

.train-search dt {
	padding: 7px 8px 0 0;
}

.train-search .station dt {
	width: 3.5em;
}

.train-search .date dt {
	width: 3.5em;
}

.train-search .text {
	padding: 8px 0 8px 8px;
}

.train-search .station dl:first-child {
	margin-bottom: 8px;
}

.train-search .date ul::after {
	content: "";
	clear: both;
	display: block;
}

.train-search .date li {
	float: left;
	padding-right: 16px;
}

.train-search .date li:nth-child(-n+2) {
	margin-bottom: 8px;
}

.train-search .option ul::after {
	content: "";
	clear: both;
	display: block;
}

.train-search .option01 li {
	float: left;
	margin-right: 8px;
}

.train-search input[type="text"],
.train-search select,
.train-search .text {
	float: left;
}

.train-search input[type="text"] {
	box-sizing: border-box;
	width: 160px;
	height: 32px;
	padding: 2px 8px;
	border: solid 1px #CCC;
	border-radius: 0;
	background: #FFF;
	outline: none;
	font-family: inherit;
}

.train-search select {
	box-sizing: border-box;
	height: 32px;
	padding-left: 8px;
	border: solid 1px #CCC;
	border-radius: 0;
	background: #FFF;
	outline: none;
	font-family: inherit;
}

.train-search input[type="radio"] {
	display: none;
}

.train-search .option label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 24px;
	padding: 10px 4px;
	border-radius: 2px;
	text-align: center;
}

.train-search .option label:before {
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: solid 2px #CCC;
	background: #FFF;
	border-radius: 50%;
}

.train-search .option input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #333;
}

.train-search .button button[type="button"] {
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 20px;
	background: #16379E;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.train-search .button button[type="submit"]:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.train-search .button span {
	position: relative;
	padding-left: 20px;
}

.train-search .button span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(/images/index/search_ic01.svg) no-repeat 0 0;
	background-size: 100% auto;
}


.service .train-service .station-name {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.service .train-service .station-name-inner {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.service .train-service .station-name-inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 94%;
	height: 4px;
	margin: -2px 0 0 -47%;
	background: #FFF;
	z-index: 1;
}

.service .train-service .station-name ul {
	position: relative;
	display: table;
	width: 100%;
	z-index: 1;
}

.service .train-service .station-name li {
	display: table-cell;
	text-align: center;
}


@media screen and (max-width: 1100px) {

.service .service-inner {
	padding: 16px 0;
}

.service .train-search {
	margin: 16px auto;
	padding: 8px;
}

}

@media screen and (max-width: 900px) {

.service .service-inner {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 auto;
}

}

@media screen and (max-width: 767px) {

.service .train-search {
	padding: 16px 8px;
}

.train-search .station dl {
	width: 100%;
	float: none;
}

.train-search .option > ul.option01 {
	float: none;
	width: 100%;
}

.train-search .option > ul.option02 {
	float: none;
	width: 100%;
}

.train-search .button {
	width: 200px;
	float: none;
	margin: 16px auto 0;
}

.service .train-service .station-name-inner::after {
	content: '';
	position: absolute;
	display: block;
	width: 90vw;
	height: 0;
	top: 0;
	left: 16px;
	padding-bottom: 20%;
	background: url(/images/top/index_il01.png) rgba(255,255,255,0.7);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: center center;
	z-index: 1;
}

.service .train-service .station-name-inner.disnon::after {
	content: none;
}

}


/* ボタンリスト
-----------------------------------*/

.service .naviicon-inner {
	width: 50%;
	float: left;
}

.service .naviicon-inner a {
	display: block;
}

.service .naviicon-inner li {
	display: table;
	width: 100%
}

.service .naviicon-inner img {
	width: 100%;
}

.service .naviicon-inner .col3 {
	display: table;
	width: 100%
}

.service .naviicon-inner .col3 li {
	display: table-cell;
	width: 33.33333%;
	height: 320px;
	text-align: center;
	background: url(/images/top/index_bg02.jpg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.service .naviicon-inner .col4 {
	display: table;
	width: 100%;
}

.service .naviicon-inner .col4 li {
	display: table-cell;
	width: 25%;
	height: 240px;
	text-align: center;
	background: url(/images/top/index_bg03.jpg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.service .naviicon-inner .col4 li:nth-child(3) {
	background: url(/images/top/index_bg04.jpg) no-repeat;
	background-size: cover;
}

.service .naviicon-inner .col4 li:nth-child(4) {
	background: url(/images/top/index_bg05.jpg) no-repeat;
	background-size: cover;
}

.service .naviicon-inner a {
	display: block;
}

.service .naviicon-inner a:hover img {
	opacity: 1;
	-webkit-animation: rotate-center 0.7s ease-in-out backwards;
	animation: rotate-center 0.7s ease-in-out backwards;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
						transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}
@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
						transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@media screen and (min-width: 1921px) {

.service .naviicon-inner img {
	width: auto;
}

}

@media screen and (max-width: 900px) {

.service .naviicon-inner {
	width: 100%;
	min-width: auto;
	float: none;
	margin: 0 auto;
}

.service .naviicon-inner .col3 li {
	height: auto;
}

.service .naviicon-inner .col4 li {
	height: auto;
}

}

@media screen and (max-width: 767px) {



}

/* おすすめ情報
-----------------------------------*/

.recommend .recommend-inner {
	padding: 80px 16px;
}

.recommend .carousel-slider {
	margin-top: 24px;
}

.recommend .carousel-slider li {
	margin-right: 32px;
}

.recommend .carousel-slider a:hover {
	text-decoration: none;
}


.recommend .carousel-slider img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.recommend .carousel-slider .label {
	font-weight: bold;
	margin-top: 8px;
}

.recommend.label-event {
	color: #F6C;
}

.recommend .label-goods {
	color: #6C0;
}

.recommend .label-magazine {
	color: #6CF;
}

.recommend .label-special {
	color: #F60;
}

.recommend .label-smile {
	color: #E85370;
}

.recommend .carousel-slider .link-btn {
	color: #333;
	line-height: 1;
	margin-top: 12px;
}

.recommend .carousel-slider a:hover .link-btn {
	color: #007CDC;
}

.recommend .carousel-slider .link-btn::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 8px;
	background: url(/images/top/index_ic08.svg) no-repeat;
	background-size: 100% auto;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {

.recommend .recommend-inner {
	padding: 40px 16px;
}

.recommend .carousel-slider li {
	margin-right: 16px;
}

}



/* おでかけ＆イベント情報
-----------------------------------*/

.event .event-inner {
	padding: 0 16px 80px;
}

.event .carousel-slider {
	margin-top: 24px;
}

.event .carousel-slider li {
	margin-right: 32px;
}

.event .carousel-slider a:hover {
	text-decoration: none;
}

.event .carousel-slider .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 61.895%;/*320/517*/
	border-radius: 10px;
	overflow: hidden;
}

.event .carousel-slider .img img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.event .carousel-slider h3 {
	font-size: 24px;
	color: #007CDC;
	line-height: 1.3;
	margin-top: 8px;
}

.event .carousel-slider h3::after {
	content: '>';
	margin-left: 8px;
}

.event .carousel-slider .link-btn {
	color: #333;
	line-height: 1;
	margin-top: 12px;
}

.event .carousel-slider a:hover .link-btn {
	color: #007CDC;
}

.event .carousel-slider .link-btn::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 8px;
	background: url(/images/top/index_ic08.svg) no-repeat;
	background-size: 100% auto;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {

.event .event-inner {
	padding: 0 16px 40px;
}

.event .carousel-slider li {
	margin-right: 16px;
}

}

/* トピックス
-----------------------------------*/

.topics {
	padding: 80px 0;
	background-color: #e4f1f7;
}

.topics a {
	color: #333;
}

.topics a:hover {
	text-decoration: none;
}

.topics ul {
	margin: 24px 0 32px;
}

.topics ul li {
	margin-bottom: 8px;
}

.topics ul li a {
	display: block;
	padding: 16px 32px;
	background-color: #FFF;
}

.topics dl {
	display: table;
	width: 100%;
}

.topics dt,
.topics dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.topics dt {
	width: 350px;
	font-size: 0;
}

.topics dt div {
	display: inline-block;
	margin-right: 16px;
	font-size: 16px;
}

.topics .label {
	min-width: 190px;
}

.topics dd {
	padding-top: 8px;
	line-height: 1.3;
}

.topics a:hover dd {
	text-decoration: underline;
}

.topics .more_btn a {
	color: #FFF;
	background-color: #16379e;
}

@media screen and (max-width: 1199px) {

.topics {
	padding: 40px 0;
}

.topics ul li:nth-child(n+4){
	display: none;
}

.topics ul li a {
	padding: 16px 8px;
}

.topics dl {
	display: block;
}

.topics dt,
.topics dd {
	display: block;
	width: 100%;
}

.topics dt div {
	margin-right: 0;
	font-size: 16px;
}

.topics .label {
	float: right;
	min-width: 120px;
	padding: 4px;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}

}

@media screen and (max-width: 767px) {



}


/* 北総線沿線地域活性化協議会
-----------------------------------*/

.chiiki_kasseika {
	background: url(/images/top/index_bg06.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 40px 0;
	text-align: center;
}

.chiiki_kasseika .smaller-txt {
	color: #FFF;
}

.chiiki_kasseika ul {
	font-size: 0;
	margin-bottom: 24px;
}

.chiiki_kasseika ul li {
	display: inline-block;
	width: 13.6666%;
	margin-right: 0.7223%;
	font-size: 16px;
	vertical-align: top;
}

.chiiki_kasseika ul li:nth-child(7) {
	margin-right: 0;
}

.chiiki_kasseika .more_btn a {
	color: #83cbe4;
	background-color: #FFF;
}

.chiiki_kasseika .more_btn a::after {
	background: url(/images/top/index_ic10.svg) no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 767px) {

.chiiki_kasseika ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 8px;
}

.chiiki_kasseika ul li:nth-child(7) {
	margin-right: 2%;
}

.chiiki_kasseika ul li:nth-child(3n) {
	margin-right: 0;
}

}