@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

.new-shop {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.c-shop__section-title {
  margin: 0 !important;
  padding: 80px auto !important;
  transform: scale(0.7);
}

.c-shop-header__inner {
  position: fixed;
  z-index: 400;
  background-color: #fff;
  width: 100%;
  /* min-width: 1200px; */
}

.c-shop-header {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 35px;
  position: relative;
}

.c-shop-header .inner {
  display: flex;
  justify-content: space-between;
}

.c-shop-header .logo {
  display: flex;
  align-items: center;
}

.c-shop-header .logo-img {
  width: 218px;
}

.c-shop-header .logo-img a:hover {
  opacity: 1 !important;
}

.c-shop-header .logo-img img {
  width: 100%;
}

.c-shop-header nav {
}

.c-shop-header .nav-list {
  display: flex;
  margin-top: 65px;
}

.c-shop-header .nav-list li:nth-child(n + 2) {
  margin-left: 35px;
}

.c-shop-header .nav-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
}

.c-shop-header .nav-item p {
  margin-left: 13px;
  transition: 0.3s;
}
.c-shop-header .nav-item:hover p {
  color: #ff6699 !important;
}

.c-shop-header .nav-item path {
  fill: #dedede;
  transition: 0.3s;
}
.c-shop-header .nav-item:hover path {
  fill: #ff6699 !important;
}

.c-shop-header .info {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.c-shop-header .shop-info {
  display: flex;
  align-items: center;
  padding: 5px 28px;
  /* border: 1px solid #FF6699 !important; */
  transition: 0.3s;
}

/* .c-shop-header .shop-info:hover {
  background-color: #FF6699 !important;
} */

.c-shop-header .shop-info p {
  margin-left: 7px;
  font-size: 14px;
}
.c-shop-header .shop-info:hover p {
  color: #fff;
}

/* .c-shop-header .shop-info path{
  fill: #FF6699 !important;
} */
.c-shop-header .shop-info:hover path {
  fill: #fff !important;
}
/* .c-shop-header .shop-info rect{
  fill: #FF6699 !important;
} */
.c-shop-header .shop-info:hover rect {
  fill: #fff !important;
}

.c-shop-contact {
  position: fixed;
  top: 140px;
  right: 0;
  z-index: 100;
}

.luxze-shop-contact__inner a:nth-child(n + 2) {
  /* background-color: #FF6699 !important; */
}

.c-shop-contact__inner {
  display: flex;
  flex-direction: column;
}

.c-shop-contact__inner-p {
  color: #333;
  font-weight: 300;
}

.c-shop-contact__inner .time path {
  fill: #333;
}

.c-shop-contact__inner .contact path {
  fill: #333;
}

.c-shop-contact__inner a {
  width: 124px;
  background-color: #b52841;
  text-align: center;
  padding: 20px 0px;
  font-size: 13px;
  height: 100px;
  border: 1px solid #ff6699 !important;
  display: block;
  transition: 0.3s;
}
.c-shop-contact__inner a:first-child {
  border-top-left-radius: 10px;
}
.c-shop-contact__inner a:nth-child(2) {
  border-bottom-left-radius: 10px;
}

.c-shop-contact__inner a:hover {
  /* background-color: #FF6699 !important; */
  opacity: 1 !important;
}

/* .c-shop-contact__inner a:hover .c-shop-contact__inner-p{
  color: #fff;
}

.c-shop-contact__inner a:hover path{
  fill: #fff;
} */

.c-shop-mv {
  width: 100%;
  padding-top: 115px;
  position: relative;
}

.c-shop-mv__inner {
  width: 100%;
  position: relative;
}

.c-shop-mv__inner img {
  width: 100%;
}

.c-shop-mv__text {
  position: absolute;
  top: 65%;
  left: 27%;
  z-index: 100;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  font-weight: 300;
  z-index: 300;
}

.c-shop-mv__text-wrap {
  position: relative;
}

.c-shop-mv__text-inner {
  position: relative;
  padding: 32px 30px 150px;
  background-color: #fff;
  opacity: 0.8;
  z-index: 200;
  border-radius: 20px;
}

.c-shop-mv__text .ttl {
  font-size: 18px;
}

.c-shop-mv__text .ttl span {
  font-size: 17px;
  margin-left: 17px;
}

.c-shop-mv__text .addr {
  margin-top: 5px;
  font-size: 15px;
}

.c-shop-mv__text .addr span {
  display: block;
}

.c-shop-mv__text .addr p {
  font-size: 15px;
}

.c-shop-mv__text .time {
  margin-top: 5px;
}

.c-shop-mv__text .time-inner {
  display: flex;
  line-height: 1.8;
}

.c-shop-mv__text .time-inner p {
  font-size: 15px;
  margin-right: 14px;
  width: 77px;
}

.time-num {
  padding-top: 5px;
}

.c-shop-mv__text .time-num {
  padding-left: 14px;
  border-left: 1px solid #333;
  width: 100%;
  display: flex;
}

.time-num p {
  font-size: 15px;
}

.time-num span {
  padding: 1px 9px;
  background-color: #555555;
  color: #fff;
  margin-right: 10px;
}

.c-shop-mv__text .time-num p:first-child {
  width: 190px !important;
}

.c-shop-mv__text .time-num p {
  width: 220px !important;
}

.c-shop-mv__contact {
  display: flex;
  padding: 24px 18px;
  width: 92%;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 300;
  align-items: center;
  border-radius: 20px;
}

.c-shop-mv__contact a {
  transition: 0.3s;
  display: block;
  background-color: #ff6699 !important;
  /* padding: 18px 0; */
  text-align: center;
  width: 200px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.c-shop-mv__contact a::after {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 6px;
  border-left: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  transform: rotate(135deg);
}

.c-shop-mv__contact a:hover {
  color: #fff !important;
}

.c-shop-mv__contact .tel {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}

.c-shop-mv__contact .tel p {
  font-weight: 500;
  width: 100%;
  color: #ff6699 !important;
}

.c-shop-mv__contact .tel p:first-child {
  font-size: 13px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ff6699 !important;
}

.c-shop-mv__contact .tel p:nth-child(n + 2) {
  font-size: 21px;
}

.c-shop-swiper {
  width: 80%;
  margin: 40px auto 0;
  max-width: 1000px;
}

.c-shop-contents {
  background-color: #fff;
}

.c-sshop-fb {
  background-color: #3b5998;
  display: flex;
  width: 290px;
  color: #fff;
  margin-top: 24px;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  transition: 0.3s;
  position: relative;
}

.c-sshop-fb::after {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 6px;
  border-left: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  transform: rotate(135deg);
}

.c-sshop-fb:hover {
  color: #fff !important;
}

.c-sshop-fb p {
  margin-left: 24px;
}

.c-shop-info__news a {
  color: #333 !important;
  padding-bottom: 8px;
}

.c-shop-info__news a.is-active {
  /* border-bottom: 2px solid #188a41; */
}

.c-shop-info__btn a {
  color: #333;
}

.c-shop-point {
  background-color: #fff;
}

.c-shop-point__ttl {
  background-color: transparent !important;
}

.c-shop-point__ttl img {
}

.c-shop-point__ttl span {
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.c-shop-point__mag {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  color: #ff6699 !important;
  background-color: #fdfbef;
  padding: 42px 0;
  border-radius: 9999px;
}

.c-shop-point__mag p {
  text-align: center;
}

.c-shop-facility {
  background-color: #fff;
}

.c-shop-facility__inner {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}

.c-shop-facility__img {
  width: 95%;
  margin: 100px auto 0;
}

.c-shop-facility__list {
  border: 2px solid #ff6699 !important;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 82px;
  padding: 45px 0px 45px 0px;
}

.c-shop-facility__list ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: right; */
}
.c-shop-facility__list li {
  display: flex;
  align-items: center;
  width: 45%;
  color: #ff6699 !important;
  font-size: 18px;
  margin-right: 10px;
}
.c-shop-facility__list li:nth-child(n + 3) {
  margin-top: 33px;
}
.c-shop-facility__list .img {
  width: 50px;
  text-align: center;
}

.c-shop-facility__list p {
  margin-left: 22px;
}

.c-shop-price {
  background-color: #fff;
}

.c-shop-price__inner {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto 150px;
  padding-top: 150px;
}

.c-shop-price__boxInner {
  display: flex;
}

.luxze-color {
  color: #ff6699 !important;
}

.laxze-price {
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .c-shop-price__boxInner {
    flex-direction: column;
  }
}

.c-shop-price__left {
  width: 69%;
  border: 1px solid #ccc;
}

.c-shop-price__left-luxze {
  width: 69%;
  border: 1px solid #ccc;
}

.c-shop-price__left .left-ttl {
  width: 100%;
  background-color: #ffe3ee !important;
  text-align: center;
  color: #ff6699;
  font-weight: 500;
  padding: 10px 0;
  font-size: 18px;
}
.c-shop-price__head-item-plan.luxze-color {
  background-color: #ffe3ee !important;
}
.c-shop-price__head-item-ttl.luxze-color {
  border-color: #ff6699 !important;
}
.c-shop-price__left .left-box {
  display: flex;
  padding: 33px 0 26px;
  justify-content: space-around;
}

.c-shop-price__left .left-box__item {
  width: 35%;
}

.c-shop-price__left .left-box__item-ttl {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 3px solid #ff6699 !important;
  text-align: center;
  color: #ff6699;
  font-weight: 500;
}

.c-shop-price__left .fee {
}
.c-shop-price__left .fee p:first-child {
  font-size: 98px;
  color: #ff6699;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}

.c-shop-price__left .fee p:nth-child(n + 2) {
  text-align: center;
  font-weight: 300;
}

.c-shop-price__left .fee span {
  font-size: 32px;
}

.c-shop-price__right {
  width: 35%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-shop-price__right {
    width: 35%;
    justify-content: space-between;
  }
}

.c-shop-price__right .right-box {
  border: 1px solid #ccc;
  display: flex;
  padding: 17px 25px 17px 30px;
  align-items: center;
  width: 94%;
  justify-content: center;
}

.c-shop-price__right .right-box__ttl {
  font-size: 24px;
  color: #ff6699;
  font-weight: 500;
  margin-right: 30px;
}

.c-shop-price__right .fee {
  color: #ff6699;
  text-align: center;
  border-left: 3px solid #ff6699;
  padding-left: 30px;
  line-height: 1.4;
}

.c-shop-price__right .fee-luxze {
  color: #ff6699 !important;
  text-align: center;
  border-left: 3px solid #ff6699 !important;
  padding-left: 30px;
  line-height: 1.4;
}

@media screen and(min-width:769px) {
  .c-shop-price__right .fee-luxze {
    border-left: 3px solid #ff6699 !important;
  }
}

.c-shop-price__right .fee p:first-child {
  font-size: 60px;
  font-weight: 600;
}

.c-shop-price__right .fee p:nth-child(n + 2) {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.c-shop-price__right .fee p:nth-child(n + 2) span {
  font-size: 18px;
}
.c-shop-price__right .fee span {
  font-size: 25px;
}

.c-shop-price__option {
  border: 1px solid #ccc;
  display: flex;
  margin-top: 30px;
  align-items: center;
  padding: 10px 0;
}

.c-shop-price__option .left {
  color: #ff6699;
  width: 25%;
}

.c-shop-price__option .left p {
  text-align: center;
  font-size: 20px;
}

.c-shop-price__option .right {
  border-left: 1px solid #ccc;
  display: flex;
  width: 75%;
}

.c-shop-price__option .right .fee {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}
.c-shop-price__option .right .fee p:first-child {
  font-size: 15px;
  color: #ff6699;
}
.c-shop-price__option .right .fee p:nth-child(2) {
  font-size: 55px;
  color: #ff6699;
  margin-left: 16px;
}
.c-shop-price__option .right .fee p:last-child {
  font-size: 14px;
}

.c-shop-price__option .right .fee span {
  font-size: 19px;
}

.c-shop-membership {
  background-color: #fdfbef !important;
}

.c-shop-membership__green:hover a {
  color: #ff6699 !important;
  opacity: 0.7;
  transition: 0.3s;
}

.c-shopinfo__mt {
  margin-top: 106px !important;
}

.c-shop-footer__name {
  padding: 50px 0 40px !important;
}

.c-shop-footer__name .logo {
  margin-bottom: 0 !important;
}

.footer-nav {
  background-color: #fff;
}

.footer-nav__wrap {
  border-bottom: 1px solid #ccc;
  padding: 0 50px;
}

.footer-nav__inner {
  margin: 0 auto;
  width: 1100px;
}

.footer-list01 {
  display: flex;
  padding: 20px 0;
}

.footer-list01 li {
}

.footer-list01 li:nth-child(n + 2) {
  margin-left: 50px;
}

.footer-list01 a {
  font-size: 14px;
  color: #333;
  opacity: 0.8;
  transition: 0.3s;
}

.footer-list01 a:hover {
  opacity: 1 !important;
  color: #333;
}

.footer-list02 {
  display: flex;
}

.fotter-company-name a {
  transition: 0.3s;
}

.c-shop-footer {
  padding: 0 50px;
}

.c-shop-footer__inner {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.c-shop-footer__list {
  display: flex;
  align-items: center;
}
.c-shop-footer__list li {
  width: 135px;
  border-right: 1px solid #ccc;
}

.c-shop-footer__list li:first-child {
  border-left: 1px solid #ccc;
  padding: 10px 20px 0;
}

.c-shop-footer__list li:nth-child(n + 2) {
  line-height: 3;
  padding: 0px 20px 0;
}

.c-shop-footer__list li:last-child {
  flex-grow: 1;
  border-right: 0px;
  white-space: nowrap;
}

.c-shop-footer__list a {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.c-shop-footer__list img {
  width: 100%;
}

.c-wrap_bottom {
  padding: 6rem 0 0 !important;
}

.c-wrap_top {
  padding-top: 10rem !important;
  background-color: #fff !important;
}

.c-shop-num {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
}

.c-shop-num .tax {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .c-shop-header .inner {
    flex-direction: column;
  }

  .c-shop-header__inner {
    min-width: inherit;
  }

  .c-shop-header_sp {
    padding-top: 0px !important;
  }

  .c-shop-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-shop-header .logo-img {
    margin: 10px 0 0 0 !important;
  }
  .c-shop-header .nav-item {
    flex-direction: column;
    align-items: center;
  }

  .c-shop-header .nav-list {
    justify-content: center;
  }

  .c-shop-header .nav-list li {
    width: 20%;
    max-width: 90px;
  }

  .c-shop-header .nav-list li:nth-child(n + 2) {
    margin-left: 5px;
  }

  .nav-item__img {
    height: 32px;
  }

  .c-shop-header .nav-item p {
    font-size: 10px;
  }

  .c-shop-header .nav-item p {
    margin-left: 0;
    text-align: center;
  }

  .c-shop-header .shop-info {
    padding: 4px 6px;
  }

  .c-shop-header .shop-info p {
    font-size: 10px;
  }
  .c-shop-header .logo-img img {
    width: 45%;
  }

  .c-shop-header .nav-list {
    margin-top: 18px;
  }

  .c-shop-mv__text {
    display: none;
  }

  .c-shop-mv {
    padding-top: 132px;
  }

  .c-shop-mv__inner {
    height: 340px;
  }

  .c-shop-mv__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (max-width: 768px) {
    .c-shop-mv__wrapper {
      background-color: #fff !important;
      padding: 20px 40px;
    }
  }

  @media screen and (max-width: 500px) {
    .c-shop-mv__wrapper {
      padding: 15px;
    }
  }

  .c-shop-mv__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
  }

  @media screen and (max-width: 768px) {
    .c-shop-mv__content {
      position: static;
      left: 0;
      transform: translateX(0%);
      max-width: 350px;
      width: 80%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 500px) {
    .c-shop-mv__content {
      position: static;
      left: 0;
      transform: translateX(0%);
      max-width: 350px;
      width: 100%;
      margin: 0 auto;
    }
  }

  .c-shop-mv__content .ttl {
    font-size: 15px;
  }

  @media screen and (max-width: 500px) {
    .c-shop-mv__content .ttl {
      font-size: clamp(10px, 4vw, 16px);
      text-align: center;
    }
  }

  .c-shop-mv__content .ttl span {
    margin-left: 20px;
  }

  @media screen and (max-width: 500px) {
    .c-shop-mv__content .ttl span {
      margin-left: 10px;
    }
  }

  .c-shop-mv__content .contact {
    margin-top: 12px;
    display: flex;
  }

  .c-shop-mv__content .contact-btn {
    position: relative;
  }

  .c-shop-mv__content .contact-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(133deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    right: 8px;
  }

  @media screen and (max-width: 500px) {
    .c-shop-mv__content .contact-btn::after {
      top: 50%;
      right: 7px;
    }
  }

  .c-shop-mv__content .contact-btn a {
    display: block;
    background-color: #ff6699 !important;
    color: #fff;
    font-size: 16px;
    padding: 13px 26px 13px 21px;
  }

  @media screen and (max-width: 500px) {
    .c-shop-mv__content .contact-btn a {
      font-size: clamp(10px, 4vw, 16px);
      padding: 12px 17px 12px 8px;
    }
  }

  .c-shop-mv__content .contact-tel {
    margin-left: 10px;
    color: #ff6699 !important;
  }

  .c-shop-mv__content .msg {
    font-size: 10px;
    padding-bottom: 3px;
    border-bottom: 2px solid #ff6699 !important;
  }

  .c-shop-mv__content .tel {
    font-size: 15px !important;
    font-weight: 600;
  }

  @media screen and (max-width: 500px) {
    .c-shop-mv__content .tel {
      font-size: clamp(10px, 3.5vw, 16px);
    }
  }

  .c-shop-guide {
    display: flex;
    margin-top: 17px;
  }

  .c-shop-guide .shop-info {
    width: 50%;
    /* background-color: #FF6699 !important; */
    color: #fff;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .c-shop-guide .shop-info:first-child {
    border-right: 1px solid #fff;
  }

  .c-shop-guide path,
  .c-shop-guide rect {
    fill: #fff;
  }

  .shop_news_content {
    margin-top: 0 !important;
  }

  .c-shop__section-title {
    transform: scale(1);
  }
  .c-wrap_bottom {
    padding-top: 50px !important;
  }

  .c-sshop-fb {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    background-color: #fff;
    color: #333;
  }

  .c-sshop-fb:hover {
    color: #333 !important;
    opacity: 1 !important;
  }

  .c-sshop-fb::after {
    border-left: 2.5px solid #333;
    border-top: 2.5px solid #333;
    top: 41%;
  }

  .c-sshop-fb p {
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    transition: 0.3s;
  }

  .c-sshop-fb img {
    opacity: 1 !important;
  }

  .c-wrap_top {
    padding-top: 6rem !important;
  }

  .c-shop-point-wrap_sp {
    padding-top: 1rem !important;
  }

  .c-shop-point__ttl img {
    width: 170px;
  }

  .c-shop-facility__list {
    margin-top: 53px;
  }

  .c-shop-facility__list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-shop-facility__list ul {
    flex-direction: column;
  }

  .c-shop-facility__list li {
    width: 100%;
  }

  .c-shop-facility__list li:nth-child(n + 3) {
    margin-top: 0;
  }

  .c-shop-facility__list li:nth-child(n + 2) {
    margin-top: 40px;
  }

  .c-shop-facility__img {
    width: 100%;
  }

  .c-shop-price__inner {
    padding-top: 95px;
  }

  .c-shop-price__boxInner {
    margin-top: 50px;
  }

  .c-shop-price__left .left-box__item {
    width: 69%;
    max-width: 250px;
  }

  .c-shop-price__left .fee p:first-child {
    font-size: 85px;
  }

  .left-box__item-ttl {
    padding-bottom: 6px !important;
  }

  .c-shop-price__right .right-box {
    flex-direction: column;
    padding: 17px 10px 17px 10px;
  }

  .c-shop-price__right .fee {
    border-left: 0px;
    padding-left: 0;
  }

  .c-shop-price__right .fee span {
    font-size: 25px;
  }

  .c-shop-price__right .right-box__ttl {
    margin-right: 0;
    width: 90%;
    text-align: center;
    max-width: 200px;
    padding-bottom: 6px;
    border-bottom: 3px solid #ff6699 !important;
    font-size: 20px;
  }

  .c-shop-price__option {
    flex-direction: column;
  }

  .c-shop-price__option .left {
    width: 100%;
  }

  .c-shop-price__option .left p {
    padding-bottom: 6px;
    border-bottom: 3px solid #ff6699 !important;
    width: 85%;
    margin: 0 auto;
    max-width: 400px;
  }

  .c-shop-price__option .right {
    border-left: 0px;
    flex-direction: column;
    width: 100%;
  }

  .c-shop-price__option .fee {
    width: 100% !important;
    flex-wrap: wrap;
  }

  .c-shop-price__option .right .fee p:first-child {
    width: 85px;
    font-size: 20px;
    font-weight: 600;
  }

  .c-shop-price__left .left-box__item-ttl {
    font-size: 28px;
  }

  .c-shop-price__left .fee span {
    font-size: 28px;
  }

  .c-shop-price__right .fee p:first-child {
    font-size: 50px;
  }
  .c-shop-price__option .right .fee p:nth-child(2) {
    font-size: 50px;
  }

  .c-shop-price__right .fee p:nth-child(n + 2) {
    font-size: 15px;
  }

  .c-shop-price__option .right .fee .tax {
    display: block;
    text-align: center;
    color: #333;
    font-size: 15px;
    font-weight: 300;
    margin-top: -14px !important;
  }

  .c-shop-price__inner {
    margin-bottom: 64px;
  }

  .c-shop-price__right .fee-luxze {
    border-left: 0px solid #ff6699 !important;
  }

  .c-guide__detail {
    margin: -20px auto 20px auto;
  }

  .c-shop-guide__inner {
    padding: 40px 10px !important;
  }

  .c-shopinfo-msg {
    text-align: center;
  }
  .c-shopinfo-msg .ttl {
    font-size: 26px;
    color: #088f4c;
    font-weight: 600;
    margin-bottom: 27px;
    margin-top: 45px;
  }
  .c-shopinfo-msg .text {
    font-size: 13px;
  }

  .c-shopinfo-msg .text:nth-child(n + 2) {
    margin-top: 32px;
  }

  .c-shop-footer__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .c-shop-footer__inner {
    width: auto;
  }

  .c-shop-footer__list li {
    width: 33.3%;
    padding: 10px 10px !important;
  }

  .c-shop-footer__list li:first-child {
    border: 0px;
  }

  .c-shop-footer__list li:nth-child(2) {
    border-left: 1px solid #ccc;
  }

  .c-shop-footer__list li:first-child a {
    text-align: center;
  }

  .c-shop-footer__list li:first-child img {
    width: 65%;
  }

  .c-shop-footer__list li:nth-child(n + 4) {
    margin-top: 10px;
  }
  .c-shop-footer__list li:nth-child(3n) {
    border-right: 0px;
  }

  .footer-nav__wrap {
    padding: 0 10px;
  }

  .footer-nav__inner {
    width: 100%;
    max-width: 475px;
  }

  .footer-list01 {
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-list01 li {
    width: 23%;
    white-space: nowrap;
  }

  .footer-list01 li a {
    font-size: 12px;
  }

  .footer-list01 li:nth-child(n + 2) {
    margin-left: 0;
  }

  .footer-list01 li:nth-child(n + 5) {
    margin-top: 10px;
  }
  .footer-list01 li:nth-child(6) {
    width: 47%;
  }
  .footer-list01 li:nth-child(7) {
    width: 26%;
  }

  .c-shop-footer {
    padding: 0 10px;
  }

  .c-shop-footer__list li {
    width: 27.3%;
    padding: 10px 10px !important;
  }

  .c-shop-footer__list li:first-child {
    border: 0px;
  }

  .c-shop-footer__list li:nth-child(2) {
    border-left: 1px solid #ccc;
  }

  .c-shop-footer__list li:first-child a {
    text-align: center;
  }

  .c-shop-footer__list li:first-child img {
    width: 65%;
  }

  .c-shop-footer__list li:nth-child(n + 4) {
    margin-top: 10px;
  }
  .c-shop-footer__list li:nth-child(3n) {
    border-right: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1030px) {
  .c-shop-price__option .right {
    flex-direction: column;
  }
  .c-shop-price__option .right .fee {
    width: 100%;
    justify-content: left;
    margin-left: 30px;
  }
  .c-shop-price__option .right .fee p {
    width: 120px;
  }
}

/* PC・SP表示切り替え */

@media screen and (min-width: 374px) {
  .shop-phone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .shop-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .shop-sp {
    display: none;
  }
}

/* luxze */

.luxze-guide-item {
  max-width: 400px;
  width: 60% !important;
}

.luxze-contact-btn {
  background-color: #ff6699 !important;
  width: 100%;
  color: #fff !important;
}

.luxze-guide-wrap {
  border: 4px solid #ff6699;
}

.luxze-guide-tel {
  color: #ff6699;
}

.shopinfo-top-ttl {
  /* color: #B52841; */
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 83px 0 59px;
}

.shopinfo-top-ttl .accent {
  color: #b52841;
  font-size: 34px;
  font-weight: 700;
}

.shopinfo-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #ff6699;
  text-align: center;
  margin-bottom: 44px;
}

.shopinfo-top-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.shopinfo-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  color: #333;
}

.shop_content .program .dl_box_program dd ul .slick-list li.pdf_link a:after {
  content: none;
}

.shop_content .program .dl_box_program dd ul .slick-list li.pdf_link {
  position: relative;
}

.shop_content .program .dl_box_program dd ul .slick-list li a p span.pdf_btn {
  background: #028c43;
  color: #fff;
  font-size: 11px;
  padding: 3px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

/* modal */
#lightbox-panel {
  padding: 14px 22px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1100px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10;
  padding: 23px 20px;
}

#lightbox-panel:after {
  content: url("../images/close.png");
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
  zoom: 0.7;
}

#lightbox-panel .shop_content {
  background: none;
}

#lightbox-panel figure {
  float: right;
  text-align: right;
}

#lightbox-panel figure img {
  width: 90%;
}

#lightbox-panel .hightlight {
  font-size: 1.8rem;
  color: #ff8100;
  margin: 28px 0 0;
}

#lightbox-panel .hightlight span {
  font-size: 1.4rem;
  font-weight: bold;
  background: #ff8100;
  color: #fff;
  text-align: center;
  padding: 0 13px;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 24px;
}

#lightbox-panel p + p {
  margin-top: 20px;
}

#lightbox-panel .box_ttl {
  margin-bottom: 20px;
}

#lightbox-panel .btn {
  text-align: center;
  margin-top: 30px;
}

#lightbox-panel .btn a {
  position: relative;
  display: inline-block;
  background: #008c44;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 15px 100px;
}

#lightbox-panel .btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
  overflow: hidden;
  text-indent: -9999px;
  background-position: -758px -271px;
  width: 11px;
  height: 17px;
}

#BlackWindow {
  display: none;
  background: #000000;
  opacity: 0.4;
  filter: alpha(opacity=70);
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

/* modal */
#lightbox-panel-2 {
  padding: 14px 22px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1100px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10;
  padding: 23px 20px;
}

#lightbox-panel-2:after {
  content: url("../images/close.png");
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
  zoom: 0.7;
}

#lightbox-panel-2 .shop_content {
  background: none;
}

#lightbox-panel-2 figure {
  float: right;
  text-align: right;
}

#lightbox-panel-2 figure img {
  width: 90%;
}

#lightbox-panel-2 .hightlight {
  font-size: 1.8rem;
  color: #ff8100;
  margin: 28px 0 0;
}

#lightbox-panel-2 .hightlight span {
  font-size: 1.4rem;
  font-weight: bold;
  background: #ff8100;
  color: #fff;
  text-align: center;
  padding: 0 13px;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 24px;
}

#lightbox-panel-2 p + p {
  margin-top: 20px;
}

#lightbox-panel-2 .box_ttl {
  margin-bottom: 20px;
}

#lightbox-panel-2 .btn {
  text-align: center;
  margin-top: 30px;
}

#lightbox-panel-2 .btn a {
  position: relative;
  display: inline-block;
  background: #008c44;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 15px 100px;
}

#lightbox-panel-2 .btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
  overflow: hidden;
  text-indent: -9999px;
  background-position: -758px -271px;
  width: 11px;
  height: 17px;
}

/* modal */
#lightbox-panel-3 {
  padding: 14px 22px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1100px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10;
  padding: 23px 20px;
}

#lightbox-panel-3:after {
  content: url("../images/close.png");
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
  zoom: 0.7;
}

#lightbox-panel-3 .shop_content {
  background: none;
}

#lightbox-panel-3 figure {
  float: right;
  text-align: right;
}

#lightbox-panel-3 figure img {
  width: 90%;
}

#lightbox-panel-3 .hightlight {
  font-size: 1.8rem;
  color: #ff8100;
  margin: 28px 0 0;
}

#lightbox-panel-3 .hightlight span {
  font-size: 1.4rem;
  font-weight: bold;
  background: #ff8100;
  color: #fff;
  text-align: center;
  padding: 0 13px;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 24px;
}

#lightbox-panel-3 p + p {
  margin-top: 20px;
}

#lightbox-panel-3 .box_ttl {
  margin-bottom: 20px;
}

#lightbox-panel-3 .btn {
  text-align: center;
  margin-top: 30px;
}

#lightbox-panel-3 .btn a {
  position: relative;
  display: inline-block;
  background: #008c44;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 15px 100px;
}

#lightbox-panel-3 .btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
  overflow: hidden;
  text-indent: -9999px;
  background-position: -758px -271px;
  width: 11px;
  height: 17px;
}

@media screen and (min-width: 769px), print {
  /* ===================================================================
  use sakura
=================================================================== */
  .pink_txt {
    color: #1d8d3c;
  }
  .sakura_content .slider > figure {
    margin-top: -4px;
  }
  .sakura_content .slider > figure .resimg {
    position: relative;
    top: -60px;
  }
  .sakura_content .banner_list img {
    width: 100%;
  }
  .sakura_content .btn_more {
    width: 220px;
    margin: 0 auto;
  }
  .sakura_content .btn_more a {
    position: relative;
    display: block;
    padding: 6px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sakura_content .btn_more a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sakura_content .shop_section {
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .sakura_content .shop_section:before,
  .sakura_content .shop_section:after {
    content: " ";
    display: table;
  }
  .sakura_content .shop_section:after {
    clear: both;
  }
  .sakura_content .shop_section.plan {
    border-bottom: 1px solid #d7d7d7;
  }
  .sakura_content .shop_section h2 {
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
  }
  .sakura_content .shop_section h2 p {
    font-size: 1.6rem;
  }
  .sakura_content .shop_section h2 span {
    font-size: 1.6rem;
    display: block;
  }
  .sakura_content .shop_section h2 em {
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 4rem;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 3px;
    padding-bottom: 18px;
  }
  .sakura_content .shop_section h2::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background-color: #1d8d3c;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sakura_content .top-appointment {
    padding-bottom: 32px;
    overflow: hidden;
  }
  .sakura_content .top-appointment .appointment-head {
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .sakura_content .top-appointment .anchor-map {
    display: inline-block;
    width: 70px;
    margin-left: 15px;
    vertical-align: middle;
  }
  .sakura_content .top-appointment .anchor-map a {
    padding: 4px 0 4px 14px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
    background: #1d8d3c;
  }
  .sakura_content .top-appointment .anchor-map a::before {
    right: 6px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .top-appointment .appointment-info {
    float: left;
    display: table;
    width: 545px;
  }
  .sakura_content .top-appointment .appointment-info dt,
  .sakura_content .top-appointment .appointment-info dd {
    display: table-cell;
    vertical-align: middle;
  }
  .sakura_content .top-appointment .appointment-info dt {
    width: 65px;
    padding: 5px 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: #1d8d3c;
  }
  .sakura_content .top-appointment .appointment-info dd {
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .sakura_content .top-appointment .appointment-info:nth-of-type(2) dt {
    width: 75px;
  }
  .sakura_content .shop_news {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 70px;
    overflow: hidden;
  }
  .sakura_content .shop_news h2::before {
    background: #f7f7f7;
  }
  .sakura_content .shop_news .btn_more {
    border: solid 1px #d2d2d2;
  }
  .sakura_content .shop_news .btn_more a::before {
    background: url(/sakura/common/images/arrow_black.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_news .btn_more a:hover {
    background-color: #787878;
    color: #fff;
  }
  .sakura_content .shop_news .btn_more a:hover::before {
    background: url(/sakura/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_news .shop_section {
    width: 520px;
  }
  .sakura_content .shop_news .shop_section .shop_news_content {
    margin-top: 35px;
  }
  .sakura_content .shop_news .shop_section .shop_news_content .box_news {
    margin-top: 25px;
    padding: 20px 0 40px;
    border-top: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
  }
  .sakura_content .shop_news .shop_section.news_section {
    float: left;
  }
  .sakura_content .shop_news .shop_section.news_section h2 {
    width: 100%;
    margin: auto;
  }
  .sakura_content .shop_news .shop_section.news_section h2 em {
    margin: auto;
    font-size: 3rem;
  }
  .sakura_content
    .shop_news
    .shop_section.news_section
    .sub-txt.green.is_active {
    border-bottom: solid 1px #63a797;
    color: #63a797;
  }
  .sakura_content .shop_news .shop_section.news_section .sub-txt + .sub-txt {
    margin-left: 15px;
  }
  .sakura_content .shop_news .shop_section.news_section .box_news li + li {
    margin-top: 10px;
  }
  .sakura_content .shop_news .shop_section.news_section .box_news li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .sakura_content .shop_news .shop_section.news_section .box_news p {
    padding-left: 12px;
  }
  .sakura_content .shop_news .shop_section.news_section .box_news .news-img {
    width: 60px;
    padding-left: 0;
  }
  .sakura_content
    .shop_news
    .shop_section.news_section
    .box_news
    .news-img
    img {
    width: 100%;
  }
  .sakura_content
    .shop_news
    .shop_section.news_section
    .box_news
    .news-category {
    width: 100px;
    color: #1d8d3c;
  }
  .sakura_content
    .shop_news
    .shop_section.news_section
    .box_news
    .news_list_date {
    width: 87px;
    color: #7b7b7b;
  }
  .sakura_content
    .shop_news
    .shop_section.news_section
    .box_news
    .news-caption {
    width: 270px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sakura_content .shop_news .shop_section.news_section .box_news .btn_more {
    margin-top: 30px;
  }
  .sakura_content .shop_news .shop_section.blog_section {
    float: right;
  }
  .sakura_content .shop_news .shop_section.blog_section h2 {
    width: 100%;
  }
  .sakura_content .shop_news .shop_section.blog_section h2 em {
    padding-bottom: 24px;
    font-size: 3rem;
  }
  .sakura_content .shop_news .shop_section.blog_section .box_news .btn_more {
    margin-top: 28px;
  }
  .sakura_content .shop_news .shop_section.blog_section .box_news .btn_more a {
    padding: 7px 0;
  }
  .sakura_content .shop_news .shop_section.blog_section .blog_section_content {
    position: relative;
    width: 450px;
    margin: 0 auto;
    font-size: 0;
    height: 41px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sakura_content
    .shop_news
    .shop_section.blog_section
    .blog_section_content
    a {
    display: block;
    font-size: 1.4rem;
  }
  .sakura_content
    .shop_news
    .shop_section.blog_section
    .blog_section_content
    span {
    display: inline-block;
    vertical-align: top;
  }
  .sakura_content
    .shop_news
    .shop_section.blog_section
    .blog_section_content
    + .blog_section_content {
    margin-top: 10px;
  }
  .sakura_content .shop_news .shop_section.blog_section .blog-date {
    width: 80px;
    margin-right: 10px;
    color: #7b7b7b;
  }
  .sakura_content .shop_news .shop_section.blog_section .blog_title {
    width: 360px;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb_area {
    margin-top: 80px;
    font-size: 0;
    text-align: center;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb_area p {
    display: inline-block;
    vertical-align: top;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb_area a {
    font-size: 1.4rem;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb-icon {
    width: 40px;
    margin-right: 30px;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb-icon .btn_more a {
    padding: 6px 0;
  }
  .sakura_content .shop_link {
    margin-bottom: 70px;
    padding: 57px 0 61px;
    background: #f7f7f7;
  }
  .sakura_content .shop_link .innner_link {
    width: 1100px;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sakura_content .shop_link .innner_link a {
    color: #fff;
    font-size: 1.9rem;
    width: 350px;
    background-color: #1d8d3c;
    height: 105px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    display: table;
    position: relative;
    top: 0;
    left: 0;
  }
  .sakura_content .shop_link .innner_link a::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sakura_content .shop_link .innner_link a::after {
    content: "";
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -724px -271px;
    width: 14px;
    height: 21px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
  }
  .sakura_content .shop_link .innner_link a p {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
  }
  .sakura_content .shop_link .innner_link .money::before {
    height: 40px;
    width: 40px;
    background: url("../images/icon_money.png") no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_link .innner_link .info::before {
    height: 35px;
    width: 47px;
    background: url("../images/icon_shoe.png") no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_link .innner_link .timer::before {
    height: 42px;
    width: 42px;
    background: url("../images/icon_timer.png") no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_link .innner_link .calendar::before {
    width: 39px;
    height: 40px;
    background: url("../images/icon_calendar.png") no-repeat left top;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .advertise_area {
    display: table;
    width: 100%;
    margin-bottom: 110px;
  }
  .sakura_content .advertise_area .advertise-content {
    display: table-cell;
    width: 50%;
    overflow: hidden;
  }
  .sakura_content .advertise_area .advertise-inner {
    width: 635px;
    padding: 40px 0;
  }
  .sakura_content .advertise_area .advertise-ttl {
    margin-bottom: 15px;
  }
  .sakura_content .advertise_area p {
    font-size: 1.4rem;
    line-height: 22px;
  }
  .sakura_content .advertise_area .left {
    background: #000 url(../images/advertise-img01.png) no-repeat right top 15px;
  }
  .sakura_content .advertise_area .left .advertise-inner {
    margin-left: auto;
    padding-right: 255px;
  }
  .sakura_content .advertise_area .left p {
    color: #fff;
  }
  .sakura_content .advertise_area .right {
    background: #fef301 url(../images/advertise-img02.png) no-repeat left 490px
      top 10px;
  }
  .sakura_content .advertise_area .right .advertise-inner {
    margin-right: auto;
    padding-left: 80px;
  }
  .sakura_content .advertise_area .right p {
    width: 340px;
    color: #464646;
  }
  .sakura_content .sakura-lesson {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sakura_content .sakura-lesson h2 {
    margin-bottom: 40px;
  }
  .sakura_content .sakura-lesson h2 em {
    padding-bottom: 0;
    line-height: 1.3;
  }
  .sakura_content .sakura-lesson .lesson-list {
    float: left;
    width: 33.33%;
    height: 335px;
    padding: 58px 0 60px;
    text-align: center;
    background: #ddd;
  }
  .sakura_content .sakura-lesson .lesson-list.wide {
    width: 50%;
  }
  .sakura_content .sakura-lesson .lesson-list.min {
    width: 25%;
    height: 360px;
  }
  .sakura_content .sakura-lesson .lesson-list dt,
  .sakura_content .sakura-lesson .lesson-list dd {
    color: #fff;
  }
  .sakura_content .sakura-lesson .lesson-list dt {
    font-size: 3.2rem;
    font-weight: bold;
  }
  .sakura_content .sakura-lesson .lesson-list dd {
    margin: 30px auto 0;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .sakura_content .sakura-lesson .lesson-list dd .btn {
    margin-top: 28px;
  }
  .sakura_content .sakura-lesson .lesson-list dd .btn a {
    padding: 10px 0;
    color: #1d8d3c;
    background: #fff;
  }
  .sakura_content .sakura-lesson .lesson-list dd .btn a::before {
    width: 7px;
    height: 10px;
    background: url(/common/images/arrow_green.svg) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .sakura-lesson .lesson-list dd .btn a:hover {
    color: #fff;
    background: #1d8d3c;
  }
  .sakura_content .sakura-lesson .lesson-list dd .btn a:hover::before {
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .sakura-lesson .lesson-list.gym {
    background: url(../images/lesson-img01.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .sakura-lesson .lesson-list.studio {
    background: url(../images/lesson-img02.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .sakura-lesson .lesson-list.pool {
    background: url(../images/lesson-img03.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .sakura-lesson .lesson-list.school {
    background: url(../images/lesson-img04.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .sakura-lesson .lesson-list.relaxation {
    background: url(../images/lesson-img05.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .sakura-lesson .lesson-list.swimming {
    background: url(../images/lesson-img06.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .sakura-lesson .lesson-list.tennis {
    background: url(../images/lesson-img07_1.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .sakura-lesson .lesson-list.kids {
    background: url(../images/lesson-img08.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .sakura-lesson .lesson-list.science {
    background: url(../images/lesson-img09.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .facility {
    padding: 45px 0 50px;
  }
  .sakura_content .facility .map_facility {
    width: 1200px;
    margin: 0 auto;
    height: 530px;
  }
  .sakura_content .facility .map_facility iframe {
    height: 100%;
    width: 100%;
  }
  .sakura_content .facility .facility-img {
    padding: 50px 0;
    background: #f7f7f7;
  }
  .sakura_content .facility .facility-img img {
    display: block;
    margin: 0 auto;
  }
  .sakura_content .plan {
    padding: 17px 0 55px;
    background: #fff;
  }
  .sakura_content .plan h2 {
    padding-bottom: 23px;
    margin-bottom: 45px;
  }
  .sakura_content .plan .box_ttl::before {
    background: #1d8d3c;
  }
  .sakura_content .plan .plan-lead-area {
    width: 1000px;
    margin: 0 auto 20px;
    font-size: 0;
  }
  .sakura_content .plan .plan-lead-area li {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .sakura_content .plan .plan-lead-area li:nth-of-type(4),
  .sakura_content .plan .plan-lead-area li:nth-of-type(7) {
    margin-left: 0;
  }
  .sakura_content .plan .plan-lead-area li p {
    text-align: center;
  }
  .sakura_content .plan .plan-lead-area li + li {
    margin-left: 40px;
  }
  .sakura_content .plan .plan-lead-area .plan-head {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .sakura_content .plan .plan-lead-area .plan-price {
    position: relative;
    margin: 20px auto 12px;
    padding: 9px 0 5px;
    font-size: 3rem;
    color: #1d8d3c;
  }
  .sakura_content .plan .plan-lead-area .plan-price::before,
  .sakura_content .plan .plan-lead-area .plan-price::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1d8d3c;
  }
  .sakura_content .plan .plan-lead-area .plan-price::before {
    top: -5px;
  }
  .sakura_content .plan .plan-lead-area .plan-price::after {
    bottom: -10px;
  }
  .sakura_content .plan .plan-lead-area .plan-price span {
    font-size: 6rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    line-height: 1;
  }
  .sakura_content .plan .plan-lead-area .plan-txt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sakura_content .plan .other_plan {
    border: 1px solid #d2d2d2;
    width: 420px;
    font-size: 2rem;
  }
  .sakura_content .plan .other_plan a {
    padding: 16px 20px 16px 0px;
    position: relative;
  }
  .sakura_content .plan .other_plan a::before {
    right: 24px;
    width: 11px;
    height: 17px;
    background: url(/common/images/arrow_black.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .plan .resist {
    width: 595px;
    margin: 70px auto 68px;
  }
  .sakura_content .plan .resist a {
    padding: 26px 0 28px;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 1px;
    background: #1d8d3c;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .sakura_content .plan .resist a::before {
    right: 24px;
    width: 9px;
    height: 14px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .plan .corporation {
    width: 590px;
  }
  .sakura_content .plan .corporation a {
    padding: 37px 0 37px 290px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    border: solid 1px #d2d2d2;
    background: #f9f9f9 url(../images/button_bgimg.jpg) no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-position: 1px 1px;
  }
  .sakura_content .plan .corporation a::before {
    right: 32px;
    width: 9px;
    height: 14px;
    background: url(/common/images/arrow_black.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .plan .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    text-align: center;
  }
  .sakura_content .plan .txt_plan + .indent_txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .sakura_content .staff {
    border-top: solid 1px #d2d2d2;
    padding: 40px 0;
    border-bottom: solid 2px #cdcdcd;
    background: #fff;
  }
  .sakura_content .staff h2 {
    padding-bottom: 30px;
  }
  .sakura_content .staff .list_staff {
    margin: 44px 0 0 -31px;
  }
  .sakura_content .staff .list_staff .slick-dots li button {
    background: #fff;
  }
  .sakura_content .staff .btn {
    width: 350px;
    margin-top: 40px;
  }
  .sakura_content .staff .btn a {
    padding: 12px 0 15px;
    color: #fff;
    font-size: 2rem;
    background-color: #3b3b3b;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .sakura_content .staff .btn a::before {
    width: 9px;
    height: 14px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .access {
    background: #fff;
  }
  .sakura_content .access h2 {
    padding-bottom: 30px;
  }
  .sakura_content .access .access_content {
    margin: 50px 0 30px;
  }
  .sakura_content .access .access_content .map {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .sakura_content .access .access_content .map .shop_img {
    width: 48%;
  }
  .sakura_content .access .access_content .map .shop_img img {
    width: 100%;
  }
  .sakura_content .access .access_content .map .map_img {
    width: 48%;
  }
  .sakura_content .access .access_content .map .map_img img {
    width: 100%;
  }
  .sakura_content .access .access_content .map .map_img a {
    text-align: right;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
  }
  .sakura_content .access .access_content .access_wrapper {
    margin: 30px 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sakura_content .access .access_content .access-appointment__wrapper {
    width: 57%;
  }
  .sakura_content .access .access_content .access_wrapper figure.map {
    align-items: baseline;
    margin-left: 3%;
    width: 40%;
  }
  .sakura_content .access .access_content .access-appointment {
    display: block;
    position: relative;
    margin-top: 0;
    font-size: 1.6rem;
  }
  .sakura_content .access .access_content .access-appointment dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
  }
  .sakura_content .access .access_content .access-appointment dt a {
    font-weight: normal;
  }
  .sakura_content .access .access_content .access-appointment dt > p {
    padding-left: 10px;
  }
  .sakura_content .access .access_content .access-appointment dd span {
    width: 130px;
    line-height: 1.8;
  }
  .sakura_content .access .attention-txt {
    margin-top: 30px;
    background: #eee;
    padding: 15px 32px;
  }
  .sakura_content .access .attention-txt dt {
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 3px;
  }
  .sakura_content .access .attention-txt dd {
    line-height: 24px;
  }
  /*----------------------------------------- slick style
*/
  .mv_content .slider {
    margin-bottom: 25px;
  }
  .mv_content .slider .slider-caption {
    position: absolute;
    bottom: 6vw;
    left: 15vw;
    margin: 0 auto;
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    line-break: 68px;
    text-shadow: 4px 2px 20px rgba(0, 0, 0, 0.8);
  }
  .mv_content .slider .slick-dots {
    bottom: 30px;
  }
  .list_facility .slick-arrow {
    display: none !important;
  }
  /*----------------------------------------- NEWSの見出し
*/
  .news_section h2 em {
    margin: -10px 0 8px -5px;
    width: 300px;
    height: 54px;
    white-space: nowrap;
  }
  .shop_content .facility .list_facility ul li {
    margin: 0 5px;
  }
  .shop_content .facility a img {
    outline: none;
  }
  .shop_content .list_facility .slick-prev {
    left: -70px;
    top: 95px;
  }
  .shop_content .list_facility .slick-next {
    right: -70px;
    top: 95px;
  }
  .lb-data .lb-details {
    width: 100%;
  }
  .lb-details h3 {
    margin: 10px 0 15px;
  }
  .lb-details p {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use Sakura
=================================================================== */
  .pink_txt {
    color: #1d8d3c;
  }
  .sakura_content .slider > figure {
    margin-top: -4px;
  }
  .sakura_content .shop_section {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 0 15px;
  }
  .sakura_content .shop_section:before,
  .sakura_content .shop_section:after {
    content: " ";
    display: table;
  }
  .sakura_content .shop_section:after {
    clear: both;
  }
  .sakura_content .shop_section h2 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
  }
  .sakura_content .shop_section h2::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #1d8d3c;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sakura_content .shop_section h2 p {
    font-size: 1.4rem;
  }
  .sakura_content .shop_section h2 span {
    font-size: 1.4rem;
    display: block;
    line-height: 1.4;
  }
  .sakura_content .shop_section h2 em {
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 2.4rem;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 3px;
    padding-bottom: 10px;
  }
  .sakura_content .btn_more {
    margin: 0 auto;
  }
  .sakura_content .btn_more a {
    position: relative;
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .sakura_content .btn_more a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .sakura_content .slider {
    margin-bottom: 12px;
  }
  .sakura_content .slider .slider-caption {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 15px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 4px 2px 20px black;
  }
  .sakura_content .slider .slick-dots {
    bottom: 15px;
  }
  .sakura_content .slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 12px 0 0;
  }
  .sakura_content .slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .sakura_content .top-appointment {
    padding-bottom: 15px;
  }
  .sakura_content .top-appointment .inner {
    padding: 0;
  }
  .sakura_content .top-appointment .appointment-head {
    margin-bottom: 15px;
    font-size: 3.7vw;
    font-weight: bold;
    text-align: center;
  }
  .sakura_content .top-appointment .anchor-map {
    display: none;
  }
  .sakura_content .top-appointment .appointment-info {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .sakura_content .top-appointment .appointment-info dt {
    margin-right: 10px;
    background-color: #1d8d3c;
    color: #fff;
    font-size: 1.2rem;
    width: 65px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sakura_content .top-appointment .appointment-info dd {
    font-size: 3.7vw;
  }
  .sakura_content .shop_news .shop_section .shop_news_content .box_news {
    margin-top: 25px;
    padding: 20px 0 50px;
    border-top: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
  }
  .sakura_content
    .shop_news
    .shop_section
    .shop_news_content
    .box_news
    .news_list_date {
    color: #1d8d3c !important;
  }
  .sakura_content
    .shop_news
    .shop_section
    .shop_news_content
    .box_news
    .btn_more {
    border-color: #464646;
    color: #464646;
  }
  .sakura_content
    .shop_news
    .shop_section
    .shop_news_content
    .box_news
    .btn_more:before {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -178px -668px;
    width: 7px;
    height: 11px;
  }
  .sakura_content .shop_news .shop_section .btn_more {
    width: 82%;
    margin: 30px auto 0;
  }
  .sakura_content .shop_news .shop_section .btn_more a {
    color: #000;
    border: solid 1px #d2d2d2;
  }
  .sakura_content .shop_news .shop_section .btn_more a::before {
    right: 18px;
    width: 8px;
    height: 12px;
    background: url(/common/images/arrow_black.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_news .shop_section.news_section .campaign a {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .sakura_content .shop_news .shop_section.news_section .campaign .news-img {
    width: 100%;
    margin-right: 20px;
  }
  .sakura_content .shop_news .shop_section.news_section .campaign div {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .sakura_content
    .shop_news
    .shop_section.news_section
    .campaign
    .news-caption {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .sakura_content .shop_news .shop_section.news_section .news a {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .sakura_content .shop_news .shop_section.news_section .news .news-img {
    width: 100%;
    margin-right: 20px;
  }
  .sakura_content .shop_news .shop_section.news_section .news div {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .sakura_content .shop_news .shop_section.news_section .news .news-caption {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .sakura_content .shop_news .shop_section .is_active {
    border-bottom: solid 1px #63a797;
    color: #63a797;
  }
  .sakura_content .shop_news .shop_section.blog_section {
    margin-top: 50px;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb_area {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb_area p {
    display: inline-block;
    vertical-align: middle;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb_area .fb-icon {
    width: 45px;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb_area .btn_more {
    width: 78%;
    margin-top: 0;
    margin-left: 15px;
  }
  .sakura_content .shop_news .shop_section.blog_section .fb_area .btn_more a {
    font-size: 1.4rem;
  }
  .sakura_content .shop_news .shop_section .blog_section_content a {
    display: block;
  }
  .sakura_content .shop_news .shop_section .blog_section_content .blog-date {
    display: block;
    color: #7b7b7b;
  }
  .sakura_content
    .shop_news
    .shop_section
    .blog_section_content
    + .blog_section_content {
    margin-top: 20px;
  }
  .sakura_content .shop_link {
    background: #f7f7f7;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 35px;
  }
  .sakura_content .shop_link .innner_link {
    margin-top: 20px;
  }
  .sakura_content .shop_link .innner_link a {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    color: #fff;
    font-size: 1.4rem;
    width: 95%;
    background-color: #1d8d3c;
    position: relative;
    margin-bottom: 12px;
  }
  .sakura_content .shop_link .innner_link a::before,
  .sakura_content .shop_link .innner_link a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .sakura_content .shop_link .innner_link a::before {
    left: 15px;
  }
  .sakura_content .shop_link .innner_link a::after {
    right: 12px;
    width: 7px;
    height: 10px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_link .innner_link a.money::before {
    width: 30px;
    height: 35px;
    background: url(../sakura/images/icon_money.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_link .innner_link a.info::before {
    width: 35px;
    height: 30px;
    background: url(../sakura/images/icon_shoe.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_link .innner_link a.timer::before {
    width: 30px;
    height: 33px;
    background: url(../sakura/images/icon_timer.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .shop_link .innner_link a.calendar::before {
    width: 30px;
    height: 30px;
    background: url(../sakura/images/icon_calendar.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .advertise_area {
    margin-bottom: 20px;
  }
  .sakura_content .advertise_area .advertise-inner {
    padding: 10px 10px 15px;
  }
  .sakura_content .advertise_area .advertise-ttl {
    width: 63%;
    margin-bottom: 10px;
  }
  .sakura_content .advertise_area .left {
    background: #000 url(../sakura/images/advertise-img01.png) no-repeat right
      bottom;
    -moz-background-size: 40%;
    background-size: 40%;
  }
  .sakura_content .advertise_area .left p {
    width: 63%;
    color: #fff;
    font-size: 1.5rem;
  }
  .sakura_content .advertise_area .right {
    background: #fef301 url(../sakura/images/advertise-img02.png) no-repeat
      right bottom;
    -moz-background-size: 40%;
    background-size: 40%;
  }
  .sakura_content .advertise_area .right p {
    width: 63%;
  }
  .sakura_content #sakura-lesson {
    margin: 0 auto;
  }
  .sakura_content #sakura-lesson h2 {
    margin: 0 15px 25px;
  }
  .sakura_content #sakura-lesson h2 em {
    padding-bottom: 0;
    line-height: 1.3;
  }
  .sakura_content #sakura-lesson .lesson-list {
    width: 100%;
    padding: 35px 0 40px;
    text-align: center;
    background: #ddd;
  }
  .sakura_content #sakura-lesson .lesson-list dt,
  .sakura_content #sakura-lesson .lesson-list dd {
    color: #fff;
  }
  .sakura_content #sakura-lesson .lesson-list dt {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .sakura_content #sakura-lesson .lesson-list dd {
    margin: 10px 15px 0;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .sakura_content #sakura-lesson .lesson-list dd .btn {
    width: 82%;
    margin: 24px auto;
  }
  .sakura_content #sakura-lesson .lesson-list dd .btn a {
    padding: 10px 0;
    color: #1d8d3c;
    background: #fff;
  }
  .sakura_content #sakura-lesson .lesson-list dd .btn a::before {
    width: 7px;
    height: 10px;
    background: url(/common/images/arrow_green.svg) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content #sakura-lesson .lesson-list.gym {
    background: url(../sakura/images/lesson-img01.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content #sakura-lesson .lesson-list.studio {
    background: url(../sakura/images/lesson-img02.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content #sakura-lesson .lesson-list.pool {
    background: url(../sakura/images/lesson-img03.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content #sakura-lesson .lesson-list.school {
    background: url(../sakura/images/lesson-img04.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content #sakura-lesson .lesson-list.relaxation {
    background: url(../sakura/images/lesson-img05.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content #sakura-lesson .lesson-list.swimming {
    background: url(../sakura/images/lesson-img06.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content #sakura-lesson .lesson-list.tennis {
    background: url(../images/lesson-img07_1.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content #sakura-lesson .lesson-list.kids {
    background: url(../sakura/images/lesson-img08.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content #sakura-lesson .lesson-list.science {
    background: url(../sakura/images/lesson-img09.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sakura_content .facility {
    margin: 0 auto;
    padding: 25px 0 0;
  }
  .sakura_content .facility .list_facility {
    margin: 15px 0 20px;
  }
  .sakura_content .facility .map_facility {
    width: 100%;
    height: 180px;
  }
  .sakura_content .facility .map_facility iframe {
    height: 100%;
    width: 100%;
  }
  .sakura_content .facility .facility-img {
    padding: 20px 25px;
    background: #f7f7f7;
  }
  .sakura_content .plan {
    background: #fff;
    padding: 25px 0 42px;
  }
  .sakura_content .plan h2 {
    margin-bottom: 35px;
  }
  .sakura_content .plan .plan-lead-area {
    margin: 0 auto 30px;
  }
  .sakura_content .plan .plan-lead-area li {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sakura_content .plan .plan-lead-area li p {
    text-align: center;
  }
  .sakura_content .plan .plan-lead-area li + li {
    margin-top: 20px;
  }
  .sakura_content .plan .plan-lead-area .plan-head {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .sakura_content .plan .plan-lead-area .plan-price {
    position: relative;
    margin: 15px auto 12px;
    padding-bottom: 5px;
    font-size: 3rem;
    color: #1d8d3c;
  }
  .sakura_content .plan .plan-lead-area .plan-price::before,
  .sakura_content .plan .plan-lead-area .plan-price::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1d8d3c;
  }
  .sakura_content .plan .plan-lead-area .plan-price::before {
    top: -5px;
  }
  .sakura_content .plan .plan-lead-area .plan-price::after {
    bottom: -5px;
  }
  .sakura_content .plan .plan-lead-area .plan-price span {
    font-size: 6rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
  }
  .sakura_content .plan .box_ttl {
    margin-bottom: 15px;
    background: #f7f7f7;
  }
  .sakura_content .plan .box_ttl::before {
    background: #1d8d3c;
  }
  .sakura_content .plan .dl_plan {
    margin-top: 15px;
  }
  .sakura_content .plan .dl_plan .circle:before {
    border-color: #1d8d3c;
  }
  .sakura_content .plan .dl_plan dd > div dt {
    background: #1d8d3c;
  }
  .sakura_content .plan .dl_plan .dot {
    color: #1d8d3c;
    padding-left: 17px;
  }
  .sakura_content .plan .dl_plan .dot::before {
    background: #1d8d3c;
    width: 13px;
    height: 13px;
    top: 5px;
  }
  .sakura_content .plan .other_plan {
    border: 1px solid #d2d2d2;
    font-size: 1.4rem;
    width: 90%;
  }
  .sakura_content .plan .other_plan a {
    padding: 16px 20px 16px 0px;
    position: relative;
  }
  .sakura_content .plan .other_plan a::before {
    right: 10px;
    width: 9px;
    height: 14px;
    background: url(/common/images/arrow_black.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .plan .resist {
    width: 100%;
    margin: 20px auto;
  }
  .sakura_content .plan .resist a {
    padding: 15px 0;
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: 1px;
    background: #1d8d3c;
  }
  .sakura_content .plan .resist a::before {
    right: 10px;
    width: 9px;
    height: 14px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .plan .corporation a {
    padding: 7% 7vw 7% 0;
    color: #000;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: right;
    border: solid 1px #d2d2d2;
    background: #f7f7f7 url(../images/btn-pict.jpg) no-repeat left top;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .plan .corporation a::before {
    right: 2vw;
    width: 9px;
    height: 14px;
    background: url(/common/images/arrow_black.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
  }
  .sakura_content .plan .txt_plan + .indent_txt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .sakura_content .staff {
    border-top: solid 2px #cdcdcd;
    background: #fff;
    padding: 30px 0 0;
    border-bottom: solid 2px #cdcdcd;
  }
  .sakura_content .staff h2 {
    margin: 0 15px;
  }
  .sakura_content .staff .list_staff {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .sakura_content .staff .list_staff .slick-dots li button {
    background: #fff;
  }
  .sakura_content .access {
    background: #fff;
    padding-bottom: 35px;
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
  }
  .sakura_content .access .access_content {
    margin-top: 22px;
  }
  .sakura_content .access .access_content .map {
    margin-bottom: 20px;
    display: block;
  }
  .sakura_content .access .access_content .map .shop_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sakura_content .access .access_content .map .shop_img img {
    width: 100%;
  }
  .sakura_content .access .access_content .map .map_img {
    width: 100%;
  }
  .sakura_content .access .access_content .map .map_img img {
    width: 100%;
  }
  .sakura_content .access .access_content .map .map_img a {
    text-align: right;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
  }
  .sakura_content .access .access_content dl {
    margin-top: 20px;
  }
  #lightbox-panel {
    padding: 15px;
    top: 59%;
    width: 90%;
    z-index: 1000;
  }
  #lightbox-panel .program_box p {
    font-size: 1.2rem;
  }
  #lightbox-panel .box_ttl {
    margin-bottom: 10px;
  }
  #lightbox-panel:after {
    right: -10px;
    top: -55px;
  }
  #lightbox-panel figure {
    width: 50%;
    margin: 0 0 15px 15px;
  }
  #lightbox-panel figure img {
    width: 100%;
  }
  #lightbox-panel .hightlight {
    margin: 5px 0 0;
  }
  #lightbox-panel .btn {
    text-align: center;
    margin-top: 5px;
  }
  #lightbox-panel .btn a {
    padding: 15px 60px;
  }
  #lightbox-panel p + p {
    margin-top: 0;
  }
  #BlackWindow {
    z-index: 999;
  }
  #lightbox-panel-2 {
    padding: 15px;
    top: 59%;
    width: 90%;
    z-index: 1000;
  }
  #lightbox-panel-2 .program_box p {
    font-size: 1.2rem;
  }
  #lightbox-panel-2 .box_ttl {
    margin-bottom: 10px;
  }
  #lightbox-panel-2:after {
    right: -10px;
    top: -55px;
  }
  #lightbox-panel-2 figure {
    width: 50%;
    margin: 0 0 15px 15px;
  }
  #lightbox-panel-2 figure img {
    width: 100%;
  }
  #lightbox-panel-2 .hightlight {
    margin: 5px 0 0;
  }
  #lightbox-panel-2 .hightlight span {
    display: inline-block;
    vertical-align: top;
  }
  #lightbox-panel-2 .hightlight span.sp_block {
    display: inline-block;
    background: none;
    color: #ff8100;
    text-align: left;
    font-weight: normal;
    font-size: 1.3rem;
    padding: 0;
  }
  #lightbox-panel-2 .btn {
    text-align: center;
    margin-top: 5px;
  }
  #lightbox-panel-2 .btn a {
    padding: 15px 60px;
  }
  #lightbox-panel-2 p + p {
    margin-top: 0;
  }
  #BlackWindow-2 {
    z-index: 999;
  }
  #lightbox-panel-3 {
    padding: 15px;
    top: 59%;
    width: 90%;
    z-index: 1000;
  }
  #lightbox-panel-3 .program_box p {
    font-size: 1.2rem;
  }
  #lightbox-panel-3 .box_ttl {
    margin-bottom: 10px;
  }
  #lightbox-panel-3:after {
    right: -10px;
    top: -55px;
  }
  #lightbox-panel-3 figure {
    width: 50%;
    margin: 0 0 15px 15px;
  }
  #lightbox-panel-3 figure img {
    width: 100%;
  }
  #lightbox-panel-3 .hightlight {
    margin: 5px 0 0;
  }
  #lightbox-panel-3 .hightlight span {
    display: inline-block;
    vertical-align: top;
  }
  #lightbox-panel-3 .hightlight span.sp_block {
    display: inline-block;
    background: none;
    color: #ff8100;
    text-align: left;
    font-weight: normal;
    font-size: 1.3rem;
    padding: 0;
  }
  #lightbox-panel-3 .btn {
    text-align: center;
    margin-top: 5px;
  }
  #lightbox-panel-3 .btn a {
    padding: 15px 60px;
  }
  #lightbox-panel-3 p + p {
    margin-top: 0;
  }
  #BlackWindow-3 {
    z-index: 999;
  }
  .shop_content .facility .list_facility ul li {
    margin: 0 auto;
  }
  .shop_content .list_facility .slick-prev {
    left: -15px;
    top: 125px;
  }
  .shop_content .list_facility .slick-next {
    right: -10px;
    top: 125px;
  }
  .shop_content .list_facility .slick-next::before {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 1331.03448% 1174.13793%;
    background-size: 1331.03448% 1174.13793%;
    background-position: 69.18768% 74.1573%;
    background-repeat: no-repeat;
    zoom: 0.7;
    margin-left: auto;
  }
  .shop_content .list_facility .slick-next::before:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .shop_content .list_facility .slick-prev::before {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 1331.03448% 1174.13793%;
    background-size: 1331.03448% 1174.13793%;
    background-position: 62.88515% 28.2504%;
    background-repeat: no-repeat;
    zoom: 0.7;
  }
  .shop_content .list_facility .slick-prev::before:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .lb-data .lb-details {
    width: 100%;
  }
  .lb-details h3 {
    margin: 10px 0 15px;
  }
  .lb-details p {
    line-height: 1.5em;
  }
  .list_facility .slick-arrow {
    top: 50% !important;
    -webkit-transform: translateY(-17%) !important;
    -moz-transform: translateY(-17%) !important;
    -ms-transform: translateY(-17%) !important;
    transform: translateY(-17%) !important;
  }
}
