@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
body {
  font-weight: 400;
  min-width: 1200px;
}

.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__section-title img {
  height: 97px !important;
}

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

.time-num_second {
  width: 140px !important;
}

.c-shop-header__inner {
  min-width: 1200px;
  position: fixed;
  z-index: 500;
  background-color: #fff;
  width: 100%;
  top: 0;
}

.c-shop-header__inner a {
  text-decoration: none !important;
}

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

@media screen and (max-width: 768px) {
  .c-shop-header {
    padding-bottom: 10px;
  }
}
.c-shop-header .inner {
  display: flex;
  justify-content: space-between;
}

.c-shop-header .inner::before {
  display: none;
}

.c-shop-header .inner::after {
  display: none;
}

.c-shop-header .logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .c-shop-header .logo {
    margin-left: 0;
    margin-top: 0;
  }
}
.c-shop-header .logo p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-shop-header .logo p {
    font-size: 10px;
    margin-top: 10px;
    margin-left: -100px;
  }
}
header .logo {
  width: 450px !important;
}

.new-breadcrumb {
  padding-top: 115px !important;
}

@media screen and (max-width: 768px) {
  .new-breadcrumb {
    padding-top: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-wrapper {
    position: relative;
    z-index: 20;
  }
}
@media screen and (max-width: 768px) {
  .c-shop__contents-wrapper {
    position: relative;
    z-index: 10;
  }
}
.c-shop-header .logo-img {
  width: 210px;
  margin: 15px 15px 15px 40px !important;
}

@media screen and (max-width: 768px) {
  .c-shop-header .logo-img {
    /* margin: 0 !important; */
  }
}
.c-shop-header .logo-img a:hover {
  opacity: 1 !important;
}

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

.c-shop-header .logo p {
  font-weight: 500;
  /* margin-top: 15px; */
}

.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: #088F4C;
}

.c-shop-header .nav-item path {
  fill: #DEDEDE;
  transition: 0.3s;
}

.c-shop-header .nav-item:hover path {
  fill: #088F4C;
}

.c-info__blog {
  position: relative;
}

.c-info__blog::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #088F4C;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

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

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

.c-shop-header .shop-info:hover p {
  color: #fff !important;
}

.no-style-p {
  margin: 0px;
}

.shop-style {
  height: 27px;
}

.c-shop-header .shop-info :hover {
  color: #333 !important;
  opacity: 0.8 !important;
}

.c-shop-header .shop-info:hover {
  background-color: #088F4C;
}

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

@media screen and (max-width: 768px) {
  .c-shop-header .shop-info p {
    margin-left: 0;
  }
}
.c-shop-header .shop-info:hover p {
  color: #fff;
}

.c-shop-header .shop-info path {
  fill: #088F4C;
}

.c-shop-header .shop-info:hover path {
  fill: #fff;
}

.c-shop-header .shop-info rect {
  fill: #088F4C;
}

.c-shop-header .shop-info:hover rect {
  fill: #fff;
}

.c-shop-header .shop-info {
  color: #333;
}

.c-shop-info__wrap {
  margin-top: 100px;
}

.c-shop-info__wrap .sakura-info__ttlWrap a {
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.c-shop-info__wrap .shop_news .shop_section.news_section .sub-txt.green.is_active {
  border-bottom: 2px solid #088F4C !important;
}

.c-shop-info__wrap .shop_news .shop_section.news_section .news-img {
  display: none;
}

.shop-info__inner button {
  cursor: pointer;
}

.shop-info__inner button:hover p {
  color: #fff !important;
}

.shop-info__inner button p:hover {
  color: #fff;
}

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

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

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

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

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

.c-shop-contact__inner a {
  width: 90px;
  text-align: center;
  padding: 20px 0px;
  font-size: 13px;
  height: 100px;
  border: 1px solid #088F4C;
  display: block;
  transition: 0.3s;
}

.c-shop-contact__inner a:first-child {
  background-color: #fff;
  border-top-left-radius: 10px;
}

.c-shop-contact__inner-fisrt {
  border-bottom-left-radius: 10px;
}

.c-shop-contact__inner a:nth-child(2) {
  background-color: #fff;
  border-bottom-left-radius: 10px;
}

.c-shop-contact__inner a:nth-child(2) p {
  color: #fff;
}

.c-shop-contact__inner a:nth-child(2) path {
  fill: #fff;
}

.c-shop-contact__inner a:hover {
  opacity: 1 !important;
}

.c-shop-contact__inner a:first-child:hover {
  background-color: rgb(244, 244, 244);
}

.c-shop-contact__inner a:nth-child(n+2):hover {
  background-color: rgb(244, 244, 244);
}

.innner_link.c-shop-link__lesson a {
  transition: 0.3s;
}

.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: 75%;
  left: 24%;
  z-index: 100;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  font-weight: 300;
  z-index: 300;
}

.c-shop-mv__text-wrap {
  position: relative;
  min-width: 540px;
}

.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;
  font-weight: 500;
}

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

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

.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: 14px;
  margin-right: 14px;
  width: 77px;
}

.c-shop-mv__text .time-inner > p {
  font-weight: 500;
}

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

.c-shop-mv__text .time-num p:first-child {
  /* width: 167px; */
}

.c-shop-mv__text .time-num_24 p {
  width: 200px !important;
}

.c-shop-mv__text .time-num p {
  width: 170px;
}

.c-shop-mv__text .time-num span {
  background-color: #555555;
  color: #fff;
  padding: 0 6px;
  margin-right: 8px;
  font-size: 13px;
}

.c-shop-mv__contact {
  display: flex;
  padding: 18px 18px;
  width: 92%;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 30px;
  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: #088F4C;
  /* 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: #088F4C;
}

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

.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: 40px;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  transition: 0.3s;
  position: relative;
}

.c-sshop-fb.mt-50 {
  margin-top: 50px;
}

.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: 14px;
}

.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 span {
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.c-shop-poin__mag {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  color: #088F4C;
  background-color: #FDFBEF;
  padding: 42px 0;
  border-radius: 9999px;
}

.c-shop-poin__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 #088F4C;
  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; */
}

@media screen and (min-width: 769px) {
  .c-shop-facility__list {
    padding: 45px 0px 45px 60px;
  }
}
.c-shop-facility__list li {
  display: flex;
  align-items: center;
  width: 48%;
  color: #088F4C;
  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;
  flex-direction: column;
  margin-top: 60px;
}

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

.c-shop-price__left .left-ttl {
  width: 100%;
  background-color: #DFF4E9;
  text-align: center;
  color: #088F4C;
  font-weight: 500;
  padding: 10px 0;
  font-size: 18px;
}

.c-shop-price__left .left-box {
  display: flex;
  padding: 33px 0 26px;
  justify-content: space-around;
}

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

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

.c-shop-price__left .fee p:first-child {
  font-size: 98px;
  color: #088F4C;
  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: 100%;
  display: flex;
  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: 49%;
  margin-top: 30px;
  /* justify-content: center; */
}

.c-shop-price__right .right-box:first-child {
  width: 35%;
}

.c-shop-price__right .right-box:nth-child(n+2) {
  width: 64%;
}

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

.c-shop-price__right .fee {
  color: #088F4C;
  text-align: center;
  border-left: 3px solid #088F4C;
  padding-left: 30px;
  line-height: 1.4;
  flex-grow: 1;
  justify-content: space-between;
}

.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: #088F4C;
  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: #088F4C;
}

.c-shop-price__option .right .fee p:nth-child(2) {
  font-size: 55px;
  color: #088F4C;
  margin-left: 16px;
}

.c-shop-price__option .right .fee p:last-child {
  font-size: 57px;
}

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

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

.c-shop-membership__green:hover a {
  color: #268d3c;
  opacity: 0.7;
  transition: 0.3s;
}

.c-guide__wrap.pt-repair.pb-0 {
  padding-bottom: 0;
}

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

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

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

.c-shop-guide__inner {
  margin-top: 70px;
}

.c-shop-footer {
  margin-top: 73px;
  width: 1100px;
  margin: 73px auto 43px;
}

.c-shop-footer a {
  text-decoration: none !important;
}

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

.c-shop-footer__inner .footer-left {
  width: 200px;
  margin-right: 60px;
}

.footer-left .left-logo {
  width: 150px;
  margin: 0 auto;
}

.footer-left .left-logo img {
  width: 100%;
}

.footer-left .beginner {
  margin-top: 25px;
}

.footer-left .beginner a {
  display: block;
  position: relative;
  width: 200px;
  background-color: #088F4C;
  border-radius: 9999px;
  color: #fff;
  padding: 14px 0;
}

.footer-left .beginner p {
  font-size: 14px;
  text-align: center;
  padding-left: 35px;
}

.footer-left .beginner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
}

.footer-right {
  flex-grow: 1;
}

.footer-right .footer-list {
  display: flex;
}

.footer-right .footer-list:nth-child(n+2) {
  margin-top: 40px;
}

.footer-right .footer-item a {
  color: #333;
  font-size: 13px;
}

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

.school-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.footer-item.forest {
  width: 27%;
}

.footer-item .footer-shop-name p {
  margin-top: 14px;
}

.footer-item .footer-shop-name span {
  display: block;
}

.footer-shop-school {
  margin-top: 21px;
}

.footer-shop-school .school-ttl {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}

.footer-shop-school .school-item p {
  margin-bottom: 0 !important;
  line-height: 1.9;
}

.footer-shop-school .school-item:first-child {
  margin-top: 8px;
}

.footer-shop-school .school-item:nth-child(n+2) {
  margin-top: 3px;
}

.footer-shop-school .school-item:nth-child(n+4) {
  margin-top: 7px;
}

.footer-shop-school .school-item a {
  display: flex;
  transition: 0.3s;
  align-items: center;
}

.footer-shop-school .school-item span {
  width: 5px;
  height: 5px;
  border-top: 1px solid #088F4C;
  border-left: 1px solid #088F4C;
  transform: rotate(135deg);
}

.footer-shop-school .school-item p {
  margin-left: 6px;
  color: #088F4C;
}

.c-shop-footer__inner a {
  transition: 0.3s;
}

.c-shop-footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #EAEAEA;
}

.c-shop-footer__nav ul {
  display: flex;
}

.c-shop-footer__nav li:nth-child(n+2) {
  margin-left: 30px;
}

.c-shop-footer__nav a {
  font-size: 13px;
  color: #333;
}

.c-shop-footer__nav a:hover {
  color: #333 !important;
  opacity: 0.8;
}

.c-shop-footer__nav p {
  font-size: 11px;
}

.sakura-map__link {
  color: #333;
  display: block;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
}

.c-shopinfo-msg {
  text-align: center;
  margin-top: 80px;
}

.c-shopinfo-msg .ttl {
  font-size: 34px;
  color: #088F4C;
  font-weight: 600;
  margin-bottom: 42px;
}

.c-shopinfo-msg .ttl span {
  margin-left: 24px;
}

.c-shopinfo-msg .text {
  font-weight: 300;
}

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

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

.c-shop-num .tax {
  font-size: 15px !important;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.c-shop-info_blog {
  margin-top: 7px;
}

@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 10px !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;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .nav-item__img {
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .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:first-child {
    position: relative;
    padding: 4px 26px;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-shop-header .shop-info:first-child {
    padding: 4px 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-header .shop-info p {
    font-size: 10px;
  }
  .c-shop-header .logo-img img {
    width: 48%;
  }
  .c-shop-header .nav-list {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-shop-header .nav-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-info__wrap {
    margin-top: 0;
  }
  .shop-info__acc a {
    font-size: 10px !important;
  }
  .shop-info__acc .c-shop-mv__text {
    display: none;
  }
  .c-shop-mv {
    padding-top: 153px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-shop-mv {
    padding-top: 105px;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-mv__inner {
    height: calc(100vh - 460px);
    min-height: 390px;
  }
  .c-shop-mv__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-shop-mv__wrapper {
    background-color: #FFF;
    border-bottom: solid 1px #ccc;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-mv__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background-color: #fff;
    padding: 10px 0 15px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-shop-mv__content {
    position: static;
    left: 0;
    transform: translateX(0%);
    width: 85%;
    margin: 0 auto;
  }
  .c-shop-mv__content .ttl {
    text-align: center;
  }
  .c-shop-mv__content .contact {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .c-shop-mv__content {
    position: static;
    left: 0;
    transform: translateX(0%);
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-mv__content .ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .c-shop-mv__content .ttl {
    font-size: clamp(10px, 3.8vw, 16px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-mv__content .ttl span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .c-shop-mv__content .ttl span {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .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: 768px) and (max-width: 500px) {
  .c-shop-mv__content .contact-btn::after {
    top: 50%;
    right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-mv__content .contact-btn a {
    display: block;
    background-color: #088F4C;
    color: #fff;
    font-size: 16px;
    padding: 13px 26px 13px 21px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .c-shop-mv__content .contact-btn a {
    font-size: clamp(10px, 4vw, 16px);
    padding: 12px 17px 12px 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-mv__content .contact-tel {
    margin-left: 10px;
    color: #088F4C;
  }
  .c-shop-mv__content .msg {
    font-size: 10px;
    padding-bottom: 3px;
    border-bottom: 2px solid #088F4C;
  }
  .c-shop-mv__content .tel {
    font-size: 15px !important;
    font-weight: 600;
  }
  .c-shop-mv__content .tel a {
    color: #268d3c;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .c-shop-mv__content .tel {
    font-size: clamp(10px, 3.5vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-shop-swiper {
    width: 100%;
    margin: 20px auto 20px;
  }
  .c-shop-swiper .swiper {
    width: 80%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .c-shop-mv__content .tel {
    font-size: clamp(10px, 3.5vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-shop-guide {
    display: flex;
    margin-top: 17px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
  }
  .c-shop-guide p {
    font-size: 12px;
  }
  .c-shop-guide p span {
    display: block;
  }
  .c-shop-num + p {
    font-size: 24px;
    color: #088F4C;
    font-weight: 400 !important;
  }
}
.c-shop-guide .shop-info {
  width: 50%;
  background-color: #088F4C;
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 16px;
}

.c-shop-guide .shop-info:hover {
  opacity: 1 !important;
}

.c-shop-guide .shop-info:first-child {
  border-right: 1px solid #fff;
}

/* .c-shop-guide .shop-info:nth-child(2) p{
  margin-top: 10px;
} */
.c-shop-guide path,
.c-shop-guide rect {
  fill: #fff;
}

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

.shop_news_content .news-img {
  display: none;
}

.shop_news_content .news {
  margin-bottom: 0 !important;
  margin-top: 5px !important;
}

.shop_news_content .news > a {
  margin-bottom: 0 !important;
}

.shop_news_content .news-img + div {
  width: 90% !important;
}

.shop_news_content .btn_more a {
  color: #333 !important;
}

.shop_news_content .news-category,
.shop_news_content .news_list_date,
.shop_news_content .news-caption {
  font-size: 15px !important;
}

.c-shop__section-title {
  transform: scale(1);
}

.c-wrap_bottom {
  padding-top: 50px !important;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
  .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__section-title img {
    max-width: 150px;
  }
  .c-shop-info__ttl img {
    max-width: 275px !important;
  }
  .c-shop-facility__ttl img {
    max-width: 200px !important;
  }
  .c-shop-membership__ttl img {
    max-width: 275px !important;
  }
  .c-shop-membership a[href^="tel:"] {
    color: #268d3c;
  }
  .c-shop-membership__ttl {
    margin-bottom: 50px !important;
  }
  .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:nth-child(n+2) {
    margin-top: 20px;
  }
  .c-shop-price__left .left-box__item {
    width: 90%;
    max-width: 250px;
  }
  .c-shop-price__left .fee p:first-child {
    font-size: 65px;
    margin-top: 10px;
  }
  .left-box__item-ttl {
    padding-bottom: 10px !important;
    padding-top: 10px !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;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
    border-bottom: 3px solid #088F4C;
    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 #088F4C;
    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:first-child {
    border-top: 0px;
  }
  .c-shop-price__left .left-box__item-ttl {
    font-size: 21px;
    font-weight: 600;
  }
  .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 .right-box:first-child {
    width: 49%;
  }
  .c-shop-price__right .right-box:nth-child(n+2) {
    width: 49%;
  }
  .c-guide__detail {
    margin: -20px auto 20px auto;
  }
  .c-shop-guide__inner {
    padding: 40px 10px !important;
    margin-top: 0;
  }
  .c-shopinfo-msg {
    text-align: center;
    margin-top: 0;
  }
  .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__inner {
    flex-direction: column;
  }
  .c-shop-footer {
    width: 90%;
    margin-bottom: 160px !important;
  }
  .footer-left {
    margin: 0 auto !important;
  }
  .footer-list {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 420px;
    margin: 0 auto;
  }
  .footer-item {
    width: 45%;
    text-align: center;
    margin-top: 20px;
  }
  .footer-item.forest {
    width: 45%;
  }
  .footer-item:nth-child(n+2) {
    margin-left: 0 !important;
  }
  .footer-list:nth-child(n+2) {
    margin-top: 0 !important;
    align-items: baseline;
  }
  .c-shop-footer__nav {
    flex-direction: column;
  }
  .c-shop-footer__nav ul {
    flex-wrap: wrap;
  }
  .c-shop-footer__nav li {
    width: 25%;
    text-align: center;
  }
  .c-shop-footer__nav li:nth-child(n+2) {
    margin-left: 0;
  }
  .c-shop-footer__nav li:nth-child(n+5) {
    margin-top: 8px;
  }
  .c-shop-footer__nav li:nth-child(n+6) {
    width: 33%;
  }
  .footer-right__inner {
    padding: 30px 0;
  }
  .c-shop-footer__nav p {
    margin-top: 25px;
  }
  .c-shop-header .shop-info {
    height: 50px;
  }
  .c-shop-header .shop-info:last-child {
    height: 50px;
    width: 50px;
    background-color: #088F4C;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-shop-header .shop-info:last-child {
    height: 50px;
    width: 40px;
    background-color: #088F4C;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-header .shop-info:last-child svg {
    width: 21px;
    height: 21px;
    margin-left: 7.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-shop-header .shop-info:last-child svg {
    width: 21px;
    height: 21px;
    margin-left: 1.5px !important;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-header .shop-info:last-child svg path {
    fill: #fff;
  }
  .c-shop-header nav {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-shop-header nav {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .shopInfo__section-title img {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .c-shop-price__right {
    flex-direction: column;
  }
  .c-shop-price__right .right-box:first-child {
    width: 100%;
  }
  .c-shop-price__right .right-box:nth-child(n+2) {
    width: 100%;
  }
  .right-box__ttl {
    width: 200px;
  }
  .fee {
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .c-shop-price__option .right {
    flex-direction: column;
  }
  .c-shop-price__option .right .fee {
    width: 100%;
    justify-content: left;
    margin-left: 30px;
    flex-direction: row !important;
  }
  .c-shop-price__option .right .fee p {
    width: 120px;
  }
  .c-shop-price__option .right .fee .c-shop-num {
    flex-grow: 1;
  }
}
/********************
ヘッダースタイル調整
********************/
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* .c-shop-header .inner{
    flex-direction: column;
  } */
  /* .c-shop-header .nav-list{
    margin-top: 20px !important;
    justify-content: center;
  }
  .c-shop-header{
    padding-left: 0px;
  } */
}
/****************
アコーディオン
*****************/
.shop-menu {
  background-color: #fff;
}

.shop-info__acc {
  display: none;
  background-color: #f7f7f7;
  /* padding: 16px 0px 0px; */
  position: absolute;
  width: 302px;
}

@media screen and (max-width: 768px) {
  .shop-info__acc {
    width: 105px !important;
  }
}
.shop-info__acc a {
  font-size: 12px;
  color: #333;
}

.shop-info__acc a:hover {
  color: #088F4C;
}

.shop-info__acc li {
  line-height: 1.2;
  padding: 18px 20px;
  border-bottom: 1px solid #cdcdcd;
}

.shop-info__acc li:last-child {
  border-bottom: 0px solid #000;
}

/* .shop-info__acc li:nth-child(n + 2){
  margin-top: 14px;
} */
.shop-acc__inner {
  position: relative;
}

/* .acc-tennis{
  line-height: 0.8;
} */
/* 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;
  }
}
@media screen and (min-width: 769px) {
  .shop-sp {
    display: none;
  }
}
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*******************
アンダーナビゲーション
*******************/
.shop-info__under-nav {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.shop-info__under-nav p {
  margin-left: 12px;
}

/*******************
レッスン代行情報
*******************/
.c-shop-link__lesson-content {
  margin-top: 80px;
}

.c-shop-link__lesson {
  justify-content: center !important;
}

/*******************
ポイント余白調整
*******************/
.c-shop-point__pt {
  padding-top: 100px !important;
}

/*******************
mv時間指定
*******************/
.c-time-empty {
  width: 100%;
}

.time-num__wrap {
  flex-wrap: wrap;
  width: 80% !important;
}

a {
  transition: 0.3s !important;
}

.miyuki-school {
  padding-top: 120px;
}

.w-0 {
  width: initial;
}

.school-pt {
  padding-top: 135px;
}

/* 20230501  */
@media screen and (max-width: 768px) {
  .s-c_rightBox > .right-box__ttl {
    margin-right: auto;
    margin-left: auto;
  }
  .s-c_rightBox > .fee {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-header .f_nav-list > li {
    width: 30% !important;
  }
}
@media screen and (max-width: 768px) {
  .c_telIcon::before {
    left: -22px !important;
  }
}
@media screen and (max-width: 768px) {
  .new-shop a[href^="tel:"] {
    color: #268d3c !important;
  }
  .new-shop.new-shop__luxze a[href^="tel:"] {
    color: #FF6699 !important;
  }
  .new-shop.new-shop__bSteam a[href^="tel:"] {
    color: #B52841 !important;
  }
}
@media screen and (max-width: 768px) {
  .shop-info.shop-menu {
    margin: 0 !important;
  }
}
.shop_section.blog_section .blog-date {
  font-size: 16px;
  width: 100px !important;
}

.shop_section.blog_section .blog_title {
  font-size: 16px;
  color: #000;
}

.shop_section.blog_section .blog_section_content:nth-child(n+2) {
  margin-top: 5px !important;
}

.shop_section.blog_section .blog_section_content a {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .shop_section.blog_section .blog_section_content a {
    flex-direction: column;
  }
  .shop_section.blog_section .blog_section_content:nth-child(n+2) {
    margin-top: 15px !important;
  }
}
.jcc {
  justify-content: center !important;
}

.miyuki-price-text {
  display: block;
  width: 85%;
  margin-top: 5px;
  margin-inline: auto;
  text-align: left !important;
}

@media only screen and (max-width: 768px) {
  .miyuki-price-text {
    width: 100%;
  }
}
.c-shop-price__head {
  margin-top: 30px;
}
.c-shop-price__head-ttl {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .c-shop-price__head-ttl {
    font-size: 24px;
  }
}
.c-shop-price__head-item {
  border: 1px solid #ccc;
  padding: 0 0 26px;
  margin-top: 20px;
}
@media screen and (max-width: 767px), print {
  .c-shop-price__head-item {
    margin-top: 10px;
  }
}
.c-shop-price__head-item-plan {
  width: 100%;
  background-color: #FFDEE4 !important;
  text-align: center;
  color: #B52841;
  font-weight: 500;
  padding: 10px 0;
  font-size: 18px;
}
.c-shop-price__head-item-plan.color-green {
  background-color: #DFF4E9 !important;
  color: #088F4C !important;
}
.c-shop-price__head-item-ttl {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 3px solid #B52841 !important;
  text-align: center;
  color: #B52841;
  font-weight: 500;
  margin-top: 30px;
  display: block;
  width: 40%;
  margin-inline: auto;
}
.c-shop-price__head-item-ttl.color-green {
  border-bottom: 3px solid #088F4C !important;
  color: #088F4C !important;
}
@media screen and (max-width: 767px), print {
  .c-shop-price__head-item-ttl {
    padding-bottom: 15px;
    width: 70%;
  }
}
.c-shop-price__head-item-fee {
  padding: 0 40px;
}
@media screen and (max-width: 767px), print {
  .c-shop-price__head-item-fee {
    padding: 0 25px;
  }
}
.c-shop-price__head-item-num {
  font-size: 98px;
  color: #B52841;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  font-family: bebas-neue-pro, sans-serif;
}
.c-shop-price__head-item-num.color-green {
  color: #088F4C !important;
}
.c-shop-price__head-item-num span {
  font-size: 32px;
}
@media screen and (max-width: 767px), print {
  .c-shop-price__head-item-num span {
    font-size: 26px;
  }
}
.c-shop-price__head-item-tax {
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px), print {
  .c-shop-price__head-item-tax {
    font-size: 24px;
    font-weight: 400;
  }
}
.c-shop-price__head-item-text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-inline: auto;
  text-align: left !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.hiramatsu-miyuki__mv-img {
  margin-top: 115px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.hiramatsu-miyuki__mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pt-0 {
  padding-top: 0 !important;
}/*# sourceMappingURL=c-shop.css.map */