@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=M+PLUS+Rounded+1c&family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --text-color: #005b43;
  --main-color: #1ca867;
  --pink: #d74e71;
  --orange: #ef8615;
  --bk: #000;
  --wh: #fff;
}

@font-face {
  font-family: "DIN2014";
  src: url("../fonts/din-2014.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.under499 {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* -------------------------
 * イントロ
 * ------------------------- */
.uehonmachi-intro__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 5%;
  margin-bottom: 13rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-intro__info {
    margin-bottom: 6rem;
  }
}

.uehonmachi-intro__info-img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro__info-img {
    width: 90%;
  }
}
.uehonmachi-intro__info-img img {
  border-radius: 0px 10px 10px 0;
}

.uehonmachi-intro__info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro__info-body {
    display: contents;
  }
}

.uehonmachi-intro-main__top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro-main__top-area {
    display: contents;
  }
}

.uehonmachi-intro-main__label {
  background-color: #f5e149;
  border-radius: 50px;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--main-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro-main__label {
    font-size: 1.6rem;
  }
}

.uehonmachi-intro__info-main {
  max-width: 576px;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro__info-main {
    max-width: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
  }
}

.uehonmachi-intro-main__store-name {
  font-size: 3.2rem;
  font-size: clamp(2.5rem, 2.3vw, 3.2rem);
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro-main__store-name {
    display: block;
    margin-block: 0.5rem 1rem;
    font-size: 2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-intro-main__store-name {
    font-size: 1.8rem;
  }
}

.uehonmachi-intro-main__catch {
  font-size: clamp(3rem, 2.7vw, 4.8rem);
  color: var(--main-color);
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro-main__catch {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 376px) {
  .uehonmachi-intro-main__catch {
    font-size: 2.5rem;
  }
}

.uehonmachi-intro-main__img-lead {
  font-size: 52px;
  font-size: clamp(3rem, 2.7vw, 4.8rem);
  font-weight: 700;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1rem;
  margin-block: 5%;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro-main__img-lead {
    position: absolute;
    top: -2rem;
    right: 8vw;
    margin-block: 0;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-intro-main__img-lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-intro-main__img-lead {
    margin-bottom: 6rem;
  }
}
.uehonmachi-intro-main__img-lead .lead-item {
  background-color: var(--wh);
  border-radius: 10px;
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.2;
}

/* リスト */
.uehonmachi-intro__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .uehonmachi-intro__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-intro__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.uehonmachi-intro__list li {
  border: 5px solid #dfedd1;
  border-radius: 10px;
  padding: 4rem 1.6rem;
  background-color: var(--wh);
}

.uehonmachi-intro__list-img {
  height: 8.4rem;
  width: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-intro__list-img {
    height: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-intro__list-img {
    height: 4rem;
  }
}
.uehonmachi-intro__list-img img {
  width: 100%;
  height: 100%;
}

.uehonmachi-intro__list-ttl-wrap {
  text-align: center;
  margin-bottom: 2rem;
}

.uehonmachi-intro__list-txt {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .uehonmachi-intro__list-txt {
    width: 100%;
  }
}

.uehonmachi-intro__list-ttl--big {
  font-size: 2rem;
}

.uehonmachi-intro__list-ttl-wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}
@media screen and (max-width: 640px) {
  .uehonmachi-intro__list-ttl-wrap-flex {
    font-size: 1.8rem;
  }
}
.uehonmachi-intro__list-ttl-wrap-flex img {
  width: 63%;
  max-width: 160px;
  height: auto;
}
/* こんな方におすすめです */
.uehonmachi-intro-recommend__ttl {
  margin: 0 auto -3rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-intro-recommend__ttl {
    margin-bottom: -2rem;
  }
}

.uehonmachi-intro-recommend__list {
  border-radius: 10px;
  background-color: #e9f5df;
  padding: 6rem 5% 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .uehonmachi-intro-recommend__list {
    padding: 1rem 2rem 3rem;
    grid-template-columns: 1fr;
  }
}
.uehonmachi-intro-recommend__list li {
  background-image: radial-gradient(circle, #c4dfaa 1px, transparent 2px);
  background-size: 7px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding: 4rem 0rem 2rem 3.5rem;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro-recommend__list li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-intro-recommend__list li {
    padding-left: 2.4rem;
  }
}
.uehonmachi-intro-recommend__list li::before {
  background: url(../img/uehonmachi/recommend-list-mark.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 3rem;
  aspect-ratio: 1;
  top: 2em;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-intro-recommend__list li::before {
    top: 2.4em;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-intro-recommend__list li::before {
    top: 2.5em;
    width: 2.2rem;
  }
}

/* -------------------------
 * Information スタジオ情報
 * ------------------------- */
.uehonmachi-info {
  color: #fff;
  padding-top: 14rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-info {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-info {
    padding-top: 6rem;
  }
}

.uehonmachi-info__inner {
  border-radius: 10px;
  padding: 10rem 5%;
}
@media screen and (max-width: 834px) {
  .uehonmachi-info__inner {
    padding: 4rem 3rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-info__inner.inner {
    width: 100%;
  }
}

.uehonmachi-info__main {
  display: grid;
  grid-template-columns: 51% 44%;
  gap: 3rem 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-info__main {
    grid-template-columns: 100%;
  }
}

.uehonmachi-info__main-content-ttl {
  font-size: 3.8rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-info__main-content-ttl {
    font-size: 2.2rem;
  }
}

.uehonmachi-info__main-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -2rem;
}
.uehonmachi-info__main-content-list dt,
.uehonmachi-info__main-content-list dd {
  border-bottom: 1px solid #fff;
  padding-block: 2rem;
}
.uehonmachi-info__main-content-list dt {
  width: 21%;
}
@media screen and (max-width: 834px) {
  .uehonmachi-info__main-content-list dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
  }
}
.uehonmachi-info__main-content-list dd {
  width: 79%;
}
@media screen and (max-width: 834px) {
  .uehonmachi-info__main-content-list dd {
    padding-top: 0;
    width: 100%;
    padding-left: 1em;
  }
}
.uehonmachi-info__main-content-list .yellow-txt {
  color: #fff602;
}
.uehonmachi-info__main-content-list .flex-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem 3%;
}
.uehonmachi-info__main-content-list .flex-inner-wrap .tel-time {
  line-height: 1.3;
  font-size: 1.5rem;
  display: block;
}
.uehonmachi-info__main-content-list .flex-inner-wrap .flex-ttl {
  min-width: 4rem;
}
.uehonmachi-info__main-content-list .flex-inner-wrap + .flex-inner-wrap {
  margin-top: 2rem;
}
.uehonmachi-info__main-content-list .flex {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .uehonmachi-info__main-content-list .flex {
    grid-template-columns: 1fr;
  }
}
.uehonmachi-info__main-content-list .flex .list-link {
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  .uehonmachi-info__main-content-list .flex .flex-img {
    margin: 0 auto;
    width: 60%;
  }
}

.uehonmachi-info__main__google-map-link {
  margin-left: 1em;
  text-decoration: underline;
}
@media screen and (max-width: 499px) {
  .uehonmachi-info__main__google-map-link {
    margin-left: 0;
  }
}

.uehonmachi-info__content-note {
  margin-top: 2rem;
}

.uehonmachi-info__main-img img {
  border-radius: 10px;
}

/* Price */
.uehonmachi-price {
  border-radius: 15px;
  background-color: #fff;
  padding: 4rem 5%;
  margin-top: 7rem;
  color: #005b43;
}
@media screen and (max-width: 834px) {
  .uehonmachi-price {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}

.uehonmachi-price__ttl {
  font-size: 4.4rem;
  background-image: radial-gradient(circle, #005b43 1px, transparent 2px);
  background-size: 7px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-price__ttl {
    font-size: 3rem;
    text-align: center;
  }
}

.uehonmachi-price__membership-fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
  margin-block: 4rem 3rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-price__membership-fee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-price__membership-fee {
    margin-block: 4rem 3rem;
  }
}

.uehonmachi-price__membership-fee-ttl {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-price__membership-fee-ttl {
    font-size: 2rem;
    text-align: center;
  }
}
.uehonmachi-price__membership-fee-ttl span {
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-price__membership-fee-ttl span {
    font-size: 1.4rem;
  }
}

.uehonmachi-price__membership-fee-price {
  font-size: 4.2rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-price__membership-fee-price {
    font-size: 3.6rem;
  }
}
.uehonmachi-price__membership-fee-price span {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-price__membership-fee-price span {
    font-size: 1.6rem;
  }
}

.uehonmachi-price__table-container {
  -webkit-box-shadow: 0 0 5px 0 rgba(206, 206, 206, 0.75);
          box-shadow: 0 0 5px 0 rgba(206, 206, 206, 0.75);
  border-radius: 10px;
  position: relative;
  overflow-x: auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  overflow: auto;
}
.price-table th,
.price-table td {
  border: 1px solid #e9e9e9;
  padding: 3rem;
}
@media screen and (max-width: 834px) {
  .price-table th,
  .price-table td {
    padding: 1rem;
  }
}
.price-table th:first-child,
.price-table td:first-child {
  border-left: none;
}
.price-table th:last-child,
.price-table td:last-child {
  border-right: none;
}
.price-table tr:first-child th {
  border-top: none;
}
.price-table tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.price-table tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}
.price-table tr:last-child td {
  border-bottom: none;
}
.price-table .only-sp,
.price-table .only-sp--table-name {
  display: none;
}
@media screen and (max-width: 1024px) {
  .price-table .price-table__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5%;
  }
  .price-table .thead {
    display: none;
  }
  .price-table tr {
    width: 100%;
  }
  .price-table td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .price-table td:first-child {
    background: var(--text-color);
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .price-table .only-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price-table .only-sp--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .price-table .only-pc {
    display: none;
  }
  .price-table .only-sp--table-name {
    display: block;
  }
  .price-table .only-sp--price-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.price-table__sp-price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
  line-height: 1;
}

.price-table__sp-price-ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .price-table__sp-price-ttl {
    font-size: 1.8rem;
  }
}
.price-table__sp-price-ttl span {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .price-table__sp-price-ttl span {
    font-size: 1.2rem;
  }
}

.price-table__sp-monthly-fee .num {
  font-size: 6rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .price-table__sp-monthly-fee .num {
    font-size: 3.2rem;
  }
}
.price-table__sp-monthly-fee .yen {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .price-table__sp-monthly-fee .yen {
    font-size: 1.2rem;
  }
}

.price-table__sp-monthly-fee-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3%;
}

.price-table__sp-monthly-fee-head {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .price-table__sp-monthly-fee-head {
    font-size: 1.2rem;
  }
}

.price-table__sp-monthly-fee-price .num {
  font-size: 5rem;
}
@media screen and (max-width: 834px) {
  .price-table__sp-monthly-fee-price .num {
    font-size: 2rem;
  }
}
.price-table__sp-monthly-fee-price .yen {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .price-table__sp-monthly-fee-price .yen {
    font-size: 1.3rem;
  }
}

.price-table__ttl {
  background-color: #005b43;
  text-align: center;
  padding: 3rem;
  color: #fff;
  font-size: 2.5rem;
}
.price-table__ttl span {
  font-size: 1.8rem;
}

.price-table__name {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .price-table__name {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 834px) {
  .price-table__name {
    font-size: 2rem;
  }
}
.price-table__name .only-sp {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .price-table__name .only-sp {
    font-size: 1.6rem;
  }
}

.price-table__usage-count {
  font-size: 2rem;
}

.price-table__monthly-fee,
.price-table__per-use {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
}
.price-table__monthly-fee span,
.price-table__per-use span {
  font-weight: 600;
}

.price-table__monthly-fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-table__monthly-fee .yen {
  margin-bottom: 0.6rem;
}

.uehonmachi-price__note {
  margin-top: 2rem;
  color: var(--main-color);
}
@media screen and (max-width: 834px) {
  .uehonmachi-price__note {
    margin-top: 2rem;
  }
}

/* プラン */
.uehonmachi-plan {
  border-radius: 15px;
  background-color: #29ad72;
  padding: 4rem 5%;
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-plan {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}

.uehonmachi-plan__ttl {
  font-size: 3.2rem;
  padding-bottom: 1.6rem;
  margin-bottom: 3rem;
  border-bottom: none;
  background-image: radial-gradient(circle, #fff 1px, transparent 2px);
  background-size: 7px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 834px) {
  .uehonmachi-plan__ttl {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.1;
  }
}
.uehonmachi-plan__ttl span {
  margin-left: 1.8em;
  position: relative;
  font-size: 2.3rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-plan__ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-plan__ttl span {
    margin-left: 0;
  }
}
.uehonmachi-plan__ttl span::before, .uehonmachi-plan__ttl span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.5rem;
  height: 1px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.uehonmachi-plan__ttl span::before {
  left: -1em;
}
.uehonmachi-plan__ttl span::after {
  right: -1em;
}

.uehonmachi-plan__flex {
  display: grid;
  grid-template-columns: 56.7rem 1fr;
  gap: 3rem 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .uehonmachi-plan__flex {
    grid-template-columns: 100%;
  }
}

.uehonmachi-plan__plan-name {
  font-size: 2.6rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-plan__plan-name {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.uehonmachi-plan__plan-price-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-plan__plan-price-flex {
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-plan__plan-price-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.uehonmachi-plan__plan-label {
  border-radius: 18px;
  background-color: #fff603;
  font-size: 1.6rem;
  color: var(--main-color);
  display: inline-block;
  padding: 0.6rem 1.2rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-plan__plan-label {
    font-size: 1.4rem;
  }
}

.uehonmachi-plan__plan-price {
  display: inline-block;
}
.uehonmachi-plan__plan-price .num {
  font-size: 5.2rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .uehonmachi-plan__plan-price .num {
    font-size: 3.6rem;
  }
}
.uehonmachi-plan__plan-price .yen {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-plan__plan-price .yen {
    font-size: 1.6rem;
  }
}

.uehonmachi-plan__detail-ttl {
  color: #fff603;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-plan__detail-ttl {
    font-size: 2rem;
  }
}

.uehonmachi-plan__img img {
  border-radius: 10px;
}

/* -------------------------
 * Facility
 * ------------------------- */
.uehonmachi-facility {
  padding-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-facility {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-facility {
    padding-top: 6rem;
  }
}

.uehonmachi-facility__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-facility__flex {
    grid-template-columns: 1fr;
    margin-bottom: 8rem;
  }
}

.uehonmachi-facility__copy-txt {
  font-size: 4.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .uehonmachi-facility__copy-txt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-facility__copy-txt {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

.uehonmachi-facility__copy-img {
  width: 29rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .uehonmachi-facility__copy-img {
    width: 24rem;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-facility__copy-img {
    margin-bottom: 3rem;
  }
}

.uehonmachi-facility__txt {
  max-width: 50.8rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-facility__txt {
    max-width: none;
  }
}

.uehonmachi-facility__flex-img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-facility__flex-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-facility__flex-img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.uehonmachi-facility__img01 {
  width: 50rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-facility__img01 {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-facility__img01 {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-facility__img01 {
    width: 89%;
  }
}

.uehonmachi-facility__img02 {
  position: absolute;
  right: 1rem;
  bottom: -5rem;
  width: 18rem;
}
@media screen and (max-width: 1024px) {
  .uehonmachi-facility__img02 {
    width: 17%;
    right: 18%;
  }
}
@media screen and (max-width: 834px) {
  .uehonmachi-facility__img02 {
    width: 23%;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-facility__img02 {
    width: 28%;
  }
}

/* 練習モード */
.uehonmachi-practice-mode {
  background: #fff;
  padding: 7rem 6%;
}
@media screen and (max-width: 834px) {
  .uehonmachi-practice-mode {
    padding: 3rem 2rem;
  }
}

.uehonmachi-practice-mode__ttl {
  font-size: 3.2rem;
  padding-bottom: 1.6rem;
  margin-bottom: 3rem;
  border-bottom: none;
  background-image: radial-gradient(circle, var(--text-color) 1px, transparent 2px);
  background-size: 7px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 834px) {
  .uehonmachi-practice-mode__ttl {
    font-size: 2.4rem;
  }
}

.uehonmachi-practice-mode__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .uehonmachi-practice-mode__list {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.uehonmachi-practice-mode__list-ttl {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-practice-mode__list-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .uehonmachi-practice-mode__list-ttl {
    margin-bottom: 0.5rem;
  }
}

/* -------------------------
 * CTA
 * ------------------------- */
.uehonmachi-cta__inner {
  background: url(../img/uehonmachi/cta-bg.webp) no-repeat center center/cover;
}

.uehonmachi-cta__note {
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  padding: 3rem 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .uehonmachi-cta__note {
    text-align: left;
    margin-bottom: 3rem;
    padding: 2rem;
  }
}/*# sourceMappingURL=uehonmachi.css.map */