@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  html {
    font-size: 68%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.1rem;
  color: #333333;
  background-color: white;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin: 0 auto;
}

@media (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

body img {
  width: 100%;
}

body a {
  text-decoration: none;
  color: #333333;
}

body a:hover {
  color: #b4b4b4;
}

body #wrapper {
  overflow: hidden;
}

body .header-img {
  width: 100vw;
  height: 50vh;
  overflow: hidden;
  position: relative;
  background-image: url(https://static.cld.navitime.jp/passstorage/images/common/drive/michinoeki/select2020/abira.png);
  background-position: bottom;
  background-size: cover;
}

body .header-img img {
  position: absolute;
  bottom: 0;
}

body #contents {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  background: url(https://static.cld.navitime.jp/passstorage/images/common/drive/michinoeki/select2020/stamp.png);
  background-repeat: no-repeat;
  background-position: right top;
}

body #contents .intro {
  position: relative;
  z-index: 100;
}

body #contents .caution {
  padding: 0.5rem 1rem;
  background: #f0f7ff;
}

@media (max-width: 768px) {
  body #contents {
    padding: 0 1rem;
    background-size: 50%;
  }
}

body #contents .sentence {
  margin: 2rem 0;
}

body #contents .last-sentence {
  margin: 2rem 0 3rem 0;
}

body #contents .last-img {
  margin-bottom: 3rem;
}

body #header {
  max-width: 800px;
  margin: 0 auto;
}

body #header h1 {
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  body #header h1 {
    font-size: 2rem;
  }
}

body #header .date {
  font-size: 0.8rem;
  color: #b4b4b4;
}

body .table-of-contents {
  border: solid 1px gray;
  margin: 3.2rem auto;
}

body .table-of-contents .mokuji {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

body .table-of-contents .menu ul {
  background-color: #c8c8c8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body .table-of-contents .menu li {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  body .table-of-contents .menu li {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

body h2 {
  font-size: 2rem;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  padding: 1rem 0;
  margin-top: 3.2rem;
}

body footer {
  background-color: #333333;
  color: lightgray;
  text-align: center;
  font-size: 1.2rem;
  padding: 1.2rem;
  margin-top: 3.2rem;
}

body .reference {
  font-size: 1rem;
}

body .caption {
  margin: 0 0 1.2rem 0;
  padding: 0;
  text-align: center;
  font-size: 0.8rem;
}

body .spotarea {
  background-color: #f7f7f7;
  padding: 1.5rem;
}

body .spotarea .name {
  color: #337ab7;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

body .spotarea .icon {
  padding-right: 0.5rem;
  position: relative;
  top: 2px;
}

body .spotarea p {
  margin: 0 0.5rem;
}

body .spotarea .phone {
  margin-bottom: 1rem;
}

body .spotarea .spotlink {
  border: solid 2px #337ab7;
  border-radius: 5px;
  background-color: #f7f7f7;
  text-align: center;
  padding: 0.5rem;
}

body .spotarea .spotlink a {
  color: #337ab7;
  text-decoration: none;
  font-size: 1.4rem;
}

body .pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 5px;
  right: 15px;
}

body .pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 15px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.8;
}
/*# sourceMappingURL=michinoeki_select2020.css.map */