.plan-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 25px;
}

.plan-area .plan-item {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  row-gap: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #777;
}

.plan-area .plan-item .head {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
  background: #777;
}

.plan-area .plan-item .ttl {
  font-size: 28px;
  line-height: 25px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
  border: none;
}

.plan-detail {
  background: #eee;
  display: grid;
  padding: 7px;
}

.plan-area .plan-item .plan-detail {
  grid-template-columns: auto 175px;
}

.plan-detail p {
  margin-bottom: 0;
}

.plan-area .plan-item p {
  margin-bottom: 0;
}

.plan-detail .peoples,
.plan-detail .days {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.plan-detail .styles {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5px;
  flex: 0 0 175px;
  max-width: 175px;
}

.plan-detail .styles .style {
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  color: #777;
  width: 55px;
  height: 20px;
  display: grid;
  place-content: center;
  background: #fff;
  border-radius: 2px;
}

.price-area {
  text-align: center;
}

.price-area .before {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #333;
}

.price-area .before p {
  margin-bottom: 0;
}

.price-area .price {
  font-size: 35px;
  line-height: 25px;
  font-weight: 900;
  color: #d04c4c;
}

.price-area .price .yen {
  font-size: 22px;
}

.price-area .after {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #333;
}

.price-area .metabox {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #333;
  padding-top: 5px;
}

.plan-area .plan-item .btn-area .btn {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  min-width: 200px;
  height: 45px;
  background: #777;
  border-radius: 45px;
}

.plan-area .plan-item .btn-area .btn .icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.plan-area .plan-item .btn-area .btn .icon path {
  stroke: #fff;
}

.plan-area .plan-item.direct {
  border-color: #d04c4c;
}

.plan-area .plan-item.direct .head {
  color: #fff;
  background: #d04c4c;
}

.plan-area .plan-item.direct .ttl {
  color: #d04c4c;
}

.plan-area .plan-item.direct .plan-detail .styles .style.selected {
  color: #fff;
  background: #d04c4c;
}

.plan-area .plan-item.direct .btn-area .btn {
  background: #d04c4c;
}

.plan-area .plan-item.one-day {
  border-color: #42ac8b;
}

.plan-area .plan-item.one-day .head {
  color: #fff;
  background: #42ac8b;
}

.plan-area .plan-item.one-day .ttl {
  color: #42ac8b;
}

.plan-area .plan-item.one-day .plan-detail .styles .style.selected {
  color: #fff;
  background: #42ac8b;
}

.plan-area .plan-item.one-day .btn-area .btn {
  background: #42ac8b;
}

.plan-area .plan-item.family {
  border-color: #ea8f40;
}

.plan-area .plan-item.family .head {
  color: #fff;
  background: #ea8f40;
}

.plan-area .plan-item.family .ttl {
  color: #ea8f40;
}

.plan-area .plan-item.family .plan-detail .styles .style.selected {
  color: #fff;
  background: #ea8f40;
}

.plan-area .plan-item.family .btn-area .btn {
  background: #ea8f40;
}

.plan-area .plan-item.welfare {
  border-color: #3a92c1;
}

.plan-area .plan-item.welfare .head {
  color: #fff;
  background: #3a92c1;
}

.plan-area .plan-item.welfare .ttl {
  color: #3a92c1;
}

.plan-area .plan-item.welfare .plan-detail .styles .style.selected {
  color: #fff;
  background: #3a92c1;
}

.plan-area .plan-item.welfare .btn-area .btn {
  background: #3a92c1;
}

@media screen and (min-width: 992px) {
  .plan-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
  }

  .plan-area .plan-item {
    max-width: 380px;
    padding: 15px;
  }

  .page-home .plan-area .plan-item {
    max-width: inherit;
    padding: 15px;
  }

  .plan-area .plan-item .head {
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: -15px;
  }

  .page-home .plan-area {
    gap: 50px;
    /* max-width: 810px; */
    margin-right: auto;
    margin-left: auto;
  }

  .page-home .plan-area .plan-item {
    padding: 30px;
  }

  .page-home .plan-area .plan-item .head {
    margin-top: -30px;
    margin-right: -30px;
    margin-bottom: 0;
    margin-left: -30px;
  }
}

.table-pricing-plans .name {
  width: 32px;
}

.table-pricing-plans .image {
  width: 92px;
}

.table-pricing-plans .btn-link .text {
  display: inline-flex;
  align-items: center;
}

.table-pricing-plans .btn-link svg {
  width: 8px;
  height: 8px;
}

.table-pricing-plans .price-standard {
  width: 128px;
}

.table-pricing-plans .price-member {
  width: 144px;
}

.table-pricing-plans .people {
  width: 72px;
}

.table-pricing-plans .days {
  width: 180px;
}

.table-pricing-plans th,
.table-pricing-plans td {
  text-align: center;
  padding: 8px 4px;
}

.table-pricing-plans th {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 500;
}

.table-pricing-plans tbody th {
}

.table-pricing-plans tbody th span {
  white-space: pre;
  writing-mode: vertical-rl;
}

.table-pricing-plans td .btn-link {
  font-size: 12px;
  line-height: 14.4px;
}

.table-pricing-plans td .price,
.table-pricing-plans td .text {
  display: block;
  text-align: center;
}

.table-pricing-plans td .text {
  font-size: 12px;
  line-height: 14.4px;
}

.table-pricing-plans td .price-01 {
  font-size: 16px;
  line-height: 19.2px;
}

.table-pricing-plans td .price-02 {
  font-size: 14px;
  line-height: 16.8px;
}

.table-pricing-plans td .base {
  color: #333;
  font-weight: 400;
}

.table-pricing-plans td .member {
  color: #c70000;
  font-weight: 700;
}

.table-pricing-plans td .days {
  display: block;
  text-align: center;
}

.table-pricing-plans td .styles {
  display: grid;
  grid-template-columns: repeat(3, 50px);
  justify-content: center;
  column-gap: 5px;
}

.table-pricing-plans td .styles .style {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  color: #0098ac;
  background: #d5edf1;
  display: grid;
  place-content: center;
  height: 22px;
  border-radius: 2px;
}

.table-pricing-plans td .number-of-days p {
  margin-bottom: 4px;
}

.table-pricing-plans td .styles .style.selected {
  color: #fff;
  background: #0098ac;
}

@media screen and (max-width: 991px) {
    .table-outbox .table-inbox {
    min-width: 800px;
    padding-right: 20px;
  }
}