@charset "UTF-8";

/*====================
  utility
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
  .u-pc-tac {
    text-align: center;
  }
  .u-tac {
    text-align: center;
  }
  .u-tar {
    text-align: right;
  }
  .u-tal {
    text-align: left;
  }
  .u-bg-white {
    background-color: #fff !important;
  }
  .access-num {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    margin-right: 5px;
  }
  .access-num--orange {
    background-color: #FF7A00;
  }
  .access-num--red {
    background-color: #BF4349;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-tac {
    text-align: center;
  }
  .u-tar {
    text-align: right;
  }
  .u-tal {
    text-align: left;
  }
  .u-bg-white {
    background-color: #fff !important;
  }
  .access-num {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 50%;
    line-height: 6.4vw;
    margin-right: 1.333vw;
  }
  .access-num--orange {
    background-color: #FF7A00;
  }
  .access-num--red {
    background-color: #BF4349;
  }
}


/*====================
  access-box
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .access-box {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    padding: 118px 30px 0;
  }
  .access-box__txtarea {
    max-width: 320px;
    margin-right: 80px;
  }
  .access__ttl-wrap {
    display: block;
    margin-bottom: 40px;
  }
  .access__ttl-wrap span {
    display: block;
  }
  .access__ttl-sub {
    font-size: 14px;
    color: #BABABA;
    position: relative;
    padding-left: 66px;
  }
  .access__ttl-sub::before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #BABABA;
    color: #BABABA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
  }
  .access__ttl-main {
    font-size: 40px;
    line-height: 1.35;
    padding-left: 40px;
  }
  .access-box__lead-wrap {
    max-width: 279px;
    margin-left: auto;
  }
  .access-box__lead {
    font-size: 16px;
    line-height: 1.8;
  }
  .access-box__thumb {
    width: 600px;
    padding-top: 20px;
  }
  .access-box__thumb img {
    width: 100%;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .access-box {
    width: 100%;
    margin-bottom: 19.733vw;
    padding-top: 13.333vw;
  }
  .access-box__txtarea {
    width: 94.667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.333vw;
  }
  .access__ttl-wrap {
    display: block;
    margin-bottom: 9.6vw;
  }
  .access__ttl-wrap span {
    display: block;
  }
  .access__ttl-sub {
    font-size: 3.2vw;
    color: #BABABA;
    position: relative;
    padding-left: 17.6vw;
  }
  .access__ttl-sub::before {
    content: "";
    width: 16vw;
    height: 0.267vw;
    background-color: #BABABA;
    color: #BABABA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
  }
  .access__ttl-main {
    font-size: 7.467vw;
    line-height: 1.3;
    padding-left: 2.667vw;
  }
  .access-box__lead-wrap {
    width: 100%;
  }
  .access-box__lead {
    font-size: 3.733vw;
    line-height: 1.8;
  }
  .access-box__thumb {
    width: 100%;
  }
  .access-box__thumb img {
    width: 100%;
  }
}


/*====================
  access-tab
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .access-tab {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    margin-bottom: 90px;
  }
  .access-tab__head-list {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #D8D8D8;
  }
  .access-tab__head-item {
    font-size: 16px;
    color: #888888;
    text-align: center;
    width: 50%;
    min-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .access-tab__head-item:hover {
    background-color: #D8D8D8;
  }
  .access-tab__head-item.is-active {
    color: #fff;
    background-color: #3799CC;
    pointer-events: none;
  }
  .access-tab__body {
    display: none;
    padding-top: 24px;
  }
  .access-tab__body.is-active {
    display: block;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .access-tab {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24vw;
  }
  .access-tab__head-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    border-bottom: 0.267vw solid #D8D8D8;
  }
  .access-tab__head-item {
    font-size: 3.733vw;
    color: #888888;
    text-align: center;
    width: 50%;
    min-height: 11.467vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .access-tab__head-item:hover {
    background-color: #D8D8D8;
  }
  .access-tab__head-item.is-active {
    color: #fff;
    background-color: #3799CC;
    pointer-events: none;
  }
  .access-tab__body {
    display: none;
    padding-top: 6.667vw;
  }
  .access-tab__body.is-active {
    display: block;
  }
}


/*====================
  access-dir
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .access-dir {
    margin-bottom: 85px;
  }
  .access-dir--via {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .access-dir--wayto {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .access-dir--around {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .access-dir:last-of-type {
    margin-bottom: 0;
  }
  .access-dir__ttl {
    font-size: 22px;
    text-align: center;
    line-height: 1.65;
    margin-bottom: 30px;
  }
  .access-dir__box {
    max-width: 730px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .access-dir__dl {
    width: 350px;
    margin-right: 30px;
  }
  .access-dir__dl:last-of-type {
    margin-right: 0;
  }
  .access-dir__dt {
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #888888;
    width: 100%;
    padding: 2px 0;
    line-height: 1.31;
  }
  .access-dir__dd {
    font-size: 16px;
    line-height: 1.31;
    margin-right: 40px;
    text-align: right;
  }
  .access-dir__dd:last-of-type {
    margin-right: 0;
    text-align: left;
  }
  .access-dir__mutual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30px;
    position: relative;
  }
  .access-dir__dl--via .access-dir__mutual:nth-of-type(odd) {
    background-color: #F5F5F5;
  }
  .access-dir__dl--via .access-dir__mutual:nth-of-type(even) {
    background-color: #fff;
  }
  .access-dir__dl--hoden .access-dir__mutual:nth-of-type(odd) {
    background-color: #fff;
  }
  .access-dir__dl--hoden .access-dir__mutual:nth-of-type(even) {
    background-color: #F5F5F5;
  }
  .access-dir__dl--hoden .access-dir__dd {
    width: calc( ( 100% - 40px ) / 2 );
  }
  .access-dir__warning-list {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .access-dir__warning-item {
    font-size: 14px;
    color: #DF2413;
    margin-bottom: 10px;
    line-height: 1.35;
  }
  .access-dir__warning-item:last-of-type {
    margin-bottom: 0;
  }
  .access-dir__notearea {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
  .access-dir__note {
    font-size: 14px;
    color: #888888;
    line-height: 1.35;
  }
  .access-dir__note-link {
    color: #3799CC !important;
    text-decoration: underline !important;
  }
  .access-dir__note-link:hover {
    text-decoration: none !important;
  }
  .access-dir__via-wrap {
    text-align: center;
  }
  .access-dir__via-txt {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .access-dir__via-link {
    font-size: 16px;
    color: #333 !important;
    display: inline-block;
    padding-right: 30px;
    border-bottom: 1px solid;
    line-height: 1.375;
    position: relative;
  }
  .access-dir__via-link::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_black.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    right: 10px;
  }
  .access-dir__via-link:hover {
    opacity: 0.8;
  }
  .access-dir__wayto-wrap {
    width: 100%;
    margin-bottom: 85px;
  }
  .access-dir__wayto-map {
    width: 100%;
    height: 293px;
    margin-bottom: 30px;
  }
  .access-dir__wayto-map iframe {
    width: 100%;
    height: 100%;
  }
  .access-dir__wayto-txtarea {
    width: 100%;
  }
  .access-dir__wayto-lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .access-dir__wayto-list {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
  }
  .access-dir__wayto-list::before {
    content: "";
    width: 1px;
    height: 90%;
    color:rgba(55, 153, 204, 0.2) ;
    background-color:rgba(55, 153, 204, 0.2) ;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
  }
  .access-dir__wayto-item {
    margin-bottom: 20px;
  }
  .access-dir__wayto-item:last-of-type {
    margin-bottom: 0;
  }
  .access-dir__wayto-head {
    font-size: 16px;
    padding-left: 5px;
    margin-bottom: 20px;
    line-height: 1.57;
    position: relative;
  }
  .access-dir__wayto-head::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #3799CC;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -18.5px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
  }
  .access-dir__wayto-body {
    font-size: 14px;
    line-height: 1.8;
  }
  .access-dir__around-txt {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .access-dir__around-thumb {
    width: 100%;
    margin-bottom: 30px;
  }
  .access-dir__around-thumb img {
    width: 100%;
  }
  .access-dir__around-note {
    font-size: 14px;
    color: #888888;
    line-height: 1.33;
    padding-left: 1.1em;
    position: relative;
  }
  .access-dir__around-note::before {
    content: "※";
    position: absolute;
    left: 0;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .access-dir {
    margin-bottom: 24vw;
  }
  .access-dir--via {
    width: 89.333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .access-dir--around {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .access-dir:last-of-type {
    margin-bottom: 0;
  }
  .access-dir__ttl {
    font-size: 5.333vw;
    text-align: center;
    line-height: 1.82;
    margin-bottom: 8vw;
  }
  .access-dir__box {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.333vw;
  }
  .access-dir__box:last-of-type {
    margin-bottom: 0;
  }
  .access-dir__dl {
    width: 100%;
    margin-bottom: 5.333vw;
  }
  .access-dir__dl:last-of-type {
    margin-right: 0;
  }
  .access-dir__dt {
    font-size: 3.733vw;
    text-align: center;
    color: #fff;
    background-color: #888888;
    width: 100%;
    padding: 0.533vw 0;
    line-height: 1.35;
  }
  .access-dir__dd {
    font-size: 3.733vw;
    line-height: 1.35;
    margin-right: 10.667vw;
  }
  .access-dir__dd:first-of-type {
    text-align: right;
  }
  .access-dir__dd:last-of-type {
    margin-right: 0;
    text-align: left;
  }
  .access-dir__mutual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 8vw;
    position: relative;
  }
  .access-dir__dl--via .access-dir__mutual:nth-of-type(odd) {
    background-color: #F5F5F5;
  }
  .access-dir__dl--via .access-dir__mutual:nth-of-type(even) {
    background-color: #fff;
  }
  .access-dir__dl--hoden .access-dir__mutual:nth-of-type(odd) {
    background-color: #fff;
  }
  .access-dir__dl--hoden .access-dir__mutual:nth-of-type(even) {
    background-color: #F5F5F5;
  }
  .access-dir__dl--hoden .access-dir__dd {
    width: calc( ( 100% - 10.667vw ) / 2 );
  }
  .access-dir__warning-list {
    width: 89.333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.667vw;
  }
  .access-dir__warning-item {
    font-size: 3.2vw;
    color: #DF2413;
    margin-bottom: 2.667vw;
    line-height: 1.33;
  }
  .access-dir__warning-item:last-of-type {
    margin-bottom: 0;
  }
  .access-dir__notearea {
    width: 89.333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .access-dir__note {
    font-size: 3.2vw;
    color: #888888;
    line-height: 1.33;
  }
  .access-dir__note-link {
    color: #3799CC !important;
    text-decoration: underline !important;
  }
  .access-dir__note-link:hover {
    text-decoration: none !important;
  }
  .access-dir__via-wrap {
    text-align: right;
  }
  .access-dir__via-wrap *:not(.access-dir__via-link) {
    text-align: left;
  }
  .access-dir__via-txt {
    font-size: 3.733vw;
    line-height: 1.8;
    margin-bottom: 8vw;
  }
  .access-dir__via-link {
    font-size: 3.733vw;
    color: #333 !important;
    display: inline-block;
    padding-right: 8vw;
    border-bottom: 0.267vw solid;
    line-height: 1.8;
    position: relative;
  }
  .access-dir__via-link::after {
    content: "";
    width: 2.667vw;
    height: 2.667vw;
    background-image: url("/common/img/icon_arrow_black.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    right: 2.667vw;
  }
  .access-dir__via-link:hover {
    opacity: 0.8;
  }
  .access-dir__wayto-wrap {
    width: 100%;
    margin-bottom: 24vw;
  }
  .access-dir__wayto-map {
    width: 100%;
    height: 58.667vw;
    margin-bottom: 8vw;
  }
  .access-dir__wayto-map iframe {
    width: 100%;
    height: 100%;
  }
  .access-dir__wayto-txtarea {
    width: 89.333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .access-dir__wayto-lead {
    font-size: 3.733vw;
    line-height: 1.8;
    margin-bottom: 6.667vw;
  }
  .access-dir__wayto-list {
    margin-left: 2.667vw;
    padding-left: 2.667vw;
    position: relative;
  }
  .access-dir__wayto-list::before {
    content: "";
    width: 0.267vw;
    height: 90%;
    color:rgba(55, 153, 204, 0.2) ;
    background-color:rgba(55, 153, 204, 0.2) ;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
  }
  .access-dir__wayto-item {
    margin-bottom: 2.667vw;
  }
  .access-dir__wayto-item:last-of-type {
    margin-bottom: 0;
  }
  .access-dir__wayto-head {
    font-size: 3.733vw;
    padding-left: 1.333vw;
    margin-bottom: 2.667vw;
    line-height: 1.8;
    position: relative;
  }
  .access-dir__wayto-head::before {
    content: "";
    width: 4.8vw;
    height: 4.8vw;
    background-color: #3799CC;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -4.933vw;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
  }
  .access-dir__wayto-body {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .access-dir__around-txt {
    width: 89.333vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.733vw;
    margin-bottom: 8vw;
    line-height: 1.8;
  }
  .access-dir__around-thumb {
    width: 100%;
    margin-bottom: 5.333vw;
  }
  .access-dir__around-thumb img {
    width: 100%;
  }
  .access-dir__around-note {
    width: 89.333vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.2vw;
    line-height: 1.33;
    padding-left: 1.1em;
    position: relative;
  }
  .access-dir__around-note::before {
    content: "※";
    position: absolute;
    left: 0;
  }
}


/*====================
  access-link
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .access-link {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 88px;
  }
  .access-link__item {
    text-align: center;
    margin-bottom: 40px;
  }
  .access-link__item:last-of-type {
    margin-bottom: 0;
  }
  .access-link__item--button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #fff !important;
    background-color: #3799CC;
    line-height: 1.37;
    position: relative;
  }
  .access-link__item--button a::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_white.svg");
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
  }
  .access-link__item--button a:hover {
    opacity: 0.8;
  }
  .access-link__item--back a {
    font-size: 16px;
    color: #333 !important;
    line-height: 1.37;
    padding-left: 30px;
    position: relative;
  }
  .access-link__item--back a::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_black.svg");
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    top: 0;
    bottom: 0;
    left: 0;
  }
  .access-link__item--back a:hover {
    opacity: 0.8;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .access-link {
    width: 89.333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13.867vw;
  }
  .access-link__item {
    text-align: center;
    margin-bottom: 9.6vw;
  }
  .access-link__item:last-of-type {
    margin-bottom: 0;
  }
  .access-link__item--button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #fff !important;
    background-color: #3799CC;
    line-height: 1.37;
    position: relative;
  }
  .access-link__item--button a::after {
    content: "";
    width: 2.667vw;
    height: 2.667vw;
    background-image: url("/common/img/icon_arrow_white.svg");
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13.333vw;
  }
  .access-link__item--button a:hover {
    opacity: 0.8;
  }
  .access-link__item--back a {
    font-size: 4.267vw;
    color: #333 !important;
    line-height: 1.37;
    padding-left: 8vw;
    position: relative;
  }
  .access-link__item--back a::after {
    content: "";
    width: 2.667vw;
    height: 2.667vw;
    background-image: url("/common/img/icon_arrow_black.svg");
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    top: 0;
    bottom: 0;
    left: 0;
  }
  .access-link__item--back a:hover {
    opacity: 0.8;
  }
}


/*====================
  access-other
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .access-other__list {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .access-other__item {
    width: 335px;
    margin-right: 40px;
  }
  .access-other__item:last-of-type {
    margin-right: 0;
  }
  .access-other__item a {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333;
    background-color: #d8d8d8;
    text-align: center;
    line-height: 1.0;
    position: relative;
  }
  .access-other__item a::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_black.svg");
    background-repeat: no-repeat;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
  }
  .access-other__item a:hover {
    opacity: 0.8;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .access-other__list {
    width: 89.333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .access-other__item {
    width: 100%;
    margin-bottom: 5.333vw;
  }
  .access-other__item:last-of-type {
    margin-bottom: 0;
  }
  .access-other__item a {
    width: 100%;
    height: 21.333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.267vw;
    color: #333;
    background-color: #d8d8d8;
    text-align: center;
    line-height: 1.0;
    position: relative;
  }
  .access-other__item a::after {
    content: "";
    width: 2.667vw;
    height: 2.667vw;
    background-image: url("/common/img/icon_arrow_black.svg");
    background-repeat: no-repeat;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13.333vw;
  }
  .access-other__item a:hover {
    opacity: 0.8;
  }
}