@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
ホバー
----------------------------------------------------*/
.short_inner {
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  .short_inner {
    padding: 0 233px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  .short_inner {
    padding: 0 4%;
  }
}

.lead {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 2.61;
  margin-top: 54px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .lead {
    font-size: 17px;
    line-height: 2.58;
    letter-spacing: 0.03em;
    margin-top: 96px;
  }
}

.movie {
  width: min(840px, 100%);
  margin: 50px auto 35px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .movie {
    margin: 80px auto 90px;
  }
}
.movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.outline_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid #f4f4f4;
  padding: 30px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline_list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.outline_list > li h2 {
  width: min(180px, 20%);
  font-weight: 500;
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline_list > li h2 {
    font-size: 14px;
  }
}
.outline_list > li p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 400;
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline_list > li p {
    font-size: 14px;
  }
}
.outline_list > li a {
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  .outline_list > li a {
    color: #343434;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#343434), to(#343434));
    background-image: linear-gradient(90deg, #343434, #343434);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
  .outline_list > li a:hover {
    background-size: 100% 1px;
  }
}
.outline_list > li ul li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 2.16;
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline_list > li ul li {
    font-size: 14px;
    line-height: 2.14;
  }
}
.outline_list > li ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.outline_list > li ul.location_list li {
  line-height: 2.16;
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline_list > li ul.location_list li {
    line-height: 1.93;
  }
}
.outline_list > li ul.location_list li:not(:last-child) {
  margin-bottom: 1em;
}

.map {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .map {
    margin: 34px calc(50% - 50vw) 70px;
    width: 100vw;
  }
}
@media all and (min-width: 751px) {
  .map {
    margin: 80px 0 124px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 75/58;
  /* 751- */
}
@media all and (min-width: 751px) {
  .map iframe {
    aspect-ratio: 45/23;
  }
}
/*# sourceMappingURL=about.css.map */