  @import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;900&family=Montserrat:wght@400;700&display=swap");

:root {
  scroll-behavior: smooth;
  --header-height: 50px;
  --common-color: #826641;
  --pool-color: #00acd2;
  --spa-color: #7d86bd;
  --studio-color: #df7c00;
  --gym-color: #599d43;
}

@media (max-width: 991px) {
  :root {
    --header-height: 60px;
  }
}

body {
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", Meiryo, sans-serif;
  text-rendering: geometricPrecision;
  line-height: 1.6;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  background-color: #fff;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pt {
  padding-top: 30px;
}
.w100 img {
  width: 100%;
}
.tb {
  display: none;
}
.sp {
  display: none;
}
.join {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.join a:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .tb {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* 見出し共通 */
h2 {
  padding-bottom: 20px;
  font-size: 23px;
  font-weight: 300;
}
h2 strong {
  font-size: 2.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: block;
  letter-spacing: 3px;
  @media (max-width: 767px) {
    font-size: 2em;
    line-height: 1.2em;
  }
}
h2.hor strong {
  padding-right: 0.3em;
  display: inline;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
  }
  h2.hor strong {
    display: block;
  }
}

.h2--subtext{
  margin-bottom: 2rem;
}

.banner{
  background: #fefae8;
  padding: 1.5rem;
  @media (max-width: 767px) {
    padding: 1rem;
  }
}
.banner-white{
  padding: 1.5rem;
}
.banner--title{
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0rem 0rem 1rem;
  @media (max-width: 767px) {
    font-size: 18px;
  }
}
.banner--title span{
  border-bottom: 2px solid #df7c00;
  padding-bottom: 0.2rem;
}
.banner--img{
  max-width: 700px;
  margin: 0 auto;
}
/*------------------------
Slider共通
------------------------*/
/* 矢印 */
div[class*="slider"] {
  position: relative;
}
[class*="slider"] p.prev,
[class*="slider"] p.next {
  position: absolute;
  top: 50%;
  z-index: 999;
  transition: 0.3s;
  cursor: pointer;
}

/* リンク */
[class*="slider"] li a:hover {
  opacity: 0.8;
}

/* 画像 */
[class*="slider"] li img {
  width: 100%;
}

/* ページャー */
[class*="slider"] ul.slick-dots li:only-child {
  display: none;
}


/*------------------------
SP版FV設置ポイント
------------------------*/

#fv-point{
    background: url(https://www.ilex-sports.com/premia/shared/img/img_bg_point.webp) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
}
#fv-point .inner{
    padding: 5%;
}

/*------------------------
movie FV
------------------------*/
.top-movie,
.top-movie2{
  line-height: 0;
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.top-movie video,
.top-movie2 video{
    width: 100vw;
    object-fit: cover;
}

.top-movie img,
.top-movie2 img{
    position: absolute;
    z-index: 1;
}

.top-movie img.movie-cta,
.top-movie2 img.movie-cta{
  width: 400px;
  bottom: 10%;
  left: calc((100% - 400px) / 2);
}

.top-movie2 img.movie-cta{
  bottom: 5%;
}

.top-movie img.movie-cta:hover,
.top-movie2 img.movie-cta:hover{
  opacity: 0.8;
}

.top-movie img.movie-title,
.top-movie2 img.movie-title{
  width: 600px;
  top: 30%;
  left: calc((100% - 600px) / 2);
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 1.2));
}

.top-movie2 img.movie-title{
  top: 20%;
}

@media (max-width: 767px) {
.top-movie img.movie-cta,
.top-movie2 img.movie-cta{
  width: 250px;
  bottom: 15px;
  left: calc(50% - 125px);
}

.top-movie img.movie-title,
.top-movie2 img.movie-title{
  width:310px;
  top: 50px;
  left: calc(50% - 155px);
}
.top-movie2 img.movie-title{
  top: 70px;
}
}

@media (max-width: 767px) {
  .top-movie,
  .top-movie video,
  .top-movie::after{
    height: 250px;
  }
  .top-movie2,
  .top-movie2 video,
  .top-movie2::after{
    height: 330px;
  }
}

/*------------------------
slider FV
------------------------*/
.slider-wrap {
  position: relative;
  overflow: hidden;
}

.slide:first-child {
  position: relative;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
}
/*------------------------
Material Icons
------------------------*/
[class^="material-"] {
  font-size: inherit;
}

/*------------------------
HEADER
------------------------*/
header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
header .header-top {
  background-color: #fff;
}

.contact header{
  position: unset;
}
.contact header .flex{
justify-content: center;
}

/* スクロール時の背景 */
header.sc {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
header.sc .header-top {
  background-color: unset;
}

/* 1段目 */
header .header-top .container {
}
@media (max-width: 767px) {
  header .header-top .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

header .header-top >.container {
    max-width: 100%;
    padding: 1%;
    line-height: 1;
    @media (max-width: 767px) {
      padding: 3%;
    }
}

/* ロゴ */
header h1 {
  flex-basis: 30%;
}
@media (max-width: 1024px) {
  header h1 {
    flex-basis: 175px;
  }
}

/* Conversion */
header ul.cv {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
header ul.cv li.pc a {
  padding-top: 1px;
  padding-left: 40px;
  padding-right: 26px;
  font-size: 12px;
  font-weight: bold;
  line-height: 33px;
  border-width: 1px;
  border-style: solid;
  background-position: 12px center;
  background-size: auto 19px;
  display: block;
  position: relative;
}
header ul.cv li.pc a::after {
  content: "chevron_right";
  font-size: 16px;
  line-height: 36px;
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: -1px;
  right: 6px;
}
header ul.cv li.pc a:hover {
  opacity: 0.4;
}
header li.login.pc a {
  color: #000;
  border-color: #000;
  background-color: #fff;
  background-image: url(../img/menu_login.svg);
}
header li.try.pc a {
  color: #26368d;
  border-color: #26368d;
  background-color: #fff;
  background-image: url(../img/menu_try.svg);
}
header li.web.pc a {
  color: #fff;
  border-color: #eb6031;
  background-color: #eb6031;
  background-image: url(../img/menu_web.svg);
}
header li.lesson.sp a {
  padding-top: 0;
  display: block;
}
header li.login.sp a {
  padding-top: 27px;
  color: #000;
  font-size: 10px;
  background-image: url(../img/menu_login_sp.svg);
  background-size: auto 23px;
  background-position: top;
  display: block;
}

@media (max-width: 1024px) {
  header ul.cv {
    padding-right: 43px;
  }
  header ul.cv li.pc a {
    padding-left: 26px;
    padding-right: 26px;
    background-image: unset;
  }
}

/* ハンバーガーメニュー */
header button.hm {
  width: 40px;
  height: 40px;
  padding-top: 23px;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 14px;
  right: 8px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  header button.hm {
    display: block;
  }
}
@media (max-width: 767px) {
  header button.hm {
    top: 13px;
  }
}
header button.hm span,
header button.hm span::before,
header button.hm span::after {
  width: 30px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  display: block;
  position: absolute;
  transition: 0.3s;
}
header button.hm span {
  top: 9px;
  left: 0;
  right: 0;
}
header button.hm span::before {
  content: "";
  bottom: 8px;
}
header button.hm span::after {
  content: "";
  top: 8px;
}
/* クローズボタン */
header button.hm.open span {
  background-color: unset;
}
header button.hm.open span::before {
  bottom: 0px;
  transform: rotate(40deg);
}
header button.hm.open span::after {
  top: 0px;
  transform: rotate(-40deg);
}

/* ナビゲーション */
header nav ul {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
header.sc nav ul {
    padding-top: 12px;
    color: #000;
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    padding-right: 0;
    gap: 20px;
}
header nav li a {
  font-weight: 500;
  display: block;
}
header nav li a:hover {
  opacity: 0.7;
}
header nav li strong {
  font-size: 13px;
  display: block;
}
@media (max-width: 1024px) {
  
}
@media (max-width: 1024px) {
  header nav {
    width: 0px;
    max-height: calc(100% - var(--header-height));
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: var(--header-height);
    right: 0;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    transition: 0.3s;
  }
  header button.hm.open + nav {
    width: 240px;
    display: block;
  }
  header nav ul.flex {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    display: block;
  }
  header nav li a {
    padding: 10px 30px 10px 20px;
    position: relative;
  }
  header nav li a::after {
    content: "chevron_right";
    font-size: 18x;
    font-family: "Material Symbols Outlined";
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header nav li a:hover {
    background-color: #fff;
  }
  header nav li strong {
    display: none;
  }
}

/*------------------------
メインスライダー
------------------------*/
.main-slider {
  /*margin-top: -55px;*/
  /*padding-bottom: 55px;*/
}
.main-slider img {
  /*height: 600px;*/
  object-fit: cover;
}
@media (max-width: 991px) {
  .main-slider {
    margin-top: 0;
    padding-bottom: 0px;
  }
  .main-slider img {
    /*height: 450px;*/
  }
}
@media (max-width: 575px) {
  .main-slider img {
    height: auto;
  }
}

.main-slider{
    margin: 0!important;
}
.main-slider .slick-dots li{
    width: 15px
}
.main-slider .slick-dots li button:before{
    opacity: 0.9;
    color: white;
    font-size: 15px;
}
.main-slider .slick-dots li.slick-active button:before{
    color: #7c1c43;
}
.sc-slider .slick-dots li.slick-active button:before{
  color: #4d4397;
}
.main-slider .slick-dots{
    bottom:70px;
    @media (max-width: 767px) {
        bottom: 15px;
    }
}

/*------------------------
MAIN
------------------------*/

/*------------------------
キャンペーン
------------------------*/
.monthly-campaign {
	max-width: 860px;
	margin: 0 auto;
	padding: 2rem 0rem;
}

/*------------------------
MENU
------------------------*/

.menu-sp ul {
  display: flex;
  flex-wrap: wrap;
}
.menu-sp ul li {
  width: calc(100% / 3);
  text-align: center;
  background: linear-gradient(-180deg, #fff, #e9e9e9);
  padding: 1.5% 0%;
  border: 1px solid #cbcbcb;
}
.menu-sp ul li.s_Box {
  width: calc(100% / 2);
  padding: 2% 0%;
}
.menu-sp ul li.s_Box a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.menu-sp ul li.s_Box img {
  width: 10%;
  margin-right: 3px;
}
.menu-sp ul li img {
  width: 20%;
}
.menu-sp ul li p {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 5%;
  position: relative;
}
.menu-sp ul li p:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  transform: rotate(135deg);
  position: absolute;
  bottom: 0px;
  left: 47%;
}

/*------------------------
ABOUT
------------------------*/
#about > section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
  url(../../shared/img/about/img_about-bg.jpg);
}
#about .logo{
  width: 360px;
  margin: 2rem auto 0;
}
#about h3{
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding-bottom: 0.5rem;
}
#about .text{
 line-height: 2;
 font-weight: 500;
}
#about iframe{
  display: block;
  margin: 0 auto;
}

#about .movie-contents{
  padding: 30px 0px;
}

@media (max-width: 575px) {
  #about iframe{
    width: 100%;
    height:50vw;
  }
#about .logo{
  width: 80%;
}

}


#about > section {
  color: #fff;
  background-size: cover;
  background-position: top;
  background-position: center 35%;
  @media (max-width: 575px) {
    background-position:45% center;
  }
}


/*------------------------
施設のご案内
------------------------*/
#guidance > section {
  /*padding-top: 40px;*/
}

/* フロアアイコン */
#guidance ul.link {
  justify-content: center;
  gap: 15px;
}

@media (max-width: 991px) and (min-width: 768px) {
  #guidance ul.link {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #guidance ul.link li {
    padding: 10px;
  }
}

#guidance ul.link li strong {
  font-size: 17px;
  display: block;
}
#guidance ul.link li a {
  display: block;
}
#guidance ul.link li a::after {
  content: "chevron_right";
  width: 31px;
  height: 31px;
  font-size: 24px;
  font-family: "Material Symbols Outlined";
  text-align: center;
  line-height: 28px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  right: 3px;
  transition: 0.3s;
}

/* アイコン別 */
#guidance ul.link li.common a {
  color: var(--common-color);
  background-image: url(../img/active_common.svg);
  background-size: 20px;
}
#guidance ul.link li.pool a {
  color: var(--pool-color);
  background-image: url(../img/active_pool.svg);
  background-size: 30px;
}

#guidance ul.link li.spa a {
  color: var(--spa-color);
  background-image: url(../img/active_spa.svg);
  background-size: 30px;
}

#guidance ul.link li.studio a {
  color: var(--studio-color);
  background-image: url(../img/active_studio.svg);
  background-size: 15px;
}

#guidance ul.link li.gym a {
  color: var(--gym-color);
  background-image: url(../img/active_gym.svg);
  background-size: 35px;
}


/* スマホ用フロアアイコン */
@media (max-width: 767px) {
  #guidance > section > div.container {
    padding-bottom: 100px;
    position: relative;
  }

  #guidance ul.link li {
    line-height: 1.2;
  }
  #guidance ul.link li strong {
    display: none;
  }

  #guidance ul.link li span {
    display: block;
  }
  #guidance ul.link li a::after {
    content: "expand_more";
    width: unset;
    height: unset;
    font-size: 24px;
    line-height: 1;
    border: unset;
    top: unset;
    bottom: 0;
    right: calc(50% - 12px);
  }
  #guidance ul.link.flex li a:hover::after {
    color: unset;
    background-color: unset;
  }
}

/* フロア画像 */
#guidance .fig {
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
    flex-wrap: wrap;
    gap: 10px;  
}



/* 施設案内：タブ切り替え */
#guidance .all-area > div {
  display: none;
}

#guidance .all-area > div.is-active {
  display: block;
}




/* 20260709追加 */
#guidance .slick-dotted.slick-slider{
  margin: 0;
}
/* 施設スライダー：ドット */
#guidance .photo-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

#guidance .photo-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

#guidance .photo-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
}

#guidance .photo-slider .slick-dots li button:before {
  display: none;
}

#guidance .photo-slider .slick-dots li.slick-active button {
  background: #fff;
}

#guidance .all-area{
  margin:2rem 0rem 0rem;
  padding: 2rem 0rem;
  background: #f7f7f7;
}
#guidance .all-area small{
  @media (max-width: 767px) {
  text-align: center;
  display: block;
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 12px;
  color: #444;
  }
}

#guidance ul.link li {
  flex: 1;
  max-width: 200px;
}

#guidance ul.link li a {
  height: 85px;
  padding-top: 0.5rem;
  font-weight: bold;
  display: flex;
  border-radius: 14px;
  background-position: center top 8px;
  text-align: center;
  color: #aaa;
  filter: grayscale(1);
  justify-content: center;
  background-color: #fff;
  align-items: center;  
  opacity: 0.95;
  
}


#guidance ul.link li a::after {
  content: "expand_more";
  width: auto;
  height: auto;
  border: none;
  font-size: 28px;
  line-height: 1;
  top: auto;
  right: 50%;
  bottom: 4px;
  transform: translateX(50%);
  color: #aaa;
}


/* 選択中 */
#guidance ul.link li a.is-active {
  filter: grayscale(0);
  opacity: 1;
}

/* 選択中カラー */
#guidance ul.link li.gym a.is-active {
  border-color: var(--gym-color);
  background-color:#eefcdc;
}

#guidance ul.link li.studio a.is-active {
  border-color: var(--studio-color);
  background-color: #fef7d5;
}

#guidance ul.link li.pool a.is-active {
  border-color: var(--pool-color);
  background-color: #e6fcff;
}

#guidance ul.link li.spa a.is-active {
  border-color: var(--spa-color);
  background-color: #eaefff;
}

#guidance ul.link li.common a.is-active{
  border-color: var(--common-color);
  background-color: #fff0d9
}

#guidance ul.link li a.is-active::after {
  color: currentColor;
}

/* SP */
@media (max-width: 767px) {
  #guidance > section > div.container {
    padding-bottom: 0;
  }

  #guidance ul.link {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0.5rem;
  }

  #guidance ul.link li {
    width: 18%;
    max-width: none;
    flex: none;
  }

  #guidance ul.link.flex li a {
    height: 110px;
    padding: 48px 5px 24px;
    background-position: center top 14px;
    background-size: auto 28px;
  }


  #guidance ul.link li {
    font-size: 12px;
  }

}











/* 次へ */
#guidance p.arrow {
  color: #666;
  padding-bottom: 20px;
  font-size: 60px;
  text-align: center;
}
#guidance p.arrow a {
  display: inline-block;
}
#guidance p.arrow a:hover {
  transform: scale(1.2);
}

/*------------------------
施設エリア
------------------------*/


/* 見出し */

#guidance .ttl{
  max-width: 600px;
  margin: 0 auto 2rem;
  padding: 0% 5%;
}

#guidance h3 {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 15px;
  margin: 1rem 0rem;
}
#guidance h3 strong {
  font-size: 2.5em;
  display: block;
  @media (max-width: 767px) {
    font-size: 1.8em;
  }
}

@media (max-width: 767px) {
  #guidance h3 {
    font-size: 17px;
    display: block;
    text-align: center;
  }
}
#guidance #common h3 {
  color: var(--common-color);
}
#guidance #pool h3 {
  color: var(--pool-color);
}
#guidance #spa h3 {
  color: var(--spa-color);
}
#guidance #studio h3 {
  color: var(--studio-color);
}
#guidance #gym h3 {
  color: var(--gym-color);
}

/* リード文 */
#guidance div.title p {
  font-size: 15px;
}
@media (max-width: 845px) {
  #guidance div.title p br:not(.pc) {
    display: none;
  }
}


/* 写真スライダー */
#guidance .photo-slider {
  margin-bottom: 1rem;
  @media (max-width: 767px) {
    margin: 1rem 0rem;
  }
}
#guidance .photo-slider img {
  height: 586px;
  object-fit: cover;
}
@media (max-width: 991px) {
  #guidance .photo-slider img {
    height: 438px;
  }
}
@media (max-width: 767px) {
  #guidance .photo-slider img {
    height: 250px;
  }
}

#guidance .photo-slider p {
  width: 40px;
  height: 40px;
  padding-top: 5px;
  padding-left: 4px;
  color: #fff;
  font-size: 30px;
  border: 1.5px solid #fff;
  border-radius: 100%;
  top: unset;
  bottom: 28px;
  line-height: 1;
}
#guidance .photo-slider p.prev {
  right: 88px;
}
#guidance .photo-slider p.next {
  right: 33px;
}
@media (max-width: 575px) {
  #guidance .photo-slider p {
    bottom: 10px;
  }
  #guidance .photo-slider p.prev {
    right: 60px;
  }
  #guidance .photo-slider p.next {
    right: 10px;
  }
}

/* サムネイルスライダー */
#guidance .thumb-slider {
  width: 46%;
  float: left;
}
@media (max-width: 991px) {
  #guidance .thumb-slider {
    display: none;
  }
}
#guidance .thumb-slider {
  margin-left: -5px;
  margin-right: -5px;
}
/* 固定（5以下） */
#guidance .thumb-slider.fixed .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
#guidance .thumb-slider li {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
#guidance .thumb-slider li img {
  border: 2px solid transparent;
}
#guidance #gym .thumb-slider li.slick-current:not(:only-child) img {
  border-color: var(--gym-color);
}
#guidance #studio .thumb-slider li.slick-current:not(:only-child) img {
  border-color: var(--studio-color);
}
#guidance #pool .thumb-slider li.slick-current:not(:only-child) img {
  border-color: var(--pool-color);
}
#guidance #spa .thumb-slider li.slick-current:not(:only-child) img {
  border-color: var(--spa-color);
}
#guidance #common .thumb-slider li.slick-current:not(:only-child) img {
  border-color: var(--common-color);
}
#guidance .thumb-slider li::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
#guidance .thumb-slider img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


/* 各施設のポイント */
#guidance .txt_contents ul{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    line-height: 1.3em;
    font-weight: bold;
    gap: 0.8rem;
    padding-bottom: 20px;
}
#guidance .txt_contents ul li{
  width: calc(97%/3);
  background: #fff9d7;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  display: flex;
  align-items: center;
}

#guidance .txt_contents ul li::before{
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 0.3rem;
}
#guidance #gym .txt_contents ul li::before{
  background: url(../../shared/img/storecommon/img_icon-gym.svg) no-repeat;
}
#guidance #studio .txt_contents ul li::before{
  background: url(../../shared/img/storecommon/img_icon-program.svg) no-repeat;
}
#guidance #pool .txt_contents ul li::before{
  background: url(../../shared/img/storecommon/img_icon-pool.svg) no-repeat;
}
#guidance #spa .txt_contents ul li::before{
  background: url(../../shared/img/storecommon/img_icon-spa.svg) no-repeat;
}

/* 各施設のポイント-767 */
@media (max-width: 767px) {
  #guidance .txt_contents ul{
    font-size: 12px;
    gap: 0.4rem;
  }
  #guidance .txt_contents ul li{
    width: calc(98%/2);
  }
  #guidance .txt_contents ul li::before{
    width: 45px;
  }
}

/* テキストスライダー */
#guidance .text-slider {
  height: 100px;
}
@media (max-width: 767px) {
  #guidance .text-slider {
    height: 150px;
  }
}

#guidance .text-slider div:not(:first-child) {
  display: none;
}
#guidance .text-slider dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom:1rem;  

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

}


/* Clear Fix */
#guidance div.inner::after {
  content: "";
  display: block;
  clear: both;
}



/* スタジオプログラムへ/プログラムを見る */
p.link a {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  background-color: #eb6031;
  border: 1px solid #fff;
  border-radius: 30px;
  display: block;
  position: relative;
}
#gym p.link a {
  background-color: var(--gym-color);
}
#studio p.link a {
  background-color: var(--studio-color);
}
p.link a::after {
  content: "chevron_right";
  font-size: 24px;
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 1px;
  right: 20px;
}
p.link a:hover {
  opacity: 0.8;
}

/* アイコン */
#guidance .icons {
  width: 63px;
  padding-left: 17px;
  text-align: center;
  position: absolute;
}
@media (max-width: 991px) {
  #guidance .icons {
    display: none;
  }
}
#guidance .icons ul {
  max-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5vh;
  position: sticky;
}
#guidance .icons a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-position: center;
  display: block;
}
#guidance .icons a[href="#gym"] {
  height: 24px;
  background-image: url(../img/icon_gym.svg);
  background-size: 34px;
}
#guidance .icons .active a[href="#gym"] {
  background-image: url(../img/active_gym.svg);
}
#guidance .icons a[href="#studio"] {
  height: 41px;
  background-image: url(../img/icon_studio.svg);
  background-size: 23px;
}
#guidance .icons .active a[href="#studio"] {
  background-image: url(../img/active_studio.svg);
}
#guidance .icons a[href="#pool"] {
  height: 30px;
  background-image: url(../img/icon_pool.svg);
  background-size: 33px;
}
#guidance .icons .active a[href="#pool"] {
  background-image: url(../img/active_pool.svg);
}
#guidance .icons a[href="#spa"] {
  height: 29px;
  background-image: url(../img/icon_spa.svg);
  background-size: 32px;
}
#guidance .icons .active a[href="#spa"] {
  background-image: url(../img/active_spa.svg);
}
#guidance .icons a[href="#common"] {
  height: 34px;
  background-image: url(../img/icon_common.svg);
  background-size: 29px;
}
#guidance .icons .active a[href="#common"] {
  background-image: url(../img/active_common.svg);
}
#guidance .icons a:hover {
  transform: scale(1.2);
}

/*------------------------
スタジオプログラム
------------------------*/
#program .flex{
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 20px;
  }
}
#program > section {
  padding:40px 0px;
}

#program .flexR,
#program .flexL{
  max-width: 500px;
  width: 100%;
}
#program .link-flex{
  justify-content: center;
  gap: 20px;
  @media (max-width: 768px) {
    flex-direction: unset;
    gap: 10px;
  }
}
#program p.link{
  width: 100%;
  max-width: 350px;
}
#program p.link a{
  color: #333;
  background: none;
  border: 1px solid;
  @media (max-width: 768px) {
    font-size: 12px;
    line-height: 1.2em;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#program p.link a::after{
  @media (max-width: 768px) {
    content: none;
  }
}

/* タブ */
.tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: space-between;
  margin-top: 20px;
}

.tab-btn {
  font-size: 13px;
  font-weight: 700;
  width: calc(98% / 6);
  padding: 10px 22px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
  @media (max-width: 768px) {
    width: calc(98% / 2); 
  }
}
.tab-btn.active  { background: #df7c00; color: #fff; }
.tab-btn:not(.active) { background: #eee; color: #444; }
.tab-btn:not(.active):hover { background: #ddd; }

.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* スライダー本体 */
.slider-wrapper {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.slider-wrapper:active { cursor: grabbing; }

.slider-track {
  display: flex;
  gap: 16px;
  transition: transform 0.3s ease;
  padding: 16px 0px;
  will-change: transform;
  @media (max-width: 768px) {
    gap: 10px;
  }
}

/* カード = 画像のみ */
.lesson-card {
  flex: 0 0 200px;
  @media (max-width: 768px) {
    flex: 0 0 160px;
  }
}

.lesson-card img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

/* プログレスバー */
.slider-progress {
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  margin-top: 8px;
  overflow: hidden;
}
.slider-progress-bar {
  height: 100%;
  background: #df7c00;
  border-radius: 2px;
  transition: width 0.3s ease;
  width: 20%;
}



/* 会員様の声 */
#program .voice{
  margin-top:2rem;
}
#program .voice .flex{
  align-items: flex-start;
  margin:1rem 0rem 2rem;
  @media (max-width: 768px) {
    margin-bottom: 1rem;
  }
}
#program .voice .voice-title{
  text-align: center;
}
#program .voice h3{
    position: relative;
    display: inline-block;
    font-size:25px;
    padding:0rem 1rem;
    font-weight:500;
    @media (max-width: 768px) {
      font-size: 20px;
    }
}
#program .voice h3:after,
#program .voice h3:before{
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 30px;
  background: #e3e3e3;
  border-radius: 2px;
  @media (max-width: 768px) {
    height: 60px;
  }
}
#program .voice h3:after{
  left: 0;
  transform: translateX(-120%) translateY(-50%) rotate(-12deg);
}
#program .voice h3:before{
  right: 0;
  transform: translateX(120%) translateY(-50%) rotate(12deg);
}              
#program .voice dl{
  background: #f4f3ea;
  width: calc(99% / 2);
  border-radius:20px;
  padding: 1rem 2rem;
  @media (max-width: 768px) {
    width: 100%;
  }
}
#program .voice dl dt{
  font-weight:bold;
}
#program .voice dl dd .icon{
  width: 30px;
  margin-right:1rem;
}
#program .voice dl dd p.text{
  min-height: 100px;
  padding: 0.5rem 0rem;
  @media (max-width: 768px) {
    height: unset;
  }
}
/*------------------------
トレーナー紹介
------------------------*/
#trainer{
  background: #f4f3ea;
}
#trainer > section {
  padding-top: 20px;
  padding-bottom: 20px;
}

#trainer h3{
  text-align: center;
  font-weight: 300;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 1rem;
  margin: 2rem 0rem;
}
#trainer h3::after{
  content: "";
  width: 10%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#trainer .banner--img{
  margin: 1rem auto;
}
#trainer ul.trainer-support-slider{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0rem;
}

#trainer li,
#trainer li div{
  display: flex ;
  gap: 1rem;
}

#trainer li div{
  width: calc(100% / 2);
  align-items: center;
}
#trainer li div p{
  width: 80%;
}
#trainer li div dl{
  width: 100%;
}
#trainer li div dl dt{
  font-weight: bold;
  border-bottom: 1.5px solid;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  #trainer li{
    flex-direction: column;
  }
  #trainer ul.trainer-support-slider{
    gap: 1rem;
  }
  #trainer li div{
    width: 100%;
  }
  #trainer li div dl{
    width: 120%;
  }
  #trainer li div dl dt{
    font-size: 16px;
  }
  #trainer li div dl dd{
    font-size: 14px;
  }  
}

/*
========================================
Trainer Support Slider Controls
========================================
*/

.trainer-support-controls {
  display: none;
}

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

  .trainer-support-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
  }

  .trainer-support-controls__prev,
  .trainer-support-controls__next {
    position: relative;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    cursor: pointer;
  }

  .trainer-support-controls__prev::before,
  .trainer-support-controls__next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
  }

  .trainer-support-controls__prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
  }

  .trainer-support-controls__next::before {
    transform: translate(-65%, -50%) rotate(45deg);
  }

  .trainer-support-controls__dots .slick-dots {
    position: static;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 7px;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .trainer-support-controls__dots .slick-dots li {
    flex: none;
    width: 7px;
    height: 7px;
    margin: 0;
  }

  .trainer-support-controls__dots .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ccc;
    font-size: 0;
  }

  .trainer-support-controls__dots .slick-dots button::before {
    display: none;
  }

  .trainer-support-controls__dots .slick-dots .slick-active button {
    background: #666;
  }
}

/*------------------------
バナー箇所
------------------------*/

#bnrArea{
  background:#f4f3ea;
  padding: 1.5rem 0rem 2rem;
  margin:0rem 0rem 2rem;
}
h2.h2-campaign{
    font-size: 2rem;
    line-height: 1.2em;
    padding-bottom: 1rem;
    font-weight: 300;
}
#bnrArea ul{
    display: flex;
    flex-wrap: wrap;
    gap: 14px 14px;
    justify-content:flex-start;
    /*padding-bottom:4rem;*/
    @media (max-width: 767px) {
        gap: 10px 10px;
    }
}
#bnrArea .bnr-container{
    position: relative;
    overflow: hidden;
    transition: .4s;
}
#bnrArea ul li{
    position: relative;
    overflow: hidden; /* 画像がリストからはみ出さないようにする */
    width: calc(96%/4);
    @media (max-width: 767px) {
        width: calc(97%/2);
    }
}
#bnrArea ul li:hover img{
  opacity: 0.6;
  transition: 0.3s;
  transform: scale(1.1);
}

#bnrArea ul li p{
    margin-top:0.5rem;
    font-size: 0.8rem;
}
#bnrArea ul li a{
    line-height: 1.3rem;
    text-decoration:underline;
}
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #575757;
  line-height: 1;
  position: relative;
  width: 0.6em;
  height: 0.6em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  #bnrArea{
    margin: 0rem 0rem 2rem;
  }
  #bnrArea .bnr-container {
    overflow: hidden;
  }

  #bnrArea ul.bnrarea-pickup-slider {
    display: block;
    margin:0;
    padding-bottom: 2rem;
  }
  #bnrArea ul.bnrarea-pickup-slider .slick-dots {
    display: block !important;
  }
  #bnrArea ul.bnrarea-pickup-slider .slick-list {
    overflow: visible !important;
  }

  #bnrArea ul.bnrarea-pickup-slider li {
    width: auto;
    overflow: visible;
    padding: 0 10px;
    opacity: 0.5;
    transition: opacity 0.3s;
  }

  #bnrArea ul.bnrarea-pickup-slider li.slick-center {
    opacity: 1;
  }

  #bnrArea ul.bnrarea-pickup-slider li img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
    border-radius: 10px;
  }

  #bnrArea .slick-dots {
    bottom: 0;
    width: 100%;
    text-align: center; 
    padding: 0;         
    margin: 0;          
    list-style: none;  
  }

  #bnrArea ul.bnrarea-pickup-slider .slick-dots li{
    padding:0;
  }

  #bnrArea .slick-dots li button:before {
    color: #ccc;
    opacity: 1;
    font-size: 10px;
  }

  #bnrArea .slick-dots li.slick-active button:before {
    color: #000000;
    opacity: 1;
  }

}
/*------------------------
選ばれる理由
------------------------*/
#reason > section {
  padding: 30px 0;
}

#reason .order_1{
  order: 1;
}
#reason .order_2{
  order: 2;
}
#reason .reason-contents{
  margin-bottom: 2rem;
}
#reason dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;  
}
#reason dl > div{
  max-width: calc(75% / 2);
}
#reason dt {
  font-weight: bold;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #4d4397;
}
#reason dt:before{
content: "";
    position: absolute;
    bottom: 10px;
    width: 200px;
    height: 2px;
    background-color:#4d4397;
}
#reason dd {
  font-size: 18px;
}

#reason dt span {
  font-size: 50px;
}

@media (max-width: 767px) {
  #reason dl {
    gap: 0px;
  }
#reason dl > div{
  max-width: calc(100% / 2);
}  
#reason dl > .text{
  padding: 0rem 1rem;
}  
  #reason dt {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
#reason dt:before{
    bottom: 5px;
    width: 150px;
}
#reason dt span {
  font-size: 30px;
}
#reason dd {
  font-size: 14px;
}  
}

/*------------------------
会員様の声
------------------------*/
#voice > section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fefae8;
}

/* テキスト */
#voice h2 + p {
  padding-bottom: 20px;
  color: #4c4c4c;
  font-size: 15px;
  font-weight: normal;
  line-height: 27px;
}

/* ボイススライダー */
#voice .voice-slider section {
  margin-left: 13px;
  margin-right: 13px;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
}
#voice .voice-slider section div {
  margin-bottom: 20px;
  position: relative;
}
#voice .voice-slider section div p.img img {
  width: fit-content;
  height: 166px;
}
#voice .voice-slider section div h3 {
  color: #001279;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  right: 0;
  bottom: 0;
}
#voice .voice-slider section div p.text {
  color: #fd4a0b;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: 0;
}
#voice .voice-slider section.even div p.text {
  color: #001279;
}
@media (max-width: 767px) {
  #voice .voice-slider section div p.img img {
    margin-left: auto;
    margin-right: auto;
  }
  #voice .voice-slider section div h3 {
    padding-top: 5px;
    position: unset;
  }
  #voice .voice-slider section div p.text {
    position: unset;
  }
  #voice .voice-slider section div h3 br,
  #voice .voice-slider section div p.text br {
    display: none;
  }
}

#voice .voice-slider section > p {
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}
#voice .voice-slider p.slick-arrow {
  margin-top: -25px;
  color: #001279;
  font-size: 50px;
}
#voice .voice-slider p.prev {
  left: -15px;
}
#voice .voice-slider p.next {
  right: -15px;
}
#voice .voice-slider p.prev:hover {
  left: -10px;
}
#voice .voice-slider p.next:hover {
  right: -10px;
}
#voice .voice-slider .slick-dots {
  bottom: -40px;
}

/*------------------------
料金表
------------------------*/
#price > section {
  padding-top: 40px;
  padding-bottom: 40px;
}

#price .price-list{
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding: 25px 0px 15px;
    @media (max-width: 767px) {
        gap: 10px;
        padding-left:0;
        padding-right:0;
        padding-top: 15px;
        align-items: start;
    }
}
#price .price-list li{
    width: calc(95%/3);
    @media (max-width: 767px) {
        width: calc(97%/2);
    }
}

#price h3{
    font-size: 25px;
    margin-top: 2rem;
    @media (max-width: 767px) {
        font-size: 16px;
        margin-top: 0.5rem;
    }
}
#price .h3--subtext{
  font-size: 30px;
  margin-top: 0.5rem;
  @media (max-width: 767px) {
    font-size: 1.2rem;
  }
}
#price h3 span.marker{
    background: linear-gradient(transparent 70%, #ffff00 50%);
}
#price h3 span.number{
    font-size: 40px;
}


/*------------------------
定額制オプションサービス
------------------------*/
section.option {
  padding-bottom: 40px;
}
section.option .line {
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-top: 5px solid #e5e7f2;
  border-bottom: 5px solid #e5e7f2;
}
section.option .title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  color: #001279;
  text-align: center;
  line-height: 1.1;
  background-image: url(../img/option_subscribe.svg);
  background-position: left;
  background-size: auto 90%;
}
section.option .title p {
  font-size: 27px;
}
section.option .title h2 {
  padding-bottom: unset;
  font-size: 38px;
  font-weight: 400;
  line-height: unset;
}
@media (max-width: 575px) {
  section.option .title {
    padding-left: 42px;
  }
  section.option .title p {
    font-size: 16px;
  }
  section.option .title h2 {
    font-size: 23px;
  }
}

/* オプションスライダー */
section.option .option-slider {
  margin-left: calc(50% - 540px);
}
@media (max-width: 1080px) {
  section.option .option-slider {
    margin-left: 0;
  }
}
section.option .option-slider section {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 1080px) {
  section.option .option-slider section {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
section.option .option-slider section::before {
  content: "";
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90%;
  background-color: #e5e7f2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: -1;
}
section.option .option-slider section.even::before {
  background-color: #ffede7;
}
@media (max-width: 575px) {
  section.option .option-slider section::before {
    width: 75%;
    padding-top: 75%;
  }
}

/* 写真 */
section.option .option-slider p.photo {
  padding-bottom: 15px;
}
section.option .option-slider p.photo img {
  width: auto;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
}

section.option .option-slider section > div {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* 見出し */
section.option .option-slider h3 {
  padding-bottom: 10px;
  color: #1a2a86;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
section.option .option-slider .slick-list section.even h3 {
  color: #fd5c23;
  white-space: nowrap;
}

/* 価格 */
section.option .option-slider p.price {
  height: 64px;
  color: #1a2a86;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  line-height: 1;
}
section.option .option-slider p.price > span {
  font-size: 14px;
  font-weight: 700;
}
section.option .option-slider p.price span span {
  white-space: nowrap;
}
section.option .option-slider .slick-list section.even p.price {
  color: #fd5c23;
}

section.option .option-slider p.text {
  padding-left: 10px;
  padding-right: 20px;
  text-align: justify;
}
/* ページャー */
section.option .option-slider .slick-dots {
  padding-left: 30px;
  text-align: unset;
}
section.option .option-slider .slick-dots li {
  width: 10px;
}

/*------------------------
ご利用開始までの流れ
------------------------*/
div.flow {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
}
div.flow > section {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* 流れ（STEP） */
div.flow section section {
  margin-bottom: 20px;
  margin-left: 90px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
div.flow section section::before {
  content: "";
  width: 19px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: -69px;
  background-image: url(../img/flow_triangle.svg), url(../img/flow_line.svg);
  background-repeat: no-repeat, repeat-y;
  background-size: 19px, 4px;
  background-position: bottom, center bottom 2px;
}
div.flow section section:last-child::before {
  display: none;
}
div.flow section section p.step {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  background-color: #878787;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -90px;
  line-height: 1;
}
div.flow section section p.step strong {
  padding-top: 2px;
  font-size: 21px;
}
@media (max-width: 575px) {
  div.flow section section {
    margin-bottom: 50px;
    margin-left: 10px;
    padding: 30px 15px 15px 30px;
  }
  div.flow section section::before {
    display: none;
  }
  div.flow section section:last-child::before {
    display: none;
  }
  div.flow section section p.step {
    top: -32px;
    left: -19px;
  }
}

/* 見出し */
div.flow section section h3 {
  padding-bottom: 10px;
}

/* テキスト */
div.flow section section p:not(.step),
div.flow section section ul,
div.flow section section dl {
  padding-bottom: 5px;
}
div.flow section section dl {
  font-size: 14px;
}
div.flow section section dt {
  font-weight: bold;
}
div.flow section section dd strong {
  width: 3em;
  font-family: "Yu Gothic Medium", YuGothic, sans-serif;
  display: inline-block;
}
div.flow section section ul {
  font-size: 14px;
}

/*------------------------
よくあるご質問
------------------------*/
#faq > section {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Q&A */
#faq dt {
  padding: 25px 33px 25px 80px;
  font-size: 17px;
  font-weight: bold;
  line-height: 29px;
  background-image: url(../img/faq_q.svg);
  background-size: 25px;
  background-position: 15px 25px;
  border-bottom: 2px dotted #000;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  #faq dt {
    padding-left: 50px;
  }
}
#faq dt::after {
  content: "expand_more";
  font-size: 26px;
  font-family: "Material Symbols Outlined";
  position: absolute;
  bottom: 25px;
  right: 8px;
}
#faq dt.open::after {
  content: "expand_less";
}
#faq dd {
  padding: 0 25px 18px 90px;
  padding-bottom: 18px;
  font-size: 17px;
  display: none;
}
#faq dd:first-of-type {
  padding-top: 25px;
  background-image: url(../img/faq_a_icon.svg);
  background-size: 75px;
  background-position: 0px 27px;
}
#faq dd:last-of-type {
  padding-bottom: 43px;
}
@media (max-width: 767px) {
  #faq dt {
    padding-left: 40px;
    background-position: 5px 25px;
  }
  #faq dd {
    padding-left: 40px;
  }
  #faq dd:first-of-type {
    background-position: 5px 27px;
    padding: 20px 0px 20px 90px;
  }
}

/* MORE */
#faq dl.more {
  display: none;
}
#faq p.arrow {
  padding-top: 30px;
  font-size: 13px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
#faq p.arrow a::after {
  content: "expand_more";
  margin-top: -5px;
  font-size: 40px;
  font-family: "Material Symbols Outlined";
  display: block;
}
#faq p.arrow a.open::after {
  content: "expand_less";
}
#faq p.arrow a.open span {
  display: none;
}

/*------------------------
お知らせ News
------------------------*/
#news > section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fefbee;
}

/* タブ */
#news .news-content {
  position: relative;
}
#news .news-content input[type="radio"] {
  display: none;
}
#news .news-content label {
  width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #a1a1a1;
  position: absolute;
  top: -62px;
  cursor: pointer;
}
#news .news-content label:hover {
  font-weight: bold;
}
#news .news-content input:checked + label {
  color: #fd4a0b;
  border-bottom-width: 2px;
  border-bottom-color: #fd4a0b;
}
#news .news-content label[for="news-tab1"] {
  right: 180px;
}
#news .news-content label[for="news-tab2"] {
  right: 0;
}
@media (max-width: 767px) {
  #news .news-content {
    padding-top: 50px;
  }
  #news .news-content label {
    width: 50%;
    top: 0;
  }
  #news .news-content label[for="news-tab1"] {
    right: 50%;
  }
}

/* タブ→リスト */
#news div.news-list {
  display: none;
}
#news input:checked + label + div.news-list {
  display: block;
}

/* NEWSリスト */
#news dl div {
  padding: 22px 10px;
  font-size: 16px;
  border-bottom: 1px solid#cccccc;
  display: flex;
  align-items: center;
}
#news dt {
  padding-right: 3.2%;
  color: #4c4c4c;
  font-weight: bold;
  flex-basis: 97px;
}
#news dd:first-of-type {
  margin-right: 6.3%;
  padding: 7px;
  color: #26368d;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #26368d;
  border-radius: 7px;
  flex-basis: 125px;
}
#news dd:last-of-type {
  flex: auto;
  line-height: 21px;
}
@media (max-width: 767px) {
  #news dl div {
    flex-wrap: wrap;
  }
  #news dd:last-of-type {
    padding-top: 10px;
    flex: 100%;
  }
}
#news dd:last-of-type a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 40px;
  display: block;
  transition: 0.3s;
  position: relative;
}
#news dd:last-of-type a:hover {
  color: #fe8054;
  opacity: 0.8;
}
#news dd:last-of-type a::after {
  content: "chevron_right";
  width: 31px;
  height: 31px;
  font-size: 24px;
  font-family: "Material Symbols Outlined";
  text-align: center;
  line-height: 31px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
}

/* MORE */
#news div.more {
  display: none;
}
#news p.arrow {
  padding-top: 30px;
  font-size: 13px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
#news p.arrow a::after {
  content: "expand_more";
  margin-top: -5px;
  font-size: 40px;
  font-family: "Material Symbols Outlined";
  display: block;
}
#news p.arrow a.open::after {
  content: "expand_less";
}
#news p.arrow a.open span {
  display: none;
}

/*------------------------
アクセス
------------------------*/
#access > section {
  padding-top: 50px;
  text-align: center;
}

@media (max-width: 575px) {
  #access h2 span {
    display: block;
  }
}

/* 住所 */
#access address {
  padding-bottom: 25px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.5;
}
#access address span {
  white-space: nowrap;
}
@media (max-width: 575px) {
  #access address {
    font-size: 16px;
  }
}

/* マップ */
#access p.map iframe {
  width: 100%;
}
@media (max-width: 767px) {
  #access p.map iframe {
    height: 222px;
  }
}

/*------------------------
店舗情報
------------------------*/
#info > section {
  padding-top: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* 見出し */
#info h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  #info h2 {
    font-size: 26px;
  }
}

/* 表 */
#info dl div {
  font-size: 18px;
  border-bottom: 1px solid #808080;
  display: flex;
  align-items: center;
  gap: 150px;
}
@media (max-width: 767px) {
  #info dl div {
    gap: 50px;
  }
}
#info dt {
  width: 90px;
  padding: 20px 15px;
  color: #4c4c4c;
  font-weight: bold;
  white-space: nowrap;
  text-align-last: justify;
}
#info dd {
  padding: 20px 15px;
  flex: auto;
}
#info dd span {
  width: 6em;
  display: inline-block;
}
#info dd ul {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 16px;
  line-height: 1.4;
}
@media (max-width: 575px) {
  #info dl div {
    padding-bottom: 20px;
    border-bottom: unset;
    display: block;
  }
  #info dt {
    padding: 5px 5px;
    text-align-last: unset;
    border-bottom: 1px dotted #808080;
    width: unset;
  }
  #info dt br {
    display: none;
  }
  #info dd {
    padding: 5px 5px;
  }
  #info dd span {
    width: 6em;
    display: inline-block;
  }
}



/* バナー設置 */
.bnr-area{
    width: 700px;
    padding: 0px 15px;
    margin: 3rem auto;
    max-width: 100%;
    @media (max-width: 767px) {
      margin: 0 auto;
    }
    a{
      &:hover{
        opacity: 0.8;
      }
    }
}

/*------------------------
ポップアップバナー
------------------------*/

/* 背景を覆うオーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を黒の半透明に */
  z-index: 9999999;
  display: none;
}

/* ポップアップのスタイル */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7); /* 初期状態は少し縮小 */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  opacity: 0; /* 初期状態で透明 */
  transition: transform 0.5s ease, opacity 0.5s ease; /* アニメーションを追加 */
  display: none;
  max-width:340px;
  width: 75%;
}

/* 閉じるボタンのスタイル (×) */
.close-btn {
  position: absolute;
  top: -40px;
  right: -30px;
  background: none;
  border: none;
  font-size: 34px;
  /* font-weight: bold; */
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s ease;
}


/* ポップアップを表示する際のクラス */
.show-popup {
  transform: translate(-50%, -50%) scale(1); /* 拡大して標準サイズに */
  opacity: 1; /* 不透明に */
}

/*------------------------
フッター クラブ宣言
------------------------*/
footer div.club {
  padding-top: 40px;
  padding-bottom: 50px;
}
footer div.club section {
  flex-basis: 420px;
}
footer div.club p.map {
  flex: auto;
}
@media (max-width: 991px) {
  footer div.club {
    text-align: center;
    display: block;
  }
  footer div.club section {
    padding-bottom: 20px;
  }
}
footer div.club h2 {
  padding-bottom: 10px;
  color: #191919;
  font-size: 35px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  footer div.club h2 {
    font-size: 26px;
  }
}
footer div.club h2 strong {
  padding-left: 5px;
  padding-right: 5px;
  color: #001279;
  font-size: 1.42em;
  font-family: "Yu Gothic Medium", YuGothic, sans-serif;
  line-height: 0.9em;
  background: linear-gradient(transparent 50%, #e3e5f1 50%);
  display: inline-block;
}
footer div.club section p:last-child {
  color: #191919;
  font-size: 17px;
}
@media (max-width: 575px) {
  footer div.club section p:last-child {
    text-align: left;
  }
  footer div.club section p:last-child br {
    display: none;
  }
}

/*------------------------
フッター 店舗リンク
------------------------*/
footer div.tenpo {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
}

/* タブ */
footer div.tenpo input {
  display: none;
}
footer div.tenpo label {
  width: 32%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
footer div.tenpo label:hover {
  opacity: 0.75;
}
footer div.tenpo input:checked + label {
  color: #fff;
  background-color: #ef95ab;
}

footer div.tenpo label br {
  display: none;
}
footer div.tenpo label[for="tanpo-tab1"] {
  left: 0;
}
footer div.tenpo label[for="tanpo-tab2"] {
  left: 33%;
}
footer div.tenpo label[for="tanpo-tab3"] {
  left: 66%;
}
@media (max-width: 575px) {
  footer div.tenpo {
    padding-top: 120px;
  }
  footer div.tenpo label {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer div.tenpo label br {
    display: inline;
  }
}

/* リスト表示 */
footer div.tenpo-list {
  display: none;
}
footer div.tenpo input:checked + label + div.tenpo-list {
  display: block;
}
footer div.tenpo-list dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 2%;
}
footer div.tenpo-list dl div {
  flex-basis: 32%;
}
@media (max-width: 767px) {
  footer div.tenpo-list dl div {
    flex-basis: 49%;
  }
}
@media (max-width: 575px) {
  footer div.tenpo-list dl {
    display: block;
  }
  footer div.tenpo-list dl div {
    padding-bottom: 30px;
  }
}
footer div.tenpo-list dt {
  padding-bottom: 8px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
footer div.tenpo-list dt span {
  white-space: nowrap;
}
@media (max-width: 991px) and (min-max: 768px) {
  footer div.tenpo-list dt span {
    display: block;
  }
}
footer div.tenpo-list dd address {
  padding-left: 10px;
  padding-bottom: 8px;
  font-style: normal;
}
footer div.tenpo-list dd a {
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  background-color: #ffffff;
  border: 2px solid #000;
  border-radius: 38px;
  display: block;
  position: relative;
}
footer div.tenpo-list dd a:hover {
  background-color: #e3dd68;
}
footer div.tenpo-list dd a::after {
  content: "chevron_right";
  font-size: 20px;
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 0;
  right: 16px;
}

/* 店舗番号 */
footer div.tenpo-list dt::before {
  width: 23px;
  height: 23px;
  color: #fff;
  margin-left: -28px;
  margin-right: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  vertical-align: 1px;
  text-align: center;
  line-height: 22px;
  border-radius: 20px;
  display: inline-block;
}
footer div.tenpo-list div.ilex-sc dt::before {
  background-color: #4d4397;
}
footer div.tenpo-list div.ilex-tc dt::before {
  background-color: #000;
}
footer div.tenpo-list div.ilex-mf dt::before {
  background-color: #d75a00;
}
footer div.tenpo-list div.ilex-light dt::before {
  background-color: #98b619;
}
footer div.tenpo-list div.ilex-ms dt::before {
  background-color: #265c9e;
}
footer div.tenpo-list div.ilex-fit dt::before {
  background-color: #682882;
}
footer div.tenpo-list div.no1 dt::before {
  content: "1";
}
footer div.tenpo-list div.no2 dt::before {
  content: "2";
}
footer div.tenpo-list div.no3 dt::before {
  content: "3";
}
footer div.tenpo-list div.no4 dt::before {
  content: "4";
}
footer div.tenpo-list div.no5 dt::before {
  content: "5";
}
footer div.tenpo-list div.no6 dt::before {
  content: "6";
}
footer div.tenpo-list div.no7 dt::before {
  content: "7";
}
footer div.tenpo-list div.no8 dt::before {
  content: "8";
}
footer div.tenpo-list div.no9 dt::before {
  content: "9";
}
footer div.tenpo-list div.no10 dt::before {
  content: "10";
}
footer div.tenpo-list div.no11 dt::before {
  content: "11";
}
footer div.tenpo-list div.no12 dt::before {
  content: "12";
}
footer div.tenpo-list div.no13 dt::before {
  content: "13";
}
footer div.tenpo-list div.no14 dt::before {
  content: "14";
}
footer div.tenpo-list div.no15 dt::before {
  content: "15";
}
footer div.tenpo-list div.no16 dt::before {
  content: "16";
}
footer div.tenpo-list div.no17 dt::before {
  content: "17";
}
footer div.tenpo-list div.no18 dt::before {
  content: "18";
}
footer div.tenpo-list div.no19 dt::before {
  content: "19";
}
footer div.tenpo-list div.no20 dt::before {
  content: "20";
}
footer div.tenpo-list div.no21 dt::before {
  content: "21";
}
footer div.tenpo-list div.no22 dt::before {
  content: "22";
}
footer div.tenpo-list div.no23 dt::before {
  content: "23";
}
footer div.tenpo-list div.no24 dt::before {
  content: "24";
}
footer div.tenpo-list div.no25 dt::before {
  content: "25";
}
footer div.tenpo-list div.no28 dt::before {
  content: "28";
}

/*------------------------
フッター リンク
------------------------*/
footer ul.link {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  font-size: 13px;
  background-color: #4c4c4c;
  justify-content: center;
}
footer ul.link li {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}
footer ul.link li:last-child {
  border-right: unset;
}
footer ul.link li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer ul.link li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------
フッター コピーライト
------------------------*/
footer p.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  background-color: #000;
}
footer p.copyright small {
  font: inherit;
}
@media (max-width: 767px) {
  footer p.copyright {
    padding-bottom: 70px;
  }
}

/*------------------------
フッター バナー
------------------------*/
/* --- 追随ボタン --- */
.visible {
  opacity: 1;
  display: block;
}

footer .footer-bn {
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
@media (max-width: 767px) {
.fixed.visible {
  opacity: 1;
  visibility: visible;
}
}

/* PC */
footer p.footer-bn.pc a {
  display: inline-block;
}
footer p.footer-bn.pc a:hover {
  transform: scale(0.95);
}

/* SP */
footer .footer-bn.sp {
  left: 5px;
}
footer .footer-bn.sp ul {
  display: flex;
  gap: 5px;
}
footer .footer-bn.sp li {
  flex: 1;
}
footer .footer-bn.sp li a {
  height: 55px;
  padding-top: 9px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  border-radius: 44px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: block;
}
footer .footer-bn.sp li:first-child a {
  background-color: #ffe030;
}
footer .footer-bn.sp li:last-child a {
  color: #ffff00;
  background-color: #ed1c24;
}
footer .footer-bn.sp li:last-child a::first-line {
  color: #fff;
}
footer .footer-bn.sp li img {
  vertical-align: -3px;
}
