html {
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #fefefe;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #333;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

.margin {
  padding-top: 90px;
}

.outer-block {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.inner-block {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 20px;
}

.c-title {
  text-align: center;
}

.c-title .en {
  font-family: "Pinyon Script";
  font-size: 2rem;
  color: #e9c600;
}

.c-title .ja {
  font-size: 2rem;
  display: block;
  padding-bottom: 50px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0px 20px;
  background-color: #fefefe;
}

.header .logo {
  flex: 0 0 76px;
}

.logo img {
  width: 100%;
  height: auto;
}

.cta-links {
  display: flex;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons img {
  width: 55px;
  height: auto;
}

.cta-btn-line-top {
  display: none;
}

.cta-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  background-color: #f8c808;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  margin-left: 15px;
}

.cta-btn i {
  font-size: 1.2em;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 1px;
}

.header-cta-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  background-color: #f8c808;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  margin-left: 15px;
}

.header-cta-btn i {
  font-size: 1.2em;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 1px;
}

.cta-wrapper {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.firstview-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.firstview {
  background-color: #e9ecf2;
  text-align: center;
}
.firstview-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.fv-tag,
.fv-tag2 {
  font-size: 25px;
  background-color: #6abf96;
  padding: 2px 10px;
  gap: 20px;
}

.fv-tag {
  margin-right: 10px;
}

.mobile-fv_h2 {
  padding: 20px 0 15px 0;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #000;
}

.h1-text {
  font-size: 3.75rem;
  letter-spacing: 0.2em;
}

.fv-main-text {
  font-size: 3.75rem;
  letter-spacing: 0.2em;
  color: #fed431;
}

/* secondview */
.secondview {
  background-color: #b19311;
  width: 100%;
}
.secondview .secondview-head {
  text-align: center;
  padding:24px 0 16px;
  position: relative;
}
.secondview .secondview-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 400px solid transparent;
  border-right: 400px solid transparent;
  border-top: 60px solid #b19311;
  z-index: 2;
}
.secondview-item {
  display: inline-block;
  width: 480px;
  transform: translateY(12px);
}
.secondview .secondview-body {
  background-image: url(../image/secondview-bg-pc.jpg);
  background-size: 1400px 467px;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #e2eef6;
  height: 467px;
  position: relative;
}
.secondview .secondview-body .secondview-price {
  position: absolute;
  font-family: "Roboto";
  line-height: 1.2;
  top: 132px;
  left: calc(50% - 260px);
}
.secondview-price .sv_fixed_price-pre {
  font-size: 28px;
  color: #8d8585;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.secondview-price .sv_fixed_price-value {
  font-size: 52px;
  color: #8d8585;
  font-family: "arial";
}
.secondview-price .sv_fixed_price-tax {
  font-size: 28px;
  color: #8d8585;
  font-family: "Noto Sans JP";
  font-weight: 900;
}

.secondview-price .sv_fixed_arrow {
  width: 112px;
  margin-left: 80px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.secondview-price .sv_campaign_price {
  font-family: "Roboto";
  line-height: 1.2;
  color: #c70633;
}

.secondview-price .sv_campaign_price .sv_campaign_price-pre {
  font-size: 28px;
  letter-spacing: -0.5px;
}
.secondview-price .sv_campaign_price .sv_campaign_price-value {
  font-size: 80px;
  font-family: "arial";
}
.secondview-price .sv_campaign_price .sv_campaign_price-tax {
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
/* /secondview */

.ctabtn-item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fffac4;
}

.cta-img {
  width: 200px;
  margin: 40px 0;
}

.ctatext {
  margin: 30px 0;
}

.ctabtn-2 {
  display: flex;
  align-items: center;
}

.cta-item p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: center;
}

.color {
  color: #ff9054;
  font-size: 2rem;
}

.cta-btn-line a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 32px;
  background-color: #4cc764;
  color: #fefefe;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  position: relative;
  column-gap: 6px;
}

.cta-btn-line a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../image/sns-icon-line.png);
  background-size: cover;
}

.ctabtn-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  background-color: #04c757;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
}

.ctabtn-line img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
}

.campaign_box-black-top {
  display: none;
}

.worries-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}

.worries-list {
  width: 700px;
  margin: 0 auto;
  border: 2px solid #d9d9d9;
  border-radius: 16px;
  padding: 50px 20px;
  background-color: #fefefe;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.worries-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  width: 70%;
  text-align: left;
  justify-content: center;
}

.worries-list li:last-child {
  margin-bottom: 0;
}

.worries-list li p {
  flex: 1;
}

.message {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
}

.big-text {
  font-size: 32px;
}

.highlight {
  font-size: 2rem;
  color: #ff9054;
  border-bottom: 5px solid #e9c600;
}

.our-gym-block {
  background-image: url(../image/our-gym-backgroung.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-gym-textbox {
  text-align: left;
  max-width: 700px;
}

.our-gym-text {
  font-size: 16px;
  color: #fefefe;
  line-height: 1.7;
}

.our-gym-maintext {
  font-size: 32px;
  color: #fed431;
}

.our-gym-subtext {
  font-size: 32px;
}

.about-block {
  background-color: #f7f7f7;
}

.about-block .inner-block{
  padding-top: 56px;
  padding-left: 16px;
  padding-right: 16px;
}

.about-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.about-list li {
  width: 180px;
  height: 180px;
  background-color: #ebdf48;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.7;
}

.parent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 35px solid #333;
}

.about-text1,
.about-text2 {
  text-align: center;
  line-height: 2;
}

.sub-highlight {
  color: #ff9054;
  font-size: 20px;
}

.worries-bottom-text {
  font-size: 32px;
  color: #fefefe;
}

.worries-color {
  color: #e9d903;
}

.worries-bottom-block {
  background-image: url(../image/background.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 645px;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  text-align: center;

}

.speech-bubble {
  width: 700px;
  border: 2px solid #e9c600;
  border-radius: 16px;
  padding: 50px 20px;
  background-color: rgba(254, 254, 254, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px auto 60px auto;
  position: relative;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid rgba(254, 254, 254, 0.9);
}

.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 22px solid #e9d903;
}

.worries-buttom-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.worries-df {
  display: flex;
  align-items: center;
}

.icon-check {
  width: 40px;
}

.worries-df p {

}

.worries-question {
  color: #fefefe;
  font-size: 1.5rem;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 10px 30px;
  border-radius: 8px;
  display: inline-block;
}

.point-label {
  font-size: 1.5rem;
  color: #fed431;
}

.point-number {
  font-size: 55px;
  color: #fed431;
  font-family: "Roboto";
  margin-left: 3px;
}

.features-block {
  background-color: #f7f7f7;
}

.features-text h4 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

.solid {
  width: 90px;
  border: 2px solid #fed431;
}

.features-text p {
  font-weight: normal;
  line-height: 1.7;
  padding-top: 15px;
}

.features-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 50px;
}

.features-item:last-of-type {
  padding: 0;
}

.features-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.features-text {
  width: 50%;
}

.features-img {
  width: 50%;
  box-sizing: border-box;
}

.reverse {
  flex-direction: row-reverse;
}

.program-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.program-list {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin-bottom: 40px;
}

.program-img img {
  width: 100%;
  border-radius: 8px;
}

.program-text {
  margin-top: 10px;
  line-height: 1.7;
}

.program-text h5 {
  color: #fed431;
  font-size: 1.7rem;
  padding: 2px 0 5px 0;
}

.trainers-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.trainers-img,
.trainers-profile {
  width: 50%;
}

.trainers-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.trainers-profile .name {
  font-size: 1.5rem;
  color: #ff9054;
  padding-right: 10px;
  padding-bottom: 10px;
}

.trainers-profile .name-en {
  font-size: 1rem;
  font-weight: normal;
  padding-left: 10px;
  letter-spacing: 0.07em;
}

.body-text {
  padding-bottom: 10px;
  font-weight: normal;
}

.profile-message {
  color: #ff9054;
  font-size: 18px;
  padding-bottom: 10px;
}

.review-block {
  background-color: #f6f3cd;
}

.review-face {
  width: 50px;
}

.review {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
}

.review-list {
  width: 48%;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  border: 2px solid #e9c600;
}

.review-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #cccccc;
}

.number_rating {
  font-size: 14px;
  color: #797e7d;
  font-weight: normal;
}

.star5_rating:before,
.star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ff9054;
}

.readmore-content {
  font-weight: normal;
  position: relative;
  height: 100px;
  overflow: hidden;
  transition: height 0.3s ease;
}

.readmore-content::after {
  content: "...";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fefefe;
  color: #5f5f5f;
  padding-left: 4px;
  padding-right: 4px;
  visibility: visible;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::after {
  visibility: hidden;
}

.readmore {
  position: relative;
  margin: 20px auto 0;
  padding: 0 0 30px;
}

.readmore label {
  display: inline-block;
  margin-top: 10px;
  color: #5f5f5f;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.readmore label::before {
  content: "続きを見る";
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: "元に戻す";
}

.readmore input[type="checkbox"] {
  display: none;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.facility-block {
  text-align: center;
  background-color: #f9f9f9;
}

.facility-text {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #fefefe;
  background: #fed431;
  margin-bottom: 40px;
  padding: 10px 40px;
  border-radius: 40px;
}

.facility-text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fed431;
}

.facility-text p {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.facility-text .facility-check {
  display: inline-block;
  position: relative;
}

.facility-text .facility-check::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: -16px;
  font-size: 18px;
  width: 2px;
  height: 28px;
  font-weight: bold;
  background-color: #fff;
  transform: rotate(-20deg);
}

.facility-text .facility-check::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -16px;
  font-size: 18px;
  width: 2px;
  height: 28px;
  font-weight: bold;
  background-color: #fff;
  transform: rotate(20deg);
}

.sliderArea {
  max-width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.facility-text-bottom {
  text-align: left;
  font-weight: normal;
  line-height: 1.7;
  padding: 20px 30px;
}

.plan-block {
  background-color: #fefefe;
}

.campaign_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.campaign_box {
  width: 30%;
  border: #6abf96 solid 2px;
  border-radius: 8px;
  text-align: center;
}

.campaign_title {
  color: white;
  background-color: #6abf96;
  padding: 3px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 20px;
  text-align: center;
}

.plan_area {
  padding: 20px 40px;
  text-align: center;
}

.plan_title {
  color: #6abf96;
  font-size: 20px;
  border-bottom: 2px solid rgb(211 210 210);
  padding-bottom: 5px;
}
.plan_title .plan_title-notice {
  font-size: 12px;
  color: #333;
  line-height: 1.3;
  display: block;
  font-weight: normal;
  text-align: left;
  padding-left: 14px;
  position: relative;
  margin-top: 4px;
}
.plan_title .plan_title-notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;

}

.price_list {
  padding: 20px 0 0;
}

.price_text {
  font-size: 14px;
}

.cross_off {
  position: relative;
  display: inline-block;
}

.cross_off::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 105%;
  height: 2px;
  background-color: black;
  transform: rotate(-14deg);
  transform-origin: top right;
}

.price-list_bold {
  font-size: 30px;
  font-weight: 900;
  font-family: "Roboto";
}

.price_training {
  font-size: 18px;
  margin-bottom: 12px;
}

.campaign_box.orange {
  border: #ff9054 solid 2px;
}

.campaign_box.orange .campaign_title {
  background-color: #ff9054;
}

.campaign_box.orange .plan_title {
  color: #ff9054;
}

.campaign_box.black {
  border: #333 solid 2px;
  position: relative;
}

.campaign_box.black .campaign_title {
  background-color: #333;
}

.campaign_box.black .plan_title {
  color: #333;
}

.now {
  position: absolute;
  top: -20px;
  left: -16px;
  background-color: #ff651e;
  color: #fefefe;
  padding: 26px 10px;
  border-radius: 50px;
  font-size: 16px;
  background-image: linear-gradient(45deg, #ff651e, #ff8c00);
  background-size: 200% 200%;
  animation: shine 1.5s ease-in-out infinite;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@keyframes shine {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.bright_orange {
  color: #ff651e;
}

.off_70 {
  font-size: 24px;
  line-height: 1.1;
}

.tax_black {
  color: #333;
}

.campaign_box-black {
  display: block;
  width: 100%;
  border: #333 solid 2px;
  position: relative;
}

.campaign_box-black .campaign_title {
  background-color: #333;
}

.campaign_box-black .plan_title {
  color: #333;
}

.price-list_bold {
  font-size: 32px;
}

.campaign_box {
  width: 100%;
}

.price-text p {
  text-align: center;
  margin-top: 40px;
  font-size: 1.5rem;
}

table.price-list {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 12px;
}

td {
  border: 2px solid #d9d9d9;
  padding: 15px 40px;
  text-align: center;
}

td.td-color {
  background-color: #333;
  color: #fefefe;
}

.mobile-images {
  display: none;
}

.access-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.access-text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 40px;
  padding: 10px 0;
}

.access-color {
  color: #ff9054;
}

.access-details {
  flex: 1;
}

.google-map {
  flex: 1;
  max-width: 600px;
}

.access-details dl {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.access-details dt {
  font-weight: bold;
}

.access-details dd {
  margin-bottom: 5px;
  font-weight: normal;
}

.google-map iframe {
  width: 100%;
  height: 350px;
  border: none;
}

.access-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.access-details {
  width: 50%;
}

.google-map {
  width: 50%;
}

.google-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.info-title {
  width: 180px;
  background-color: #fff;
}

.contact-block {
  background-color: #f5f5f5;
}

.contact-section_pc {
  max-width: 100%;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  background-color: #fefefe;
  border-radius: 8px;
}

.contact-text {
  font-size: 20px;
  font-weight: 500;
}

.contact-info {
  display: flex;
  flex-direction: column;
}

.tel-container,
.hours-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.tel-label,
.hours-label {
  background-color: #e9c600;
  color: #333;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  font-weight: bold;
  margin-right: 15px;
  border-radius: 4px;
}

.tel-number {
  font-size: 28px;
  font-weight: bold;
}

.hours-text {
  font-size: 14px;
  line-height: 1.4;
}

.contact-section_sp {
  max-width: 500px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-heading_sp {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 10px;
}

.contact-card_sp {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-header_sp {
  background-color: #e9c600;
  color: #333;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.card-body_sp {
  padding: 20px;
  text-align: center;
}

.tel-number_sp {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}

.hours-text_sp {
  font-size: 16px;
  line-height: 1.5;
}

.info-line {
  display: flex;
  align-items: center;
  border: 2px solid #50b848;
  border-radius: 8px;
  justify-content: space-between;
  background: #fff;
  max-width: 100%;
}

.line-contact-button {
  display: flex;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #06c755;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}

.line-icon {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}

.line-icon img {
  width: 45px;
  height: auto;
}

.line-text {
  flex-grow: 1;
  color: #06c755;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}

.line-check {
  background-color: #06c755;
  color: white;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: bold;

  letter-spacing: 2px;
}

.line-check p {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .sp-hidden {
    display: none;
  }

  .line-text {
    font-size: 18px;
    padding: 12px 0;
  }

  .campaign_box-black-top {
    display: block;
    background-color: #fefefe;
  }

  .campaign_box-black-top {
    display: block;
    width: 100%;
    border: #333 solid 2px;
    border-radius: 8px;
    position: relative;
  }

  .campaign_box-black-top .campaign_title {
    background-color: #333;
  }

  .campaign_box-black-top .plan_title {
    color: #333;
  }

  .cta-img {
    display: none;
  }

  .color {
    font-size: 18px;
  }

  .line-icon {
    padding: 10px;
  }

  .line-icon img {
    width: 35px;
  }

  .line-check {
    padding: 12px 15px;
    font-size: 12px;
  }
}

.footer {
  background-color: #000000;
}

.footer-inner {
  padding: 40px 30px 16px;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  row-gap: 32px;
}

.footer-logo {
  width: auto;
  max-width: 100px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

.footer-nav {
  font-size: 15px;
  color: #fefefe;
  gap: 15px;
}

.footer-links li {
  display: flex;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.footer-white {
  background-color: #fefefe;
  display: flex;
}

.footer-white p {
  font-size: 12px;
}

.footer-sns {
  display: flex;
  gap: 20px;
}
.footer-sns .footer_sns_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 100px;
  background-color: #fff;
}

.footer-copy {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.about-list-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .inner-block {
    padding: 60px 20px;
  }

  /* secondview */
  .secondview {
    width: 100%;
  }
  .secondview .secondview-head {
    text-align: center;
    padding:16px 0 0px;
    position: relative;
  }
  .secondview .secondview-head::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 48vw solid transparent;
    border-right: 48vw solid transparent;
    border-top: 10vw solid #b19311;
    z-index: 2;
  }
  .secondview-item {
    display: inline-block;
    width: 76%;
    transform: translateY(0);
  }
  .secondview .secondview-body {
    background-image: url(../image/secondview-bg-sp.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #e2eef6;
    height: 102vw;
    position: relative;
  }
  .secondview .secondview-body .secondview-price {
    position: absolute;
    font-family: "Roboto";
    line-height: 1.2;
    top: 26vw;
    left: 4vw;
  }
  .secondview-price .sv_fixed_price-pre {
    font-size: 4.5vw;
    color: #8d8585;
  }
  .secondview-price .sv_fixed_price-value {
    font-size: 9vw;
    color: #8d8585;
    font-family: "arial";
  }
  .secondview-price .sv_fixed_price-tax {
    font-size: 4.5vw;
    color: #8d8585;
  }
  .secondview-price .sv_fixed_arrow {
    width: 20vw;
    margin-left: 16vw;
    margin-top: 0.5vw;
    margin-bottom: 2vw;
  }
  .secondview-price .sv_campaign_price {
    line-height: 1;
  }
  .secondview-price .sv_campaign_price .sv_campaign_price-pre {
    font-size: 4.5vw;
    
  }
  .secondview-price .sv_campaign_price .sv_campaign_price-value {
    font-size: 15vw;
  }
  .secondview-price .sv_campaign_price .sv_campaign_price-tax {
    font-size: 4.5vw;
  }
  /* /secondview */

  .cta-wrapper {
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
  }

  .campaign_wrapper {
    flex-direction: column;
  }

  .social-icons,
  .header-cta-btn {
    display: none;
  }

  .cta-btn-line-top {
    display: inline-block;
    width: 100%;
  }

  .cta-btn-line-top .sns_line_btn {
    min-width: 242px;
    display: inline-flex;
    align-items: center;
    padding: 15px 16px;
    background-color: #4cc764;
    color: #fefefe;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    column-gap: 6px;
    justify-content: center;
  }

  .cta-btn-line-top .sns_line_btn::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../image/sns-icon-line.png);
    background-size: cover;
  }

  .inner-block {
    max-width: 100%;
    width: 100%;
    padding: 60 20px;
  }

  .c-title .en {
    font-size: 24px;
  }

  .c-title .ja {
    font-size: 28px;
    padding-bottom: 40px;
  }

  .ctatext {
    margin-top: 0;
    margin-bottom: 0;
  }

  .price_list {
    padding-bottom: 0;
  }

  .cta-img {
    width: 100%;
  }

  .ctabtn-2 {
    flex-direction: column;
    gap: 20px;
  }

  .cta-btn-line {
    width: 100%;
  }

  .cta-btn-line a {
    width: 100%;
    justify-content: center;
  }

  .cta-btn {
    width: 100%;
  }

  .cta-btn a {
    width: 100%;
    margin: 0;
    justify-content: center;
  }

  .ctabtn-item {
    display: flex;
    flex-direction: column;
  }

  .mobile-fv_h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .fv-text {
    display: none;
  }

  .mobile-fv {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .firstview-img {
    width: 100%;
  }

  .worries-list {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
  }

  .worries-list li {
    width: 100%;
    gap: 12px;
    align-items: flex-start;
  }

  .worries-list li img {
    width: 30px;
    height: auto;
  }

  .message {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: -0.1px;
  }

  .big-text {
    font-size: 20px;
  }

  .highlight {
    font-size: 1.5rem;
    border-bottom: 3px solid #e9c600;
  }

  .our-gym-block {
    min-height: 320px;
    text-align: center;
  }
  .our-gym-block .inner-block {
    padding-bottom: 60px;
  }

  .our-gym-maintext {
    margin-top: 4px;
    display: inline-block;
  }

  .our-gym-maintext {
    font-size: 1.5rem;
  }

  .our-gym-subtext {
    font-size: 16px;
    display: inline-block;
    margin-top: 4px;
  }

  .about-list li {
    width: 145px;
    height: 145px;
    font-size: 14px !important;
  }

  .worries-df .icon-check {
  }

  .worries-bottom-text {
    font-size: 24px;
  }

  .worries-df {

  }

  .speech-bubble {
    width: 100%;
    margin: 40px 0;
  }

  .speech-bubble img {
    width: 24px;
    height: 24px;
  }

  .worries-question p {
    font-size: 24px;
  }

  .point-number {
    font-size: 48px;
  }

  .features-text h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .solid {
    width: 70px;
  }

  .features-item {
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 5px;
    padding-bottom: 40px;
  }

  .features-text {
    width: 100%;
  }

  .features-img {
    width: 100%;
  }

  .features-text p {
    padding-top: 10px;
  }

  .program-item {
    flex-direction: column;
    margin: 0;
  }

  .program-list {
    width: 100%;
    margin-bottom: 30px;
  }

  .trainers-img {
    width: 100%;
  }

  .trainers-profile {
    width: 100%;
  }

  .trainers-item {
    flex-direction: column;
    gap: 30px;
  }

  .review-list {
    width: 100%;
    padding: 20px 30px;
  }

  .readmore {
    padding-bottom: 5px;
  }

  .review {
    gap: 20px;
  }

  .campaign-items {
    flex-direction: column;
  }

  .campaign-box {
    width: 100%;
  }

  .access-container {
    flex-direction: column;
  }

  .access-details {
    width: 100%;
  }

  .google-map {
    width: 100%;
    max-width: none;
  }

  .access-details {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
  }

  .access-details dl {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .access-details dt {
    margin-bottom: 0;
  }

  .access-details dd {
    margin-bottom: 8px;
  }

  .mobile-images {
    display: block;
  }

  .mobile-images img {
    width: 100%;
    margin-bottom: 10px;
  }

  .price-list {
    display: none;
  }

  .price-text {
    margin-bottom: 20px;
  }

  .facility-text {
    padding-left: 48px;
    padding-right: 48px;
  }

  .facility-text .facility-check::before {
    content: "";
    position: absolute;
    left: -16px;
    height: 60px;
    font-weight: bold;
  }
  
  .facility-text .facility-check::after {
    content: "";
    position: absolute;
    right: -16px;
    height: 60px;
    font-weight: bold;
  }
}

@media screen and (max-width: 480px) {
  .sp-xs-hidden {
    display: none;
  }
  .sp-xs-show {
    display: block;
  }
  .inner-block {
    padding: 40px 20px;
  }

  .worries-block .inner-block{
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-block .inner-block{
    padding-top: 32px;
  }

  .margin {
    padding-top: 60px;
  }

  .header {
    height: 65px;
  }

  .logo img {
    width: 50px;
  }

  .cta-btn-line-top .sns_line_btn {
    padding: 9px 15px;
    background-color: #4cc764;
    color: #fefefe;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
  }

  .firstview {

  }
  .c-title .en {
    font-size: 18px;
  }

  .c-title .ja {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .h1-text {
    font-size: 50px;
  }

  .fv-main-text {
    font-size: 50px;
  }

  .worries-bottom-text {
    font-size: 20px;
  }

  .worries-list li {
    font-size: 15px;
  }

  .speech-bubble {
    padding: 30px 16px;
  }

  .worries-question p {
    font-size: 24px;
  }

  .big-text {
    font-size: 16px;
  }

  .highlight {
    font-size: 1.2rem;
    border-bottom: 3px solid #e9c600;
  }

  .about-list {
    display: flex;
    gap: 10px;
  }

  .about-list li {
    display: flex;
    border-radius: 8px;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 13px;
  }

  .arrow-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #333;
  }

  .parent {
    height: 80px;
  }

  .about-text1,
  .about-text2 {
    padding: 0 30px;
  }

  .about-text2 {
    margin-top: 10px;
  }

  .worries-bottom-block {
    min-height: auto;
    background-image: url(../image/background-sp.jpg);
  }

  .point-label {
    font-size: 18px;
  }

  .point-number {
    font-size: 24px;
  }

  .features-text h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .solid {
    width: 55px;
  }

  .features-text p {
    padding-top: 8px;
  }

  .trainers-item {
    gap: 10px;
  }

  .trainers-profile .body-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .features-item {
    padding-bottom: 30px;
  }

  .program-text h5 {
    font-size: 20px;
  }

  .about-list {
    display: none;
  }

  .about-list-mobile {
    display: flex;
    flex-direction: column;
  }

  .about-list-mobile li {
    background-color: #ebdf48;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 10px;
  }

  .about-list-mobile li:last-child {
    margin-bottom: 0;
  }

  .about-text1,
  .about-text2 {
    padding: 0;
  }

  .facility-text {
    padding-left: 48px;
    padding-right: 48px;
  }

  .facility-text-bottom {
    padding: 15px 0;
    line-height: 1.5;
  }

  .facility-text p {
    font-size: 16px;
  }

  .facility-text .facility-check::before {
    content: "";
    position: absolute;
    left: -16px;
    height: 40px;
    font-weight: bold;
  }
  
  .facility-text .facility-check::after {
    content: "";
    position: absolute;
    right: -16px;
    height: 40px;
    font-weight: bold;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    row-gap: 6px;
  }

  .footer .footer-logo {
    max-width: 74px;
  }

  .footer .footer-logo img {
    max-width: 74px;
  }

  .footer-top {
    row-gap: 24px;
  }

  .footer-bottom {
  }

  .footer_sns_link {

  }

  .footer-links a {
    text-decoration: underline;
    text-align: center;
  }

  .footer-inner {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
  }

  .divider {
    display: none;
  }
  .speech-bubble img {
    width: 28px;
    height: 28px;
    transform: translateY(-10px);
  }
  .worries-df {

  }
  .worries-df .list-text {
    text-align: left;
    text-indent: -6px;
  }
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .pc-lg-show {
    display: block;
  }
}

/* Form Start */
/* -----------------------------------------------
   data-lib="27908" に対するCSS
----------------------------------------------- */

/* 全体のボックスサイズなど */
.form_area {
  background: #ffffff;
  background: rgba(247,247,247,1);
  position: relative;
  z-index: 0;
}
.form_area * {
  box-sizing: border-box;
}
.form_area input {
  max-width: 100%;
}
/* PCでは .-w-sp を非表示 */
.form_area .-w-sp {
  display: none;
}
/* ラッパ */
.form_area .-w-wrapper {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 90%;
  width: 1170px;
}
/* タイトル部分 */
.form_area .-w-general.-w-font_title1 {
  font-size: 20px;
  line-height: 1.8;
}
.form_area .-w-ttl_wrap {
  text-align: center;
}
.form_area .-w-ttl-en {
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}
.form_area h2.-w-general {
  margin: 0 30px;
}
.form_area h3.-w-general {
  margin: 30px 0;
  text-align: center;
}
.form_area h4.-w-general {
  text-align: center;
  margin-bottom: 30px;
}
/* 本文テキスト部分 */
.form_area .-w-text {
  margin: 30px 30px;
  font-weight: normal;
  line-height: 1.8;
}
/* フォーム全体のラッパ */
.form_area .-w-form_wrap {
  background: #f5f5f5;
  background: rgba(247,247,247,1);
  padding: 0 2% 2%;
}
/* 注意やエラーメッセージ */
.form_area .alert {
  font-weight: bold;
  color: #ff0000;
}
.form_area .alert_rules {
  display: block;
  margin-top:10px;
}
/* 必須マーク */
.form_area .-w-require {
  border-radius: 2px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
  color: #fff;
  color: rgba(255,255,255,1);
}
.form_area .require {
  border-radius: 2px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 8px;
  background: #CE0000;
  color: #fff;
}

/* テーブルの基本設定 */
.form_area table {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: collapse;
  table-layout: fixed;
}
.form_area table tr {
  box-sizing: border-box;
  display: flex; /* flexレイアウト */
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form_area table tr th {
  background: #cecece;
  background: rgba(65,75,76,1); /* ダークグレー系 */
  color: rgba(255,255,255,1);
  width: 24%;
  margin-right: 3%;
  padding: 15px 20px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  min-width: 250px;
}
.form_area table tr td {
  border-top: 1px solid;
  border-color: #414b4c;
  background-color: #fff;
  width: 70%;
  padding: 15px 20px;
  vertical-align: middle;
  min-width: 785px;
  text-align: left;
  line-height: 1.8;
  font-weight:500;
}
/* 送信ボタンなど */
.form_area .-w-form-btn {
  text-align: center;
}
.form_area .-w-form-btn button[type="submit"] {
  cursor: pointer;
  border: none;
  padding: 8px 5px;
  width: 170px;
  font-size: 15px;
  font-family: 'Noto Sans JP';
  background-color: #e9c600;
  color: #ffffff;
  line-height: 1.8;
  outline: 1px solid transparent;
}
.form_area .-w-form-btn button[type="submit"]:hover {
  background-color: #ffffff;
  color: #e9c600;
  border: none;
  outline: 1px solid #e9c600;
  transition: all .4s;
}
/* 戻るボタンなど配置のためのクラス */
.form_area .-w-btn-wrap {
  width: 50%;
  margin: 0 auto;
  font-size: 3.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_area .-w-back-btn a {
  border: 1px solid;
  padding: 8px 5px;
  width: 170px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: none;
  background-color: #fdfdfd;
  background-color: hsla(0,0%,99%,1);
  color: hsla(0,0%,19%,1);
}
.form_area .-w-back-btn a:hover {
  background-color: rgba(235,224,72,0.8);
  color: #ffffff;
  transition: all .4s;
}
.form_area .-w-btn-wrap .-w-form-btn {
  margin-left: 30px;
}
.form_area .-w-btn-wrap .-w-form-btn button[type="submit"] {
  vertical-align: top;
}
/* 入力例表示用 */
.form_area .owlet-input-sample {
  font-size: 16px;
  padding: 0 10px;
}
/* テキスト・セレクト・テキストエリアなど共通 */
.form_area table input,
.form_area table select,
.form_area table textarea,
.form_area table label,
.form_area table .input_address {
  font-size: 16px;
}
.form_area input.owlet-input-tel1 + span,
.form_area input.owlet-input-tel2 + span {
  font-size: 16px;
}
.form_area input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background-color: hsla(0,0%,100%,1);
  text-align: left;
}
.form_area input[type="text"]::placeholder {
  color: #ccc;
}
.form_area input.owlet-input-name-sei[type="text"],
.form_area input.owlet-input-name-mei[type="text"] {
  width: 40%;
  padding: 10px;
  margin: 0 10px 0 0;
}
.form_area input[type="text"],
.form_area select {
  min-height: 30px;
  border: 1px solid;
  border-color: #dddddd;
  border-color: rgba(54,53,53,0.8);
  line-height: 1.8;
}
.form_area input.owlet-input-tel1[type="text"],
.form_area input.owlet-input-tel2[type="text"],
.form_area input.owlet-input-tel3[type="text"],
.form_area input.zip1[type="text"],
.form_area input.zip2[type="text"] {
  line-height: 1.2;
  padding: 10px;
  border-radius: 3px;
  min-height: 30px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  width: 115px;
}
.form_area input[type="date"] {
  padding-left: 5px;
}
.form_area input[type="date"] ~ select {
  padding: 5px 0 5px 10px;
  margin-right: 5px;
}
.form_area textarea {
  min-height: 150px;
  line-height: 1.2;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  width: 100%;
}
.form_area select {
  line-height: 1.2;
  border-radius: 3px;
  min-height: 30px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  width: 180px;
  padding: 0.5em;
}
.form_area .owlet-input-name-sei,
.form_area .owlet-input-name-mei {
  width: 90px;
  margin: 0 5px;
}
.form_area input[name="input[email]"],
.form_area input[name="input[email_confirm]"] {
  width: 100%;
}
.form_area .zip1,
.form_area .zip2 {
  width: 60px;
  margin-bottom: 10px;
}
.form_area .zip2addr {
  margin-bottom: 10px;
  padding: 6px 13px 6px;
  box-sizing: border-box;
  display: inline-block;
  background: rgba(235,224,72,1);
  color: rgba(255,255,255,1);
}
.form_area select.prefectures,
.form_area select.city {
  margin: 0 5px 10px 0;
  padding: 10px;
  background-color: hsla(0,0%,100%,1);
}
.form_area .address,
.form_area input[name="input[address_address]"],
.form_area input[name="input[address_address2]"],
.form_area input[name="input[address2_address]"],
.form_area input[name="input[address2_address2]"] {
  width: 100%;
  margin-left: 0;
}
.form_area .address,
.form_area input[name="input[address_address]"] {
  margin-bottom: 5px;
}
.form_area .owl-datepicker {
  width: 150px;
  margin-right: 5px;
}
.form_area select[name="input[date_hour]"],
.form_area select[name="input[date_minute]"] {
  margin-right: 5px;
}
.form_area .owlet-input-tel1,
.form_area .owlet-input-tel2,
.form_area .owlet-input-tel3 {
  width: 60px;
}
.form_area .owlet-input-tel2,
.form_area .owlet-input-tel3 {
  margin-left: 5px;
}
.form_area input[name="input[company_name]"] {
  width: 80%;
  line-height: 1.2;
  padding: 2px;
}
.form_area textarea[name="input[text]"] {
  width: 80%;
}
.form_area table tr td label {
  display: block;
}
.form_area input[name="input[select_etc]"],
.form_area input[name="input[radio_etc]"],
.form_area input[name="input[check_etc]"] {
  width: 80%;
  margin-top: 5px;
}
/* 同意文部分 */
.form_area .-w-rules-agree {
  text-align: center;
  margin-bottom: 30px;
}
.form_area .-w-rules-agree a {
  display: inline-block;
  text-decoration: none;
  color: rgba(54,53,53,1);
}
.form_area .-w-rules-agree a:hover {
  text-decoration: underline;
}
/* inputやselectなど共通ボタン */
.form_area input[type="submit"],
.form_area input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.form_area input[type="text"],
.form_area select,
.form_area input[type="date"] {
  border-radius: 3px;
  min-height: 30px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  color: #000;
  background: #fff;
  font-size: 16px;
}

/* カレンダーを使う項目用（使わなければ不要） */
.form_area table.input_calendar {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: collapse;
  table-layout: fixed;
}
.form_area table.input_calendar tr {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form_area table.input_calendar tr th {
  background: #cecece;
  background: rgba(235,224,72,1);
  color: rgba(255,255,255,1);
  width: 25%;
  margin-right: 5%;
  padding: 15px 20px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  border-radius: 0;
  min-width: 250px;
}
.form_area table.input_calendar tr td {
  border-top: 1px solid;
  border-color: #dddddd;
  border-color: #ebe048;
  background: #ffffff;
  color: #313131;
  width: 70%;
  padding: 15px 20px;
  vertical-align: middle;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  min-width: 785px;
}
/* チェックボックスやラジオボタンの拡大 */
.form_area input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 4px;
}
.form_area input[type="radio"] {
  transform: scale(1.5);
  margin-right: .5em;
  margin-left: .5em;
}
.form_area select[name="input[address_prefectures]"],
.form_area select[name="input[address_city]"] {
  font-size: 14px;
}
/* 電話リンクを効かなくする例 */
.form_area .-w-tel {
  pointer-events: none;
  text-decoration: none;
  color: #363535;
}
.form_area .-w-more_btn {
  margin-bottom: 50px;
}
.form_area .-w-recaptcha {
  padding: 20px;
  text-align: center;
}
.form_area .-w-recaptcha a {
  color: #363535;
}
.form_area .confirm_title {
  margin-top: 16px;
}
.form_area .error_messe {
  margin-top: 16px;
}

/* -----------------------------------------------
   レスポンシブ対応
----------------------------------------------- */

/* 幅1265px未満 */
@media (max-width: 1265px) {
  .form_area .-w-wrapper {
    width: 100%;
  }
  .form_area input.owlet-input-name-sei[type="text"],
  .form_area input.owlet-input-name-mei[type="text"] {
    width: 100%;
  }
  .form_area input.owlet-input-name-sei[type="text"] {
    margin-bottom: 10px;
  }
  .form_area table tr th {
    min-width: auto;
  }
  .form_area table tr td {
    min-width: auto;
  }
}

/* 幅768px以下 */
@media (max-width: 768px) {
  .form_area .-w-sp {
    display: block;
  }
  .form_area .-w-pc {
    display: none;
  }
  .form_area .-w-wrapper {
    padding: 50px 0;
  }
  .form_area .-w-text {
    margin: calc(30px - 9px) 0;
  }
  .form_area .-w-text > * {
    text-align: left !important;
  }
  .form_area input.owlet-input-tel1[type="text"],
  .form_area input.owlet-input-tel2[type="text"],
  .form_area input.owlet-input-tel3[type="text"] {
    width: 28%;
  }
  .form_area table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
    margin-bottom: 5px;
    background: none;
    color: rgba(65,75,76,1);
    padding: 0;
    min-width: auto;
  }
  .form_area table tr td {
    display: block;
    width: 100%;
    padding: 10px 2%;
    text-align: left;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    min-width: auto;
  }
  .form_area table tr:last-child td {
    border-radius: none;
  }
  .form_area .-w-rules-agree {
    font-size: 12px;
  }
  .form_area .require {
    margin-left: 3px;
    font-size: 12px;
    padding: 0px 2px;
  }
  .form_area .-w-form_wrap {
    background: none;
  }
  .form_area .-w-require {
    color: rgb(235, 72, 72);
  }
  .form_area select[name*="address_prefectures"],
  .form_area select[name*="address_city"] {
    width: 45%;
  }
  .form_area [data-type="datetime"] > input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .form_area [data-type="datetime"] select {
    width: 30%;
    min-width: 100px;
    padding: 0 10px;
  }
  .form_area .owlet-input-sample {
    width: 100%;
  }
  .form_area h2.-w-general {
    margin: 0;
  }
  .form_area .-w-tel {
    pointer-events: auto;
    text-decoration: none;
    color: #363535;
  }
  .form_area input[type="checkbox"] {
    margin-left: 0;
  }
  .form_area .-w-recaptcha {
    font-size: 4vw;
    text-align: left;
  }
  .form_area .-w-btn-wrap .-w-form-btn {
    margin-left: 16px;
  }
  .form_area .-w-rules-agree a {
    line-height: 2;
  }
}

/* 幅420px以下 */
@media (max-width: 420px) {
  .form_area .prefectures,
  .form_area .city {
    font-size: 15px;
  }
}

/* Form End */

/* widget */
@keyframes w-51671-buruburu {
  0% {
    transform: translateX(0);
  }
  2% {
    transform: translateX(-5px) rotate(15deg);
  }
  4% {
    transform: translateX(5px) rotate(-15deg);
  }
  6% {
    transform: translateX(-5px) rotate(15deg);
  }
  10% {
    transform: translateX(5px) rotate(-15deg);
  }
  12% {
    transform: translateX(0px);
  }
}
@keyframes w-51671-buruburu2 {
  10% {
    transform: translateX(0);
  }
  12% {
    transform: translateX(-5px) rotate(15deg);
  }
  14% {
    transform: translateX(5px) rotate(-15deg);
  }
  16% {
    transform: translateX(-5px) rotate(15deg);
  }
  20% {
    transform: translateX(5px) rotate(-15deg);
  }
  22% {
    transform: translateX(0px);
  }
}

.foot_floating_btn {
  position: relative;
  z-index: 1000;
}
.foot_floating_btn.-w-fv_hidden {
  display: none;
}
.foot_floating_btn .-w-container {
  transition: visibility 0.5s, opacity 0.5s;
  margin-left: 2rem;
}
.foot_floating_btn.-w-fixed_on {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
.foot_floating_btn.-w-fixed_off {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.foot_floating_btn .-w-container.-w-appear {
  visibility: visible;
  opacity: 1;
}
.foot_floating_btn .-w-container.-w-hidden {
  visibility: hidden;
  opacity: 0;
}
.foot_floating_btn .-w-sp {
  display: none;
}
.foot_floating_btn a {
  text-decoration: none;
}
.foot_floating_btn .-w-float_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
}
.foot_floating_btn .-w-btn_container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.foot_floating_btn .-w-mail_container {
  background: #ebe048;
  border: 1px solid;
  border-color: #ebe048;
  transition: all 0.2s;
}
.foot_floating_btn .-w-mail_btn_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot_floating_btn .-w-mail_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  min-width: 400px;
  height: 100%;
  min-height: 110px;
}
.foot_floating_btn .-w-mail_icon svg,
.foot_floating_btn .-w-mail_icon img {
  width: 40px;
  height: 40px;
}
.foot_floating_btn .-w-mail_icon svg,
.foot_floating_btn .-w-mail_icon img path {
  fill: #ffffff;
}
.foot_floating_btn .-w-arrow svg {
  width: 24px;
}
.foot_floating_btn .-w-mail_text.-w-pc {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.foot_floating_btn .-w-mail_text.-w-pc .-w-font_l {
  font-size: 24px;
}
.foot_floating_btn .-w-mail_text.-w-pc .-w-mail_lead {
  color: #ffffff;
}
.foot_floating_btn .-w-mail_text.-w-pc span {
  display: block;
}
.foot_floating_btn .-w-mail_sub {
  position: absolute;
  z-index: -1;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.foot_floating_btn .-w-mail_sub .-w-more_btn {
  margin-top: 1rem;
}
.foot_floating_btn .-w-tel_container {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.foot_floating_btn .-w-tel_btn_wrapper {
  font-size: 24px;
  color: #ebe048;
  padding-bottom: 0;
  padding-inline: 20px;
}
.foot_floating_btn .-w-tel_btn {
  color: #ebe048;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1px;
  line-height: 1.8;
}
.foot_floating_btn .-w-tel_btn .-w-tel_number.-w-pc {
  font-weight: 700;
}
.foot_floating_btn .-w-tel_icon svg {
  width: auto;
  height: 28px;
  display: inline;
  vertical-align: baseline;
}
.foot_floating_btn .-w-tel_icon svg path {
  fill: #ebe048;
}
.foot_floating_btn .-w-tel_text.-w-pc {
  padding: 5px 10px;
  font-weight: 700;
}
.foot_floating_btn .-w-hours.-w-pc {
  font-size: 14px;
  background: hsla(0, 0%, 80%, 1);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
}
.foot_floating_btn .-w-hours.-w-pc .-w-hours_data {
  padding-left: 0.5em;
}
/* なお、PC表示用テキスト等は非表示にしている指定 */
.foot_floating_btn .-w-hours.-w-pc,
.foot_floating_btn .-w-tel_text.-w-pc {
  display: none;
}
.foot_floating_btn .-w-mail_text.-w-pc,
.foot_floating_btn .-w-mail_text.-w-pc .-w-mail_lead {
  color: #494949;
  font-size: 16px;
}
.foot_floating_btn path {
  stroke: #494949;
}
.foot_floating_btn .-w-mail_container .-w-mail_icon img {
  filter: brightness(300%) contrast(150%);
}

/* ホバー時（PC表示） */
@media (min-width: 1024px) {
  .foot_floating_btn .-w-mail_container:hover {
    background: #ffffff;
  }
  .foot_floating_btn .-w-mail_container:hover .-w-mail_sub {
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
  }
  .foot_floating_btn .-w-mail_container .-w-mail_icon img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(3%) saturate(454%) hue-rotate(108deg) brightness(104%) contrast(81%);
  }
}

/* 以下、レスポンシブ（max-width:1023px）時の設定 */
@media (max-width: 1023px) {
  .foot_floating_btn .-w-mail_sub.-w-mail_sub-active {
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
    transform: translateX(-92px);
  }
  .foot_floating_btn .-w-pc {
    display: none;
  }
  .foot_floating_btn .-w-sp {
    display: block;
  }
  .foot_floating_btn.-w-fixed_on {
    right: 0;
    bottom: 50px;
  }
  .foot_floating_btn.-w-fixed_off.-w-fixed_sp_on {
    right: 0;
    bottom: 10px;
    position: fixed;
  }
  .foot_floating_btn.-w-fixed_sp_off {
    position: absolute;
    right: 0;
    bottom: 50px;
  }
  .foot_floating_btn .-w-container {
    margin-left: initial;
  }
  .foot_floating_btn .-w-hours.-w-pc {
    display: none;
  }
  .foot_floating_btn .-w-float_wrapper {
    flex-direction: column;
    gap: 34px;
  }
  .foot_floating_btn .-w-btn_container {
    position: relative;
    width: 86px;
    height: 74px;
    overflow: initial;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px 0 0 8px;
  }
  .foot_floating_btn .-w-btn_container:before {
    position: absolute;
    content: "";
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(40deg);
    top: 14px;
    right: 12px;
  }
  .foot_floating_btn .-w-mail_btn_wrapper {
    min-width: initial;
  }
  .foot_floating_btn .-w-mail_btn {
    min-width: initial;
    width: 100%;
    align-items: flex-end;
    padding: initial;
    min-height: initial;
  }
  .foot_floating_btn .-w-mail_sub {
    right: 0;
    transform: translateX(100%);
  }
  .foot_floating_btn .-w-tel_container {
    background: #ebe048;
    color: #ffffff;
  }
  .foot_floating_btn .-w-tel_btn_wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: initial;
  }
  .foot_floating_btn .-w-mail_text.-w-sp,
  .foot_floating_btn .-w-tel_text.-w-sp {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 5%;
    transform: translateY(-85%);
    width: 90%;
    border-radius: 5px;
    padding: 3px 1px;
    text-align: center;
    background: #fff;
    color: #333333;
    line-height: 1.3;
    letter-spacing: -0.4px;
  }
  .foot_floating_btn .-w-mail_text.-w-sp .-w-cg_color {
    color: #ebe048;
    font-size: 10px;
  }
  .foot_floating_btn .-w-tel_text.-w-sp .-w-cg_color {
    color: #ebe048;
    font-size: 12px;
  }
  .foot_floating_btn .-w-mail_icon {
    margin-bottom: 3px;
    animation: w-51671-buruburu 3s linear infinite;
    transform: scale(1);
  }
  .foot_floating_btn .-w-tel_icon {
    margin-bottom: 3px;
    animation: w-51671-buruburu2 3s linear infinite;
    transform: scale(1);
  }
  .foot_floating_btn .-w-tel_icon svg path {
    fill: #ffffff;
  }
  .foot_floating_btn .-w-mail_icon svg,
  .foot_floating_btn .-w-mail_icon img,
  .foot_floating_btn .-w-tel_icon svg {
    width:  34px;
    height: auto;
    margin-bottom: 0;
  }
  .foot_floating_btn .-w-mail_icon img {
    /* height: 40px; */
  }
  .foot_floating_btn .-w-tel_btn {
    pointer-events: auto;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
  }
  .foot_floating_btn .-w-container.-w-hidden {
    transform: translateX(100%);
  }
  .foot_floating_btn .-w-container.-w-appear {
    transform: initial;
  }
  .foot_floating_btn .-w-mail_container .-w-mail_icon img {
    filter: brightness(300%) contrast(150%);
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .foot_floating_btn .-w-mail_btn {
    min-height: 80px;
  }
  .foot_floating_btn .-w-tel_btn_wrapper {
    min-height: 80px;
  }
}

/* ボタン */
.price_link .price_link-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: 2px solid;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 8px 5px;
  line-height: 1.4;
  text-align: center;
  min-width: 170px;
  background-color: rgba(235,224,72,1);
  color: rgba(255,255,255,1);
  border-color: rgba(235,224,72,1);
}

/* current／hover時 */
.price_link .price_link-btn.current,
.price_link .price_link-btn:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #ff6600;
  /* 上書き */
  color: rgba(235,224,72,1);
  background-color: rgba(255,255,255,1);
}

/* モバイル調整 */
@media (max-width: 768px) {
  .price_link .price_link-btn {
      padding: 15px 10px;
      min-width: 100%;
      font-size: 16px;
  }
}

/* カスタム上書きスタイル */
.price_link {
  margin-top: 32px;
  text-align: center;
}
.price_link .price_link-btn span {
  color: #ebe048;
}
.price_link .price_link-btn:hover span {
  color: #ffffff;
}
.price_link .price_link-btn.current,
.price_link .price_link-btn:hover {
  opacity: 1;
  color: rgba(255,255,255,1);
  background-color: rgba(235,224,72,1);
}
.price_link .price_link-btn {
  position: relative;
  min-width: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: none;
  background-size: 20px 2px;
  background-repeat: no-repeat;
  background-position: 280px center;
  letter-spacing: 0.6em;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  border-bottom: 2px solid;
  border-top: 2px solid;
  color: rgba(235,224,72,1);
  border-color: rgba(235,224,72,1);
  font-size: 14px;
  transition-property: border-bottom, border-top;
  transition-duration: 400ms;
  transition-timing-function: ease;
  background-color: rgba(255,255,255,1);
}
.price_link .price_link-btn {
  padding: 14px 21px;
}
.price_link .price_link-btn:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  right: 0;
  transition-property: border-bottom, border-top;
  transition-duration: 400ms;
  transition-timing-function: ease;
  top: 50%;
  background-color: rgba(235,224,72,1);
}
.price_link .price_link-btn:hover:after {
  border-color: rgba(235,224,72,0.3);
  background-color: rgba(255,255,255,1);
  animation-name: btn_over;
  animation-duration: 400ms;
  animation-fill-mode: both;
}

/* アニメーション定義 */
@keyframes btn_over {
  0% {
      width: 0px;
  }
  100% {
      width: 20px;
  }
}
@-webkit-keyframes btn_over {
  0% {
      width: 0px;
  }
  100% {
      width: 20px;
  }
}

/* 上書きモバイル調整 */
@media (max-width: 768px) {
  .price_link {
    margin-top: 24px;
  }
  .price_link .price_link-btn {
      width: 100%;
      max-width: 300px;
      padding: 15px !important;
      font-size: 16px;
      background-position: 95% center;
  }
}