.container { width: 1100px; margin: 0 auto; }
@media (max-width: 1200px) { .container { width: 100%; padding: 0px 20px; } }

.narrow { width: 770px; margin: 0 auto; }
@media (max-width: 770px) { .narrow { width: 100%; padding: 0px 20px; } }

.pc-only { display: block; }
@media screen and (max-width: 768px) { .pc-only { display: none; } }

.sp-only { display: none; }
@media screen and (max-width: 768px) { .sp-only { display: block; } }

article#page { font-family: "Noto Serif JP", serif; }
article#page .ttl { background: #010002; padding: 2.5rem 0; color: #fff; position: relative; margin-top: 5px; }
article#page .ttl h2 { font-family: "Gilda Display", serif; font-size: 2.4rem; line-height: 1.1; letter-spacing: 0.3rem; }
article#page .ttl h2 span { font-family: "Noto Serif JP", serif; display: block; font-size: 1.2rem; letter-spacing: 0rem; }
article#page .ttl::after { content: ''; border: none; height: calc(100% + 10px); width: 100%; display: inline-block; position: absolute; background: linear-gradient(90deg, #797979 0%, #fff 54%, #c2c2c2 83%, #797979 100%); top: -5px; left: 0; bottom: auto; z-index: -1; }
@media screen and (max-width: 559px) { article#page .ttl h2 { font-size: 2rem; }
  article#page .ttl h2 span { font-size: 1rem; } }

.arrow { position: relative; display: inline-block; padding: 0 0 0 16px; vertical-align: middle; text-decoration: none; font-size: 1rem; }
.arrow::after { position: absolute; top: 0; bottom: 0; margin: auto; content: ""; vertical-align: middle; right: 20px; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

a.btn { color: #fff; background: #797979; padding: 0.5rem 0; }
a.btn:hover { filter: brightness(1.7); text-decoration: none; transition: 0.3s; }
a.btn.coming { background: #555; color: #ccc; }
a.btn.coming:hover { filter: none; text-decoration: none; }
a.btn.back.arrow::after { right: auto; left: 20px; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(225deg); }
a.btn.black { background: #010002; }

#access, #limited, #alphapoint, #view, #limited-login, #concept-design, #outline, #company, #roomplan { padding: 6rem 0; }
@media screen and (max-width: 559px) { #access, #limited, #alphapoint, #view, #limited-login, #concept-design, #outline, #company, #roomplan { padding: 4rem 0; } }

#access-line { margin-top: 5px; margin-bottom: 6rem; }
#access-line .mv { padding: 6rem 0; background: center bottom/cover url("../../images/access/access_bg.jpg"); color: #fff; }
#access-line .mv h2 { font-size: 2rem; }
#access-line .mv p { font-size: 1.4rem; }
#access-line .block { margin-top: 6rem; }
#access-line .block h3 { background: #010002; color: #fff; font-size: 1.6rem; position: relative; padding: 0.5rem 0; }
#access-line .block h3 span { font-size: 1.35rem; }
#access-line .block h3::after { content: ''; border: none; height: calc(100% + 6px); width: 100%; display: inline-block; position: absolute; background: linear-gradient(90deg, #797979 0%, #fff 54%, #c2c2c2 83%, #797979 100%); top: -3px; left: 0; bottom: auto; z-index: -1; }
#access-line .block ul { margin-top: 3rem; display: flex; justify-content: space-between; }
#access-line .block ul li { width: 30%; }
#access-line .block ul li h4 { font-size: 2rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; line-height: 1; margin-top: 1rem; }
#access-line .block ul li p { font-size: 1rem; margin-top: 0.5rem; }
#access-line .block ul li img { width: 100%; }
#access-line .block img.line-map { width: 100%; }
#access-line .block .item { margin-top: 4rem; display: flex; justify-content: space-between; }
#access-line .block .item .img { width: 48%; }
#access-line .map { margin-top: 6rem; }
#access-line .map .station-list { margin-top: 4rem; }
#access-line .map .station-list h4 { font-size: 1.2rem; border-bottom: 1px solid #010002; text-align: left; letter-spacing: 0.1rem; }
#access-line .map .station-list h4 span { font-size: 2rem; }
#access-line .map .station-list img { margin-top: 1rem; }
@media screen and (max-width: 768px) { #access-line .mv h2 { font-size: 6vw; }
  #access-line .mv p { font-size: 3.8vw; margin-top: 1rem; }
  #access-line .block h3 { font-size: 5vw; }
  #access-line .block ul { flex-direction: column; }
  #access-line .block ul li { width: 100%; }
  #access-line .block ul li:not(:first-child) { margin-top: 2rem; }
  #access-line .block .item { flex-direction: column; }
  #access-line .block .item .img { width: 100%; }
  #access-line .block .item .img:nth-child(2) { margin-top: 2rem; } }
