/* --------------------------------------------------
	lead
-------------------------------------------------- */
.lead {
  height: 300px;
  background: #F5F5F5;
}
.lead__heading {
  margin-top: 25px;
}
.lead__heading__sub {
  color: #777;
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
  .lead__heading__sub {
    font-size: 1.5rem;
  }
}
.lead__heading__ttl {
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 374px) {
  .lead__heading__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .lead__heading__ttl {
    font-size: 4rem;
  }
}

/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv__img {
  margin-top: -130px;
}
@media screen and (min-width: 600px) {
  .kv__img {
    margin-top: -85px;
    display: flex;
    justify-content: space-between;
  }
}
.kv__img__item {
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .kv__img__item {
    max-width: 520px;
    width: 48%;
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .kv__img__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* --------------------------------------------------
	detail
-------------------------------------------------- */
.detail__txt {
  font-size: 1.5rem;
  line-height: 1.65;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  .detail__txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.detail__info {
  margin-top: 20px;
  border-radius: 8px;
  padding: 17px 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .detail__info {
    margin-top: 40px;
    border-radius: 16px;
    padding: 17px 38px;
  }
}
@media print, screen and (min-width: 1024px) {
  .detail__info {
    display: flex;
  }
}
.detail__info__item:not(:last-child) {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 1024px) {
  .detail__info__item:not(:last-child) {
    margin-right: 72px;
    margin-bottom: 0;
  }
}
.detail__info__item__ttl {
  color: #777;
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .detail__info__item__ttl {
    margin-bottom: 16px;
  }
}
.detail__info__item__txt {
  margin-bottom: 0.2em;
}
.detail__info__item a {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #1D56A5;
  padding-right: 18px;
  border-bottom: 1px solid #1D56A5;
  background: url(../img/common/icn_link_blank_blue.svg) no-repeat center right/14px;
  display: inline-block;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 600px) {
  .detail__info__item a {
    font-size: 1.4rem;
  }
}
.detail__info__item a.linkPdf {
  background-image: url(../img/common/icn_pdf_blue.svg);
}
.detail__info__item a.linkTel {
  color: #000;
  padding-right: 0;
  border-bottom: 0;
  background: none;
}

/* --------------------------------------------------
	event
-------------------------------------------------- */
.event {
  background: #F5F5F5;
}
.event__ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #007313;
}
.event__img {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .event__img {
    display: flex;
    justify-content: space-between;
  }
}
.event__img__item {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .event__img__item {
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) {
  .event__img__item {
    max-width: 336px;
    width: 32%;
  }
}

/* --------------------------------------------------
	bottom
-------------------------------------------------- */
.bottom {
  padding: 3em 0 0;
}
.bottom__related {
  background: #F5F5F5;
  padding: 20px 20px;
}
@media screen and (min-width: 600px) {
  .bottom__related {
    padding: 17px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .bottom__related {
    display: flex;
    padding: 17px 58px;
  }
}
.bottom__related__ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  margin-right: 36px;
  white-space: nowrap;
  margin-bottom: 0.2em;
}
@media print, screen and (min-width: 1024px) {
  .bottom__related__ttl {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .bottom__related__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.bottom__related__list li {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 0.3em;
}
@media screen and (min-width: 600px) {
  .bottom__related__list li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .bottom__related__list li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 600px) {
  .bottom__related__list li:not(:last-child) {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .bottom__related__list li:not(:last-child) {
    margin-right: 54px;
  }
}
.bottom__related__list li a {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #1D56A5;
  padding-right: 18px;
  border-bottom: 1px solid #1D56A5;
  background: url(../img/common/icn_link_blank_blue.svg) no-repeat center right/14px;
}
@media screen and (min-width: 600px) {
  .bottom__related__list li a {
    font-size: 1.4rem;
  }
}
.bottom__related__list li a.linkSns {
  padding-right: 0;
  border-bottom: 0;
  background: none;
  margin-right: 15px;
}
.bottom__btn {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .bottom__btn {
    margin-top: 48px;
  }
}/*# sourceMappingURL=akihabara-daibiru.css.map */