@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #000000;
  --color-white: #ffffff;

  --color-bg: #faf7eb;

  /* --din-2014: "din-2014-narrow", sans-serif; */
  --source-han-sans: "source-han-sans-japanese",
    sans-serif;
  --shuei-m: "dnp-shuei-mgothic-std", sans-serif;
  --din-Condensed: "din-condensed", sans-serif;
  --rodin: "fot-rodin-pron", sans-serif;


  --zenmaru: "Zen Maru Gothic", sans-serif;
  --shippori: "Shippori Mincho", serif;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
  /* 1920>> 10px */
  font-size: 0.5208333vw;

  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  background: var(--color-white);
  color: var(--color-black);
  line-height: 1.6;
}


a {
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  opacity: .6;
}

img {
  max-width: 100%;

  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

/* タイトル */


@media screen and (max-width:767px) {
  html {
    /* 750px>> 10px */
    font-size: 1.3333vw;
  }

  body {
    font-size: 2.4rem;
  }
}


/*================================================
 *  header / ヘッダー
 ================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: var(--color-white);

}


.nav_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6rem;
}

.nav_left {
  width: 110rem;
  max-width: 1100px;
}

.nav_right {
  width: 23rem;
  max-width: 230px;
  position: relative;
}

.nav_right::before {
  position: absolute;
  content: "準備中";
  inset: 0;
  background: rgb(0 0 0 / 50%);
  color: var(--color-white);
  display: grid;
  place-content: center;
}

@media screen and (max-width:767px) {
  header {
    position: relative;
  }


  .nav_left {
    width: 100%;
    max-width: unset;
  }

  .nav_right {
    display: none;
  }

}

/*================================================
 *  banner
 ================================================*/
#fix_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;

  display: none;
}

#fix_btn::before {
  position: absolute;
  content: "準備中";
  inset: 0;
  background: rgb(0 0 0 / 50%);
  color: var(--color-white);
  display: grid;
  place-content: center;
}


@media screen and (max-width:767px) {
  #fix_btn {
    display: block;
  }
}

/*================================================
 *  section btn
 ================================================*/
section {
  position: relative;
  padding-bottom: 10rem;
}

.section {
  padding-top: 10rem;
}

.wrap {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.min {
  font-family: var(--shippori);
}


@media screen and (max-width:767px) {

  .wrap {
    width: 100%;
    ;
  }

}

/*================================================
* mainVisual
================================================*/
#mainVisual {
  margin-top: clamp(1rem, 12rem, 120px);
  /* font-size: clamp(1.6rem, 3.6vw, 2.6rem); */
  padding: 0;
}

.mv_recruit {
  background: #bc985a;
  color: var(--color-white);
  padding: 2rem 0;
  text-align: center;
  font-size: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.mv_recruit a {
  font-size: 2.2rem;
}

@media screen and (max-width:767px) {
  #mainVisual {
    margin-top: 0;
  }

  .mv_recruit {
    padding: 1rem 0;
    font-size: 3.2rem;
    gap: 1.5rem;
  }
}


/*================================================
* anatae
================================================*/
#anatae {
  background: url(../images/anatae_bg.webp) no-repeat center bottom/cover;
  padding: 2rem 0 4rem;
  background-color: #faf7eb;
}


.anatae_img {
  width: 110rem;
  margin: 0 auto 6rem;
}

.anatae_inner {
  padding-left: 19rem;
}

.anatae_inner h2 {
  text-align: center;
  font-family: var(--shippori);
  font-size: 4.6rem;
}

.anatae_inner h3 {
  text-align: center;
  font-family: var(--shippori);
  font-size: 3rem;
  border-bottom: 1px solid #765333;
  width: fit-content;
  margin: 3rem auto;
  padding-bottom: 2rem;
  font-feature-settings: "palt";
}

.anatae_txt {
  width: 93rem;
  margin: 0 auto;
}

.anatae_inner p {
  font-family: var(--zenmaru);
  font-size: 2.1rem;
  line-height: 2;
  font-weight: 400;
}

.anatae_inner p .line {
  display: inline-block;
  position: relative;
  margin-bottom: 6rem;
  border-bottom: 1px solid;
}


.anatae_inner p .line span {
  position: absolute;
  font-family: var(--shippori);
  left: 50%;
  transform: translateX(-50%);
  color: #bc985a;
  font-size: 3.4rem;
  bottom: -6rem;
}

.anatae_inner h5 {
  width: 68rem;
  margin-top: 4rem;
}



@media screen and (max-width:767px) {
  #anatae {
    background: url(../images/anatae_bg_sp.webp) no-repeat center top /cover;
    padding: 2rem 0 4rem;
  }

  .anatae_img {
    width: 68rem;
    margin: 0 auto 6rem;
  }

  .anatae_inner {
    padding-left: 0;
  }

  .anatae_inner h2 {
    font-size: 4.4rem;
  }

  .anatae_inner h3 {
    font-size: 2.8rem;
  }

  .anatae_txt {
    width: 68rem;
    margin: 0 auto;
  }

  .anatae_inner p {
    font-size: 2.35rem;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }

  .anatae_inner p .line {
    display: inline-block;
    position: relative;
    margin-bottom: 6rem;
    border-bottom: 1px solid;
  }


  .anatae_inner p .line span {

    font-size: 3.3rem;
  }

  .anatae_inner h5 {
    width: 68rem;
    margin-top: 4rem;
  }

  .anatae_logo {
    width: 20rem;
    margin: 3rem auto 0;
  }

}

/*================================================
* cp
================================================*/

.cp_flow {
  background: #653437;
  padding: 10rem 0;
}

.cp_flow-inner {
  background: var(--color-white);
  padding: 3rem 7rem;
  width: 120rem;
  margin: 0 auto;
  border-radius: 4rem;
  box-shadow: 0px 0px 1rem 1rem #fff;
}

.cp_flow-inner a {
  background: #00a65a;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1.5rem;
  padding: 2rem 1rem;

  pointer-events: none;
}

.cp_flow-inner a img {
  width: 5.7rem;
}

.cp_flow-inner a span .pc {
  display: inline-block;
}

.cp_flow-inner a .label {
  display: block;
  width: fit-content;
  padding: 0.6rem 1rem;
  background: var(--color-white);
  color: var(--color-black);
  font-weight: 700;
}

.cp_flow-inner h3 {
  margin: 2rem 0;
  text-align: center;
}



@media screen and (max-width:767px) {
  .cp_flow-inner {
    padding: 3rem 1rem;
    width: 69rem;
    border-radius: 2rem;
    box-shadow: 0px 0px 0.5rem 0.5rem #fff;
  }

  .cp_flow-inner a {
    flex-wrap: wrap;

    border-radius: 1.5rem;
    padding: 2rem 1rem;
    font-size: 2.8rem;
    pointer-events: none;
    gap: 1rem 2rem;
  }

  .cp_flow-inner a img {
    width: 8rem;
  }

  .cp_flow-inner a span {
    width: 38rem;
  }

  .cp_flow-inner a span .pc {
    display: none;
  }

  .cp_flow-inner a .label {
    display: block;
    width: fit-content;
    padding: 0.6rem 1rem;
    font-size: 2.6rem;
  }

  .cp_flow-inner h3 {
    font-size: 2.6rem;
  }
}

/*================================================
* habit
================================================*/
#habit {
  background: var(--color-bg);
}

#habit h2 {
  text-align: center;
  font-size: 4rem;
  font-family: var(--shippori);
  position: relative;
  padding-bottom: 8rem;
  line-height: 1.5;
  color: #40220f;
}

#habit h2 strong {
  font-size: 6.6rem;
  font-weight: 500;
}


#habit h2 span {
  font-size: 5rem;
}

#habit h2::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/habit_ttl_line01.webp);
  width: 78.7rem;
  height: 4.8rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#habit .ttl02::before {
  background-image: url(../images/habit_ttl_line02.webp);
  width: 92.1rem;
}

#habit h2 b {
  font-size: 4.6rem;
}

#habit h3 {
  text-align: center;
  font-size: 3.8rem;
  margin: 2rem 0;
  font-family: var(--shippori);
  line-height: 1;
}

#habit h3 span {
  color: #765333;
  font-family: var(--zenmaru);
  font-size: 5.6rem;
}

#habit h3 span span {
  font-size: 6.3rem;
}

#habit h3 span strong {
  font-size: 8rem;
}

.habit_map {
  width: 85rem;
  margin: 0 auto;
}

.habitList {
  display: grid;
  gap: 2.7rem;

  grid-template-columns: repeat(4, 1fr);
}

.habitList li {
  background: #fff;
  border: 0.5rem solid #c7b299;
  border-radius: 2rem;
  padding: 2rem 0;
}

.habitList li .num {
  text-align: center;
  font-size: 5rem;
  font-family: var(--din-Condensed);
  color: #bc985a;
}

.habitList li h4 {
  font-family: var(--zenmaru);
  font-size: 2.7rem;
  color: #494e60;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-feature-settings: "palt";
}

.habitList li p {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.4;
  color: #765333;
  font-feature-settings: "palt";
}

.habitList li p small {
  text-align: center;
  font-size: 1.6rem;
}

.habitList li .note {
  color: var(--color-black);
  margin-top: 0.6rem;
  font-size: 1.4rem;
}

.habitList li img {
  width: auto;
  max-width: unset;
  height: 9.4rem;
  margin: 3rem auto;
}

.habitList li a {
  color: var(--color-white);
  font-size: 2rem;
  background: #bc985a;
  padding: 0.5rem 1rem;
  position: relative;
  display: block;
  width: 90%;
  margin: 1rem auto 0;
  border-radius: 1rem;
}

.habitList li a::before {
  position: absolute;
  content: "▶︎";
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}


@media screen and (max-width:767px) {
  #habit {
    background: var(--color-bg);
  }

  #habit h2 {
    text-align: center;
    font-size: 4rem;
    font-family: var(--shippori);
    position: relative;
    padding-bottom: 8rem;
  }

  #habit h2 strong {
    font-size: 6.6rem;
    font-weight: 500;
  }


  #habit h2 span {
    font-size: 5rem;
  }

  #habit h2::before {
    width: 68.7rem;
    height: 4.6rem;
    background-image: url(../images/habit_ttl_line01_sp.webp);
  }

  #habit .ttl02::before {
    background-image: url(../images/habit_ttl_line01_sp.webp);
    width: 68.7rem;
  }


  #habit h3 {
    font-size: 2.8rem;
    margin: 2rem 0 4rem;
  }

  #habit h3 span {
    font-size: 4.9rem;
  }

  #habit h3 span span {
    font-size: 5.5rem;
  }

  #habit h3 span strong {
    font-size: 10rem;
  }

  .habit_map {
    width: 72rem;
    margin: 5rem auto 10rem;
  }

  .habitList {
    width: 70rem;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }

  .habitList li {
    padding: 2rem 0;

  }


}

/*================================================
* 
================================================*/

.aboutArea_ttl {
  background: #f1f0de;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  color: #333;
}



.aboutArea_ttl .num {
  font-family: var(--din-Condensed);
  font-size: 10rem;
}

.aboutArea_ttl .circle {
  width: 21rem;
}


.aboutArea_main-ttl {
  text-align: center;
  width: fit-content;
}

.aboutArea_main-ttl .ttl {
  font-size: 4.8rem;
  font-family: var(--shippori);
  font-weight: 200;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}

.aboutArea_main-ttl .txt {
  font-size: 2rem;
  margin: 1rem 0 2rem;
}

.aboutArea_main-ttl .label {
  font-size: 2.2rem;
  color: #765333;
  width: fit-content;
  padding: 0.4rem 3rem 0.8rem;
  border: 0.3rem solid #765333;
  border-radius: 10rem;
  margin: 0 auto;
  line-height: 1;
}


.aboutArea_main-ttl p {
  font-size: 1.8rem;
  margin-top: 1rem;
}



.pilatesSlide h3 {
  width: 65rem;
  margin: 0 auto;
}

.pilatesSlide h4 {
  text-align: center;
  font-family: var(--shippori);
  font-size: 2.8rem;
  margin: 2rem 0;
}

.pilatesSlide {
  background: rgb(238 233 48 / 50%);
  padding: 10rem 0 8rem;
  margin-top: 10rem;
  position: relative;
  text-align: center;
}


.slideBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 2rem;
  margin-bottom: 4rem;
}

.slideBtns p {
  width: 100%;
}

.pilatesSlide .swiper-button-prev,
.pilatesSlide .swiper-button-next {
  position: relative;
  top: 0;
  /* bottom: 16rem; */
  width: 3rem;
  height: 3rem;

  left: auto;
  right: auto;
  margin: 0;
}


.pilatesSlide .swiper-button-prev::after,
.pilatesSlide .swiper-button-next::after {
  content: none;
}

.pilatesSlide .swiper-button-prev::before,
.pilatesSlide .swiper-button-next::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/slide_arrow.webp);
  width: 100%;
  height: 100%;
  inset: 0;
}

.pilatesSlide .swiper-button-prev::before {
  transform: rotate(180deg);

}

.pilatesSlide .pilates_swiper {
  margin-bottom: 5rem;
}

.pilatesSlide .swiper-slide {
  width: 43.3rem;
  margin: 0 0.8rem;
}


@media screen and (max-width:767px) {
  .aboutArea_ttl {
    padding: 4rem 0 6rem;
    flex-wrap: wrap;
    gap: 0 1rem;
  }

  .aboutArea_ttl .num {
    width: 100%;
    text-align: center;
    margin-bottom: -4rem;
  }

  .aboutArea_ttl .circle {
    width: 24rem;
  }




  .aboutArea_main-ttl .ttl {
    font-size: 5rem;
    padding-bottom: 1rem;
    font-feature-settings: "palt";
    letter-spacing: -0.1em;
  }

  .aboutArea_main-ttl .txt {
    font-size: 2.4rem;
  }

  .aboutArea_main-ttl .label {
    font-size: 2.6rem;

  }



  .pilates_img {
    width: 70rem;
    margin: 6rem auto 0;
  }

  .pilatesSlide .pilates_swiper {
    margin-bottom: 3rem;
  }

  .slideBtns {
    flex-wrap: nowrap;
    gap: 2rem;
  }

  .slideBtns p {
    width: fit-content;
  }
}

/*================================================
* 
================================================*/
.c_about-inner {
  text-align: center;
  position: relative;
  padding-top: 10rem;
}

.c_about-inner h3 {
  font-size: 6.3rem;
  font-family: var(--shippori);
  line-height: 1.2;
}

.c_about-inner h4 {
  font-size: 2rem;
  width: fit-content;
  padding: 1rem 5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 2rem auto;
}

.c_about-inner p {
  font-family: var(--zenmaru);
  font-weight: 400;
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.c_about-inner h5 {
  font-size: 3.6rem;
  text-align: center;
  margin: 2rem 0;
  position: relative;
  z-index: 1;
}

.c_about-inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 4rem 0;
}

.c_about-inner ul li {
  color: var(--color-white);
  font-size: 2.2rem;
  padding: 1rem 2rem;
  background: #33bab1;
  border-radius: 10rem;

}


.gym_img01,
.gym_img02 {
  position: absolute;
}

.gym_img01 {
  width: 62rem;
  left: 12rem;
  top: -27rem;
}

.gym_img02 {
  width: 80rem;
  right: 0rem;
  top: -7rem
}



.drax_txt {
  background: #f1f0de;
  padding: 5rem 0;
  margin-top: 6rem;
}

.drax_txt img {
  width: 13rem;
  margin: 0 auto 2rem;
}

.drax_txt p {
  width: 76rem;
  margin: 0 auto;
  font-family: var(--zenmaru);
  line-height: 2;
  font-weight: 400;
}

.drax h3 {
  text-align: center;
  font-size: 3.6rem;
}

.drax_img {
  width: 95rem;
  margin: 5rem auto;
}


#relax .c_about-inner {
  overflow: clip;
}

.relax_img01,
.relax_img02 {
  position: absolute;
  z-index: -1;
}

.relax_img01 {
  width: 100rem;
  left: -5rem;
  top: -6rem;
}

.relax_img02 {
  width: 92rem;
  right: -5rem;
  top: -9rem;
}





@media screen and (max-width:767px) {


  .c_about-inner {
    padding-top: 6rem;
  }

  .c_about-inner h3 {
    font-size: 5.2rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    margin-bottom: 5rem;
    letter-spacing: -0.06em;
  }

  .c_about-inner h4 {
    font-size: 2.6rem;
    width: fit-content;
    padding: 2rem;
    margin: 2rem auto;
  }

  #gym .c_about-inner h4 {
    margin-bottom: -7rem;
  }

  .c_about-inner p {
    font-size: 2.5rem;
    width: 66rem;
    margin: -7rem auto 0;
  }

  #gym .c_about-inner p {
    margin-top: -7rem;
  }

  .c_about-inner h5 {
    font-size: 3.2rem;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .drax_img {
    width: 70rem;
    margin: 5rem auto;
  }

  .drax h3 {
    font-size: 3rem;
  }

  .drax_txt img {
    width: 19rem;
    margin: 0 auto 2rem;
  }

  .drax_txt p {
    font-size: 2.4rem;
    width: 67rem;
  }


  .gym_img01 {
    display: none;
  }

  .gym_img02 {
    position: static;
    width: 75rem;
    right: 0rem;
    top: 0;
  }


  .c_about-inner ul {
    flex-wrap: wrap;
    width: 36rem;
    gap: 2rem;
    margin: 6rem 0 4rem 4rem;
  }

  .c_about-inner ul li {
    width: 100%;
    text-align: center;
  }

  #relax .c_about-inner p.sp.ac {
    font-family: var(--source-han-sans);
    font-size: 2.2rem;
    padding-top: 4rem;
    margin-bottom: 8rem;
  }

  .relax_img01 {
    width: 77rem;
    left: -1rem;
    top: 1rem;
  }

  .relax_img02 {
    width: 65rem;
    right: -5rem;
    top: 39rem;
  }
}

/*================================================
* 
================================================*/
.iyashi {
  padding: 10rem 0;
}

.iyashi01,
.iyashi03 {
  background: #f1f0de;
}


.iyashi_num {
  width: 15rem;
  margin: 0 auto;
}

.iyashi_ttl {
  margin-bottom: 4rem;
}

.iyashi_ttl h3 {
  text-align: center;
  font-size: 5rem;
  border-bottom: 1px solid #00a99d;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
  position: relative;
}

.iyashi_ttl h3 span {
  font-size: 3.2rem;
}

.iyashi_ttl h3 small {
  position: absolute;
  right: 0;
  bottom: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 400;
}

.iyashi_ttl p {
  text-align: center;
  font-size: 3.3rem;
  font-family: var(--shippori);
}

.iyashi_txt {
  font-family: var(--zenmaru);
  line-height: 2;
  position: relative;
}

.iyashi_txt h4 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.iyashi_list {
  width: fit-content;
  height: 18rem;
  margin-top: 3rem;
}

.iyashi_list img {
  width: auto;
  max-width: unset;
  height: 100%;
}


.iyashi_img {
  position: absolute;
}


.iyashi01 .iyashi_txt {
  width: 54rem;
  margin-left: auto;
}

.iyashi01 .iyashi_img {
  width: 50rem;
  left: -56rem;
  top: -6rem;
}

.iyashi01 .iyashi_list {
  margin-left: auto;
}


.iyashi02 .iyashi_txt {
  width: 73rem;
}

.iyashi02 .iyashi_img {
  width: 31rem;
  right: -35rem;
  top: 2rem;
}



.iyashi02 .iyashi_txt .pink {
  text-align: center;
  color: #ed1e79;
  font-size: 2.6rem;
  margin: 0rem 0 4rem;
}


.iyashi03 .iyashi_txt {
  width: 71rem;
  margin-left: auto;
}

.iyashi03 .iyashi_img {
  width: 45rem;
  left: -43rem;
  top: -6rem;
}

.iyashi03 .iyashi_list {
  margin-left: auto;
}

.iyashi03 .iyashi_txt h4:nth-of-type(2) {
  margin-top: 3rem;
}

.iyashi03 .iyashi_txt p small {
  font-size: 1.7rem;
  line-height: 1.7;
  display: inline-block;
}

@media screen and (max-width:767px) {
  .iyashi {
    padding: 5rem 3rem 8rem;
  }

  .iyashi_ttl {
    margin-bottom: 0rem;
  }

  .iyashi_ttl h3 {
    letter-spacing: 0em;
  }

  .iyashi_ttl h3 span {
    font-size: 3.2rem;
  }

  .iyashi_ttl h3 small {
    position: static;
    font-size: 2.2rem;
  }

  .iyashi_ttl p {
    text-align: center;
    font-size: 3.3rem;
    font-family: var(--shippori);
  }

  .iyashi_txt {
    font-family: var(--zenmaru);
    line-height: 2;
    position: relative;
  }

  .iyashi_txt h4 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }


  .iyashi_list {
    margin-left: auto;
    margin-right: a;
    height: 16rem;
  }

  .iyashi_list img {
    width: auto;
    max-width: unset;
    height: 100%;
  }


  .iyashi_img {
    position: static;
  }


  .iyashi01 .iyashi_txt {
    width: 100%;
  }

  .iyashi01 .iyashi_img {
    width: 43rem;
    margin: 0 auto;
  }

  .iyashi01 .iyashi_list {
    margin-left: auto;
  }

  .iyashi02 .iyashi_txt {
    width: 100%;
  }

  .iyashi02 .iyashi_img {
    width: 26rem;
    margin: 0 auto;
  }

  .iyashi02 .iyashi_txt .pink {
    margin-top: 4rem;
  }

  .iyashi03 .iyashi_img {
    width: 40rem;
    margin: 0 auto;
  }

  .iyashi03 .iyashi_txt p small {
    font-size: 2.2rem;
  }
}

/*================================================
* case
================================================*/
#case h2 {
  text-align: center;
  background: url(../images/case_ttl.webp) no-repeat center/cover;
  padding: 3rem 0;
  font-family: var(--shippori);
  font-size: 5rem;
}



.caseItem {
  padding: 6rem 0;
  background: #f1f0de;
}

.case02 {
  background: #f1dfde;
}

.case03 {
  background: #f1e9ce;
}

.caseItem_inner {
  width: 115rem;
  margin: 0 auto;
  position: relative;
}

.case03 a {
  color: var(--color-white);
  background: #bc985a;
  padding: 0.4rem 1rem;
  font-size: 2.2rem;
  width: fit-content;
  display: block;
  position: absolute;
  bottom: 9rem;
  right: 13rem;
  border-radius: 1rem;
}

.case03 a span {
  font-size: 1.7rem;
  display: inline-block;
  margin-left: 2rem;
}



@media screen and (max-width:767px) {
  #case h2 {
    padding: 1rem 0;
    font-size: 4.6rem;
  }

  .caseItem_inner {
    width: 69rem;
  }

  .case03 a {
    bottom: 7rem;
    right: 22rem;
  }
}

/*================================================
* 
================================================*/
.hd {
  color: var(--color-white);
  font-size: 6rem;
  font-family: var(--din-Condensed);
  text-align: center;
  background: #bc985a;
  padding: 1rem 0;
  letter-spacing: 0.2em;
  margin-bottom: 8rem;
}

@media screen and (max-width:767px) {}

/*================================================
* 
================================================*/
#price {
  background: #f1f0de;
}


.price_lead {
  width: 100rem;
  margin: 0 auto;
}


.price_list {
  width: 107rem;
  margin: 8rem auto 0;
}

.price_list li {
  position: relative;
  left: -4rem;
  margin-top: 1rem;
  width: 104rem;
  margin-left: auto;
}

.price_list li:nth-child(2) {
  width: 100%;
}

.price_list li .btns {
  position: absolute;
  bottom: 5.5rem;
  left: 51rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: fit-content;
}

.price_list li a {
  color: var(--color-white);
  background: #bc985a;
  padding: 0.4rem 1rem;
  font-size: 2.2rem;
  width: fit-content;
  display: block;
  border-radius: 1rem;
}

.price_list li a span {
  font-size: 1.7rem;
  display: inline-block;
  margin-left: 2rem;
}




@media screen and (max-width:767px) {
  .price_lead {
    width: 68rem;
    margin: 0 auto;
  }



  .price_list {
    width: 70rem;
    margin: 8rem auto 0;
  }

  .price_list li {
    left: 0.8rem;
    width: 70rem
  }

  .price_list li h3 {
    margin-bottom: 1rem;
  }

  .price_list li .btns {
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    gap: 2rem;
    width: 100%;
  }
}

/*================================================
* faq
================================================*/
#faq {
  background: #f1f0de;
}

#faq .lead {
  text-align: center;
  font-size: 2.4rem;
  color: #754c24;
  font-family: var(--zenmaru);
}

#faq .lead small {
  font-size: 2rem;
}








.tab_contents {
  position: relative;
  transition: height 0.4s ease;
}

.tab_panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.tab_panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tab_btns {
  display: grid;
  gap: 2rem 2.8rem;
  grid-template-columns: repeat(3, 1fr);
  width: 86rem;
  margin: 6rem auto;
}

.tab_btn {
  transition: 0.3s ease;

  background: #bc985a;
  color: var(--color-white);
  display: block;
  font-size: 2.2rem;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  text-align: left;
  position: relative;
  font-family: var(--zenmaru);
  font-weight: 500;
}

.tab_btn.is-active {
  background: #754c24;
}

.tab_btn::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/icon_arrow_wt.webp);
  width: 1.1rem;
  height: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  transition: 0.3s ease;
}



.tab_btn.is-active::before {
  transform: translateY(-50%) rotate(90deg);
}


.tab_panel dt,
.tab_panel dd {
  position: relative;
  padding: 2rem 1rem 2rem 8rem;
  font-weight: 500;
}

.tab_panel dd {
  margin-bottom: 3rem;
}

.tab_panel dt {
  color: #754c24;
  font-size: 2.2rem;
  background: var(--color-white);
}

.tab_panel dt::before,
.tab_panel dd::before {
  position: absolute;
  content: "Q";
  left: 3rem;
  top: 0rem;
  font-size: 5rem;
  font-family: var(--din-Condensed);
  color: #754c24;
}


.tab_panel dd::before {
  content: "A";
}




@media screen and (max-width:767px) {
  .tab_btns {
    gap: 1.5rem 1.6rem;
    grid-template-columns: repeat(3, 1fr);
    width: 69rem;
  }

  .tab_btn {
    font-size: 1.8rem;
    font-feature-settings: "palt";
    padding: 1rem 1.6rem 1rem 2rem;
  }

  .tab_panel dl {
    width: 69rem;
    margin: 0 auto;
  }

  .tab_panel dt {
    font-size: 2.6rem;
    padding: 3rem 1rem 3rem 8rem;
  }


  .tab_panel dt::before,
  .tab_panel dd::before {
    font-size: 6rem;

  }
}

/*================================================
* studio
================================================*/
#studio h2,
#studio h3 {
  text-align: center;
  font-family: var(--shippori);
  font-size: 4.6rem;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";

}

#studio img {
  margin: 5rem 0;
}

@media screen and (max-width:767px) {

  #studio h2,
  #studio h3 {
    font-size: 3.8rem;
  }

  #studio h3 {
    font-size: 4.4rem;
  }

  #studio .wrap {
    width: 70rem;
  }
}

/*================================================
* facility
================================================*/
#facility {
  background: #f1f0de;
}

#facility h3 {
  text-align: center;
  font-size: 3.3rem;
  font-family: var(--shippori);
  margin-bottom: 6rem;
}

.facility_img {
  width: 180rem;
  margin: 0 auto;
}


.access_logo {
  width: 43rem;
  margin: 4rem auto 4rem;
}

.access ul {
  text-align: center;
}

.access ul li:nth-child(2) {
  font-size: 3.2rem;
}

.access ul li:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.access ul li:nth-child(3) img {
  width: 16rem;
}

.access ul li:nth-child(3) div span {
  display: block;
  color: var(--color-white);
  background: #765333;
  padding: 0.3rem 2rem;
  border-radius: 10rem;
  width: fit-content;
  margin-left: auto;
  margin-top: 1rem;
}

.access ul li:nth-child(4) img {
  width: 6rem;
  margin: 0 auto;
}

.access iframe {
  display: block;
  width: 100%;
  height: 60rem;
  margin: 4rem 0;
}

@media screen and (max-width:767px) {
  #facility h3 {
    font-size: 3.8rem;
  }

  .facility_img {
    width: 57rem;
  }

  .access ul li:nth-child(2) {
    font-size: 3.8rem;
  }

  .access ul li:nth-child(3) img {
    width: 18rem;
  }
}

/*================================================
* 
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  footer
 ================================================*/
footer {
  padding: 5rem 0;
  background: #765333;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

footer ul a {
  color: var(--color-white);
  padding: 0.6rem 2rem;
  border: 1px solid var(--color-white);
  border-radius: 10rem;
}

@media screen and (max-width:767px) {
  footer {
    padding-bottom: 14rem;
  }

  footer ul {
    font-size: 2rem;
    gap: 1rem;
  }
}