@charset "UTF-8";
/**
 * おでかけナビ 駅から探す　レスポンシブ用
 *
 */
.midokoro-wrap {
  background: #ffe8f0 url(/navi/spot/area/css/img/bg_midokoro.png) no-repeat left top;
  background-size: 100%;
  border-radius: 6px;
  margin-top: 30px;
  padding: 40px 0 10px;
  text-align: center; }

.midokoro-txt {
  margin-bottom: 30px; }

.midokoro-ttl {
  margin-bottom: 50px; }

.ensen-list {
  margin-bottom: 30px;
  padding: 0 40px; }
  .ensen-list li {
    border-bottom: 2px solid #eb4f4f;
    margin-top: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    width: 130px; }
    .ensen-list li:nth-child(4), .ensen-list li:nth-child(8) {
      margin-right: 0; }
    .ensen-list li a {
      color: #333;
      text-decoration: none;
      font-size: 107.69231%; }
      .ensen-list li a:hover {
        color: #df3e3e; }
      .ensen-list li a span {
        position: relative; }
        .ensen-list li a span:before {
          content: '';
          border-top: 1px solid #eb4f4f;
          border-right: 1px solid #eb4f4f;
          height: 6px;
          width: 6px;
          margin: auto;
          position: absolute;
          top: 35px;
          bottom: 0;
          right: 45%;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.ensen-wrap {
  background: url(img/bg_line.png) repeat-y center top;
  margin-bottom: 50px; }

.ensen-ttl {
  padding-bottom: 20px; }

.station-wrap.last {
  background: url(img/bg_line_last.png) repeat-y center top; }

.station {
  margin: 20px auto;
  width: 500px;
  font-size: 138.46154%; }
  .station a {
    background-color: #fff;
    border: 3px solid #eb4f4f;
    border-radius: 100px;
    color: #333;
    display: block;
    font-weight: bold !important;
    padding: 8px 10px 7px;
    text-decoration: none; }
    .station a:hover {
      background-color: #ffe6e6;
      color: #df3e3e;
      -webkit-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s; }

.station.first {
  margin-top: 0; }

.station-inner {
  display: block; }

.spot {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  width: 200px;
  position: relative; }
  .spot:before {
    content: "";
    border: 6px solid transparent;
    border-bottom: 10px solid #fff;
    margin-left: -6px;
    position: absolute;
    top: -16px;
    left: 50%; }
  .spot a {
    color: #333;
    display: block;
    padding: 20px;
    text-decoration: none;
    font-size: 107.69231%; }
    .spot a:before {
      content: "";
      border: 6px solid transparent;
      border-bottom: 10px solid #fff;
      margin-left: -6px;
      position: absolute;
      top: -16px;
      left: 50%; }
    .spot a:hover {
      background-color: #ffe6e6;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
      -webkit-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s; }
      .spot a:hover:before {
        border-bottom: 10px solid #ffe6e6;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s; }
    .spot a .spot-ttl span {
      display: block;
      padding: 0 5px;
      position: relative; }
      .spot a .spot-ttl span:before {
        content: '';
        border-top: 1px solid #eb4f4f;
        border-right: 1px solid #eb4f4f;
        height: 6px;
        width: 6px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .spot a .spot-img {
      margin-top: 10px; }
  .spot .spot-ttl.change {
    padding: 20px 0; }

.station-btn a {
  background: url(img/btn_hidden_open.png) no-repeat left top;
  background-size: 100%;
  color: #333;
  display: block;
  margin: 0 auto;
  height: 80px;
  width: 80px;
  text-decoration: none;
  font-size: 107.69231%; }
  .station-btn a:hover {
    background: url(img/btn_hidden_open_on.png) no-repeat left top;
    background-size: 100%;
    color: #df3e3e; }
  .station-btn a span {
    display: block;
    padding-top: 38%; }

.station-btn .close {
  background: url(img/btn_hidden_close.png) no-repeat left top;
  background-size: 100%; }
  .station-btn .close:hover {
    background: url(img/btn_hidden_close_on.png) no-repeat left top;
    background-size: 100%; }

.hidden-list {
  display: none;
  margin-top: 20px; }
  .hidden-list li {
    margin-bottom: 10px;
    font-size: 107.69231%; }
    .hidden-list li:last-child {
      margin-bottom: 0; }
    .hidden-list li a {
      color: #333;
      display: block;
      background-color: #fff;
      border-radius: 100px;
      margin: 0 auto;
      padding: 5px;
      text-decoration: none;
      width: 130px; }
      .hidden-list li a:hover {
        color: #df3e3e;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s; }
  .hidden-list .sanjo-keihan {
    color: #333;
    display: block;
    background-color: #fff;
    border-radius: 100px;
    margin: 0 auto;
    padding: 5px;
    text-decoration: none;
    width: 130px; }

.spot.fl {
  margin-left: 40px !important; }

.spot.fr {
  margin-right: 40px !important; }

.spot-none {
  margin-bottom: 20px !important; }

@media screen and (max-width: 767px) {
  .midokoro-wrap {
    background-size: 100%;
    margin-top: 30px;
    padding: 30px 10px; }
  .midokoro-txt {
    margin: 0 auto 20px;
    width: 85%; }
  .midokoro-ttl {
    margin: 0 auto 20px;
    width: 85%; }
  .ensen-list {
    margin: 0 auto 30px;
    padding: 0 10px; }
    .ensen-list li {
      border-bottom: 1px solid #eb4f4f;
      margin-top: 10px;
      margin-right: 5%;
      padding-bottom: 13px;
      width: 30%; }
      .ensen-list li:nth-child(3), .ensen-list li:nth-child(6) {
        margin-right: 0; }
      .ensen-list li:nth-child(4), .ensen-list li:nth-child(8) {
        margin-right: 5%; }
      .ensen-list li a {
        font-size: 84.61538%; }
        .ensen-list li a span:before {
          top: 25px; }
  .ensen-wrap {
    background-size: 7px;
    margin-bottom: 50px; }
  .station {
    width: 100%;
    font-size: 123.07692%; }
    .station a {
      padding: 6px 10px 5px; }
  .spot {
    margin-bottom: 20px;
    width: 45%;
    font-size: 92.30769%; }
    .spot a {
      height: 100%;
      padding: 10px; }
      .spot a .spot-ttl span {
        padding: 0 10%; }
      .spot a .spot-img img {
        width: 100%; }
  .spot.fl {
    margin-left: 0 !important; }
  .spot.fr {
    margin-right: 0 !important; } }

@media screen and (max-width: 767px) {
  /* 路線図
  −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
  dl#rosenmap {
    width: auto;
    height: auto;
    background-size: 100% auto;
    padding-top: 53.69230769230769%;
    padding-bottom: 20px;
    position: relative; }
    dl#rosenmap:before {
      content: "";
      width: 100vw;
      height: 1px;
      position: absolute;
      left: -20px;
      bottom: 0;
      background: #eee;
      display: block; }
    dl#rosenmap:after {
      content: "";
      width: 25px;
      height: 25px;
      display: block;
      position: absolute;
      right: -10px;
      bottom: 10px;
      background: url(img/icon_scale.svg) no-repeat center center #F7F7F7;
      background-size: 12px 12px;
      border: 1px solid #EEE; }
    dl#rosenmap dt, dl#rosenmap dd {
      display: none; }
  /* 各駅
  −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
  div#stationnameWrap ul#stationList li.kana {
    padding-left: 3em; }
    div#stationnameWrap ul#stationList li.kana span {
      padding-left: 0; }
  div#stationnameWrap p.txt {
    text-align: left;
    text-indent: -1.5em;
    padding-left: 1.5em; }
  /* 各駅詳細
  −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
  div#detailWrap div#ekiTtl {
    width: inherit; }
    div#detailWrap div#ekiTtl #ekiBtn {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      div#detailWrap div#ekiTtl #ekiBtn a {
        display: block;
        padding: 3px 10px;
        border: 1px solid #e4e4e4;
        background: #FFF;
        border-radius: 5px; }
  div#detailWrap div#introWrap.stationIntro div.fr, div#detailWrap div#introWrap.stationIntro div.fl {
    width: auto;
    margin-right: 0; } }
