@charset "UTF-8";
/* //////////////////////////////////////////////////

　にしかんマップページのスタイル

////////////////////////////////////////////////// */
/*
  にしかんマップ
-------------------------------------------------- */
#map {
  padding-top: 70px;
}
#map h3 {
  margin-bottom: 70px;
}
#map .gmap {
  position: relative;
  padding-top: 700px;
}
#map .gmap iframe, #map .gmap .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#map .categories {
  margin: 40px 0;
}
#map .categories li + li {
  margin-left: 50px;
}
#map .categories label {
  display: flex;
  justify-content: center;
  align-items: center;
}
#map .categories label input {
  display: none;
}
#map .categories label i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  position: relative;
  padding-right: 7px;
  padding-left: 27px;
}
#map .categories label i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 3px;
}
#map .categories label input:checked + i::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 9px;
  transform: rotate(45deg);
  border-bottom: 3px solid #f5a100;
  border-right: 3px solid #f5a100;
}
#map .bg {
  background: #FAFAFA;
  padding: 200px 20px 150px;
  text-align: center;
}
#map .bg .more {
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 1.1111em;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
  margin-top: 2em;
}
#map .bg .more.right {
  justify-content: flex-end;
}
#map .bg .more.center {
  justify-content: center;
}
#map .bg .more::after {
  margin-left: 0.6em;
  content: "";
  width: 72px;
  height: 7px;
  background: url("../img/common/arrow_more.png") no-repeat center;
  background-size: 100%;
}
#map .bg .more:hover {
  opacity: .5;
}
@media screen and (max-width: 560px) {
  #map .bg .more::after {
    width: 54px;
    height: 6px;
  }
}
@media screen and (max-width: 560px) {
  #map {
    padding-top: 40px;
  }
  #map h3 {
    margin-bottom: 30px;
  }
  #map .gmap {
    padding-top: 350px;
  }
  #map .category {
    margin: 30px 0;
  }
  #map .category li + li {
    margin-left: 20px;
  }
  #map .category label img {
    zoom: .75;
  }
  #map .category label i {
    margin: 0 5px;
  }
  #map .bg {
    padding: 60px 20px;
  }
}

/*
  アクセス
-------------------------------------------------- */
#access {
  margin-top: 60px;
  padding-top: 70px;
}
#access h3 {
  margin-bottom: 40px;
}
#access h4 {
  font-size: 1.33em;
  text-align: center;
}
@media screen and (max-width: 560px) {
  #access {
    margin-top: 0;
  }
  #access h3 {
    margin-bottom: 30px;
  }
}
#access .navi {
  margin: 120px 0 70px;
}
#access .navi li + li {
  position: relative;
  margin-left: 23px;
}
#access .navi li + li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 23px;
  background: url("../img/common/line.png") no-repeat center;
  background-size: 100%;
  content: "";
}
#access .navi a {
  display: block;
  padding: 0 40px;
  text-align: center;
  font-size: 1.1111em;
  text-decoration: none;
}
#access .navi a:hover {
  opacity: .7;
}
#access .navi a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #access .navi a {
    padding: 0 30px;
    font-size: 1em;
  }
  #access .navi a i {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 560px) {
  #access .navi {
    margin: 60px 0 40px;
  }
  #access .navi li + li {
    margin-left: 15px;
  }
  #access .navi li + li::before {
    left: -15px;
    width: 15px;
  }
  #access .navi a {
    padding: 0 20px;
  }
  #access .navi a i {
    width: 20px;
    height: 20px;
  }
}
#access .vehicle {
  margin-top: 70px;
}
#access .vehicle + .vehicle {
  margin-top: 80px;
}
#access .vehicle h5 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#access .vehicle h5 i {
  margin-right: 15px;
}
@media screen and (max-width: 560px) {
  #access .vehicle {
    margin-top: 30px;
  }
  #access .vehicle + .vehicle {
    margin-top: 40px;
  }
  #access .vehicle h5 {
    margin-bottom: 15px;
  }
  #access .vehicle h5 i {
    margin-right: 10px;
  }
}
#access .areas {
  overflow: visible;
  overflow-x: auto;
  overflow-y: visible !important;
}
#access .areas .scroll {
  position: relative;
  width: 1000px;
}
#access .areas .bg_span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
  line-height: 1.6;
  font-size: 0.8889em;
  text-align: center;
}
#access .areas .area {
  position: relative;
  margin-top: 35px;
}
#access .areas .area + .area {
  margin-top: 70px;
}
#access .areas .area h6 {
  position: absolute;
  top: -1.7em;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#access .areas .area h6 .time {
  border-radius: 50px;
  margin-left: 10px;
  padding: 4px 15px;
  color: #fff;
  font-size: 0.77em;
}
@media screen and (max-width: 560px) {
  #access .areas .scroll {
    width: 800px;
  }
  #access .areas .bg_span {
    width: 110px;
  }
  #access .areas .area {
    margin-top: 25px;
  }
  #access .areas .area + .area {
    margin-top: 50px;
  }
}
#access .root {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
#access .root > * {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
#access .root .bg {
  background: #E8E8E8;
  width: 150px;
  line-height: 1.6;
  font-size: 0.8889em;
}
#access .root .line {
  position: relative;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 0.67em;
}
#access .root .line::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  border-top-width: 1px;
}
#access .root .solid::before {
  border-top-style: solid;
}
#access .root .dot::before {
  border-top-style: dotted;
}
@media screen and (max-width: 560px) {
  #access .root > * {
    height: 60px;
  }
  #access .root .bg {
    width: 110px;
  }
}

#car {
  margin-bottom: 90px;
}
#car .time {
  background: #DD4E4E;
}
#car .line {
  color: #606060;
}
#car .solid::before {
  border-top-color: #DD4E4E;
}
@media screen and (max-width: 560px) {
  #car {
    margin-bottom: 50px;
  }
}

.from_niigata {
  background: #FAFAFA;
  margin-top: 40px;
  padding: 40px 30px 20px;
}
.from_niigata .tab {
  margin: 25px 0;
}
.from_niigata .tab li {
  margin-right: 15px;
  padding: 5px 15px;
  border: 1px solid #606060;
  font-size: 0.8889em;
  cursor: pointer;
}
.from_niigata .tab li.active {
  border-color: #E8E8E8;
  background: #E8E8E8;
}
.from_niigata table th, .from_niigata table td {
  vertical-align: top;
  line-height: 1.4;
}
.from_niigata table th {
  padding: 0 30px 20px 0;
  white-space: nowrap;
}
.from_niigata table th .time {
  border-radius: 50px;
  padding: 0 15px;
  color: #fff;
  font-size: 0.77em;
}
@media screen and (max-width: 560px) {
  .from_niigata {
    padding: 20px 15px 10px;
  }
  .from_niigata .tab {
    margin: 20px 0;
  }
  .from_niigata table th {
    padding: 0 20px 20px 0;
  }
}

#train .time {
  background: #3E6DA3;
}
#train .line {
  color: #3E6DA3;
}
#train .solid::before {
  border-top-color: #3E6DA3;
}

#airplane .time {
  background: #47AF87;
}
#airplane .line {
  width: 27%;
  color: #47AF87;
}
#airplane .solid::before {
  border-top-color: #47AF87;
}
#airplane .bus {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #606060;
  font-size: 1.167em;
}
#airplane .bus i {
  margin-right: 5px;
}

.shuttle_bus {
  margin: 60px 0 0;
}
.shuttle_bus h6 {
  margin-bottom: 1.2em;
}
.shuttle_bus a {
  display: block;
  margin-bottom: 15px;
}
.shuttle_bus table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 13px;
}
.shuttle_bus table th, .shuttle_bus table td {
  white-space: nowrap;
  line-height: 1.5;
}
.shuttle_bus .price th, .shuttle_bus .price td {
  font-size: 0.8889em;
  vertical-align: baseline;
}
.shuttle_bus .price th {
  background: #FAFAFA;
  padding: 3px 15px;
  color: #009FB0;
  text-align: center;
}
.shuttle_bus .price td {
  color: #606060;
}
.shuttle_bus .price td em {
  color: #009FB0;
}
.shuttle_bus .price td em.free {
  font-size: 1.6em;
}
.shuttle_bus .price td b {
  color: #009FB0;
  font-size: 1.6em;
}
.shuttle_bus .stop th {
  background: #009FB0;
  padding: 0 10px;
  color: #fff;
}
.shuttle_bus .stop td {
  font-size: 1.1111em;
}
.shuttle_bus .stop td em {
  color: #009FB0;
}
@media screen and (max-width: 560px) {
  .shuttle_bus {
    margin: 40px 0 0;
  }
  .shuttle_bus table {
    border-spacing: 8px;
  }
  .shuttle_bus .price th {
    padding: 3px 10px;
  }
  .shuttle_bus .stop td {
    font-size: 1em;
  }
}

#bus {
  margin-bottom: 150px;
}
#bus .time {
  background: #DB9D12;
}
#bus .line {
  color: #DB9D12;
}
#bus .solid::before {
  border-top-color: #DB9D12;
}
@media screen and (max-width: 560px) {
  #bus {
    margin-bottom: 100px;
  }
}

.sightseeing_bus {
  margin: 80px 0;
}
.sightseeing_bus h6 {
  margin-bottom: 1.2em;
}
.sightseeing_bus .note {
  margin-top: 10px;
  font-size: 0.8889em;
  color: #606060;
  line-height: 1.5;
  text-align: right;
}
.sightseeing_bus .note em {
  color: #009FB0;
}
@media screen and (max-width: 560px) {
  .sightseeing_bus {
    margin: 50px 0;
  }
  .sightseeing_bus .note {
    text-align: left;
  }
}

.taxi {
  background: #FAFAFA;
  padding: 40px 20px;
  text-align: center;
  color: #606060;
}
.taxi h6 {
  margin-bottom: .5em;
  font-size: 1.3333em;
}
.taxi .more {
  margin-top: 1em;
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 1.1111em;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  background: #fff;
  padding: 15px 40px;
  border-radius: 50px;
}
.taxi .more.right {
  justify-content: flex-end;
}
.taxi .more.center {
  justify-content: center;
}
.taxi .more::after {
  margin-left: 0.6em;
  content: "";
  width: 72px;
  height: 7px;
  background: url("../img/common/arrow_more.png") no-repeat center;
  background-size: 100%;
}
.taxi .more:hover {
  opacity: .5;
}
@media screen and (max-width: 560px) {
  .taxi .more::after {
    width: 54px;
    height: 6px;
  }
}

/*
  google map
-------------------------------------------------- */
.gm-ui-hover-effect {
  font-size: 30px !important;
}

.gm-style .gm-ui-hover-effect {
  background: url("../img/map/btn_close.png") no-repeat center !important;
  background-size: 20px !important;
  top: 5px !important;
  right: 5px !important;
}
.gm-style .gm-ui-hover-effect img {
  display: none !important;
}
.gm-style .gm-style-iw-c {
  padding: 15px;
  padding-top: 35px;
  border-radius: 2px;
  width: 300px;
  max-width: none !important;
  max-height: none !important;
}
.gm-style .gm-style-iw-d strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.gm-style .gm-style-iw-d img {
  max-width: 100%;
}
.gm-style .gm-style-iw-d a {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #000;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.gm-style .gm-style-iw-d a:hover {
  opacity: .8;
}
@media screen and (max-width: 560px) {
  .gm-style .gm-ui-hover-effect {
    background-size: 15px !important;
    top: 0px !important;
    right: 0px !important;
  }
  .gm-style .gm-style-iw-c {
    padding: 10px;
    padding-top: 25px;
    width: 200px;
  }
  .gm-style .gm-style-iw-c strong {
    font-size: 12px;
  }
  .gm-style .gm-style-iw-c a {
    height: 32px;
    font-size: 13px;
  }
}
