.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; } }

#location { margin-top: 5px; }
#location .mv { padding: 6rem 0; background: url("../../images/location/location_mv.jpg"); }
#location .mv p { font-size: 2rem; color: #fff; }
#location .block { margin-top: 6rem; }
#location .block h3 { background: #010002; color: #fff; font-size: 1.6rem; position: relative; padding: 0.5rem 0; }
#location .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; }
#location ul.place-list { display: flex; flex-wrap: wrap; justify-content: space-around; }
#location ul.place-list li { width: 40%; margin-top: 4rem; }
#location ul.place-list li p { font-size: 1.1rem; margin-top: 1rem; }
#location ul.place-list li p span { display: block; }
#location ul.place-list li p span.small { font-size: 0.8rem; }
#location ul.place-list.column3 { justify-content: space-between; }
#location ul.place-list.column3 li { width: 30%; }
#location .detail-block { padding: 4rem; border: 4px solid #010002; background: #f2f2f2; margin-top: 4rem; }
#location .detail-block img + p { font-size: 1.1rem; margin-top: 1rem; }
#location .column2 { display: flex; margin-top: 2rem; justify-content: space-between; }
#location .column2 .img { width: 48%; }
#location .column2 .img img { display: block; }
#location .column2 .txt { width: 46%; order: -2; text-align: left; }
#location .column2 .txt h4 { font-size: 1.6rem; }
#location .column2 .txt hr { border: none; display: block; border: 0.5px solid #010002; }
#location .column2 .txt p { font-size: 1.1rem; margin-top: 1rem; }
#location #education .detail-block .column2 .txt, #location #medical .detail-block .column2 .txt { order: 2; position: relative; }
#location #education .detail-block .column2 .txt p.small, #location #medical .detail-block .column2 .txt p.small { font-size: 0.8rem; text-align: right; }
#location #banner a { display: block; max-width: 630px; margin: 0 auto; }
#location #banner a img { width: 100%; }
#location #banner a img:hover { opacity: 0.5; transition: 0.3s; }
#location #map { background: #bfbfbf; padding: 6rem 0; }
@media screen and (max-width: 1000px) { #location .detail-block { padding: 2rem; } }
@media screen and (max-width: 768px) { #location .mv p { font-size: 3.6vw; }
  #location ul.place-list { justify-content: space-between; }
  #location ul.place-list li { width: 48%; }
  #location ul.place-list.column3 { flex-wrap: wrap; justify-content: space-around; }
  #location ul.place-list.column3 li { width: 48%; }
  #location .column2 { margin-top: 0; flex-wrap: wrap; }
  #location .column2 .img { width: 100%; max-width: 360px; margin: 0 auto; order: -2; }
  #location .column2 .txt { width: 100%; margin-top: 1rem; }
  #location .column2 .txt h4 { font-size: 5vw; }
  #location #life-info .column2 { flex-wrap: nowrap; margin: 1rem 0; }
  #location #life-info .column2 .img { margin-top: 1rem; width: 48%; max-width: 100%; } }
@media screen and (max-width: 559px) { #location .block { margin-top: 4rem; }
  #location .block h3 { font-size: 1.4rem; }
  #location ul.place-list li { margin-top: 2rem; }
  #location ul.place-list li p { font-size: 2.8vw; }
  #location ul.place-list li p span.small { font-size: 2.2vw; }
  #location .detail-block { margin-top: 2rem; padding: 20px; }
  #location .detail-block img + p { font-size: 3.2vw; }
  #location .column2 .txt p { font-size: 1rem; }
  #location #life-info .column2 { flex-wrap: wrap; }
  #location #life-info .column2 .img { margin-top: 1rem; width: 100%; }
  #location #map { padding: 2rem 0; } }
