@charset "UTF-8";
.is_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
}

.is_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is_sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .is_sp_none {
    display: none !important;
  }
}

.l-header {
  min-height: inherit;
}
.l-header img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.header__logo {
  display: flex;
  align-items: center;
  width: 266px;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .header__logo {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: auto;
    max-width: 50%;
    padding-left: 15px;
  }
  .header__logo a {
    width: 160px;
  }
}
.header__inner {
  padding-left: 24px;
  background-color: #fff;
  display: flex;
  height: 110px;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .header__inner {
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 44px;
    padding-left: 0;
  }
}
.header__contact {
  padding: 16px 20px 8px 16px;
  background-color: #FF0200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 258px;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .header__contact {
    width: 140px;
    padding: 14px 10px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    width: 187px;
    max-width: 50%;
    padding: 2px 20px 2px;
    align-items: flex-end;
  }
}
.header__contact-link {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .header__contact-link {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__contact-link {
    display: none;
  }
}
.header__contact-link li {
  position: relative;
  font-size: 13px;
  padding-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .header__contact-link li {
    font-size: 12px;
    text-align: left;
  }
}
.header__contact-link li::before {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  content: "";
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.header__contact-link li + li {
  margin-left: 1em;
}
@media screen and (max-width: 1080px) {
  .header__contact-link li + li {
    margin-left: 0;
    margin-top: 8px;
  }
}
.header__contact-tel {
  position: relative;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 35px;
  letter-spacing: 0.04em;
  padding-left: 34px;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .header__contact-tel {
    font-size: 20px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact-tel {
    font-size: 22px;
    letter-spacing: 0.08em;
    color: #fff !important;
    width: 100%;
  }
}
.header__contact-tel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/icon_tel_01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 1080px) {
  .header__contact-tel::before {
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .header__contact-tel::before {
    width: 18px;
    height: 18px;
  }
}
.header__contact-text {
  margin-top: 5px;
  font-size: 17px;
  width: 100%;
  padding: 2px 0;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #FF0200;
  border-radius: 11px;
}
@media screen and (max-width: 1080px) {
  .header__contact-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact-text {
    margin-top: 0;
    width: auto;
    border-radius: 6px;
    padding: 2px 15px;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
  }
}
@media screen and (max-width: 1280px) {
  .header__adjust {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__adjust {
    display: inline;
  }
}

.header_navi--container {
  width: calc(100% - 266px - 258px);
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  .header_navi--container {
    width: calc(100% - 140px - 150px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .header_navi--container {
    width: calc(100% - 130px - 140px);
  }
}
@media screen and (max-width: 768px) {
  .header_navi--container {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header.is-members {
    padding-bottom: 31px;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-members .header__inner {
    position: relative;
  }
}
.l-header.is-members .header__logo-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  text-align: right;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .l-header.is-members .header__logo-text {
    font-size: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-members .header__logo-text {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 1;
    margin-top: 0;
    font-size: 14px;
    padding: 8px 0;
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
  }
}

/* home
---------------------------------*/
.home-container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .home-container {
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
  }
}
.home-container img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.home-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-btn__link {
  position: relative;
  display: inline-block;
  padding: 30px 66px 30px 54px;
  background-color: #FF0200;
  border-radius: 40px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home-btn__link {
    padding: 18px 53px;
  }
}
.home-btn__text {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-btn__text {
    font-size: 15px;
  }
}
.home-btn__text::after {
  position: absolute;
  top: 50%;
  right: -34px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_btn_red.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home-btn__text::after {
    right: -27px;
  }
}
.home-btn--orange .home-btn__link {
  background-color: #FF6766;
  border: 1px solid #fff;
}
.home-btn--orange .home-btn__text::after {
  background-image: url(../img/common/icon_btn_orange.png);
}
.home-btn--white .home-btn__link {
  background-color: #fff;
}
.home-btn--white .home-btn__text {
  color: #FF0200;
}
.home-btn--white .home-btn__text::after {
  background-image: url(../img/common/icon_btn_white.png);
}
.home-btn--border .home-btn__link {
  border: 1px solid #FF0200;
}
.home-btn--white .home-btn__link {
  background-color: #fff;
}
.home-btn--white .home-btn__text {
  color: #FF0200;
}
.home-btn--white .home-btn__text::after {
  background-image: url(../img/common/icon_btn_white.png);
}
.home-btn--small .home-btn__link {
  display: flex;
  align-items: center;
  padding: 8px 28px 9px 16px;
}
.home-btn--small .home-btn__text {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .home-btn--small .home-btn__text {
    font-size: 11px;
  }
}
.home-btn--small .home-btn__text::after {
  width: 14px;
  height: 14px;
  right: -18px;
}

a .home-btn__link {
  pointer-events: none;
}

.member-mv {
  position: relative;
  overflow: hidden;
  margin-top: 110px;
}
@media screen and (max-width: 1080px) {
  .member-mv {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .member-mv {
    margin-top: 0;
  }
}
.member-mv__text {
  position: absolute;
  top: 246px;
  left: 50%;
  transform: translateX(-50%);
  width: 538px;
}
@media screen and (max-width: 768px) {
  .member-mv__text {
    top: 126px;
    left: 50%;
    transform: translateX(-50%);
    width: 288px;
  }
}
.member-mv__text img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.member-mv-slider {
  height: 700px;
}
@media screen and (max-width: 1080px) {
  .member-mv-slider {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .member-mv-slider {
    height: 380px;
  }
}

.member-mv-slider__item {
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .member-mv-slider__item {
    height: 380px;
  }
}

.home-slider {
  position: relative;
  top: -175px;
  height: 120px;
  max-width: 1280px;
  margin: 0 auto -120px;
  padding: 0 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .home-slider {
    top: 0;
    height: auto;
    padding: 0;
    margin-bottom: 8px;
  }
  .home-slider a {
    display: block;
  }
}
.home-slider__item {
  padding: 0 8px;
}
@media screen and (max-width: 1080px) {
  .home-slider__item {
    padding: 0 3px;
  }
}
.home-slider img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .home-slider img {
    width: 100%;
    max-width: inherit;
  }
}
.home-slider .slick-arrow {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 24px;
  height: 24px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .home-slider .slick-arrow {
    width: 22px;
    height: 22px;
  }
}
.home-slider .slick-prev {
  left: 8px;
  background-image: url(../img/home/btn_prev_01.png);
}
@media screen and (max-width: 1080px) {
  .home-slider .slick-prev {
    left: 40px;
  }
}
.home-slider .slick-prev::before {
  display: none;
}
.home-slider .slick-next {
  right: 8px;
  background-image: url(../img/home/btn_next_01.png);
}
@media screen and (max-width: 1080px) {
  .home-slider .slick-next {
    right: 40px;
  }
}
.home-slider .slick-next::before {
  display: none;
}

.new-member-mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .new-member-mv {
    margin-top: 0;
  }
}

.new-member-mv-slider {
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .new-member-mv-slider {
    margin-bottom: 8px;
  }
}

.new-member-mv-slider__item {
  background-color: #fff;
}
.new-member-mv-slider__item img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.new-home-slider {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .new-home-slider {
    margin-bottom: 8px;
  }
  .new-home-slider a {
    display: block;
  }
}
.new-home-slider__item {
  padding: 0 8px;
}
@media screen and (max-width: 1080px) {
  .new-home-slider__item {
    padding: 0 3px;
  }
}
.new-home-slider img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .new-home-slider img {
    width: 100%;
    max-width: inherit;
  }
}
.new-home-slider .slick-arrow {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 24px;
  height: 24px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .new-home-slider .slick-arrow {
    width: 22px;
    height: 22px;
  }
}
.new-home-slider .slick-prev {
  display: none !important;
  left: 8px;
  background-image: url(../img/home/btn_prev_01.png);
}
@media screen and (max-width: 768px) {
  .new-home-slider .slick-prev {
    left: 31px;
    display: block !important;
  }
}
.new-home-slider .slick-prev::before {
  display: none;
}
.new-home-slider .slick-next {
  display: none !important;
  right: 8px;
  background-image: url(../img/home/btn_next_01.png);
}
@media screen and (max-width: 768px) {
  .new-home-slider .slick-next {
    right: 45px;
    display: block !important;
  }
}
.new-home-slider .slick-next::before {
  display: none;
}

@media screen and (min-width: 769px) {
  .new-home-slider.full-width {
    margin: 0 -8px 8px;
  }
  .new-home-slider.full-width .slick-list {
    padding: 0 !important;
  }
  .new-home-slider.full-width .slick-track {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0) !important;
  }
  .new-home-slider.full-width .slick-cloned {
    display: none !important;
  }
  .new-home-slider.centering .slick-track {
    transform: translate(0) !important;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-menu,
.new-fixed-menu {
    display: none !important;
  }
}
.fixed-menu {
  display: none;
  position: fixed;
  right: -10px;
  top: 165px;
  z-index: 9999;
  height: 138px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.fixed-menu__nav {
  display: flex;
  height: 100%;
}
.fixed-menu__title {
  width: 36px;
  background-color: #fff;
  padding: 15px 0;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}
.fixed-menu__title img {
  display: block;
  width: 17px;
  margin: 0 auto;
}
.fixed-menu__body {
  padding: 13px 15px 0;
  border-radius: 0 10px 10px 0;
  background-color: #ececec;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.fixed-menu__btn {
  display: block;
  margin: 0 8px;
}
.fixed-menu__btn img {
  display: block;
  width: 76px;
  margin: 0 auto;
}
.fixed-menu__text {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  font-weight: bold;
}

.new-fixed-menu {
  display: none;
  position: fixed;
  right: -10px;
  top: 165px;
  z-index: 9999;
  height: 138px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.new-fixed-menu__nav {
  display: flex;
  height: 100%;
}
.new-fixed-menu__title {
  width: 36px;
  background-color: #fff;
  padding: 15px 0;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}
.new-fixed-menu__title img {
  display: block;
  width: 17px;
  margin: 0 auto;
}
.new-fixed-menu__body {
  padding: 13px 15px 0;
  border-radius: 0 10px 10px 0;
  background-color: #ececec;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.new-fixed-menu__btn {
  display: block;
  margin: 0 8px;
}
.new-fixed-menu__btn img {
  display: block;
  width: 76px;
  margin: 0 auto;
}
.new-fixed-menu__text {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  font-weight: bold;
}

.home-strength {
  background-color: #f5f5f5;
  padding: 50px 0 1px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .home-strength {
    padding: 28px 0 10px;
  }
}
.home-strength__title {
  font-size: 100px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home-strength__title {
    font-size: 36px;
  }
}
.home-strength__list {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .home-strength__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    gap: 15px;
  }
}
.home-strength__list li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .home-strength__list li {
    width: 104px;
    margin: 0 0 15px;
  }
}
.home-strength__list-text {
  display: block;
  margin-top: 14px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .home-strength__list-text {
    white-space: nowrap;
    font-size: 10px;
    margin-top: 10px;
  }
}

.home-calendar {
  background-color: #f5f5f5;
  padding: 60px 0 70px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .home-calendar {
    padding: 30px 0;
  }
}
.home-calendar__title {
  font-size: 100px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home-calendar__title {
    font-size: 36px;
  }
}
.home-calendar__sub-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home-calendar__sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.home-calendar__table {
  background-color: #fff;
}
.home-calendar table {
  width: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.home-calendar table th {
  text-align: center;
  width: 13%;
  background: #f4f4f4;
  padding: 10px;
  border: 1px solid #dddddd;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .home-calendar table th {
    font-size: 14px;
  }
}
.home-calendar table td {
  text-align: center;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #FFFFFF;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .home-calendar table td {
    padding: 5px 2px;
  }
}
.home-calendar table + table th {
  border-top: none;
}
.home-calendar__holiday, .home-calendar__sunday {
  color: red;
}
.home-calendar__saturday {
  color: blue;
}
.home-calendar__date {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.home-calendar__day-prefix {
  font-size: 14px;
  font-weight: normal;
}
.home-calendar__hantei {
  color: #000;
}

.home-booking + .home-calendar {
  padding: 10px 0 60px;
}
@media screen and (max-width: 768px) {
  .home-booking + .home-calendar {
    padding: 10px 0 30px;
  }
}

.home-ranking {
  padding: 60px 0 70px;
  background-color: #FF0202;
}
@media screen and (max-width: 768px) {
  .home-ranking {
    padding: 30px 0;
  }
}
.home-ranking__title {
  color: #fff;
  font-size: 100px;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  .home-ranking__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.home-ranking__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home-ranking__list {
    display: block;
  }
}
.home-ranking__item {
  position: relative;
  width: calc(33.3% - 16px);
  max-width: 300px;
  background-color: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-ranking__item {
    width: 100%;
    max-width: 345px;
    margin: 0 auto 12px;
  }
  .home-ranking__item a {
    display: flex;
    flex-wrap: wrap;
  }
}
.home-ranking__item--1 .home-ranking__icon {
  background-color: #caa557;
}
.home-ranking__item--2 .home-ranking__icon {
  background-color: #949494;
}
.home-ranking__item--3 .home-ranking__icon {
  background-color: #754c24;
}
.home-ranking__icon {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home-ranking__icon {
    position: relative;
    width: 77px;
    height: 125px;
    top: 0;
    left: 0;
    transform: translateX(0);
    border-radius: 0;
  }
}
.home-ranking__icon img {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .home-ranking__img {
    width: calc(100% - 77px);
  }
}
.home-ranking__body {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .home-ranking__body {
    width: 100%;
    padding: 10px 0 14px;
  }
}
.home-ranking__item-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .home-ranking__item-title {
    font-size: 17px;
  }
}

.home-section {
  background-color: #f5f5f5;
  padding: 60px 0 70px;
  text-align: center;
  color: #000;
}
.home-section__title {
  font-size: 100px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.home-section__sub-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home-section {
    padding: 30px 0;
  }
  .home-section__title {
    font-size: 36px;
  }
  .home-section__sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.home-recent-work-list {
  border-radius: 5px;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  /* Noto Sansだと動的に項目を表示する際に一瞬文字が消えるときがあるためフォントを指定 */
  font-family: sans-serif;
  position: relative;
}
ul.home-recent-work-list::after {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    background: #f5f5f5;
    position: absolute;
    top: 0px;
    left: 0;
}

.home-recent-work-list li {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 25px 20px 0 20px;
  border-top: 1px solid #C7BAA9;
  gap: 15px;
  height: 75px;
  align-content: center;
  overflow-anchor: none;
}
.home-recent-work-list li:first-child {
  border-top: none;
  padding-top: 10px;
}
.home-recent-work-list-date {
  order: 0;
  width: 14%;
  text-align: left;
  display: flex;
  min-width: 110px;
}
.home-recent-work-list-date::before{
  content: '';
  display: block;
  width: 22px;
  height: auto;
  background: no-repeat top center/contain url(../img/home/logo_recent-w.png);
  margin-right: 10px;
  position: relative;
  bottom: 0;
}
.home-recent-work-list-address {
  order: 1;
  min-width: 25%;
  text-align: left;
}
.home-recent-work-list-detail {
  order: 2;
  text-align: left;
}
.home-recent-work-list-price {
  order: 3;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .home-recent-work-list {
    padding: 10px 10px 0;
    font-size: 14px;
    border: none;
  }
  .home-recent-work-list li {
    margin: 15px 0;
    padding: 16px 0 0 0;
    gap: 10px;
  }
  .home-recent-work-list-date {
    width: auto;
    min-width: 100px;
  }
  .home-recent-work-list-date::before {
    margin-right: 5px;
  }
  .home-recent-work-list-address {
    width: calc(100% - 110px);
  }
  .home-recent-work-list-detail {
    order: 2;
    width: auto;
    padding-left: 27px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home-recent-work-list-price {
    order: 2;
    max-width: 95px;
  }
}

.home-menu {
  padding: 68px 0;
  background-color: #f5f5f5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .home-menu {
    padding: 30px 0;
  }
}
.home-menu__title {
  font-size: 100px;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  .home-menu__title {
    font-size: 36px;
  }
}
.home-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .home-menu__list {
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
  }
}
.home-menu__item {
  position: relative;
  width: calc(33.3% - 40px);
  max-width: 300px;
  margin-left: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-menu__item {
    width: calc(50% - 10px);
    margin-bottom: 0;
    margin-left: 0;
  }
}
.home-menu__item:nth-child(3n+1) {
  margin-left: 0;
}
.home-menu__body {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .home-menu__body {
    padding: 10px;
  }
}
.home-menu__body::after {
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-right: 20px solid #FF0200;
  border-top: 20px solid transparent;
  content: "";
}
@media screen and (max-width: 768px) {
  .home-menu__body::after {
    border-right: 10px solid #FF0200;
    border-top: 10px solid transparent;
  }
}
.home-menu__item-title {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .home-menu__item-title {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.home-menu__price {
  font-size: 22px;
  color: #FF0200;
}
@media screen and (max-width: 768px) {
  .home-menu__price {
    font-size: 15px;
  }
}
.home-menu__price::before {
  content: "¥";
}
.home-menu__price span {
  font-family: "Bebas Neue", cursive;
}
.home-menu__text {
  font-size: 14px;
  font-weight: bold;
  color: #FF0200;
}
@media screen and (max-width: 768px) {
  .home-menu__text {
    font-size: 10px;
  }
}

.home-info {
  background-color: #FF0202;
  padding: 40px 0 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home-info {
    padding: 26px 0;
  }
}
.home-info__title {
  font-size: 100px;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  .home-info__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .home-info__list {
    font-size: 12px;
  }
}
.home-info dt {
  line-height: 1.7;
}
.home-info dd {
  margin-bottom: 30px;
  line-height: 1.7;
}
.home-info a {
  color: #fff;
  text-decoration: underline;
}
.home-info a:hover {
  text-decoration: none;
}

.home-area {
  padding: 60px 0 70px;
  background-color: #FF0202;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home-area {
    padding: 30px 0;
  }
}
.home-area__title {
  color: #fff;
  font-size: 100px;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  .home-area__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .home-area__list {
    font-size: 12px;
  }
}
.home-area__list dt {
  line-height: 1.7;
}
.home-area__list dd {
  margin-bottom: 30px;
  line-height: 1.7;
}

.home-booking {
  padding: 60px 0 70px;
  background-color: #FF0202;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home-booking {
    padding: 30px 0;
  }
}
.home-booking__title {
  font-size: 100px;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  .home-booking__title {
    font-size: 36px;
  }
}
.home-booking__name {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .home-booking__name {
    font-size: 16px;
  }
}
.home-booking__body {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.75;
}

.store-profile {
  padding: 60px 0 70px;
  background-color: #f5f5f5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .store-profile {
    padding: 40px 0;
  }
}
.store-profile__title {
  font-size: 100px;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  .store-profile__title {
    font-size: 36px;
  }
}
.store-profile__name {
  margin-bottom: 40px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #FF0200;
}
@media screen and (max-width: 768px) {
  .store-profile__name {
    font-size: 16px;
  }
}
.store-profile__body {
  line-height: 1.75;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .store-profile__body {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.store-profile__show-text {
  margin-bottom: 50px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .store-profile__show-text {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.store-profile__more-text {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 0 50px;
  background-image: url(../img/members/icon_more-text.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 57px auto;
  color: #000;
}
@media screen and (max-width: 768px) {
  .store-profile__more-text {
    font-size: 14px;
    padding: 0 0 30px;
    background-size: 40px auto;
  }
}
.store-profile__more-text.is-close {
  background-image: url(../img/members/icon_close-text.png);
  padding: 50px 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 0;
}
.store-profile__more-text.is-close:before {
  font-size: 16px;
  content: "閉じる";
}
@media screen and (max-width: 768px) {
  .store-profile__more-text.is-close:before {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .store-profile__more-text.is-close {
    padding: 30px 0 0;
  }
}

.home-blog {
  padding: 60px 0 70px;
  background-color: #FF0202;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home-blog {
    padding: 30px 0;
  }
}
.home-blog__title {
  color: #fff;
  font-size: 100px;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  .home-blog__title {
    font-size: 36px;
  }
}
.home-blog__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .home-blog__list {
    display: block;
    margin-bottom: 0;
  }
}
.home-blog__list li {
  width: calc(33.3% - 16px);
  margin-left: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .home-blog__list li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.home-blog__list li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .home-blog__list li:nth-child(3n+1) {
    margin: 0 auto 30px;
  }
}
.home-blog__list li a {
  display: flex;
  flex-direction: column;
  color: #000;
  height: 100%;
  min-height: 300px;
  background-color: #fff;
}
.home-blog__list li.is-new {
  position: relative;
}
.home-blog__list li.is-new:after {
  position: absolute;
  top: 6px;
  right: 6px;
  content: "NEW";
  line-height: 1;
  font-family: "Bebas Neue", cursive;
  background-color: #D60B17;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.15em;
  padding: 7px 17px 5px;
  color: #fff;
}
.home-blog__list-img {
  margin-bottom: 10px;
}
.home-blog__list-img img {
  display: block;
  width: 100%;
}
.home-blog__list-title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  .home-blog__list-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .home-blog__list-title {
    font-size: 20px;
  }
}
.home-blog__list-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 10px;
}
.home-blog__list-category {
  font-weight: bold;
  display: inline-block;
  padding: 3px 10px;
  background-color: #f5f5f5;
}
.home-blog__list-date {
  padding: 3px 0;
  font-weight: bold;
}

.member-head {
  margin-top: 110px;
  height: 410px;
  background-image: url(../img/members/head_01_pc.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  background-color: #000;
}
@media screen and (max-width: 1080px) {
  .member-head {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .member-head {
    height: 140px;
    margin-top: 0;
    background-image: url(../img/members/head_01_sp.png);
    background-size: cover;
  }
}
.member-head__inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.member-head__title {
  color: #FF0200;
  font-size: 60px;
  font-weight: bold;
  flex-basis: 70%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .member-head__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .member-head__title {
    font-size: 20px;
  }
}
.member-head__title.is-large {
  font-size: 120px;
}
@media screen and (max-width: 1080px) {
  .member-head__title.is-large {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .member-head__title.is-large {
    font-size: 40px;
  }
}

.member-company {
  padding: 40px 0;
  background-color: #FF0200;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .member-company {
    padding: 20px 0;
  }
}
.member-company__img {
  margin-bottom: 40px;
}
.member-company__about {
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .member-company__about {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .member-company__about {
    font-size: 12px;
  }
}
.member-company__about dt {
  width: 175px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .member-company__about dt {
    width: 77px;
  }
}
.member-company__about dd {
  width: calc(100% - 175px);
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .member-company__about dd {
    width: calc(100% - 77px);
  }
}
.member-company__text {
  margin-bottom: 60px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .member-company__text {
    font-size: 10px;
  }
}
.member-company__movie iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.member-company__supported_service {
  display: flex;
  flex-wrap: wrap;
}
.member-company__supported_service_item {
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 0 10px 10px 0;
  padding: 0 10px;
}

.home-banners {
  padding: 36px 0 78px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .home-banners {
    padding: 18px 0 30px;
  }
}

.home-banner {
  margin-bottom: 35px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .home-banner {
    margin-bottom: 15px;
  }
}
.home-banner a {
  display: block;
}

.home-payment {
  padding: 60px 0 70px;
  background-color: #f5f5f5;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .home-payment {
    padding: 30px 0;
  }
}
.home-payment__title {
  font-size: 100px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home-payment__title {
    font-size: 36px;
  }
}
.home-payment__sub-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home-payment__sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.home-payment__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .home-payment__list {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.home-payment__item {
  background-color: #fff;
  width: calc(33.3% - 40px);
  max-width: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-payment__item {
    width: calc(50% - 10px);
    margin: 0;
  }
}
.home-payment__item-inner {
  display: block;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .home-payment__item-inner {
    padding: 15px;
  }
}
.home-payment__item-modal-link {
  position: relative;
  color: #000;
  cursor: pointer;
}
.home-payment__item-modal-link::after {
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-top: 20px solid transparent;
  border-right: 20px solid #FF0200;
  content: "";
}
@media screen and (max-width: 768px) {
  .home-payment__item-modal-link::after {
    border-right: 10px solid #FF0200;
    border-top: 10px solid transparent;
  }
}
.home-payment__item-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .home-payment__item-title {
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.home-payment__list.is-five .home-payment__item:nth-child(1) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .home-payment__list.is-five .home-payment__item:nth-child(1) {
    margin: 0 30px;
  }
}
.home-payment__list.is-five .home-payment__item:nth-child(2) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .home-payment__list.is-five .home-payment__item:nth-child(2) {
    margin: 0;
  }
}
.home-payment__list.is-four {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home-payment__list.is-four {
    width: 100%;
    margin: 0;
  }
}
.home-payment__list.is-four .home-payment__item {
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  .home-payment__list.is-four .home-payment__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .home-payment__list.is-three .home-payment__item:nth-child(1) {
    margin: 0 30px;
  }
}
.home-payment__modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  pointer-events: visible;
  z-index: 99997;
}
.home-payment__modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
  max-width: 500px;
  margin: 1.75rem auto;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .home-payment__modal-dialog {
    width: calc(100% - 30px);
    margin: 30px auto;
  }
}
.home-payment__modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  z-index: 99999;
}
.home-payment__modal-title {
  padding: 40px 10px 30px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home-payment__modal-title {
    padding: 40px 10px 20px;
    font-size: 18px;
  }
}
.home-payment__modal-body {
  padding: 10px 40px 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .home-payment__modal-body {
    padding: 10px 10px 30px;
    max-height: calc(100vh - 30px - 30px - 68px);
    overflow-y: auto;
  }
}
.home-payment__modal-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .home-payment__modal-list {
    padding-left: 10px;
  }
}
.home-payment__modal-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 15px;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .home-payment__modal-list li {
    font-size: 14px;
    white-space: inherit;
  }
}
.home-payment__modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  pointer-events: visible;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-payment__modal-btn-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 46px;
  padding-top: 30px;
  font-size: 10px;
  color: #444;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .home-payment__modal-btn-close {
    top: 5px;
    right: 5px;
  }
}
.home-payment__modal-btn-close::before {
  position: absolute;
  top: 2px;
  left: 20px;
  width: 2px;
  height: 24px;
  background-color: #444;
  transform: rotate(45deg);
  content: "";
}
.home-payment__modal-btn-close::after {
  position: absolute;
  top: 2px;
  left: 20px;
  width: 2px;
  height: 24px;
  background-color: #444;
  transform: rotate(-45deg);
  content: "";
}
.home-payment__text {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .home-payment__text {
    font-size: 12px;
  }
}
.home-payment__icon {
  display: block;
  width: 30px;
  flex-shrink: 0;
}
.home-payment__icon img {
  display: block;
  width: 100%;
}

body.modal-open {
  overflow: hidden;
  padding-right: 15px;
}

.home-faq {
  padding-top: 60px;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
  background-color: #fff;
}
.home-faq h2 {
  font-size: 100px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  text-align: center;
  color: #000;
}

.home-faq__sub-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}

.home-faq__title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.home-faq__title-en {
  margin-bottom: 10px;
  font-family: "Bebas Neue", cursive;
  display: block;
  font-size: 22px;
}

.home-faq__item {
  margin-bottom: 1em;
}
.home-faq__item .home-faq__question-title {
  color: #000;
  padding-top: 1em;
  padding-right: 2.6em;
  padding-bottom: 1em;
  padding-left: 2.4em;
  background-color: #ededed;
  border-radius: 1em;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.home-faq__question-title:before {
  content: "Q.　";
  color: red;
  position: absolute;
  left: 1em;
}

.home-faq__item .home-faq__text {
  color: #000;
  padding: 1em 1em 1em 2em;
  position: relative;
  line-height: initial;
}

.home-faq__text:before {
  content: "A.　";
  position: absolute;
  left: 1em;
}

.home-faq__item a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .home-faq h2 {
    font-size: 36px;
  }
  .home-faq__sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.home-faq .home-container__text {
  text-align: center;
  line-height: initial;
}
.home-faq .home-container__text a {
  text-decoration: underline;
}

/* アコーディオンのプラスマイナス表示 */
.plus-faq::before,.plus-faq::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.plus-faq::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.5s;
}
.plus-faq.show::before {
    opacity: 0;
}
.plus-faq.show::after {
    transform: translateY(-50%) rotate(180deg);
}

.member-franchise {
  margin: auto;
  text-align: center;
  padding-bottom: 2em;
  line-height: 1.4em;
}
.member-franchise a {
  text-decoration: underline;
}

.home-pref-list-link {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-right: 0;
  padding-left: 0;
}

.home-pref-list-link .home-container__text {
  text-align: center;
  line-height: initial;
  padding-top: 0;
  padding-bottom: 0;
  align-items: flex-end;
}

.home-pref-list-link .home-container__text a{
  text-decoration: underline;
}
