@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");
footer {
  max-width: 430px;
  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 .footer_linklist {
  background-color: #998675;
  color: #FFF;
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding-top: 10px;
  gap: 20px;
}
footer .copyright .footer_linklist li {
  list-style: none;
}
footer .copyright .footer_linklist li a {
  color: #FFF;
}
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: 429px) {
  footer .footer__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}

.footer_btn,
.footer_reserv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  max-width: calc(430px - 2.5%);
  margin: 0 auto;
  z-index: 2001;
}
.footer_btn a,
.footer_reserv a {
  background-color: #E84729;
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
  padding: 10px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
}

.global-header {
  max-width: 430px;
  background: #fff;
  width: 100%;
  z-index: 120;
}
@media screen and (min-width: 1000px) {
  .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: 180px;
  height: 30px;
  padding-left: 20px;
  margin: 10px 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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
  display: block;
}
@media screen and (min-width: 429px) {
  .global-header__inner .hamburger-menu .header__nav {
    width: 100%;
    margin: 0 auto;
    left: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 1000px) {
  .global-header__inner .hamburger-menu .header__nav {
    display: none;
  }
}
.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;
  margin-left: 30px;
}
.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 0;
  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;
}
.global-header__inner .lang__nav {
  display: block;
  margin-right: 10px;
}
.global-header__inner .lang__nav a {
  color: #D07D7B;
  text-decoration: none;
}
.global-header__inner .lang__nav a i {
  margin-right: 3px;
}
@media screen and (min-width: 431px) and (max-width: 999px) {
  .global-header__inner .content-list {
    width: 430px;
    margin: 0 auto;
  }
  .global-header__inner .content-list #gnav #menu-header {
    margin-left: 10px;
  }
}
@media screen and (max-width: 999px) {
  .global-header__inner .hamburger-menu {
    position: fixed;
    z-index: 2000;
    width: auto;
    background: none;
  }
}
@media screen and (max-width: 430px) {
  .global-header__inner .hamburger-menu {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .global-header__inner .lang__nav {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .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;
    margin-right: 10px;
    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;
  }
}
@media screen and (max-width: 999px) {
  .global-header #menu-btn-check:checked ~ .header__nav {
    display: block;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1000px) {
  .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: 1000px) {
  .pc_left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 30%;
    max-width: 430px;
    min-width: 320px;
    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: 220px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) and (min-height: 800px) {
  .pc_left {
    justify-content: flex-start;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .pc_left .header__nav__menu {
    margin-top: 30px !important;
    overflow-y: auto;
    margin-top: 100px;
  }
  .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%;
  }
}

@media screen and (min-width: 1000px) {
  .pc_right {
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    width: calc((100% - 430px) / 2);
    height: 100%;
  }
  .pc_right::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(153, 134, 117, 0.4);
    z-index: 2;
  }
  .pc_right video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 431px) and (max-width: 999px) {
  .pc_right {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .pc_right {
    display: none;
  }
}
#mv {
  position: relative;
  width: 100%;
  aspect-ratio: 390/360;
  position: relative;
}
#mv .mv_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  background-image: linear-gradient(0deg, rgb(115, 99, 87) 20%, rgba(199, 178, 153, 0) 100%);
}
#mv .mv_text p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif", serif;
  line-height: 150%;
}
#mv .swiper-slide img {
  aspect-ratio: 390/360;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
#mv .swiper-slide img::before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: "";
}

#index_news {
  display: flex;
  overflow: hidden;
  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: 429px) {
  #index_news h2 {
    font-size: 20px;
  }
}
#index_news .news-title {
  font-size: 12px;
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 429px) {
  #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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#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 {
  width: var(--cont-width, 430px);
}
@media screen and (min-width: 429px) {
  #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 .btn {
  position: relative;
}
#store .zip-list .btn a {
  aspect-ratio: 342/110;
  padding: 40px 0;
  border-radius: 100px;
  font-size: 24px;
  color: #FFF;
  letter-spacing: 3px;
  background-color: rgba(216, 201, 184, 0.5);
}
#store .zip-list .btn a::after {
  top: 40%;
  right: 10%;
}
#store .zip-list .btn a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
#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 h3 a {
  text-decoration: none;
  color: #4D4D4D;
}
#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_access a {
  color: #4D4D4D;
}
#store .shop_access a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f35d";
  margin-left: 4px;
  color: #999999;
}
#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 .store-gallery .swiper-slide img {
  aspect-ratio: 324/228;
  -o-object-fit: cover;
     object-fit: cover;
}
#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 .reservation__inner .notece {
  margin-top: 10px;
  border: 1px solid #D07D7B;
  padding: 10px;
}
#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 .bg_sakura {
  padding-bottom: 0;
}
.review-detail #review {
  padding: 10% 5%;
}
.review-detail .review_copyy {
  padding: 0 5%;
}
.review-detail .child-pages-list {
  padding: 0 5%;
  margin-bottom: 20px;
}
.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 .btn {
  margin-top: 20px;
}
#review .glsr-summary-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
#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 .glsr-review-content p {
  line-height: 150%;
}
#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;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.nav-links .page-numbers {
  border: 1px solid #998675;
  padding: 2px 10px !important;
  background-color: #998675;
  color: #FFF;
}
.nav-links a {
  color: #4D4D4D !important;
  background-color: #FFF !important;
  text-decoration: none;
}
.nav-links a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#news .news_list {
  padding: 0 5%;
}
#news .news_list ul {
  list-style: none;
  margin-left: 0 !important;
}
#news .news_list ul li {
  border-bottom: 1px solid #C69C6D;
}
#news .news_list ul li .entry__time {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #999999;
}
#news .news_list ul li h2 {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 150%;
  letter-spacing: 0;
}
#news .news_list ul li h2 a {
  color: #4D4D4D;
  text-decoration: none;
}
#news .pagination {
  margin-top: 50px;
}
#news .pagination .nav-links .page-numbers {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 5px;
  border: none;
  background-color: transparent;
}
#news .pagination .nav-links .page-numbers li span {
  width: 30px;
  height: 30px;
  display: flex;
  color: #FFF !important;
  background-color: #C69C6D !important;
  border: 1px solid #C69C6D;
  color: #C69C6D;
}
#news .pagination .nav-links .page-numbers li a {
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #C69C6D;
  border: 1px solid #C69C6D;
}
#news .pagination .nav-links .page-numbers li a.next {
  padding: 13px 8px;
}

.contact-form-container {
  --key-color: $key-c;
  --key-color: #2EBDEF;
  --border-color: #9e9e9e;
  --primary-color: #ff9124;
  --alert-color: #e95512;
  background-color: #fff;
  font-size: 16px;
}
.contact-form-container h2 {
  color: var(--key-color);
  font-size: clamp(18px, 5vw, 28px);
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 0.75em;
}
.contact-form-container p {
  font-size: 15px;
}

.contact-form-list input:not([type=radio]):not([type=checkbox]),
.contact-form-list textarea {
  border: 1px solid var(--border-color);
  border-radius: 3px;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}
.contact-form-list *.wpcf7-not-valid {
  border-color: var(--alert-color) !important;
}
.contact-form-list .wpcf7-not-valid-tip {
  color: var(--alert-color);
  font-size: 15px;
  font-weight: bold;
}
.contact-form-list textarea {
  field-sizing: content;
  min-height: 10em;
}
.contact-form-list .wpcf7-list-item {
  margin-left: 0;
}
.contact-form-list .wpcf7-form-control.wpcf7-checkbox,
.contact-form-list .wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 0.25em 0.75em;
  flex-wrap: wrap;
}
.contact-form-list::-moz-placeholder {
  opacity: 0.7;
}
.contact-form-list::placeholder {
  opacity: 0.7;
}

.contact-form-list__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 25px 0;
}
.contact-form-list__item dt,
.contact-form-list__item dd {
  margin: 0;
}
.contact-form-list__item dt {
  font-size: 17px;
}
.contact-form-list__item dt::after {
  font-size: 15px;
  line-height: 14px;
  display: inline-block;
  margin-left: 0.2em;
}
.contact-form-list__item dt.required::after {
  content: "*";
  color: #e04141;
}

.contact-form-container input[type=submit] {
  background-color: #FFF;
  border: 2px solid #E84729;
  color: #E84729;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 240px;
  border-radius: 30px;
  padding: 15px 20px;
  line-height: 100%;
  position: relative;
}
.contact-form-container input[type=submit]:hover {
  text-decoration: none;
  opacity: 0.4;
}
.contact-form-container input[type=submit]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 33%;
  color: #E84729;
  border: 1px solid red;
}
.contact-form-container .privacy-check {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-form-container .privacy-check br {
  display: none;
}
.contact-form-container .privacy-check .wpcf7-checkbox {
  font-weight: bold;
}
.contact-form-container .privacy-check .wpcf7-list-item {
  margin: 0;
}
.contact-form-container .privacy-check .wpcf7-form-control-wrap::before {
  font-size: 11px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 14px;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  transform: translateY(-2px);
  content: "*";
  color: #e04141;
}
.contact-form-container .privacy-check a {
  color: #4D4D4D;
}
@media (min-width: 768px) {
  .contact-form-container .privacy-check br {
    display: revert;
  }
  .contact-form-container .privacy-check .wpcf7-form-control-wrap::before {
    display: none;
  }
  .contact-form-container .privacy-check .wpcf7-list-item-label::before {
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 14px;
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
    transform: translateY(-2px);
    content: "*";
    color: #e04141;
  }
}

.contact-form-container input[type=button].wpcf7-previous {
  background-color: var(--border-color);
  box-shadow: inset 5px -5px 0px 0px rgba(84, 54, 28, 0.3), inset 0px -3px 6px -2px rgba(84, 54, 28, 0.3);
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  max-width: 320px;
  width: 100%;
  padding: 0.75em 1.5em;
  border-radius: 5px;
  margin: auto;
  display: block;
  cursor: pointer;
}

input[type=text],
textarea,
input[type=email] {
  font-size: 18px !important;
  padding: 10px !important;
  border-radius: 3px;
}

.review-form__inner {
  padding: 0 5%;
  margin-bottom: 30px;
}

.glsr-default form.glsr-form {
  row-gap: 25px !important;
}

.glsr-form-wrap .glsr-label span {
  font-size: 17px;
  font-weight: normal;
}
.glsr-form-wrap .wp-block-button button[type=submit] {
  background-color: #FFF;
  border: 2px solid #E84729;
  color: #E84729;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  border-radius: 30px;
  padding: 15px 20px;
  line-height: 100%;
  position: relative;
}
.glsr-form-wrap .wp-block-button button[type=submit]:hover {
  text-decoration: none;
  opacity: 0.4;
}

#paymentPanel #booking-package_pay_locally button,
#nextAndReturnPanel #confirmBookingButton,
button.cancel_booking_button {
  background-color: #FFF;
  border: 2px solid #E84729;
  color: #E84729;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  border-radius: 30px;
  padding: 15px 20px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
}
#paymentPanel #booking-package_pay_locally button:hover,
#nextAndReturnPanel #confirmBookingButton:hover,
button.cancel_booking_button:hover {
  text-decoration: none;
  opacity: 0.4;
}

#nextAndReturnPanel #returnToSchedules,
button.return_button {
  background-color: #FFF;
  border: 2px solid #999999;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: 60%;
  border-radius: 30px;
  padding: 15px 20px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
}
#nextAndReturnPanel #returnToSchedules:hover,
button.return_button:hover {
  text-decoration: none;
  opacity: 0.4;
}

#booking-package_schedulePage #bottomPanel #returnToCalendarButton {
  background-color: #FFF;
  border: 2px solid #999999;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 10px 15px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
}
#booking-package_schedulePage #bottomPanel #returnToCalendarButton:hover {
  text-decoration: none;
  opacity: 0.4;
}

#bottomPanel #returnToDayListButton,
#bottomPanel #previous_available_day_button,
#bottomPanel #next_available_day_button {
  background-color: #FFF;
  border: 2px solid #999999;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 10px 15px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
}
#bottomPanel #returnToDayListButton:hover,
#bottomPanel #previous_available_day_button:hover,
#bottomPanel #next_available_day_button:hover {
  text-decoration: none;
  opacity: 0.4;
}

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

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

ol,
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: 429px) {
  body {
    font-size: 16px;
  }
}

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: 429px) {
  .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: 429px) {
  .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: 429px) {
  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: 429px) {
  #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.img_col2, #wrap .wrap-content__inner .col-box ol.img_col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#wrap .wrap-content__inner .col-box ul li, #wrap .wrap-content__inner .col-box ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

.lt-0 {
  letter-spacing: 0 !important;
}

.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: 429px) {
  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: 429px) {
  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: 429px) {
  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: 429px) {
  .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: 429px) {
  .anker {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 431px) and (max-width: 999px) {
  .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: 429px) {
  #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;
}
#sitemap .wrap-content__inner .inner .widget_nav_menu ol {
  margin: 0 0 0 1.5em;
}
#sitemap .wrap-content__inner .inner .widget_nav_menu ol li {
  margin: 0;
}
#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 ul {
  margin-left: 1.2em;
}
#news.news-detail ol {
  list-style-position: inside;
  counter-reset: item;
  padding-left: 1.2em;
}
#news.news-detail ol li {
  display: block;
}
#news.news-detail ol li:before {
  margin-left: -1.2em;
  content: counters(item, "-") ". ";
  counter-increment: item;
  font-variant-numeric: tabular-nums;
}
#news.news-detail ol li ol {
  padding-left: 2em;
}
#news.news-detail ol li ol > li:before {
  margin-left: -2em;
}
#news.news-detail ol li ol > li ol {
  padding-left: 3em;
}
#news.news-detail ol li ol > li ol > li:before {
  margin-left: -3em;
}
#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 {
  height: 140px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
#wrap.inner-content .page-tit img {
  aspect-ratio: 380/140;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
  margin: 0;
  padding: 0;
}
#wrap.inner-content .page-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(9deg, rgb(115, 99, 87) 0%, rgba(199, 178, 153, 0.1) 100%);
}
#wrap.inner-content .page-tit .h1_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  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;
  font-family: "Open Sans", sans-serif, "Font Awesome 6 Free";
  content: "more \f061";
  font-weight: 600;
  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: linear-gradient(0deg, rgba(153, 134, 117, 0.6) 0%, rgba(153, 134, 117, 0.6) 100%), url(../img/bg_course_pine.jpg);
  background-size: 100%;
}
.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: linear-gradient(0deg, rgba(153, 134, 117, 0.6) 0%, rgba(153, 134, 117, 0.6) 100%), url(../img/bg_course_bamboo.jpg);
  background-size: 100%;
}
.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: linear-gradient(0deg, rgba(153, 134, 117, 0.6) 0%, rgba(153, 134, 117, 0.6) 100%), url(../img/bg_course_plum.jpg);
  background-size: 100%;
}
.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);
  }
}

.glsr-pagination .pagination {
  margin-top: 50px;
}
.glsr-pagination .pagination .nav-links .page-numbers {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}
.glsr-pagination .pagination .nav-links .page-numbers li {
  border: 1px solid #C69C6D;
  color: #C69C6D;
}
.glsr-pagination .pagination .nav-links .page-numbers li span {
  width: 30px;
  height: 30px;
  padding: 0 10px;
  color: #FFF;
  background-color: #C69C6D;
  line-height: 0;
}
.glsr-pagination .pagination .nav-links .page-numbers li a {
  width: 30px;
  height: 30px;
  text-decoration: none;
  padding: 0 10px;
  color: #C69C6D;
  line-height: 0;
}
.glsr-pagination .pagination .nav-links .page-numbers li a.next {
  padding: 0 8px;
}

body.cookies-not-set {
  overflow: hidden;
}
body.cookies-not-set #cookie-notice {
  width: 100%;
  height: 100vh;
  background-color: rgba(50, 50, 58, 0.46) !important;
  position: absolute;
}
body.cookies-not-set #cookie-notice .cookie-notice-container {
  background-color: #FFF;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 430px) {
  body.cookies-not-set #cookie-notice .cookie-notice-container {
    width: 90%;
  }
}
@media screen and (min-width: 1000px) {
  body.cookies-not-set #cookie-notice .cookie-notice-container {
    width: 30%;
    padding: 20px;
  }
}
body.cookies-not-set #cookie-notice .cookie-notice-container #cn-notice-text {
  color: #000;
}
body.cookies-not-set #cookie-notice .cookie-notice-container #cn-close-notice {
  display: none;
}

body.cookies-accepted {
  overflow: auto !important;
}/*# sourceMappingURL=common.css.map */