:root {
  --color_orange: #eb6200;
}

body {
  font-family: "Noto Sans", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h2 {
  font-size: calc(var(--s-val) * 5);
  text-align: center;
  font-weight: bold;
}

.asterisk {
  font-size: 0.6em;
  vertical-align: super;
}

.kome {
  font-size: 0.6em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  :root {
    --s-val: 1.5vw;
  }
}

.sp-only {
  display: none;
}

/*===problem===*/

.problem-area {
  padding: calc(var(--s-val) * 10) 0;
}

.problem-title {
  margin-bottom: calc(var(--s-val) * 10);
}

.problem-content {
  display: flex;
  gap: calc(var(--s-val) * 1);
  align-items: center;
}

.problem-photo {
  width: 50%;
}

.problem-photo img {
  width: 90%;
}

.content-02 .problem-photo {
  width: 50%;
}

.content-02 .problem-photo img {
  margin: 0 0 0 auto;
}

.problem-text {
  width: 40%;
}

.problem-text_box dt {
  font-size: calc(var(--s-val) * 3.6);
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.problem-text_box dd {
  font-size: calc(var(--s-val) * 1.6);
}

.problem-text_box span {
  display: block;
  margin-bottom: 2rem;
}

.problem-content.content-01 {
  margin-bottom: 5rem;
}

.problem-content.content-02 {
  justify-content: flex-end;
}

/*===facility===*/

.facility-area {
  display: flex;
  gap: calc(var(--s-val) * 7);
  align-items: center;
  color: #000;
  background-color: #fff;
  padding: calc(var(--s-val) * 6) 0;
}

dl.facility-text {
  width: 50%;
}

dl.facility-text dt {
  font-size: calc(var(--s-val) * 3.6);
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

dl.facility-text dt span {
  color: var(--color_orange);
}

.facility-photo {
  width: 45%;
}

.facility-photo img {
  border-radius: 0 calc(var(--s-val) * 3) calc(var(--s-val) * 3) 0;
  width: 90%;
}

/*===shop-area===*/

.shop-area {
  padding: calc(var(--s-val) * 10) 0 calc(var(--s-val) * 20);
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../images/member/bg_triangle.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom 0;
  width: 90%;
}

.shop-title {
  margin-bottom: calc(var(--s-val) * 14);
  line-height: 1.5;
}

.shop-content {
  background-color: #fff;
  border-radius: calc(var(--s-val) * 3) calc(var(--s-val) * 3) 0 0;
  position: relative;
}

.shop-content::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(var(--s-val) * 12);
  height: calc(var(--s-val) * 12);
  top: calc(var(--s-val) * -8);
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/common/illiust_section-head_yogan.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.shop-content_title {
  background-color: var(--color_orange);
  text-align: center;
  padding: 3rem 0;
  font-size: calc(var(--s-val) * 3.6);
  border-radius: calc(var(--s-val) * 3) calc(var(--s-val) * 3) 0 0;
  font-weight: bold;
}

.shop-inner {
  color: #000;
  padding: calc(var(--s-val) * 7) calc(var(--s-val) * 10) 0;
}

.shop-inner_detail {
  text-align: center;
  font-size: calc(var(--s-val) * 2.4);
  font-weight: bold;
  margin-bottom: calc(var(--s-val) * 5);
}

.shop-inner_detail span {
  color: var(--color_orange);
}

.shop-inner_content {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--s-val) * 2);
  margin-bottom: calc(var(--s-val) * 10);
}

.shop-inner_list {
  width: calc(33.33% - calc(var(--s-val) * 2));
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-inner_list.shop-inner_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-inner_icon {
  margin: 0 auto;
  min-height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-inner_list_01 .shop-inner_icon {
  width: 80%;
}

.shop-inner_list_02 .shop-inner_icon {
  width: 75%;
}

.shop-inner_list_03 .shop-inner_icon {
  width: 37%;
}

.shop-inner_list_04 .shop-inner_icon {
  width: 80%;
}

.shop-inner_list_05 .shop-inner_icon {
  width: 60%;
}

.shop-inner_list_06 .shop-inner_icon {
  width: 60%;
}

.shop-inner_text {
  font-weight: bold;
}

.shop-inner_text p {
  position: relative;
  display: inline;
}

.note-text {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: calc(var(--s-val) * -3);
  text-align: right;
  font-size: calc(var(--s-val) * 1.2);
}

.shop-area .inner-size-1 {
  font-size: calc(var(--s-val) * 2.8);
  background: linear-gradient(transparent 85%, #eb6200 15%);
}

.shop-area .inner-size-2 {
  font-size: calc(var(--s-val) * 2.4);
}

.shop-area .number-size {
  font-size: calc(var(--s-val) * 5);
  line-height: 1;
}

.shop-bottom_text {
  text-align: center;
  font-size: calc(var(--s-val) * 4);
  font-weight: bold;
}

.shop-bottom_text .font-color {
  color: var(--color_orange);
}

/*===corporation-area===*/

.corporation-area {
  padding: calc(var(--s-val) * 25) 0 calc(var(--s-val) * 15);
}

.corporation-content {
  display: flex;
  gap: calc(var(--s-val) * 12);
  align-items: center;
}

.corporation-photo {
  width: 47%;
}

.corporation-photo img {
  width: 90%;
}

.corporation-text {
  width: 40%;
  font-weight: bold;
}

.corporation-text dt {
  font-size: calc(var(--s-val) * 5);
  margin-bottom: 1rem;
}

.corporation-text dd:nth-child(2) {
  font-size: calc(var(--s-val) * 2.8);
  margin-bottom: 2rem;
}

.corporation-text dd:nth-child(2) span {
  color: var(--color_orange);
}

.corporation-text dd:nth-child(3) .border-line {
  color: var(--color_orange);
  background: linear-gradient(transparent 85%, #fff600 15%);
}

.corporation-text dd:nth-child(3) .corporation-note {
  font-weight: normal;
  font-size: calc(var(--s-val) * 1.2);
}

/*merit*/

.merit-area {
  position: relative;
  padding: 0% 0 calc(var(--s-val) * 18);
}

.merit-area::before {
  content: "";
  height: 60%;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.merit-content_box {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: calc(var(--s-val) * 3);
}

.merit-title {
  margin-bottom: 3rem;
}

.merit-content {
  width: 100%;
  color: #000;
}

.merit-photo {
  margin-bottom: 3rem;
}

.merit-text dt {
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: calc(var(--s-val) * 2.8);
  display: flex;
  justify-content: center;
  min-height: calc(var(--s-val) * 7);
  align-items: flex-start;
  line-height: 1.2;
}

.merit-text_title {
  display: flex;
  justify-content: center;
  gap: calc(var(--s-val) * 1);
}

.merit-text dt span {
  color: #fff;
  background: var(--color_orange);
  border-radius: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  width: calc(var(--s-val) * 4);
  height: calc(var(--s-val) * 4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*===welfare-area===*/

.welfare-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(var(--s-val) * 13) 0 calc(var(--s-val) * 24);
  position: relative;
}

.welfare-area::before {
  content: "";
  display: block;
  width: calc(var(--s-val) * 15);
  height: calc(var(--s-val) * 14);
  background-image: url(../images/common/company01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(var(--s-val) * -9.6);
  left: calc(var(--s-val) * 9);
}

.welfare-title {
  align-items: center;
  display: flex;
  width: 72%;
  margin: 0 auto 7rem;
}

.welfare-title dl {
  width: 60%;
  font-weight: bold;
}

.welfare-title dt {
  font-size: calc(var(--s-val) * 3.6);
  margin-bottom: 3%;
}

.welfare-title dd:nth-child(2) {
  font-size: calc(var(--s-val) * 2.8);
  margin-bottom: 2rem;
}

.welfare-title .welfare-title_detail span {
  color: var(--color_orange);
  background: linear-gradient(transparent 85%, #fff600 15%);
}

.welfare-title .welfare-photo {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welfare-title .welfare-photo img {
  width: 60%;
  display: flex;
  align-items: center;
  margin: 0 5% 0 auto;
}

.benefits-content {
  font-weight: bold;
  text-align: center;
  margin-bottom: 6rem;
}

.benefits-content_title,
.howto-content_title {
  background-color: var(--color_orange);
  padding: 1.8rem 0;
  text-align: center;
  font-size: calc(var(--s-val) * 3.6);
  border-radius: calc(var(--s-val) * 2) calc(var(--s-val) * 2) 0 0;
}

.benefits-inner,
.howto-inner {
  background-color: #fff;
  color: #000;
  padding: 4rem 0;
  border-radius: 0 0 calc(var(--s-val) * 2) calc(var(--s-val) * 2);
  margin-bottom: 1rem;
}

.benefits-inner_title {
  margin-bottom: 1.5rem;
}

.benefits-inner_title p:nth-child(1) {
  font-size: calc(var(--s-val) * 5.5);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.benefits-inner_title p:nth-child(2) {
  font-size: calc(var(--s-val) * 3);
  display: inline;
  position: relative;
}

.benefits-inner_title p:nth-child(2)::before,
.benefits-inner_title p:nth-child(2)::after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 2px;
  width: calc(var(--s-val) * 4);
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.benefits-inner_title p:nth-child(2)::before {
  left: -10%;
}

.benefits-inner_title p:nth-child(2)::after {
  right: -10%;
}

.benefits-inner_title .number-size {
  font-size: calc(var(--s-val) * 8);
}

.benefits-inner_title .inner-size {
  font-size: calc(var(--s-val) * 4);
}

.benefits-inner_title .border-style {
  color: var(--color_orange);
  background: linear-gradient(transparent 85%, #fff600 15%);
}

.benefits-detail {
  font-size: calc(var(--s-val) * 3.2);
}

.benefits-detail .text-color,
.benefits-detail .text-size {
  color: var(--color_orange);
  font-size: calc(var(--s-val) * 3.6);
}

p.benefits-note {
  text-align: left;
  font-weight: normal;
}

/*howto*/

.howto-content {
  font-weight: bold;
}

.howto-inner {
  padding: 7.5rem 0 6rem;
}

.howto-step {
  display: flex;
  width: 90%;
  margin: 0 auto;
  gap: calc(var(--s-val) * 3);
  position: relative;
}

.howto-step01,
.howto-step02,
.howto-step03 {
  width: 100%;
}

.howto-step_text {
  text-align: center;
  font-weight: bold;
  font-size: calc(var(--s-val) * 2.8);
  margin-bottom: 1.5rem;
}

.howto-step_photo {
  width: 75%;
  margin: 0 auto;
  min-height: calc(var(--s-val) * 34);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howto-step01 .howto-step_photo::before,
.howto-step02 .howto-step_photo::before {
  content: "";
  width: calc(var(--s-val) * 4);
  background-image: url(../images/member/arrow.png);
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 50% left 0;
  right: calc(var(--s-val) * -9);
}

.howto-step03 .howto-step_photo {
  position: relative;
}

.howto-step03 .howto-step_photo img {
  width: 80%;
}

.howto-step03 .howto-note {
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: calc(var(--s-val) * 1.2);
}

/*sameshi*/

.cafeteria-area {
  background: #fff;
  position: relative;
  padding: 20% 0 calc(var(--s-val) * 13);
}

.cafeteria-photo {
  position: absolute;
  top: -10rem;
}

.cafeteria-content {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

.cafeteria-title {
  margin-bottom: 2.5rem;
}

.cafeteria-detail {
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: calc(var(--s-val) * 6);
  line-height: 1.9;
}

.cafeteria-btn {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  width: 50%;
  background-color: var(--color_orange);
  color: #fff;
  display: block;
  text-decoration: none;
  padding: calc(var(--s-val) * 1.5) 0;
  margin: 0 auto;
}

/*===プラン・料金===*/

.price-area {
  padding: calc(var(--s-val) * 15) 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.price-title {
  margin-bottom: 1.5rem;
}

.price-title_note {
  width: calc(var(--s-val) * 35);
  margin: 0 auto;
}

.price-content_title {
  text-align: center;
  font-size: calc(var(--s-val) * 4.2);
  margin-bottom: 2.5rem;
}

.price-content_title p {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.price-content_title p::before,
.price-content_title p::after {
  width: calc(var(--s-val) * 5);
  height: calc(var(--s-val) * 5);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: calc(var(--s-val) * -0.5);
  position: absolute;
  content: "";
}

.price-content_title p::before {
  background-image: url(../images/member/deco-left.png);
  left: -6%;
}

.price-content_title p::after {
  background-image: url(../images/member/deco-right.png);
  right: -8%;
}

.price-content_title .font-size {
  font-size: calc(var(--s-val) * 3);
}

.price-content_title .number-size {
  font-size: calc(var(--s-val) * 6);
}

.price-content_title .font-color {
  color: var(--color_orange);
  font-weight: bold;
  font-size: calc(var(--s-val) * 4);
}

.price-content_title .border-style {
  background: linear-gradient(transparent 85%, #fff600 15%);
}

.price-content_detail {
  max-width: 1200px;
}

/*===タブ===*/

.price-content {
  margin-bottom: 1rem;
  overflow-x: auto;
}

.price-content_btn {
  display: flex;
}

.price-content_btn .btn-light,
.price-content_btn .btn-regular {
  width: 100%;
  text-align: center;
  font-size: calc(var(--s-val) * 3.6);
  line-height: 1.2;
  padding: calc(var(--s-val) * 2) 0;
  font-weight: bold;
  border: 2px solid #fff;
  cursor: pointer;
}

.js-btn .active {
  background-color: #fff;
  color: #000;
  border-top: 4px solid var(--color_orange);
}

.price-content_btn .btn-light span,
.price-content_btn .btn-regular span {
  font-size: calc(var(--s-val) * 2.6);
}

.price-list {
  background-color: #fff;
  color: #000;
  padding: 0;
}

.price-load_corporation {
  display: flex;
}

.price-load_corporation p {
  width: 100%;
  background-color: #eae9e9;
  font-size: calc(var(--s-val) * 3.6);
  text-align: center;
  font-weight: bold;
  padding: 1.5rem 0;
  margin: 0;
  border: 1px solid #fff;
}

.price-inner {
  display: flex;
  border-left: 1px solid #eae9e9;
  border-right: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
  font-size: calc(var(--s-val) * 2.4);
  font-weight: bold;
}

.price-corporation,
.price-load_employee {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #eae9e9;
}

.price-load_employee {
  border-right: none;
}

.price-corporation p {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}

.price-load_employee p {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eae9e9;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

.price-load_employee p:last-child {
  border-bottom: none;
}

.font-size {
  font-size: calc(var(--s-val) * 3.6);
  font-weight: bold;
}

.inner-note {
  display: block;
  font-size: calc(var(--s-val) * 1.6);
  font-weight: normal;
  margin-top: 5px;
}

.right-plan,
.regular-plan {
  display: none;
}

.right-plan.active,
.regular-plan.active {
  display: block;
}

.price-note {
  margin-bottom: 3.5rem;
}

/*===タブ===*/

.price-image_title {
  background: var(--color_orange);
  font-size: calc(var(--s-val) * 3.6);
  text-align: center;
  padding: 1.5rem 0;
  border-radius: calc(var(--s-val) * 2) calc(var(--s-val) * 2) 0 0;
  font-weight: bold;
}

.price-image_content {
  background: #fff;
  color: #000;
  border-radius: 0 0 calc(var(--s-val) * 2) calc(var(--s-val) * 2);
}

.price-image_list {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  gap: calc(var(--s-val) * 15);
}

.price-image_content {
  padding: calc(var(--s-val) * 4) 0;
  font-weight: bold;
}

.price-inner_text {
  text-align: center;
  font-size: calc(var(--s-val) * 3.6);
  margin-bottom: calc(var(--s-val) * 4);
}

.price-inner_text span {
  font-size: calc(var(--s-val) * 4);
}

.price-image_text {
  text-align: center;
  background-color: #000;
  font-size: calc(var(--s-val) * 2.4);
  color: #fff;
  width: 80%;
  margin: 0 auto 2rem;
}

.price-image_icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.price-image_icon img {
  height: calc(var(--s-val) * 10);
  width: auto;
}

.price-image_detail {
  text-align: center;
  font-weight: 500;
  font-size: calc(var(--s-val) * 3.6);
  line-height: 1.3;
}

.price-image_detail .font-color {
  font-size: calc(var(--s-val) * 5);
  color: var(--color_orange);
  font-weight: bold;
}

.price-image_detail .price-image_note {
  font-size: calc(var(--s-val) * 1.4);
  margin-top: 0.5em;
  text-align: right;
}

/*===注意事項===*/

.notes-area {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10rem;
}

.notes-title {
  text-align: center;
  font-size: calc(var(--s-val) * 3.6);
  font-weight: bold;
  margin-bottom: 7rem;
}

.notes-list {
  border: 1px solid #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.33% - calc(var(--s-val) * 1));
  padding: 4rem 2rem 3rem;
}

.notes-no {
  font-size: calc(var(--s-val) * 6.8);
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-weight: bold;
  background: #000;
  padding: 0 2rem;
}

.notes-list_box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--s-val) * 10) calc(var(--s-val) * 1.5);
}

.notes-list_icon {
  width: 40%;
  margin: 0 auto 1rem;
}

.notes-list_title {
  font-size: calc(var(--s-val) * 2.8);
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

.notes-list_title04,
.notes-list_title05,
.notes-list_title06 {
  min-height: calc(var(--s-val) * 10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.notes-list_detail {
  font-size: calc(var(--s-val) * 1.4);
  margin: 0 auto;
  line-height: 2;
}

p.notes-list_note {
  text-align: right;
  display: block;
  margin-top: 0.5em;
  font-size: calc(var(--s-val) * 1.2);
}

/*===お支払い方法===*/

.payment-area {
  background-color: #fff;
  padding: 8rem 0;
  color: #000;
  padding: 8.5rem 0 6rem;
}

.payment-title h2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: calc(var(--s-val) * 2);
  font-size: calc(var(--s-val) * 3.5);
}

.payment-title {
  margin-bottom: 3rem;
}

.payment-title h2 img {
  width: 4%;
}

.payment-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0;
  margin-bottom: 4rem;
}

.payment-list li {
  width: 20%;
}

.payment-icon {
  margin: 0 auto;
  width: 70%;
}

.payment-text {
  text-align: center;
  font-size: calc(var(--s-val) * 2.6);
  font-weight: bold;
}

.payment-detail {
  text-align: center;
  line-height: 2;
}

/*===ご契約お手続きの流れ===*/

.flow-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem 0 0;
  width: 90%;
}

.flow-title {
  margin-bottom: 4rem;
}

/*===コンタクト===*/

.contact-area {
  padding: 10rem 0;
}

.contact-wrapper {
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  padding: 5rem 3rem 6rem;
}

.contact-title {
  text-align: center;
  font-size: calc(var(--s-val) * 3);
  margin-bottom: 2rem;
}

.contact-text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}

.contact-form {
  max-width: 520px;
  margin: 0 auto;
}

.contact-form label {
  display: flex;
  margin-bottom: 1.5rem;
}

.remark label {
  margin-bottom: 0;
}

.contact-form .list-title {
  width: 45%;
  font-weight: bold;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #000;
}

.contact-form textarea {
  resize: vertical !important;
}

p.form-group.privacy-check {
  text-align: center;
}

.wpcf7-checkbox {
  text-align: center;
}

.privacy-check input {
  width: 1rem;
  height: 1rem;
}

.privacy-check label {
  align-items: center;
  text-align: center;
}

.contact-form .contact-note {
  text-align: right;
  font-size: calc(var(--s-val) * 1.2);
  margin-bottom: 2rem;
  color: #000;
}

.contact-note {
  text-align: center;
  color: var(--color_orange);
}

.contact-form .wpcf7-submit {
  border: none;
  background-color: var(--color_orange);
  border-radius: 100px;
  color: #fff;
  width: 45%;
  font-size: calc(var(--s-val) * 2);
  padding: 0.5rem 0;
}

.contact-form .wpcf7-submit {
  background-color: #ff8c00;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}

.contact-form .wpcf7-submit[disabled] {
  background-color: #707070 !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  box-shadow: none;
}

.contact-btn {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}

.contact-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*===sp===*/

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  h2 {
    font-size: calc(var(--s-val) * 4.5);
  }

  .problem-title h2 {
    font-size: calc(var(--s-val) * 4);
  }

  .problem-content {
    display: flex;
    flex-direction: column;
    gap: calc(var(--s-val) * 5);
  }

  .problem-text_box span {
    margin-bottom: 1rem;
  }

  .problem-photo {
    width: 90%;
    margin: 0 auto 0 0;
  }

  .problem-text {
    width: 80%;
  }

  .problem-text_box dt {
    font-size: calc(var(--s-val) * 3.4);
    margin-bottom: 2rem;
  }

  .problem-text_box dd {
    font-size: calc(var(--s-val) * 2.5);
  }

  .problem-content.content-02 {
    flex-direction: column-reverse;
  }

  .problem-content.content-02 .problem-photo {
    margin: 0 0 0 auto;
    width: 90%;
  }

  .problem-photo img {
    width: 100%;
  }

  /*===都市型サウナ施設===*/

  .facility-area {
    flex-direction: column;
    padding: calc(var(--s-val) * 10) 0;
    gap: calc(var(--s-val) * 3);
  }

  .facility-photo {
    width: 90%;
    margin: 0 auto 0 0;
  }

  dl.facility-text {
    width: 90%;
  }

  dl.facility-text dt {
    font-size: calc(var(--s-val) * 3.4);
    margin-bottom: 1rem;
  }

  dl.facility-text dd {
    font-size: calc(var(--s-val) * 2.5);
  }

  .facility-photo img {
    width: 100%;
  }

  .shop-content_title {
    padding: 2rem 0;
  }

  .shop-inner {
    padding: calc(var(--s-val) * 5) calc(var(--s-val) * 2) 0;
  }

  .shop-inner_detail {
    font-size: calc(var(--s-val) * 3);
  }

  .shop-inner_content {
    gap: calc(var(--s-val) * 5) calc(var(--s-val) * 2);
    margin-bottom: calc(var(--s-val) * 10);
  }

  .shop-inner_icon {
    width: 80%;
    min-height: 10rem;
    flex-wrap: wrap;
  }

  .shop-inner_list_03 .shop-inner_icon {
    width: 55%;
  }

  .shop-inner_text p {
    font-size: calc(var(--s-val) * 1.4);
  }

  .shop-area .inner-size-1 {
    font-size: calc(var(--s-val) * 2.6);
  }

  .shop-area .number-size {
    font-size: calc(var(--s-val) * 4.5);
  }

  .shop-inner_list {
    width: calc(50% - calc(var(--s-val) * 1));
  }

  .shop-inner_icon {
    width: 80%;
  }

  .shop-inner_text p {
    font-size: calc(var(--s-val) * 2);
  }

  .note-text {
    bottom: calc(var(--s-val) * -5);
    font-size: calc(var(--s-val) * 2);
  }

  .shop-area {
    padding: calc(var(--s-val) * 10) 0 calc(var(--s-val) * 18);
  }

  .shop-bottom_text {
    font-size: calc(var(--s-val) * 3);
  }

  /*===法人会員とは？===*/

  .corporation-content {
    flex-direction: column;
  }

  .corporation-photo {
    width: 90%;
    margin: 0 auto 0 0;
  }

  .corporation-text {
    width: 90%;
  }

  .corporation-text dd:nth-child(2) {
    font-size: calc(var(--s-val) * 3.6);
  }

  .corporation-text dd:nth-child(3) {
    font-size: calc(var(--s-val) * 2.5);
  }

  .corporation-text dd:nth-child(3) .corporation-note {
    font-size: calc(var(--s-val) * 2);
  }

  .corporation-photo img {
    width: 100%;
  }

  /*===メリット===*/

  .merit-area::before {
    height: 90%;
  }

  .merit-text dt {
    margin-bottom: 2rem;
    font-size: calc(var(--s-val) * 3.6);
    min-height: auto;
  }

  .merit-text_title {
    align-items: center;
  }

  .merit-text dt span {
    width: calc(var(--s-val) * 6.5);
    height: calc(var(--s-val) * 6.5);
  }

  .merit-text dd {
    font-size: calc(var(--s-val) * 2.5);
  }

  .merit-content_box {
    gap: calc(var(--s-val) * 8);
    flex-direction: column;
  }

  .merit-content_box {
    width: 90%;
  }

  /*===特典===*/

  .welfare-area {
    padding: calc(var(--s-val) * 10) 0 calc(var(--s-val) * 15);
    width: 90%;
  }

  .welfare-title {
    width: 100%;
    flex-direction: column;
    gap: calc(var(--s-val) * 5);
  }

  .welfare-title dl {
    width: 100%;
  }

  .welfare-title dt {
    font-size: calc(var(--s-val) * 4);
  }

  .welfare-title dd:nth-child(2) {
    font-size: calc(var(--s-val) * 3.2);
    margin-bottom: 1rem;
  }

  .welfare-title_detail {
    font-size: calc(var(--s-val) * 2.5);
  }

  .welfare-title .welfare-photo {
    width: 100%;
  }

  .welfare-title .welfare-photo img {
    width: 70%;
  }

  .benefits-inner_title p:nth-child(1) {
    font-size: calc(var(--s-val) * 3.5);
  }

  .benefits-inner_title p:nth-child(2) {
    font-size: calc(var(--s-val) * 3);
  }

  .benefits-inner_title {
    margin-bottom: 2rem;
  }

  .benefits-inner,
  .howto-inner {
    padding: 3rem 0;
  }

  .benefits-detail {
    font-size: calc(var(--s-val) * 3);
  }

  .benefits-detail .text-color,
  .benefits-detail .text-size {
    font-size: calc(var(--s-val) * 3.8);
  }

  .benefits-content_title,
  .howto-content_title {
    padding: 1rem 0;
  }

  .benefits-note {
    font-size: calc(var(--s-val) * 2);
  }

  .benefits-content {
    margin-bottom: 4rem;
  }

  /*===howto===*/

  .howto-inner {
    padding: 3rem 0 5rem;
  }

  .howto-step {
    flex-direction: column;
    gap: calc(var(--s-val) * 15);
  }

  .howto-step_photo {
    width: 70%;
  }

  .howto-step_text {
    font-size: calc(var(--s-val) * 3.5);
    margin-bottom: 2rem;
  }

  .howto-step01 .howto-step_photo::before,
  .howto-step02 .howto-step_photo::before {
    right: auto;
    bottom: calc(var(--s-val) * -13);
    height: calc(var(--s-val) * 10);
    transform: rotate(90deg);
  }

  .howto-step03 .howto-step_photo img {
    width: 70%;
  }

  .howto-step03 .howto-note {
    bottom: -2rem;
    right: calc(var(--s-val) * -6);
    font-size: calc(var(--s-val) * 2);
  }

  /*===さめし===*/

  .cafeteria-area {
    padding: calc(var(--s-val) * 20) 0 calc(var(--s-val) * 10);
  }

  .cafeteria-photo {
    top: -3rem;
  }

  .cafeteria-title {
    width: 80%;
    margin: 0 auto 2rem;
  }

  .cafeteria-detail {
    font-size: calc(var(--s-val) * 2.5);
  }

  .cafeteria-btn {
    font-size: calc(var(--s-val) * 2.5);
    width: 60%;
    padding: calc(var(--s-val) * 2) 0;
  }

  .cafeteria-content {
    width: 90%;
  }

  /*===プラン料金===*/

  .price-content_title p {
    line-height: 1.2;
  }

  .price-content_title p::after {
    right: 2%;
  }

  .price-content_title p::before {
    left: 5%;
  }

  .price-content_title {
    font-size: calc(var(--s-val) * 3.2);
    margin-bottom: 4rem;
  }

  .price-content_detail {
    width: 700px;
  }

  .price-note {
    font-size: calc(var(--s-val) * 2);
  }

  .price-inner_text {
    font-size: calc(var(--s-val) * 3);
  }

  .price-inner_text span {
    font-size: calc(var(--s-val) * 3.5);
  }

  .price-image_list {
    width: 90%;
    gap: calc(var(--s-val) * 2);
  }

  ul.price-image_list li {
    width: 100%;
  }

  .price-image_text {
    padding: 5px 0;
    margin-bottom: 1rem;
  }

  .price-image_detail {
    font-size: calc(var(--s-val) * 3);
  }

  .price-image_detail .price-image_note {
    font-size: calc(var(--s-val) * 2);
    margin-top: 0.5em;
    text-align: end;
  }

  .c_sp_scroll_text {
    font-size: calc(var(--s-val) * 1.8);
  }

  /*===注意事項===*/

  .notes-area {
    padding: 0 0 5rem;
  }

  .notes-title {
    font-size: calc(var(--s-val) * 4);
    margin-bottom: 4rem;
  }

  .notes-list_box {
    flex-direction: column;
  }

  .notes-list {
    width: 100%;
    padding: 4rem 1rem;
  }

  .notes-no {
    font-size: calc(var(--s-val) * 9);
    top: calc(var(--s-val) * -5);
  }

  .notes-list_title {
    font-size: calc(var(--s-val) * 3.6);
  }

  .notes-list_detail {
    font-size: calc(var(--s-val) * 2.2);
  }

  p.notes-list_note {
    font-size: calc(var(--s-val) * 2);
  }

  /*===お支払いについて===*/

  .payment-area {
    padding: 8rem 0;
    padding: 5rem 1rem;
  }

  .payment-title h2 {
    font-size: calc(var(--s-val) * 4.5);
  }

  .payment-title h2 img {
    width: 8%;
  }

  .payment-list {
    gap: 0;
  }

  .payment-list li {
    width: 30%;
  }

  .payment-text {
    font-size: calc(var(--s-val) * 2.2);
  }

  .payment-detail {
    font-size: calc(var(--s-val) * 2);
  }

  /*===flow===*/

  .flow-area {
    padding: 5rem 0 0;
  }

  .flow-image {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .flow-image picture img {
    margin: 0 auto;
  }

  /*===contact===*/

  .contact-wrapper {
    width: 90%;
    border-radius: 10px;
    padding: 2rem 2rem;
    font-size: calc(var(--s-val) * 2.5);
  }

  .contact-form label {
    flex-direction: column;
  }

  .wpcf7-checkbox label {
    flex-direction: row;
  }

  .contact-form .contact-note {
    font-size: calc(var(--s-val) * 2);
  }

  .contact-note {
    font-size: calc(var(--s-val) * 2.2);
  }

  .contact-form .wpcf7-submit {
    width: 60%;
    font-size: calc(var(--s-val) * 2.5);
    padding: 0.5rem 0;
  }

  .contact-area {
    padding: 5rem 0 10rem;
  }

  .wpcf7-list-item label {
    flex-direction: row;
  }
}
