@charset "UTF-8";
/* media query */
nav.navStd ul li.access a {
  background-color: #fff;
  color: #964B6E;
}

.mapArea {
  background: url(../../../common/images/bg_gray.png);
}
.mapArea > div > iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 668px) {
  .mapArea > div > iframe {
    height: 400px;
  }
}
.mapArea > section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media all and (max-width: 1200px) {
  .mapArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mapArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .mapArea > section {
    display: block;
    padding-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .mapArea > section > div {
    text-align: center;
  }
}
.mapArea > section > div p.tel {
  margin-bottom: 20px;
}
.mapArea > section > div p.tel a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.mapArea > section > div p.tel a::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cpath%20id%3D%22icon_tel%22%20d%3D%22M14.572%2C10.606%2C11.291%2C9.2a.7.7%2C0%2C0%2C0-.82.2L9.017%2C11.177A10.859%2C10.859%2C0%2C0%2C1%2C3.826%2C5.986L5.6%2C4.533a.7.7%2C0%2C0%2C0%2C.2-.82L4.4.431A.708.708%2C0%2C0%2C0%2C3.592.024L.545.727A.7.7%2C0%2C0%2C0%2C0%2C1.412%2C13.592%2C13.592%2C0%2C0%2C0%2C13.594%2C15.006a.7.7%2C0%2C0%2C0%2C.686-.545l.7-3.047a.712.712%2C0%2C0%2C0-.41-.809Z%22%20transform%3D%22translate(0%20-0.006)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
.mapArea > section > div p.tel a {
  font-weight: 700;
  font-size: 1.1em;
}
.mapArea > section > div p.tel span {
  font-size: 0.9em;
}
.mapArea > section > div p.tel span.red {
  color: #CB4B4B;
}
.mapArea > section > ul {
  display: flex;
}
@media screen and (max-width: 960px) {
  .mapArea > section > ul {
    justify-content: center;
  }
}
@media screen and (max-width: 668px) {
  .mapArea > section > ul {
    display: block;
    text-align: center;
  }
}
.mapArea > section > ul li a {
  width: 230px;
}
.mapArea > section > ul li:nth-child(1) a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
}
.mapArea > section > ul li:nth-child(1) a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.mapArea > section > ul li:nth-child(1) a:hover {
  background-color: #964B6E;
  color: #fff;
  border: 1px solid #964B6E;
}
@media screen and (max-width: 960px) {
  .mapArea > section > ul li:nth-child(1) a {
    padding: 10px 35px 10px 15px;
  }
}
.mapArea > section > ul li:nth-child(1) a:hover::after {
  right: 15px;
}
.mapArea > section > ul li:nth-child(2) a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  padding: 15px 40px 15px 25px;
  border: 1px solid #222;
}
.mapArea > section > ul li:nth-child(2) a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.mapArea > section > ul li:nth-child(2) a:hover {
  background-color: #964B6E;
  color: #fff;
  border: 1px solid #964B6E;
}
@media screen and (max-width: 960px) {
  .mapArea > section > ul li:nth-child(2) a {
    padding: 10px 35px 10px 15px;
  }
}
.mapArea > section > ul li:nth-child(2) a:hover::after {
  right: 15px;
}

.rootArea h3.headline_normal.car {
  text-indent: 35px;
}
.rootArea h3.headline_normal.car::before {
  position: absolute;
  content: "";
  background-image: url("../../common/images/icon_car.svg");
  background-repeat: no-repeat;
  top: calc(50% - 10px);
  left: 0;
  width: 25px;
  height: 17px;
}
.rootArea h3.headline_normal.car.iconTop::before {
  top: 13px;
}
.rootArea h3.headline_normal.train {
  text-indent: 35px;
}
.rootArea h3.headline_normal.train::before {
  position: absolute;
  content: "";
  background-image: url("../../common/images/icon_train.svg");
  background-repeat: no-repeat;
  top: calc(50% - 14px);
  left: 3px;
  width: 20px;
  height: 23px;
}
.rootArea h3.headline_normal.ferry {
  text-indent: 35px;
}
.rootArea h3.headline_normal.ferry::before {
  position: absolute;
  content: "";
  background-image: url("../../common/images/icon_ferry.svg");
  background-repeat: no-repeat;
  top: calc(50% - 13px);
  left: 4px;
  width: 20px;
  height: 25px;
}
.rootArea h3.headline_normal.shuttlebus {
  text-indent: 35px;
}
.rootArea h3.headline_normal.shuttlebus::before {
  position: absolute;
  content: "";
  background-image: url("../../common/images/icon_shuttlebus.svg");
  background-repeat: no-repeat;
  top: calc(50% - 13px);
  left: 3px;
  width: 20px;
  height: 23px;
}
.rootArea h3.headline_normal span.notice {
  font-size: 0.6em;
  padding-left: 1em;
}
@media screen and (max-width: 668px) {
  .rootArea h3.headline_normal span.notice {
    display: block;
    font-size: 0.7em;
    padding-left: 3.5em;
    text-indent: -1em;
    line-height: 160%;
  }
}
.rootArea h3.headline_normal span.notice.red {
  color: #CB4B4B;
}
.rootArea h3.headline_normal span.notice.bold {
  font-weight: bold;
}
.rootArea h4 {
  position: relative;
  font-size: 1.3em;
  padding-left: 1em;
  color: #3E577E;
  margin-bottom: 5px;
}
@media screen and (max-width: 668px) {
  .rootArea h4 {
    font-size: 1.2em;
  }
}
.rootArea h4::before {
  position: absolute;
  content: "▼";
  font-weight: bold;
  font-size: 75%;
  color: #3E577E;
  text-indent: -1.3em;
}
.rootArea h4:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 668px) {
  .rootArea h4:not(:first-child) {
    margin-top: 20px;
  }
}
.rootArea p.link {
  margin-top: 20px;
}
.rootArea p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  background: #fff;
}
.rootArea p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.rootArea p.link a:hover {
  background-color: #964B6E;
  color: #fff;
  border: 1px solid #964B6E;
}
@media screen and (max-width: 960px) {
  .rootArea p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.rootArea p.link a:hover::after {
  right: 15px;
}
.rootArea .carDetail, .rootArea .trainDetail, .rootArea .ferryDetail {
  background: url(../../../common/images/bg_gray.png);
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .rootArea .carDetail, .rootArea .trainDetail, .rootArea .ferryDetail {
    margin-top: 10px;
  }
}
@media screen and (max-width: 668px) {
  .rootArea .carDetail p span.small, .rootArea .trainDetail p span.small, .rootArea .ferryDetail p span.small {
    font-size: 0.85em;
  }
}
.rootArea .busDetail {
  background: url(../../../common/images/bg_gray.png);
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .rootArea .busDetail {
    margin-top: 10px;
  }
}
.rootArea .busDetail p {
  font-size: 1.2em;
}
@media screen and (max-width: 668px) {
  .rootArea .busDetail p {
    font-size: 1.1em;
  }
}
.rootArea .busDetail p span.circle {
  position: relative;
  padding-left: 1em;
}
.rootArea .busDetail p span.circle::before {
  position: absolute;
  content: "●";
  font-weight: bold;
  font-size: 75%;
  color: #3E577E;
  text-indent: -1.3em;
}
@media screen and (max-width: 668px) {
  .rootArea .busDetail p span.circle::before {
    font-size: 110%;
    text-indent: -1em;
  }
}
.rootArea ul.timetable {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 668px) {
  .rootArea ul.timetable {
    display: block;
  }
}
.rootArea ul.timetable li {
  width: 48%;
}
@media screen and (max-width: 668px) {
  .rootArea ul.timetable li {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .rootArea ul.timetable li:nth-child(2) {
    margin-top: 30px;
  }
}
.rootArea ul.timetable li table {
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .rootArea ul.timetable li table {
    margin-top: 10px;
  }
}
.rootArea ul.timetable li table th, .rootArea ul.timetable li table td {
  text-align: center;
}
.rootArea ul.timetable li table th {
  background: #f7f7f7;
}
.rootArea ul.column_normal {
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .rootArea ul.column_normal {
    margin-top: 10px;
  }
}
.rootArea ul.column_normal li.image {
  position: relative;
  background: #f7f7f7;
  height: 340px;
  overflow: hidden;
}
@media screen and (max-width: 668px) {
  .rootArea ul.column_normal li.image {
    margin-top: 0;
    height: 300px;
  }
}
.rootArea ul.column_normal li.image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.rootArea ul.column_normal li.text .notice li span.small {
  font-size: 70%;
  margin: 0 5px;
}
