.elementor-15665 .elementor-element.elementor-element-eec1df7:not(.elementor-motion-effects-element-type-background), .elementor-15665 .elementor-element.elementor-element-eec1df7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.tokyoia.com/wp-content/uploads/2022/02/test.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-15665 .elementor-element.elementor-element-eec1df7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 0px 6px 0px;}.elementor-15665 .elementor-element.elementor-element-eec1df7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-15665 .elementor-element.elementor-element-eec1df7 > .elementor-shape-bottom svg{height:77px;}.elementor-15665 .elementor-element.elementor-element-ed11cc0 > .elementor-element-populated{margin:0px 0px 50px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-15665 .elementor-element.elementor-element-4c35d64{--spacer-size:10px;}@media(max-width:1024px){.elementor-15665 .elementor-element.elementor-element-eec1df7 > .elementor-shape-bottom svg{height:34px;}.elementor-15665 .elementor-element.elementor-element-eec1df7{padding:110px 0px 60px 0px;}.elementor-15665 .elementor-element.elementor-element-ed11cc0 > .elementor-element-populated{padding:0px 0px 0px 0px;}}@media(min-width:1367px){.elementor-15665 .elementor-element.elementor-element-eec1df7:not(.elementor-motion-effects-element-type-background), .elementor-15665 .elementor-element.elementor-element-eec1df7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-15665 .elementor-element.elementor-element-eec1df7:not(.elementor-motion-effects-element-type-background), .elementor-15665 .elementor-element.elementor-element-eec1df7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-15665 .elementor-element.elementor-element-eec1df7{padding:100px 0px 60px 0px;}}/* Start custom CSS for html, class: .elementor-element-4c36100 */.access-section {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.school-section-title {
  margin: 0 0 2rem 0;
  padding-left: 18px;
  border-left: 6px solid #1a73e8;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #222222;
}

.access-intro {
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  padding: 26px 30px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  margin-bottom: 28px;
}

.access-intro p {
  line-height: 2;
  color: #555555;
  margin-bottom: 1.2rem;
}

.access-intro p:last-child {
  margin-bottom: 0;
}

.access-map {
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  margin-bottom: 28px;
  text-align: center;
}

.access-map img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.campus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.campus-card {
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.campus-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
}

.campus-card h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a73e8;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.campus-card p {
  line-height: 1.8;
  color: #555555;
  margin-bottom: 1rem;
}

.campus-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .access-section {
    margin: 1.5rem auto;
    padding: 0 0.75rem;
  }

  .school-section-title {
    font-size: 1.6rem;
    padding-left: 12px;
    border-left: 5px solid #1a73e8;
    margin-bottom: 1.5rem;
  }

  .access-intro,
  .access-map,
  .campus-card {
    padding: 18px;
    border-radius: 14px;
  }

  .access-intro p {
    font-size: 0.95rem;
    line-height: 1.9;
  }

  .campus-card h2 {
    font-size: 1.15rem;
  }
}/* End custom CSS */