@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap);
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  display: block;
  width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font: inherit;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/fonts/NotoSans_Thin.woff2) format("woff2"), url(/assets/fonts/NotoSans_Thin.woff) format("woff"), url(/assets/fonts/NotoSans_Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/NotoSans_Light.woff2) format("woff2"), url(/assets/fonts/NotoSans_Light.woff) format("woff"), url(/assets/fonts/NotoSans_Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/NotoSans_DemiLight.woff2) format("woff2"), url(/assets/fonts/NotoSans_DemiLight.woff) format("woff"), url(/assets/fonts/NotoSans_DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSans_Regular.otf"), url(/assets/fonts/NotoSans_Regular.woff2) format("woff2"), url(/assets/fonts/NotoSans_Regular.woff) format("woff"), url(/assets/fonts/NotoSans_Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/NotoSans_Medium.woff2) format("woff2"), url(/assets/fonts/NotoSans_Medium.woff) format("woff"), url(/assets/fonts/NotoSans_Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/NotoSans_Bold.woff2) format("woff2"), url(/assets/fonts/NotoSans_Bold.woff) format("woff"), url(/assets/fonts/NotoSans_Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/fonts/NotoSans_black.woff2) format("woff2"), url(/assets/fonts/NotoSans_black.woff) format("woff"), url(/assets/fonts/NotoSans_black.otf) format("opentype");
}
body {
  letter-spacing: 0.05em;
  background-color: #fff;
  background-color: #fff;
}
button,
html,
input,
select,
textarea {
  color: #333;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  color: #333;
  word-wrap: break-word;
  word-wrap: break-word;
}
@-moz-document url-prefix() {
  * {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  }
}
html {
  margin-top: 0 !important;
  font-size: 62.5%;
}
body {
  position: relative;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
  word-wrap: break-word;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
li {
  list-style: none;
}
li img {
  vertical-align: bottom;
}
textarea {
  resize: vertical;
}
iframe {
  border: none;
}
a {
  color: #2b2d31;
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
}
:placeholder-shown {
  opacity: 0.7;
}
body,
html {
  height: 100%;
}
.spOnly {
  display: block !important;
}
.pcOnly {
  display: none !important;
}
.l-container {
  width: 100%;
}
.l-content {
  width: 100%;
  margin: 0 auto;
}
.l-pcContent {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.l-spContent {
  overflow: visible;
}
.l-footer {
  margin-top: auto;
}
.l-footer .c-btn__contact {
  width: 100%;
  margin-top: 15px;
}
.l-footer .c-btn__contact a {
  position: relative;
  display: block;
  padding: 15px;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1.5px solid #fff;
  border-radius: 30px;
}
.l-footer .c-btn__contact a span {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-footer .c-btn__contact a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-footer__top {
  padding: 111px 0;
  background-color: #000;
}
.l-footer__infoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer__info {
  width: 320px;
}
.l-footer__siteTitle {
  display: inline-block;
  width: 127px;
}
.l-footer__infoFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 20px;
}
.l-footer__sns li {
  width: 30px;
}
.l-footer__sns li:first-child {
  width: 36px;
}
.l-footer__sns li:not(:last-child) {
  margin-right: 20px;
}
.l-footer__infoTime {
  margin-top: 18px;
  font-size: 12px;
  color: #f0f0f0;
  letter-spacing: 0.05em;
}
.l-footer__infoTime span {
  font-size: 10px;
  color: #fff;
}
.l-footer__shopArea {
  color: #f0f0f0;
}
.l-footer__shop {
  width: 300px;
  padding-top: 20px;
  border-top: solid 1px #333;
}
.l-footer__shopName {
  font-size: 16px;
  font-weight: 700;
  color: #f0f0f0;
}
.l-footer__shopAddress {
  margin-top: 10px;
  font-size: 14px;
  color: #f0f0f0;
  letter-spacing: 0;
}
.l-footer__shopTel {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #f0f0f0;
  text-decoration: none;
}
.l-footer__bottom {
  padding: 14px 0;
}
.l-footer__copy {
  font-size: 10px;
  color: #888;
}
.l-footer__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
}
.l-footer__linkItem:first-child {
  margin-right: 40px;
}
.l-footer__linkItem a {
  font-size: 14px;
  color: #f0f0f0;
  text-decoration: none;
}
header {
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.l-header__nav {
  position: fixed;
  top: 0;
  right: -740px;
  z-index: 101;
  width: 740px;
  height: 100%;
  padding: 130px 60px;
  overflow: auto;
  background: #e764cf;
  background: -webkit-gradient(linear, left top, left bottom, from(#e764cf), to(#479ef0));
  background: linear-gradient(180deg, #e764cf 0, #479ef0 100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__nav .l-header__anchor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 52px;
  padding: 0;
  margin: 0;
}
.l-header__nav .l-header__anchor li a {
  display: block;
  padding-bottom: 26px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #9d65c6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__nav .l-header__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-top: 58px;
}
.l-header__nav .l-header__linkList li {
  margin-right: 40px;
}
.l-header__nav .l-header__linkList li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__nav.is-open {
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header {
  background-color: transparent;
}
.l-header .l-header__siteTitle {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
  display: block;
  width: 122px;
}
.l-header .l-header__siteTitle a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}
.l-header .l-header__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #fff;
}
.l-header .l-header__btn .openbtn-area {
  position: relative;
  z-index: 3;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header .l-header__btn span {
  position: absolute;
  left: 18px;
  z-index: 10;
  display: inline-block;
  width: 40%;
  height: 2px;
  background: #e764cf;
  background: -webkit-gradient(linear, left top, right top, from(#e764cf), to(#00d4ff));
  background: linear-gradient(90deg, #e764cf 0, #00d4ff 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header .l-header__btn span:nth-of-type(1) {
  top: 21px;
}
.l-header .l-header__btn span:nth-of-type(2) {
  top: 29px;
}
.l-header .l-header__btn span:nth-of-type(3) {
  top: 37px;
}
.l-header .l-header__btn.is-active .openbtn-area {
  position: relative;
  z-index: 100;
}
.l-header .l-header__btn.is-active span:nth-of-type(1) {
  top: 21px;
  left: 17px;
  width: 40%;
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.l-header .l-header__btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .l-header__btn.is-active span:nth-of-type(3) {
  top: 21px;
  left: 17px;
  width: 40%;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.c-btn__reserve {
  width: 100%;
}
.c-btn__reserve + .c-btn__reserve {
  margin-top: 15px;
}
.c-btn__reserve a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #0c4b8b;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.c-btn__reserve a span {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #1361c8;
  border-radius: 50%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn__reserve a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__reserve.line-reserve a {
  color: #1fc755;
}
.c-btn__reserve.line-reserve a span {
  background-color: #1fc755;
}
.c-btn__contact {
  width: 100%;
  margin-top: 15px;
}
.c-btn__contact a {
  margin-top: 30px;
  border: 1.5px solid #fff;
}
.c-btn__contact a span {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn__contact a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-title {
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  color: #56ebe0;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-title span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-title-interiorimage {
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  color: #56ebe0;
  text-align: center;
  letter-spacing: 0.1em;
	padding-bottom:45px;/* PCサイズでのpadding */
}
/* スマホサイズでのpadding変更 */
@media (max-width: 767px) {
  .c-title-interiorimage {
    padding-bottom: 0px;
  }
}
.c-title-interiorimage span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-careful {
  font-size: 11px;
  color: #666;
}
p {
  font-size: 16px;
}
ul {
  padding: 0;
  margin: 0;
}
main {
  position: relative;
}
a {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.p-bfaf {
  position: relative;
  padding: 72px 0 102px;
  background-color: #f7f7f7;
}
.p-bfaf::before {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: repeat;
  background-size: auto;
}
.p-bfaf > div {
  position: relative;
  z-index: 2;
}
.p-bfaf__content {
  max-width: 890px;
  margin: 50px auto 0;
}
.p-bfaf__result:last-child {
  margin-top: 30px;
}
.p-btnArea {
  padding: 80px 0;
  text-align: center;
  background-color: #d0f0ee;
}
.p-btnArea.top-wide {
  padding: 110px 0 80px;
}
.p-btnArea.box-in {
  padding: 41px 20px 20px;
  margin-top: 30px;
}
.p-btnArea.box-in .p-btnArea__block {
  padding: 35px 30px 34px;
}
.p-btnArea.box-in .p-btnArea__title {
  font-size: 18px;
}
.p-btnArea__block {
  padding: 35px 55px;
  margin-top: 34px;
  text-align: center;
  background-color: #f0fdfd;
  border-radius: 10px;
}
.p-btnArea__blockList {
  margin-top: 30px;
}
.p-btnArea__reserveKind {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.p-btnArea__blockTitle {
  position: relative;
  display: inline;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  border-radius: 100px;
}
.p-btnArea__blockTitle::before {
  position: absolute;
  top: -50px;
  left: -100px;
  display: block;
  width: 93px;
  height: 93px;
  content: "";
  background-image: url(../img/icon-free.png);
  background-size: contain;
}
.p-btnArea__blockItem {
  width: 49%;
  padding: 35px 45px 45px;
  background: #e764cf;
  background: -webkit-gradient(linear, left top, right top, from(#e764cf), to(#479ef0));
  background: linear-gradient(90deg, #e764cf 0, #479ef0 100%);
  border-radius: 10px;
}
.p-btnArea__blockItem:nth-child(2) {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #16c755;
}
.p-btnArea__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-btnArea__title span {
  position: relative;
  display: inline-block;
}
.p-btnArea__title span::after,
.p-btnArea__title span::before {
  position: absolute;
  width: 1px;
  height: 27px;
  content: "";
  background-color: #1361c8;
}
.p-btnArea__title span::before {
  bottom: 3px;
  left: -20px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.p-btnArea__title span::after {
  right: -20px;
  bottom: 3px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.p-btnArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 740px;
  padding: 0;
  margin: 0 auto;
  margin-top: 33px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.p-btnArea__list.w100  {
  justify-content: center;
}
.p-btnArea__list-column03 {
  justify-content: center;
}
.p-btnArea__fixedArea {
  position: absolute;
  bottom: 0;
  width: 100%;
}


.p-btnArea__fixed {
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 6px 0;
  background-color: #fff;
  border-top: solid 1px #ddd;
}
.p-btnArea__fixed .spOnly {
  display: none !important;
}
.p-btnArea__fixed.is-fixed {
  position: fixed;
}
.p-btnArea__fixed .p-btn__fixed {
  width: 49%;
  text-align: center;
}


.p-btnArea__fixed .p-btn__fixed-w100{
  width: 100%;
}
.p-btnArea__fixed .p-btn__fixed a {
  display: block;
  padding: 3.88889vw 0;
  font-size: 3.33333vw;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #e764cf;
  background: -webkit-gradient(linear, right top, left top, from(#e764cf), to(#479ef0));
  background: linear-gradient(270deg, #e764cf 0, #479ef0 100%);
  border: solid 1px #fff;
  border-radius: 6.66667vw;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.p-btnArea__fixed .p-btn__fixed.line-reserve a {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #16c755;
}
.p-btnArea__fixed .p-btnArea__listSp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 56.66667vw;
}
.p-btnArea__fixed .p-btnArea__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-btnArea__fixed .p-btnArea__blockList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 876px;
  margin: 0;
}
.p-btnArea__fixed .p-btnArea__list {
  width: 80%;
  max-width: 308px;
  margin: 0;
}
.p-btnArea__fixed .p-btnArea__list .c-btn__reserve {
  width: 49%;
  margin-top: 0;
}


.p-btnArea__fixed .c-btn__reserve a {
  font-size: 14px;
}
.p-btnArea__fixed .c-btn__reserve a span {
  right: 8px;
  width: 22px;
  height: 22px;
}
.p-btnArea__fixed .c-btn__reserve a span svg {
  width: 6px;
  height: auto;
}
.p-btnArea__fixed .p-btnArea__reserveKind {
  font-size: 16px;
}
.p-btnArea__fixed .p-btnArea__blockTitle {
  display: inline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 290px;
  margin: 0;
  font-size: 22px;
  text-align: left;
  letter-spacing: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.p-btnArea__fixed .p-btnArea__blockTitle::before {
  position: static;
  position: initial;
  width: 70px;
  height: 88px;
  margin-right: 8px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.p-btnArea__fixed .p-btnArea__blockItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.p-btnArea__fixed-one .l-pcContent{
  max-width: 945px;
}
.p-btnArea__fixed-one .p-btnArea__blockList{
  width: 50%;

}
.p-btnArea__fixed-one .p-btnArea__blockItem{
  width: 100%;
}
.p-btnArea__fixed .l-spContent {
  padding: 0 1.38889vw;
}
.p-btnArea__fixed .p-btnArea__fixedList {
  max-width: 1000px;
  margin: 0 auto;
}
.p-btnArea__fixed .p-btnArea__fixedList li:nth-child(2) {
  margin-left: 2%;
}
.p-btnArea__fixed .p-btnArea__fixedList li:nth-child(3) {
  margin-left: 1%;
}
.p-btnArea__fixed .p-btnArea__fixedList .c-btn__free {
  display: inline-block;
  width: 44%;
  max-width: 440px;
}
.p-btnArea__fixed .p-btnArea__fixedList .c-btn__free a {
  padding: 20px 60px;
  font-size: 16px;
  letter-spacing: 0;
}
.p-btnArea__fixed .p-btnArea__fixedList .c-btn__free a::before {
  top: -10px;
  left: 20px;
  width: 50px;
  height: 50px;
}
.p-btnArea__fixed .p-btnArea__fixedList .c-btn__free a::after {
  width: 10px;
  height: 15px;
  background-size: contain;
}
.p-btnArea__fixed .p-btnArea__fixedList .c-btn__line {
  display: inline-block;
  width: 22%;
  max-width: 220px;
  margin-top: 0;
}
.p-btnArea__fixed .p-btnArea__fixedList .c-btn__line a {
  padding: 17px 0;
  font-size: 16px;
  text-align: center;
}
.p-btnArea__fixed .p-btnArea__fixedList .c-btn__line a span {
  padding: 5px 15px;
  font-size: 14px;
}
.p-btnline-bnr {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .p-btnline-bnr {
    margin-top: 2.77778vw;
  }
}

/* 固定ナビ店舗3店舗バージョン */
.p-btnArea__fixed .p-btnArea__blockList-column03 {
  width: 65%;
}
.p-btnArea__fixed .p-btnArea__blockList-column03 .p-btnArea__list {
  max-width: 100%;
}

.p-btnArea__fixed .p-btnArea__blockList-column03 .p-btnArea__list .c-btn__reserve {
  width: 32%;
  margin-top: 0;
}



/* 固定ナビ店舗名なしバージョン */
.p-btnArea__fixed-shopNone .p-btnArea__blockList {
  width: 50%;
}
.p-btnArea__fixed-shopNone .p-btnArea__blockItem {
  justify-content: center;
  border-radius: 50px;
  padding: 20px 20px;
  text-decoration: none;
}
.p-campaign {
  padding: 70px 0 0;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.p-campaign__title {
  font-size: 30px;
  font-weight: 700;
  color: #1361c8;
  text-align: center;
}
.p-campaign__item {
  width: 48%;
}
.p-faq {
  padding: 70px 0 100px;
  background-color: #f7f7f7;
}
.p-faq__list {
  margin-top: 61px;
}
.p-faq__item {
  padding: 40px 40px 45px 110px;
  background-color: #fff;
}
.p-faq__item:not(:last-child) {
  margin-bottom: 20px;
}
.p-faq__question {
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
.p-faq__question::before {
  position: absolute;
  top: 50%;
  left: -70px;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url(../img/icon-faq.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-faq__answer {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
}
.p-news {
  padding: 70px 0 200px;
  background-color: #fff;
}
.newsBox {
  height: 380px;
  overflow-y: auto;
  margin: 0 0 5rem;
  margin-top: 61px;
  background-color: #f7f7f7;
  padding: 35px;
}
.newsInner dl {
  border-bottom: solid 1px #d5d5d5;
  display: table;
  width: 100%;
  padding: 2rem 1rem;
}
.newsInner dt {
  display: table-cell;
  font-size: 16px;
  font-weight: 700;
  width: 270px;
}
.newsInner dd {
  font-size: 18px;
  line-height: 1.8;
}
.newsInner a {
  text-decoration: none;
}
.p-news__tag {
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
  background: #fadd5f;
  margin-left: 20px;
}
.p-form {
  padding: 130px 0 230px;
  overflow: hidden;
}
.p-form .p-form__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.p-form .p-form__txt {
  margin-top: 40px;
  text-align: center;
}
.p-form input:focus {
  border: solid 1px #333;
}
.p-form input[type="date"] {
  position: relative;
}
.p-form input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.p-form input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}
.p-form input[type="date"],
.p-form input[type="time"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  width: 18px;
  height: 18px;
  color: transparent;
  background: url(../img/icon-calender.svg) no-repeat;
  border-width: thin;
  opacity: 1;
}
.p-form input {
  border-radius: 0 !important;
  border-radius: initial !important;
}
.p-form .p-btnArea__blockItem {
  width: 100%;
}
.p-form .p-btnArea__blockItem .c-btn__reserve {
  width: 49%;
  margin: 0;
}
.p-form .p-form__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-top: 30px;
  background: #f7f7f7;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.p-form .p-form__faq p {
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
.p-form .p-form__faq_btn {
  width: 50%;
}
.p-form .p-form__faq_btn a {
  text-align: center;
  text-decoration: none;
}
.p-form__block {
  margin-top: 50px;
  text-align: center;
}
.p-form__block .p-btnArea__blockList {
  margin-top: 23px;
}
.p-form__area {
  padding-top: 60px;
  margin-top: 50px;
  border-top: solid 1px #f0f0f0;
}
.p-form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.p-form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 280px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.p-form__item.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-form__item.textarea textarea {
  width: calc(100% - 280px);
  min-height: 200px;
  padding: 10px;
  font-size: 16px;
  resize: none;
  border: solid 1px #ddd;
  border-radius: 0 !important;
  border-radius: initial !important;
}
.p-form__item .select {
  position: relative;
}
.p-form__item .select::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 12px;
  height: 8px;
  content: "";
  background-image: url(../img/icon-arrow-bottom.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-form__item select {
  position: relative;
  background-color: #fff !important;
  border-radius: 0 !important;
  border-radius: initial !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__required::after {
  display: inline-block;
  padding: 1px 4px;
  margin-left: 10px;
  font-size: 10px;
  vertical-align: middle;
  content: "必須";
  background-color: #fadd5f;
}
.p-form__box {
  padding: 15px 10px;
  font-size: 15px;
  border: solid 1px #ddd;
}
.p-form__requirement {
  width: 300px;
}
.p-form__onamae {
  width: calc(100% - 280px);
}
.p-form__hurigana {
  width: calc(100% - 280px);
}
.p-form__sex {
  width: 300px;
}
.p-form__mail {
  position: relative;
  width: calc(100% - 280px);
}
.js-checkMail {
  position: absolute;
  bottom: -25px;
  left: 280px;
  display: none;
  font-size: 13px;
  font-weight: 700;
  color: #b60808;
}
.p-form__date {
  width: 47%;
  max-width: 300px;
  background-color: #fff !important;
  border-radius: 0;
}
.p-form__time {
  width: 100%;
}
.p-form__dateTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 280px);
}
.p-form__dateTime .select {
  width: 47%;
  max-width: 300px;
}
.p-form__submitBtn {
  position: relative;
  display: block;
  width: 300px;
  padding: 19px 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #333;
  border: solid 2px #fff;
  border-radius: 35px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-form__submitBtn::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url(../img/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 280px);
  flex-wrap: wrap;
}
.p-form__radio input {
  display: none;
}
 .p-form__radio label[for="tobunerima"] {
   width: 120px;
   min-width: 120px;
   margin-right: 30px;
}
.p-form__radio label[for="nishidai"] {
  width: 85px;
  min-width: 85px;
  margin-right: 30px;
}
.p-form__radio .p-form__radioBtn {
  position: relative;
  padding: 0 0 0 35px;
  font-weight: 400;
}
.p-form__radio .p-form__radioBtn::after,
.p-form__radio .p-form__radioBtn::before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-form__radio .p-form__radioBtn:hover:after {
  border-color: #333;
}
.p-form__radio .p-form__radioBtn::after {
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.p-form__radio .p-form__radioBtn::before {
  left: 7px;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  opacity: 0;
}
.p-form__radio input[type="radio"]:checked + .p-form__radioBtn::before {
  opacity: 1;
}
.p-form__check {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.p-form__check input {
  display: none;
}
.p-form__check label {
  position: relative;
  display: inline-block;
  height: 24px;
  padding: 0 0 0 35px;
  font-size: 14px;
  line-height: 24px;
  vertical-align: bottom;
}
.p-form__check label::after,
.p-form__check label::before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-form__check label:hover:after {
  border-color: #333;
}
.p-form__check label::after {
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
}
.p-form__check label::before {
  left: 2px;
  width: 19px;
  height: 14px;
  background: url(../img/icon-checkmark.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
}
.p-form__check input[type="checkbox"]:checked + label::before {
  opacity: 1;
}
.p-gym {
  position: relative;
  padding: 70px 0 99px;
  /**margin-top: 131px;**/
  background: #4fe7db;
  background: -webkit-gradient(linear, left bottom, left top, from(#4fe7db), to(#479ef0));
  background: linear-gradient(0deg, #4fe7db 0, #479ef0 100%);
}
.p-gym > div {
  position: relative;
  z-index: 2;
}
.p-gym__title {
  position: relative;
  z-index: 1;
}
.p-gym__title span {
  color: #fff;
}
.p-gym__title::after {
  position: absolute;
  top: -70px;
  left: 50%;
  z-index: -1;
  width: 772px;
  height: 510px;
  content: "";
  background-image: url(../img/gym_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-gym__list {
  position: relative;
  z-index: 2;
  margin-top: 81px;
}
.p-gym__item {
  width: 100%;
  padding: 40px;
  margin-bottom: 50px;
  background-color: #fff;
}
.p-gym__txt {
  margin-top: 40px;
  line-height: 2;
}
.p-gym__name {
  font-size: 24px;
  font-weight: 700;
}
.p-gym__child {
  padding: 5px 7px;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: 4px;
  background-color: #fadd5f;
}
.p-gym__careful {
  margin-left: 3px;
  font-size: 9px;
  font-weight: 400;
  vertical-align: middle;
}
.p-gym__info {
  margin-top: 26px;
}
.p-gym__infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-gym__infoTitle {
  width: 70px;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.p-gym__infoTxt {
  display: inline-block;
  width: calc(100% - 134px);
  font-size: 16px;
}
.p-gym__infoTxt span {
  font-size: 12px;
}
.p-gym__infoItem:not(:last-child) {
  margin-bottom: 21px;
}
.p-gym__infoMap {
  height: 300px;
  margin-top: 30px;
}
.p-kv {
  position: relative;
}
.p-kv__title {
  position: absolute;
  top: 9.52381vw;
  left: 14.28571vw;
  font-size: 5.71429vw;
  font-weight: 700;
}
.p-kv__title > span {
  display: inline-block;
  padding: 0 0.59524vw;
  line-height: 1.15;
  background-color: #fff;
}
.p-kv__title > span:last-child {
  -webkit-transform: translateY(-1.96429vw);
  transform: translateY(-1.96429vw);
}
.p-kv__title .small-txt {
  font-size: 4.34524vw;
  background-color: transparent;
}
.p-kv__point {
  position: absolute;
  top: 31.02381vw;
  left: 6.58333vw;
  width: 61.07143vw;
}
.p-kv__bnr {
  position: absolute;
  top: 16.83333vw;
  left: 10.28571vw;
  width: 36.33333vw;
}
.p-price {
  position: relative;
  padding: 72px 0 102px;
  background-color: #f0f0f0;
}
.p-price::before {
  position: absolute;
  bottom: -70px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  content: "";
  border-color: #f0f0f0 transparent transparent transparent;
  border-style: solid;
  border-width: 70px 262px 0 262px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-price__item {
  max-width: 1000px;
  margin: 50px auto 0;
  background-color: #fff;
}
.p-price__courseTitle {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #4fe7db;
  background: -webkit-gradient(linear, left top, right top, from(#4fe7db), to(#479ef0));
  background: linear-gradient(90deg, #4fe7db 0, #479ef0 100%);
}
.p-price__courseTitle.time {
  background: #4fe7db;
  background: -webkit-gradient(linear, left top, right top, from(#4fe7db), to(#eccb54));
  background: linear-gradient(90deg, #4fe7db 0, #eccb54 100%);
}
.p-price__courseTitle.time::after {
  right: 0;
  background-image: url(../img/price-bg_yellow.png);
}
.p-price__courseTitle picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 176px;
}
.p-price__courseTitle::after,
.p-price__courseTitle::before {
  position: absolute;
  top: 50%;
  width: 200px;
  height: 180px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-price__courseTitle::before {
  left: 0;
  background-image: url(../img/price-bg_white.png);
}
.p-price__courseTitle::after {
  right: 0;
  background-image: url(../img/price-bg_blue.png);
}
.p-price__courseContent {
  padding: 29px 50px 50px;
  text-align: center;
}
.p-price__coursePic {
  margin: 0 auto;
}
.p-price__coursePic.experience {
  max-width: 470px;
}
.p-price__coursePic.time {
  max-width: 413px;
}
.p-price__coursePic.short {
  max-width: 720px;
}
.p-price__courseTxt {
  margin-top: 22px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}
.p-price__careful {
  margin-top: 15px;
}
.p-price__table {
  max-width: 760px;
  padding-top: 30px;
  margin: 30px auto 0;
  border-top: solid 1px #ddd;
}
.p-price__tableTitle {
  font-size: 22px;
  font-weight: 700;
}
.p-price__tablePic {
  margin-top: 22px;
}
.p-price__compare {
  max-width: 714px;
  margin: 110px auto 0;
  text-align: left;
}
.p-price__compare .c-careful {
  margin-top: 30px;
}
.p-price__compareTitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.p-price__comparePic {
  margin-top: 40px;
}
.p-price__other {
  max-width: 920px;
  margin: 100px auto 0;
}
.p-price__otherTitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.p-price__otherList {
  margin-top: 37px;
}
.p-price__otherItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47%;
}
.p-price__otherItem:nth-child(n + 3) {
  margin-top: 32px;
}
.p-price__otherItem .c-careful {
  margin-top: 9px;
}
.p-price__otherPic {
  width: 137px;
  margin-right: 18px;
}
.p-price__otherTxt {
  width: calc(100% - 155px);
}
.p-price__message {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.p-price__message span {
  padding: 5px;
  line-height: 1.8;
  color: #fff;
  background: #4fe7db;
  background: -webkit-gradient(linear, left top, right top, from(#4fe7db), to(#eccb54));
  background: linear-gradient(90deg, #4fe7db 0, #eccb54 100%);
}
.p-price__messageTitle {
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.2;
}
.p-price__next {
  max-width: 860px;
  margin: 133px auto 0;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.p-price__next2 {
  max-width: 860px;
  margin: 0px auto 0;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
    .p-price__next2 {
        font-size: 26px;
    }
}
.p-price__next2 .p-price__nextTop {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: solid 2px #333;
}
.p-price__next2 .p-price__marker {
  padding: 5px;
  color: #fff;
  background: #e764cf;
  background: linear-gradient(204deg, #e764cf 0, #479ef0 100%);
}
.p-price__next .p-price__nextTop {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: solid 2px #333;
}
.p-price__next .p-price__marker {
  padding: 5px;
  color: #fff;
  background: #e764cf;
  background: linear-gradient(204deg, #e764cf 0, #479ef0 100%);
}
.p-reason {
  position: relative;
  z-index: 2;
  padding: 70px 0 100px;
  background-color: #f0f0f0;
}
.p-reason::before {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: repeat;
  background-size: auto;
}
.p-reason__list {
  margin-top: 96px;
}
.p-reason__item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.p-reason__item .p-reason__picture {
  width: 60%;
  max-width: 720px;
  margin-bottom: 100px;
}
.p-reason__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-reason__item:nth-child(2n) .p-reason__picture {
  width: 54%;
  max-width: 645px;
}
.p-reason__item:nth-child(2n) .p-reason__textArea {
  max-width: 526px;
  padding-left: 62px;
}
.p-reason__item:last-child {
  margin-bottom: 0;
}
/* 雑誌・メディア掲載既存　nth-child(6)ここから */
/* .p-reason__item:nth-child(6) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.p-reason__item:nth-child(6) .p-reason__pictureItem {
  max-width: 400px;
  padding: 0 4%;
  text-align: center;
}
.p-reason__item:nth-child(6) .p-reason__pictureTitle {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.p-reason__item:nth-child(6) .p-reason__pictureTitle span {
  font-weight: 700;
}
.p-reason__item:nth-child(6) .p-reason__textArea {
  max-width: none;
  max-width: initial;
  padding-left: 0;
  text-align: center;
} */
/* 雑誌・メディア掲載既存　nth-child(6)ここまで */
/* 雑誌・メディア掲載新　nth-child(7)ここから */
.p-reason__item:nth-child(7) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.p-reason__item:nth-child(7) .p-reason__pictureItem {
  max-width: 400px;
  padding: 0 4%;
  text-align: center;
}
.p-reason__item:nth-child(7) .p-reason__pictureTitle {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.p-reason__item:nth-child(7) .p-reason__pictureTitle span {
  font-weight: 700;
}
.p-reason__item:nth-child(7) .p-reason__textArea {
  max-width: none;
  max-width: initial;
  padding-left: 0;
  text-align: center;
}
/* 雑誌・メディア掲載新　nth-child(7)ここまで */
.p-reason__textArea {
  max-width: 464px;
  margin-top: 43px;
}
.p-reason__textTitle {
  position: relative;
  z-index: 2;
  font-size: 32px;
  letter-spacing: 0;
}
.p-reason__num {
  position: relative;
  z-index: -1;
  display: inline-block;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 500;
  color: #56ebe0;
}
.p-reason__num::after {
  position: absolute;
  top: 42px;
  left: 50%;
  z-index: 0;
  width: 121px;
  height: 169px;
  content: "";
  background-image: url(../img/reason-num-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-reason__txt {
  margin-top: 10px;
  line-height: 2;
}
.p-reason__exclusive {
  padding: 8px 7px;
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  vertical-align: 6px;
  background-color: #838383;
}
.p-reason__careful {
  margin-top: 25px;
  line-height: 1.6;
}
.p-reason__videoArea {
  max-width: 780px;
  margin: 35px auto 0;
  text-align: center;
}
.p-reason__videoTitle {
  font-size: 30px;
}
.p-reason__video {
  height: 500px;
  margin-top: 40px;
}
.p-recommended {
  position: relative;
  padding: 23px 0 99px;
  margin-top: 140px;
  background: #4fe7db;
  background: -webkit-gradient(linear, left bottom, left top, from(#4fe7db), to(#479ef0));
  background: linear-gradient(0deg, #4fe7db 0, #479ef0 100%);
}
.p-recommended::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: repeat;
  background-size: auto;
}
** .p-recommended > div {
  position: relative;
  z-index: 2;
}
.p-recommended__title {
  position: relative;
  z-index: 1;
}
.p-recommended__title span {
  color: #fff;
}
.p-recommended__title::after {
  position: absolute;
  top: -155px;
  left: 50%;
  z-index: -1;
  width: 890px;
  height: 520px;
  content: "";
  background-image: url(../img/recommended-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-recommended__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 81px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.p-recommended__item {
  width: 31%;
  padding: 30px;
  background-color: #fff;
}
.p-recommended__type {
  margin-top: -16px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}
.p-recommended__type span {
  padding: 4px 2px;
  background-color: #fadd5f;
}
.p-recommended__txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.p-recommended__bottom {
  margin-top: 73px;
  text-align: center;
}
.p-recommended__other {
  font-size: 28px;
}
.p-recommended__otherList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 972px;
  margin: 40px auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.p-recommended__otherItem {
  width: 21%;
}
.p-recommended__otherTxt {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.p-trainer__thumbnail .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
}
.p-trainer__thumbnailItem {
  opacity: 0.3;
}
.slick-current {
  opacity: 1;
}
.slick-list {
  overflow: visible;
}
.p-trainer__item {
  position: relative;
}
.p-trainer__list .slick-arrow {
  position: absolute;
  top: 42.5vw;
  z-index: 3;
  width: 9.44444vw;
}
.p-trainer__list .slick-arrow.prev-arrow {
  left: 0;
}
.p-trainer__list .slick-arrow.next-arrow {
  right: 0;
}
.p-voice__list .slick-arrow {
  position: absolute;
  top: 89px;
  z-index: 3;
  width: 34px;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.p-voice__list .slick-arrow.prev-arrow {
  left: 60px;
}
.p-voice__list .slick-arrow.next-arrow {
  right: 60px;
}
.slick-dots {
  position: absolute;
  bottom: 0;
}
.slick-dots li button::before {
  width: 18px;
  height: 18px;
  color: #ddd;
  opacity: 1;
}
.slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 4px;
}
.slick-dots li {
  width: 18px;
  height: 18px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li.slick-active button:before {
  color: #fadd5f;
}
.p-thanks__title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.p-thanks__txt {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
}
.p-thanks {
  padding: 100px 0;
}
.p-thanks .p-form__submitBtn {
  text-align: center;
  text-decoration: none;
}
.p-thanks__box {
  margin-bottom: 60px;
  font-size: 14px;
  background: #f7f7f7;
}
.p-thanks__box h3 {
  padding: 0.3em;
  text-align: center !important;
  background: #ddd;
}
.p-thanks__box .inner {
  padding: 1.2em;
}
.p-trainer {
  padding: 70px 0;
  overflow: hidden;
}
.p-trainer__item {
  width: 47%;
  max-width: 560px;
  padding: 0 30px;
  overflow: visible;
  background-image: url(../img/trainer-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: calc(100% - 60px);
}
.p-trainer__picture {
  width: 54%;
  padding-top: 42px;
  margin: 0 auto;
  text-align: center;
}
.p-trainer__textArea {
  padding: 0 41px;
  margin-top: 18px;
}
.p-trainer__name {
  font-size: 32px;
}
.p-trainer__eng {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #888;
}
.p-trainer__txt {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2;
}
.p-trainer__license {
  margin-top: 19px;
}
.p-trainer__licenseTitle {
  display: inline-block;
  padding: 4px 7px;
  font-size: 16px;
  background-color: #ddd;
}
.p-trainer__licenseList,
.p-trainer__sub {
  margin-top: 14px;
  font-size: 14px;
}
.p-trainer__sub li {
  margin-top: 5px;
}
.p-trainer__licenseList {
  padding-left: 1em;
  margin-top: 14px;
  font-size: 14px;
}
.p-trainer__licenseList li {
  font-weight: 700;
  list-style: disc;
}
.p-trainer__licenseList li:last-child {
  margin-top: 12px;
}
.p-trainer__thumbnail {
  display: none;
}
.p-trainer__thumbnailItem {
  width: 21%;
  margin-left: 3.33333vw;
}
.p-voice {
/*   padding: 70px 0 79px; */
  padding: 70px 0 33px 79px;　/* YouTube埋め込み調整用 */
}
.p-voice__list {
  padding-bottom: 90px;
  margin: 107px auto 0;
  overflow: hidden;
}
.p-voice__item {
  background-color: #fff;
}
.p-voice__pic {
  width: 200px;
}
.p-voice__txtArea {
  max-width: 600px;
}
.p-voice__name {
  font-size: 22px;
  font-weight: 700;
}
.p-voice__name .p-voice__initial {
  font-size: 28px;
}
.p-voice__age {
  margin-left: 15px;
  font-size: 16px;
}
.p-voice__tag {
  display: inline-block;
  padding: 5px 15px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  background-color: #fadd5f;
  border-radius: 16px;
}
.p-voice__comment {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}


@media (prefers-color-scheme: light) {
  :root {
    --color-base: #ffffff;
    --color-bg: #3b3f43;
    --color-main: #032f40;
    --color-sub: #011c26;
    --color-point: #5c7073;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-base: #000;
    --color-bg: #3b3f43;
    --color-main: #287496;
    --color-sub: #37a1d0;
    --color-point: #d0b737;
  }
}
@media only screen and (min-width: 1024px) {
  .spOnly {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .l-container {
    overflow: hidden;
  }
  .l-spContent {
    padding: 0 8.33333vw;
  }
  .l-spContent__s {
    padding: 0 8.33333vw;
  }
  .l-spContent__w {
    padding: 0 4.16667vw;
  }
  .l-footer__top {
    padding: 11.11111vw 0;
  }
  .l-footer__infoArea {
    display: block;
  }
  .l-footer__info {
    width: 100%;
  }
  .l-footer__siteTitle {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .l-footer__infoFlex {
    display: block;
  }
  .l-footer__sns {
    margin-top: 15px;
  }
  .l-footer__sns li {
    width: 8.33333vw;
  }
  .l-footer__sns li:first-child {
    width: 10vw;
  }
  .l-footer__infoTime {
    margin-top: 5vw;
    text-align: center;
  }
  .l-footer__shopArea {
    margin-top: 8.33333vw;
  }
  .l-footer__shop {
    width: 100%;
  }
  .l-footer__shop:nth-child(2) {
    padding-bottom: 20px;
    margin-top: 18px;
    border-bottom: solid 1px #333;
  }
  .l-footer__linkList {
    display: block;
    margin-top: 30px;
  }
  .l-footer__linkItem:first-child {
    margin-bottom: 29px;
  }
  .l-header__nav {
    right: -100%;
    width: 100%;
    padding: 101px 5.55556vw;
  }
  .l-header__nav .l-header__anchor {
    gap: 7.22222vw 5.55556vw;
  }
  .l-header__nav .l-header__anchor li a {
    font-size: 13px;
  }
  .l-header .l-header__siteTitle {
    top: 10px;
    left: 10px;
    width: 81px;
  }
  .l-header .l-header__btn {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
  .l-header .l-header__btn span {
    left: 10px;
    width: 55%;
  }
  .l-header .l-header__btn span:nth-of-type(1) {
    top: 13px;
  }
  .l-header .l-header__btn span:nth-of-type(2) {
    top: 21px;
  }
  .l-header .l-header__btn span:nth-of-type(3) {
    top: 29px;
  }
  .l-header .l-header__btn.is-active span:nth-of-type(1) {
    top: 13px;
    left: 10px;
    width: 55%;
  }
  .l-header .l-header__btn.is-active span:nth-of-type(3) {
    top: 13px;
    left: 10px;
    width: 55%;
  }
  .c-btn__reserve + .c-btn__reserve {
    margin-top: 10px;
  }
    .c-btn__reserve:nth-child(2) {
    margin-top: 0;
  }
  .c-btn__reserve {
    width: 47%;
    margin: 0 1.5%;
  }
  .c-btn__reserve a {
    padding: 3.88889vw 0;
    font-size: 3.88889vw;
    border-radius: 6.94444vw;
  }
  .c-btn__reserve a span {
    right: 2.77778vw;
    width: 5vw;
    height: 5vw;
  }
  .c-btn__reserve a span svg {
    width: 1.38889vw;
    height: auto;
  }
  .c-title {
    font-size: 11.11111vw;
  }
  .c-title span {
    font-size: 5vw;
  }
  .c-title-interiorimage {
    font-size: 11.11111vw;
  }
  .c-title-interiorimage span {
    font-size: 5vw;
  }
  .p-bfaf {
    padding: 10vw 0 10px;
  }
  .p-bfaf::before {
    background-repeat: repeat;
    background-size: 100% auto;
  }
  .p-bfaf__content {
    margin-top: 6.94444vw;
  }
  .p-bfaf__result:last-child {
    margin-top: 8.88889vw;
  }
  .p-btnArea {
    padding: 8.33333vw 4.16667vw;
  }
  .p-btnArea.top-wide {
    padding: 27.22222vw 4.16667vw 8.33333vw;
  }
  .p-btnArea.box-in {
    padding: 6.66667vw 2.77778vw 2.77778vw;
  }
  .p-btnArea.box-in .p-btnArea__title {
    font-size: 3.88889vw;
    letter-spacing: 0;
  }
  .p-btnArea.box-in .p-btnArea__block {
    padding: 0;
    margin-top: 6.94444vw;
    background-color: transparent;
  }
  .p-btnArea.box-in .p-btnArea__blockTitle {
    font-size: 3.61111vw;
  }
  .p-btnArea.box-in .p-btnArea__blockTitle::before {
    display: none;
  }
  .p-btnArea__block {
    padding: 5.55556vw 2.77778vw 4.16667vw;
    margin-top: 5.55556vw;
    border-radius: 2.77778vw;
  }
  .p-btnArea__blockList {
    margin-top: 3.61111vw;
  }
  .p-btnArea__reserveKind {
    font-size: 4.16667vw;
  }
  .p-btnArea__blockTitle {
    font-size: 4.44444vw;
    letter-spacing: 0;
  }
  .p-btnArea__blockTitle::before {
    top: -9.33333vw;
    left: -17.94444vw;
    width: 17.22222vw;
    height: 17.22222vw;
    background-image: url(../img/icon-free_sp.png);
  }
  .p-btnArea__blockItem {
    width: 100%;
    padding: 5.55556vw 2.5vw 6.94444vw;
    border-radius: 1.38889vw;
  }
  .p-btnArea__blockItem:nth-child(2) {
    margin-top: 2.77778vw;
  }
  .p-btnArea__title {
    font-size: 3.88889vw;
  }
  .p-btnArea__title span::after,
  .p-btnArea__title span::before {
    height: 3.88889vw;
  }
  .p-btnArea__title span::before {
    left: -2.77778vw;
  }
  .p-btnArea__title span::after {
    right: -2.77778vw;
  }
  .p-btnArea__list {
    margin-top: 2.5vw;
  }
  .p-btnArea__fixed .pcOnly {
    display: none !important;
  }
  .p-btnArea__fixed .spOnly {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-btnArea__fixed .p-btnArea__blockTitle {
    width: 38.88889vw;
    font-size: 3.33333vw;
  }
  .p-btnArea__fixed .p-btnArea__blockTitle::before {
    width: 10.55556vw;
    height: 10.55556vw;
    margin-right: 0.83333vw;
    -webkit-transform: translateY(-5.55556vw);
    transform: translateY(-5.55556vw);
  }
  .p-btnArea__fixed .p-btnArea__fixedList li:nth-child(2) {
    margin-left: 0;
  }
  .p-btnArea__fixed .p-btnArea__fixedList li:nth-child(3) {
    margin-left: 0;
  }
  .p-btnArea__fixed .p-btnArea__fixedList .c-btn__free {
    width: 43.88889vw;
  }
  .p-btnArea__fixed .p-btnArea__fixedList .c-btn__free a {
    padding: 2.77778vw 4.16667vw;
    font-size: 3.33333vw;
  }
  .p-btnArea__fixed .p-btnArea__fixedList .c-btn__free a::before {
    top: -1.11111vw;
    left: 0;
    width: 8.33333vw;
    height: 8.33333vw;
    background-image: url(../img/icon-free_sp.png);
  }
  .p-btnArea__fixed .p-btnArea__fixedList .c-btn__free a::after {
    display: none;
  }
  .p-btnArea__fixed .p-btnArea__fixedList .c-btn__line {
    width: 25.27778vw;
  }
  .p-btnArea__fixed .p-btnArea__fixedList .c-btn__line a {
    padding: 2.22222vw;
    font-size: 3.33333vw;
  }
  .p-btnArea__fixed .p-btnArea__fixedList .c-btn__line a span {
    padding: 0.55556vw 1.38889vw;
    font-size: 2.77778vw;
  }
  .p-campaign {
    padding: 5.11111vw 0;
  }
  .p-campaign__title {
    font-size: 6.66667vw;
  }
  .p-campaign__list {
    width: 100%;
    margin-top: 6.11111vw;
  }
  .p-campaign__item {
    width: 100%;
  }
  .p-campaign__item:not(:first-child) {
    margin-top: 2.77778vw;
  }
  .p-faq {
    padding: 10vw 0 13.88889vw;
  }
  .p-faq__list {
    margin-top: 8.33333vw;
  }
  .p-faq__item {
    padding: 5.55556vw 4.16667vw;
  }
  .p-faq__item:not(:last-child) {
    margin-bottom: 2.77778vw;
  }
  .p-faq__question {
    padding-left: 9.72222vw;
    font-size: 4.44444vw;
  }
  .p-faq__question::before {
    top: -1.38889vw;
    left: 0;
    width: 8.33333vw;
    height: 8.33333vw;
    -webkit-transform: none;
    -webkit-transform: initial;
    transform: none;
    transform: initial;
  }
  .p-faq__answer {
    margin-top: 4.16667vw;
    font-size: 3.88889vw;
  }
  .p-news {
    padding: 10vw 0 25.88889vw;
  }
  .newsBox {
    height: 95vw;
    margin-top: 8.33333vw;
    padding: 5.55556vw;
  }
  .newsInner dl {
    display: table;
    width: 100%;
    padding: 5.55556vw 0;
  }
  .newsInner dt {
    display: block;
    font-size: 3.88889vw;
    width: 100%;
  }
  .newsInner dd {
    font-size: 3.88889vw;
    margin: 3.16667vw 0 0;
  }
  .p-news__tag {
    font-size: 3.88889vw;
    margin-left: 4.16667vw;
  }
  .p-form {
    padding: 23.88889vw 0 36.11111vw;
  }
  .p-form .p-form__title {
    font-size: 5.55556vw;
  }
  .p-form .p-form__txt {
    margin-top: 5.55556vw;
    font-size: 3.88889vw;
    text-align: left;
  }
  .p-form input {
    width: 100% !important;
  }
  .p-form .p-form__faq {
    display: block;
  }
  .p-form .p-form__faq p {
    width: 100%;
    font-size: 3.88889vw;
  }
  .p-form .p-form__faq_btn {
    width: 100%;
    margin-top: 2.77778vw;
  }
  .p-form__block {
    margin-top: 11.11111vw;
  }
  .p-form__area {
    padding-top: 8.33333vw;
    margin-top: 8.33333vw;
  }
  .p-form__item {
    display: block;
    margin-bottom: 8.33333vw;
  }
  .p-form__item label {
    width: 100%;
    margin-bottom: 1.38889vw;
  }
  .p-form__item.textarea textarea {
    width: 100%;
    max-width: none;
    max-width: initial;
    height: 49.44444vw;
  }
  .p-form__box {
    width: 100%;
  }
  .js-checkMail {
    left: 0;
  }
  .p-form__date {
    width: 100%;
    max-width: none;
    max-width: initial;
    min-height: 54px;
    border-radius: 0;
  }
  .p-form__dateTime {
    display: block;
    width: 100%;
  }
  .p-form__dateTime .select {
    width: 100%;
    max-width: none;
    max-width: initial;
    margin-top: 2.77778vw;
  }
  .p-form__submitBtn {
    width: 100%;
    font-size: 15px;
  }
  .p-form__radio {
    width: 100%;
    margin-top: 6.94444vw;
  }
  .p-gym {
    padding: 10vw 0 13.88889vw;
    margin-top: 0;
  }
  .p-gym::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 13.88889vw;
    content: "";
    background-color: #fff;
  }
  .p-gym__title::after {
    top: -9.92222vw;
    left: -16.66667vw;
    width: 135.27778vw;
    height: 112.5vw;
    -webkit-transform: none;
    -webkit-transform: initial;
    transform: none;
    transform: initial;
  }
  .p-gym__list {
    margin-top: 9.72222vw;
  }
  .p-gym__item {
    width: 100%;
    padding: 5.55556vw;
  }
  .p-gym__item:last-child {
    margin-top: 5.55556vw;
  }
  .p-gym__txt {
    margin-top: 5.55556vw;
  }
  .p-gym__name {
    font-size: 6.11111vw;
  }
  .p-gym__child {
    padding: 1.38889vw 1.94444vw;
    margin: 2.77778vw 0 0 0;
    font-size: 3.33333vw;
  }
  .p-gym__careful {
    display: block;
    margin: 1.66667vw 0 0 0;
    font-size: 2.77778vw;
    vertical-align: baseline;
    vertical-align: initial;
  }
  .p-gym__info {
    margin-top: 5.55556vw;
  }
  .p-gym__infoTitle {
    width: 13.88889vw;
    font-size: 3.33333vw;
  }
  .p-gym__infoTxt {
    width: 62.5vw;
    font-size: 3.33333vw;
    letter-spacing: 0;
  }
  .p-gym__infoTxt span {
    font-size: 2.77778vw;
  }
  .p-gym__infoItem:not(:last-child) {
    margin-bottom: 4.16667vw;
  }
  .p-gym__infoMap {
    height: 47.77778vw;
    margin-top: 8.33333vw;
  }
  .p-kv__title > span {
    padding: 0 1.11111vw;
  }
  .p-kv__title > span:last-child {
    -webkit-transform: translateY(-5.55556vw);
    transform: translateY(-5.55556vw);
  }
  .p-kv__title .small-txt {
    font-size: 8.88889vw;
  }
  .p-kv__title {
    top: 43.33333vw;
    left: 4.16667vw;
    font-size: 11.66667vw;
  }
  .p-kv__point {
    top: 108.88889vw;
    left: 4.16667vw;
    width: 91.66667vw;
  }
  .p-kv__bnr {
    top: 80.11111vw;
    left: 7.16667vw;
    width: 87.5vw;
  }
  .p-price {
    padding: 10.27778vw 0 7.5vw;
  }
  .p-price::before {
    bottom: -22.77778vw;
    border-width: 22.77778vw 50vw 0 50vw;
  }
  .p-price__item {
    margin-top: 5.55556vw;
  }
  .p-price__courseTitle {
    padding: 4.16667vw;
    font-size: 5vw;
  }
  .p-price__courseTitle picture {
    width: 24.16667vw;
  }
  .p-price__courseTitle::after,
  .p-price__courseTitle::before {
    width: 38.05556vw;
    height: 34.16667vw;
  }
  .p-price__courseTitle::before {
    left: -13.88889vw;
  }
  .p-price__courseTitle::after {
    right: -2.77778vw;
  }
  .p-price__courseContent {
    padding: 2.77778vw 4.16667vw 8.33333vw;
  }
  .p-price__courseTxt {
    padding: 0 1.38889vw;
    margin-top: 3.05556vw;
    font-size: 3.88889vw;
    line-height: 1.5;
    text-align: left;
  }
  .p-price__careful {
    padding: 0 1.38889vw;
    margin-top: 4.16667vw;
    text-align: left;
  }
  .p-price__table {
    padding-top: 4.72222vw;
    margin-top: 5.27778vw;
  }
  .p-price__tableTitle {
    font-size: 4.44444vw;
  }
  .p-price__compare {
    max-width: none;
    max-width: initial;
    margin-top: 11.11111vw;
  }
  .p-price__compare .c-careful {
    margin-top: 4.16667vw;
  }
  .p-price__compareTitle {
    font-size: 5vw;
  }
  .p-price__comparePic {
    margin-top: 5.55556vw;
  }
  .p-price__other {
    margin-top: 13.88889vw;
  }
  .p-price__otherTitle {
    font-size: 5vw;
  }
  .p-price__otherList {
    max-width: 83.33333vw;
    margin: 3.88889vw auto 0;
  }
  .p-price__otherItem {
    width: 100%;
    padding-top: 2.77778vw;
    margin-bottom: 10px;
    border-top: solid 1px #ddd;
  }
  .p-price__otherItem:nth-child(n + 3) {
    margin-top: 0;
  }
  .p-price__otherItem:last-child {
    padding-bottom: 2.77778vw;
    border-bottom: solid 1px #ddd;
  }
  .p-price__otherItem .c-careful {
    margin-top: 1.66667vw;
  }
  .p-price__otherPic {
    width: 25vw;
    margin-right: 5.27778vw;
  }
  .p-price__otherTxt {
    width: 58.33333vw;
  }
  .p-price__message {
    font-size: 3.33333vw;
  }
  .p-price__message span {
    padding: 0.55556vw;
  }
  .p-price__messageTitle {
    margin-top: 2.5 / pxvw;
    font-size: 4.44444vw;
  }
  .p-price__next {
    margin-top: 5.55556vw;
    font-size: 6.11111vw;
  }
  .p-price__next .p-price__nextTop {
    margin-bottom: 2.77778vw;
    font-size: 3.88889vw;
  }
  .p-reason {
    padding: 9.72222vw 0 13.88889vw;
  }
  .p-reason::before {
    background-repeat: repeat;
    background-size: 100% auto;
  }
  .p-reason__list {
    margin-top: 6.11111vw;
  }
  .p-reason__item {
    display: block;
  }
  .p-reason__item:not(:last-child) {
    margin-bottom: 14.72222vw;
  }
  .p-reason__item .p-reason__picture {
    width: 118.05556vw;
    margin-bottom: 0;
    -webkit-transform: translateX(5.55556vw);
    transform: translateX(5.55556vw);
  }
  .p-reason__item:nth-child(2n) .p-reason__picture {
    width: 98.33333vw;
    margin-bottom: 0;
    -webkit-transform: translateX(-16.66667vw);
    transform: translateX(-16.66667vw);
  }
  .p-reason__item:nth-child(2n) .p-reason__textArea {
    max-width: 72.22222vw;
    padding-left: 0;
    margin-top: -13.88889vw;
    -webkit-transform: translateX(11.11111vw);
    transform: translateX(11.11111vw);
  }
/* 雑誌・メディア掲載既存　nth-child(6)ここから */
/*   .p-reason__item:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .p-reason__item:nth-child(6) .p-reason__pictureList {
    margin-top: 6.66667vw;
  }
  .p-reason__item:nth-child(6) .p-reason__pictureItem {
    width: 72.22222vw;
    padding: 0;
  }
  .p-reason__item:nth-child(6) .p-reason__pictureItem:not(:last-child) {
    margin-bottom: 8.33333vw;
  }
  .p-reason__item:nth-child(6) .p-reason__pictureItem:nth-child(2) {
    width: 100%;
    padding-left: 16.66667vw;
  }
  .p-reason__item:nth-child(6) .p-reason__pictureTitle {
    margin-top: 2.77778vw;
    font-size: 3.88889vw;
    text-align: left;
  }
  .p-reason__item:nth-child(6) .p-reason__textArea {
    margin: 0;
    text-align: left;
  } */
/* 雑誌・メディア掲載既存　nth-child(6)ここまで */
/* 雑誌・メディア掲載既存　nth-child(7)ここから */
  .p-reason__item:nth-child(7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .p-reason__item:nth-child(7) .p-reason__pictureList {
    margin-top: 6.66667vw;
  }
  .p-reason__item:nth-child(7) .p-reason__pictureItem {
    width: 72.22222vw;
    padding: 0;
  }
  .p-reason__item:nth-child(7) .p-reason__pictureItem:not(:last-child) {
    margin-bottom: 8.33333vw;
  }
  .p-reason__item:nth-child(7) .p-reason__pictureItem:nth-child(2) {
    width: 100%;
    padding-left: 16.66667vw;
  }
  .p-reason__item:nth-child(7) .p-reason__pictureTitle {
    margin-top: 2.77778vw;
    font-size: 3.88889vw;
    text-align: left;
  }
  .p-reason__item:nth-child(7) .p-reason__textArea {
    margin: 0;
    text-align: left;
  }
/* 雑誌・メディア掲載既存　nth-child(7)ここまで */

  .p-reason__textArea {
    width: 72.22222vw;
    max-width: none;
    max-width: initial;
    margin-top: -36.11111vw;
  }
  .p-reason__textTitle {
    font-size: 5vw;
  }
  .p-reason__num {
    margin-bottom: 5.55556vw;
    font-size: 10vw;
  }
  .p-reason__num::after {
    top: 5.55556vw;
    width: 14.72222vw;
  }
  .p-reason__txt {
    margin-top: 4.16667vw;
    font-size: 3.88889vw;
  }
  .p-reason__exclusive {
    display: inline-block;
    padding: 0.55556vw 1.38889vw;
    margin-left: 5.83333vw;
    font-size: 3.33333vw;
    vertical-align: middle;
  }
  .p-reason__videoArea {
    margin: 3.66667vw auto 0;
  }
  .p-reason__videoTitle {
    font-size: 5vw;
    text-align: left;
  }
  .p-reason__video {
    height: 47.77778vw;
    margin-top: 5.55556vw;
  }
  .p-recommended::before {
    background-repeat: repeat;
    background-size: 100% auto;
  }
  .p-recommended {
    padding: 2.77778vw 0 13.88889vw;
    margin-top: 23.33333vw;
  }
  .p-recommended__title::after {
    top: -25vw;
    left: -22.22222vw;
    width: 136.66667vw;
    height: 90.27778vw;
    background-image: url(../img/recommended-bg_sp.png);
    -webkit-transform: none;
    -webkit-transform: initial;
    transform: none;
    transform: initial;
  }
  .p-recommended__list {
    display: block;
    margin-top: 35px;
  }
  .p-recommended__item {
    width: 100%;
    padding: 5.55556vw;
  }
  .p-recommended__item:not(:last-child) {
    margin-bottom: 5.55556vw;
  }
  .p-recommended__type span {
    padding: 0.83333vw 0.55556vw;
  }
  .p-recommended__type {
    margin-top: -4.16667vw;
    font-size: 5vw;
  }
  .p-recommended__txt {
    margin-top: 5.55556vw;
    font-size: 3.88889vw;
  }
  .p-recommended__bottom {
    margin-top: 11.11111vw;
  }
  .p-recommended__other {
    font-size: 5vw;
  }
  .p-recommended__otherList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 9.44444vw auto 0;
  }
  .p-recommended__otherItem {
    width: 46.7%;
  }
  .p-recommended__otherItem:nth-child(n + 3) {
    margin-top: 7.5vw;
  }
  .p-recommended__otherTxt {
    font-size: 3.33333vw;
  }
  .p-voice__list .slick-arrow {
    top: 17.77778vw;
    width: 9.44444vw;
  }
  .p-voice__list .slick-arrow.prev-arrow {
    left: 0;
  }
  .p-voice__list .slick-arrow.next-arrow {
    right: 0;
  }
  .p-trainer {
    padding: 10vw 0 13.88889vw;
  }
  .p-trainer__list {
    margin-top: 12.77778vw;
  }
  .p-trainer__list::before {
    position: absolute;
    top: 0;
    left: -9.72222vw;
    z-index: -1;
    width: 118.05556vw;
    height: 98.05556vw;
    content: "";
    background-image: url(../img/trainer-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-trainer__item {
    position: relative;
    width: 100%;
    max-width: none;
    max-width: initial;
    padding: 0;
    background: 0 0;
  }
  .p-trainer__picture {
    width: 63.88889vw;
    padding-top: 10vw;
  }
  .p-trainer__textArea {
    padding: 0 4.16667vw;
    margin-top: 5vw;
  }
  .p-trainer__name {
    font-size: 7.77778vw;
  }
  .p-trainer__eng {
    font-size: 4.16667vw;
  }
  .p-trainer__txt {
    margin-top: 4.16667vw;
    font-size: 3.33333vw;
  }
  .p-trainer__license {
    margin-top: 5.55556vw;
  }
  .p-trainer__licenseTitle {
    padding: 1.11111vw 1.94444vw;
    font-size: 3.88889vw;
  }
  .p-trainer__licenseList,
  .p-trainer__sub {
    margin-top: 3.33333vw;
    font-size: 3.33333vw;
  }
  .p-trainer__sub li {
    margin-top: 1.38889vw;
  }
  .p-trainer__licenseList {
    margin-top: 3.33333vw;
    font-size: 3.33333vw;
  }
  .p-trainer__licenseList li:last-child {
    margin-top: 2.77778vw;
  }
  .p-trainer__thumbnail {
    display: none;
    padding: 0 4.16667vw;
    margin-top: 11.11111vw;
    -webkit-transform: translateX(-3.33333vw);
    transform: translateX(-3.33333vw);
  }
  .p-voice {
    padding: 9.16667vw 0 13.88889vw;
  }
  .p-voice__list {
    padding-bottom: 10.55556vw;
    margin-top: 14.44444vw;
  }
  .p-voice__itemInner {
    padding: 0 4.16667vw;
  }
  .p-voice__pic {
/*     width: 44.44444vw; */
	width: 52.44444vw;
    margin: 0 auto;
  }
  .p-voice__txtArea {
    margin-top: 5.55556vw;
  }
  .p-voice__name {
    font-size: 6.11111vw;
  }
  .p-voice__name .p-voice__initial {
    font-size: 7.77778vw;
  }
  .p-voice__age {
    margin-left: 4.16667vw;
    font-size: 4.44444vw;
  }
  .p-voice__tag {
    font-size: 3.33333vw;
    border-radius: 3.61111vw;
  }
  .p-voice__comment {
    margin-top: 5.83333vw;
    font-size: 3.88889vw;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 769px) {
  .l-pcContent {
    max-width: 1360px;
    padding: 0 80px;
    margin: 0 auto;
  }
  .l-pcContent__s {
    max-width: 1000px;
    padding: 0 80px;
    margin: 0 auto;
  }
  .l-footer__shopArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 56.7%;
    max-width: 680px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .l-footer__shopArea-column03 {
    width: 60%;
    max-width: 700px;
    }
   .l-footer__shopArea-column03 .l-footer__shop {
    width: 30%;
   }
  .l-header__nav .l-header__anchor li a:hover {
    opacity: 0.6;
  }
  .l-header__nav .l-header__linkList li a:hover {
    opacity: 0.6;
  }
  .c-btn__reserve a:hover {
    color: #fff;
    background-color: #0c4b8b;
    opacity: 1;
  }
  .c-btn__reserve a:hover span {
    background-color: #fff;
  }
  .c-btn__reserve a:hover span svg {
    fill: #0c4b8b;
  }
  .c-btn__reserve.line-reserve a:hover {
    background-color: #00601f;
  }
  .c-btn__reserve.line-reserve a:hover span svg {
    fill: #00601f;
  }
  a:hover {
    opacity: 0.7;
  }
  .p-btnArea__blockList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-btnArea__blockList-center{
    justify-content: center;
  }
  .p-btnArea__fixed .pcOnly {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .p-campaign__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    margin-top: 40px;
  }
  .p-form__submitBtn:hover {
    opacity: 0.6;
  }
  .p-gym__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-price__otherList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
/* 雑誌・メディア掲載既存　nth-child(6)ここから */
/*   .p-reason__item:nth-child(6) .p-reason__pictureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 79px;
  } */
/* 雑誌・メディア掲載既存　nth-child(6)ここまで */
/* 雑誌・メディア掲載新　nth-child(7)ここから */
  .p-reason__item:nth-child(7) .p-reason__pictureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 79px;
  }
/* 雑誌・メディア掲載新　nth-child(7)ここまで */

  .p-voice__list .slick-arrow:hover {
    opacity: 0.7;
  }
  .p-trainer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 98px;
  }
  .p-trainer__item:nth-child(3),
  .p-trainer__item:nth-child(4),
  .p-trainer__item:nth-child(5),
  .p-trainer__item:nth-child(6),
  .p-trainer__item:nth-child(7) {
    margin-top: 60px;
  }
  .p-voice__itemInner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
    max-width: 840px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .p-form__date {
    position: relative;
  }
  .p-form__date::after,
  ::i-block-chrome::after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background: url(../img/icon-calender.svg) no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
	.responsive-img {
		width: 90%　!important; /* PCで表示する場合のサイズ 　※脂肪に噛みつけキャッチフレーズのみ適用　24/08/22 */
	 }
 }
/* 選ばれる理由7　タイトル調整ここから */
/* PCでのみ適用されるスタイル */
@media screen and (min-width: 768px) {
    .pc-none {
        display: none;
    }
}
/* スマートフォンでのみ適用されるスタイル */
@media screen and (max-width: 767px) {
    .sp-none {
        display: none;
    }
}
/* 選ばれる理由7　タイトル調整ここまで */
/* ここから編集内容追加　-体験の流れ- */
.flow-info {
  padding: 100px 0!important;
  background-color: #ECF1F7;
  text-align: center;
}
.flow-info h2 {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}
.flow-info h2 img{
  width: 100%;
  max-width: 390px;
  height: auto;
  margin: 0  auto;
}
.flow-info .flow .flow-img {
  background-image: url(../images/background/background-flow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.flow-info .flow .flow-img ol {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}
.flow-info .flow .flow-img ol li {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  padding: 15px;
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.flow-info .flow .flow-img ol li img{
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0  auto;
}
.flow-info .flow .flow-img ol img{
	margin: 0 auto;
	width: 10px;
}
.flow-info .flow .flow-img ol li p {
  flex-shrink: 0;
}
.flow-info .flow .flow-img ol li .main-color {
  font-weight: 600;
  font-size: 2.4rem;
  color: #000;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #32D0BE;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  border-bottom: 1px solid #000;
}
.flow-info .flow .flow-img ol li .main-text {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  text-align: justify;
  font-size: 1.6rem;
}
.flow-info .flow .flow-img ol li div {
  text-align: left;
}
.flow-info .flow .flow-img ol li div h3 {
  font-weight: 600;
  font-size: 2rem;
  color: #000;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.flow-info .flow .flow-img ol li div p {
  font-weight: 600;
  font-size: 2rem;
  color: #000;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}
.flow-info .flow .bottom-flow{
	max-width: 700px;
	margin: 0 auto;
}
.flow-info .flow .bottom-flow > p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  text-align: justify;
  font-size: 1.6rem;
  padding: 0 20px;
  margin-top: 15px;
  line-height: 1.5;
}
.flow-info .flow .bottom-flow p img{
  
}
.recommand{
	padding-bottom: 50px;
}
.before-after{
	overflow: hidden;
}
.before-after .slick-arrow {
    position: absolute;
    top: 45%;
	right: 0;
    z-index: 3;
    width: 34px;
    cursor: pointer;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.before-after .slick-arrow.prev-arrow {
    left: 0;
}
.before-after .slick-track{
  display:flex;
  align-items:stretch;
}

.before-after .slick-slide{
    height: 400px!important;
}

.before-after img{
  display:block;
}
/* ここから768pxレスポンシブ */
@media screen and (max-width: 768px){
   .flow-info {
     padding: 50px 0!important;
}
  .flow-info h2 img {
     width: 100%;
     max-width: 300px;
}
   .flow-info .flow .flow-img ol li img{
     width: 100%;
     max-width: 200px;
}
  .flow-info .flow .flow-img ol li {
     flex-direction: column;
     max-width: 350px;
} 
  .flow-info .flow .flow-img ol li .main-color {
     text-align: center;
     padding-bottom: 5px;
}
		.before-after .slick-slide{
  height: auto!important;
}
}