@charset "UTF-8";

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

  YT TENNIS SCHOOL About PC Style

========================================= */
body {
  background: url(../../common/images/bg_pattern.png) no-repeat 0 0;
  background-size: contain;
}
.l-contents .inner { padding: 0 60px; }

/* ----------------------------------------

  Page Header

----------------------------------------- */
.page-header {
  padding: 0;
  background: none;
}

/* Main Visual
----------------------------------------- */
.main-visual { height: 310px; }

/* ----------------------------------------

  Section

----------------------------------------- */

/* Section Heading
----------------------------------------- */
.sec-heading { margin: 80px 0 50px; }
.sec-heading::before { background-color: var(--l-blue); }

/* Facility Outline
----------------------------------------- */
.facility-ol {
  padding: 0 0 200px;
  background: url(../images/bg_pattern.png) repeat 0 0;
  background-size: contain;
}
.facility-ol dl {
  border-top: solid 1px var(--yt-blue);
  padding: 0 125px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.facility-ol dl:last-of-type {
  border-top: solid 1px var(--yt-blue);
  border-bottom: solid 1px var(--yt-blue);
}
.facility-ol dl dt {
  width: 15%;
  padding: 1em 0;
}
.facility-ol dl dd {
  width: 85%;
  padding: 1em 0;
}
.facility-ol dl dd a {
  color: var(--blk);
  text-decoration: none;
  transition: all 0.3s;
}
.facility-ol dl dd a:hover { opacity: 0.7; }

/* Facility Introduction
----------------------------------------- */
.facility-intro { padding: 0 0 200px; }
.intro-slider figure { position: relative; }
.intro-slider figure > img {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 8px 4px rgba(3,55,128,0.18);
}
.intro-slider figcaption {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 50%;
  height: 300px;
  background-color: #f3f9ff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 80px;
}
.intro-slider figcaption span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.intro-slider figcaption p {
  position: absolute;
  z-index: 1;
  top: -94px;
  right: 0;
}

/* ----------------------------------------

  "slick-theme.css" Overwrite

----------------------------------------- */
.slick-slider { margin: 0; }
.slick-list { overflow: visible; }

/* Arrows */
.intro-slider .slick-prev,
.intro-slider .slick-next {
  z-index: 2;
  top: 100px;
  margin: 0;
  width: 60px;
  height: 60px;
}
.intro-slider .slick-prev { left: 640px; }
.intro-slider .slick-next {
  right: initial;
  left: 720px;
}
.intro-slider .slick-prev:before,
.intro-slider .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  display: block;
}
.intro-slider .slick-prev:before { background-image: url(../images/about_prev.png); }
.intro-slider .slick-next:before { background-image: url(../images/about_next.png); }

.slick-num {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--wht);
  background-color: #1868b5;
  padding: 0.5em 1.5em;
}

/* Facility Access
----------------------------------------- */
.facility-access { padding: 0 0 200px; }
.access-images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 60px;
}
.access-images figure {
  width: calc(510 / (1200 - 120) * 100%);
}
.access-images figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
  margin: 20px 0 0;
}
.access-bus {
  background-color: #f1f7ff;
  padding: 40px;
  margin: 0 0 40px;
}
.access-bus dl {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.access-bus dl:first-of-type { margin: 0 0 65px; }
.access-bus dl dt {
  font-size: calc(18 / 16 * 1em);
  font-weight: 600;
  color: var(--yt-blue);
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.access-bus dl dt i {
  display: inline-block;
  margin: 0 10px 0 0;
}
.access-bus dl dd { line-height: calc(30 / 16); }
.access-bus dl dd span {
  color: var(--yt-blue);
  display: block;
  line-height: 1.5;
}
.access-map {
  position: relative;
  width: 1080px;
  height: 480px;
  margin: 0 auto;
}
.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link-map {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 30px auto 0;
}
.link-map a {
  position: relative;
  color: var(--yt-blue);
  text-decoration: none;
  display: inline-block;
  padding: 0 0 5px 0;
}
.link-map a i {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* Rental Coat
----------------------------------------- */
.rental-coat { padding: 0 0 120px; }
.rental-coat > figure {
  position: absolute;
  top: 0;
  right: -390px;
}
.rental-coat ul li {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
.rental-coat table {
  width: 730px;
  border-top: solid 1px #e2e2e2;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 55px 0 0;
}
.rental-coat table thead tr { border-bottom: solid 2px #e2e2e2; }
.rental-coat table tbody tr { border-bottom: solid 1px #e2e2e2; }
.rental-coat table th {
  padding: 20px 0;
  font-weight: 400;
}
.rental-coat table thead th {
  border-left: solid 1px #e2e2e2;
  background-color: #ebf0f3;
}
.rental-coat table thead th:last-of-type {
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
}
.rental-coat table tbody th {
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  background-color: var(--wht);
}
.rental-coat table tbody td {
  padding: 20px 0;
  text-align: center;
  border-right: solid 1px #e2e2e2;
  background-color: var(--wht);
}
.rental-coat table tfoot td { padding: 20px 0 0; }
.rental-coat p {
  position: absolute;
  right: 130px;
  bottom: 0;
}

@media screen and (max-width:730px) {
  .scroll {
    overflow-x: scroll;
    margin: 0 calc(35 / 750 * 100% * -1) 0 0;
    padding: 0 0 10px;
  }
}