@charset "UTF-8";
/* =========================================================
    PARTIAL
========================================================= */
/*==================================================================

  COLOR

==================================================================*/
/*==================================================================

  FONTS

==================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*==================================================================

  mixin

==================================================================*/
/* =========================================================
    ACCESS
========================================================= */
@media (max-width: 769px) {
  .access_wrap {
    padding: 0;
  }
}

/* =========================================================
    CATEGORY TAB
========================================================= */
.access__category {
  margin: 60px 0 39px;
}
@media (max-width: 769px) {
  .access__category {
    position: relative;
    margin: 0 0 30px;
    height: 82px;
  }
}
.access__category .access__category-list {
  display: flex;
  align-items: center;
  padding: 13px 0 11px 0;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}
@media (max-width: 769px) {
  .access__category .access__category-list {
    justify-content: space-between;
    padding: 0;
    height: 100%;
  }
}
.access__category .access__category-item {
  position: relative;
  width: 25%;
  padding: 0 8.5px 0 10.5px;
}
@media (max-width: 769px) {
  .access__category .access__category-item {
    border-left: none;
    padding: 0;
    height: 100%;
  }
}
.access__category .access__category-item:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 46px;
  background: #E6E6E6;
}
@media (max-width: 769px) {
  .access__category .access__category-item:before {
    height: 56px;
  }
}
@media (max-width: 769px) {
  .access__category .access__category-item:first-child:before {
    content: none;
  }
}
@media (min-width: 769px) {
  .access__category .access__category-item:last-child::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 1px;
    height: 46px;
    background: #E6E6E6;
  }
}
.access__category .access__category-item .access__category-item-link {
  width: 100%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #A7A7A7;
}
@media (max-width: 769px) {
  .access__category .access__category-item .access__category-item-link {
    line-height: 1.3em;
    letter-spacing: 0.16em;
    height: 100%;
  }
}
.access__category .access__category-item .access__category-item-link a {
  display: block;
  padding: 21px 0;
}
@media (max-width: 769px) {
  .access__category .access__category-item .access__category-item-link a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.access__category .tab__select.active .tab__select-item:before {
  border-top: 9px solid #4BC262;
}

/* =========================================================
    TITLT AREA
========================================================= */
.contents_ttl_area {
  border-top: 2px solid #2A2A2A;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0 23px;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .contents_ttl_area {
    padding: 18px 0;
  }
}
.contents_ttl_area .contents_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.1rem;
  padding-left: 25px;
}
@media (max-width: 769px) {
  .contents_ttl_area .contents_ttl {
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.contents_ttl_area .contents_ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 4px solid #4BC262;
  box-sizing: border-box;
  border-radius: 50%;
}
@media (max-width: 769px) {
  .contents_ttl_area .contents_ttl::before {
    display: none;
  }
}
.contents_ttl_area .contents_ttl span {
  font-size: 14px;
  margin-left: 6px;
}
@media (max-width: 769px) {
  .contents_ttl_area .contents_ttl span {
    font-size: 12px;
  }
}

/* =========================================================
    車（駐車場）
========================================================= */
@media (max-width: 769px) {
  .contents_section_area01 {
    padding: 0 15px;
  }
}
.contents_section_area01 .cont_address {
  margin: 0 0 23px;
  font-size: 14px;
  line-height: 2;
  color: #2a2a2a;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  .contents_section_area01 .cont_address {
    margin: -5px 0 17px;
  }
}
.contents_section_area01 .cont_address a {
  color: #1F8DFC;
  text-decoration: underline;
}
.contents_section_area01 .cont_img {
  padding: 0 50px;
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .contents_section_area01 .cont_img {
    padding: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 769px) {
  .contents_section_area02 {
    margin-top: -10px;
  }
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont {
    font-size: 14px;
    line-height: 2;
  }
}
.contents_section_area02 .access_cont_ttl {
  padding: 14px 0 13px 13px;
  background: #D9EBDD;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.13rem;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_ttl {
    padding: 14px 50px 10px 13px;
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt {
    padding: 0 15px;
    margin: 20px auto 0;
  }
}
.contents_section_area02 .access_cont_txt .access_cate {
  position: relative;
  display: flex;
  padding: 24px 0 23px;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cate {
    display: flex;
    flex-direction: column;
    padding: 16px 0 9px;
  }
}
.contents_section_area02 .access_cont_txt .access_cate::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #4BC262 200px, #D8D8D8 200px);
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cate::before {
    background: linear-gradient(90deg, #4BC262 32%, #D8D8D8 32%);
  }
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cate:last-child::before, .contents_section_area02 .access_cont_txt .access_cate.sp-border-none::before {
    content: none;
  }
}
.contents_section_area02 .access_cont_txt .access_cate_ttl {
  width: 200px;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.06em;
}
.contents_section_area02 .access_cont_txt .access_cate_txt {
  flex: 1;
  padding-left: 40px;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cate_txt {
    padding-left: 0;
  }
}
.contents_section_area02 .access_cont_txt .access_cate_txt a {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #1F8DFC;
  text-decoration: underline;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cate_txt a {
    display: block;
    margin-top: -5px;
  }
}
.contents_section_area02 .access_cont_txt .access_cate_additional {
  width: 100%;
  margin: -8px 0 11px;
  font-size: 14px;
  line-height: 2;
  color: #2a2a2a;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cate_additional {
    font-size: 12px;
    margin: -24px 0 11px;
  }
}
.contents_section_area02 .access_cont_txt .access_cate_additional .additional_list {
  padding: 34px 55px 33px;
  background: #F8F8F8;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cate_additional .additional_list {
    padding: 15px 23px 19px 25px;
    margin-top: 13px;
    margin-bottom: 8px;
  }
}
.contents_section_area02 .access_cont_txt .access_cate_additional .additional_list_item {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 2;
  color: #2a2a2a;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cate_additional .additional_list_item {
    font-size: 12px;
  }
}
.contents_section_area02 .access_cont_txt .access_cate_additional .additional_list_item::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  background: #2A2A2A;
  border-radius: 50%;
  top: 12px;
  left: 1px;
}
.contents_section_area02 .access_cont_txt .access_cate_additional .free_item {
  position: relative;
  padding-left: 15px;
  line-height: 2;
  color: #2a2a2a;
  letter-spacing: 0.1rem;
}
.contents_section_area02 .access_cont_txt .access_cate_additional .free_item::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 5px;
  left: 2px;
  border-radius: 50%;
  font-size: 10px;
  background: #4BC262;
}
.contents_section_area02 .access_cont_txt .access_cate_fix {
  padding: 7px 0 23px;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cate_fix .additional_list {
    padding: 14px 10px 17px;
  }
}
.contents_section_area02 .access_cont_txt .access_cate_fix .additional_list_item:before {
  content: none;
}
.contents_section_area02 .access_cont_txt .access_cont_subttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #4BC262;
  letter-spacing: 0.13rem;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .access_cont_subttl {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.contents_section_area02 .access_cont_txt .access_cont_subtxt {
  font-size: 14px;
  line-height: 2;
  color: #2a2a2a;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.contents_section_area02 .access_cont_txt .access_cont_subtxt2 {
  font-size: 14px;
  line-height: 2;
  color: #2a2a2a;
  background: #eeeeee;
  padding: 15px;
  margin: 10px 0 25px;
}
.contents_section_area02 .access_cont_txt .time_ttl {
  margin-top: 10px;
}
.contents_section_area02 .access_cont_txt .time_tbl {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 15px;
}
.contents_section_area02 .access_cont_txt .time_tbl tr {
  width: 100%;
}
.contents_section_area02 .access_cont_txt .time_tbl tr th {
  padding: 6px 0 6px 18px;
  background: #4BC262;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: left;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}
.contents_section_area02 .access_cont_txt .time_tbl tr th:nth-child(2) {
  padding-left: 23px;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .time_tbl tr th {
    padding: 7px 0 7px 10px;
    font-size: 12px;
  }
}
.contents_section_area02 .access_cont_txt .time_tbl tr td {
  font-size: 14px;
  line-height: 2;
  color: #2a2a2a;
  letter-spacing: 0.06em;
  border: 1px solid #D8D8D8;
}
.contents_section_area02 .access_cont_txt .time_tbl tr td:nth-child(1) {
  width: 267px;
  padding: 6px 0 6px 18px;
  background: #F8F8F8;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_cont_txt .time_tbl tr td:nth-child(1) {
    width: 60%;
    padding: 7px 0 7px 10px;
    font-size: 12px;
  }
}
.contents_section_area02 .access_cont_txt .time_tbl tr td:nth-child(2) {
  padding-left: 23px;
}
.contents_section_area02 .access_caution_list {
  margin-top: -7px;
  margin-bottom: 37px;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_caution_list {
    margin-top: 26px;
    margin-bottom: 20px;
  }
}
.contents_section_area02 .access_caution_item {
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 2;
  color: #2a2a2a;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_caution_item {
    display: flex;
    margin-bottom: 20px;
  }
}
.contents_section_area02 .access_caution_item span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 7px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  background: #4BC262;
  border-radius: 50%;
  vertical-align: top;
  transform: translateY(-3px);
}
@media (max-width: 769px) {
  .contents_section_area02 .access_caution_item span {
    margin-right: 11px;
  }
}
.contents_section_area02 .access_caution_item span::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 12px;
  border-color: transparent transparent transparent #4bc263;
}
.contents_section_area02 .access_caution_item p {
  display: inline-block;
  width: 95%;
  font-size: 14px;
  line-height: 2;
  color: #2a2a2a;
  letter-spacing: 0.11rem;
}
@media (max-width: 769px) {
  .contents_section_area02 .access_caution_item p {
    width: 86%;
    line-height: 1.6;
  }
}
.contents_section_area02 .ev-station_tbl {
  margin-top: 8px;
}
@media (max-width: 769px) {
  .contents_section_area02 .ev-station_tbl {
    margin-top: 7px;
    margin-bottom: 14px;
  }
}
.contents_section_area02 .ev-station_tbl tr td {
  border: 1px solid #D8D8D8;
  font-size: 14px;
  color: #2a2a2a;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  .contents_section_area02 .ev-station_tbl tr td {
    box-sizing: border-box;
  }
}
.contents_section_area02 .ev-station_tbl tr td:nth-child(1) {
  width: 267px;
  padding: 7px 0 7px 18px;
  vertical-align: middle;
  line-height: 1.9;
  background: #F8F8F8;
}
@media (max-width: 769px) {
  .contents_section_area02 .ev-station_tbl tr td:nth-child(1) {
    width: 29.5%;
    padding: 10px 0 11px 14px;
    font-size: 14px;
    line-height: 1.8;
    border-left: none;
  }
}
.contents_section_area02 .ev-station_tbl tr td:nth-child(2) {
  padding: 7px 0 8px 23px;
}
@media (max-width: 769px) {
  .contents_section_area02 .ev-station_tbl tr td:nth-child(2) {
    padding: 10px 0 10px 11px;
    font-size: 14px;
    line-height: 1.5;
    border-right: none;
  }
}
.contents_section_area02 .ev-station_tbl tr td ul {
  list-style: decimal;
  margin-left: 20px;
}
@media (max-width: 769px) {
  .contents_section_area02 .ev-station_tbl tr td ul {
    margin-left: 11px;
  }
}
.contents_section_area02 .ev-station_tbl tr td ul li {
  font-size: 14px;
  line-height: 2.1;
  color: #2a2a2a;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  .contents_section_area02 .ev-station_tbl tr td ul li {
    line-height: 1.5;
    letter-spacing: 0.07em;
    margin-left: 8px;
  }
}
.contents_section_area02 .ev-station_tbl tr td .ev-station_fix {
  font-size: 12px;
  line-height: 1.9;
  color: #2a2a2a;
  letter-spacing: 0.08em;
}
.contents_section_area02 .ev-station_tbl tr:nth-child(3) td, .contents_section_area02 .ev-station_tbl tr:nth-child(4) td {
  line-height: 1.9;
  padding-bottom: 7px;
}
@media (max-width: 769px) {
  .contents_section_area02 .map_floor {
    margin-top: 8px;
  }
}
.contents_section_area02 .map_list {
  margin-top: -4px;
}
@media (max-width: 769px) {
  .contents_section_area02 .map_list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.contents_section_area02 .map_item {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.8;
  color: #2a2a2a;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  .contents_section_area02 .map_item {
    margin-top: 13px;
  }
}
.contents_section_area02 .map_item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  font-size: 10px;
  background: #4BC262;
}
.contents_section_area02 .map_item .map_click {
  margin-left: 12px;
  color: #1F8DFC;
  letter-spacing: 0.13em;
  text-decoration: underline;
  text-decoration-color: #1F8DFC;
}
.contents_section_area02 .map_item:nth-child(2) .map_click {
  margin-left: 28px;
}
@media (max-width: 769px) {
  .contents_section_area02 .map_item:nth-child(2) .map_click {
    margin-left: 0px;
  }
}

/* =========================================================
    電車でのアクセス
========================================================= */
#access_train .access_cont_ttl {
  width: 260px;
  color: #2a2a2a;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.7;
}
#access_train .access_cont_txt .access_cate {
  position: relative;
  display: flex;
  padding: 26px 0 23px;
}
@media (max-width: 769px) {
  #access_train .access_cont_txt .access_cate {
    flex-direction: column;
    padding: 15px 0 50px;
  }
}
#access_train .access_cont_txt .access_cate::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #4BC262 260px, #D8D8D8 260px);
}
@media (max-width: 769px) {
  #access_train .access_cont_txt .access_cate::before {
    background: linear-gradient(90deg, #4BC262 32%, #D8D8D8 32%);
  }
}
#access_train .access_cont_txt .access_cate_txt {
  flex: 1;
  padding-left: 65px;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  #access_train .access_cont_txt .access_cate_txt {
    width: inherit;
    padding-left: 0;
    margin-top: 10px;
  }
}
#access_train .access_cont_txt .access_cate_txt .train_img {
  margin-top: 35px;
  margin-bottom: 7px;
  max-width: 448px;
}
@media (max-width: 769px) {
  #access_train .access_cont_txt .access_cate_txt .train_img {
    margin-top: 27px;
    margin-bottom: 13px;
  }
}
#access_train .access_cont_txt .access_cate_txt .train_link {
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #1F8DFC;
  text-decoration: underline;
}
@media (max-width: 769px) {
  #access_train .access_cont_txt .access_cate_txt .train_link {
    line-height: 1.5em;
  }
}
#access_train .access_cont_txt .access_cate .free_item {
  position: relative;
  margin-left: 10px;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  #access_train .access_cont_txt .access_cate .free_item {
    margin-left: 23px;
    line-height: 21px;
  }
}
#access_train .access_cont_txt .access_cate .free_item::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 5px;
  left: -13px;
  border-radius: 50%;
  font-size: 10px;
  background: #4BC262;
}
@media (max-width: 769px) {
  #access_train .access_cont_txt .access_cate .free_item::before {
    top: 7px;
    left: -22px;
  }
}

/* =========================================================
    バスでのアクセス
========================================================= */
#access_bus .access_cont_ttl {
  width: 260px;
  color: #2a2a2a;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 769px) {
  #access_bus .access_cont_ttl {
    width: 100%;
  }
}
#access_bus .access_cont_txt .access_cate {
  position: relative;
  display: flex;
  padding: 26px 0 23px;
}
@media (max-width: 769px) {
  #access_bus .access_cont_txt .access_cate {
    flex-direction: column;
    padding: 20px 0 16px;
  }
}
#access_bus .access_cont_txt .access_cate::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #4BC262 260px, #D8D8D8 260px);
}
@media (max-width: 769px) {
  #access_bus .access_cont_txt .access_cate::before {
    background: linear-gradient(90deg, #4BC262 32%, #D8D8D8 32%);
  }
}
#access_bus .access_cont_txt .access_cate_txt {
  flex: 1;
  padding-left: 65px;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  #access_bus .access_cont_txt .access_cate_txt {
    width: inherit;
    padding-left: 0;
    margin-top: 5px;
  }
}
#access_bus .access_cont_txt .access_cate .bus_item {
  position: relative;
  margin-left: 10px;
  line-height: 24px;
}
@media (max-width: 769px) {
  #access_bus .access_cont_txt .access_cate .bus_item {
    margin-left: 14px;
    line-height: 21px;
    letter-spacing: 0.09em;
    padding-left: 8px;
  }
}
#access_bus .access_cont_txt .access_cate .bus_item::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 5px;
  left: -13px;
  border-radius: 50%;
  font-size: 10px;
  background: #4BC262;
}
#access_bus .access_cont_txt .access_cate .bus_link {
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #1F8DFC;
  text-decoration: underline;
}
@media (max-width: 769px) {
  #access_bus .access_cont_txt .access_cate .bus_link {
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 13px;
    margin: 5px 0 2px 13px;
  }
}

/* =========================================================
    自転車（駐輪場）
========================================================= */
#access_bike .bike_link {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 13px 0 14px;
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background: #4BC262;
  text-decoration: none;
}
#access_bike .bike_link .arrow {
  right: 0;
  left: inherit;
}
#access_bike .bike_link .arrow:before {
  width: 15px;
  right: 14px;
  left: inherit;
}
#access_bike .bike_link .arrow:after {
  width: 10px;
  height: 10px;
  right: 15px;
  left: inherit;
}
#access_bike .bike_txt {
  margin: 24px 0 53px;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  #access_bike .bike_txt {
    font-size: 12px;
  }
}
#access_bike .bike_parking_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  #access_bike .bike_parking_list {
    margin-bottom: 5px;
  }
}
#access_bike .bike_parking_item {
  position: relative;
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 29px;
  vertical-align: bottom;
  text-align: right;
}
@media (max-width: 769px) {
  #access_bike .bike_parking_item {
    width: 100%;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 35px;
  }
}
#access_bike .bike_parking_item:nth-child(2n) {
  margin-right: 0;
}
#access_bike .bike_parking_item span {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 72px;
  height: 72px;
  background: #4BC262;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 72px;
  letter-spacing: 0.06em;
}
@media (max-width: 769px) {
  #access_bike .bike_parking_item span {
    top: -34px;
    left: 5px;
    width: 54px;
    height: 54px;
    font-size: 12px;
    line-height: 54px;
  }
}
#access_bike .bike_caution_list {
  margin-bottom: 60px;
  margin-top: -5px;
}
@media (max-width: 769px) {
  #access_bike .bike_caution_list {
    margin: 36px auto 60px;
    padding: 0 15px;
  }
}
#access_bike .bike_caution_item {
  position: relative;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-left: 14px;
}
@media (max-width: 769px) {
  #access_bike .bike_caution_item {
    margin-left: 18px;
    font-size: 12px;
  }
}
#access_bike .bike_caution_item::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 8px;
  left: -13px;
  border-radius: 50%;
  font-size: 10px;
  background: #4BC262;
}
@media (max-width: 769px) {
  #access_bike .bike_caution_item::before {
    width: 10px;
    height: 10px;
    top: 7px;
    left: -17px;
  }
}
#access_bike .bike_caution_item p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 19px;
}

/* =========================================================
    ACCORDION
========================================================= */
@media (max-width: 769px) {
  .ac_ttl {
    position: relative;
  }
  .ac_ttl .access_btn {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #4BC262;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  .ac_ttl .access_btn::before, .ac_ttl .access_btn::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 14px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    transition: all 0.4s;
  }
  .ac_ttl.active {
    margin-bottom: 6px;
  }
  .ac_ttl.active .access_btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.4s;
  }
  .ac_contents {
    height: auto;
    display: block;
  }
  .ac_contents.active {
    height: 0;
    display: none;
  }
}
@media (min-width: 769px) {
  .ac_contents {
    display: block !important;
  }
}
/* =========================================================
    追加
========================================================= */
.access_guide table,
.access_guide td,
.access_guide th {
  border-collapse: collapse;
}
.access_guide .table_01 {
  width: 100%;
}
@media (max-width: 769px) {
  .access_guide .table_01.table-yellow {
    margin-top: 20px;
  }
}
.access_guide .table_01 .table_ttl {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.06rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: none !important;
}
.access_guide .table_01 .guide_ttl {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  width: 43.6470588235%;
}
@media (min-width: 769px) {
  .access_guide .table_01 .guide_ttl {
    border: 1px solid #606060;
  }
}
@media (max-width: 769px) {
  .access_guide .table_01 .guide_ttl {
    width: 30.4347826087%;
  }
}
.access_guide .table_01 .guide_ttl_day {
  display: flex;
  line-height: 1.7em;
}
@media (max-width: 769px) {
  .access_guide .table_01 .guide_ttl_day {
    flex-direction: column;
    background: #F8F8F8;
    padding: 16px 0;
  }
}
.access_guide .table_01 .guide_ttl_day .day {
  background: #F8F8F8;
  font-size: 18px;
  width: 39.3530997305%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 769px) {
  .access_guide .table_01 .guide_ttl_day .day {
    font-size: 16px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.access_guide .table_01 .guide_ttl_day .price {
  flex: 1;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 769px) {
  .access_guide .table_01 .guide_ttl_day .price {
    font-size: 12px;
    margin-top: 9px;
    line-height: 1.3em;
  }
}
.access_guide .table_01 .guide_content {
  border: 1px solid #606060;
  width: 28.2352941176%;
}
@media (max-width: 769px) {
  .access_guide .table_01 .guide_content {
    width: 69.5652173913%;
  }
}
.access_guide .table_01 .guide_content_color {
  font-size: 21px;
  height: 81px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .access_guide .table_01 .guide_content_color {
    font-size: 16px;
    height: auto;
    padding: 10px 0;
  }
}
.access_guide .table_01 .guide_content_color.pink {
  background: #F2C5DA;
}
.access_guide .table_01 .guide_content_color.yellow {
  background: #F5F489;
}
.access_guide .table_01 .guide_content_category {
  padding: 17px 0;
  line-height: 1.7em;
  text-align: center;
}
@media (max-width: 769px) {
  .access_guide .table_01 .guide_content_category {
    padding: 11px 0;
  }
}
.access_guide .table_01 .guide_content_category.pink {
  background: #FFE5F1;
}
.access_guide .table_01 .guide_content_category.yellow {
  background: #FFFFA0;
}
.access_guide .table_01 .guide_content_freetime {
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .access_guide .table_01 .guide_content_freetime {
    line-height: 2.2em;
  }
}
.access_guide .table_01 .guide_content_freetime span {
  font-size: 30px;
  font-weight: bold;
  color: #E80A0A;
}
.access_guide .table_01 .guide_content_freetime.pink {
  background: #FFE5F1;
}
.access_guide .table_01 .guide_content_freetime.yellow {
  background: #FFFFA0;
}
.access_guide .table_02 {
  height: 100%;
  width: 100%;
}
@media (max-width: 769px) {
  .access_guide .table_02 {
    margin-top: 20px;
  }
}
.access_guide .table_02 .sum_ttl {
  border: 1px solid #606060;
  font-size: 21px;
  line-height: 1.47em;
  height: 81px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 769px) {
  .access_guide .table_02 .sum_ttl {
    font-size: 16px;
    height: auto;
    padding: 10px 0;
    width: 69.5652173913%;
  }
}
.access_guide .table_02 .sum_freetime {
  border: 1px solid #606060;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .access_guide .table_02 .sum_freetime {
    line-height: 2em;
    padding: 31px 0 22px;
  }
}
.access_guide .table_02 .sum_freetime .time {
  font-size: 30px;
  font-weight: bold;
  color: #E80A0A;
}
.access_guide .table_02 .sum_freetime .note {
  font-size: 14px;
  display: block;
  margin-top: 12px;
}
.access_guide .table_02 .space {
  width: 30.4347826087%;
}

@media (min-width: 769px) {
  .access_guide_inner {
    display: flex;
    justify-content: space-between;
  }
  .access_guide_inner .access_guide_01 {
    width: 77.2727272727%;
  }
  .access_guide_inner .access_guide_02 {
    width: 21.8181818182%;
  }
}

.access_guide_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.access_guide_note {
  font-size: 14px;
  line-height: 1.7em;
  margin: 20px 0 38px;
}
.access_guide_note span {
  color: #E80A0A;
}
@media (max-width: 769px) {
  .access_guide_note {
    font-size: 12px;
    margin: 20px 0 60px;
  }
}

.access_way_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .access_way_wrap {
    flex-direction: column;
  }
}

.access_way {
  width: 30%;
  border: 2px solid #4BC262;
  position: relative;
}
@media (max-width: 769px) {
  .access_way {
    width: 100%;
    margin-bottom: 50px;
  }
}
.access_way:after {
  position: absolute;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 28px;
  border-color: transparent transparent transparent #4bc263;
}
@media (min-width: 769px) {
  .access_way:after {
    top: 0;
    bottom: 0;
    right: -41px;
  }
}
@media (max-width: 769px) {
  .access_way:after {
    border-width: 28px 16.5px 0 16.5px;
    border-color: #4bc263 transparent transparent transparent;
    bottom: -40px;
    right: 0;
    left: 0;
  }
}
@media (max-width: 769px) {
  .access_way:last-child {
    margin-bottom: 0;
  }
}
.access_way:last-child:after {
  content: none;
}
.access_way_inner {
  padding-bottom: 16px;
}
.access_way_ttl {
  background: #4BC262;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 0;
}
@media (max-width: 769px) {
  .access_way_ttl {
    font-size: 18px;
    padding: 5px 0;
  }
}
.access_way_txt {
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
}
@media (max-width: 769px) {
  .access_way_txt {
    font-size: 14px;
    padding: 6px 0;
  }
}
.access_way_arrow {
  margin: 7px auto 0;
  width: 21px;
}
@media (max-width: 769px) {
  .access_way_arrow {
    margin: 0 auto;
  }
}
.access_way_btn {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #4BC262;
  color: #4BC262;
  padding: 17px 0;
  text-align: center;
  margin: 9px auto 0;
  width: calc(100% - 28px);
}
@media (max-width: 769px) {
  .access_way_btn {
    padding: 7px 0;
    margin: 0 auto;
  }
}

.access_way_01 .access_way_image {
  max-width: 271px;
  margin: auto;
}

.access_way_02 .access_way_image {
  max-width: 174px;
  margin: auto;
}

.access_way_03 .access_way_image {
  max-width: 271px;
  margin: auto;
}

.access_ticket {
  margin: 20px 0 58px;
}
.access_ticket_ttl {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .access_ticket_ttl {
    font-size: 12px;
  }
}
.access_ticket_ttl .mark {
  color: #4BC262;
}
.access_ticket_txt {
  font-size: 14px;
  margin-top: 8px;
}
@media (max-width: 769px) {
  .access_ticket_txt {
    font-size: 12px;
    margin: 0;
  }
}
@media (min-width: 769px) {
  .access_ticket_txt {
    padding-left: 1em;
  }
}
.access_ticket_image {
  margin-top: 13px;
}
@media (min-width: 769px) {
  .access_ticket_image {
    max-width: 655px;
  }
}
@media (max-width: 769px) {
  .access_ticket_image {
    margin-top: 10px;
  }
}

.qr_box_item {
  display: flex;
  flex-wrap: wrap;
}
.qr_box_item_txt {
  width: 350px;
}
@media (max-width: 769px) {
  .qr_box_item_txt {
    width: 100%;
  }
}
.qr_box_item img {
  width: 100px;
}/*# sourceMappingURL=access.css.map */