@charset "utf-8";
/* ===== index ===== */
/*
body#top{
padding-top: 0;
}
body#top header{
background-color: transparent;;
}
body#top header.bg_wh{
background-color: #FFFFFF;
transition: all 500ms 0s ease;
}
*/

/* == slides == */
.kvis_slider li {
}

.kvis_slider li .topsl_inner {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
  min-height: 600px;
  max-height: 800px;
}
.kvis_slider li .topsl_inner.bgpos_tweak01 {
  background-position: 40% top;
}
.kvis_slider li .topsl_inner.bgpos_tweak02 {
  background-position: 65% top;
  background-image: url(../img/index/top_PCkvis01.jpg);
}
.kvis_slider li .topsl_inner.bgpos_tweak03 {
  background-position: 25% top;
}

.kvis_slider li .topsl_inner .slider_logo {
  position: absolute;
  bottom: 0px;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  display: block;
  opacity: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.6rem;
  height: 380px;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.kvis_slider li .topsl_inner .slider_logo sup {
  font-size: 1rem;
  line-height: 1em;
  vertical-align: top;
}
.text_on .slider_logo {
  animation-duration: 0.8s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}
.text_on .slider_logo {
  animation-name: fade-logo_01;
  animation-delay: 0.4s; /*アニメーション開始させる時間*/
}
@keyframes fade-logo_01 {
  0% {
    opacity: 0;
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.kvis_slider li .topsl_inner .slider_logo img {
  width: 100px;
  height: auto;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.kvis_slider li .topsl_inner .slider_txt {
  position: absolute;
  bottom: 200px;
  left: 130px;
}
.slider_txt span {
  opacity: 0;
  color: #ffffff;
  display: block;
}
.text_on .slider_txt span {
  animation-duration: 0.8s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  text-align: left;
}
.text_on .slider_txt span.art_author {
  font-size: 2.4rem;
  line-height: 1.4;
  padding-bottom: 0.25em;
}
.text_on .slider_txt span.art_title {
  font-size: 4.2rem;
  line-height: 1.4;
  padding-bottom: 0.75em;
}
.text_on .slider_txt span.art_btn a {
  display: inline-block;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 1);
  padding-top: 0.2em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-bottom: 0.3em;
  font-size: 2rem;
  color: #ffffff;
}

.text_on .slider_txt span.lead_01 {
  animation-name: fade-lead_01;
  animation-delay: 0.2s; /*アニメーション開始させる時間*/
}
.text_on .slider_txt span.lead_02 {
  animation-name: fade-lead_02;
  animation-delay: 0.5s; /*アニメーション開始させる時間*/
}
.text_on .slider_txt span.lead_03 {
  animation-name: fade-lead_02;
  animation-delay: 0.8s; /*アニメーション開始させる時間*/
}

@keyframes fade-lead_01 {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-lead_02 {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-lead_03 {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slick-dots {
  bottom: calc(40px + 86px);
}

/**キービジュアル下注意書き**/
.under_kvis {
  font-size: 0.8em;
  padding-bottom: 1.5em;
  text-align: left;
  line-height: 1.8;
  color: #fff;
  position: absolute;
  bottom: 0;

  right: 0;
  left: 0;
}

/**１枚大バナー**/
#sect_largeban {
  padding: 40px 0px;
}
#sect_largeban a {
  display: block;
}
#sect_largeban a img {
  width: 100%;
  display: block;
}

/**2枚バナー**/
#sect_2ban {
  padding-top: 14px;
}
#sect_2ban [class^="wth_"] {
  padding-left: calc(50px - 7px);
  padding-right: calc(50px - 7px);
}

#sect_2ban ul li {
  text-align: center;
}
#sect_2ban ul. li a {
  width: calc(100% - 14px);
}
#sect_2ban ul. li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/**バナー群**/
#sect_slban {
  padding-top: 14px;
}
#sect_slban [class^="wth_"] {
  padding-left: calc(50px - 7px);
  padding-right: calc(50px - 7px);
}
#sect_slban ul.sl_TopBan {
}
#sect_slban ul.sl_TopBan li {
  text-align: center;
}
#sect_slban ul.sl_TopBan li a {
  display: inline-block;
  width: calc(100% - 14px);
}
#sect_slban ul.sl_TopBan li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/**PrivateBoxFitとは**/
#sect_toha {
}
#sect_toha ul.toha_point {
  display: flex;
  margin-top: 3em;
  align-items: stretch;
}
#sect_toha ul.toha_point li {
  width: 100%;
  background-size: cover;
  background-position: left top;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  padding: 2em;
}
/*
#sect_toha ul.toha_point li:nth-child(1){ background-image: url(../img/index/top_toha01.jpg); border-right: 8px solid #FFFFFF;}
#sect_toha ul.toha_point li:nth-child(2){ background-image: url(../img/index/top_toha02.jpg); border-left: 4px solid #FFFFFF; border-right: 4px solid #FFFFFF;}
#sect_toha ul.toha_point li:nth-child(3){ background-image: url(../img/index/top_toha03.jpg); border-left: 8px solid #FFFFFF;}
*/
#sect_toha ul.toha_point li:nth-child(1) {
  background-image: url(../img/index/top_toha04.jpg);
  border-right: 8px solid #ffffff;
}
#sect_toha ul.toha_point li:nth-child(2) {
  background-image: url(../img/index/top_toha05.jpg);
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}
#sect_toha ul.toha_point li:nth-child(3) {
  background-image: url(../img/index/top_toha06.jpg);
  border-left: 8px solid #ffffff;
}
#sect_toha ul.toha_point li p {
  color: #ffffff;
  font-size: 1.5rem;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
#sect_toha ul.toha_point li:after {
  content: "";
  width: 160px;
  height: 80px;
  position: absolute;
  top: -70px;
  right: -70px;
  display: block;
  background-color: #da2429;
  transform: rotate(45deg);
}
ul.toha_point + .lead_txt {
  padding-top: 3em;
}

/**コロナ対策**/
#sect_corona {
  background-color: #277bb5;
}
#sect_corona a.taisaku_btn {
  letter-spacing: -0.4em;
  border: 4px solid #ffffff;
  overflow: hidden;
  padding-top: 2em;
  padding-right: 5em;
  padding-left: 2em;
  padding-bottom: 2em;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/arr_white.svg);
  background-position: right 20px center;
  background-size: 30px auto;
}
#sect_corona a.taisaku_btn > * {
  display: inline-block;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
#sect_corona .taisaku_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  line-height: 1.4em;
}
#sect_corona .taisaku_left {
  padding-right: 2em;
  padding-bottom: 1em;
}
#sect_corona .taisaku_right li {
  background-color: #ffffff;
  color: #277bb5;
  padding: 0.8em 2em;
  font-size: 0.8rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  border-radius: 40px;
  line-height: 1.2em;
}

/**5つの特徴**/
#sect_feat {
  background-image: url(../img/index/top_featBG.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#sect_feat #feat_point {
  padding-top: 40px;
}
#sect_feat #feat_point .feat_photo {
}
#sect_feat #feat_point .feat_photo img {
  width: 100%;
}

#sect_feat #feat_point .feat_movie {
  z-index: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#sect_feat #feat_point .feat_movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#sect_feat #feat_point .feat_movie video,
#sect_feat #feat_point .feat_movie iframe{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sect_feat #feat_point .feat_movie iframe{aspect-ratio:16 /9;}
#sect_feat #feat_point li {
  background-color: #898989;
  color: #ffffff;
  position: relative;
  margin-bottom: 50px;
}
#sect_feat #feat_point li .point_txt {
  padding: 0.75em 1.5em 1.5em 1.5em;
  font-size: 1.4rem;
}
#sect_feat #feat_point li .point_txt small {
  font-size: 1rem;
}
#sect_feat #feat_point li .point_txt small[class*="dis_bl"] {
  line-height: 1.8em;
  padding-top: 0.5em;
}

.point_link {
  border-bottom: 1px solid #fff;
}

.qa_link {
  border-bottom: 1px solid #fff;
}

.qa_link_center {
  display: block;
  text-align: center;
}

.traning_link {
  border-bottom: 1px solid #fff;
  font-size: 0.7em;
}

#sect_feat #feat_point li .star_num {
  background-image: url(../img/mark_starRED.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  display: block;
  padding-top: 0.75em;
  position: absolute;
  top: -40px;
  left: 20px;
}
#sect_feat .btn_box {
  text-align: center;
}

/** 設備 **/
#sect_facil {
  background: #ececec;
}
#sect_facil .mid_title { padding-bottom: 0; }
#sect_facil .mid_title:before, 
#sect_facil .mid_title:after { content: none; }
#sect_facil .icon_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 40px auto;
}
#sect_facil .icon_box li {
    width: 20%;
    padding: 0.5em 0.25em 0.25em 0.25em;
    background: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    border-top: 3px solid #c3c3c3;
    border-bottom: 3px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}
#sect_facil .icon_box li:nth-child(5n) {
    border-right: 3px solid #c3c3c3;
}
#sect_facil .icon_box li:nth-child(5n+1) {
    border-left: 3px solid #c3c3c3;
}
#sect_facil .icon_box li img {
    width: 50%;
}
#sect_facil .icon_box li .icon_name {
    display: block;
    font-size: 0.83em;
    letter-spacing: 0;
    padding-top: 0.25em;
}


/**選べる2つの入会方法**/
#sect_join {
  background: #ececec;
}
#sect_join .hide_box {
  display: none;
  margin-top: 3em;
}
#sect_join .hide_box.join-active {
  display: block;
}
#sect_join .join_course {
  color: #da2429;
  font-size: 1.75rem;
  text-align: center;
  padding-bottom: 1em;
}
#sect_join .join_box {
  border: 1px solid #da2429;
  border-radius: 0.4em;
  padding: 1.5em;
  background: #fff;
}
#sect_join .cts_box li {
  padding-bottom: 2em;
  position: relative;
}
#sect_join .cts_box li:after {
  content: "";
  width: 1.75em;
  height: 1.75em;
  background-image: url(../img/arr_red.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  background-position: center bottom;
  transform: rotate(90deg);
}
#sect_join .cts_box li:last-child {
  padding-bottom: 0;
}
#sect_join .cts_box li:last-child:after {
  display: none;
}
#sect_join .cts_box li .scont_Cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 1em;
}
#sect_join .cts_box li .scont_Cmark {
  font-size: 3rem;
  text-align: center;
  line-height: 0.8;
  color: #da2429;
  padding-right: 0.5em;
}
#sect_join .cts_box li .scont_Ctxt {
  font-size: 1em;
  width: 100%;
  padding-left: 2em;
  padding-bottom: 0.5em;
  position: relative;
  border-left: 1px solid #da2429;
}
#sect_join .cts_box li .scont_Ctxt .join_ttl {
  font-size: 1.4rem;
  padding-bottom: 0.5em;
}
#sect_join .cts_box li .scont_Ctxt small {
  font-size: 80%;
  display: block;
  padding-top: 0.5em;
}
#sect_join .cts_box + .btn_box {
  margin-top: 2.5em;
  background-color: #ebebeb;
  padding-top: 1em;
}

#sect_join .hide_box#hide_web .join_course {
  color: #dda278;
}
#sect_join .hide_box#hide_web .join_box {
  border-color: #dda278;
}
#sect_join .hide_box#hide_web .cts_box li .scont_Cmark {
  color: #dda278;
}
#sect_join .hide_box#hide_web .cts_box li .scont_Ctxt {
  border-left-color: #dda278;
}
#sect_join .hide_box#hide_web .cts_box li:after {
  background-image: url(../img/arr_khaki.svg);
}

#sect_join .tab_list {
  display: flex;
  justify-content: space-between;
}
#sect_join .tab_list .tab_btn {
  width: 100%;
}
#sect_join .tab_list .tab_btn .join_intr {
  text-align: center;
  display: block; /*color: #da2429;*/
  padding-bottom: 0.5em;
  font-size: clamp(1rem, 2vw, 1.4rem);
}
#sect_join .tab_list .tab_btn a {
  padding: 0.7em 0.5em 1em 0.5em;
  border: 3px solid #c3c3c3;
  color: #000;
  display: flex;
  cursor: pointer;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  justify-content: center;
  border-radius: 0.2em;
  position: relative;
  transition: all 0.2s;
  align-items: center;
  background: #fff;
}
#sect_join .tab_list .tab_btn a:hover {
  opacity: 1;
}
#sect_join .tab_list .tab_btn a:after {
  display: none;
  content: "";
  width: 0;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0.3em 0 0.3em;
  border-color: #727272 transparent transparent transparent;
  margin: auto;
  bottom: 0.6em;
  transition: all 0.1s;
}
#sect_join .tab_list .tab_btn a:before {
  content: "+";
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 0.5em;
  transition: all 0.1s;
  display: inline-block;
  line-height: 0.75;
  text-align: center;
}

#sect_join .tab_list .tab_btn.btn-active .join_intr {
  color: #da2429;
}
#sect_join .tab_list .tab_btn.btn-active a {
  color: #fff;
  background-color: #da2429;
  border-color: #da2429; /*font-size: 1.8rem; padding:0.7em 0.5em;*/
  position: relative; /*pointer-events: none;*/
}
#sect_join .tab_list .tab_btn.btn-active a:after {
  display: block;
  border-color: #da2429 transparent transparent transparent;
  bottom: -0.6em;
  border-width: 0.6em 0.5em 0 0.5em;
}
#sect_join .tab_list .tab_btn.btn-active a:before {
  content: "ー";
  font-size: 1em;
  right: 1em;
  line-height: 1;
}

#sect_join .tab_list .tab_btn.btn-active#btn_web .join_intr {
  color: #dda278;
}
#sect_join .tab_list .tab_btn.btn-active#btn_web a {
  background-color: #dda278;
  border-color: #dda278;
}
#sect_join .tab_list .tab_btn.btn-active#btn_web a:after {
  border-color: #dda278 transparent transparent transparent;
}

#sect_join .tab_list .tab_btn a svg {
  height: auto;
  width: 5.5vw;
  max-width: 3.2em;
  margin-right: 0.5em;
  position: absolute;
  left: 1em;
}
#sect_join .tab_list .tab_btn .cls-1,
#sect_join .tab_list .tab_btn .cls-2 {
  fill: #949494;
}
#sect_join .tab_list .tab_btn.btn-active .cls-1,
#sect_join .tab_list .tab_btn.btn-active .cls-2 {
  fill: #fff;
}

/**お客様の声**/
#sect_voice {
}
#sect_voice .lead_txt {
  text-align: center;
}
#sect_voice ul#voice_list {
  padding-top: 3em;
  text-align: center;
  padding-bottom: 5em;
}
#sect_voice .voice_sts {
  padding: 0.5em 1em;
  font-size: 1.2rem;
  position: relative;
  background-color: #da2329;
  color: #fff;
  display: inline-block;
}
#sect_voice .voice_sts + img {
  margin-top: -1em;
}

#sect_voice .voice_sts:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #da2329;
  top: 100%;
  left: 50%;
}

#sect_voice .ytube_box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}

/**店舗一覧**/
#sect_store {
  background-color: #ececec;
}
#sect_store ul#store_list {
}
#sect_store .ytube_box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}

.shop_areatxtTbl {
  display: inline-block;
  width: 100%;
}
.shop_areatxtTbl th,
.shop_areatxtTbl td {
  vertical-align: middle;
  padding-bottom: 28px;
  text-align: left;
}
.shop_areatxtTbl a {
  color: #000;
  display: block;
}
.shop_areatxtTbl th.area_name {
  font-weight: normal;
}
.shop_areatxtTbl th.area_name a {
  font-size: 1.8rem;
  padding-right: 1.5em;
}
.shop_areatxtTbl td.tdf_name ul.tdf_txt {
  display: flex;
  flex-wrap: wrap;
}
.shop_areatxtTbl td.tdf_name a {
  padding: 0.75em 0.25em;
  padding-right: 2em;
}
.shop_areatxtTbl td.tdf_name a:before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  height: 1px;
  width: 0.5em;
  background-color: #000;
  vertical-align: middle;
  margin-bottom: 0.25em;
}
.bigarea_name {
  font-weight: normal;
  font-size: 2rem;
  color: #000;
}
.bigarea_name_margin {
  margin-bottom: 1em;
}

/* start cmp2404 */
#sect_cmp2404 {
    padding-top: 0!important;
    padding-bottom: 0;
    margin-bottom: 70px;
}
.cmp2404_ttl {
    text-align: center;
    padding-bottom: 40px;
}
.cmp2404_ttl img {
    max-width: 100%;
}
.cmp2404_main {
    padding: 50px 40px 30px 40px;
    background: url("/com/img/index/cmp2404_bg-pc.jpg") center no-repeat;
    background-size: cover;
    text-align: center;
}
.cmp2404_mainInner {
    display: inline-block;
    max-width: 805px;
    width: 100%;
    text-align: left;
}
.cmp2404_mainInner img {
    max-width: 100%;
}
.cmp2404_note {
    display: inline-block;
    color: #ffffff;
    font-size: 80%;
}
/* end cmp2404 */


/* start cmp2407 */
#sect_cmp2407 {
    padding-top: 0!important;
    padding-bottom: 0;
    margin-bottom: 70px;
}
.cmp2407_ttl {
    text-align: center;
    padding-bottom: 40px;
}
.cmp2407_ttl img {
    max-width: 100%;
}
.cmp2407_main {
    padding: 50px 40px 30px 40px;
    background: url("/com/img/index/cmp2404_bg-pc.jpg") center no-repeat;
    background-size: cover;
    text-align: center;
	display: flex;flex-direction: column;align-items: center;
}
.cmp2407_mainInner {
    display: inline-block;
    max-width: 805px;
    width: 100%;
    text-align: left;
    position: relative;
}
.cmp2407_mainInner img {
    max-width: 100%;
}
.cmp2407_mainInner .cmp2407_ul{position: absolute; bottom:30px; right: 0; left: 0; margin: auto; display: flex;    width: fit-content; justify-content: center; gap:1em;}
.cmp2407_mainInner+a.pricerevi{margin-top: 1rem;font-size:125%;text-decoration: underline;}
.cmp2407_note {
    display: inline-block;
    color: #ffffff;
    font-size: 80%;
}
/* end cmp2407 */

/* start cmp2601 */
#sect_cmp2601 {
    padding-top: 0!important;
    padding-bottom: 0;
    margin-bottom: 70px;
}
.cmp2601_ttl {
    text-align: center;
    padding-bottom: 40px;
}
.cmp2601_ttl img {
    max-width: 100%;
}
.cmp2601_main {
    padding: 50px 40px 30px 40px;
    background: url("/com/img/index/cmp2404_bg-pc.jpg") center no-repeat;
    background-size: cover;
    text-align: center;
	display: flex;flex-direction: column;align-items: center;
}
.cmp2601_mainInner {
    display: inline-block;
    max-width: 805px;
    width: 100%;
    text-align: left;
    position: relative;
}
.cmp2601_mainInner img {
    max-width: 100%;
}
.cmp2601_mainInner .cmp2601_ul{position: absolute; bottom:30px; right: 0; left: 0; margin: auto; display: flex;width: fit-content; justify-content: center; gap:1em;}
.cmp2601_mainInner+a.pricerevi{margin-top: 1rem;font-size:125%;text-decoration: underline;}
.cmp2601_note {
    display: inline-block;
    color: #ffffff;
    font-size: 80%;
}
/* end cmp2601 */



/* ##### responsive ##### */
@media screen and (max-width: 760px) {
  body#top {
  }
  /*
    body#top header{ background-color: #FFFFFF;}
	*/
  /* == slides == */
  .kvis_slider li {
    height: 100%;
  }

  .kvis_slider li .topsl_inner {
    min-height: initial;
    min-width: initial;
    height: 120vw;
    overflow-y: hidden;
  }

  .kvis_slider li .topsl_inner:after {
    min-height: initial;
    height: 100%;
  }
  .kvis_slider li .topsl_inner.bgpos_tweak01 {
    background-position: 50% top;
  }
  .kvis_slider li .topsl_inner.bgpos_tweak02 {
    background-position: center top;
    background-image: url(../img/index/top_SPkvis01.jpg);
  }
  .kvis_slider li .topsl_inner .slider_logo {
    width: 100%;
    height: 75vw;
    max-height: 300px;
    font-size: 1.25rem;
    line-height: 1.6em;
  }
  .kvis_slider li .topsl_inner .slider_logo img {
    width: 85px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .kvis_slider li .topsl_inner .slider_txt {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .slider_txt span {
  }
  .text_on .slider_txt span {
  }
  .text_on .slider_txt span.art_author {
    font-size: 1.6rem;
    padding-bottom: 1em;
  }
  .text_on .slider_txt span.art_title {
    font-size: 2.6rem;
    padding-bottom: 1em;
  }
  .text_on .slider_txt span.art_btn {
    text-align: center;
  }
  .text_on .slider_txt span.art_btn a {
  }
  .slick-dots {
    bottom: 40px;
  }
  /**キービジュアル下注意書き**/
  .under_kvis {
    font-size: 0.7em;
    line-height: 1.4;
    padding-bottom: 1em;
  }

  /**１枚大バナー**/
  #sect_largeban {
    padding: 3vw 3% 0 3%;
  }

  /**2枚バナー**/
  #sect_2ban {
    display: -webkit-flex;
    display: flex;
  }

  /**バナー群**/
  #sect_slban {
  }
  #sect_slban [class^="wth_"] {
  }
  #sect_slban ul.sl_TopBan {
  }
  #sect_slban ul.sl_TopBan li {
  }
  #sect_slban ul.sl_TopBan li a {
    width: calc(100% - 20px);
  }
  #sect_slban ul.sl_TopBan li img {
  }
  #sect_slban ul.sl_TopBan .slick-dots {
    bottom: -30px;
  }

  /**PrivateBoxFitとは**/
  #sect_toha {
  }
  #sect_toha ul.toha_point {
    margin-top: 3em;
    flex-wrap: wrap;
  }
  #sect_toha ul.toha_point li {
    min-height: 190px;
    margin-bottom: 2px;
    border: none !important;
  }
  #sect_toha ul.toha_point li p {
    font-size: 1.2rem;
    line-height: 1.8em;
  }
  #sect_toha ul.toha_point li:after {
    content: "";
    width: 160px;
    height: 80px;
    position: absolute;
    top: -70px;
    right: -70px;
    display: block;
    background-color: #da2429;
    transform: rotate(45deg);
  }
  ul.toha_point + .lead_txt {
    padding-top: 2em;
  }

  /**コロナ対策**/
  #sect_corona {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #sect_corona a.taisaku_btn {
    background-repeat: no-repeat;
    background-image: url(../img/arr_white.svg);
    background-position: right 20px top 3em;
    background-size: 2em auto;
    border-style: none;
    padding-top: 2em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2em;
  }
  #sect_corona a.taisaku_btn > * {
    display: inline-block;
    letter-spacing: 0.05em;
    vertical-align: middle;
  }
  #sect_corona .taisaku_ttl {
    font-size: 1.6rem;
  }
  #sect_corona .taisaku_left {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  #sect_corona .taisaku_right {
    width: 100%;
    display: block;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  #sect_corona .taisaku_right li {
    padding-left: 1em;
    padding-right: 1em;
  }

  /**5つの特徴**/
  #sect_feat {
  }
  #sect_feat #feat_point {
    padding-top: 40px;
  }
  #sect_feat #feat_point .feat_photo {
    width: 100%;
    height: 50vw;
  }
  #sect_feat #feat_point .feat_photo img {
    object-fit: cover;
    height: 100%;
    object-position: 50% 50%;
  }

  #sect_feat #feat_point li {
    margin-bottom: 50px;
  }
  #sect_feat #feat_point li .point_txt {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.2rem;
  }
  #sect_feat #feat_point li .point_txt small {
    font-size: 75%;
  }
  #sect_feat #feat_point li .star_num {
    font-size: 2rem;
    line-height: 1em;
    display: block;
    padding-top: 0.75em;
    position: absolute;
    margin: auto;
    left: 0px;
  }

  #sect_feat .btn_box {
    text-align: center;
  }

  /** 設備 **/

    #sect_facil .icon_box {
        max-width: 400px;
        border-top: 3px solid #c3c3c3;
        border-bottom: 2px solid #c3c3c3;
    }
    #sect_facil .icon_box li {
        width: 50%;
        margin-bottom: 0;
        border-top: none;
        border-bottom: 1px solid #c3c3c3;
        padding: 1em 0.5em 0.5em 0.5em;
    }
    #sect_facil .icon_box li:nth-child(odd) {
    border-left: 3px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    }
    #sect_facil .icon_box li:nth-child(even) {
    border-left: 1px solid #c3c3c3;
    border-right: 3px solid #c3c3c3;
    }
    #sect_facil .icon_box li img {
        width: 40%;
    }





  /**お客様の声**/
  #sect_voice {
  }
  #sect_voice .lead_txt {
  }
  #sect_voice ul#voice_list {
    padding-bottom: 3em;
  }
  #sect_voice ul#voice_list li {
    margin-bottom: 1em;
  }
  #sect_voice .voice_sts {
    padding: 0.5em 1em;
    font-size: 0.8rem;
    text-align: left;
  }
  #sect_voice .voice_sts + img {
    margin-top: 0;
  }
  .shop_areatxtTbl {
    width: 100%;
  }
  .shop_areatxtTbl th,
  .shop_areatxtTbl td {
    vertical-align: top;
  }
  .shop_areatxtTbl a {
  }
  .shop_areatxtTbl th.area_name {
    display: block;
    text-align: left;
    padding-bottom: 0.5em;
  }
  .shop_areatxtTbl th.area_name a {
    font-size: 1.6rem;
    padding-right: 0;
  }
  .shop_areatxtTbl td.tdf_name {
    display: block;
    padding-bottom: 2em;
  }
  .shop_areatxtTbl td.tdf_name ul.tdf_txt {
  }
  .shop_areatxtTbl td.tdf_name a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 1.5em;
  }
  .shop_areatxtTbl td.tdf_name a:before {
  }

  /**選べる2つの入会方法**/
  #sect_join {
  }
  #sect_join .hide_box {
  }
  #sect_join .hide_box.join-active {
  }
  #sect_join .join_course {
    font-size: 1.2rem;
    padding-bottom: 1em;
  }
  #sect_join .join_box {
    padding: 1.5em 1em 0 1em;
    border-right-style: none;
    border-left-style: none;
    border-radius: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    border-width: 5px;
  }
  #sect_join .cts_box li {
    padding-bottom: 4em;
  }
  #sect_join .cts_box li:after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    bottom: 1em;
  }
  #sect_join .cts_box li:last-child {
  }
  #sect_join .cts_box li:last-child:after {
  }
  #sect_join .cts_box li .scont_Cont {
    padding: 0;
  }
  #sect_join .cts_box li .scont_Cmark {
    font-size: 1.6rem;
    line-height: 1;
    padding-right: 1em;
  }
  #sect_join .cts_box li .scont_Ctxt {
    font-size: 0.8em;
    padding-left: 1.5em;
    position: relative;
  }
  #sect_join .cts_box li .scont_Ctxt .join_ttl {
    font-size: 1.2rem;
  }
  #sect_join .cts_box li .scont_Ctxt small {
    font-size: 90%;
  }
  #sect_join .cts_box + .btn_box {
    margin-top: 1em;
    padding-bottom: 1em;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
    background: #fff;
  }

  #sect_join .tab_list {
  }
  #sect_join .tab_list .tab_btn {
  }
  #sect_join .tab_list .tab_btn .join_intr {
    font-size: 12px;
    padding-bottom: 0.75em;
    line-height: 1.2;
  }
  #sect_join .tab_list .tab_btn a {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
    flex-direction: column;
    line-height: 1.2;
  }
  #sect_join .tab_list .tab_btn a:hover {
  }
  #sect_join .tab_list .tab_btn a:after {
  }
  #sect_join .tab_list .tab_btn a:before {
    right: 0.2em;
  }

  #sect_join .tab_list .tab_btn.btn-active a {
    /*font-size: 1.3rem; padding:0.3em 0em 0.5em 0em;*/
    position: relative;
  }
  #sect_join .tab_list .tab_btn.btn-active a:after {
    bottom: -0.6em;
    border-width: 0.6em 0.5em 0 0.5em;
  }
  #sect_join .tab_list .tab_btn.btn-active a:before {
    right: 0.3em;
  }
  #sect_join .tab_list .tab_btn a svg {
    position: static;
    left: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
    width: 12vw;
  }
  #sect_join .tab_list .tab_btn .cls-1,
  #sect_join .tab_list .tab_btn .cls-2 {
  }
  #sect_join .tab_list .tab_btn.btn-active .cls-1,
  #sect_join .tab_list .tab_btn.btn-active .cls-2 {
  }

  /* start cmp2404 */
  #sect_cmp2404 { margin-bottom: 40px; }
  .cmp2404_ttl { padding-bottom: 30px; }
  .cmp2404_main {
    padding: 40px 5%;
    background-image: url("/com/img/index/cmp2404_bg-sp.jpg")
  }
  .cmp2404_note { display: none; }
  
  /* start cmp2407 */
  #sect_cmp2407 { margin-bottom: 40px; }
  .cmp2407_ttl { padding-bottom: 30px; }
  .cmp2407_main {
    padding: 40px 5%;
    background-image: url("/com/img/index/cmp2404_bg-sp.jpg")
  }
  .cmp2407_mainInner{}
  .cmp2407_mainInner .cmp2407_comment{ margin-top: 1.5em; margin-bottom: 1em;}
  .cmp2407_mainInner .cmp2407_ul{ position: static; gap: 0.5em;}
  .cmp2407_mainInner+a.pricerevi{margin-top: 2rem;font-size:125%;}
  .cmp2407_note { display: none; }
  
  /* start cmp24601 */
  #sect_cmp2601 { margin-bottom: 40px; }
  .cmp2601_ttl { padding-bottom: 30px; }
  .cmp2601_main {
    padding: 40px 5%;
    background-image: url("/com/img/index/cmp2404_bg-sp.jpg")
  }
  .cmp2601_note { display: none; }
  .cmp2601_mainInner img{margin-top: 1.5em; margin-bottom: 1em;}
  .cmp2601_mainInner .cmp2601_ul{position:static;}

}



/**SNSシェア**/
.sns_padding {
  padding: 0 0.2em;
}
.sns_link_color {
  color: #111 !important;
}

/**footer店舗情報**/

.shop_areatxtTbl th.fo_area_name {
  font-weight: normal;
}
.shop_areatxtTbl th.fo_area_name a {
  font-size: 1.8rem;
  padding-right: 1.5em;
  color: #fff;
}
.shop_areatxtTbl td.fo_tdf_name ul.fo_tdf_txt {
  display: flex;
  flex-wrap: wrap;
}
.shop_areatxtTbl td.fo_tdf_name a {
  padding: 0.75em 0.25em;
  padding-right: 2em;
  color: #fff;
}
.shop_areatxtTbl td.fo_tdf_name a:before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  height: 1px;
  width: 0.5em;
  background-color: #000;
  vertical-align: middle;
  margin-bottom: 0.25em;
}
.fo_bigarea_name {
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
}
.fo_bigarea_name_footer_margin {
  margin-bottom: 1em;
}
.foot_store {
  overflow: auto;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-top: 3rem;
}

.foot_store_col4 {
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
  padding: 0.7em 0.5em;
  margin: 0;
  box-sizing: border-box;
}

.foot_store_block {
  display: block;
}

.foot_bigarea {
  font-size: 0.9rem;
}

.foot_width {
  width: 100% !important;
}

.foot_bigarea_margin {
  margin-top: 0.4rem;
}

.foot_area {
  font-size: 0.8rem;
}

.foot_tdf {
  font-size: 0.7rem;
}

.foot_tdf:before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  height: 1px;
  width: 0.5em;
  background-color: #fff;
  vertical-align: middle;
  margin-bottom: 0.25em;
}

/**TOP告知**/

#notice a {
  display: block;
  text-align: center;
  padding: 1rem;
  margin: 1rem 6rem;
  border: solid 1px #ff0000;
  color: #ff0000;


}