@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : price.css
 style info : 料金/プラン
=================================================================== */
.l-section .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .l-section .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .l-section .container {
    width: 100% !important;
  }
}

.main-visual {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .main-visual {
    margin-top: 90px;
  }
}

/* -----------------------------------------------------------
	.main-visual
----------------------------------------------------------- */
.main-visual {
  height: 0;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .main-visual {
    padding-top: 30%;
  }
}

.no-webp .main-visual {
  background-image: url(../images/price/img_main-sp.jpg);
}
@media only screen and (min-width: 769px) {
  .no-webp .main-visual {
    background-image: url(../images/price/img_main-pc.jpg);
  }
}

.webp .main-visual {
  background-image: url(../images/price/img_main-sp.webp);
}
@media only screen and (min-width: 769px) {
  .webp .main-visual {
    background-image: url(../images/price/img_main-pc.webp);
  }
}

/* -----------------------------------------------------------
	.l-section
----------------------------------------------------------- */
.l-section {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .l-section .container {
    width: 100%;
    padding: 0 15px;
  }
}
.l-section .box-wrap {
  padding: 20px 10px;
  border: 1px solid #1b1b1b;
  border-top: none;
}
@media only screen and (min-width: 769px) {
  .l-section .box-wrap {
    padding: 40px 50px;
  }
}
.l-section .ttl {
  padding: 10px;
  line-height: 1.2;
  background: #1b1b1b;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .l-section .ttl {
    padding: 15px;
    font-size: 2.6rem;
  }
}
.l-section .ttl span {
  color: #b58727;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .l-section .ttl span {
    font-size: 2rem;
  }
}
.l-section .txt-ems {
  margin-bottom: 10px;
  color: #ccc;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .l-section .txt-ems {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .l-section .txt-ems {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.l-section .txt-ems .ic-15min {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 769px) {
  .l-section .txt-ems .ic-15min {
    width: 60px;
    height: 60px;
  }
}
.l-section .txt-ems .ic-15min svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 769px) {
  .l-section .txt-ems .ic-15min svg {
    width: 60px;
    height: 60px;
  }
}
.l-section .txt-ems .txt {
  padding-left: 10px;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .l-section .txt-ems .txt {
    padding-left: 15px;
    font-size: 2rem;
  }
}
.l-section .list-item {
  overflow: hidden;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .l-section .list-item {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .l-section .list-item {
    padding-left: 20px;
  }
}
.l-section .list-item li {
  position: relative;
  font-size: 1rem;
  margin-bottom: 3px;
  padding-left: 17px;
}
@media only screen and (min-width: 769px) {
  .l-section .list-item li {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .l-section .list-item li {
    float: left;
    width: 50%;
  }
}
.l-section .list-item li:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #b58727;
  position: absolute;
  top: 50%;
  left: 0;
}
.l-section .tbl-price {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e3e2e2;
  border-left: 1px solid #e3e2e2;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price {
    margin-top: 30px;
  }
}
.l-section .tbl-price th, .l-section .tbl-price td {
  padding: 8px 5px;
  line-height: 1.2;
  border-right: 1px solid #e3e2e2;
  border-bottom: 1px solid #e3e2e2;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: normal;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price th, .l-section .tbl-price td {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section .tbl-price th, .l-section .tbl-price td {
    letter-spacing: -0.03em;
  }
}
.l-section .tbl-price th span, .l-section .tbl-price td span {
  font-size: 1rem;
  padding-left: 3px
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price th span, .l-section .tbl-price td span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price th {
    font-size: 2rem;
  }
}
.l-section .tbl-price th.th-ttl-main {
  padding: 8px 10px;
  border-bottom: none;
  background: #e3e2e2;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price th.th-ttl-main {
    padding: 20px 15px;
    font-size: 2.3rem;
  }
}
.l-section .tbl-price th.th-ttl-sub {
  background: #1b1b1b;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price th.th-ttl-sub {
    padding: 15px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td.left {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td.left-cus {
    padding-left: 50px;
    text-align: left;
  }
}
@media only screen and (max-width: 1000px) {
  .l-section .tbl-price td.left-cus {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section .tbl-price td.left-cus {
    padding-left: 5px;
  }
}
.l-section .tbl-price td.td-image {
  width: 42%;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td.td-image {
    width: 38%;
  }
}
.l-section .tbl-price td.td-image .txt {
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td.td-image .txt {
    font-size: 2rem;
  }
}
.l-section .tbl-price td.td-image .txt span {
  font-size: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td.td-image .txt span {
    font-size: 1.6rem;
  }
}
.l-section .tbl-price td.td-image .txt-note {
  color: #b58727;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td.td-image .txt-note {
    font-size: 1.6rem;
  }
}
.l-section .tbl-price td.td-image .img {
  display: block;
  margin: 15px auto;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td.td-image .img {
    max-width: 254px;
    margin: 20px auto;
  }
}
.l-section .tbl-price td mark {
  color: #b58727;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td mark {
    font-size: 2.6rem;
  }
}
.l-section .tbl-price td .course {
  display: inline-block;
  min-width: 50px;
  margin-bottom: 5px;
  padding: 0 5px;
  border-radius: 20px;
  background: #acaaab;
  color: #000;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-section .tbl-price td .course {
    min-width: 75px;
    margin: 0 10px 0 0;
    padding: 1px 10px;
    font-size: 1.3rem;
    vertical-align: middle;
    letter-spacing: normal;
  }
}
.l-section .box-membership {
  margin-top: 30px;
  padding: 20px 15px;
  background: #1b1b1b;
}
@media only screen and (min-width: 769px) {
  .l-section .box-membership {
    margin-top: 50px;
    padding: 40px 50px;
  }
}
.l-section .box-membership .ttl {
  margin-bottom: 5px;
  padding: 0;
  background: transparent;
  font-size: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .l-section .box-membership .ttl {
    margin-bottom: 10px;
  }
}
.l-section .box-membership .ttl span {
  display: inline-block;
  max-width: 150px;
  width: 100%;
  padding: 3px;
  border-radius: 30px;
  background: #b58727;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-section .box-membership .ttl span {
    max-width: 300px;
    font-size: 2.1rem;
    font-weight: normal;
  }
}
.l-section .box-membership .txt-price {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #a0a0a0;
  font-size: 2.2rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-section .box-membership .txt-price {
    margin: 0 auto 20px;
    padding-bottom: 15px;
    font-size: 3.9rem;
  }
}
.l-section .box-membership .txt-price span {
  font-size: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .l-section .box-membership .txt-price span {
    font-size: 1.9rem;
  }
}

.l-section .box-membership .list-item {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .l-section .box-membership .list-item li {
    display: inline-block;
    padding-right: 20px;
  }
}
.l-section .box-membership_full {
  margin-top: 50px;
  background: #1b1b1b;
}
@media only screen and (min-width: 769px) {
  .l-section .box-membership_full {
    margin-top: 80px;
  }
}
.l-section .box-membership_full .txt-price {
  margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a0a0a0;
    font-size: 2.2rem;
    text-align: center;
}
.l-section .box-membership_full .text-attention {
  margin-top: 0;
  text-align: center;
}
.l-section .box-zenroom {
  margin-top: 30px;
  border-top: 1px dashed #a0a0a0;
  padding: 20px 15px;
}
@media only screen and (min-width: 769px) {
  .l-section .box-zenroom {
    margin-top: 50px;
    padding: 40px 50px 0;
  }
}
.l-section .box-zenroom .ttl {
  margin-bottom: 5px;
  padding: 0;
  background: transparent;
  text-align: center;
}
.l-section .box-zenroom .ttl img {
  width: 35px;
}
@media only screen and (min-width: 769px) {
  .l-section .box-zenroom .ttl img {
    width: 65px;
  }
}
.l-section .box-zenroom .ttl span {
  padding-left: 5px;
  color: #fff;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .l-section .box-zenroom .ttl span {
    font-size: 2.6rem;
  }
}
.l-section .box-zenroom .txt-price {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-section .box-zenroom .txt-price {
    font-size: 2.8rem;
  }
}
.l-section .box-zenroom .txt-price span {
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .l-section .box-zenroom .txt-price span {
    font-size: 1.4rem;
  }
}
.l-section .box-zenroom .list-item {
  margin-top: 10px;
  padding: 15px 0 0;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width: 769px) {
  .l-section .box-zenroom .list-item {
    margin-top: 20px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section .box-zenroom .list-item li {
    display: inline-block;
    padding-right: 20px;
  }
}
.l-section .box-zenroom .btn {
  max-width: 220px;
  margin: 15px auto 0;
}
@media only screen and (min-width: 769px) {
  .l-section .box-zenroom .btn {
    margin-top: 30px;
    max-width: 360px;
  }
}
.l-section .box-zenroom .btn a {
  background: #000;
  color: #fff;
  border: 1px solid #dfdfdf;
}

/* -----------------------------------------------------------
	.trial
----------------------------------------------------------- */
.trial {
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .trial {
    margin-top: 100px;
  }
}
.trial .tbl-price th, .trial .tbl-price td {
  width: 50%;
}

/* -----------------------------------------------------------
	.monthly
----------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .monthly .tbl-price {
    margin-top: 50px;
  }
}
.monthly .tbl-price td.td-price {
  width: 37%;
}
@media only screen and (min-width: 769px) {
  .monthly .tbl-price td.td-price {
    width: 30%;
  }
}

/* -----------------------------------------------------------
	.flexible
----------------------------------------------------------- */
.flexible .tbl-price th, .flexible .tbl-price td {
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .flexible .box-membership .list-item {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .flexible .box-membership .list-item li {
    float: none;
    width: auto;
    display: inline-block;
    padding-right: 50px;
  }
}


.flex.jc-between {
      max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}