@charset "utf-8";
/* アクセス動画 */
.youtube_list {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
html:not([data-lc-type=error]) #lightcase-content {
  background-color: unset !important;
}
html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  padding: 0 !important;
}
a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 0 !important;
  right: 0 !important;
  width: 50px;
  height: 50px;
  background: url('../images/common/interview_pop_close.svg') center center/50px no-repeat;
}
.access_directions_wrap .js-scrollable-wrap {
  width: 100%;
  padding: 0 0 26px;
}
@media only screen and (min-width: 768px) {
  .youtube_list {
    flex-direction: row;
    gap: 0 49px;
  }
}
@media only screen and (min-width: 1280px) {
  a[class*='lightcase-icon-'].lightcase-icon-close {
    width: 100px;
    height: 100px;
    background: url('../images/common/interview_pop_close.svg') center center/100px no-repeat;
  }
}
/* 主な出発地からの行き方 */
.access_directions_wrap {
  padding: 0 0 0 36px;
}
.access_directions {
  width: 577px;
  margin: 51px 0 0;
}
.access_img {
  margin: 67px 0 0;
}
.access_info_item {
  margin: 40px 0 0;
  padding: 18px 28px;
  border: 1px solid #ACACA5;
  border-radius: 5px;
  width: 262px;
  font-weight: 500;
}
.access_info_txt_01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 10px;
}
.access_info_txt_01 + .access_info_txt_01 {
  margin: 10px 0 0;
}
.access_info_txt_02 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2px 0 0;
}
.access_info_label {
  padding: 0 7px;
  border: 1px solid #222222;
  font-size: 10px;
}
.access_info_note {
  margin: 0 0 0 7px;
  font-size: 17px;
}
.access_directions::-webkit-scrollbar {
  height: 5px;
  background-color: #CACED2; 
}
.access_directions::-webkit-scrollbar-thumb {
  background: #EB0A1E;
  height: 5px;
  border-radius: 5px;
}
.access_img {
  width: 262px;
}
@media only screen and (min-width: 768px) {
  .access_directions {
    width: 100%;
    padding: 0 36px 0 0;
  }
  .access_img {
    width: 343px;
  }
  .access_info_item {
    margin: 60px 0 0;
    padding: 25px 30px;
    border-radius: 10px;
    width: 343px;
  }
  .access_info_txt_01 {
    font-size: 15px;
  }
  .access_info_label {
    padding: 0 4px;
    font-size: 14px;
  }
  .access_info_note {
    margin: 0 0 0 9px;
    font-size: 23px;
  }
}
@media only screen and (min-width: 1236px) {
  .access_directions_wrap {
    width: 1236px;
    margin: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .access_directions_wrap {
    padding: 0;
  }
  .access_directions {
    margin: 107px 0 0;
  }
  .access_img {
    margin: 82px 0 0;
  }
}
/* 路線図 */
.map_wrap {
  margin: 50px 0 0;
}
@media only screen and (min-width: 1280px) {
  .map_wrap {
    width: 1280px;
    margin: 100px auto 0;
  }
}
/* 交通機関 */
.bus_route_txt {
  margin: 50px 0 30px;
  font-size: 23px;
  font-weight: bold;
}
.access_sub_ttl_01 {
  display: inline-block;
  border-bottom: 3.5px solid #EB0A1E;
  font-size: 21px;
  font-weight: bold;
}
.access_box + .access_box {
  margin: 50px 0 0;
}
.access_box:first-child {
  margin: 30px 0 0;
}
.access_table_wrap {
  margin: 30px 0 0;
  padding: 0 0 0 36px;
}
.access_table_wrap .dataTables_wrapper {
  position: relative;
} 
.access_table_wrap .js-scrollable-wrap {
  width: 100%;
}
.access_table_wrap .tablepress {
  width: 926px;
  margin: 0 0 15px;
  border-collapse: collapse;
}
.access_table_wrap .dataTables_wrapper .dataTables_length {
  float: left;
  margin: 0 0 15px;
}
.access_table_wrap .dataTables_wrapper .dataTables_filter {
  padding: 0 36px 0 0;
  float: right;
}
.access_table_wrap .dataTables_wrapper .tablepress {
  clear: both;
}
.access_table_wrap select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 15px;
  height: 30px;
  width: 68px;
  position: relative;
  background: #F0F0EB url('../images/access/select_arw.svg') no-repeat right 10px center / 15px auto;
}
.access_table_wrap .dataTables_length {
  font-size: 15px;
  font-weight: bold;
}
.access_table_wrap .dataTables_length label {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.access_table_wrap .dataTables_filter label {
  text-indent: -9999px;
}
.access_table_wrap .dataTables_filter label input {
  width: 162px;
  height: 30px;
  padding: 4px 40px 5px 16px;
  border: solid #EB0A1E 1px;
  border-radius: 22px;
  font-size: 15px;
  background: url('../images/access/icon_keyword_search.svg') right 15px center/15px no-repeat;
}
.access_table_wrap .dataTables_filter label input::placeholder {
  color: #222;
}
.access_table_wrap .tablepress th {
  padding: 28px 10px;
  background: #E6E6DB;
  border: solid #ACACA5 1px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
.access_table_wrap .tablepress td {
  padding: 14px 10px 17px;
  border: solid #ACACA5 1px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
.access_table_wrap .tablepress td a {
  padding: 0 14px 0 0;
  background: url('../images/access/icon_link.svg') right center/9px no-repeat;
  border-bottom: 1px solid #EB0A1E;
  color: #EB0A1E;
}
.access_table_wrap .dataTables_info {
  padding: 20px 0 6px;
  text-align: center;
}
.access_table_wrap .dataTables_paginate .previous {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 30px;
  background: url(../images/access/btn_previous.svg) center/30px no-repeat;
}
.access_table_wrap .dataTables_paginate .next {
  position: absolute;
  right: 36px;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 30px;
  background: url(../images/access/btn_next.svg) center/30px no-repeat;
}
.access_table_wrap .dataTables_paginate .previous.disabled {
  width: 30px;
  height: 30px;
  background: url(../images/access/btn_previous_disabled.svg) center/30px no-repeat;
}
.access_table_wrap .dataTables_paginate .next.disabled {
  width: 30px;
  height: 30px;
  background: url(../images/access/btn_next_disabled.svg) center/30px no-repeat;
}
.tablepress_note {
  margin: 5px 0 0;
}
.tablepress_note a {
  border-bottom: 1px solid #EB0A1E;
  color: #EB0A1E;
}
.js-scrollable-wrap::-webkit-scrollbar {
  height: 5px;
  background-color: #CACED2; 
}
.js-scrollable-wrap::-webkit-scrollbar-thumb {
  background: #EB0A1E;
  height: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .bus_route_txt {
		font-size: clamp(23px, 2.8vw, 36px);
  }
  .access_sub_ttl_01 {
		font-size: clamp(21px, 2.34vw, 30px);
  }
  .access_table_wrap .dataTables_paginate .previous {
    text-align: right;
  }
  .access_table_wrap .dataTables_paginate .next {
    text-align: left;
  }
  .access_table_wrap .dataTables_paginate .previous.disabled {
    text-align: right;
    color: #ACACA5;
  }
  .access_table_wrap .dataTables_paginate .next.disabled {
    text-align: left;
    color: #ACACA5;
  }
}
@media only screen and (min-width: 998px) {
  .access_table_wrap .tablepress {
    width: 100%;
  }
  .access_table_wrap .dataTables_wrapper .dataTables_filter {
    padding: 0;
  }
  .access_table_wrap .dataTables_paginate .next {
    right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .bus_route_txt {
    margin: 99px 0 40px;
		font-size: 36px;
  }
  .access_sub_ttl_01 {
    border-bottom: 5px solid #EB0A1E;
    font-size: 30px;
  }
  .access_box + .access_box {
    margin: 107px 0 0;
  }
  .access_box:first-child {
    margin: 40px 0 0;
  }
  .access_table_wrap {
    width: 1236px;
    margin: 40px auto 0;
    padding: 0;
  }
  .access_table_wrap .tablepress {
    margin: 0 0 20px;
  }
  .access_table_wrap .dataTables_wrapper .dataTables_length {
    margin: 0 0 20px;
  }
  .access_table_wrap select {
    border-radius: 10px;
    font-size: 20px;
    padding: 5px 25px;
    height: 40px;
    width: 113px;
    background: #F0F0EB url(../images/access/select_arw.svg) no-repeat right 10px center / 20px auto;
  }
  .access_table_wrap .dataTables_length {
    font-size: 20px;
    gap: 0 17px;
  }
  .access_table_wrap .dataTables_length label {
    gap: 0 17px;
  }
  .access_table_wrap .dataTables_filter label input {
    width: 304px;
    height: 40px;
    padding: 5px 51px 6px 22px;
    background: url('../images/access/icon_keyword_search.svg') right 22px center/19px no-repeat;
    font-size: 20px;
  }
  .access_table_wrap .tablepress th {
    padding: 37px 10px;
    font-size: 18px;
  }
  .access_table_wrap .tablepress td {
    padding: 19px 10px 22px;
    font-size: 18px;
  }
  .access_table_wrap .tablepress td a {
    padding: 0 18px 0 0;
    background: url('../images/access/icon_link.svg') right center/12px no-repeat;
  }
  .access_table_wrap .dataTables_info {
    padding: 27px 0 0;
  }
  .access_table_wrap .dataTables_paginate .previous {
    width: 97px;
    height: 40px;
    background: url(../images/access/btn_previous.svg) left center/40px no-repeat;
  }
  .access_table_wrap .dataTables_paginate .next {
    width: 97px;
    height: 40px;
    background: url(../images/access/btn_next.svg) right center/40px no-repeat;
  }
  .access_table_wrap .dataTables_paginate .previous.disabled {
    width: 97px;
    height: 40px;
    background: url(../images/access/btn_previous_disabled.svg) left center/40px no-repeat;
  }
  .access_table_wrap .dataTables_paginate .next.disabled {
    width: 97px;
    height: 40px;
    background: url(../images/access/btn_next_disabled.svg) right center/40px no-repeat;
  }
}
/* 各バス停から学校までの経路 */
.sec_last_inner_01 {
  padding: 60px 0 214px;
}
@media only screen and (min-width: 1280px) {
  .sec_last_inner_01 {
    padding: 120px 0 381px;
  }
}