@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
footer {
  position: relative;
  z-index: 6;
  margin: 0 auto 0;
}
footer .footer__inner {
  color: #4D4D4D;
  margin: 0 auto;
  padding: 0;
}
footer .copyright .logo {
  width: 100px;
  margin: 20px auto 10px;
}
footer .copyright p {
  text-align: center;
  max-width: 1240px;
  padding: 10px 0;
  font-size: 12px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #998675;
  color: #FFF;
}
@media screen and (min-width: 431px) {
  footer .footer__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}

.global-header {
  max-width: 430px;
  background: #fff;
  width: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 120;
}
@media screen and (min-width: 1240px) {
  .global-header {
    display: block;
  }
}
.global-header.fixed {
  position: fixed;
  display: block;
  transition: all 0.5s;
}
.global-header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.global-header__inner .header__logo {
  z-index: 200;
  margin-left: 20px;
  width: 160px;
  margin: 0 auto;
  line-height: 0;
}
.global-header__inner .hamburger-menu {
  display: flex;
}
.global-header__inner .hamburger-menu h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}
.global-header__inner .hamburger-menu .header__nav {
  background-attachment: fixed;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.5s;
  overflow-y: auto;
}
@media screen and (max-width: 430px) {
  .global-header__inner .hamburger-menu .header__nav {
    z-index: 100;
  }
}
@media screen and (min-width: 431px) {
  .global-header__inner .hamburger-menu .header__nav {
    width: 430px;
    margin: 0 auto;
    left: 0;
    z-index: 100;
  }
}
.global-header__inner .hamburger-menu .header__nav__menu {
  font-family: "Noto Serif", serif;
  font-weight: 600;
  width: 100%;
  margin: 80px 0 0 auto;
}
.global-header__inner .hamburger-menu .header__nav__menu__tit.h2 img {
  height: 40px;
  margin-bottom: 10px;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list {
  background-color: #fff;
  display: grid;
  padding: 15px 20px;
  gap: 10px 10px;
  margin-bottom: 10px;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list h3 {
  padding: 0;
  margin: 0;
  line-height: 0;
  margin-left: -28px;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list h3 img {
  height: 34px;
  width: auto;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list h3:first-child {
  margin-left: -33px;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list__link {
  line-height: 0;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list__link a:hover {
  opacity: 0.7;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list__link img {
  width: 100%;
  filter: drop-shadow(2px 2px 2px rgba(189, 189, 189, 0.8));
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list h3:nth-child(1) {
  grid-area: 1/1/2/4;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list__link:nth-child(2) {
  grid-area: 2/1/3/2;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list__link:nth-child(3) {
  grid-area: 2/2/3/3;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list__link:nth-child(4) {
  grid-area: 2/3/3/4;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list h3:nth-child(5) {
  grid-area: 3/1/4/3;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list__link:nth-child(6) {
  grid-area: 4/1/5/2;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list__link:nth-child(7) {
  grid-area: 4/2/5/3;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list h3:nth-child(8) {
  grid-area: 3/3/4/4;
  margin-left: -10px;
}
.global-header__inner .hamburger-menu .header__nav__menu .age_list__link:nth-child(9) {
  grid-area: 4/3/5/4;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list {
  padding-bottom: 20px;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul {
  list-style: none;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li {
  background-color: #fff;
  margin-bottom: 10px;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li a {
  padding: 10px 20px;
  display: block;
  color: #4D4D4D;
  text-decoration: none;
  font-size: 18px;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li a:hover {
  color: #D07D7B;
  text-decoration: none;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li.close a {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 20px center;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li.close ul {
  display: none;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li.close li {
  margin-bottom: 0;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li.close li a {
  background-image: none;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li.open a {
  color: #D07D7B;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li.open li {
  margin-bottom: 0;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li.open li a {
  background-color: transparent;
  color: #4D4D4D;
  background-image: none;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li.open li a:hover {
  color: #D07D7B;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li ul.menu__item__sub {
  margin-left: 1rem;
}
.global-header__inner .hamburger-menu .header__nav__menu .content-list ul li ul.menu__item__sub li a {
  background-color: transparent;
}
.global-header__inner .hamburger-menu .header__nav footer {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.global-header__inner .hamburger-menu .header__nav footer .footer__inner .footer__inner__snsicn ul li a {
  background-color: transparent;
}
@media screen and (max-width: 430px) {
  .global-header__inner .menu-btn {
    top: 2px;
    cursor: pointer;
    right: 5px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 120;
    font-size: 10px;
  }
  .global-header__inner .menu-btn::before {
    content: "MENU";
    position: absolute;
    top: -4px;
    font-weight: 800;
    color: #4D4D4D;
  }
  .global-header__inner .menu-btn span {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #D07D7B !important;
    position: absolute;
  }
  .global-header__inner .menu-btn span:nth-child(1) {
    top: 20px;
  }
  .global-header__inner .menu-btn span:nth-child(2) {
    top: 28px;
    width: 20px;
  }
  .global-header__inner .menu-btn span:nth-child(3) {
    top: 35px;
  }
  .global-header__inner #menu-btn-check {
    display: none;
  }
  .global-header__inner #menu-btn-check:checked ~ .menu-btn span:nth-child(2) {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .global-header__inner #menu-btn-check:checked ~ .menu-btn span:nth-child(1) {
    top: 28px;
    transform: rotate(43deg);
    transition: all 0.3s;
    height: 2px;
  }
  .global-header__inner #menu-btn-check:checked ~ .menu-btn span:nth-child(3) {
    top: 28px;
    transform: rotate(-43deg);
    transition: all 0.3s;
    height: 2px;
  }
  .global-header__inner #menu-btn-check:checked ~ .header__nav {
    display: block !important;
    background-color: #FFF;
  }
  .global-header__inner #menu-btn-check ~ .menu-btn .open {
    display: block;
  }
  .global-header__inner #menu-btn-check ~ .menu-btn .close {
    display: none;
  }
  .global-header__inner #menu-btn-check:checked ~ .menu-btn .close {
    display: block !important;
  }
  .global-header__inner #menu-btn-check:checked ~ .menu-btn .open {
    display: none !important;
  }
}
@media screen and (min-width: 1240px) {
  .global-header .global-header {
    display: none;
  }
  .global-header .global-header__inner #menu-btn-check {
    display: none;
  }
  .global-header .global-header__inner .content-list ul li.menu__item, .global-header .global-header__inner .content-list ul li.menu__item li {
    background-color: transparent;
    background-image: linear-gradient(to right, #f091a8, #f091a8 2px, transparent 5px);
    background-size: 10px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .global-header .global-header__inner .content-list ul li.menu__item a, .global-header .global-header__inner .content-list ul li.menu__item li a {
    padding: 0.3rem 0.5rem;
  }
  .global-header .global-header__inner .content-list ul li.menu__item.open a {
    background-color: transparent;
    background-image: url(../img/common/icn_close.svg), linear-gradient(to right, #f091a8, #f091a8 2px, transparent 5px);
    background-position: right 20px center, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 20px, 10px 2px;
  }
  .global-header .global-header__inner .content-list ul li.menu__item li:last-child {
    background-image: none;
  }
  .global-header .global-header__inner .header__logo {
    display: none;
  }
  .global-header .global-header__inner .header__nav {
    background-color: transparent;
    background-image: none;
    left: 70%;
    width: 30%;
    max-width: 430px;
    min-width: 360px;
  }
  .global-header .global-header__inner .header__nav__nav__menu {
    padding: 40px 20px 0 20px;
  }
  .global-header .global-header__inner .header__nav__nav__menu footer {
    display: none;
  }
}

.pc_left {
  display: none;
}
@media screen and (min-width: 1240px) {
  .pc_left {
    overflow-y: auto;
    display: block;
    padding: 100px 20px 0 20px;
    width: 30%;
    max-width: 430px;
    min-width: 360px;
    position: fixed;
    top: 0;
    left: auto;
    right: 70%;
  }
  .pc_left__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .pc_left__inner h2 {
    width: 113px;
    margin-bottom: 50px;
  }
  .pc_left__snsicn {
    text-align: center;
    background-color: #fff;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc_left__snsicn a img {
    display: block;
    width: 40px;
  }
  .pc_left__btn ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 240px;
    margin: 0 auto;
  }
  .pc_left__btn ul li {
    list-style: none;
  }
  .pc_left__btn ul li a {
    color: #fff;
    height: 3rem;
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .pc_left__btn ul li a:hover {
    opacity: 0.7;
  }
  .pc_left__btn ul li:first-child a {
    background-color: #D07D7B;
  }
  .pc_left__btn ul li:first-child a img {
    width: 60%;
  }
  .pc_left__btn ul li:last-child a {
    background-color: #998675;
  }
  .pc_left__btn ul li:last-child a img {
    width: 75%;
  }
}

#mv {
  position: relative;
  width: 100%;
  background-color: #998675;
  aspect-ratio: 390/360;
}
#mv .swiper img {
  aspect-ratio: 390/360;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .swiper p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif", serif;
  line-height: 180%;
}

#index_news {
  display: flex;
  align-items: center;
}
#index_news h2 {
  background-color: #998675;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
  color: #FFF;
  letter-spacing: 0;
  padding: 5px 20px;
  font-size: 20px;
  font-size: 5.1282051282vw;
}
@media screen and (min-width: 431px) {
  #index_news h2 {
    font-size: 20px;
  }
}
#index_news .news-title {
  font-size: 12px;
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 431px) {
  #index_news .news-title {
    font-size: 12px;
  }
}
#index_news .news-title a {
  display: flex;
  align-items: baseline;
  padding: 0 10px;
  text-decoration: none;
}
#index_news .news-title a:hover {
  opacity: 0.4;
}
#index_news .news-title a .news-date {
  margin-right: 5px;
  font-size: 10px;
  color: #999999;
}
#index_news .news-title a p {
  margin: 0;
  font-size: 13px;
  color: #534F4D;
  width: 57vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 431px) {
  #index_news .news-title a p {
    width: 50%;
  }
}

#index_about {
  margin: 0;
  padding: 60px 5% 50px 5%;
  background-color: #D2E7EA;
  background-image: url(../img/index_about_bg1.svg), url(../img/index_about_bg2.svg), linear-gradient(180deg, rgb(210, 231, 234) 0%, rgb(210, 231, 234) 93%, rgb(255, 255, 255) 100%);
  background-position: top center, top 50% center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#index_about.inner {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
}

#course {
  margin: 0;
  padding: 60px 5% 50px 5%;
  background-color: #F3EBE4;
  background-image: url(../img/index_treatment_h-bg.svg), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 240, 235) 25%, rgb(243, 235, 228) 75%, rgb(255, 255, 255) 100%);
  background-position: top center;
  background-repeat: no-repeat;
}
#course.inner {
  width: 100% !important;
  margin: 0 !important;
}

#review {
  margin: 0;
  padding: 60px 0 50px 0;
  background-color: #E9E0D6;
  background-image: url(../img/index_review_h-bg.svg), url(../img/index_review_bg.svg);
  background-position: top center, top 50% center;
  background-repeat: no-repeat;
}
#review.inner {
  margin: 0 !important;
}
#review.inner .glsr-reviews {
  max-width: 430px;
}
#review.inner .glsr-reviews .glsr-review {
  background-color: #FFF;
  padding: 10px;
  margin: 0 10px;
}
#review.inner .glsr-reviews .glsr-review .glsr-review-content .glsr-tag-value {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#review.inner .glsr-reviews .glsr-review .glsr-review-content .glsr-tag-value p {
  margin: 0;
}

#footer_video video {
  width: 100%;
}

#about.content-detail .content-detail__inner {
  padding: 0 5%;
  margin-bottom: 40px;
}
#about.content-detail .content-detail__inner.bg_brown {
  padding: 0 5% 5%;
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(221, 209, 194) 25%, rgb(221, 209, 194) 90%, rgb(255, 255, 255) 100%);
}
#about.content-detail .content-detail__inner.bg_brown .col-box.deco1::before {
  background-image: url(../img/about_deco1.svg);
}
#about.content-detail .content-detail__inner.bg_brown .col-box.deco2::before {
  background-image: url(../img/about_deco2.svg);
}
#about .link-list .btn {
  padding: 0.375rem 0;
}
#about #treatment {
  padding: 0 5% 3%;
}
#about #rule {
  background: url(../img/about_rules_bg.svg), linear-gradient(180deg, rgb(235, 244, 246) 0%, rgb(235, 244, 246) 70%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat;
}
#about #rule.inner {
  padding: 9% 5% 5%;
}
#about #rule .rule-list .rule-box {
  position: relative;
  margin-bottom: 20px;
}
#about #rule .rule-list .rule-box h3 {
  font-weight: normal;
  margin-bottom: -1.5em;
  padding: 0 20px;
  font-size: 20px;
}
#about #rule .rule-list .rule-box p {
  padding: 20px;
}
#about #rule .rule-list .rule-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 35px solid transparent;
}
#about #rule .rule-list .rule-box:nth-child(odd) p {
  background-color: #EFE4DB;
}
#about #rule .rule-list .rule-box:nth-child(odd)::after {
  border-top: 15px solid #EFE4DB;
}
#about #rule .rule-list .rule-box:nth-child(even) p {
  background-color: #F5EEE8;
}
#about #rule .rule-list .rule-box:nth-child(even)::after {
  border-top: 15px solid #F5EEE8;
}
#about #rule .rule-list .rule-box:last-child::after {
  display: none;
}

#course-page .course-list {
  padding: 0 5%;
}
#course-page .course-detail-list .course-box .course-item + .course-item {
  margin-top: 10%;
}
#course-page .course-detail-list .course-box .course-item .course-item__inner {
  padding: 0 5%;
}
#course-page .course-detail-list .course-box .course-item h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  padding: 0 8%;
  aspect-ratio: 390/65;
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#course-page .course-detail-list .course-box .course-item h3 span {
  display: block;
  width: 100%;
  border-bottom: 1px solid #C7B299;
}
#course-page .course-detail-list .course-box .course-item .time_detail span {
  background-color: #C69C6D;
  color: #FFF;
  padding: 1px 10px;
}
#course-page .course-detail-list .course-box .course-item dl {
  display: grid;
  gap: 15px 10px;
  grid-template-columns: 5em auto;
}
#course-page .course-detail-list .course-box .course-item dl dt, #course-page .course-detail-list .course-box .course-item dl dd {
  line-height: 140%;
}
#course-page .course-detail-list .course-box .course-item dl dt span {
  border-left: 3px solid #D07D7B;
  padding-left: 4px;
}
#course-page .course-detail-list .course-box .course-item .movie-area video {
  aspect-ratio: 16/9;
  width: 100%;
}
#course-page .course-detail-list .course-box .course-item .tag-tit {
  background-color: #F2F2F2;
  padding: 5px 10px;
  margin-bottom: 20px;
  position: relative;
}
#course-page .course-detail-list .course-box .course-item .tag-tit p {
  margin: 0;
}
#course-page .course-detail-list .course-box .course-item .tag-tit::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 10px solid #F2F2F2;
}
#course-page .course-detail-list .course-box .course-item .tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
#course-page .course-detail-list .course-box .course-item .tag-list .program_cat {
  background-color: #C69C6D;
  color: #FFF;
  padding: 0 10px;
  border-radius: 30px;
}
#course-page .course-detail-list .course-box .course-item#course-1 h3 {
  background-image: url(../img/bg_pain.svg);
}
#course-page .course-detail-list .course-box .course-item#course-2 h3 {
  background-image: url(../img/bg_bamboo.svg);
}
#course-page .course-detail-list .course-box .course-item#course-3 h3 {
  background-image: url(../img/bg_plum.svg);
}

#store {
  --swiper-pagination-color:#FFF;
  --swiper-pagination-bullet-inactive-color:#FFF;
  --swiper-pagination-bullet-inactive-opacity:0.4;
  --swiper-pagination-bullet-width:5px;
  --swiper-pagination-bullet-height:5px;
}
#store .zip-list {
  margin-bottom: 5%;
}
#store .zip-list a {
  padding: 40px 0;
  border-radius: 100px;
  font-size: 24px;
  color: #FFF;
  letter-spacing: 3px;
}
#store .zip-list a::after {
  top: 40%;
  right: 10%;
}
#store .content-box {
  margin-bottom: 15%;
}
#store.store-detail h1.h2_tit {
  margin-bottom: 15px;
}
#store .term-articles {
  width: 90%;
  margin: 0 auto;
}
#store .term-articles .h2_tit {
  padding: 0 0 10px 0;
  font-size: 24px;
  border-bottom: 1px solid #D8C9B8;
}
#store .term-articles .child-term-list {
  overflow-y: scroll;
  display: flex;
  list-style: none;
  margin: 20px 0;
  gap: 0 10px;
  height: 50px;
  width: 106%;
}
#store .term-articles .child-term-list li {
  margin-top: 10px;
}
#store .term-articles .child-term-list li a {
  background-color: #EBDDD2;
  border-radius: 30px;
  padding: 10px 10px;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
}
#store .staff_box {
  text-align: center;
  padding: 20px;
  border: 1px solid #4D4D4D;
  margin-bottom: 20%;
}
#store .staff_box img {
  aspect-ratio: 245/163;
  -o-object-fit: cover;
     object-fit: cover;
}
#store h3 {
  margin-bottom: 15px;
}
#store p {
  line-height: 140%;
  margin: 0;
}
#store p + p {
  margin-top: 10px;
}
#store .fa_icn {
  display: grid;
  grid-template-columns: 1.5em auto;
}
#store .fa_icn::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 20px;
}
#store .shop_address::before {
  content: "\f3c5";
}
#store .shop_address a {
  color: #4D4D4D;
}
#store .shop_address a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f35d";
  margin-left: 4px;
  color: #999999;
}
#store .shop_time::before {
  content: "\f017";
}
#store .shop_closed::before {
  content: "\f273";
}
#store .shop_access::before {
  content: "\f239";
}
#store .shop_treatment span {
  display: inline-block;
  background-color: #4D4D4D;
  padding: 0 10px 2px;
  color: #FFF;
}
#store .shop_map {
  margin: 10% 0;
}
#store .shop_map iframe {
  width: 100%;
  aspect-ratio: 1/1;
}
#store .reservation__inner {
  padding: 0 5%;
}
#store .other-stores {
  padding: 0 5%;
}
#store .shop-box {
  border: 1px solid #999999;
  padding: 0 15px 15px 15px;
  margin-bottom: 5%;
}
#store .shop-box .store-gallery {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
}
#store .shop-box .store-gallery .child-shopzip {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D07D7B;
  color: #FFF;
  padding: 0 8px;
  line-height: 140%;
  z-index: 100;
}
#store .shop-box .btn-2 {
  margin-top: 15px;
}
#store .reservation__inner {
  margin-bottom: 10%;
}
#store .other-stores-list {
  --swiper-pagination-color: #999999;
  --swiper-pagination-bullet-inactive-color:#999999;
  --swiper-pagination-bottom:-4px;
}
#store .other-stores-list .shop-box {
  border: 1px solid #999999;
  padding: 0 15px 15px 15px;
}

.review-detail .review_copyy {
  padding: 0 5%;
}
.review-detail .child-pages-list {
  padding: 0 5%;
}
.review-detail .child-pages-list ul {
  display: inline-flex;
  gap: 10px;
  list-style: none;
}
.review-detail .child-pages-list ul li {
  border: 1px solid #C7B299;
}
.review-detail .child-pages-list ul li.current {
  background-color: #D8C9B8;
}
.review-detail .child-pages-list ul li a {
  color: #4D4D4D;
  padding: 10px 5px;
  text-decoration: none;
}

#review .glsr {
  padding: 0 5%;
}
#review .glsr-summary-text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -2px;
}
#review .glsr-review {
  background-color: #FFF;
  padding: 20px;
  display: grid;
}
#review .glsr-review .glsr-review-rating {
  order: 3;
  justify-self: flex-start;
}
#review .glsr-review .glsr-review-rating .ratestar {
  font-size: 24px;
  font-weight: 500;
  margin-left: 5px;
  color: #E84729;
}
#review .glsr-review .glsr-review-date {
  order: 5;
  font-size: 10px;
  justify-self: flex-end;
}
#review .glsr-review .glsr-review-content {
  order: 4;
}
#review .glsr-review .assigned-labels {
  order: 2;
  line-height: 100%;
}
#review .glsr-review .assigned-labels span {
  background-color: #C69C6D;
  color: #FFF;
  padding: 0 15px;
  font-size: 12px;
}
#review .glsr-review .glsr-review-author {
  order: 1;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #D8C9B8;
}

#news .news_list {
  padding: 0 5%;
}
#news .news_list ul {
  list-style: none;
}
#news .news_list ul li {
  border-bottom: 1px solid #C69C6D;
}
#news .news_list ul li .entry__time {
  margin-top: 0;
  margin-bottom: 5px;
  color: #999999;
}
#news .news_list ul li h2 {
  font-weight: 500;
  font-size: 16px !important;
}
#news .news_list ul li h2 a {
  color: #4D4D4D;
  text-decoration: none;
}

.content-wrap {
  max-width: 430px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 431px) {
  .content-wrap {
    box-sizing: content-box;
    border-left: 16px solid #fff;
    border-right: 16px solid #fff;
  }
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  line-height: 2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #4D4D4D;
  font-size: 14px;
  word-wrap: break-word;
}
@media screen and (min-width: 431px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 431px) {
  body {
    background: url(../img/common/bg_pc_2.png), url(../img/common/bg_pc.png);
    background-repeat: repeat-x, repeat;
    background-size: 565px, auto;
    background-position: top 450px left, center;
    background-attachment: fixed;
  }
}

a {
  color: #3e74f6;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  transition: 300ms;
}

h1 {
  font-size: 26px;
  margin: 0 0 auto 0;
  line-height: 130%;
}
h1.h1_tit {
  font-family: "Noto Serif", serif;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #333333;
  letter-spacing: 3px;
  text-align: center;
}
h1.header-line {
  display: flex;
  justify-content: center;
}
h1.header-line span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/common/line_gray.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 16px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 10px;
}

h2 {
  margin-top: 0;
  letter-spacing: 3px;
}

.h2_tit {
  color: #333333;
  font-family: "Noto Serif", serif;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-size: 6.1538461538vw;
}
@media screen and (min-width: 431px) {
  .h2_tit {
    font-size: 24px;
  }
}

.h3_tit {
  color: #534F4D;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  font-size: 20px;
  font-size: 5.1282051282vw;
}
@media screen and (min-width: 431px) {
  .h3_tit {
    font-size: 20px;
  }
}
.h3_tit.solid {
  border-bottom: 1px solid #C7B299;
}
.h3_tit.double {
  border-bottom: 3px double #C7B299;
}

h3 {
  margin: 0 0 auto 0;
  padding: 0;
}
h3:has(.num) {
  display: flex;
  align-items: baseline;
  font-size: 19px;
  letter-spacing: 1px;
}
h3 span.num {
  background-color: #4D4D4D;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 10px 10px;
  line-height: 100%;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 500;
}
h3.point {
  width: 90%;
  margin: 30px auto;
  line-height: 140%;
  display: flex;
  align-items: center;
}
h3.point span {
  width: 60px;
  margin-right: 10px;
}

h4 {
  line-height: 150%;
  margin: 0 0 auto 0;
}

h1:has(+ p), h2:has(+ p), h3:has(+ p), h4:has(+ p) {
  margin-bottom: 0;
}

p {
  line-height: 160%;
  font-size: 16px;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 431px) {
  p {
    font-size: 16px;
  }
}
p.list {
  margin-left: 1em;
}
p.list::before {
  content: "■";
  margin-left: -1em;
}
p.kome {
  margin-left: 1em;
}
p.kome::before {
  content: "※";
  margin-left: -1em;
}

dl dd {
  margin: 0;
}

table.table-vertical tr {
  display: flex;
  flex-direction: column;
}
table.table-vertical tr th {
  width: 100% !important;
}

iframe.movie {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.grecaptcha-badge {
  visibility: hidden;
}

.body-noscroll {
  overflow: hidden;
}

#contact {
  margin-bottom: 35px;
}
#contact .contact-wrap {
  display: flex;
  padding: 10vw 0 0 0;
  flex-direction: column;
  background-color: #4D4D4D;
}
#contact .contact-wrap .contact-img {
  line-height: 0;
}
#contact .contact-wrap .contact-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 683/256;
}
#contact .contact-wrap .contact-txt {
  margin: 0 5% 20px 5%;
  color: #fff;
}
#contact .contact-wrap .contact-txt h2 {
  text-align: left;
}
#contact .contact-wrap .contact-txt .detail {
  text-align: right;
  margin-bottom: 0;
}
#contact .contact-wrap .contact-txt .detail a {
  color: #fff;
  text-decoration: underline;
}
#contact .contact-wrap .contact-txt .detail a:hover {
  color: #cec8ff;
}
@media screen and (min-width: 431px) {
  #contact .contact-wrap {
    align-items: center;
    flex-direction: row;
    padding: 0 0 0 0;
  }
  #contact .contact-wrap .contact-img,
  #contact .contact-wrap .contact-txt {
    flex: 1;
  }
  #contact .contact-wrap .contact-txt {
    margin: 0 5% 20px 5%;
  }
  #contact .contact-wrap .contact-txt h2 {
    margin: 0;
  }
  #contact .contact-wrap .contact-img {
    margin-bottom: 0px;
  }
  #contact .contact-wrap .contact-img img {
    min-height: 256px;
    aspect-ratio: 683/256;
  }
}

.breadcrumbs {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 100%);
  font-size: 11px;
  color: #999999;
  padding: 10px 10px;
  line-height: 140%;
}
.breadcrumbs a {
  color: #999999;
  text-decoration: none;
}

#wrap .wrap-content__inner__box {
  width: 95%;
  margin: 2rem auto 5rem;
}
#wrap .wrap-content__inner__box:last-child {
  margin-bottom: 0;
}
#wrap .wrap-content__inner .inner {
  width: 100%;
  margin: 20px auto 0;
}
#wrap .wrap-content__inner .inner.w90 {
  width: 90%;
}
#wrap .wrap-content__inner .col-box {
  background-color: #FFF;
  margin: 0 0 20px;
  padding: 5%;
}
#wrap .wrap-content__inner .col-box.brown {
  border-top: #C69C6D 4px solid;
}
#wrap .wrap-content__inner .col-box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.serif_tit {
  font-family: "Noto Serif", serif;
}

.base_tit {
  font-family: "Open Sans", sans-serif;
}

.upper {
  text-transform: uppercase !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.ds-flex {
  display: flex;
}

.box-shadow {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 2px rgba(189, 189, 189, 0.8));
}

.box-round {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.box-round h2 {
  text-align: center;
}
.box-round.pink-line {
  border: 1px solid #D07D7B;
  border-radius: 20px;
}
.box-round.green-line {
  border: 1px solid #998675;
  border-radius: 20px;
}
.box-round.yellow-line {
  border: 1px solid #E84729;
  border-radius: 20px;
}
.box-round.shadow {
  filter: drop-shadow(2px 2px 2px rgba(189, 189, 189, 0.8));
}

.btn-shadow {
  box-shadow: 11px 11px 3px -5px rgba(189, 189, 189, 0.8);
}

.fc-red {
  color: #E84729;
}

.fc-pink {
  color: #D07D7B;
}

.f-bold {
  font-weight: 500;
}

.f-semibold {
  font-weight: 600;
}

.f-semibold {
  font-weight: 600;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 240px;
}
.btn a {
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 30px;
  padding: 15px 20px;
  line-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  position: relative;
}
.btn a:hover {
  text-decoration: none;
  opacity: 0.4;
}
.btn a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 33%;
}
.btn.bg_w a {
  background-color: #FFF;
}
.btn.red a {
  border: 2px solid #E84729;
  color: #E84729;
}
.btn.brown {
  width: 100%;
}
.btn.brown a {
  border: none;
  background-color: #D8C9B8;
  color: #333333;
}
.btn.arrow_d a::after {
  content: "\f063";
  color: #FFF;
}

.btn-2 {
  display: flex;
}
.btn-2 a {
  display: flex;
  font-size: 15px;
  color: #4D4D4D;
  text-decoration: none;
  position: relative;
}
.btn-2 a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  right: -1.6em;
  top: 7px;
  color: #FFF;
  display: flex;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  background-color: #4D4D4D;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.btn-2.red a {
  color: #E84729;
}
.btn-2.red a::after {
  background-color: #E84729;
}
.btn-2.right {
  justify-content: flex-end;
  margin-right: 1.6em;
}
.btn-2.center {
  justify-content: center;
}

.content_list ul {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.content_list ul li {
  list-style: none;
  border: 1px solid #4D4D4D;
  border-radius: 5px;
  background-color: #fff;
}
.content_list ul li a {
  padding: 3px 30px 3px 10px;
  display: block;
  position: relative;
  font-weight: 500;
  color: #4D4D4D;
  text-decoration: none;
}
.content_list ul li a::after {
  display: block;
  position: absolute;
  content: "";
  top: 40%;
  right: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #4D4D4D;
  border-bottom: 0;
}
.content_list ul li a:hover {
  background-color: #4D4D4D;
  color: #fff;
}
.content_list ul li a:hover::after {
  border-top: 8px solid #fff;
}

.detail {
  text-align: right;
  margin-bottom: 0;
}
.detail a {
  color: #fff;
  text-decoration: underline;
}
.detail a:hover {
  color: #cec8ff;
}

table.col-2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #e9e9eb;
  margin: 0 0 5rem 0;
}
table.col-2 tr {
  border-bottom: 1px solid #e9e9eb;
}
table.col-2 tr th {
  width: 25%;
  word-break: break-word;
  background-color: #f5f5f5;
  font-weight: 600;
  padding: 1rem 0.8rem;
  line-height: 150%;
  font-size: 14px;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 431px) {
  table.col-2 tr th {
    font-size: 14px;
  }
}
table.col-2 tr td {
  word-break: break-word;
  padding: 1rem 0.8rem;
  line-height: 150%;
  font-size: 13px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 431px) {
  table.col-2 tr td {
    font-size: 13px;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 430px) {
  table.col-2 tr {
    display: flex;
    flex-direction: column;
  }
  table.col-2 tr th {
    padding: 0.6rem 0.8rem;
    width: 100%;
  }
  table.col-2 tr td {
    padding: 0.6rem 0.8rem 1.5rem;
    width: 100%;
  }
}
table.col-2.col-top tr:first-child th {
  width: 50%;
}
table.col-2.col-top tr:first-child td {
  text-align: center;
  width: 50%;
  background-color: #f5f5f5;
  font-weight: 600;
  padding: 1rem 0.8rem;
}
table.col-2.col-top tr:nth-child(n+2) th {
  background-color: transparent;
  font-weight: 400;
  text-align: left;
  font-size: 13px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 431px) {
  table.col-2.col-top tr:nth-child(n+2) th {
    font-size: 13px;
    padding: 1rem 0.8rem;
  }
}
@media screen and (max-width: 430px) {
  table.col-2.col-top tr {
    display: inherit !important;
  }
  table.col-2.col-top tr th {
    width: 50% !important;
    padding: 1rem 0.8rem;
  }
  table.col-2.col-top tr td {
    width: 50% !important;
    padding: 1rem 0.8rem;
  }
}
table.col-2.col-lefttop tr:first-child th {
  width: 25%;
}
table.col-2.col-lefttop tr:first-child td {
  text-align: center;
  background-color: #f5f5f5;
  font-weight: 600;
  padding: 1rem 0.8rem;
}
@media screen and (max-width: 430px) {
  table.col-2.col-lefttop tr:first-child th {
    width: 50% !important;
  }
  table.col-2.col-lefttop tr:first-child td {
    width: 50% !important;
  }
}

@media screen and (min-width: 431px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media screen and (max-width: 430px) {
  .anker {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 431px) {
  .anker {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .anker {
    margin-top: -150px;
    padding-top: 150px;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
  transition-duration: 1s;
}

.animation_mv1,
.animation_mv2,
.animation_mv3 {
  opacity: 0;
  display: inline-block;
  transform: translateX(-90px);
  transition: opacity 0.8s, transform 0.8s;
}
.animation_mv1.is-inview,
.animation_mv2.is-inview,
.animation_mv3.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 1s;
}

.animation_mv1 {
  transition-delay: 0.2s;
}

.animation_mv2 {
  transition-delay: 0.4s;
}

.animation_mv3 {
  transition-delay: 0.6s;
}

@media screen and (min-width: 431px) {
  #service table.col-2 th {
    width: 40%;
  }
}

#sitemap .wrap-content__inner .inner {
  max-width: 660px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#sitemap .wrap-content__inner .inner #nav_menu-3 li::marker {
  display: none !important;
}
#sitemap .wrap-content__inner .inner .widget_nav_menu ul {
  margin: 0 0 0 0;
}
#sitemap .wrap-content__inner .inner .widget_nav_menu ul li {
  margin: 0;
  list-style: disc;
}
#sitemap .wrap-content__inner .inner .widget_nav_menu ul li ul {
  margin: 0 0 0 1.5rem;
}
#sitemap .wrap-content__inner .inner .widget_nav_menu ul li ul li {
  list-style: disc;
}

#wrap {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

#qa .content-box {
  margin-bottom: 15%;
}
#qa.inner {
  padding: 10% 5%;
}
#qa.inner .qa-box {
  border-top: 1px solid #D8C9B8;
}
#qa.inner .qa-box:first-child {
  border-top: none;
}
#qa.inner .qa-box .q-box,
#qa.inner .qa-box .a-box {
  width: calc(100% - 24px);
  padding: 15px 2px;
  display: flex;
}
#qa.inner .qa-box .q-box::before,
#qa.inner .qa-box .a-box::before {
  font-size: 24px;
  font-family: "Noto Serif", serif;
  color: #808080;
  margin-right: 10px;
}
#qa.inner .qa-box .q-box {
  position: relative;
  cursor: pointer;
}
#qa.inner .qa-box .q-box::before {
  content: "Q";
}
#qa.inner .qa-box .q-box::after {
  position: absolute;
  right: -1em;
  top: 15px;
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  color: #D8C9B8;
  font-weight: 600;
}
#qa.inner .qa-box .q-box.open::after {
  content: "\f056";
  color: #B5B5b5;
}
#qa.inner .qa-box .a-box {
  display: none;
}
#qa.inner .qa-box .a-box p {
  margin: 0;
}
#qa.inner .qa-box .a-box p + p {
  margin-top: 10px;
}
#qa.inner .qa-box .a-box::before {
  content: "A";
}
#qa.inner .qa-box .a-box.a-open {
  display: flex;
}
#qa.inner .btn {
  margin-top: 5%;
}

#news.news-detail .news-date {
  margin: 0;
}
#news.news-detail .h2_tit {
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #D8C9B8;
  padding-bottom: 10px;
}

#wrap.inner-content .wrap-content__inner {
  overflow: clip;
}
#wrap.inner-content .page-tit {
  background-color: #D8C9B8;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap.inner-content .page-tit .h1_tit {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
}

.bg_sakura {
  margin: 0;
  padding: 55px 0 50px 0;
  background-image: url(../img/bg_sakura.svg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.col-box {
  position: relative;
  margin-top: 40px !important;
}
.col-box.deco1::before {
  position: absolute;
  background-image: url(../img/index_about_deco1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 177px;
  height: 57px;
  top: -35px;
  right: -90px;
  content: "";
}
.col-box.deco2::before {
  position: absolute;
  background-image: url(../img/index_about_deco2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 140px;
  height: 61px;
  top: -35px;
  left: -60px;
  content: "";
}

.course-list .course-box a {
  margin-bottom: 30px;
  display: block;
  padding: 20px 0 40px 50px;
  border-radius: 100px;
  background-color: gray;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.course-list .course-box a:hover {
  opacity: 0.7;
}
.course-list .course-box a h3 {
  font-weight: 400;
  font-size: 23px;
}
.course-list .course-box a p {
  margin: 0;
  font-size: 12px;
}
.course-list .course-box a span {
  margin: 0;
  font-size: 12px;
  line-height: 150%;
}
.course-list .course-box a .course-tool {
  display: inline-flex;
  gap: 5px;
}
.course-list .course-box a .course-tool p {
  background-color: #FFF;
  color: #998675;
  padding: 2px 6px;
}
.course-list .course-box a .course-objective {
  display: flex;
  gap: 5px;
}
.course-list .course-box a::after {
  position: absolute;
  content: "more";
  bottom: 10%;
  right: 16%;
}
.course-list .course-box a::before {
  position: absolute;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
}
.course-list .course-box a.course-1 {
  background-image: url(../img/icn_pain.png);
}
.course-list .course-box a.course-1::before {
  width: 85px;
  height: 45px;
  top: -5%;
  left: -1%;
  background-image: url(../img/icn_pain.png);
}
.course-list .course-box a.course-2 {
  background-image: url(../img/icn_bamboo.png);
}
.course-list .course-box a.course-2::before {
  width: 84px;
  height: 45px;
  top: -5%;
  left: -1%;
  background-image: url(../img/icn_bamboo.png);
}
.course-list .course-box a.course-3 {
  background-image: url(../img/icn_plum.png);
}
.course-list .course-box a.course-3::before {
  width: 77px;
  height: 50px;
  top: -10%;
  left: -1%;
  background-image: url(../img/icn_plum.png);
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-image: url(../img/common/bg_pc.png);
  background-color: #fff;
  text-align: center;
  /* Loading画像中央配置　*/
  /* Loading アイコンの大きさ設定　*/
  /* fadeUpをするアイコンの動き */
}
#splash #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash #splash_logo img {
  width: 260px;
}
#splash .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pagination {
  margin-top: 50px;
}
.pagination .nav-links .page-numbers {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
.pagination .nav-links .page-numbers li {
  border: 1px solid #C69C6D;
  color: #C69C6D;
}
.pagination .nav-links .page-numbers li span {
  padding: 13px 10px;
  color: #FFF;
  background-color: #C69C6D;
  line-height: 0;
}
.pagination .nav-links .page-numbers li a {
  text-decoration: none;
  padding: 13px 10px;
  color: #C69C6D;
  line-height: 0;
}
.pagination .nav-links .page-numbers li a.next {
  padding: 13px 8px;
}/*# sourceMappingURL=common.css.map */