/*fv*/
.u-section-title {
  text-align: center;
  color: #aa0000;
}
.u-section-title.u-section-wh span {
  color: #fff;
}
.u-section-title.u-section-wh::before {
  color: #aa0000;
}

.u-fv {
  height: 300px;
  width: 100%;
  margin-top: 100px;
  position: relative;
}

.u-item-fv {
  background: url("../img/u-item-fv.jpg") no-repeat center / cover;
}
.u-company-fv {
  background: url("../img/u-company-fv.jpg") no-repeat center / cover;
}
.u-news-fv {
  background: url("../img/u-news-fv.jpg") no-repeat center / cover;
}
.u-training-fv {
  background: url("../img/u-training-fv.jpg") no-repeat center / cover;
}
.u-fv-title {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  text-shadow: 0 0 5px #fff, 0 0 15px #fff, 0 0 20px #fff;
}
.u-fv-title::before {
  content: attr(data-en);
  display: block;
  text-transform: capitalize;
  font-family: "Allura", cursive;
  color: #aa0000;
  font-size: 6rem;
  font-weight: normal;
  position: relative;
  top: 0;
  z-index: 1;
}

.u-section-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
/*u-item*/
.u-item-top-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #aa0000;
}
.u-item-top-img {
  width: 90%;
  max-width: 900px;
  margin: 2rem auto 0;
}
.u-item-top-img img {
  width: 100%;
}

.u-item-top-text {
  margin: 2rem auto 0;
  text-align: center;
  width: 95%;
}
.u-item-top-text p {
  font-size: 1.3rem;
}
.u-item-top-text p + p {
  margin-top: 1rem;
}

p.item-top-text-small {
  font-size: 1rem;
}
/*u-series*/
.u-series-item + .u-series-item {
  margin-top: 4rem;
}
.u-series-item-top {
  display: flex;
}
.u-series-item:nth-of-type(even) .u-series-item-top {
  flex-direction: row-reverse;
}
.u-series-item-top-img {
  width: 50%;
}
.u-series-item-top-img img {
  display: block;
  width: 100%;
}
.u-series-item-top-textwrap {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.u-series-item-top-textwrap p {
  font-weight: bold;
  font-size: 1.3rem;
}
.u-series-item-top-textwrap h2 {
  margin-top: 1rem;
  line-height: 1;
}
.u-series-item-top-textwrap h2::before {
  content: attr(data-en);
  display: block;
  text-transform: capitalize;
  font-family: "Allura", cursive;
  font-size: 6rem;
  font-weight: normal;
  position: relative;
  top: 0;
  z-index: 1;
  color: #aa0000;
}
.u-series-item-top-textwrap h2 span {
  display: block;
  font-size: 2rem;
  color: #aa0000;
}

.u-cosmetics-lists {
  margin: 3rem auto 0;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  max-width: 1300px;
}
.u-cosmetics-item {
  margin: 1rem;
  width: calc((100% - 6rem) / 3);
}
.u-cosmetics-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.u-cosmetics-textwrap {
  margin-top: 1rem;
}
.u-cosmetics-item-title {
  font-size: 1rem;
}
.u-cosmetics-item-title span {
  display: block;
  font-size: 0.9rem;
}

.u-cosmetics-item-price {
  margin-top: 0.75rem;
}
.u-cosmetics-item-price span {
  margin-left: 1rem;
}
.u-cosmetics-item-title::before {
  content: attr(data-en);
  display: block;
  text-transform: uppercase;
  color: #b48b43;
}
.u-cosmetics-des-morebtn {
  padding: 0.25rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  width: fit-content;
  cursor: pointer;
}
.u-cosmetics-des {
  display: none;
}

/*modal*/
.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
}

.custom-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 90%;
  max-width: 1000px;
  background: #fff;
  padding: 2rem;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.custom-modal-overlay {
  position: relative;
  z-index: 1;
  height: 100%;
}
.modal-close {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 1rem 0.5rem;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.1rem;
}
.modal-prev,
.modal-next {
  position: absolute;
  top: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-prev {
  left: 1rem;
}
.modal-prev span {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.modal-next {
  right: 1rem;
}
.modal-next span {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.modal-inner {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.modal-img img {
  width: 100%;
}
.modal-title::before {
  content: attr(data-en);
}
/* 初期状態は非表示 + 不透明度0 + スケール0.95（少し小さく） */
.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
}

/* 表示時のクラス */
.custom-modal.show .custom-modal-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.modal-left {
  width: 300px;
}
.modal-textwrap {
  width: calc(100% - 330px);
}
.modal-title {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.modal-title span {
  display: block;
}
.modal-title::before {
  content: attr(data-en);
  display: block;
  text-transform: uppercase;
  color: #b48b43;
}
.modal-price {
  margin-top: 0.5rem;
}
.modal-price span {
  margin-left: 0.5rem;
}

.modal-des-main {
  font-weight: bold;
  font-size: 0.95rem;
}
.modal-des-main span {
  font-size: 0.8rem;
  display: block;
  margin-top: 0.25rem;
}
.modal-des-sub {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.modal-des-sub span {
  font-size: 0.8rem;
  display: block;
  margin-top: 0.25rem;
  font-weight: bold;
}

/*u-news*/
.u-news-wrap {
  display: flex;
  justify-content: space-between;
}
.u-news-main {
  width: calc(100% - 350px);
}
.u-news-aside {
  width: 300px;
}
.u-news-text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.u-news-lists li {
  border-bottom: 1px solid #b48b43;
  padding-bottom: 1rem;
}
.u-news-lists li + li {
  margin-top: 1rem;
}

.u-news-info {
  display: flex;
  align-items: center;
}
.u-news-cat {
  margin-left: 1rem;
  color: #fff;
}

.u-news-lists h3 {
  margin-top: 0.5rem;
}
.u-news-text {
  margin-top: 0.5rem;
}
.u-news-text p {
  font-size: 0.9rem;
}
.u-news-aside a {
  width: 100%;
  background-color: #b48b43;
  padding: 1rem;
  display: block;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.u-news-aside li + li {
  border-top: 1px solid #f3f3f3;
}
.dli-chevron-right {
  position: absolute;
  right: 1rem;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
.u-news-more {
  text-align: right;
  margin-top: 1rem;
}
.u-news-more a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #b48b43;
  font-weight: bold;
}
.news-more-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #b48b43;
  line-height: 1;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  margin-left: 0.25rem;
  position: relative;
}

/*u-company*/
.philosophy-contents {
  width: 95%;
  max-width: 800px;
  margin: 4rem auto 0;
}
.philosophy-top {
  width: fit-content;
  margin: 0 auto;
}
.philosophy-top h3 {
  font-size: 2.5rem;
}
.philosophy-top ul {
  width: fit-content;
  margin: 1rem auto 0;
}
.philosophy-top ul li {
  font-size: 2rem;
}
.philosophy-top ul li + li {
  margin-top: 1rem;
}
.philosophy-contents p {
  margin-top: 2rem;
  font-size: 1.3rem;
}
.u-company-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.u-company-table tr {
  border-bottom: 1px solid #b48b43;
}
.u-company-table th {
  width: 300px;
  text-align: left;
  padding: 1rem;
  font-size: 1.1rem;
}
.u-company-table td {
  width: calc(100% - 300px);
  text-align: left;
  padding: 1.5rem 1rem;
}
.company-map {
  margin-top: 2rem;
  aspect-ratio: 2/1;
}
.company-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*u-hadagym*/
.u-hadagym-top {
  text-align: center;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.u-hadagym-top h2 span {
  display: block;
  color: #aa0000;
  font-size: 2rem;
}
.u-hadagym-top-text {
  margin-top: 2rem;
  font-size: 1.2rem;
}
.u-hadagym-top-note {
  margin-top: 1rem;
}

/*hadagym-point */
.hadagym-point {
  background: url("../img/bg-2.png") repeat center / contain;
}

.hadagym-point-contents {
  margin: 4rem auto 0;
  width: 95%;
  max-width: 1100px;
}
.hadagym-point-item {
  background-color: #fff;
  padding: 2rem 1rem;
  width: 100%;
  position: relative;
  display: flex;
}
.point-num {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point-num p {
  font-size: 3rem;
  transform: rotate(-5deg);
  display: block;
  text-transform: capitalize;
  font-family: "Allura", cursive;
  font-weight: normal;
  color: #aa0000;
}
.point-num p span {
  font-size: 3.5rem;
  display: inline-block;
  margin-left: 0.25rem;
}
.hadagym-point-item + .hadagym-point-item {
  margin-top: 1rem;
}
.hadagym-point-item-textwrap {
  width: calc(100% - 250px);
  text-align: left;
}
.hadagym-point-item-textwrap h3 {
  color: #986b1e;
  font-size: 1.3rem;
}
.hadagym-point-item-textwrap p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

/*u-promise*/
.u-promise-contents {
  margin: 3rem auto 0;
  width: 95%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.u-promise-contents li {
  border: 10px double #b48b43;
  width: calc((100% - 3rem) / 3);
  margin: 1rem 0.5rem;
  padding: 3rem 1rem 1.5rem;
  background-color: #fff;
  position: relative;
}
.u-promise-contents li h3 {
  text-align: center;
  color: #aa0000;
  font-size: 1.3rem;
}
.u-promise-contents li p {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.u-promise-contents li::before {
  content: attr(data-num);
  position: absolute;
  top: -2rem;
  left: 50%;
  font-size: 3rem;
  transform: rotate(-5deg) translateX(-50%);
  display: block;
  text-transform: capitalize;
  font-family: "Allura", cursive;
  font-weight: normal;
  color: #aa0000;
  background-color: #fff;
  padding: 0 2rem;
}

/*price-membership*/
.price-membership-top {
  text-align: center;
  margin-top: 3rem;
}
.membership-admission {
  margin: 3rem auto 0;
  width: fit-content;
  padding: 2rem;
  position: relative;
}
.membership-admission h4 {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b48b43;
  color: #fff;
  padding: 0 2rem;
}
.price-membership-top h3 {
  font-size: 2rem;
}
.price-membership-top h4 {
  font-size: 1.75rem;
}
.membership-admission-value {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
}
.membership-admission-note {
  margin-top: 1rem;
  color: #aa0000;
  font-size: 1.3rem;
}
.membership-monthly {
  margin: 3rem auto 0;
  width: fit-content;
  padding: 2rem 1rem;
  position: relative;

  max-width: 800px;
  width: 95%;
}
.membership-monthly h4 {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b48b43;
  color: #fff;
  padding: 0 2rem;
}
.monthly-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1rem 0.5rem 0;
}
.monthly-contents li {
  width: calc((100% - 2rem) / 2);
  margin: 0.5rem;
  padding: 1rem;
  border: 2px solid #b48b43;
  background-color: #fff;
}
.monthly-contents li h5 {
  font-size: 1.4rem;
}
.monthly-contents li p {
  font-size: 1.5rem;
}

.membership-top-bottom {
  margin: 3rem auto 0;
  text-align: left;
  width: 95%;
  max-width: 1200px;
  font-size: 0.9rem;
}

.membership-top-bottom-red {
  color: #aa0000;
  font-weight: bold;
  margin-top: 1rem;
}

.visitor-contents {
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin: 3rem auto 0;
  flex-wrap: wrap;
}
.visitor-contents li {
  width: calc((100% - 4rem) / 2);
  margin: 1rem;
  padding: 1.5rem;
  border: 2px solid #b48b43;
  background-color: #fff;
}
.visitor-contents h3 {
  text-align: center;
  font-size: 1.5rem;
}
.visitor-value {
  text-align: center;
  font-size: 1.5rem;
}
.visitor-value span {
  display: block;
  line-height: 1;
  font-size: 1.75rem;
}
.visitor-sub {
  text-align: center;
  margin-top: 1rem;
  color: #aa0000;
  font-weight: bold;
}
.visitor-textwrap {
  margin-top: 2rem;
  font-size: 0.9rem;
}

/*e-products*/
.equipment-products {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.e-products-contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.e-products-contents li {
  width: calc((100% - 3rem) / 3);
  text-align: center;
  padding: 1.5rem;
  margin: 0.5rem;
  border: 2px solid #b48b43;
  background-color: #fff;
}

.e-products-value {
  font-size: 1.5rem;
}
.e-products-bottom {
  margin-top: 2rem;
  font-size: 0.9rem;
}
/*esthetic*/
.esthetic {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.esthetic-contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.esthetic-contents li {
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  margin: 0.5rem;
  border: 2px solid #b48b43;
  background-color: #fff;
}

.esthetic-contents h3 {
  font-size: 1.5rem;
}
.esthetic-top {
  color: #aa0000;
  font-weight: bold;
  margin-top: 1rem;
}

.esthetic-value {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.esthetic-value span {
  font-size: 1.75rem;
  display: block;
  line-height: 1;
}
.esthetic-value-note {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.esthetic-note {
  font-size: 0.9rem;
  margin-top: 1.5rem;
  text-align: left;
}

/*payment*/
.paymment {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.payment-item {
  margin-top: 4rem;
}
.payment-item p {
  font-size: 1.1rem;
}
.payment-item p + p {
  margin-top: 0.5rem;
}
.payment-item ul {
  display: flex;
  flex-wrap: wrap;
}
.payment-item ul li {
  padding: 0.5rem;
  margin: 0.5rem;
  width: calc((100% - 10rem) / 10);
  align-items: center;
  display: flex;
}
.payment-item ul li img {
  display: block;
  width: 100%;
}

/*traning*/
.u-traning-top {
  text-align: center;
}
.u-traning-top h2 {
  color: #aa0000;
  font-size: 2rem;
}
.u-traning-top p {
  margin-top: 1rem;
  font-size: 1.1rem;
}
.u-traning-contents {
  width: 95%;
  max-width: 1100px;
  margin: 3rem auto 0;
}
.u-traning-lists {
  display: flex;
  flex-wrap: wrap;
}
.u-traning-lists li {
  width: calc((100% - 2rem) / 2);
  margin: 0.5rem;
}
.u-traning-lists li a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.u-traning-lists li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2.5/1;
}
.u-traning-lists li h3 {
  background-color: #b48b43;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.s-traning-title {
  font-size: 2rem;
  color: #aa0000;
  text-align: center;
}

.u-traning-top {
  margin: 3rem auto 0;
  width: 95%;
  max-width: 1000px;
}
.u-traning-top h3 {
  color: #b48b43;
  font-size: 1.75rem;
}
.u-traning-top p {
  font-size: 1.3rem;
}
.u-traning-text {
  margin: 3rem auto 0;
  width: 95%;
  max-width: 1000px;
}

.recom-contents {
  margin: 3rem auto 0;
  width: 95%;
  max-width: 1000px;
}
.recom-lists {
  display: flex;
  flex-wrap: wrap;
}
.recom-lists li {
  width: calc((100% - 4rem) / 4);
  margin: 0.5rem;
}
.recom-title {
  text-align: center;
  color: #b48b43;
}
.recom-img {
}
.recom-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.recom-item-title {
  background-color: #b48b43;
  color: #fff;
  text-align: center;
}

/*consignment*/
.u-consignment-top {
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
}

.u-consignment-top-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #aa0000;
}
.u-consignment-top-text {
  margin-top: 2rem;
}
.u-consignment-top-text p + p {
  margin-top: 1rem;
}
.consignment-req {
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
}
.consignment-req h2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #aa0000;
}
.consignment-req-contents {
  margin-top: 2rem;
}
.consignment-req-contents p + p {
  margin-top: 1rem;
}
.consignment-partners h2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #aa0000;
}

.consignment-partners-lists {
  margin: 4rem auto 0;
  width: 95%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.consignment-partners-lists li {
  width: calc((100% - 4rem) / 2);
  margin: 1rem;
  font-size: 1.2rem;
  text-align: center;
}
.consignment-contact {
  margin: 4rem auto 0;
  width: 95%;
  max-width: 1000px;
  text-align: center;
}
.consignment-contact h2 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #aa0000;
}
.consignment-contact p {
  margin-top: 2rem;
}
.consignment-line {
  width: 70%;
  max-width: 300px;
  display: block;
  margin: 1rem auto 0;
}
.consignment-line img {
  width: 100%;
}

.u-contact {
  text-align: center;
}
.u-contact h2 {
  color: #aa0000;
  font-size: 1.75rem;
}
.u-contact p {
  margin: 2rem auto 0;
  font-size: 1.2rem;
  width: 95%;
}

.contact-an h2 {
  color: #aa0000;
  font-size: 1.5rem;
  text-align: center;
}

.contact-an p span {
  font-size: 0.9rem;
}
.contact-an-info-item {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.contact-an-info {
  width: fit-content;
  margin: 3rem auto 0;
  padding: 0 1rem;
}
.contact-an-info h3 {
  width: 200px;
}
.contact-an-info p {
  width: calc(100% - 200px);
  font-size: 1.1rem;
}

p.contact-an-info-item-note {
  font-size: 0.9rem;
  width: 100%;
}

.pagenav {
  margin-top: 2rem;
  text-align: center;
}
.wp-pagenavi span.current {
  background-color: #b48b43;
  color: #fff;
}
.single-text {
  margin-top: 2rem;
}

/* お問い合わせフォーム全体 */
.contact-form {
  max-width: 800px;
  width: 95%;
  padding: 2rem;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
  border: 10px double #b48b43;
}
span.req {
  background-color: #aa0000;
  color: #fff;
  padding: 0 0.25rem;
  font-size: 0.9rem;
  display: inline-block;
  margin-left: 0.5rem;
}

/* 各入力欄 */
.cf7-input,
.cf7-textarea {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  border: 1px solid #777777;
  font-size: 15px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

/* フォーカス時 */
.cf7-input:focus,
.cf7-textarea:focus {
  border-color: #b48b43;
  outline: none;
}

/* テキストエリア */
.cf7-textarea {
  min-height: 150px;
  resize: vertical;
}

/* 送信ボタン */
.cf7-submit-btn {
  background: #b48b43;
  color: #fff;
  padding: 1rem 4rem;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.wpcf7-response-output{
  max-width: 800px;
  margin: 2rem auto!important;
  display: block;
	width:95%;
}