/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #222;
  color: #fff;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
body * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

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);
  }
}
#wrapper #contents {
  max-width: 450px;
  min-height: 100svh;
  margin: 0 auto;
  padding: 60px 30px 40px;
  background-color: #0a5561;
}
#wrapper #contents h1 {
  width: 180px;
  margin: 0 auto 40px;
}
#wrapper #contents .name {
  font-size: 27px;
  font-weight: 500px;
}
#wrapper #contents .nameEn {
  margin-bottom: 40px;
}
#wrapper #contents .tel,
#wrapper #contents .mail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 100%;
}
#wrapper #contents .tel span,
#wrapper #contents .mail span {
  display: block;
  width: 25px;
}
#wrapper #contents .tel a,
#wrapper #contents .mail a {
  width: calc(100% - 40px);
}
#wrapper #contents .tel {
  margin-bottom: 10px;
}
#wrapper #contents .mail {
  margin-bottom: 35px;
}
#wrapper #contents .add {
  margin-bottom: 10px;
}
#wrapper #contents .add a {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  color: #0a5561;
  padding: 10px 0;
}
#wrapper #contents .notice {
  font-size: 12px;
  margin-bottom: 40px;
}
#wrapper #contents .linkArea h2 {
  width: 100px;
  margin-bottom: 10px;
}
#wrapper #contents .linkArea ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper #contents .linkArea ul li:not(:last-child) {
  margin-bottom: 28px;
}
#wrapper #contents .linkArea ul li span {
  display: block;
  width: 35px;
  line-height: 100%;
}
#wrapper #contents .linkArea ul li a {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  color: #0a5561;
  padding: 10px 0;
}

body.top {
  background-color: #0a5561;
}
body.top #wrapper #contents {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.top #wrapper #contents h1 {
  margin: 0 auto 30px;
}
body.top #wrapper #contents .coming {
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}