@charset "UTF-8";

.header .sp-nav__contactLink,
.header .spBottom__link,
.course .planTable__left,
.course .planTable__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards__top,
.cards__bottom,
.cards__bottom .goldLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner {
  width: 87.4%;
  margin: 0 auto;
}

.main-h1 {
  width: 87.4%;
  margin: 40px auto;
}

.gold-midashi::before,
.cards__imgLink::after,
.course .counseling__arrowDown::after,
.blog__list a::after {
  content: '';
  position: absolute;
}

.header .sp-nav__contactLink,
.header .spBottom__link,
.course .planTable__left,
.course .planTable__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards__top,
.cards__bottom,
.cards__bottom .goldLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner {
  width: 87.4%;
  margin: 0 auto;
}

.gold-midashi::before,
.cards__imgLink::after,
.course .counseling__arrowDown::after,
.blog__list a::after {
  content: '';
  position: absolute;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 76px;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}

@media (max-width: 639px) {
  .header {
    height: 56px;
  }
}

.header__left {
  width: 171px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 18px;
}

@media (max-width: 1365px) {
  .header__left {
    width: 13%;
  }
}

@media (max-width: 1023px) {
  .header__left {
    margin-left: 10px;
    width: 20%;
    min-width: 85px;
  }
}

@media (max-width: 639px) {
  .header__left {
    min-width: unset;
  }
}

.header__left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 63px;
  width: 58%;
	
}

@media (max-width: 1365px) {
  .header .nav {
    padding-left: 1em;
  }
}

@media (max-width: 1023px) {
  .header .nav {
    padding-left: 20px;
    width: 73%;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

@media (max-width: 639px) {
  .header .nav {
    padding-left: 0;
  }
}

.header .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 86%;
}

@media (max-width: 1365px) {
  .header .nav__list {
    width: 83%;
  }
}

@media (max-width: 1023px) {
  .header .nav__list {
    display: none;
  }
}

.header .nav__item {
  margin-right: 1em;
}

.header .nav__link {
  font-size: 20px;
  color: #3E3E37;
}

@media (max-width: 1365px) {
  .header .nav__link {
    font-size: 14px;
  }
}

.header .sp-nav {
  height: 100%;
}

@media (max-width: 1023px) {
  .header .sp-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 81%;
  }
}

@media (max-width: 639px) {
  .header .sp-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.header .sp-nav__tel {
  width: 148px;
  height: 100%;
  background-color: #6CE2E2;
}

@media (max-width: 1023px) {
  .header .sp-nav__tel {
    width: 47%;
    min-width: 114px;
  }
}

@media (max-width: 639px) {
  .header .sp-nav__tel {
    width: 114px;
    min-width: unset;
  }
}

.header .sp-nav__telLink {
  color: #FFFFFF;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
  text-align: center;
  line-height: calc(27/16);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 639px) {
  .header .sp-nav__telLink {
    font-size: 10px;
  }
}

.header .sp-nav__telLink .number {
  display: block;
}

@media (max-width: 639px) {
  .header .sp-nav__telLink .number {
    font-size: 12px;
  }
}


@media (max-width: 1023px) {
  .header .sp-nav__contact {
    display: block;
    background-color: #F28DA8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53%;
    min-width: 129px;
  }
}

@media (max-width: 639px) {
  .header .sp-nav__contact {
    width: 129px;
    min-width: unset;
  }
}

.header .sp-nav__contactLink {
  color: #FFFFFF;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media (max-width: 639px) {
  .header .sp-nav__contactLink {
    font-size: 10px;
    text-align: center;
  }
}

.header .sp-nav__contactLink .banner {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  background-color: #FFFFFF;
  color: #F28DA8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 71px;
  height: 16px;
  font-size: 10px;
  border-radius: 10px;
  margin-bottom: 4px;
  letter-spacing: .05em;
}

.header .sp-nav__contactLink .small {
  font-size: 8px;
}

.header .hamOpen {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #E8E3DC;
  background-color: #fff;
  z-index: 1;
  padding: 5vh 0 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  opacity: 0;
}

.header .hamOpen__link {
  margin-bottom: 2em;
}

@media (max-width: 639px) {
  .header .hamOpen__link {
    margin-bottom: 1.5em;
  }
}

.header .hamOpen__link a {
  font-size: 24px;
  color: #3E3E37;
}

@media (max-width: 639px) {
  .header .hamOpen__link a {
    font-size: 18px;
  }
}

.header .hamOpen.active {
  -webkit-transform: translateY(0vh);
  transform: translateY(0vh);
  opacity: 1;
}

.header .spBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #E8E3DC;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
  padding: .55em 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

@media (max-width: 639px) {
  .header .spBottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 325px) {
  .header .spBottom {
    padding: .55em 1em;
  }
}

.header .spBottom__link {
  width: 240px;
  height: 49px;
  border-radius: 10px;
}

.header .spBottom__link a {
  color: #3E3E37;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
  letter-spacing: .07em;
}

@media (max-width: 325px) {
  .header .spBottom__link a {
    font-size: 12px;
  }
}

.header .spBottom__link--web,
.header .spBottom__link--line {
  min-width: 114px;
}

@media (max-width: 639px) {

  .header .spBottom__link--web,
  .header .spBottom__link--line {
    min-width: unset;
  }
}

.header .spBottom__link--web {
  background-color: #F3D781;
}

@media (max-width: 325px) {
  .header .spBottom__link--web {
    width: 100px;
  }
}

.header .spBottom__link--line {
  background-color: #7ADC6C;
  margin-left: .5em;
}

@media (max-width: 325px) {
  .header .spBottom__link--line {
    width: 100px;
  }
}

.header .spBottom__link--ig {
  width: unset;
  margin: 0 0 0 1em;
}

@media (max-width: 639px) {
  .header .spBottom__link--ig {
    margin-left: .5em;
  }
}

.header .spBottom__link--ig img {
  width: 53px;
}

.ham-btn {
  position: relative;
  width: 56px;
  height: 100%;
  background-color: #E8E3DC;
  border: none;
  -webkit-box-shadow: 0 0 2rem transparent;
  box-shadow: 0 0 2rem transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(-100vw);
  transform: translate(-100vw);
  opacity: 0;
  position: absolute;
  z-index: 2;
}

@media (max-width: 1023px) {
  .ham-btn {
    opacity: 1;
    position: relative;
    -webkit-transform: translate(0vw);
    transform: translate(0vw);
    width: 19%;
  }
}

.ham-btn-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 3px;
  background-color: #707070;
  -webkit-transition: inherit;
  transition: inherit;
}

@media (max-width: 1023px) {
  .ham-btn-line {
    width: 50px;
  }
}

@media (max-width: 639px) {
  .ham-btn-line {
    width: 57%;
  }
}

.ham-btn-line::before,
.ham-btn-line::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.ham-btn-line::before {
  top: -7px;
}

@media (max-width: 1023px) {
  .ham-btn-line::before {
    top: -10px;
  }
}

@media (max-width: 639px) {
  .ham-btn-line::before {
    top: -7px;
  }
}

.ham-btn-line::after {
  top: 7px;
}

@media (max-width: 1023px) {
  .ham-btn-line::after {
    top: 10px;
  }
}

@media (max-width: 639px) {
  .ham-btn-line::after {
    top: 7px;
  }
}

.ham-btn .u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.ham-btn[aria-expanded="true"] .ham-btn-line {
  background-color: transparent;
}

.ham-btn[aria-expanded="true"] .ham-btn-line::before,
.ham-btn[aria-expanded="true"] .ham-btn-line::after {
  top: 0;
  background-color: #000000;
}

.ham-btn[aria-expanded="true"] .ham-btn-line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ham-btn[aria-expanded="true"] .ham-btn-line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

main {
  overflow-x: hidden;
  margin-top: 76px;
}

@media (max-width: 639px) {
  main {
    margin-top: 56px;
  }
}

body {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  color: #3E3E37;
  background-color: #fff;
}

@media (max-width: 639px) {
  .inner {
    width: 91%;
  }

  .main-h1 {
    margin: 0px auto;
  }
}

.gold-midashi {
  font-size: 32px;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
  padding-left: 26px;
  position: relative;
  margin-bottom: 16px;
}

@media (max-width: 639px) {
  .gold-midashi {
    font-size: 20px;
    padding-left: 22px;
  }
}

.gold-midashi::before {
  width: 8px;
  height: 1em;
  background-color: #C8A663;
  left: 6px;
  top: 0;
}

@media (max-width: 639px) {
  .gold-midashi::before {
    width: 6px;
    height: 20px;
    left: 2px;
  }
}

.message {
  border-radius: 20px;
  width: 515px;
  height: 45px;
  background-color: #F3D781;
  color: #554D4D;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #C9BFBF;
}

.top-message {
  display: none;
}

@media (max-width: 639px) {
  .top-message {
    display: block;
    width: 80%;
    height: unset;
    margin: 1em auto;
  }
}

/* 20250128 削除 */

/* .bannerFixed {
  display: none;
  position: fixed;
  right: 0;
  top: 40%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media (max-width: 639px) {
  .bannerFixed {
    display: none !important;
  }
} */

/* //20250128 削除 */

.bannerFixed__banner {
  width: 77px;
}

.bannerFixed__ig {
  width: 65px;
  margin-top: 1em;
}

.orange_sp {
  display: none;
}

@media (max-width: 639px) {
  .orange_sp {
    display: block;
  }
}

@media (max-width: 639px) {
  .sp-gone {
    display: none;
  }
}

.cards {
  background-color: #F7F4EF;
  padding: 4em 0 4em;
}

@media (max-width: 1365px) {
  .cards {
    padding-bottom: 0;
  }
}

@media (max-width: 639px) {
  .cards {
    padding-top: 26px;
  }
}

.cards__top,
.cards__bottom {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards__top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 639px) {
  .cards__top {
    margin-bottom: 1em;
  }
}

.cards__imgLink {
  width: 32%;
  margin-bottom: 2em;
  position: relative;
}

@media (max-width: 639px) {
  .cards__imgLink {
    margin-bottom: .5em;
  }
}

.cards__imgLink::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #707070;
}

.cards__imgLink--last {
  width: 100%;
  margin-bottom: 2em;
}

@media (max-width: 639px) {
  .cards__imgLink--last {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .cards__imgLink {
    width: 49%;
  }
}

.cards__right-bottom {
  width: 66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .cards__right-bottom {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .cards__message {
    display: none;
  }
}

.cards__bottom {
  margin-top: 46px;
}

@media (max-width: 639px) {
  .cards__bottom {
    margin-top: 0;
  }
}

.cards__bottom .goldLinks {
  width: 100%;
}

.cards__bottom .goldLinks__item {
  width: 31%;
}

@media (max-width: 1365px) {
  .cards__bottom .goldLinks__item {
    padding: 0 .5em 4em;
  }
}

@media (max-width: 639px) {
  .cards__bottom .goldLinks__item {
    padding: 0 .2em 1.9em;
  }
}

.cards__bottom .goldLinks__link {
  font-size: 32px;
  color: #C8A663;
  margin: 27px auto 0;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: calc(24/20);
}

@media (max-width: 1365px) {
  .cards__bottom .goldLinks__link {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .cards__bottom .goldLinks__link {
    font-size: 16px;
    margin-top: 1em;
  }
}

@media (max-width: 325px) {
  .cards__bottom .goldLinks__link {
    font-size: 12px;
  }
}

.cards__bottom .goldLinks__link br {
  display: none;
}

@media (max-width: 1365px) {
  .cards__bottom .goldLinks__link br {
    display: block;
  }
}

.about {
  padding-top: 6em;
}

@media (max-width: 639px) {
  .about {
    padding-top: 2em;
  }
}

.about__title {
  width: 100%;
  background-color: #EFCA94;
  text-align: center;
  font-size: 26px;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: 2;
}

.about .welcome {
  margin-top: 2em;
}

@media (max-width: 639px) {
  .about .welcome {
    margin: 0 0 2em;
  }
}

.about .welcome__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 473px;
  margin: 6px 0 2em;
}

@media (max-width: 639px) {
  .about .welcome__img {
    height: 182px;
    margin-top: .5em;
  }
}

.about .welcome__text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (max-width: 639px) {
  .about .welcome__text {
    font-size: 14px;
    line-height: calc(20/14);
    margin-bottom: 0;
  }
}

.about .welcome__text span {
  font-weight: 800;
}

.about .point__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2em 0 22px;
}

@media (max-width: 639px) {
  .about .point__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: .5em 0 2em;
  }
}

.about .point__img {
  width: 51%;
}

@media (max-width: 639px) {
  .about .point__img {
    width: 100%;
  }
}

.about .point__text {
  width: 45%;
  font-size: 22px;
  line-height: calc(40/22);
}

@media (max-width: 1365px) {
  .about .point__text {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .about .point__text {
    font-size: 16px;
    margin-top: 0.8em;
    line-height: calc(20/16);
  }
}

@media (max-width: 639px) {
  .about .point__text {
    width: 100%;
    font-size: 14px;
    line-height: calc(20/14);
    margin-top: 1em;
  }
}

.about .point__text span {
  font-size: 26px;
  font-weight: 800;
}

@media (max-width: 1365px) {
  .about .point__text span {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .about .point__text span {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .about .point__text span {
    font-size: 14px;
    font-weight: normal;
  }
}

.about .point,
.about .cardSec {
  margin-top: 6em;
}

@media (max-width: 639px) {

  .about .point,
  .about .cardSec {
    margin-top: 0;
  }
}

.cardSec__container {
  margin: 1em 0 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .cardSec__container {
    margin-bottom: 30px;
  }
}

@media (max-width: 639px) {
  .cardSec__container {
    margin-top: .5em;
    margin-bottom: 0;
  }
}

.cardSec__item {
  width: 32%;
  min-width: 387px;
  margin-bottom: 2em;
}

@media (max-width: 1365px) {
  .cardSec__item {
    width: 48%;
  }
}

@media (max-width: 1023px) {
  .cardSec__item {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .cardSec__item {
    min-width: unset;
    margin-bottom: 2em;
  }
}

.cardSec__item--last {
  margin: 0;
}

@media (max-width: 639px) {
  .cardSec__item--last {
    margin-bottom: 2em;
  }
}

@media (max-width: 639px) {
  .cardSec__item--machineLast {
    margin-bottom: 0;
  }
}

.cardSec__item--top {
  width: 100%;
}

.cardSec__topItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 639px) {
  .cardSec__img {
    height: 188px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .cardSec__img--machine {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.cardSec__img--banner {
  display: none;
}

@media (max-width: 639px) {
  .cardSec__img--banner {
    display: block;
  }
}

.cardSec__text {
  margin-top: 14px;
  line-height: 1.5;
}

@media (max-width: 639px) {
  .cardSec__text {
    font-size: 14px;
    line-height: calc(20/14);
  }
}


.cardSec__item--5 h4 {
  font-size: 20px;
  line-height: 2.8;
}

@media (max-width: 639px) {
  .cardSec__item--5 h4 {
    font-size: 15px;
    line-height: 1;
  }
}

.cardSec__h5-sp {
  display: none;
}

@media (max-width: 639px) {
  .cardSec__h5-sp {
    display: block;
    font-size: 16px;
    font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
    line-height: 2;
  }
}

.cardSec__banner {
  max-width: 830px;
  display: block;
  margin: 0 auto 6em;
}

@media (max-width: 1023px) {
  .cardSec__banner {
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .trainer {
    margin-top: 2em;
  }
}

.trainer__trainerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1em 0 41px;
}

@media (max-width: 1365px) {
  .trainer__trainerList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 639px) {
  .trainer__trainerList {
    margin: .5em 0 0;
  }
}

.trainer__item {
  width: 24%;
}

@media (max-width: 1365px) {
  .trainer__item {
    width: 49%;
  }
}

@media (max-width: 639px) {
  .trainer__item {
    margin-bottom: 1em;
  }
}

.trainer .text {
  margin: 14px 0 41px;
}

@media (max-width: 639px) {
  .trainer .text {
    margin-bottom: 28px;
  }
}

.trainer .text__bottom {
  margin-top: 3em;
}

@media (max-width: 639px) {
  .trainer .text__bottom {
    margin-top: 3em;
  }
}

@media (max-width: 639px) {
  .trainer .text__bottom--last {
    margin-top: 10px;
  }
}

@media (max-width: 325px) {
  .trainer .text__bottom--last {
    margin-top: 2em;
  }
}

.trainer .text__proffession {
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 639px) {
  .trainer .text__proffession {
    font-size: 10px;
  }
}

.trainer .text__name {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  height: 43px;
}

@media (max-width: 639px) {
  .trainer .text__name {
    font-size: 18px;
  }
}

.trainer .text__eng-name {
  font-size: 16px;
  display: block;
  font-weight: 400;
  line-height: 2;
}

.trainer .text__desc {
  line-height: 1.5;
}

@media (max-width: 639px) {
  .trainer .text__desc {
    font-size: 14px;
  }
}

.trainer .text .experience {
  height: 121px;
  margin-top: 1em;
}

@media (max-width: 639px) {
  .trainer .text .experience {
    height: 94px;
  }
}

.trainer .text .experience__items {
  margin-top: .5em;
}

.trainer .text .experience__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 639px) {
  .trainer .text .experience__title {
    font-size: 14px;
  }
}

.trainer .text .experience__list {
  font-size: 14px;
  line-height: calc(20/14);
}

@media (max-width: 639px) {
  .trainer .text .experience__list {
    font-size: 12px;
  }
}

@media (max-width: 1365px) {
  .trainer .text .experience-small {
    height: 75px;
  }
}

.monitor__imgBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 639px) {
  .monitor__imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.monitor__img {
  width: 49%;
}

@media (max-width: 639px) {
  .monitor__img {
    width: 100%;
  }
}

.monitor .attention-sp {
  display: none;
  margin: 16px 0;
}

@media (max-width: 639px) {
  .monitor .attention-sp {
    display: block;
  }
}

.monitor .attention-sp .sp {
  font-size: 12px;
  line-height: calc(20/12);
}

@media (max-width: 639px) {
  .monitor .attention-pc {
    display: none;
  }
}

.monitor .text {
  margin: 2em 0 6em;
}

@media (max-width: 639px) {
  .monitor .text {
    margin-bottom: 0;
  }
}

.monitor .text__heading {
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 639px) {
  .monitor .text__heading {
    font-size: 16px;
  }
}

.monitor .text__content {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media (max-width: 639px) {
  .monitor .text__content {
    font-size: 14px;
    line-height: calc(20/14);
  }
}

.monitor .text .attention {
  font-size: 12px;
  line-height: calc(20/12);
}

.course {
  padding: 36px 0 0;
  background-color: #fff;
}

@media (max-width: 639px) {
  .course {
    padding: 0 0 36px;
    background-color: #fff;
  }
}

.course .price-card {
  width: 367px;
  margin: 49px auto 2em;
}

@media (max-width: 639px) {
  .course .price-card {
    width: 100%;
    min-width: 208px;
    margin: 2em 0;
  }

  .course .price-card svg {
    width: 100%;
    height: auto;
  }
}

.course .counseling {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 639px) {
  .course .counseling {
    margin-bottom: 2em;
  }
}

.course .counseling__arrowDown {
  font-size: 24px;
  line-height: calc(41/24);
  height: 80px;
  position: relative;
  z-index: 1;
  color: #707070;
}

@media (max-width: 639px) {
  .course .counseling__arrowDown {
    font-size: 15px;
    height: 51px;
  }
}

.course .counseling__arrowDown::after {
  width: 150px;
  height: 50px;
  background: url(../img/icon/arrow_down_pink.svg) no-repeat center;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 639px) {
  .course .counseling__arrowDown::after {
    width: 96px;
    height: 32px;
    background: url(../img/icon/arrow_down_pink.svg) no-repeat center/contain;
  }
}

.course .counseling__text {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 325px) {
  .course .counseling__text {
    font-size: 16px;
  }
}

.course .planTable {
  width: 100%;
  font-size: 18px;
  background-color: #ffffff;
  max-width: 1194px;
  margin: 0 auto 2em;
}

@media (max-width: 1365px) {
  .course .planTable {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .course .planTable {
    font-size: 14px;
  }
}

.course .planTable td {
  border: 1px solid #707070;
}

@media (max-width: 639px) {
  .course .planTable td {
    border: none;
    width: 100%;
  }
}

.course .planTable__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}

@media (max-width: 1365px) {
  .course .planTable__row {
    height: unset;
  }
}

@media (max-width: 639px) {
  .course .planTable__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 1em;
  }
}

.course .planTable .two-six {
  line-height: 2;
}

@media (max-width: 1365px) {
  .course .planTable .two-six {
    line-height: 1.5;
  }

  .course .planTable .two-six .planTable__middle {
    line-height: 2.5;
  }
}

@media (max-width: 639px) {
  .course .planTable .two-six--last {
    margin-bottom: 0;
  }
}

.course .planTable__left {
  font-weight: 800;
  width: 23%;
  text-align: center;
  padding: .3em;
  line-height: 1.2;
}

@media (max-width: 639px) {
  .course .planTable__left {
    font-size: 16px;
    text-align: left;
    display: block;
    font-weight: 600;
    padding: 0;
    line-height: 2;
  }

  .course .planTable__left br {
    display: none;
  }
}

.course .planTable__middle {
  width: 60%;
  padding: .9em;
  padding-left: 6%;
}

@media (max-width: 1365px) {
  .course .planTable__middle {
    padding-left: 3%;
    min-width: 556px;
  }
}

@media (max-width: 1023px) {
  .course .planTable__middle {
    min-width: unset;
  }
}

@media (max-width: 639px) {
  .course .planTable__middle {
    padding: 0;
    line-height: calc(20/14);
  }
}

.course .planTable__middle .top {
  display: inline;
}

@media (max-width: 1023px) {
  .course .planTable__middle .top {
    display: block;
  }
}

@media (max-width: 639px) {
  .course .planTable__middle .top {
    line-height: 1.43;
  }
}

.course .planTable__middle .desc {
  font-size: 12px;
  padding: .5em 0 0 1.7em;
}

@media (max-width: 1023px) {
  .course .planTable__middle .desc {
    padding-top: 0.2em;
  }
}

@media (max-width: 639px) {
  .course .planTable__middle .desc {
    line-height: calc(20/12);
    padding-left: 0;
  }
}

.course .planTable__middle .sp-price {
  display: none;
}

@media (max-width: 639px) {
  .course .planTable__middle .sp-price {
    display: inline;
  }
}

.course .planTable__right {
  width: 17%;
  padding: .9em;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .course .planTable__right {
    padding-right: 0.5em;
  }
}

@media (max-width: 639px) {
  .course .planTable__right {
    display: none;
  }
}

@media (max-width: 639px) {

  .course .planTable .pc-price,
  .course .planTable .pc-middle {
    display: none;
  }
}

.course .planTable .sp-emoji,
.course .planTable .sp-middle {
  display: none;
}

@media (max-width: 639px) {

  .course .planTable .sp-emoji,
  .course .planTable .sp-middle {
    display: inline;
  }
}

.course .planTable .sp-emoji {
  padding-right: .3em;
}

.course .rectList {
  max-width: 1194px;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: calc(20/16);
}

@media (max-width: 1023px) {
  .course .rectList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: inline-block;
    position: relative;
  }
}

.course .rectList__heading {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .course .rectList__heading {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 639px) {
  .course .rectList__heading {
    line-height: 2;
  }
}

.course .rectList__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .course .rectList__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
  }
}

.course .rectList__item {
  padding-left: 1em;
}

@media (max-width: 1023px) {
  .course .rectList__item {
    padding: 0;
    font-size: 14px;
  }
}

.course .rectList__small {
  font-size: 12px;
  font-weight: 600;
  margin-right: 1em;
}

@media (max-width: 1023px) {
  .course .rectList__small {
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    width: 8em;
    line-height: 2;
    margin: 0;
    padding-left: .5em;
  }
}

.course .rectList__last-text {
  margin-left: .7em;
}

@media (max-width: 1023px) {
  .course .rectList__last-text {
    margin: 0;
  }

  .course .rectList__last-text br {
    display: none;
  }
}

@media (max-width: 639px) {
  .course .rectList__last-text {
    font-size: 12px;
    line-height: calc(20/12);
  }
}

.course .rectList--tb {
  width: 100%;
}

.course .last-message {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  margin-top: 2.5em;
}

@media (max-width: 1023px) {
  .course .last-message {
    font-size: 14px;
    width: 77%;
    margin: 21px auto 27px;
  }
}

@media (max-width: 639px) {
  .course .last-message {
    margin-top: 5px;
    width: 100%;
  }
}

.course .taiken-banner {
  display: none;
}

@media (max-width: 639px) {
  .course .taiken-banner {
    display: block;
  }
}

.blog {
  margin: 6em 0;
}

@media (max-width: 639px) {
  .blog {
    margin: 2em 0;
  }
}

.blog .gold-midashi {
  margin-bottom: 24px;
}

.blog__header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: .7em;
  padding-left: 1em;
}

@media (max-width: 639px) {
  .blog__header {
    font-size: 16px;
    padding-left: 0;
    line-height: 1.5;
  }
}

.blog__items {
  padding-left: 1em;
}

.blog__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}

.blog__list a {
  color: #3E3E37;
  position: relative;
}

.blog__list a::after {
  width: 1px;
  height: 1em;
  background-color: #3E3E37;
  left: .6em;
  top: .2em;
}

@media (max-width: 639px) {
  .blog__list {
    font-size: 14px;
  }
}

.blog__date {
  display: inline;
  min-width: 65px;
}

.blog__desc {
  padding: 0 0 0 20px;
}

.blog__seeAll {
  margin: 1em 0 1em 1em;
  display: inline-block;
  padding: .5em 2em;
  border: 1px solid;
  border-radius: 10px;
  color: #C8A663;
}

.blog__seeAll:hover {
  background-color: #C8A663;
  color: white;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.access {
  margin-bottom: 6em;
}

@media (max-width: 639px) {
  .access {
    margin-bottom: 40px;
  }
}

.access .gold-midashi {
  margin-bottom: 24px;
}

.access__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .access__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.access__text {
  margin-left: 75px;
  font-size: 18px;
}

@media (max-width: 1365px) {
  .access__text {
    margin-left: 50px;
  }
}

@media (max-width: 1023px) {
  .access__text {
    font-size: 16px;
    margin: 22px 0;
  }
}

@media (max-width: 639px) {
  .access__text {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.access .shop-name {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 24px;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
}

@media (max-width: 1023px) {
  .access .shop-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 639px) {
  .access .shop-name {
    margin-bottom: 20px;
  }
}

.access .shop-name__left {
  text-indent: -.5em;
  display: inline-block;
  min-width: 5.1em;
}

.access .shop-name__right {
  display: inline;
}

@media (max-width: 1023px) {
  .access .shop-name__right {
    font-size: 14px;
    line-height: 1.5;
  }
}

.access .shop-name .line {
  width: 1px;
  height: 1em;
  background-color: #707070;
  display: inline-block;
  vertical-align: bottom;
  margin-right: .5em;
}

.access__map {
  width: 54%;
  height: 329px;
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .access__map {
    width: 100%;
    height: 223px;
  }
}

.access__box {
  margin-bottom: 24px;
  line-height: 1.5;
}

.access__box .box-heading {
  font-weight: 800;
}

@media (max-width: 639px) {
  .access__box {
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .access__box--last {
    margin-bottom: 0;
  }
}

.ig {
  margin-bottom: 6em;
}

.ig .sbi_follow_btn a {
  font-size: 20px !important;
  margin-top: 2em;
}

@media (max-width: 1365px) {
  .ig .sbi_follow_btn a {
    font-size: 18px !important;
    margin-top: 0em;
  }
}

.ig #sbi_load {
  margin-top: 2em !important;
}

.contact {
  font-weight: 600;
}

.contact .gold-midashi {
  margin-bottom: 24px;
}

.contact form {
  line-height: 2;
}

@media (max-width: 639px) {
  .contact form {
    font-size: 14px;
  }
}

.contact input {
  border: 1px solid #707070;
  width: 100%;
  height: 40px;
  margin-bottom: 1em;
}

.contact input[type="submit"]:hover {
  background-color: #C8A663;
  color: #fff;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.contact textarea {
  height: 295px;
  width: 100%;
  margin-bottom: 1em;
}

.contact .space {
  width: .3em;
  display: inline-block;
}

.contact .text {
  font-weight: 400;
}

.contact input[type="submit"] {
  width: 145px;
  height: 36px;
  margin: 60px auto;
  display: block;
  background-color: #F3DDB7;
  color: #3E3E37;
  border: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

@media (max-width: 639px) {
  .contact input[type="submit"] {
    margin: 50px auto;
  }
}

footer {
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 639px) {
  footer {
    font-size: 10px;
    margin-bottom: 100px;
  }
}

.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  animation: fade 1s ease-in-out;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*add css 20221205*/
.sub-img {
  position: relative;
}

.sub-img img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.sub-img .sub--img::before {
  content: '';
  width: 100%;
  max-height: 500px;
  height: 100%;
  background-color: #00000078;
  position: absolute;
}

.sub-img h1 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
}

.trainer__trainerList {
  flex-wrap: wrap;
}

.trainer__item {
  width: 30%;
}

.trainer .text .experience {
  height: auto;
}

.trainer__img {
  max-height: 332px;
  object-fit: cover;
  object-position: top;
}

main {
  margin-top: 0;
}

main .inner {
  max-width: 87.4%;
  margin: 0 auto;
}

.about .welcome__img {
  width: 100%;
}

@media (max-width: 639px) {
  .trainer__item {
    width: 45%;
  }
}

/*guidance*/
.trainer__trainerList {
  flex-wrap: wrap;
}

.trainer__item {
  width: 30%;
}

.trainer .text .experience {
  height: auto;
}

.trainer__img {
  max-height: 332px;
  object-fit: cover;
  object-position: top;
}

/*monitor*/
.trainer__trainerList {
  flex-wrap: wrap;
}

.trainer__item {
  width: 30%;
}

.trainer .text .experience {
  height: auto;
}

.trainer__img {
  max-height: 332px;
  object-fit: cover;
  object-position: top;
}

.monitor {
  margin-top: 6em;
}

.trainer__trainerList {
  flex-wrap: wrap;
}

.trainer__item {
  width: 30%;
}

.trainer .text .experience {
  height: auto;
}

.trainer__img {
  max-height: 332px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 639px) {
  .trainer__item {
      width: 45%;
  }
}


@media (max-width: 639px) {
  .trainer__item {
      width: 45%;
  }
}

.main-visual {
  margin-top: 75px;
}

@media (max-width: 639px) {
  .main-visual {
    margin-top: -30px;
  }
}

/*add css 20230530*/
.header .nav__link {
  font-size: 14px;
}
@media (min-width: 1023px) {
  .header .sp-nav {
    display: flex;
  }
  .header .sp-nav__contact {
    display: block;
    background-color: #F28DA8;
    width: 160px;
  }
  .header .sp-nav__contactLink {
    line-height: calc(27/16);
  }
}

/* 都度払い 脱毛 lum 20240221追加　*/
.page-id-2762 h1.sub-h1 { 
	display: none; 
}

.page-id-2762 h1 { 
	display: none; 
}


.sub-img .sub--img::before {
    content: '';
    width: 100%;
    max-height: 500px;
    height: 100%;
    background-color: initial;
    position: absolute;
}
.lum_center {
    /*justify-content: center;*/
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 2rem;
    display: flex;
}
.lum_center2 {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 2rem;
    display: flex;
}
.lum_center a img,
.lum_center2 a img {
    padding-bottom: 8px;
}
.img-tempo img {
    width: 350px;
}
.w200 th {
    width: 220px;
}
p.hp_txt {
    margin-bottom: initial !important;
    padding-top: 10px;
    padding-left: 24px;
}
.img-logo-fb {
    display: grid;
    border: solid 1px #919191;
    margin: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
}
.img-tempo {
    padding: 7px 4rem;
}
.hp_logo {
    margin-left: auto;
    display: block;
    padding: 0 10px 10px;
}
.p-tag {
    text-align: right;
    font-size: 14px;
}
.sub-img img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.tempo_t {
    margin-top: 2rem;
    font-size: 23px;
}
.tag_title {
    font-size: 15px !important;
    padding-right: 5px;
}

@media all and (max-width: 480px) {
    .w200 th {
        width: 95px;
    }
    .lum_center {
        width: 100%;
    }
    #new-store img {
        width: 100%;
    }
    .lum_center {
        display: contents;
    }
    .img-logo-fb {
        padding-left: initial;
        margin-left: inherit;
        margin-right: inherit;
        margin-top: 2rem;
    }
    .hp_logo {
        width: 35% !important;
        padding-right: 1rem;
    }
    .lum_center a img,
    .lum_center2 a img {
        width: 100%;
    }
    .lum_center2 {
        width: 100%;
        padding-top: initial;
        display: block;
    }
}

/* 20240226追加 ジムのご案内　*/
.h55 {
  height: 55px;
}

.tt_center {
    text-align: center;
    padding-bottom: 2rem;
}

.pd-l {
    text-align: center;
    padding-bottom: 2rem;
}

.w100 img {
    width: 100%;
}

.pd-1 img {
    padding: 1rem;
}

.pc-only,
.pc-only img {
    display: block;
}

.sp-only {
    display: none;
}

.g_title1 {
    font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
    text-align: center;
    background-color: #EFCA94;
    font-size: 26px;
    line-height: 1.8;
    padding-left: 7px;
    font-weight: 600;
}

.g_title2 {
    background-color: #f1eee9;
    font-family: sans-serif;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 386px;
    line-height: 2;
    font-size: 24px;
    text-align: center;
}

.g_title3 {
    background-color: #f1eee9;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 2;
    font-size: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.tt_c {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
}

.tx_mn {
    font-size: 18px;
}

.tt_2 {
    line-height: 28px;
    padding-bottom: initial;
}

@media all and (max-width: 480px) {
    .pd-1 img {
        padding: initial;
    }

    .tx_l {
        text-align: left;
    }

    .g_title1 {
        background-color: #efca94;
        font-family: serif;
        font-weight: bold;
        text-align: left;
        font-size: 23px;
        padding-left: 10px;
    }

    .g_title2,
    .g_title3 {
        display: block;
        background-color: #f1eee9;
        font-family: sans-serif;
        font-weight: 600;
        padding-left: 8px;
        font-size: 17px;
        text-align: left;
        width: 100%;
        line-height: 2;
    }

    .tx_mn {
        font-size: 15px;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .w100_sp img {
        width: 100% !important;
    }

    .tag_title {
        font-size: 10px !important;
    }

    .ft20 {
        font-size: 20px;
    }

    .ft16 {
        font-size: 16px !important;
    }

}

/* 20240329修正　*/
.top-message {
    display: none;
}

.main-visual {
  margin-top: auto;
}

.blog {
  margin: 4.7em 0;
}

@media (max-width: 639px) {
  .blog {
    margin: 2em 0;
}
}

/* 20240618 追加　*/

.kkm30 {
  padding: 1.5em 1em;
  margin: 1em 0;
  font-weight: bold;
  border: solid 1px #707070;
  max-width: 1194px;
  margin: 0 auto;
}

.kkm30 p {
  text-align: center;
  line-height: 25px;
  margin-bottom: initial;
}

.tt_check {
  text-align: center;
  margin-bottom: 4rem;
}

.tt_check a {
  color: #d22421;
  font-size: 18px;
  font-weight: 600;
  font-family: "MS Pゴシック", sans-serif;
}

.about__title2 {
  width: 100%;
  background-color: #f1eee9;
  padding: 0.5rem;
  text-align: center;
  font-size: 25px;
  font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: 2;
}

@media all and (max-width: 480px) {
  .kkm30 {
    width: 100%;
  }
  
  .about__title2 {
    text-align: left;
    font-size: 14px;
  }
}

/*TOP画像変更により全ページタイトル非表示*/
.page h1.sub-h1 { 
	display: none; 
}

/*ブライダルダイエット*/
.bd_table {
  justify-content: center;
  display: flex;
  padding: 3rem;
}
.bd_table table {
  text-align: center;
  border-collapse: collapse;
  border: solid 1px #999;
  width: 360px;
 }
 .bd_table td {
  border: 1px solid #999;
  padding: 15px 0px;
 }
 .ba_img  {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
 .ba_img img{
  width: 300px;
  padding: 1rem;
 }
 @media all and (max-width: 480px) {
  .ba_img  {
    display: block;
    text-align: center;
  }

  .w100_t {
    width: 100%;
  }
}

/*コース・料金*/
.course_ttl {
  font-size: 24px;
  color: #707070;
  text-align: center;
  line-height: 1.5;
  padding-top: 2rem;
}
@media all and (max-width: 480px) {
  .course_ttl {
    font-size: 18px;
  }
}

/*SP TOP画像*/

@media all and (max-width: 480px) {
  .sub-img {
    display: block;
    position: relative;
    top: 56px;
    padding-bottom: 3rem;
}
}

/*20240910　追加*/
@media (max-width: 480px) {
  .tag_title {
      padding-top: 1rem;
  }
}

/*20241106 脱毛サロン追加*/
.salon_box {
  display: flex;
  margin: 0 0 0 auto;
}

.salon_box .yyk_txt {
  font-size: 1.2rem!important;
  padding-top: 1rem;
}

.g_map {
  text-align: center;
}

@media (max-width: 480px) {
  .salon_box .yyk_txt {
    font-size: 1rem !important;
    padding-top: initial;
  }

  .hp_logo {
    width: 80% !important;
    margin: 0 auto;
}

.g_map iframe{
  width: 100%;
}
}

/* 脱毛サロンパンくず　*/
@media (max-width: 480px) {
  .tag_title {
      padding-top: 2rem;
  }
}

/* 20241204 TOP修正　*/
.cardSec__container {
  justify-content: space-around;
}

/* 20250128 サイド追従追加 */
@media (min-width: 640px) {
  .bannerFixed {
      display: flex;
      position: fixed;
      right: 0;
      top: 30%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 1;
  }
}

@media (max-width: 639px) {
  .bannerFixed {
      display: flex;
      position: fixed;
      right: 3%;
      bottom: 5%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 1;
  }
}

.bg {
	margin-top:3rem;
	padding:3rem 0;
	border-top:2px dotted #ccc;
}

.bg h3 {
	margin-bottom:32px;
}

/*********************************
BUTTON（ボタン）
*********************************/
[class*="is-BrSearchBtn-style_"] {
    margin: 25px 0 ;
	display:flex;
	justify-content:center;
}


[class*="is-BrSearchBtn-style_"] .btn {
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    color: unset !important;
    max-width: 350px;
    min-width: 150px;
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    [class*="is-BrSearchBtn-style_"] .btn {
      margin: unset !important;
    }
}
[class*="is-BrSearchBtn-style_"] .btn a {
    display: block;
    position: relative;
    text-align: center;
    color: #fff !important;
    box-sizing: border-box;
    padding: 20px 35px !important;
    border: 2px solid;
    transition: 0.3s;
    width: 100% !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-decoration: none;
    text-shadow: none !important;
    border-radius: unset !important;
    box-shadow: none !important;
    font-size: 16px !important;
}

[class*="is-BrSearchBtn-style_"] .btn a::before,
[class*="is-BrSearchBtn-style_"] .btn a::after {
    display: none;
    visibility: hidden;
}
[class*="is-BrSearchBtn-style_"] .btn a i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    height: 16px;
    margin: auto;
}
/* 吹き出し */
[class*="is-BrSearchBtn-style_"] .btn.design4 {
  position: relative;
}

@media screen and (min-width: 768px) {
[class*="is-BrSearchBtn-style_"] .btn + .btn.design4 {
  margin-top: 0 !important;
}
}
[class*="is-BrSearchBtn-style_"] .btn.design4 a {
  position: relative;
  line-height: 1.5;
  padding: 20px 30px 20px 40px !important;
  transition: 0.3s;
  color: #fff;
  border-radius: 5px !important;
}

[class*="is-BrSearchBtn-style_"] .btn.design4 .btn_balloon {
  position: absolute;
  display: inline-block;
  bottom: 26px;
  left: -10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-10deg);
  z-index: 2;
}

[class*="is-BrSearchBtn-style_"] .btn.design4 .btn_balloon::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -10px;
  border: 9px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 0;
  transform: rotate(45deg);
}

[class*="is-BrSearchBtn-style_"] .btn.design4 a:hover {
  transform: translate(0, 3px);
}

[class*="is-BrSearchBtn-style_"] .btn.design4:hover .btn_balloon {
    bottom: 22px;
    transition: all .3s;
  }
  
/* デザイン4 */
[class*="is-BrSearchBtn-style_"] .btn.design4.btnOrange a {
  background: var(--btnOrange-primary-color) !important; 
  box-shadow: 0 5px 0 var(--btnOrange-shadow-color) !important; 
  border-color: var(--btnOrange-primary-color) !important; 
}
[class*="is-BrSearchBtn-style_"] .btn.design4.btnOrange .btn_balloon {
  color:var(--btnOrange-primary-color);
  border: 3px solid var(--btnOrange-primary-color);
}
[class*="is-BrSearchBtn-style_"] .btn.design4.btnOrange:hover a{
  transform: translate(0, 3px);
  background: var(--btnOrange-primary-color) !important; 
  box-shadow: 0 2px 0 var(--btnOrange-shadow-color) !important; 
  opacity: 1;
}

 /* 各色のデザイン */
 :root {
     --btnRed-primary-color: #CC0000;
     --btnRed-shadow-color: #a80202;
     --btnOrange-primary-color: #eb6100;
     --btnOrange-shadow-color: #d44114;
     --btnGreen-primary-color: #32b16c;
     --btnGreen-shadow-color: #2c9d60;
     --btnBlue-primary-color: #67D3FB;
     --btnBlue-shadow-color: #50a9ca;
 }




.btn {
	border:0!important
}

.header .nav__list {
	padding-right:20px;
}

.line-ex {
	width:90%;
	max-width:600px;
	margin:0 auto;
	padding:30px;
	background:rgba(239, 202, 148,0.15);
}

.line-ex h4 {
font-family: "Toppan Bunkyu Midashi Gothic", toppan-bunkyu-midashi-go-std, sans-serif;
font-size:24px;
text-align:center;
line-height:1.5;
margin-bottom:1rem;
}

.line-ex ul {

	padding:15px;
	background:rgba(255,255,255,0.75);
	margin-bottom:1rem;
}
	
.line-ex li {
	list-style-type:disc;
	margin:10px 0;
	margin-left:30px;
	font-size:1.2rem;
	font-weight:700;
}

.line-ex p {
	margin-bottom:0;
	text-align:center;
font-size:1.2rem!important;
}