@charset "UTF-8";

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

  LEX TOKYO Article PC Styles

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

/*
  Header
=================================================================== */
.l-header {
  position: relative;
  background-color: var(--blk);
}

/*
  Section
=================================================================== */
.sec-heading {
  color: var(--gold);
  margin: 0 0 115px;
}

.article-unit { padding: 65px 0 150px; }
.article-heading {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .05em;
  line-height: 1.8;
  color: var(--gold);
  border-left: solid 10px var(--gold);
  margin: 0 0 1em;
  padding: 0 0 0 .7em;
}
.article-unit article figure img {
  width: 100%;
  height: auto;
}
.post-date {
  font-size: .7em;
  display: block;
}
.article-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
  padding: 2em 0 4em;
}

/*
  Footer
=================================================================== */
.location {
  text-align: left;
  color: var(--wht);
  padding: 0 0 50px;
}
.location h3 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .05em;
  margin: 0 0 .5em;
  color: #adaeae;
}
.location dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.location dl {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.location dl dt { line-height: 2.0; }
.location dl dt span {
  font-size: calc(22 / 16 * 1em);
  line-height: 1.5;
  display: block;
  color: #adaeae;
}
.location dl dd { line-height: 2.0; }

.location ul {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.location ul li:last-of-type { margin: 1em 0 0; }
.location ul li a {
  color: var(--gold);
  text-decoration: none;
  transition: all .3s;
}
.location ul li a:hover { text-decoration: underline; }