/* BODY */
body {
  display: flex;
  flex-flow: column;
  padding: 0px;
  margin: 0px;
  background-color: #f0f0f0;
  background-image: url("/image/background/tesukiwashi-pattern-08_500x500.jpg");
  background-size: 500px;
  font-family: sans-serif;
}

/* HEADER */
header {
}
.header-float {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  display: inline-block;
  z-index: 100;
}
.header-float-main {
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: bolder;
  text-align: center;
  text-shadow: 5px 5px 5px #000000a0;
}
.header-float-sub {
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  text-shadow: 5px 5px 5px #000000a0;
}
.header-icatch-img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}

/* FOOTER */
footer {
  padding-top: 2.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  padding-bottom: 6.0rem;
  background-color: #000000;
}
.footer-float {
  position: fixed;
  bottom: 1.0rem;
  right: 1.0rem;
  display: inline-block;
  z-index: 100;
}
.footer-float-caption {
  color: #ffffff;
  font-size: 1.0rem;
  text-shadow: 5px 5px 5px #000000a0;
}
.footer-information {
}
.footer-information-caption {
  color: #ffffff;
  text-decoration: none;
}

/* MAIN */
main {
  flex: 1;
  margin-top: 4.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.0rem;
  width: 100%;
  max-width: 750px;
}
.main-section-caption {
  color: #000000;
  font-size: 2.0rem;
  font-weight: bolder;
  text-align: center;
}
.main-section-description {
  color: #000000;
  font-size: 1.0rem;
  text-align: start;
}
