@import url("button.css");
@import url("stylebase.css");
@import url("menupart.css");
@import url("footer.css");
body {
  background-color: #F9F9F9;
  /*background-color: #FFF8EE;*/
}

.max-width {
  display: block;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .max-width {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 500px) {
  .max-width {
    padding: 3rem 2rem;
  }
}

#price {
  padding-top: 6rem;
}

#button h1 {
  text-align: center;
}

@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #access {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
#access #a-header {
  letter-spacing: normal;
}

.h1line {
  margin-bottom: 3rem;
}
.h1line h1 {
  font-size: 1.7em;
  font-weight: 400;
  font-weight: 500;
  border-bottom: 1px solid #B7B7B7;
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .h1line h1 {
    font-size: 1.5em;
  }
}
.h1line p {
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .h1line p {
    font-size: 0.9em;
  }
}

#tabbox p {
  text-align: right;
}
#tabbox .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
#tabbox .onup {
  display: block;
}
#tabbox .pricemenu table {
  width: 100%;
  /*table-layout: fixed;*/
  word-break: break-all;
  word-wrap: break-all;
  border-collapse: collapse;
}
#tabbox .pricemenu table tr {
  border-bottom: solid 4px white;
}
#tabbox .pricemenu table tr:last-child {
  border-bottom: none;
}
#tabbox .pricemenu table th {
  background-color: #686868;
  color: white;
}
#tabbox .pricemenu table td {
  text-align: center;
}
#tabbox .pricemenu table td p, #tabbox .pricemenu table td a {
  display: inline-block;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #tabbox .pricemenu {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
  #tabbox .pricemenu table td, #tabbox .pricemenu table th {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #tabbox .pricemenu table th {
    background-color: #686868;
    color: white;
    text-align: center;
    padding: 10px 0;
  }
  #tabbox .pricemenu table th:nth-child(1) {
    width: 50%;
  }
  #tabbox .pricemenu table th:nth-child(2) {
    width: 30%;
  }
  #tabbox .pricemenu table th:nth-child(3) {
    width: 20%;
  }
  #tabbox .pricemenu table td {
    text-align: left;
    text-align: center;
    background-color: #FCFCFC;
    padding: 10px 0;
  }
}
#tabbox .pricemenu .separately {
  text-align: right;
  font-size: 0.9em;
  margin: 0 auto;
}
#tabbox .pricemenu .separately p {
  margin: 0 auto;
}
#tabbox #check p {
  font-size: 0.9em;
  margin: 0 auto;
}

#formlink {
  text-align: center;
  margin: 6rem auto;
}
#formlink #text {
  margin-bottom: 2rem;
}
#formlink #text p {
  margin: 0 auto;
}

.p-button {
  color: #5f5f5f;
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(0, 0, 0, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .p-button {
    margin: 2rem auto;
    font-size: 0.9em;
    width: 150px;
    line-height: 35px;
  }
}
@media screen and (min-width: 360px) {
  .p-button {
    margin: 2.5rem auto;
    font-size: 0.9em;
    width: 170px;
    line-height: 38px;
  }
}
@media screen and (min-width: 500px) {
  .p-button {
    margin: 2.5rem auto;
    font-size: 1.3em;
    width: 200px;
    line-height: 45px;
  }
}

.p-button:hover {
  border-color: #000;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=price.css.map */