@charset "utf-8";

/*==================================================

利用料金 /price

==================================================*/
#price article {
  padding: 0 0 60px;
}
#price #view {
  width: 100%;
  height: 430px;
  margin-bottom: 80px;
  padding: 60px 0 0;
  background-image: linear-gradient(104deg,#f1fcff 15%,#f8eaf4 87%);
  box-sizing: border-box;
}
#price #view h3 {
  margin-bottom: 30px;
  font-size: 2.6rem;
  text-align: center;
}
#price #view h3 span {
  color: #ff7b7b;
  font-size: 3.2rem;
}
#price #view h3 + p {
  line-height: 3.0rem;
  text-align: center;
}
#price #view h3 + p span {
  font-weight: 500;
}
#price article section {
  width: 800px;
  margin: 0 auto 80px;
}
#price section h4 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  text-align: center;
}
#price section h4 + p {
  margin-bottom: 20px;
  text-align: center;
}
#price section table {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
#price section table tr th {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
  box-sizing: border-box;
  font-weight: 500;
}
#price section table tr th:first-child {
  width: 380px;
}
#price table tr th:nth-child(2),
#price table tr th:last-child {
  width: 210px;
}
#price section table tr td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
}
#price section table tr td:first-child {
  text-align: left;
}
#price section table tr td span {
  font-size: 1.2rem;
}
#price section table tr td span span {
  margin-left: -0.25em;
}
#price section table + ul {
  width: 100%;
  padding-left: 0.5em;
  box-sizing: border-box;
}
#price section table + ul li {
  margin-bottom: 5px;
  padding-left: 1.0em;
  font-size: 1.5rem;
  text-indent: -1.0em;
}
#price section table + ul li:last-child {
  margin-bottom: 0;
}
#price #function table tr th:nth-child(2) {
  background: #eaf7fb;
}
#price #function table tr th:last-child {
  background: #f8eaf4;
}
#price #function table tr td:nth-child(2) {
  background: #f4fbfd;
}
#price #function table tr td:last-child {
  background: #fffbfe;
}
#price #function table tr td a.plan {
  color: #2fb2cf;
}
#price #function table tr td a.premium {
  color: #ffce28;
  font-size: 1.5rem;
}
#price #function table tr td a:hover {
  text-decoration: underline;
}
#price #plan table tr td:first-child span {
  width: 70px;
  height: 20px;
  margin-left: 10px;
  border-radius: 4px;
  background: #ff7b7b;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
#price #ticket table tr td:first-child span {
  margin-left: 0.5em;
}

/*==================================================

 responsive

==================================================*/
@media screen and (max-width: 1100px) {
  #price #view {
    padding: 60px 50px;
  }
  #price article section {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #price section table tr th,
  #price section table tr td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 804px) {
  #price #view {
    height: auto;
  }
  #price #view h3 + p br:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #price table tr th:first-child {
    width: 50%;
  }
  #price table tr th:nth-child(2),
  #price table tr th:last-child {
    width: 25%;
  }
}
@media screen and (max-width: 670px) {
  #price #view h3 {
    font-size: 2.2rem;
  }
  #price #view h3 span {
    font-size: 2.6rem;
  }
  #price #view h3 + p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  #price article {
    margin-top: 70px;
  }
  #price #view {
    padding: 50px 3%;
  }
  .inner {
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }
  #price section h4 + p {
    font-size: 1.5rem;
  }
  #price section table tr th,
  #price section table tr td {
    font-size: 1.4rem;
  }
  #price #function table tr td a.plan {
    font-size: 1.3rem;
    font-weight: 500;
  }
  #price section table + ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 580px) {
  #price table tr th:first-child {
    width: 34%;
  }
  #price table tr th:nth-child(2),
  #price table tr th:last-child {
    width: 33%;
  }
  #price table tr td:first-child span {
    margin: 5px 0 0 0;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #price #view h3 {
    font-size: 1.8rem;
  }
  #price #view h3 span {
    font-size: 2.2rem;
  }
  #price #view h3 + p {
    font-size: 1.4rem;
  }
  #price section table tr td span span:before {
    content: "\A";
    white-space: pre;
  }
}
@media screen and (max-width: 400px) {
  #price table tr th:first-child {
    width: 40%;
  }
  #price table tr th:nth-child(2),
  #price table tr th:last-child {
    width: 30%;
  }
  #price #plan {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  #price #view h3 + p {
    line-height: 2.6rem;
  }
  #price section table tr th:first-child {
    width: 170px;
  }
  #price table tr td:first-child {
    font-size: 1.3rem;
  }
  #price section table + ul li {
    font-size: 1.3rem;
  }
}