/* Start your custom CSS bellow this comment
============================================ */
body.single-seek #main-content {
  font-family: "Zen Kaku Gothic New", Helvetica, Arial, Lucida, sans-serif;
}
body.single-seek #main-content * {
  font-family: "Zen Kaku Gothic New", Helvetica, Arial, Lucida, sans-serif;
}
body.single-seek #main-content .en {
  font-family: "Outfit", Helvetica, Arial, Lucida, sans-serif;
}
body.single-seek #main-content h1,
body.single-seek #main-content h2,
body.single-seek #main-content h3,
body.single-seek #main-content h4,
body.single-seek #main-content h5,
body.single-seek #main-content h6 {
  font-family: "Zen Kaku Gothic New", Helvetica, Arial, Lucida, sans-serif;
}

#main-content.seek-bg-color {
  background-color: #eaeaea;
}

.custom_container {
  margin: 0 auto;
  width: 80%;
  max-width: 1080px;
  box-sizing: border-box;
}
@media all and (min-width: 981px) {
  .custom_container {
    width: 100%;
  }
}
@media all and (max-width: 980px) {
  .custom_container {
    width: 90%;
  }
}
@media all and (max-width: 767px) {
  .custom_container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 479px) {
  .custom_container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.bure_crumb_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}

.bure_crumb_nav {
  font-size: 12px;
}
.bure_crumb_nav ol {
  display: flex;
  list-style-type: none;
  list-style-position: inside;
  padding: 0 0 23px;
  line-height: 26px;
}
.bure_crumb_nav ol li a {
  margin: 0 5px;
  color: #999999;
  font-size: 12px;
  padding: 5px 10px;
}
.bure_crumb_nav ol li a span.separator {
  color: #999999;
  font-size: 12px;
}

.custom_section {
  padding: 4% 0;
}

.custom_container article h1 {
  font-weight: 700;
  font-size: 40px;
  color: #013365;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding-bottom: 10px;
  margin-top: 30px;
}
.custom_container article p.date span {
  color: #013365;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}
.custom_container article h2 {
  margin-top: 30px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #013365;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.custom_container article table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999999;
  margin-bottom: 20px;
  color: #013365;
  font-size: 16px;
  line-height: 2.4em;
}
.custom_container article table th,
.custom_container article table td {
  border: 1px solid;
  padding: 0.5em;
  width: 50%;
}
.custom_container article .swiper_slides {
  margin: 60px 0 30px;
}
.custom_container article .swiper_slides .seek-swiper {
  width: 100%;
}
.custom_container article .swiper_slides .seek-swiper-pagination {
  position: static;
  margin-top: 16px;
  text-align: center;
}
.custom_container article .swiper_slides .seek-swiper-pagination .swiper-pagination-bullet {
  background-color: #013365;
  opacity: 0.3;
}
.custom_container article .swiper_slides .seek-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.custom_container article .seek-single__content {
  line-height: 2.4em;
  color: #013365;
  font-size: 16px;
  font-weight: 500;
}
.custom_container .iframe_map {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 30px 0;
  overflow: hidden;
}
.custom_container .iframe_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.custom_container .surrounding_facilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: start;
  gap: 20px;
}
.custom_container .surrounding_facilities .surrounding_facility {
  position: relative;
}
.custom_container .surrounding_facilities .surrounding_facility::before {
  backdrop-filter: blur(3px);
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
  max-height: 40%;
  pointer-events: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.custom_container .surrounding_facilities .surrounding_facility img {
  width: 100%;
  aspect-ratio: 355/266;
  overflow: hidden;
  object-fit: cover;
  display: block;
  z-index: 1;
  height: 100%;
}
.custom_container .surrounding_facilities .surrounding_facility .facility_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin: 0;
  overflow: auto;
  padding: 1em;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
  gap: 10px;
}
.custom_container .surrounding_facilities .surrounding_facility .facility_content h3 {
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  padding: 0;
}
.custom_container .emal_section,
.custom_container .surrounding_facilities_section,
.custom_container .bukken_overview_section {
  margin-top: 100px;
}
.custom_container .map_section {
  margin-top: 40px;
}

@media all and (max-width: 980px) {
  .custom_section {
    padding: 6% 0;
  }
  .bure_crumb_nav ol {
    flex-wrap: wrap;
    padding-bottom: 16px;
  }
  .custom_container article h1 {
    font-size: 32px;
    margin-top: 20px;
  }
  .custom_container article h2 {
    font-size: 22px;
    margin-top: 24px;
  }
  .custom_container article .swiper_slides {
    margin: 40px 0 24px;
  }
  .custom_container .surrounding_facilities {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .custom_container .emal_section,
  .custom_container .surrounding_facilities_section,
  .custom_container .bukken_overview_section {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .custom_section {
    padding: 32px 0;
  }
  .bure_crumb_nav {
    font-size: 11px;
  }
  .bure_crumb_nav ol {
    line-height: 1.6;
    padding-bottom: 12px;
  }
  .bure_crumb_nav ol li a {
    font-size: 11px;
    padding: 4px 6px;
    margin: 0 2px;
  }
  .custom_container article h1 {
    font-size: 26px;
    letter-spacing: 0;
    margin-top: 16px;
    padding-bottom: 6px;
  }
  .custom_container article p.date span {
    font-size: 14px;
  }
  .custom_container article h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .custom_container article table {
    display: block;
    font-size: 14px;
    line-height: 1.7em;
  }
  .custom_container article table tbody,
  .custom_container article table tr {
    display: block;
  }
  .custom_container article table tr {
    border-bottom: 1px solid #999999;
  }
  .custom_container article table tr:last-child {
    border-bottom: 0;
  }
  .custom_container article table th,
  .custom_container article table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.65em 0.75em;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .custom_container article table th:last-child,
  .custom_container article table td:last-child {
    border-bottom: 0;
  }
  .custom_container article table td:first-child {
    font-weight: 700;
    background-color: rgba(1, 51, 101, 0.06);
    padding-bottom: 0.35em;
  }
  .custom_container article .swiper_slides {
    margin: 28px 0 20px;
  }
  .custom_container article .seek-single__content {
    font-size: 15px;
    line-height: 2em;
  }
  .custom_container .iframe_map {
    margin: 20px 0;
    aspect-ratio: 4/3;
  }
  .custom_container .surrounding_facilities {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .custom_container .emal_section,
  .custom_container .surrounding_facilities_section,
  .custom_container .bukken_overview_section {
    margin-top: 48px;
  }
  .custom_container .map_section {
    margin-top: 28px;
  }
  .custom_container .seek-single__nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .custom_container .seek-single__nav .nav-previous,
  .custom_container .seek-single__nav .nav-next {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .custom_container article h1 {
    font-size: 22px;
  }
  .custom_container article h2 {
    font-size: 18px;
  }
  .custom_container article table {
    font-size: 13px;
  }
  .custom_container article .seek-single__content {
    font-size: 14px;
  }
  .custom_container .surrounding_facility .facility_content {
    font-size: 12px;
    padding: 0.75em;
  }
  .custom_container .surrounding_facility .facility_content h3 {
    font-size: 12px;
  }
}
