@font-face {
  font-family: 'RyoGthicPlusN-Regular';
  src: url("../font/RyoGothicPlusN-Regular.otf") format("otf");
  src: url("../font/RyoGothicPlusN-Regular.woff") format("woff");
}

body {
  margin: 0;
  padding: 0;
  background-image: url(../web_material/mobile_ribbon.png), url(../web_material/BG_edit.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "RyoGthicPlusN-Regular", sans-serif;
  color: #ECE8E7;
}

body #wrap {
  width: 100%;
}

body #wrap #main-content {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}

body #wrap #main-content h1 {
  font-family: "RyoGthicPlusN-Regular", sans-serif;
  font-size: 12px;
}

body #wrap #main-content #reservation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #wrap #main-content #reservation-links .Re-box {
  width: 80%;
  margin: 50px auto;
}

body #wrap #main-content #reservation-links .Re-box img {
  width: 100%;
}

body #wrap #main-content #reservation-links .Re-box h3 {
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #ECE8E7;
}

body #wrap #main-content #reservation-links .Re-box p {
  font-size: 14px;
  font-weight: 300;
}

body #wrap #main-content #reservation-links .Re-box a {
  font-size: 14px;
  font-weight: 300;
  color: #125883;
  text-decoration: none;
  border: 1px solid #ECE8E7;
  padding: 5px 40px;
  border-radius: 40px;
  background-color: #ECE8E7;
}

body #wrap #main-content #reservation-links .Re-box span {
  font-size: 2vw;
}

body #wrap #main-content #manual {
  margin-top: 50px;
  width: 100%;
}

body #wrap #main-content #manual h1 {
  width: 80%;
  border-bottom: 1px solid #ECE8E7;
  margin: 0 auto 50px auto;
  font-weight: 300;
}

body #wrap #main-content #manual #manual-text {
  width: 80%;
  margin: auto;
  text-align: left;
}

body #wrap #main-content #manual #manual-text li {
  list-style: none;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
}

body #wrap #main-content #manual #manual-text #kome {
  margin-top: 30px;
  margin-bottom: 20px;
}

body #wrap #main-content #manual #manual-text .use1 {
  margin-top: 30px;
}

body #wrap #main-content #manual #manual-text .use2 {
  margin-top: 30px;
}

body #wrap #main-content #footer {
  margin-top: 80px;
  padding-bottom: 10px;
  background-color: #F08827;
}

body #wrap #main-content #footer #left img {
  margin-top: 20px;
}

body #wrap #main-content #footer #right {
  width: 70%;
  margin: 0 auto;
  color: #ECE8E7;
  font-size: 10px;
  font-weight: 300;
}

body #wrap #main-content #footer #right #orga {
  text-align: left;
  border-left: 3px solid #ECE8E7;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 300;
}

body #wrap #main-content #footer #right #nuas {
  font-weight: 300;
  text-align: left;
  line-height: 20px;
}

body #wrap #main-content #footer #right #nuas a {
  color: #ECE8E7;
}
/*# sourceMappingURL=sp_re.css.map */