@charset "UTF-8";
body {
  color: #595959;
  background: #efefef;
}
body::after {
  position: absolute;
  content: "";
  z-index: -2;
  background: #fff;
  width: 30vw;
  height: 2200px;
  top: 0;
  right: 0;
}
@media all and (max-width: 1367px) {
  body::after {
    height: 2000px;
  }
}
@media all and (max-width: 480px) {
  body::after {
    width: 20vw;
  }
}

.ttl_access {
  font-size: 28px;
  font-size: 2.8em;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .ttl_access {
    font-size: 20px;
    font-size: 2em;
  }
}

hr {
  width: 100px;
  margin: 150px auto;
  border-top: 1px solid #1b1414;
  height: 1px;
}
@media all and (max-width: 1367px) {
  hr {
    width: 60px;
    margin: 80px auto;
  }
}

.access_wrapper {
  background: #efefef;
  padding-bottom: 180px;
}
@media all and (max-width: 896px) {
  .access_wrapper {
    padding-bottom: 80px;
  }
}

.area_map .sec_map {
  position: relative;
  height: calc(100vh - 300px);
}
@media all and (max-width: 896px) {
  .area_map .sec_map {
    height: 500px;
  }
}
@media all and (max-width: 480px) {
  .area_map .sec_map {
    height: 250px;
  }
}
.area_map .sec_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.area_map .address {
  background: #e4e4e4;
}
.area_map .address .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media all and (max-width: 896px) {
  .area_map .address .inner {
    padding: 40px 0;
    display: block;
  }
}
@media all and (max-width: 896px) {
  .area_map .address .inner > div {
    text-align: center;
  }
}
.area_map .address .inner > div p:not(.tel) {
  font-size: 16px;
  font-size: 1.6em;
}
.area_map .address .inner > div .tel a {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8em;
  padding-left: 1.5em;
}
.area_map .address .inner > div .tel a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  color: #5d6a80;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.area_map .address .inner > ul {
  display: flex;
}
@media all and (max-width: 1025px) {
  .area_map .address .inner > ul {
    justify-content: center;
  }
}
@media all and (max-width: 896px) {
  .area_map .address .inner > ul {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
.area_map .address .inner > ul li a {
  width: 250px;
}
.area_map .address .inner > ul li:nth-child(1) a {
  position: relative;
  border: 1px solid #bbb;
  padding: 12px 40px 12px 25px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6em;
}
.area_map .address .inner > ul li:nth-child(1) a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  transition: 0.5s;
  font-size: 6px;
  font-size: 0.6em;
}
.area_map .address .inner > ul li:nth-child(1) a {
  background: #fff;
}
.area_map .address .inner > ul li:nth-child(2) a {
  position: relative;
  border: 1px solid #bbb;
  padding: 12px 40px 12px 25px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6em;
}
.area_map .address .inner > ul li:nth-child(2) a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  transition: 0.5s;
  font-size: 6px;
  font-size: 0.6em;
}
.area_map .address .inner > ul li:nth-child(2) a {
  background: #5d6a80;
  border-color: #5d6a80;
  color: #fff;
}
.area_map .anchorArea {
  margin: 30px 20px 60px;
}
.area_map .anchorArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .area_map .anchorArea ul {
    display: block;
  }
}
.area_map .anchorArea ul li {
  padding-right: 30px;
  margin-right: 30px;
}
@media all and (max-width: 896px) {
  .area_map .anchorArea ul li {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #bbb;
    padding-bottom: 2px;
  }
}
.area_map .anchorArea ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.8em;
}
@media all and (max-width: 896px) {
  .area_map .anchorArea ul li a {
    font-size: 16px;
    font-size: 1.6em;
  }
}
.area_map .anchorArea ul li a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  right: -20px;
  transition: 0.5s;
  font-size: 6px;
  font-size: 0.6em;
}
.area_map .anchorArea ul li a:hover::after {
  top: 50%;
}
.area_map .anchorArea ul li:last-child {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .area_map .anchorArea ul li:last-child {
    margin-bottom: 0;
  }
}
.area_map .block_access {
  display: flex;
  flex-wrap: wrap;
}
.area_map .block_access > li {
  box-sizing: border-box;
  padding: 140px 60px 100px;
  width: 50%;
}
@media all and (max-width: 896px) {
  .area_map .block_access > li {
    width: 100%;
    padding: 60px 40px 80px;
  }
}
@media all and (max-width: 480px) {
  .area_map .block_access > li {
    padding: 40px 30px 50px;
  }
}
.area_map .block_access > li:first-of-type {
  background: #E0DDD8;
}
.area_map .block_access > li:last-of-type {
  background: #fff;
}
.area_map .box_access {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_map .box_access {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.area_map .box_access::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #1B1414;
  position: absolute;
  top: 0;
  left: 0;
}
> .area_map .box_access:first-child {
  margin-top: 0;
}
.area_map .list_access > li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6em;
}
@media all and (max-width: 896px) {
  .area_map .list_access > li {
    font-size: 14px;
    font-size: 1.4em;
  }
}
.area_map .list_access > li::before {
  content: "・";
}
.area_map .notice {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5em;
}
@media all and (max-width: 896px) {
  .area_map .notice {
    font-size: 14px;
    font-size: 1.4em;
  }
}
.area_map .carDetail {
  margin-top: 20px;
  padding: 15px;
  background: #ffffff66;
  font-size: 15px;
  font-size: 1.5em;
}
@media all and (max-width: 896px) {
  .area_map .carDetail {
    font-size: 14px;
    font-size: 1.4em;
  }
}

.area_bus {
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 896px) {
  .area_bus {
    padding-top: 50px;
  }
}
.area_bus::before {
  content: "";
  display: block;
  width: 50vw;
  height: 480px;
  background: #5d6a80;
  position: absolute;
  top: 0;
  left: calc(50vw - 50%);
  z-index: -2;
}
@media all and (max-width: 480px) {
  .area_bus::before {
    width: 70vw;
  }
}
@media all and (max-width: 320px) {
  .area_bus::before {
    width: 85vw;
  }
}
.area_bus .ttl_access {
  color: #fff;
}
.area_bus .sec_bus {
  box-sizing: border-box;
  padding: 80px;
  background: #fff;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus {
    padding: 30px;
  }
}
@media all and (max-width: 480px) {
  .area_bus .sec_bus {
    padding: 20px;
  }
}
.area_bus .sec_bus .busDetail p:not(.link) {
  font-size: 16px;
  font-size: 1.6em;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus .busDetail p:not(.link) {
    font-size: 15px;
    font-size: 1.5em;
  }
}
.area_bus .sec_bus .busDetail p.link {
  margin-top: 20px;
}
.area_bus .sec_bus .busDetail p.link a {
  position: relative;
  border: 1px solid #bbb;
  padding: 12px 40px 12px 25px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6em;
}
.area_bus .sec_bus .busDetail p.link a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  transition: 0.5s;
  font-size: 6px;
  font-size: 0.6em;
}
.area_bus .sec_bus ul.timetable {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus ul.timetable {
    display: block;
  }
}
.area_bus .sec_bus ul.timetable li {
  width: 48%;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus ul.timetable li {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus ul.timetable li:nth-child(2) {
    margin-top: 30px;
  }
}
.area_bus .sec_bus ul.timetable li table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus ul.timetable li table {
    margin-top: 10px;
  }
}
.area_bus .sec_bus ul.timetable li table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-size: 1.6em;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus ul.timetable li table td {
    min-width: 90px;
    padding: 10px;
    font-size: 15px;
    font-size: 1.5em;
  }
}
.area_bus .sec_bus ul.timetable li table td .notice {
  padding-left: 0;
  text-indent: 0;
}
.area_bus .sec_bus ul.timetable li table td .notice li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 180%;
}
.area_bus .sec_bus ul.timetable li table td .notice li:not(:last-child) {
  margin-bottom: 5px;
}
.area_bus .sec_bus ul.timetable li .caution {
  font-size: 14px;
  font-size: 1.4em;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus ul.timetable li .caution {
    font-size: 13px;
    font-size: 1.3em;
  }
}
.area_bus .sec_bus ul.busStop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus ul.busStop {
    display: block;
  }
}
.area_bus .sec_bus ul.busStop li.image {
  position: relative;
  width: 42%;
  background: #f7f7f7;
  height: 340px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus ul.busStop li.image {
    width: 100%;
    margin-top: 0;
    height: 300px;
  }
}
.area_bus .sec_bus ul.busStop li.image img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.area_bus .sec_bus ul.busStop li.text {
  position: relative;
  width: 53%;
  text-align: left;
  font-size: 16px;
  font-size: 1.6em;
}
@media all and (max-width: 896px) {
  .area_bus .sec_bus ul.busStop li.text {
    font-size: 15px;
    font-size: 1.5em;
    width: 100%;
    margin-top: 30px;
  }
}
.area_bus .sec_bus h4 {
  position: relative;
  font-size: 18px;
  font-size: 1.8em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-weight: 400;
}
.area_bus .sec_bus h4::before {
  position: absolute;
  content: "▼";
  color: #5d6a80;
  text-indent: -1.3em;
}
