@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/ribbon01.png), url(../web_material/BG_edit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "RyoGthicPlusN-Regular", sans-serif;
  color: #ECE8E7;
}

body #wrap {
  width: 100%;
}

body #wrap #main-content {
  text-align: center;
}

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

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

body #wrap #main-content #reservation-links #reservation-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body #wrap #main-content #reservation-links #reservation-boxs .Re-box {
  margin: 0 auto;
  width: 33%;
}

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

body #wrap #main-content #reservation-links #reservation-boxs .Re-box h3 {
  width: 95%;
  font-size: 25px;
  font-weight: 400;
  border-bottom: 1px solid #ECE8E7;
}

body #wrap #main-content #reservation-links #reservation-boxs .Re-box p {
  font-size: 15px;
  font-family: "RyoGthicPlusN-Regular", sans-serif;
  font-weight: 200;
}

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

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

body #wrap #main-content #reservation-links #reservation-boxs .Re-box span {
  font-size: 14px;
}

body #wrap #main-content #reservation-links #reservation-boxs #pafo-box {
  line-height: 40px;
}

body #wrap #main-content #reservation-links #reservation-boxs #pafo-box h3 {
  padding-bottom: 5px;
}

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

body #wrap #main-content #manual h1 {
  display: inline;
  padding: 0 50px 10px 50px;
  border-bottom: 1px solid #ECE8E7;
}

body #wrap #main-content #manual #manual-text {
  width: 80%;
  margin: 50px auto 0 200px;
  text-align: left;
  line-height: 50px;
}

body #wrap #main-content #manual #manual-text li {
  list-style: none;
}

body #wrap #main-content #manual #manual-text #kome {
  margin-top: 40px;
  line-height: 30px;
}

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

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

body #wrap #main-content #footer {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #F08827;
  color: #ECE8E7;
  font-weight: 300;
  font-size: 15px;
}

body #wrap #main-content #footer #left {
  width: 50%;
  margin: auto;
}

body #wrap #main-content #footer #right {
  width: 50%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body #wrap #main-content #footer #right #orga {
  margin: auto;
  border-left: 1px solid #ECE8E7;
  padding-left: 10px;
}

body #wrap #main-content #footer #right #nuas {
  padding: 20px 0 20px 0;
  margin: auto auto auto 0;
  text-align: left;
}

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