@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500@900&display=swap");
html {
  scroll-behavior: smooth;
  background: rgba(243, 149, 6, 0.15);
  scroll-padding-top: 64px;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  position: relative;
  max-width: 480px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6875;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4 {
  margin: 0;
}

a {
  opacity: 1;
  transition: opacity 0.3s linear;
}
a:hover {
  opacity: 0.8;
}

* {
  box-sizing: border-box;
}

.inner {
  padding-inline: 20px;
}
.inner.--thin {
  padding-inline: 10px;
}

.header {
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding-block: 0 10px;
  padding-inline: 10px 10px;
}
.header__title {
  font-size: 10px;
  letter-spacing: 2.5px;
}
.header__logo {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
}
.header__logo h1 img {
  width: 141px;
  height: auto;
}
.header__div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -4px;
}
.header__div__menu {
  width: 60px;
  height: 45px;
}
.header__div__menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 100%;
  border-radius: 0 0 5px 5px;
}
.header__div__menu a p {
  margin: 0;
  font-size: 10px;
  text-align: center;
}
.header__div__menu a img {
  height: auto;
  margin: auto;
  display: block;
}
.header__div__menu:nth-of-type(1) a {
  padding-block: 8px;
  background: #F39506;
}
.header__div__menu:nth-of-type(1) a img {
  width: 15px;
}
.header__div__menu:nth-of-type(2) a {
  padding-block: 8px;
  background: #07B53B;
}
.header__div__menu:nth-of-type(2) a img {
  width: 16px;
}
.header__div__menu:nth-of-type(3) a {
  padding-block: 8px;
  background: #888;
}
.header__div__menu:nth-of-type(3) a img {
  width: 15px;
}
.header__shop {
  font-size: 13px;
  line-height: normal;
}

#stickySection {
  width: 100%;
  background-color: #FFF;
  padding: 10px;
  margin: 0;
  z-index: 2;
  max-width: 480px;
}

.first_cta {
  width: 100%;
  background: #fff;
  z-index: 2;
  max-width: 750px;
}
.first_cta > div {
  width: 95%;
  margin: 10px auto;
}
.first_cta > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}
.first_cta > div:nth-of-type(1) a {
  width: 31%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding-block: 10px;
  font-weight: 700;
}
.first_cta > div:nth-of-type(1) a p {
  margin: 0;
  text-align: center;
}
.first_cta > div:nth-of-type(1) a img {
  display: block;
  margin: auto;
}
.first_cta > div:nth-of-type(1) a:nth-of-type(1) {
  background: #F39506;
}
.first_cta > div:nth-of-type(1) a:nth-of-type(1) img {
  width: 30px;
  height: auto;
}
.first_cta > div:nth-of-type(1) a:nth-of-type(2) {
  background: #07B53B;
}
.first_cta > div:nth-of-type(1) a:nth-of-type(2) img {
  width: 34px;
  height: auto;
}
.first_cta > div:nth-of-type(1) a:nth-of-type(3) {
  background: #888;
}
.first_cta > div:nth-of-type(1) a:nth-of-type(3) img {
  padding-block: 2px;
  width: 28px;
  height: auto;
}
.first_cta h3 {
  text-align: center;
  font-size: 24px;
}
.first_cta h3 span {
  color: #F39506;
}

.img_section {
  margin-top: 28px;
}

.second_cta {
  margin-top: 50px;
  padding-block: 0 60px;
}
.second_cta > img {
  width: 95%;
  margin: auto;
  display: block;
}
.second_cta > div {
  margin: 40px auto 0;
}
.second_cta > div > p {
  text-align: center;
  font-size: 16px;
}
.second_cta > div > p span {
  font-size: 10px;
}
.second_cta > div:nth-of-type(1) a {
  background: #F39506;
}
.second_cta > div:nth-of-type(1) a img {
  width: 30px;
  height: auto;
}
.second_cta > div:nth-of-type(2) a {
  background: #07B53B;
}
.second_cta > div:nth-of-type(2) a img {
  width: 34px;
  height: auto;
}
.second_cta > div:nth-of-type(3) a {
  background: #888;
}
.second_cta > div:nth-of-type(3) a img {
  width: 28px;
  height: auto;
}
.second_cta > div a {
  margin: auto;
  width: 270px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding-block: 10px;
  padding-inline: 18px;
  font-weight: 700;
}
.second_cta > div a p {
  margin: 0;
}
.second_cta > div a img {
  height: auto;
}

.third_cta {
  padding-block: 50px 0;
}
.third_cta > img {
  display: block;
  margin: auto;
  width: 95%;
}

.fv {
  position: relative;
}

.faq {
  position: relative;
  padding-block: 50px;
  background-color: #F5F5F5;
}
.faq__title {
  text-align: center;
}
.faq__title-img {
  width: 211px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 30px;
}
.faq__item-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 13px 15px;
  background-color: #F39506;
  border-radius: 25px;
  color: white;
  font-weight: 900;
  line-height: 1;
}
.faq__item-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg) skew(5deg);
  transform-origin: 70% 60%;
}
.--active .faq__item-title {
  border-radius: 25px 25px 0 0;
}
.--active .faq__item-title::after {
  transform: rotate(225deg) skew(5deg);
  transform-origin: 60% 70%;
}
.faq__item-content {
  display: none;
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
  background-color: white;
  font-size: 13px;
  line-height: 1.6;
}
.--active .faq__item-content {
  display: block;
}

.form {
  position: relative;
  padding-block: 50px;
  background: rgba(243, 149, 6, 0.15);
}
.form__inner {
  padding-inline: 16px;
}
.form__title {
  color: #F39506;
  font-size: 24px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}
.form__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 24px;
}
.form__item-label {
  font-size: 16px;
  font-weight: 900;
}
.form__item.--submit input {
  background-color: #F39506;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 900;
}
.form__item-notice {
  font-size: 10px;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: #F7F6F4;
  padding: 12px 12px 14px;
  font-size: 14px;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #D0C0B5;
}
.form input::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #D0C0B5;
}
.form textarea {
  min-height: calc(4.5em + 24px);
}
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}

.footer {
  padding: 20px;
  text-align: center;
  background-color: #000;
  font-size: 12px;
}
.footer__link {
  color: white;
  text-decoration: none;
}
.footer__copy {
  display: block;
  margin-top: 8px;
  color: white;
}

.shop {
  position: relative;
  padding-block: 50px 0;
}
.shop .info {
  color: #000;
}
.shop .info .data > div {
  display: flex;
  margin: 18px;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  font-weight: 500;
}
.shop .info .data > div > .midashi {
  display: block;
  width: 68px;
  text-align: center;
  background: #F39506;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.shop .info .data > div p {
  margin: 0;
}
.shop .info .data > div p:nth-of-type(2) {
  font-size: 16px;
  display: block;
  width: 75%;
}
.shop .info .map {
  margin: auto;
}
.shop .info .map iframe {
  display: block;
  width: 90%;
  height: 168px;
  margin: auto;
}
.shop .info > img {
  display: block;
  width: 300px;
  height: auto;
  margin: auto;
}
.shop .info h2 {
  margin: 30px 0 23px;
  color: #F39506;
  text-align: center;
  font-size: 24px;
}
.shop div:nth-of-type(2) {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.shop div:nth-of-type(2) a {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 47%;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding-block: 10px;
  font-weight: 700;
}
.shop div:nth-of-type(2) a p {
  margin: 0;
}
.shop div:nth-of-type(2) a:nth-of-type(1) {
  background: #F39506;
}
.shop div:nth-of-type(2) a:nth-of-type(1) img {
  width: 17px;
  height: auto;
}
.shop div:nth-of-type(2) a:nth-of-type(2) {
  background: #888;
}
.shop div:nth-of-type(2) a:nth-of-type(2) img {
  width: 18px;
  height: auto;
}
.shop h3 {
  margin: 14px 0;
  text-align: center;
  font-size: 24px;
}
.shop h3 span {
  color: #F39506;
}/*# sourceMappingURL=style.css.map */

/* header下 住所 */
.address_info {
  font-size: 16px;
  text-align: center;
}

.adress__list {
  padding: 0 20px;
}

.adress__item {
  display: flex;
}

.adress__title {
  max-width: 65px;
  width: 100%;
  font-size: 16px;
}

.adress__detail {
  font-size: 16px;
}

/* ==========================================
 トレーナー紹介
============================================*/

/* カラー定義 */
:root {
  --color-default: #000000;
  --color-key: #f04141;
  --color-orange: #ffd139;
  --color-red: #e6006a;
  --color-dark: #3e3e3e;
  --color-gray: #707070;
  --bs-white: #fff;
}

.container {
  margin-inline: auto;
  padding: 0 40px;
}

.section__heading {
  font-size: 150%;
  font-weight: bold;
  color: var(--color-key);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}

.section__header {
  position: relative;
  z-index: 1;
}

.section--ark .section__header {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.staff {
  --bs-gutter-x: 40px;
}

.staff .section__header {
}

.staff__list {
  display: grid;
  grid-gap: 69vw;
  padding-top: calc(0.7 * (560px / 2));
}

.staff__item {
  background-color: var(--bs-white);
  border-radius: 1em;
  position: relative;
  padding: 5em 1em 1em;
}

.staff__img {
  max-width: calc(560px / 2);
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  border-radius: 50%;
}

.staff__ttl {
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  border-bottom: 2px solid var(--color-red);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.staff__name {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

/* ark */
.section--ark {
  background-color: var(--color-orange);
  position: relative;
  margin-top: 70px;
  padding-top: 0;
}

.section--ark::before {
  content: "";
  width: 100%;
  height: 100%;
  height: 250px;
  background: url(../img/shape-ark@2x.jpg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  
}

.section--ark::after {
  content: "";
  width: 100%;
  height: 100%;
  height: 250px;
  background: url(../img/shape-ark@2x.jpg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  transform: scale(1, -1);
  bottom: 0;
  left: 0;
  z-index: 0;
}

.section--ark .section__body {
  padding-bottom: 250px;
}