@charset "UTF-8";

/*====================
  common
====================*/
.access__timetable-body.access__timetable-close{
  display: none;
}

/*====================
  access
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*===== heading =====*/
  .access__heading01 {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.0;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .pc-hidden{
    display: none;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===== heading =====*/
  .access__heading01 {
    font-size: 4.26666666vw;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.0;
    padding-top: 8vw;
  }
  .sp-hidden{
    display: none;
  }
}



/*====================
  access main
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .access-main {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  /*===== heading =====*/
  .access__head {
    margin: 70px 0;
  }
  .access__heading02 {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 20px;
    position: relative;
  }
  .access__heading02::after {
    content: "";
    background-color: #bababa;
    width: 70px;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  /*===== section =====*/
  .access-main__section {
    margin-bottom: 70px;
    padding-top: 30px;
  }

  /*===== lead =====*/
  .access__lead {
    background-color: #d8d8d8;
    padding: 15px;
  }
  .access__lead-text {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.6;
    width: 570px;
    margin-right: auto;
    margin-left: auto;
  }

  /*===== root =====*/
  .access__timetable-root-item {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 30px 90px 20px;
    position: relative;
  }
  .access__timetable-root-item--notice{

    background-color: #ffffff;
    padding: 30px 90px 20px;
  }
  .access__timetable-root-item + .access__timetable-root-item {
    margin-top: 4px;
  }

  .access__timetable-root-item:not(:first-child)::before {
    position: absolute;
    content: "";
    height: 39px;
    width: 3px;
    background: url(/common/img/icon_to.png);
    top: -16px;
    left: 100px;
    background-size: contain;
  }
  .access__timetable-root-icon {
    width: 3%;
    padding-right: 16px;
  }
  .access__timetable-root-item--info{
    display: flex;
    width: 100%;
  }
  .access__timetable-root-text {
    width: 58%;
  }
  .access__timetable-root-data {
    width: 42%;
  }


  .access__timetable-root-data-text {
    margin-right: 16px;
  }







  /*===== timetable =====*/
  .access__timetable + .access__timetable{
    border-top: 1px solid #ffffff;
  }
  .access__timetable-head-link:link,
  .access__timetable-head-link:visited {
    display: block;
    background-color: #d8d8d8;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 1.0;
    padding: 38px 20px;
    position: relative;
  }
  
  .access__timetable-head-link:hover {
    opacity: 0.7;
  }
  .access__timetable-head-link:after {
    content: "";
    background-image: url("/common/img/access_icon_arrow.svg");
    width: 41px;
    height: 21px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
  }
  .ttopen .access__timetable-head-link:after {
    content: "";
    background-image: url("/common/img/access_icon_arrow_02.svg");
    width: 41px;
    height: 21px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
  }
  .access__timetable-heading-sub{
    position: absolute;
    right: 100px;
  }
  .access__timetable-head-link--number {
    background-color: #3799CC;
    display: inline-block;
    font-size: 16px;
    padding: 5px 8px;
    border-radius: 50%;
    color: #d8d8d8;
    line-height: 1.0;
    margin-right: 10px;
}
.access-main__section:last-of-type .access__timetable-head-link--number{
  display: inline-block;
  font-size: 16px;
  padding: 5px 8px;
  border-radius: 50%;
  color: #d8d8d8;
  line-height: 1.0;
  margin-right: 10px;
}
.access-main__section:last-of-type .access__timetable-head-link--number.number--c1{
  background-color: #FEB74E;
}
.access-main__section:last-of-type .access__timetable-head-link--number.number--c2{
  background-color: #168704;
}
.access-main__section:last-of-type .access__timetable-head-link--number.number--c3{
  background-color: #CFC63C;
}
.access-main__section:last-of-type .access__timetable-head-link--number.number--c4{
  background-color: #FD7806;
}
.access-main__section:last-of-type .access__timetable-head-link--number.number--c5{
  background-color: #8D77F1;
}

.access-main__section:last-of-type .access__timetable-head-link--number.number--c6{
  background-color: #E71775;
}
.access-main__section:last-of-type .access__timetable-head-link--number.number--c7{
  background-color: #09678C;
}
.access-main__section:last-of-type .access__timetable-head-link--number.number--c8{
  background-color: #AB0B9F;
}
.access-main__section:last-of-type .access__timetable-head-link--number.number--c9{
  background-color: #89B903;
}
.access-main__section:last-of-type .access__timetable-head-link--number.number--c14{
  background-color: #BF4349;
  font-size: 16px;
  padding: 4px 6px 4px 3px;
  letter-spacing: -2px;
}

.access-main__section:last-of-type .access__timetable-head-link--number.number--c20{
  background-color: #61AAA5;
  font-size: 16px;
  padding: 4px 6px 4px 3px;
  letter-spacing: -2px;
}
  .access__timetable-info-icon {
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #707070   ;
    line-height: 1.0;
    font-size: 11px;
    padding: 3px
  }
  .access__timetable-info-icon + .access__timetable-info-icon {
    margin-left: 2px;
  }


  .access__timetable-info-table{
    width: 100%;
    table-layout: fixed;
  }
  .access__timetable-info-table + .access__timetable-info-table {
    margin-top: 4px;
  }
  .access__timetable-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .access__timetable-info-txt{
    text-align: right;
    padding-right: 25px;
    margin-bottom: 15px;
  }
  .access__timetable-info-txt--left{
    text-align: left;
  }
  .access__timetable-info-date{
    font-size: 18px;
    padding-left: 25px;
  }
  .access__timetable-info-item {
    padding: 20px 25px;
  }
  .access__timetable-info-item--line {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
  }
  .access__timetable-info-aside {
    padding: 20px 25px;
  }
  .access__timetable-info-aside--red{
    color: #DF2413;
    margin-bottom: 20px;
  }
  .access__timetable-info-title {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .access__timetable-info-th {
    vertical-align: top;
    text-align: left;
    width: 12%;
  }
  .access__timetable-info-station {
    display: inline-block;
    border: solid 1px #3799cc;
    font-size: 14px;
    font-weight: normal;
    color: #3799cc;
    text-align: center;
    line-height: 1.0;
    padding: 6px 10px;
  }
  .access__timetable-info-station--wide{
    width: 66px;
  }
  #access-island .access__timetable:nth-of-type(7) .access__timetable-info-station--wide,
  #access-island .access__timetable:nth-of-type(9) .access__timetable-info-station--wide{
    width: 70px;
  }
  #access-island .access__timetable:nth-of-type(10) .access__timetable-info-station--wide{
    width: 84px;
  }
  #access-island .access__timetable:nth-of-type(12) .access__timetable-info-station--wide{
    width: 56px;
  }
  /* english */
  .access-en #access-island .access__timetable .access__timetable-info-station--wide{
    width: auto;
  }
  .access-en #access-island .access__timetable:nth-of-type(4) .access__timetable-info-station--wide .access__timetable-info-station{
    min-width: 92px;
  }
  .access-en #access-island .access__timetable:nth-of-type(5) .access__timetable-info-station--wide .access__timetable-info-station{
    min-width: 92px;
  }
  .access-en #access-island .access__timetable:nth-of-type(7) .access__timetable-info-station--wide .access__timetable-info-station{
    min-width: 92px;
  }
  .access-en #access-island .access__timetable:nth-of-type(8) .access__timetable-info-station--wide .access__timetable-info-station{
    min-width: 109px;
  }
  .access-en #access-island .access__timetable:nth-of-type(9) .access__timetable-info-station--wide .access__timetable-info-station{
    min-width: 92px;
  }
  .access-en #access-island .access__timetable:nth-of-type(12) .access__timetable-info-station--wide .access__timetable-info-station{
    min-width: 106px;
  }
  .access-en #access-island .access__timetable:nth-of-type(13) .access__timetable-info-station--wide .access__timetable-info-station{
    min-width: 92px;
  }
  .access__timetable-info-td {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    vertical-align: top;
    padding-top: 4px;
    padding-right: 6px;
    padding-left: 6px;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .access-main {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }

  /*===== heading =====*/
  .access__head {
    margin: 10.66666666vw 0;
  }
  .access__heading02 {
    font-size: 3.73333333vw;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 2.0;
    padding-bottom: 1.33333333vw;
    position: relative;
  }
  .access__heading02::after {
    content: "";
    background-color: #bababa;
    width: 18.66666666vw;
    height: 0.26666666vw;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  /*===== section =====*/
  .access-main__section {
    margin-bottom: 5.33333333vw;
    padding-top: 5.33333333vw;
  }

  /*===== lead =====*/
  .access__lead {
    background-color: #d8d8d8;
    padding: 5.33333333vw 3.2vw;
  }
  .access__lead-text {
    font-size: 3.2vw;
    font-weight: normal;
    color: #000000;
    line-height: 1.6;
  } 

  /*===== map =====*/
  .access__map{
    margin: 2.666666vw 0;
  }
  #access-island .access__map-cap{
    width: 100%;
  }

  /*===== root =====*/
  .access__timetable-root{
    background-color: #f5f5f5;
  }
  .access__timetable-root-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    padding: 4vw 2.6666vw 4vw 2.6666vw;
    font-size: 3.2vw;
    position: relative;
  }
  .access__timetable-root-item--notice{

    background-color: #ffffff;
    padding: 4vw 2.6666vw 4vw 2.6666vw;
    font-size: 3.2vw;

  }
  .access__timetable-root-item + .access__timetable-root-item {
    margin-top: 0.8vw;
  }

.access__timetable-root-item:not(:first-child)::before {
  position: absolute;
  content: "";
  height: 36px;
  width: 2px;
  background: url(/common/img/icon_to.png);
  top: -4.5vw;
  left: 4.8vw;
  background-size: contain;
}
  .access__timetable-root-icon {
    width: 5.0666vw;
    margin-right: 3.4666vw;
  }
  .access__timetable-root-data{
    font-size: 2.6666vw;
  }
  .access__timetable-root-data-text,
  .access__timetable-root-link{
    margin-right: 4vw;
  }
  .access__timetable-root-data-num{
    font-size: 4.2666vw;
    margin: 0 2.1333vw;
  }

  /*===== timetable =====*/
  .access__timetable-head:nth-of-type(n){
    margin-top: 0.8vw;
  }
  .access__timetable-head-link:link,
  .access__timetable-head-link:visited {
    display: block;
    background-color: #d8d8d8;
    font-size: 3.2vw;
    font-weight: normal;
    color: #000000;
    line-height: 1.0;
    padding: 5.0666vw 19.9998vw 5.0666vw 9.6vw;
    position: relative;
  }
  .access__timetable-head-link:after {
    content: "";
    background-image: url(/common/img/access_icon_arrow.svg);
    width: 5.2vw;
    height: 2.6vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8vw;
  }
  .ttopen .access__timetable-head-link:after {
    content: "";
    background-image: url(/common/img/access_icon_arrow_02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.2vw;
    height: 3.6vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8vw;
  }
  .access__timetable-head-link--number{
    background-color: #3799CC;
    display: inline-block;
    font-size: 2.9333vw;
    padding: 0.5vw 1.2vw;
    border-radius: 50%;
    color: #d8d8d8;
    line-height: 1.0;
    margin-right: 1.8667vw;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number{
    background-color: #cccccc;
    display: inline-block;
    font-size: 2.9333vw;
    padding: 0.5vw 1.2vw;
    color: #d8d8d8;
    line-height: 1.0;
    margin-right: 1.8667vw;
  }
  .access-en .access-main__section:last-of-type .access__timetable-head-link--number{
    margin-bottom: 1.333333vw;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c1{
    background-color: #FEB74E;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c2{
    background-color: #168704;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c3{
    background-color: #CFC63C;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c4{
    background-color: #FD7806;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c5{
    background-color: #8D77F1;
  }

  .access-main__section:last-of-type .access__timetable-head-link--number.number--c6{
    background-color: #E71775;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c7{
    background-color: #09678C;
    margin-bottom: 1.333333vw;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c8{
    background-color: #AB0B9F;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c9{
    background-color: #89B903;
  }
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c14{
    background-color: #61AAA5;
    padding: 1.0vw 1.4vw 0.8vw 0.8vw;
    letter-spacing: -2px;
}
  .access-main__section:last-of-type .access__timetable-head-link--number.number--c20{
    background-color: #BF4349;
    padding: 1.0vw 1.4vw 0.8vw 0.8vw;
    letter-spacing: -2px;
}
  .access__timetable-heading-main{
    display: block;
    margin-bottom: 2.1333vw;
  }
  .access__timetable-heading-sub{
    font-size: 2.6666vw;
  }
  .access__timetable-heading-sub--time{
    font-size: 4.2666vw;
    padding: 0 3.2vw 0 4.2666vw;
  }
  .access__timetable-body{
    margin-top: 0.8vw;
    background-color: #ffffff;
  }
  .access__timetable-info{
    max-width: 96%;
    margin: auto;
    padding-top: 5.3333vw;
  }
  .access__timetable-info-item + .access__timetable-info-item{
    margin-top: 13.3332vw;
  }
  .access__timetable-info-txt{
    margin-bottom: 2.6666vw;
  }
  .access__timetable-info-date{
    font-size: 4.8vw;
    margin-bottom: 2.6666vw;
    text-align: center;
  }
  .access__timetable-info-date{
    margin-top: 5.3333vw;
  }
  .access__timetable-info-txt + .access__timetable-info-date{
    margin-top: 0;
  }
  .access__timetable-info-item--line {
    border-top: 1px solid #cccccc;
    padding-top: 4.8vw;
  }
  .access__timetable-info-title{
    margin-bottom: 3.2vw;
  }
  .access__timetable-info-aside {
    padding: 13.3332vw 0 4vw;
  }
  .access__timetable-info-aside--red{
    color: #DF2413;
    margin-bottom: 5.3333vw;
  }
  .access__timetable-info-station {
    display: inline-block;
    border: solid 1px #3799cc;
    font-size: 3.7333vw;
    font-weight: normal;
    color: #3799cc;
    text-align: center;
    line-height: 1.0;
    padding: 1.3333vw 2.6666vw;
  }
  .access__timetable-info-time{
    display: flex;
    justify-content: space-evenly;
  }
  .access__timetable-info-table{
    text-align: center;
  }
  .access-en .access__timetable-info-table{
    max-width: calc(96% / 3);
  }
  .access-en #access-island .access__timetable:nth-of-type(9) .access__timetable-info-table{
    max-width: calc(96% / 4);
  }
  .access-en #access-island .access__timetable:nth-of-type(11) .access__timetable-info-table{
    word-break: break-all;
    word-wrap: break-all;
    max-width: calc(96% / 4);
  }
  .access-en #access-island .access__timetable:nth-of-type(11) .access__timetable-info-th{
    min-height: 14.4vw;
  }
  .access-en #access-island .access__timetable:nth-of-type(6) .access__timetable-info-th{
    word-break: break-all;
    word-wrap: break-all;
  }
  .access-en #access-island .access__timetable:nth-of-type(7) .access__timetable-info .access__timetable-info-item:nth-of-type(5) .access__timetable-info-th,
  .access-en #access-island .access__timetable:nth-of-type(7) .access__timetable-info .access__timetable-info-item:nth-of-type(6) .access__timetable-info-th{
    min-height: 14.4vw;
  }
  .access__timetable-info-th,
  .access__timetable-info-td{
    width: 100%;
    display: block;
  }
  .access__timetable-info-th{
    margin-bottom: 5.8666vw;
  }
  .access-en .access__timetable-info-th{
    min-height: 10.6666666vw;
  }
  .access__timetable-info-td{
    margin-bottom: 2.6666vw;
    font-size: 3.2vw;
  }
  .access__timetable-info-icon{
    margin-left: 2.1333vw;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #707070;
    line-height: 1.0;
    font-size: 2.9333vw;
    padding: 0.8vw;
  }
  .access__timetable-info-icon + .access__timetable-info-icon{
    margin-left: 0.8vw;
  }

}



/*====================
  access aside
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*  */
  .access-aside {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  .access-aside .access-aside__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .access-aside__list .access-aside__list-item {
    width: 350px;
    margin-right: 50px;
    padding-left: 0;
  }
  .access-aside__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .access-aside__list-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .access-aside__list-link:link,
  .access-aside__list-link:visited {
    display: block;
    background-color: #d8d8d8;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.0;
    padding: 30px;
    position: relative;
  }
  .access-aside__list-link::after {
    content: "";
    background-image: url(../img/icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .access-aside__list-link:hover {
    opacity: 0.7;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*  */
  aside.access-aside {
    margin-top: 14vw;
  }
  .access-aside__inner {
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .access-aside__list-item + .access-aside__list-item {
    margin-top: 5.33333333vw;
  }
  .access-aside__list-link:link,
  .access-aside__list-link:visited {
    display: block;
    background-color: #d8d8d8;
    font-size: 3.73333333vw;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.0;
    padding: 8vw;
    position: relative;
  }
  .access-aside__list-link::after {
    content: "";
    background-image: url(../img/icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 2.66666666vw;
    height: 2.66666666vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
  }
}

/*====================
  access配下
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*===== inside =====*/
  .access-inside{
    padding:100px 0 50px 0; width:1000px; margin:0 auto;
  }
  .access-inside__container{
    background-color: #ffffff;
  }

  /* map */
  .access-inside__map{
    position:relative;
  }
  .access-inside__map-title{
    display:table; width:1000px;
  }
  .access-inside__map-title-main{
    display:table-cell; height:133px; width:300px; vertical-align:middle; text-align:center; background-color:#888888; color:#ffffff; line-height:1.2em;padding:0 20px;
  }
  .access-inside__map-title-sub{
    display:block; font-size:143%;
    line-height: 1.2;
  }
  .access-inside__map-title-list{
    display:table-cell; background-color:#dddddd; vertical-align:middle; padding:64px 0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; line-height:1.8em; color:#666666; text-align:center;
  }
  .access-inside__map-title-category{
    margin:0 auto;
    display: flex;
    justify-content: space-around;
  }
  .access-inside__map-title-item{
    /* display:inline-block; padding:0 28px; */
  }
  .access-inside__map-title-item a{
    display:inline-block; padding:0 28px;
  }

  /* main */
  .access-inside__main{
    position:relative;
  }
  .access-inside__main-map{
    position:absolute;left:0;top:0;width:100%;
  }
  .access-inside__main-map img{
    width: 100%;
  }
  .access-inside__main-area{
    position: absolute;
  }
  .access-inside__main-pin{
    display:none; width:18px;height:33px;position:absolute;
  }
  .access-inside__main-pin.active{
    display:block;
  }
  .access-inside__main-info{
    display:none;position:absolute;left:0;top:0;padding-bottom:61px;
  }
  .access-inside__main-info.active{
    display: block;
  }
  .access-inside__main-info-inner{
    background-color:#ffffff;border:1px solid #cccccc;padding:14px;text-align:center;
  }
  .access-inside__main-info-link{
    display:block;color:#333333;
  }
  .access-inside__main-info-title{
    width:170px;margin:0 auto 10px auto;font-size:86%;line-height:1.1em;
  }
  .access-inside__main-info-img{
    width:190px;
  }
  .access-inside__main-info-img img{
    width:160px; height:auto;
  }
  .access-inside__main-info-close{
    padding:10px;width:9px;height:9px;position:absolute;right:0px;top:8px;background-image: url(../../img/static/access/access-balloon-close.png); background-repeat:no-repeat;background-size:9px 9px;background-position:center center;cursor:pointer;
  }
  .access-inside__main-info-close:hover{
    opacity:0.7;
  }
  .access-inside__main-info-arrow{
    width:65px;height:49px;position:absolute;left:90px;bottom:13px;display:block;background-image: url(../../img/static/access/access-balloon-bottom.png); background-repeat:no-repeat;background-size:65px 49px;
  }

  /* location */
  .access-inside__location{
    padding:40px 60px;
    background-color: #ffffff;
  }
  .access-inside__location-list{
    padding:0 0 20px 0;
  }
  .access-inside__location-list-item{
    margin:0 0 24px 0;display:block; cursor:pointer; color:#3D9FD3;
  }
  .access-inside__location-list-link{
    display: flex;
  }
  .access-inside__location-list-title{
    width:40%;
  }
  .access-inside__location-list-title:before{
    content:""; display:inline-block; margin-right:12px; vertical-align:middle; width:15px; height:15px; border:1px solid #cccccc; background-color:#ffffff;
  }
  .access-inside__location-list-title.active:before{
    content:""; display:inline-block; margin-right:12px; vertical-align:middle; width:15px; height:15px; background-color:#3D9FD3; border-color:#3D9FD3;
  }
  .access-inside__location-list-detail{
    width: 60%;
    color: #333333;
    text-align: right;
  }

  /* btn */
  .access-inside__location-btn{
    text-align:center;
  }
  .access-inside__location-btn-link{
    display: inline-block;
    padding: 18px 60px;
    line-height: 1em;
    border: 1px solid #3D9FD2;
    background-color: #ffffff;
    font-size: 100%;
  }
  .access-inside__location-btn-link:hover{
    background-color:#3D9FD2; color:#ffffff; text-decoration:none;
  }

  /* about */
  .access-inside__about h3{
    font-size:172%;display:table; height:140px; width:100%;  text-align:center; background-color:#888888; color:#ffffff; line-height:1.2em;
  }
  .access-inside__about h4{
    font-size:143%;display:table; height:70px; width:100%;  text-align:center; background-color:#dddddd; line-height:1.2em;
  }
  .access-inside__about-title{
    display:table-cell;vertical-align:middle;padding:0 20px; 
  }
  .access-inside__about-txt{
    padding:50px 60px;
  }
  .access-inside__about-txt dl{
    overflow:hidden;width:100%
  }
  .access-inside__about-txt dt{
    width:27%;float:left;font-weight:bold;line-height:1.6em;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku ProN", "メイリオ" , sans-serif;
  }
  .access-inside__about-txt dd{
    width:73%;float:left;margin-bottom:50px;
  }
  .access-inside__about-txt dd:last-child{
    margin-bottom:20px;
  }

  /* naoshima */
  .access-inside__naoshima img{
    width: 100%;
  }
  .access-inside__naoshima h3{
    font-size:172%;display:table; height:140px; width:100%;  text-align:center; background-color:#888888; color:#ffffff; line-height:1.2em;
  }
  .access-inside__naoshima .access-inside__about-txt{
    display:table-cell;vertical-align:middle;;
  }

  /* access-info */
  .access-information{
    text-align:center;width:1000px;margin:0 auto;
  }
  .access-information__title{
    font-size:172%; width:100%;   line-height:1.2em;margin-bottom:24px;
  }
  .access-information__txt{
    line-height:1.8em;margin-bottom:100px;padding:0 20px;
  }

  /*===== outside =====*/
  .access-outside .g-section-head{
    margin-top: 100px;
  }

  /* anchor */
  .access-anchor__list {
		width: 1000px;
		display: flex;
		flex-wrap: wrap;
		margin: 100px auto 0;
	}
	.access-anchor__list-item {
		width: 320px;
	}
	.access-anchor__list-item + .access-anchor__list-item {
		margin-left: 20px;
	}
	.access-anchor__list-item:nth-child(n + 4) {
		margin-top: 20px;
	}
	.access-anchor__list-item:nth-of-type(4),
	.access-anchor__list-item:nth-of-type(7) {
		margin-left: 0;
	}
	.access-anchor__list-item-link:link,
	.access-anchor__list-item-link:visited {
		display: block;
		background-color: #d8d8d8;
		font-size: 16px;
		font-weight: normal;
		color: #000000;
		text-align: center;
		line-height: 1;
		padding: 30px;
		position: relative;
	}
	.access-anchor__list-item-link::after {
		content: "";
		background-image: url(../img/icon_under_arrow_black.svg);
		background-repeat: no-repeat;
		width: 10px;
		height: 10px;
		margin-top: auto;
		margin-bottom: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
	}

  /* outside */
  .access-outside{
    background-color:#f5f5f5; 
    padding-bottom:60px;
    padding-top: 30px;
  }
  .access-outside__cont .access-outside{
    padding-top: 0;
  }

  /* cont */
  .access-outside__cont{
    width:1000px; margin:48px auto 0 auto;
  }
  .access-outside__cont-title{
    margin:30px 0 0 0;
  }
  .access-outside__cont-title-main{
    text-align:center; background-color:#888888; color:#ffffff; line-height:1.4em;padding:45px 20px; font-size:143%;
  }
  .access-outside__cont-txt{
    background-color:#ffffff;
    padding:20px 60px; line-height:1.3em;
  }
  .access-outside__cont-txt-emphasis{
    font-weight: bold;
    font-family:"游ゴシック", YuGothic, "Hiragino Kaku ProN", "メイリオ" , sans-serif; 
  }
  .access-outside__cont-block{
    display:table;
  }
  .access-outside__cont-block-title{
    display:table-cell; font-size:143%;width:300px; vertical-align:middle; text-align:center; background-color:#888888; color:#ffffff; line-height:1.4em;padding:0 20px;
  }
  .access-outside__cont-block-txt{
    display:table-cell; background-color:#dddddd; vertical-align:middle; padding:47px 51px 40px 51px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; line-height:1.8em; color:#666666;font-family:"游ゴシック", YuGothic, "Hiragino Kaku ProN", "メイリオ" , sans-serif;
  }

  /* timetable */
  .access-outside__timetable{
    background-color:#ffffff;
  }
  .access-outside__timetable-title a{
    display:block;font-weight:normal; background-color:#e6e6e6; background-image:url(../img/icon_arrow_toopen.png); background-repeat:no-repeat; background-position:right center; background-size:91px auto; padding:30px 60px; line-height:1em; font-size:115%; cursor:pointer; border-bottom:1px solid #cccccc;;color:#333333;
  }
  .access-outside__timetable-title a:hover{
    background-color:#cecece;color:#333333;text-decoration:none;
  }
  .access-outside__timetable-title a.ttopen{
    background-image:url(../img/icon_arrow_toclose.png);
  }
  .access-outside__timetable-title-link{
    display:block; float:left; width:505px; padding-right:10px;
  }
  .access-outside__timetable-wrap{
    margin:0 60px;padding-bottom:32px; display:none;
  }
  .access-outside__timetable-detail{
    padding:24px 0; border-bottom:1px solid #cccccc; position:relative;
  }
  .access-outside__timetable-detail:last-child{
    border-bottom:none;
  }
  .access-outside__timetable-cont{
    display:table; width:100%; table-layout:fixed;
  }
}

/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===== inside =====*/
  .access-inside{
    padding:0; margin:0 10px 20px 10px;
  }
  .access-inside__container{
    background-color: #ffffff;
  }

  /* map */
  .access-inside__map{
    margin:0;
  }
  .access-inside__map-title{
    display:block; 
    margin:0;
    text-align: center;
    background-color: #888888;
    color: #ffffff;
    line-height: 1.2em;
  }
  .access-inside__map-title-main{
    display:block;  width:100%; padding:26px 0;
  }
  .access-inside__map-title-sub{
    font-size:115%;
  }
  .access-inside__map-title-list{
    font-family:"游ゴシック", YuGothic, "Hiragino Kaku ProN", "メイリオ" , sans-serif;  display:block; width:auto; float:none;padding:21px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8em;
    color: #666666;
    text-align: center;
    background-color: #dddddd;
  }
  .access-inside__map-title-category{
    width:80%;display:block;height:24px; overflow:hidden;
    margin: 0 auto;
  }
  .access-inside__map-title-item{
    cursor:pointer;padding:4px 30px 4px 30px;border-bottom:1px solid #cccccc;display:block;background-color:#ffffff;
  }
  .access-inside__map-title-item:first-child{
    background-image:url(../img/icon_select.png); background-repeat:no-repeat; background-position:right center; background-size:23px auto; 
  }

  /* main */
  .access-inside__main{
    position:relative;
  }
  .access-inside__main-map{
    position:absolute;left:0;top:0;width:100%;
  }
  .access-inside__main-area{
    position: absolute;
  }
  .access-inside__main-pin{
    display:none; width:18px;height:33px;position:absolute;
  }
  .access-inside__main-pin.active{
    display:block;
  }
  .access-inside__main-info{
    display:none;position:absolute;left:0;top:0;padding-bottom:61px;
  }
  .access-inside__main-adjust .access-inside__main-info-arrow{
    transform: rotateY(180deg);
  }
  .access-inside__main-adjust-2 .access-inside__main-info-arrow{
    transform: rotateY(180deg);
    left: 110px;
  }
  .access-inside__main-adjust{
    left: 176px !important;
  }
  .access-inside__main-adjust-2{
    left: 145px !important;
  }
  .access-inside__main .access-inside__main-adjust-2:nth-of-type(5){
    left: 95px !important;
  }
  .access-inside__main-info.active{
    display: block;
  }
  .access-inside__main-info-inner{
    background-color:#ffffff;border:1px solid #cccccc;padding:14px;text-align:center;
  }
  .access-inside__main-info-adjust{
    margin-left: -60px !important;
  }
  .access-inside__main-info-link{
    display:block;color:#333333;
  }
  .access-inside__main-info-title{
    width:170px;margin:0 auto 10px auto;font-size:86%;line-height:1.1em;
  }
  .access-inside__main-info-img{
    width:190px;
  }
  .access-inside__main-info-img img{
    width:160px; height:auto;
  }
  .access-inside__main-info-close{
    padding:10px;width:9px;height:9px;position:absolute;right:0px;top:8px;background-image: url(../../img/static/access/access-balloon-close.png); background-repeat:no-repeat;background-size:9px 9px;background-position:center center;cursor:pointer;
  }
  .access-inside__main-info-close:hover{
    opacity:0.7;
  }
  .access-inside__main-info-arrow{
    width:65px;height:49px;position:absolute;left:90px;bottom:13px;display:block;background-image: url(../../img/static/access/access-balloon-bottom.png); background-repeat:no-repeat;background-size:65px 49px;
  }

  /* about */
  .access-inside__about h3{
    font-size:115%;height:70px;
    display: table;
    width: 100%;
    text-align: center;
    background-color: #888888;
    color: #ffffff;
  }
  .access-inside__about h4{
    font-size:86%; height:56px;
    display:table; width:100%;  text-align:center; background-color:#dddddd; line-height:1.2em;
  }
  .access-inside__about-title{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
  }
  .access-inside__about-txt{
    padding: 20px 10px;
    font-size: 86%;
  }
  .access-inside__about-txt dl{
    overflow:hidden;width:100%
  }
  .access-inside__about-txt dt{
    width:100%;float:none;margin-bottom:14px;
    font-weight: bold;
    font-family:"游ゴシック", YuGothic, "Hiragino Kaku ProN", "メイリオ" , sans-serif; 
  }
  .access-inside__about-txt dd{
    width:100%;float:none;margin-bottom:24px;
  }
  .access-inside__about-txt dd:last-child{
    margin-bottom:0;
  }

  /* location */
  .access-inside__location{
    padding: 20px 10px;font-size:86%;
    background-color: #ffffff;
  }
  .access-inside__location-list{
    padding:0 0 0 0;
  }
  .access-inside__location-list-title{
    display:block;width:100%;
  }
  .access-inside__location-list-item{
    margin: 0 0 24px 0;
    display: block;
    cursor: pointer;
    color: #3D9FD3;
  }
  .access-inside__location-list-title.active::before{
    content:""; margin-right:12px; width:12px; height:12px; 
    display: inline-block;
    vertical-align: middle;
    background-color: #3D9FD3;
    border-color: #3D9FD3;
  }
  .access-inside__location-list-title::before{
    content:"";  margin-right:12px; width:12px; height:12px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    display: inline-block;
  }
  .access-inside__location-list-detail{
    color: #333333;
    display:block;width:auto;padding-left:27px; text-align:left;line-height:1.4em;
  }

  /* btn */
  .access-inside__location-btn{
    text-align: center;
  }
  .access-inside__location-btn-link{
    text-decoration: none;
    display: inline-block;
    padding: 18px 60px;
    line-height: 1em;
    border: 1px solid #3D9FD2;
    background-color: #ffffff;
    font-size: 100%;
  }

  /* naoshima */
  .access-inside__naoshima h3{
    font-size:115%;height:70px;
    display:table;width:100%;  text-align:center; background-color:#888888; color:#ffffff; line-height:1.2em;
  }

  /* access-info */
  .access-information{
    width: auto;
    margin: 0 auto;
  }
  .access-information__title{
    font-size: 115%; width:100%;line-height:1.2em;margin-bottom:24px;
    text-align: center;
  }
  .access-information__txt{
    line-height:1.8em;padding:0 20px;
    font-size: 86%;
    margin-bottom: 30px;
    text-align: left;
  }

  /*===== outside =====*/
  /* anchor */
  .access-anchor__list {
		padding-right: 3.2vw;
		padding-left: 3.2vw;
		margin: 10.6666vw 0 0;
	}
	.access-anchor__list-item + .access-anchor__list-item {
		margin-top: 2.6666vw;
	}
	.access-anchor__list-item-link:link,
	.access-anchor__list-item-link:visited {
		display: block;
		background-color: #d8d8d8;
		font-size: 3.73333333vw;
		font-weight: normal;
		color: #000000;
		text-align: center;
		line-height: 1;
		padding: 8vw;
		position: relative;
	}
	.access-anchor__list-item-link::after {
		content: "";
		background-image: url(../img/icon_under_arrow_black.svg);
		background-repeat: no-repeat;
		width: 2.66666666vw;
		height: 2.66666666vw;
		margin-top: auto;
		margin-bottom: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 4vw;
	}

  /* outside */
  .access-outside .g-section-head{
    margin-top: 13.333333vw;
  }

  .access-outside{
    background-color:#f5f5f5;
    margin: 0 10px 0 10px;
  }

  /* cont */
  .access-outside__cont{
    margin:0 auto;
  }
  .access-outside__cont-title{
    margin:30px 0 0 0;
  }
  .access-outside__cont-title-main{
    text-align:center; background-color:#888888; color:#ffffff; line-height:1.4em;
    padding: 25px 10px;
    font-size: 115%;
  }
  .access-outside__cont-txt{
    background-color:#ffffff;
    padding: 10px;
    line-height: 1.6em;
    font-size: 86%;
  }
  .access-outside__cont-txt-emphasis{
    font-weight: bold;
    font-family:"游ゴシック", YuGothic, "Hiragino Kaku ProN", "メイリオ" , sans-serif; 
  }
  .access-outside__cont-block{
    display:table;
  }
  .access-outside__cont-block-title{
    text-align:center; background-color:#888888; color:#ffffff;
    display:block; font-size:115%;width:auto;line-height:1.2em;padding:15px 10px;
  }
  .access-outside__cont-block-txt{
    background-color:#dddddd;line-height:1.8em; color:#666666;
    display:block;padding:20px 14px 20px 14px; font-size:86%;
  }

  /* timetable */
  .access-outside__timetable{
    background-color:#ffffff;
  }
  .access-outside__timetable-title a{
    display:block;font-weight:normal; background-color:#e6e6e6; background-image:url(../img/icon_arrow_toopen.png); background-repeat:no-repeat; background-position:right center;line-height:1em;cursor:pointer; border-bottom:1px solid #cccccc;;color:#333333;
    background-size:35px auto; padding:15px 10px;font-size:86%;
  }
  .access-outside__timetable-title a:hover{
    background-color:#cecece;color:#333333;text-decoration:none;
  }
  .access-outside__timetable-title a.ttopen{
    background-image:url(../img/icon_arrow_toclose.png);
  }
  .access-outside__timetable-title-link{
    display:block; float:left; width:505px; padding-right:10px;
  }
  .access-outside__timetable-wrap{
    font-size: 86%;display:none;
  }
  .access-outside__timetable-detail{
    padding:10px; border-bottom:1px solid #cccccc; position:relative;
  }
  .access-outside__timetable-detail:last-child{
    border-bottom:none;
  }
  .access-outside__timetable-cont{
    display:block; width:auto; overflow:hidden; margin-bottom:10px;
  }
}