@charset "UTF-8";
/* #############################################################

[ 駅の写真館 ] 固有スタイルを定義

############################################################# */
/** -------------------------------- **
	共通スタイルの上書き
*** ----------------------------------------------------------------- ***/
#breadcrumb .bread > li {
  color: #fff;
}
@media screen and (max-width: 750px) {
  #breadcrumb .bread > li {
    color: #333;
  }
}

/** -------------------------------- **
	Common Style
*** ----------------------------------------------------------------- ***/
/* Wrapper
--------------------------------------------- */
.bg-contents {
  overflow: hidden;
  padding-bottom: 150px;
  background: url("../img/bg_contents_pattern.png") #484848;
}
@media screen and (max-width: 750px) {
  .bg-contents {
    padding-bottom: 83px;
  }
  .bg-contents .sp_b {
    display: none;
  }
}

/* Page Title
--------------------------------------------- */
.main-title-area {
  position: relative;
  width: 100%;
  height: 190px;
  margin-bottom: 57px;
  background: url("../img/bg_title_pattern.png") #000;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main-title-area {
    height: 93px;
    margin-bottom: 43px;
  }
}
.main-title-area::before, .main-title-area::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
}
.main-title-area::before {
  width: 248px;
  height: 74px;
  background-image: url("../img/bg_01_title.svg");
  left: -35px;
  bottom: -4px;
}
@media screen and (max-width: 750px) {
  .main-title-area::before {
    width: 124px;
    height: 37px;
    left: -36px;
  }
}
.main-title-area::after {
  width: 345px;
  height: 50px;
  background-image: url("../img/bg_02_title.svg");
  right: -40px;
  bottom: -3px;
}
@media screen and (max-width: 750px) {
  .main-title-area::after {
    width: 173px;
    height: 25px;
    right: -80px;
  }
}

.main-title-txt {
  font-size: 4.0rem;
  letter-spacing: calc((100 / 1000)*1em);
  line-height: 0.7;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -38%);
}
@media screen and (max-width: 750px) {
  .main-title-txt {
    font-size: 2.8rem;
    line-height: 0.7;
    transform: translate(-50%, -50%);
  }
}

.main-title-en {
  font-size: 1.8rem;
  letter-spacing: calc((25 / 1000)*1em);
  color: #bbbbbb;
}
@media screen and (max-width: 750px) {
  .main-title-en {
    font-size: 1.3rem;
  }
}

/* Contents Title
--------------------------------------------- */
.contents-title {
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contents-title {
    font-size: 2.5rem;
  }
}

/* Main Menu
--------------------------------------------- */
.nav-lists {
  display: flex;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .nav-lists {
    padding: 0 16px;
  }
}
@media screen and (max-width: 750px) {
  .nav-lists {
    max-width: 750px;
  }
}

.nav-item {
  flex: 0 0 50%;
}

.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 17px 0 10px;
  border-bottom: 6px solid #000;
  transition: color .3s, border-color .3s;
}
@media screen and (max-width: 750px) {
  .nav-link {
    font-size: 1.7rem;
    padding: 15px 0 8px;
  }
}
.nav-link:visited, .nav-link:link {
  color: #cccccc;
}
.nav-link:hover {
  color: #008803;
}
.nav-link.is-active {
  color: #fff;
  border-color: #fff;
}
.nav-link.is-active:hover {
  color: #008803;
}

/* 権利関係の記述
--------------------------------------------- */
.common-rights-wrap {
  max-width: 950px;
  margin: 0 auto;
  padding: 22px 26px 20px;
  background-color: #ddd;
}
@media screen and (max-width: 780px) {
  .common-rights-wrap {
    margin: 0 16px;
  }
}
@media screen and (max-width: 750px) {
  .common-rights-wrap {
    max-width: 750px;
    padding: 30px 26px;
  }
}

.common-rights-txt {
  font-size: 1.4rem;
  line-height: 2.1429;
  font-weight: bold;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .common-rights-txt {
    font-size: 1.3rem;
    line-height: 1.6538;
  }
}

/** -------------------------------- **
	Top Page
*** ----------------------------------------------------------------- ***/
/* Slide
--------------------------------------------- */
.top-slide-wrap {
  position: relative;
  margin: 48px auto 75px;
  max-width: 780px;
}
@media screen and (max-width: 750px) {
  .top-slide-wrap {
    margin: 30px auto;
  }
}
.top-slide-wrap .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
  text-align: center;
  color: #fff;
}
.top-slide-wrap .top-slide-control {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 9px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .top-slide-wrap .top-slide-control {
    bottom: 12px;
  }
}
.top-slide-wrap .swiper-pagination {
  position: static;
}
.top-slide-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .top-slide-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
.top-slide-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1d8803;
}
.top-slide-wrap .swiper-button-prev,
.top-slide-wrap .swiper-button-next {
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .top-slide-wrap .swiper-button-prev,
  .top-slide-wrap .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}
.top-slide-wrap .swiper-button-prev {
  margin-right: 10px;
  background: url("/material/img/top/ico_slide_prev.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .top-slide-wrap .swiper-button-prev {
    margin-right: 8px;
  }
}
.top-slide-wrap .swiper-button-next {
  margin-left: 10px;
  background: url("/material/img/top/ico_slide_next.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .top-slide-wrap .swiper-button-next {
    margin-left: 8px;
  }
}

/* 更新情報
--------------------------------------------- */
.top-news-wrap {
  margin: 0 auto 80px;
  max-width: 950px;
}
@media screen and (max-width: 780px) {
  .top-news-wrap {
    padding: 0 16px;
  }
}
@media screen and (max-width: 750px) {
  .top-news-wrap {
    margin: 0 auto 50px;
    max-width: 750px;
  }
}

.top-news-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .top-news-title {
    margin-bottom: 28px;
  }
}

.top-news-item {
  padding: 14px 18px;
  background-color: #fff;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 750px) {
  .top-news-item {
    padding: 22px 16px 18px;
  }
}
.top-news-item:first-child {
  border-top: 1px solid #888;
}

.top-news-date {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .top-news-date {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}

.top-news-article {
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .top-news-article {
    font-size: 1.3rem;
  }
}

/** -------------------------------- **
	SEARCH Page
*** ----------------------------------------------------------------- ***/
/* Title
--------------------------------------------- */
.search-title {
  margin-top: 56px;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .search-title {
    display: none;
  }
}

.search-namelist-title {
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  padding-top: 65px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .search-namelist-title {
    font-size: 1.8rem;
    padding-top: 58px;
    margin-bottom: 52px;
  }
}
.is-fix .search-namelist-title {
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  .is-fix .search-namelist-title {
    padding-top: 100px;
  }
}

/* Anker Nav
--------------------------------------------- */
.search-nav-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 8px;
  padding: 24px 0;
  max-width: 950px;
  background-color: #fff;
}
@media screen and (max-width: 780px) {
  .search-nav-lists {
    margin: 30px 16px 0;
  }
}
@media screen and (max-width: 750px) {
  .search-nav-lists {
    align-content: space-evenly;
    max-width: 750px;
    font-size: 1.8rem;
    margin: 30px 16px 0;
    padding: 12px 6px;
  }
}
.is-fix .search-nav-lists {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  .is-fix .search-nav-lists {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .is-fix .search-nav-lists {
    max-width: 100%;
    margin: 0;
    padding: 12px 6px;
  }
}

.search-nav-item {
  width: 46px;
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 780px) {
  .search-nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .search-nav-item {
    flex: 0 0 20%;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.search-nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
}
.search-nav-link::before {
  display: block;
  margin-right: 6px;
  content: '';
  width: 12px;
  height: 8px;
  background: url("../img/icon_arr.svg") no-repeat;
}
@media screen and (max-width: 750px) {
  .search-nav-link::before {
    margin-right: 4px;
  }
}

/* Table
--------------------------------------------- */
.js-search-results {
  color: #fff;
  text-align: center;
}

.search-namelist-wrap:nth-last-of-type(1) {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .search-namelist-wrap:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}

.search-table {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .search-table {
    padding: 0 16px;
  }
}
@media screen and (max-width: 750px) {
  .search-table {
    max-width: 750px;
  }
}

.search-table-thead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .search-table-thead {
    margin-bottom: 4px;
  }
}

.search-table-thcell {
  flex: 0 0 24.5%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #222;
}
@media screen and (max-width: 750px) {
  .search-table-thcell {
    font-size: 1.4rem;
    flex: 0 0 48.8%;
    width: 100%;
    height: 30px;
    margin-bottom: 7px;
  }
}

.search-table-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 750px) {
  .search-table-list {
    padding: 13px 16px 13px;
    align-content: space-evenly;
  }
}

.search-table-stname,
.search-table-kana,
.search-table-romaji,
.search-table-route {
  flex: 0 0 24.5%;
  padding: 5px 12px 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .search-table-stname,
  .search-table-kana,
  .search-table-romaji,
  .search-table-route {
    font-size: 1.3rem;
    flex: 0 0 48.8%;
    padding: 0;
  }
}

.ie .search-table-stname,
.ie .search-table-kana,
.ie .search-table-romaji,
.ie .search-table-route {
  flex: 0 0 22%;
}
@media screen and (max-width: 750px) {
  .ie .search-table-stname,
  .ie .search-table-kana,
  .ie .search-table-romaji,
  .ie .search-table-route {
    flex: 0 0 48.8%;
  }
}

@media screen and (max-width: 750px) {
  .search-table-stname,
  .search-table-kana {
    margin-bottom: 8px;
  }
}
.search-table-kana,
.search-table-romaji,
.search-table-route {
  color: #333;
  text-decoration: none;
}

.search-table-stname {
  font-weight: bold;
}

.search-table-link:hover {
  text-decoration: none;
}
.search-table-link:hover .search-table-stname {
  text-decoration: underline;
}

/** -------------------------------- **
	STATION Page
*** ----------------------------------------------------------------- ***/
/* Wrap
--------------------------------------------- */
.station-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 80px auto 74px;
}
@media screen and (max-width: 780px) {
  .station-wrap {
    padding: 0 16px;
  }
}
@media screen and (max-width: 750px) {
  .station-wrap {
    display: block;
    max-width: 750px;
    padding: 0;
    margin: 32px auto 56px;
  }
}

/* Station Info
--------------------------------------------- */
.station-info-wrap {
  flex: 0 0 30.6%;
  background-color: #333;
  position: relative;
}
@media screen and (max-width: 750px) {
  .station-info-wrap {
    margin: 0 16px 39px;
  }
}

.station-info-title {
  padding: 35px 0 32px;
  margin-bottom: 16px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .station-info-title {
    padding: 42px 0 30px;
    margin-bottom: 24px;
  }
}

.station-info-name {
  font-size: 3.0rem;
  text-align: center;
  line-height: .85;
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .station-info-name {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}

.station-info-rubi {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .station-info-rubi {
    font-size: 1.3rem;
  }
}

.station-info-en {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding: 4px;
  color: #fff;
  background-color: #008803;
}
@media screen and (max-width: 750px) {
  .station-info-en {
    font-size: 1.3rem;
  }
}

.station-info-list {
  display: flex;
  margin: 0 13px;
  padding: 15px 20px 14px;
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 780px) {
  .station-info-list {
    padding: 12px 10px 13px;
  }
}
@media screen and (max-width: 750px) {
  .station-info-list {
    margin: 0 20px;
    font-size: 1.3rem;
    padding: 12px 20px 13px;
  }
}

.station-info-label {
  flex: 0 0 20%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .station-info-label {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 750px) {
  .station-info-label {
    flex: 0 0 16%;
  }
}

.station-info-txt {
  flex: 0 0 66%;
  margin-left: auto;
}
@media screen and (max-width: 780px) {
  .station-info-txt {
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 750px) {
  .station-info-txt {
    flex: 0 0 72%;
  }
}

.station-info-link {
  padding: 0 13px;
  width: 100%;
  position: absolute;
  bottom: 14px;
}
@media screen and (max-width: 750px) {
  .station-info-link {
    position: static;
    padding: 40px 13px 25px;
  }
}

.station-info-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 53px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #888;
  border-radius: 4px;
  opacity: 1;
  transition: opacity .3s;
}
@media screen and (max-width: 750px) {
  .station-info-btn {
    height: 51px;
    font-size: 1.3rem;
  }
}
.station-info-btn:link, .station-info-btn:visited {
  color: #fff;
}
.station-info-btn:hover {
  opacity: .7;
  text-decoration: none;
}

/* Station Slide (photo)
--------------------------------------------- */
.station-photo-wrap {
  flex: 0 0 65.3%;
  font-size: 1.4rem;
  color: #fff;
  align-self: flex-start;
}
@media screen and (max-width: 750px) {
  .station-photo-wrap {
    font-size: 1.3rem;
  }
}
.station-photo-wrap .station-photo-slide-wrap {
  width: 620px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 950px) {
  .station-photo-wrap .station-photo-slide-wrap {
    width: 501px;
  }
}
@media screen and (max-width: 750px) {
  .station-photo-wrap .station-photo-slide-wrap {
    width: auto;
    max-width: 100%;
    margin-bottom: 28px;
  }
}
.station-photo-wrap .station-photo-img-wrap {
  padding-top: 63.387%;
  position: relative;
}
.station-photo-wrap .station-photo-img-wrap img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.station-photo-wrap .station-photo-caption {
  margin-top: 14px;
  line-height: 2.1429;
}
@media screen and (max-width: 750px) {
  .station-photo-wrap .station-photo-caption {
    padding: 0 16px;
    margin-top: 20px;
    line-height: 1.7692;
  }
}
.station-photo-wrap .station-thumbnail-slide-wrap {
  width: 620px;
  height: 100%;
  white-space: normal !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.station-photo-wrap .station-thumbnail-slide-wrap:active {
  cursor: grabbing;
}
.station-photo-wrap .station-thumbnail-slide-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.station-photo-wrap .station-thumbnail-slide-wrap::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}
.station-photo-wrap .station-thumbnail-slide-wrap::-webkit-scrollbar-track {
  background: none;
  border-radius: 5px;
}
.station-photo-wrap .station-thumbnail-slide-wrap::-webkit-scrollbar-corner {
  display: none;
}
@media print, screen and (max-width: 950px) {
  .station-photo-wrap .station-thumbnail-slide-wrap {
    width: 501px;
  }
}
@media screen and (max-width: 750px) {
  .station-photo-wrap .station-thumbnail-slide-wrap {
    width: 100%;
    margin: 0 16px;
  }
}
.station-photo-wrap .station-thumbnail-slide {
  display: flex !important;
}
.station-photo-wrap .station-thumbnail-item {
  width: calc(25% - 4px);
  margin: 0 2px;
}
@media screen and (max-width: 750px) {
  .station-photo-wrap .station-thumbnail-item {
    width: 22.5%;
  }
}
@media screen and (orientation: landscape) and (max-width: 750px) {
  .station-photo-wrap .station-thumbnail-item {
    width: 23.5%;
  }
}
.station-photo-wrap .station-thumbnail-item.swiper-slide-thumb-active .station-thumbnail-img-wrap {
  border-color: #008803;
}
.station-photo-wrap .station-thumbnail-img-wrap {
  width: 100%;
  padding-top: 63.387%;
  background-color: #333;
  border: 3px solid #484848;
  transition: border-color .3s;
  position: relative;
}
.station-photo-wrap .station-thumbnail-img-wrap img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.station-photo-wrap .station-thumbnail-caption {
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .station-photo-wrap .station-thumbnail-caption {
    margin-top: 2px;
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=style.css.map */
