@charset "UTF-8";
.access .mvArea {
  background: url(/assets/img/general/access/access_mv.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 779px) {
  .access .mvArea {
    background: url(/assets/img/general/access/access_mv_sp.jpg) no-repeat center center/cover;
  }
}

.access .mvArea .underTxtBox {
  top: 50%;
}



.accessSec {
  padding: 2rem 0 2.625rem;
}

@media only screen and (max-width: 779px) {
  .accessSec {
    padding: 1.78571rem 0;
  }
}

.access__heading {
  font-weight: 500;
  font-size: 2.1875rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  margin-bottom: 0.625rem;
  text-align: center;
}

@media only screen and (max-width: 779px) {
  .access__heading {
    font-size: 2.14286rem;
    margin-bottom: 0.85714rem;
  }
}

.access__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875;
  margin: 0 auto;
  margin-bottom: 0.57143rem;
}

.access__trafficMap .access__text {
  max-width: 650px;
}

@media only screen and (max-width: 779px) {
  .access__text {
    font-size: 1.14286rem;
    line-height: 1.5;
    margin-bottom: 0.85714rem;
    text-align: left;
  }
}

.access__textLarge {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 779px) {
  .access__textLarge {
    font-size: 1.42857rem;
    line-height: 1.4;
    text-align: left;
  }
}

.access__tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access__tabList li {
  width: 25rem;
  height: 3.75rem;
  padding: 0.9375rem;
  color: #fff;
  text-align: center;
  font-size: 1.5625rem;
  display: block;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 779px) {
  .access__tabList li {
    width: 11.78571rem;
    height: 3.21429rem;
    font-size: 1.78571rem;
    padding: 0.71429rem 2.25rem;
    text-align: left;
  }
}

.access__tabList li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.75rem 3.75rem 0;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 779px) {
  .access__tabList li::after {
    border-width: 0 1.64286rem 3.21429rem 0;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  }
}

.access__tabList li.high {
  background-color: #288CDC;
  margin-left: 1.25rem;
}

@media only screen and (max-width: 779px) {
  .access__tabList li.high {
    margin-left: 0;
  }
}

.access__tabList li.junior {
  background-color: #289637;
}

.access__tabItem {
  display: none;
  padding: 1.125rem 2.25rem;
}

@media only screen and (max-width: 779px) {
  .access__tabItem {
    padding: 0.64286rem 0.71429rem;
  }
}

.access__tabItem.show {
  display: block;
}

.access__tabItem.show.high {
  border: 13px solid #288CDC;
}

@media only screen and (max-width: 779px) {
  .access__tabItem.show.high {
    border: 5px solid #288CDC;
  }
}

.access__tabItem.show.junior {
  border: 13px solid #289637;
}

@media only screen and (max-width: 779px) {
  .access__tabItem.show.junior {
    border: 5px solid #289637;
  }
}

.access__tabItem .access__text span {
  font-weight: 500;
  font-size: 1.25rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 779px) {
  .access__tabItem .access__text span {
    display: block;
    font-size: 1.42857rem;
    margin-right: 0;
  }
}

.access__tabItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 779px) {
  .access__tabItemWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.access__tabItemWrap .map,
.access__tabItemWrap .gmap {
  width: 48%;
}

@media only screen and (max-width: 779px) {
  .access__tabItemWrap .map,
  .access__tabItemWrap .gmap {
    width: 100%;
  }
}

.access__tabContent {
  margin-bottom: 1rem;
}

.access__tabContent .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

@media only screen and (max-width: 779px) {
  .access__tabContent .gmap {
    padding-bottom: 140%;
    margin-top: 0.85714rem;
  }
}

.access__tabContent .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access__att ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  display: block;
}

@media only screen and (max-width: 779px) {
  .access__att ul li {
    font-size: 1.14286rem;
    line-height: 1.5;
  }
}

.access__att ul li::before {
  content: '・';
  font-size: 1rem;
}

.access__att ul li span {
  font-weight: 700;
}

.access__trafficMap {
  background-color: #EEE;
}

.access__trafficMap .access__textLarge {
  text-align: center;
}

@media only screen and (max-width: 779px) {
  .access__scroll {
    overflow-x: scroll;
  }
}

.access__scrollItem {
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 779px) {
  .access__scrollItem {
    width: 1000px;
    margin-bottom: 0.85714rem;
  }
}

@media only screen and (max-width: 779px) {
  .access__scroll {
    overflow-y: scroll;
  }
}

.access__come .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 779px) {
  .access__come .list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.access__come .list .item dt {
  width: 22%;
  height: 2.5rem;
  background-color: #B49664;
  padding: 0.625rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
}

@media only screen and (max-width: 779px) {
  .access__come .list .item dt {
    width: 50%;
    display: block;
    margin-bottom: 0.71429rem;
  }
}

.access__come .list .item dd {
  width: 78%;
  display: block;
  padding-left: 1.25rem;
  padding-top: 0.3125rem;
}

@media only screen and (max-width: 779px) {
  .access__come .list .item dd {
    width: 100%;
    padding-left: 0;
  }
}

.access__come .list .item .traiangle li {
  display: block;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

@media only screen and (max-width: 779px) {
  .access__come .list .item .traiangle li {
    font-size: 1.14286rem;
    margin-bottom: 0.89286rem;
    line-height: 1.5;
  }
}

.access__come .list .item .traiangle li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 1.375rem;
  display: inline-block;
  background: url(/assets/img/general/access/icon-triangle-ch.svg) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 779px) {
  .access__come .list .item .traiangle li::before {
    width: 0.71429rem;
    height: 1.42857rem;
    top: 33%;
    line-height: 1.5;
  }
}

/*
.access__come .list .item:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access__come .list .item:first-child dd {
  position: relative;
  top: 3px;
}
*/

.access__come .access__att li {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 1.25rem;
  margin-bottom: 0.3125rem;
}

@media only screen and (max-width: 779px) {
  .access__come .access__att li {
    display: inline;
    margin-right: 1.42857rem;
  }
}

.access__come .access__att li::before {
  content: '※';
  position: absolute;
  left: 0;
  font-size: 1rem;
}

@media only screen and (max-width: 779px) {
  .access__come .access__att li::before {
    font-size: 1.14286rem;
  }
}

.access__bus .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 779px) {
  .access__bus .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.42857rem;
  }
}

.access__bus .flex table {
  width: 48%;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 779px) {
  .access__bus .flex table {
    width: 100%;
    margin-bottom: 0.85714rem;
  }
}

.access__bus .flex table.right {
  margin-left: 2.5rem;
}

@media only screen and (max-width: 779px) {
  .access__bus .flex table.right {
    margin-left: 0;
  }
}

.access__bus .flex table.right thead th {
  width: 40%;
}

.access__bus .flex table.right thead td {
  width: 60%;
}

.access__bus .flex table tr {
  border: 1px solid #777;
}

.access__bus .flex table thead {
  background-color: #B49664;
}

.access__bus .flex table thead th {
  width: 30%;
  padding: 0.9375rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  padding: 0.3125rem 0.9375rem;
}

@media only screen and (max-width: 779px) {
  .access__bus .flex table thead th {
    font-size: 1.14286rem;
    padding: 0.64286rem;
    line-height: 1.25;
  }
}

.access__bus .flex table thead td {
  border-left: 1px solid #777;
  width: 70%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  padding: 0.3125rem 0.9375rem;
}

@media only screen and (max-width: 779px) {
  .access__bus .flex table thead td {
    font-size: 1.14286rem;
    padding: 0.64286rem;
    line-height: 1.25;
  }
}

.access__bus .flex table tbody th {
  background-color: #EEE;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  border-right: 1px solid #777;
  padding: 0.3125rem 0.9375rem;
}

@media only screen and (max-width: 779px) {
  .access__bus .flex table tbody th {
    font-size: 1.14286rem;
    padding: 0.64286rem;
    line-height: 1.25;
  }
}

.access__bus .flex table tbody td {
  border-left: 1px solid #777;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  padding: 0.3125rem 0.9375rem;
  padding: 0.64286rem;
}

@media only screen and (max-width: 779px) {
  .access__bus .flex table tbody td {
    line-height: 1.25;
    font-size: 1.14286rem;
  }
}

.access__bus .access__att li {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 1.25rem;
  margin-bottom: 0.3125rem;
}

@media only screen and (max-width: 779px) {
  .access__bus .access__att li {
    display: inline;
    margin-right: 1.42857rem;
  }
}

.access__bus .access__att li::before {
  content: '※';
  position: absolute;
  left: 0;
  font-size: 1rem;
}

@media only screen and (max-width: 779px) {
  .access__bus .access__att li::before {
    font-size: 1.14286rem;
  }
}