/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #fff;
  background-color: #231815;
}
body * {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  color: #fff;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a img {
  border-style: none;
  transition: 0.3s;
}
a:hover img {
  transform: translateY(-5px);
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
#wrapper img {
  width: 100%;
  vertical-align: middle;
}

header {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 48px;
}
@media screen and (max-width: 960px) {
  header {
    padding-top: 30px;
  }
}
header p {
  font-size: 2.8rem;
  letter-spacing: 8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  header p {
    margin-bottom: 40px;
    font-size: 2.4rem;
    letter-spacing: 7px;
  }
}
header h1 {
  padding-bottom: 15px;
  background: linear-gradient(180deg, transparent 0%, transparent 82%, #9fa0a0 82%, #9fa0a0 100%);
}
header h1 > span {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 40px;
}

nav {
  margin-bottom: 130px;
}
@media screen and (max-width: 960px) {
  nav {
    margin-bottom: 50px;
  }
}
nav ul {
  display: flex;
  justify-content: center;
}
nav ul li {
  width: 120px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  nav ul li {
    width: 25%;
  }
}
nav ul li a {
  display: block;
}
nav ul li .pict {
  margin-bottom: 10px;
}
nav ul li .name {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  nav ul li .name {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
nav ul li:nth-child(2) {
  position: relative;
  margin: 0 100px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  nav ul li:nth-child(2) {
    margin: 0 8%;
  }
}
nav ul li:nth-child(2)::before, nav ul li:nth-child(2)::after {
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  background: url(../images/arrow_right.svg) no-repeat center 32%/contain;
  position: absolute;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  nav ul li:nth-child(2)::before, nav ul li:nth-child(2)::after {
    width: 25%;
  }
}
nav ul li:nth-child(2)::before {
  left: -70px;
  top: 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  nav ul li:nth-child(2)::before {
    left: -32%;
  }
}
nav ul li:nth-child(2)::after {
  right: -70px;
  top: 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  nav ul li:nth-child(2)::after {
    right: -32%;
  }
}

.boardingArea {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .boardingArea {
    padding: 0 20px;
  }
}
.boardingArea > h2 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .boardingArea > h2 {
    font-size: 2rem;
  }
}
.boardingArea ul li {
  margin-top: 40px;
}
@media screen and (max-width: 668px) {
  .boardingArea ul li {
    margin-top: 20px;
  }
}

.chibaArea {
  max-width: 1500px;
  margin: 0 auto 100px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .chibaArea {
    margin-bottom: 40px;
  }
}
.chibaArea > h2 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 120%;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 14%;
  z-index: 1;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chibaArea > h2 {
    font-size: 2rem;
    top: 8%;
  }
}
.chibaArea > h2 br {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chibaArea > h2 br {
    display: block;
  }
}
.chibaArea .map {
  padding-right: 27%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chibaArea .map {
    padding-right: 8%;
  }
}
.chibaArea .map span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../images/map.png) no-repeat center/contain;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chibaArea .map span {
    padding-top: 125%;
    background-position: right center;
    background-size: 125% auto;
  }
}
.chibaArea .visitchiba {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chibaArea .visitchiba {
    padding: 0 20px;
  }
}
.chibaArea .visitchiba > p {
  width: 230px;
  margin: -20px 0 0 auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chibaArea .visitchiba > p {
    width: 150px;
    margin: 0 0 0 auto;
  }
}

.appArea {
  max-width: 1260px;
  margin: 0 auto 100px;
  padding: 0 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .appArea {
    padding: 0 20px;
  }
}
.appArea .btn {
  margin-top: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .appArea .btn {
    margin-top: 20px;
  }
}
.appArea .btn a {
  display: block;
  background-color: #fff;
  color: #222;
  border-radius: 50px;
  line-height: 100%;
  font-size: 5rem;
  text-align: center;
  padding: 30px 10px;
}
@media screen and (max-width: 960px) {
  .appArea .btn a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .appArea .btn a {
    font-size: 2.2rem;
    padding: 15px 10px;
  }
}
.appArea .btn a:hover {
  transform: translateY(-5px);
}

footer {
  margin-bottom: 50px;
}
footer p {
  text-align: center;
}
footer p a {
  font-size: 2.2rem;
  letter-spacing: 1px;
  text-decoration: underline;
  display: inline-block;
}
footer p a:hover {
  transform: translateY(-5px);
}/*# sourceMappingURL=layout.css.map */