@charset "UTF-8";
* {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #1a1a1a; }

li {
  list-style-type: none; }

:root {
  --main_color:#282724;
  --second_color:#f0f2cd;
  --mf_color:#D9CE62;
  --september_color:#F2E8D5;
  --ac1_color:#D9A066;
  --ac2_color:#8B9A78;
  --ac3_color:#B9AFA1;
  --ac4_color:#2F2F2F; }

/*scssにおけるメディアクエリの記述ルール*/
/*scssにおけるメディアクエリの記述ルール終わり*/
.bold {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
  font-weight: 600; }

.space1 {
  height: 2rem; }

.space70 {
  width: 100%;
  height: 70px; }

header {
  width: 100%;
  height: 70px;
  background-color: var(--main_color);
  position: fixed;
  display: grid;
  grid-template-columns: 160px 1fr 210px;
  z-index: 100; }
  header img {
    width: 120px;
    margin: 15px 0 0 10px; }
  header a {
    display: block;
    border: 3px solid #fff;
    background-color: var(--main_color);
    height: 50px;
    border-radius: 25px;
    margin: 10px 10px 0 0;
    cursor: pointer; }
    header a button {
      color: #fff;
      display: flex;
      line-height: 2.25;
      text-align: center;
      transform: translate(15px, 4px); }

.sg_header {
  background-color: var(--ac1_color); }
  .sg_header a {
    background-color: var(--ac1_color); }

main {
  width: 100%;
  background-color: var(--main_color); }

.mv img {
  width: 100%; }

.container{
	background-color: #E8D5C4;
}

section {
  width: 90%;
  margin: 2rem auto;
  border: 1px solid transparent;
  border-radius: 20px; }

@media screen and (min-width: 1024px) {
  section {
    width: 70%; } }
.event915 {
  padding: 1rem;
  background-color: var(--second_color); }
  .event915 img {
    width: 80%;
    max-width: 1500px;
    display: block;
    margin: 0 auto; }

/*@media screen and (min-width:1024px){
			img{
				width:10%;
			}
}*/
.event915 p{
	text-align: center;
	font-size:20px;
}
.event915 a{
	display: block;
}

.event915 a button{
	width:80%;
	max-width:300px;
	font-size:20px;
	background-color: var(--main_color);
	color:#fff;
	border: 2px solid #fff;
	padding: .2rem;
	display: block;
	margin: 0 auto;
	
	
}

.cta {
  background: url("images/cta_sp.png") 60% 50% no-repeat;
  height: 250px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .cta {
      background: url("images/cta_pc.png") no-repeat center;
      height: 250px; } }
  .cta .cta_disp {
    position: absolute;
    height: 250px;
    display: block;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1; }
    .cta .cta_disp h4 {
      text-align: center;
      color: var(--second_color);
      margin: 3rem 0;
      font-size: 1.2rem; }
      @media screen and (min-width: 768px) {
        .cta .cta_disp h4 {
          margin: 3rem 0;
          font-size: 1.5rem; } }
      .cta .cta_disp h4 span {
        color: #fff; }
    .cta .cta_disp a {
      display: inline-block;
      width: 300px;
      height: 50px;
      border: 2px solid #fff;
      background-color: var(--main_color);
      text-align: center;
      line-height: 45px; }
      .cta .cta_disp a button {
        color: #fff;
        display: inline-block;
        background-color: var(main_color); }

.pilates {
  width: 100%; }
  .pilates h2 {
    text-align: center;
    font-size: 1.8rem;
    color: #fff; }
    @media screen and (min-width: 1024px) {
      .pilates h2 {
        font-size: 2rem; } }
  .pilates ul {
    list-style-type: none;
    margin: 2rem 0; }
    @media screen and (min-width: 1024px) {
      .pilates ul {
        display: flex;
        max-width: 1200px;
        margin: 2rem auto; } }
    .pilates ul li {
      width: 90%;
      padding: 1rem 0;
      background-color: #fff;
      margin: 0 auto 1rem auto; }
      @media screen and (min-width: 1024px) {
        .pilates ul li {
          width: 30%; } }
      .pilates ul li .pilates_comment,
      .pilates ul li h5 {
        text-align: center;
        color: var(--main_color);
        font-size: 1.3rem; }
      .pilates ul li h5 {
        font-size: 1.8rem; }
  .pilates p {
    font-weight: 400;
    text-align: center;
    color: #fff; }

video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto; }

@media screen and (min-width: 768px) {
  video {
    width: 60%;
    display: block;
    margin: 2rem auto; } }
.start202510 {
  background-color: #fafad4;
  padding: 5rem 0;
  width: 100%;
  margin: 0 auto; }
  .start202510 img {
    width: 80%;
    margin: 0 auto;
    display: block; }
    @media screen and (min-width: 768px) {
      .start202510 img {
        width: 35%; } }

/*  スライダー　*/
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-wrapper {
  transition-timing-function: linear; }

.swiper-wrapper .swiper-slide {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%; }

/*  スライダー終わり　*/
/*  9月のページ　*/
.september {
  width: 100%;
  padding: 3rem 0;
  background-color: var(--main_color); }

.cp {
  width: 90%;
  margin: 0 auto;
  background-color: var(--ac1_color);
  padding: 0.5rem; }
.cp p{
	text-align: center;
	margin-top: .5rem;
}

.comment {
  text-align: center;
  font-size: 1.1rem;
  color: var(--second_color); }

h3 {
  text-align: center;
  font-size: 1.7rem;
  color:#fff;;
  margin-bottom: 1rem; }

.cp_disp img {
  display: none; }

.onemonth {
  text-align: center;
  color: deeppink;
  font-size: 1.5rem;
  border: 1px solid #fff;
  padding: .2rem ;
  background-color: var(--second_color);
  margin: 1rem 0 0 0;
 }
  .onemonth span {
    color: deeppink;
    font-size: 1.8rem; }

@media screen and (min-width: 768px) {
  .comment {
    font-size: 1.5rem; }

  h3 {
    font-size: 2.5rem; }

  .cp_disp {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--main_color); }
    .cp_disp img {
      width: 300px;
      display: block; }
    .cp_disp .image_box {
      /*display: flex;
      align-items: center;
      justify-content: center;*/
      margin: 0 auto; } }
.commonWidth {
  margin: 0 auto; }
  .commonWidth .comment {
    text-align: center;
    font-size: 1.1rem;
    color: var(--ac2_color); }
  .commonWidth h3 {
    text-align: center;
    font-size: 1.7rem;
    color:var(--ac1_color);
    margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .commonWidth .comment {
      font-size: 1.5rem; }
    .commonWidth h3 {
      font-size: 2.5rem; } }

.inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto; }
  .inner .box {
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .inner .box {
        max-width: 350px; } }
    .inner .box p {
      font-size: 1.2rem;
      margin-top: .5rem;
      background-color: var(--ac1_color);
      color: var(--ac4_color);
      width: -moz-fit-content;
      width: fit-content;
      padding: 2px; }
    .inner .box img {
      width: 100%; }

/* エイムについて　*/
.secService .commonWidth,
.secClose .commonWidth {
  margin: 0 auto; }
  .secService .commonWidth .content,
  .secClose .commonWidth .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .secService .commonWidth .content,
      .secClose .commonWidth .content {
        grid-template-columns: 1fr;
        border-radius: 15px;
        margin-bottom: 15px; } }

.txt {
  padding: 2rem; }
  .txt h3 {
    font-size: 1.5rem;
    text-align: left; }
    .txt h3 span {
      background-color: var(--ac1_color);
      color: var(--ac4_color);
      width: -moz-fit-content;
      width: fit-content;
      padding: 2px; }
  .txt p {
    font-weight: 400;
    line-height: 1.75; }

.small {
  font-size: 1rem;
  margin-bottom: 1rem; }

/*  体験手順　*/
.secStep .flow {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .secStep .flow {
      display: grid;
      grid-template-areas: "taiken1 taiken2 taiken3" "taiken4 taiken5 .";
      grid-template-columns: 1fr 1fr 1fr;
      gap: 1rem; }
      .secStep .flow img {
        max-width: 100%; } }

.taiken1 {
  grid-area: taiken1; }

.taiken2 {
  grid-area: taiken2; }

.taiken3 {
  grid-area: taiken3; }

.taiken4 {
  grid-area: taiken4; }

.taiken5 {
  grid-area: taiken5; }

.flow img {
  width: 90%;
  margin: 1rem auto; }

/* ロケーション　*/
.secLocation iframe {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 4/3; }

.index_accordion {
  margin: 2rem auto;
  max-width: 100%;
  border: 2px solid #000; }

.accordion-header {
  padding: 1rem;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #000;
  position: relative;
  list-style: none;
  letter-spacing: .1rem;
  font-size: clamp(16px, 2vw, 20px);
  height: auto;
  line-height: 1.5;
  background-color: #fff;
  text-align: center; }

.accordion-content {
  padding: 1rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  font-weight: 600;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around; }
  .accordion-content p {
    text-align: center; }
  .accordion-content .box h3 {
    margin-bottom: .5rem;
    font-size: 1.5rem; }

.box h3 {
  margin-bottom: .5rem;
  font-size: 2rem;
  z-index: 3; }

.box p span {
  font-size: 1.5rem; }

.pink {
  color: deeppink; }
/*  .pink h3, .pink p {
    color: deeppink; }*/

.reserve {
  background-color: var(--main_color);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content; }
  .reserve span {
    font-size: 1.2rem;
    color: #fff; }

.special_fa {
  background-color: deeppink;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px; }

footer {
  background: var(--ac1_color);
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center; }

footer .footerArea p {
  color: #fff;
  font-size: clamp(14px, 1.25vw, 15px);
  text-align: center;
  font-weight: 700; }

/* cta section */
.cta_section {
  background: url("images/cta_back.jpg") no-repeat;
  height: 250px; }
  @media screen and (min-width: 768px) {
    .cta_section {
      background: url("images/cta_back.jpg") no-repeat center;
      height: 250px; } }
  .cta_section .cta_disp {
    display: block;
    text-align: center;
    opacity: 1; }
    .cta_section .cta_disp h4 {
      text-align: center;
      color: var(--second_color);
      margin: 3rem 0;
      font-size: 1.2rem; }
      @media screen and (min-width: 768px) {
        .cta_section .cta_disp h4 {
          margin: 3rem 0;
          font-size: 1.5rem; } }
      .cta_section .cta_disp h4 span {
        color: #fff; }
    .cta_section .cta_disp a {
      display: inline-block;
      width: 300px;
      height: 50px;
      border: 2px solid #fff;
      background-color: var(--main_color);
      text-align: center;
      line-height: 45px; }
      .cta_section .cta_disp a button {
        color: #fff;
        display: inline-block;
        background-color: var(main_color); }


/* 店舗案内　*/
.location_box{
	width:90%;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	padding: 2rem 0;
	margin: 0 auto;
}
.font20{
	font-size:20px;
	color:deeppink;
	margin: 1rem 0;
}
.font21{
	font-size:20px;
	color:#000;
	margin: 1rem 0;
}

.reserve,
.special_fa{
	margin: 0 auto .5rem auto;
}
.box{
	margin-bottom: 1rem;
	z-index: 2;
}
.box p{
	margin-bottom: 1rem;
}

@media screen and (min-width:768px){
	.location_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.box{
		margin: 0 .5rem;
	}
}

