@charset "UTF-8";

.under-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 4%;
}

.price-h3 {
  padding-left: 10px;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #f5a52c 0%, #ec4451 100%);
  border-image-slice: 1;
  font-weight: bold;
  margin-top: 54px;
  margin-bottom: 40px;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 28px;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.entry {
  width: 320px;
}

.entry__heading {
  background-color: #f5a52c;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 0;
}

.entry__inner {
  display: flex;
  justify-content: center;
  padding: 14px 0;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.entry__left {
  text-align: center;
  font-size: 10px;
}

.entry__right {
  font-size: 24px;
}

.entry__right span {
  font-size: 12px;
}

.entry-outer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.zimu {
  width: 320px;
}

.zimu-heading {
  background-color: #f6efe9;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 0;
}

.zimu-price {
  font-size: 24px;
  text-align: center;
  height: 90px;
  padding-top: 50px;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.zimu-price span {
  font-size: 12px;
}

.midasi01 {
  border-radius: 1em;
  padding: 0 0 0 0.5em;
}

.midasi01:before {
  content: "●";
  color: #f5a52c;
  margin-right: 0.2em;
}

.price-goods {
  border-top: 1px dotted #fcb242;
  border-bottom: 1px dotted #fcb242;
  padding: 10px;
}

.goods-outer {
  position: relative;
  margin: 30px 0 45px 0;
}

.goods-lead {
  position: absolute;
  position: absolute;
  top: -14%;
  right: 43%;
  font-weight: bold;
  color: #c52a3c;
  font-size: 15px;
}

.price-bn {
  margin-bottom: 100px;
}

.price-bn figure {
  max-width: 708px;
  margin: 0 auto;
}

.price-bn figure img {
  width: 100%;
}

.boxingprice {
  font-weight: bold;
}

.boxingprice span {
  color: #c52a3c;
}

/* アコーディオンQ&A  */

.accordion-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.accordion-inner {
  padding: 0 4%;
}

.accordion-container {
  position: relative;
  width: 100%;
  margin: 30px auto;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 16px 50px 16px 10px;
  font-weight: bold;
  color: #1a2c44;
  background: #ffffff;
  cursor: pointer;
  border-top: 1px solid #ebe8e6;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background: rgba(0, 0, 0, 0.03);
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #c52a3c;
  border-right: solid 2px #c52a3c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
}

/* .accordion-content p {
    padding: 16px 50px 16px 10px;
    color: #1a2c44;
  } */

.accordion-container:last-child {
  border-bottom: 1px solid #ebe8e6;
}

/* アコーディオンQ&A */

.price-top {
  text-align: center;
  padding: 10px;
  /* border-left: 1px solid #f5a52c;
  border-top: 1px solid #f5a52c;
  border-right: 1px solid #f5a52c;
  background-color: #f3d4ba;*/
}

.accordion-content {
  margin: 30px 0;
  display: flex;
  justify-content: flex-start;
  row-gap: 35px;
  column-gap: 35px;
  flex-wrap: wrap;
}

.price-box__outer {
  width: 340px;
}

.price-box {
  padding: 10px 10px 0 10px;
  /*background-color: #f3d4ba;*/
  font-size: 11px;
  box-shadow: 5px 5px 10px 2px rgb(231 231 231 / 50%);
}

.price-top span {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.price-band {
  /*background-color: #f3d4ba;*/
  width: 340px;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 8px 0;
  /* box-shadow: 5px 5px 10px 2px rgb(231 231 231 / 50%); */
}
.price-band p {
  font-size: 28px;
  font-weight: bold;
}
.price-band span {
  font-size: 12px;
}

.price-text__outer {
  width: 340px;
}

.price-text {
  padding: 0 10px 10px 10px;
  /*background-color: #f3d4ba;*/
  /* box-shadow: 5px 5px 10px 2px rgb(231 231 231 / 50%); */
}

.price-bottom {
  padding: 10px;
  /* border-left: 1px solid #f5a52c;
  border-bottom: 1px solid #f5a52c;
  border-right: 1px solid #f5a52c; */
  height: 60px;
}
/*
.price-band2 {
  background-color: #f6efe9;
  width: 340px;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 8px 0;
}

.price-band2 p {
  font-size: 25px;
  font-weight: bold;
}
.price-band2 span {
  font-size: 12px;
}

.price-band3 {
  background-color: #e5ce03;
  width: 340px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 8px 0;
}

.price-band3 p {
  font-size: 25px;
  font-weight: bold;
}
.price-band3 span {
  font-size: 12px;
}
*/

/* 朝からお昼（10：00-12：00）までのご利用 */
.priceGroup1 .price-top,
.priceGroup1 .price-band,
.priceGroup1 .price-text,
.priceGroup1 .price-box {
  background-color: #f6efe9;
}

/* お昼（13：30～）から営業時間内までのご利用 */
.priceGroup2 .price-top,
.priceGroup2 .price-band,
.priceGroup2 .price-text,
.priceGroup2 .price-box {
  background-color: #addbff;
}

/* 営業時間内でのご利用 */
.priceGroup3 .price-top,
.priceGroup3 .price-band,
.priceGroup3 .price-text,
.priceGroup3 .price-box {
  background-color: #feb7b8;
}

/* パーソナルトレーニング */
.priceGroup4 .price-top,
.priceGroup4 .price-band,
.priceGroup4 .price-text,
.priceGroup4 .price-box {
  background-color: #ffd780;
}

.leadbg {
  background-color: #f5a52c;
  padding: 10px 0;
  color: #ffffff;
}

.p-left {
  text-align: center;
  width: 60px;
}

td {
  border: 1px solid #cccccc;
  padding: 4px;
  vertical-align: middle;
}

.sonotahiyou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sonotahiyou table {
  width: calc(50% - 28px);
  height: fit-content;
}

table li {
  font-size: 14px;
}

.taikenlink {
  display: inline;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .under-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 4%;
  }

  .price-h3 {
    font-size: 15px;
    padding-left: 10px;
    border-left: 5px solid;
    border-image: linear-gradient(to bottom, #f5a52c 0%, #ec4451 100%);
    border-image-slice: 1;
    font-weight: bold;
    margin-top: 54px;
    margin-bottom: 40px;
  }

  .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 28px;
    height: 0.2em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
  }

  .dli-plus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  .entry {
    width: 320px;
  }

  .entry__heading {
    background-color: #f5a52c;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0;
  }

  .entry__inner {
    display: flex;
    justify-content: center;
    padding: 14px 0;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
  }

  .entry__left {
    text-align: center;
    font-size: 10px;
  }

  .entry__right {
    font-size: 24px;
  }

  .entry__right span {
    font-size: 12px;
  }

  .entry-outer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    row-gap: 30px;
  }

  .zimu {
    width: 320px;
  }

  .zimu-heading {
    background-color: #f6efe9;
    text-align: center;
    padding: 8px 0;
  }

  .zimu-price {
    font-size: 24px;
    text-align: center;
    height: 90px;
    padding-top: 50px;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
  }

  .zimu-price span {
    font-size: 12px;
  }

  .midasi01 {
    border-radius: 1em;
    padding: 0 0 0 0.5em;
  }

  .midasi01:before {
    content: "●";
    color: #f5a52c;
    margin-right: 0.2em;
  }

  .price-goods {
    border-top: 1px dotted #fcb242;
    border-bottom: 1px dotted #fcb242;
    padding: 10px;
  }

  .goods-outer {
    position: relative;
    margin: 30px 0 45px 0;
  }

  .goods-lead {
    position: absolute;
    top: -14%;
    right: 43%;
    font-size: 15px;
  }

  .price-bn {
    margin-bottom: 100px;
  }

  .price-bn figure {
    max-width: 708px;
    margin: 0 auto;
  }

  .price-bn figure img {
    width: 100%;
  }

  .boxingprice {
    font-weight: bold;
  }

  .boxingprice span {
    color: #c52a3c;
  }

  /* アコーディオンQ&A  */

  .accordion-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .accordion-inner {
    padding: 0 4%;
  }

  .accordion-container {
    position: relative;
    width: 100%;
    margin: 30px auto;
    border-top: none;
    outline: 0;
    cursor: pointer;
  }

  .accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 16px 50px 16px 8px;
    font-weight: bold;
    color: #1a2c44;
    background: #ffffff;
    cursor: pointer;
    border-top: 1px solid #ebe8e6;
    font-size: 15px;
  }

  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {
    background: rgba(0, 0, 0, 0.03);
  }

  .accordion-container .accordion-title:hover i:before,
  .accordion-container .accordion-title:hover i:active,
  .accordion-container .content-entry.open i {
    color: white;
  }

  .accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #c52a3c;
    border-right: solid 2px #c52a3c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }

  .accordion-content {
    display: none;
  }

  /* .accordion-content p {
        padding: 16px 50px 16px 10px;
        color: #1a2c44;
      } */

  .accordion-container:last-child {
    border-bottom: 1px solid #ebe8e6;
  }

  /* アコーディオンQ&A */

  .price-top {
    text-align: center;
    padding: 10px;
    /* border-left: 1px solid #f5a52c;
    border-top: 1px solid #f5a52c;
    border-right: 1px solid #f5a52c; */
    background-color: #fff2de;
  }

  .accordion-content {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    row-gap: 35px;
    column-gap: 35px;
    flex-wrap: wrap;
  }

  .price-box__outer {
    width: 340px;
  }

  .price-box {
    padding: 10px 10px 0 10px;
    background-color: #fff2de;
    font-size: 11px;
  }

  .price-top span {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
  }

  .price-band {
    background-color: #e4504e;
    width: 340px;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 8px 0;
  }
  .price-band p {
    font-size: 25px;
    font-weight: bold;
  }
  .price-band span {
    font-size: 12px;
  }

  .price-text__outer {
    width: 340px;
  }

  .price-text {
    padding: 0 10px 10px 10px;
    background-color: #fff2de;
  }

  .price-bottom {
    padding: 10px;
    /* border-left: 1px solid #f5a52c;
    border-bottom: 1px solid #f5a52c;
    border-right: 1px solid #f5a52c; */
    height: auto;
  }

  .price-band2 {
    background-color: #f5a52c;
    width: 340px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 8px 0;
  }

  .price-band2 p {
    font-size: 25px;
    font-weight: bold;
  }
  .price-band2 span {
    font-size: 12px;
  }

  .price-band3 {
    background-color: #e5ce03;
    width: 340px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 8px 0;
  }

  .price-band3 p {
    font-size: 25px;
    font-weight: bold;
  }
  .price-band3 span {
    font-size: 12px;
  }

  .leadbg {
    background-color: #f5a52c;
    padding: 10px 0;
    color: #ffffff;
    font-size: 15px;
  }

  .p-left {
    text-align: center;
    width: 40px;
  }

  td {
    border: 1px solid #cccccc;
    padding: 4px;
    vertical-align: middle;
  }

  .sonotahiyou {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 30px;
  }
  .sonotahiyou table {
    width: 100%;
  }

  table li {
    font-size: 12px;
  }
}
