@charset "UTF-8";
/* =====
 * /index レイアウト
============================================================================= */
/* -----
 * OperationInformation
----------------------------------------------------------------------------- */
#OperationInformation {
  background-color: #e3ff99;
}

#OperationInformation .inner {
  width: 1180px;
  margin: 0 auto;
  padding: 16px 0;
}

#OperationInformation .inner > h2 {
  display: inline-block;
  width: 130px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  margin: 0 20px 0 0;
  color: #fff;
  background-color: #8bcc00;
  border-radius: 19px;
  float: left;
}

#OperationInformation .inner .content {
  padding-top: 7px;
  font-size: 18.272px;
  font-size: 1.142rem;
  overflow: hidden;
}

#OperationInformation.stopped {
  background-color: #f00;
}

#OperationInformation.stopped .inner > h2 {
  background-color: #fff;
  color: #f00;
}

#OperationInformation.stopped .content {
  color: #fff;
}

/* -----
 * SliderAndSearch
----------------------------------------------------------------------------- */
#SliderAndSearch {
  width: 1180px;
  margin: 30px auto 0;
}

#SliderAndSearch .keyvisual-slider {
  width: 776px;
  position: relative;
  overflow: hidden;
  float: left;
}

#SliderAndSearch .keyvisual-slider .slider-item {
  width: 100%;
  float: left;
  outline: 0px none #000;
}

#SliderAndSearch .keyvisual-slider .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
  outline: 0px none #000;
  z-index: 999;
  transform: translateY(-50%);
  cursor: pointer;
}

#SliderAndSearch .keyvisual-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/index/slider-arrow-prev.png);
}

#SliderAndSearch .keyvisual-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/index/slider-arrow-next.png);
}

#SliderAndSearch .keyvisual-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  line-height: 1;
  text-align: center;
}

#SliderAndSearch .keyvisual-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}

#SliderAndSearch .keyvisual-slider .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  padding: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-indent: -9999em;
  font-size: 1px;
  outline: 0px none #000;
  cursor: pointer;
}

#SliderAndSearch .keyvisual-slider .slick-dots li.slick-active button {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-color: #4cbcf0;
}

#SliderAndSearch .search-form {
  width: 372px;
  height: 392px;
  padding: 20px 30px 0;
  box-sizing: border-box;
  float: right;
  background-color: #d3f3ff;
  border: 3px solid #a5ddf7;
}

#SliderAndSearch .maintenance {
  width: 372px;
  height: 392px;
  float: right;
}

#SliderAndSearch .search-form form > h2 {
  font-size: 20px;
  color: #00a0e9;
  text-align: center;
  margin: 0;
  line-height: 1;
}

#SliderAndSearch .search-form form .fields-asset .select-fields {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

#SliderAndSearch .search-form form .fields-asset .select-fields label {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
  font-size: 20px;
}

#SliderAndSearch .search-form form .fields-asset .select-fields .field {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

#SliderAndSearch .search-form form .fields-asset.start-station-asset {
  margin-top: 25px;
  background: transparent url(../images/common/arrow-bottom-blue-w26.png) 50% 100% no-repeat;
  background-size: 26px 12px;
  padding-bottom: 29px;
}

#SliderAndSearch .search-form form .fields-asset.stop-station-asset {
  margin-top: 14px;
}

#SliderAndSearch .search-form form .fields-asset.time-asset {
  margin-top: 19px;
}

#SliderAndSearch .search-form form .radio-fields {
  text-align: center;
  margin-top: 20px;
}

#SliderAndSearch .search-form form .radio-fields label {
  margin: 0 10px;
}

#SliderAndSearch .search-form form button {
  display: block;
  width: 282px;
  margin: 24px auto 0;
}

/* -----
 * NewsAndBanner
----------------------------------------------------------------------------- */
#NewsAndBanner {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #f7f5f3;
}

#NewsAndBanner .inner {
  width: 1180px;
  margin: 0 auto;
}

#NewsAndBanner .news {
  width: 878px;
  float: left;
}

#NewsAndBanner .news > h2 {
  font-size: 26px;
  text-align: center;
  color: #0199d8;
  margin-bottom: 0.5em;
}

#NewsAndBanner .news .items {
  position: relative;
  padding-top: 47px;
}

#NewsAndBanner .news .items .item .tab {
  width: 240px;
  height: 45px;
  line-height: 45px;
  border-top: 2px solid #00a0e9;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #00a0e9;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

#NewsAndBanner .news .items .item .content {
  padding: 5px 20px 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#NewsAndBanner .news .items .item .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

#NewsAndBanner .news .items .item .content ul li {
  display: table-row;
}

#NewsAndBanner .news .items .item .content ul li .head {
  display: table-cell;
  vertical-align: top;
  width: 230px;
  padding: 15px 0;
  box-sizing: border-box;
  line-height: 1;
  border-bottom: 1px solid #e1e1e1;
}

#NewsAndBanner .news .items .item .content ul li .head .date {
  display: inline-block;
  color: #00a0e9;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 25px;
}

#NewsAndBanner .news .items .item .content ul li .head .category {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  background-color: #00a0e9;
  font-weight: bold;
  vertical-align: middle;
}

#NewsAndBanner .news .items .item .content ul li .title {
  display: table-cell;
  vertical-align: top;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

#NewsAndBanner .news .items .item .content ul li .title a {
  color: inherit;
  text-decoration: none;
}

#NewsAndBanner .news .items .item .content ul li .title .new {
  display: inline-block;
  color: #e94900;
  font-weight: bold;
}

#NewsAndBanner .news .items .item.item-news .tab {
  left: 242px;
}

#NewsAndBanner .news .items .item.item-event .tab {
  left: 484px;
}

#NewsAndBanner .news .items .item.hide .content {
  display: none;
}

#NewsAndBanner .news .items .item.hide .tab {
  border-top: none;
  height: 47px;
  line-height: 47px;
  background-color: #dbe0e1;
  color: #015d86;
}

#NewsAndBanner .news .items .more {
  margin: 0;
  position: absolute;
  top: 4px;
  right: 0;
}

#NewsAndBanner .news .items .more a {
  display: block;
  width: 146px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  background-color: #fedb00;
  color: inherit !important;
  text-decoration: none;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

#NewsAndBanner .news .items .more a:before {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: transparent url(../images/common/arrow-right-black-w6.png) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

#NewsAndBanner .banners {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 271px;
  float: right;
}

#NewsAndBanner .banners li {
  margin-top: 20px;
}

#NewsAndBanner .banners li:first-child {
  margin-top: 0;
}

/* -----
 * BannerLink
----------------------------------------------------------------------------- */
#BannerLink {
  margin: 40px 0 -55px;
}

#BannerLink ul {
  width: 1180px;
  margin: 0 auto;
}
#BannerLink ul:not(:first-child) {
  margin-top: 20px;
}

#BannerLink ul li {
  width: 180px;
  float: left;
  margin-right: 20px;
}

#BannerLink ul li:last-child {
  margin-right: 0;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * OperationInformation
  ----------------------------------------------------------------------------- */
  #OperationInformation .inner {
    width: auto;
    padding: 10px;
    font-size: 12px;
  }
  #OperationInformation .inner > h2 {
    display: inline-block;
    width: auto;
    height: 22px;
    line-height: 22px;
    font-size: inherit;
    margin: 0  10px 10px 0;
    padding: 0 10px;
    border-radius: 11px;
    float: left;
  }
  #OperationInformation .inner .content {
    padding-top: 0;
    font-size: inherit;
  }
  /* -----
   * SliderAndSearch
  ----------------------------------------------------------------------------- */
  #SliderAndSearch {
    width: auto;
    margin: 0;
  }
  #SliderAndSearch .keyvisual-slider {
    width: 100%;
    float: none;
  }
  #SliderAndSearch .keyvisual-slider .slick-arrow {
    width: 22px;
    height: 22px;
  }
  #SliderAndSearch .keyvisual-slider .slick-dots {
    bottom: 10px;
  }
  #SliderAndSearch .keyvisual-slider .slick-dots li {
    margin: 0 5px;
  }
  #SliderAndSearch .keyvisual-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  #SliderAndSearch .search-form {
    width: auto;
    height: auto;
    padding: 0 10px;
    margin-top: 10px;
    float: none;
    background-color: transparent;
    border: none;
  }
  
  #SliderAndSearch .maintenance {
    width: auto;
    height: auto;
	padding: 0 10px;
	margin-top: 10px;
    float: none;
  }
  
  #SliderAndSearch .search-form form {
    background-color: #d3f3ff;
    border: 2px solid #a5ddf7;
    padding: 20px 10px;
  }
  #SliderAndSearch .search-form form .fields-asset .select-fields label {
    font-size: 16px;
  }
  #SliderAndSearch .search-form form button {
    width: 300px;
  }
  /* -----
   * NewsAndBanner
  ----------------------------------------------------------------------------- */
  #NewsAndBanner {
    margin-top: 50px;
    padding: 0;
    background-color: transparent;
  }
  #NewsAndBanner .inner {
    width: auto;
  }
  #NewsAndBanner .news {
    width: auto;
    float: none;
  }
  #NewsAndBanner .news .items {
    padding: 0 0 30px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  #NewsAndBanner .news .items .item .tab {
    display: none !important;
  }
  #NewsAndBanner .news .items .item .content {
    padding: 0 20px;
    box-shadow: none;
  }
  #NewsAndBanner .news .items .item .content ul {
    display: block;
  }
  #NewsAndBanner .news .items .item .content ul li {
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
  }
  #NewsAndBanner .news .items .item .content ul li .head {
    display: block;
    width: auto;
    padding: 0;
    border-bottom: none;
  }
  #NewsAndBanner .news .items .item .content ul li .head .date {
    margin-right: 1em;
    font-size: 12px;
  }
  #NewsAndBanner .news .items .item .content ul li .head .category {
    font-size: 12px;
  }
  #NewsAndBanner .news .items .item .content ul li .title {
    display: block;
    padding: 0;
    margin-top: 0.5em;
    border-bottom: none;
  }
  #NewsAndBanner .news .items .item .content ul li:nth-child(4), #NewsAndBanner .news .items .item .content ul li:nth-child(5) {
    display: none;
  }
  #NewsAndBanner .news .items .item.item-all {
    display: block !important;
  }
  #NewsAndBanner .news .items .item.item-news {
    display: none !important;
  }
  #NewsAndBanner .news .items .item.item-event {
    display: none !important;
  }
  #NewsAndBanner .news .items .more {
    position: static;
    margin-top: 30px;
  }
  #NewsAndBanner .news .items .more a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #NewsAndBanner .banners {
    margin-top: 50px;
    padding: 0 20px;
    text-align: center;
    width: auto;
    float: none;
  }
  #NewsAndBanner .banners li img {
    max-width: 271px;
  }
  /* -----
   * BannerLink
  ----------------------------------------------------------------------------- */
  #BannerLink {
    display: none;
  }
}

/* -----
  * keyvisual-slider floating
----------------------------------------------------------------------------- */
.Wrapper {
  position: relative;
}
.floating-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
  background-color: #fff;
  border: 3px #fff solid;
  box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
}
.floating-banner .keyvisual-slider {
  width: 465px;
  position: relative;
  overflow: hidden;
  float: left;
}

.floating-banner .keyvisual-slider .slider-item {
  width: 100%;
  float: left;
  outline: 0px none #000;
}

.floating-banner .keyvisual-slider .slick-arrow,
.floating-banner .keyvisual-slider .slick-dots {
  display: none !important;
}

.floating-banner-close-button {
  position: absolute;
  top: 0;
	right: 0;
	z-index: 5;
	width: 40px;
	height: 40px;
  background-color: #000;
	cursor: pointer;
  border: none;
}
.floating-banner-close-button-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.floating-banner-close-button-bar {
	position: relative;
	display: flex;
	align-items: center;
	width: 20px;
	height: 20px;
}
.floating-banner-close-button-bar {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	margin: auto;
	margin-top: -1px;
	background-color: #fff;
	transition: 0.3s;
	transition-property: opacity, transform;
}

.floating-banner-close-button-bar:nth-child(1) {
	transform: translate(0) rotate(-45deg);
}

.floating-banner-close-button-bar:nth-child(2) {
	transform: translate(0) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .floating-banner {
    width: 60%;
  }
  .floating-banner .keyvisual-slider {
    width: 100%;
    height: auto;
  }

  .floating-banner-close-button {
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
  }
  .floating-banner-close-button-bars {
    width: 15px;
		height: 15px;
  }
}