@charset "UTF-8";
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*------------------------------------------------------------
  layout-parts
------------------------------------------------------------*/
.body--no-scroll {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 460px) {
  html {
    font-size: 3.4782608696vw;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: min(1.1111111111vw, 12px);
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html.is-fixed {
  position: fixed;
  z-index: -1;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
img {
  width: 100%;
  vertical-align: bottom;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}

thead {
  display: block;
}

tbody {
  display: block;
  width: 100%;
}

tr {
  display: block;
}

th,
td {
  width: 100%;
  height: 100%;
}

th {
  display: block;
}

td {
  display: block;
}

/*----------------------------------
  basic
-----------------------------------*/

* {
  letter-spacing: 0;
}

.no-post {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .no-post {
    font-size: 1.25rem;
  }
}

.no-post--main-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 30vh;
}

.no-post--sub-loop {
  text-align: center;
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .no-post--sub-loop {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.container {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.container_b {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .container_b {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .container_b {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.sp-container {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sp-container {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .pc-inner {
    max-width: 58.125rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 57.5rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

body {
  font-family: oradano-mincho-gsrr, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  color: #544c37;
  background-color: #f1e4c4;
}

@-webkit-keyframes fuwafuwa-horizontal-01 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: -15px 0;
  }
}

@keyframes fuwafuwa-horizontal-01 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: -15px 0;
  }
}
.is-noScroll {
  overflow: hidden;
}

.is-noScrolled {
  overflow: auto;
  scrollbar-gutter: stable;
}

/* container
============================================*/
.container {
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
}

.about {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
}

.about__title {
  width: 370px;
  width: 23.125rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.about__img {
  width: 390px;
  width: 24.375rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.about__deco {
  width: 320px;
  width: 20rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.about__text {
  font-size: 26px;
  font-size: 1.625rem;
  width: 370px;
  width: 23.125rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5769230769;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.about__logo {
  width: 236px;
  width: 14.75rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

.about__slide {
  width: 1150px;
  width: 71.875rem;
}

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg__img,
.bg__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg__overlay {
  background-color: rgba(241, 228, 196, .24);
}

.bg__tori {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 314px;
  width: 19.625rem;
}

.bg__deco {
  width: 400px;
  width: 25rem;
  position: absolute;
  display: none;
}
@media screen and (min-width: 1100px) {
  .bg__deco {
    display: block;
    width: 28.75rem;
  }
}

.bg__deco--l {
  top: 13%;
  left: -100px;
  left: -6.25rem;
  -webkit-animation: fuwafuwa-horizontal-01 3000ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3000ms ease-in-out infinite alternate;
}

.bg__deco--r {
  bottom: 13%;
  right: -100px;
  right: -6.25rem;
  -webkit-animation: fuwafuwa-horizontal-01 3100ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3100ms ease-in-out infinite alternate;
}

.bg__inner {
  height: 100%;
  position: relative;
}

.course {
  padding-top: 48px;
  padding-top: 3rem;
}

.course .sec-title {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.course__slider {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.course__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}

.course__slide {
  width: 320px;
  width: 20rem;
}

.course__slider-btn {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  background-image: url("../images/course_btn.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  top: 26.5px;
  top: 1.65625rem;
}

.course__slider-btn--next {
  right: 25px;
  right: 1.5625rem;
}

.course__slider-btn--prev {
  left: 25px;
  left: 1.5625rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.course__slide-header {
  background-image: url("../images/course_bg@2x-100.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 118px;
  height: 7.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.course__slide-title,
.course__slide-sub-title {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #FBF3DE;
}

.course__slide-title {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.course__slide-sub-title {
  font-size: 21px;
  font-size: 1.3125rem;
}

.course__slide-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
  row-gap: 0.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.course__slide-rect,
.course__slide-plus {
  color: #A6412A;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

.course__slide-rect {
  height: 65px;
  height: 4.0625rem;
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 1px solid #A6412A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.04em;
  padding-right: 26px;
  padding-right: 1.625rem;
  padding-left: 26px;
  padding-left: 1.625rem;
}

.course__slide-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5727272727;
}

.course__slide--c .course__slide-title {
  font-size: 33px;
  font-size: 2.0625rem;
}

.course__footer-img {
  width: 390px;
  width: 24.375rem;
  margin-right: auto;
  margin-left: auto;
}

.course__footer-slider {
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}

.course__footer-slide {
  color: #D1C099;
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 1;
}

.fadeUp {
  opacity: 0;
  translate: 0 20px;
  translate: 0 1.25rem;
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.is-fadeUpped {
  opacity: 1;
  translate: none;
}

.footer {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 1100px) {
  .footer {
    padding-bottom: 3.125rem;
  }
}

.footer__logo {
  display: block;
  width: 254px;
  width: 15.875rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}

.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.footer__tel-img {
  width: 32px;
  width: 2rem;
}

.footer__title {
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.footer__title span {
  width: 33px;
  width: 2.0625rem;
  height: 33px;
  height: 2.0625rem;
  background-color: #544C37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E9DEC0;
}

.footer__sub-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.footer__time {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.footer__address {
  margin-inline: auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

.fun {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.fun__items {
  padding-top: 30px;
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.fun__item-header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.fun__item-num {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: #A6412A;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.fun__item-title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.fun__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  gap: 0.9375rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-left: 30px;
  margin-left: 1.875rem;
}

.fun__slide-img {
  width: 43px;
  width: 2.6875rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.fun__slide-title {
  color: #F1E4C4;
  font-size: 25px;
  font-size: 1.5625rem;
  background-color: #A6412A;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  border-radius: 0.375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 43px;
  width: 2.6875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}

.fun__item--a {
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
}

.fun__item--a .fun__item-img {
  width: 356px;
  width: 22.25rem;
  margin-left: auto;
}

.fun__item--b .fun__item-header {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
}

.fun__item--b {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.fun__item--c {
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
}

.fun__item--c .fun__item-img {
  width: 365px;
  width: 22.8125rem;
  margin-right: auto;
  margin-left: auto;
}

.fv {
  position: relative;
  height: calc(217.3913vw + 18.75rem);
}
@media screen and (min-width: 768px) {
  .fv {
    height: calc(62.63889vw + 18.75rem);
  }
}

.fv__img {
  position: sticky;
  top: 0;
  left: 0;
}

.header {
  position: fixed;
  width: 100%;
  top: -100vh;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-top: 0.625rem;
  aspect-ratio: 460/495;
}
@media screen and (min-width: 768px) {
  .header {
    aspect-ratio: auto;
  }
}

.header__noren {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220%;
}
@media screen and (min-width: 768px) {
  .header__noren {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: auto;
  }
}

.header__noren-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  width: 55.8695652174svw;
}
@media screen and (min-width: 768px) {
  .header__noren-logo {
    width: 21.6666666667svw;
  }
}

.insta .sec-title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.insta__body {
  width: 370px;
  width: 23.125rem;
  margin-right: auto;
  margin-left: auto;
}
.insta__body #sb_instagram #sbi_images {
  padding: 0;
  gap: 30px;
  gap: 1.875rem;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: #f1e4c4;
}

.loading__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
}

.loading.is-visible .loading__inner {
  opacity: 1;
  visibility: visible;
}

.loading__img,
.loading__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading__overlay {
  background-color: rgba(241, 228, 196, .24);
}

.loading__deco {
  width: 460px;
  width: 28.75rem;
  position: absolute;
  display: none;
}
@media screen and (min-width: 1100px) {
  .loading__deco {
    display: block;
  }
}

.loading__deco--l {
  top: 13%;
  left: -100px;
  left: -6.25rem;
  -webkit-animation: fuwafuwa-horizontal-01 3000ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3000ms ease-in-out infinite alternate;
}

.loading__deco--r {
  bottom: 13%;
  right: -100px;
  right: -6.25rem;
  -webkit-animation: fuwafuwa-horizontal-01 3100ms ease-in-out infinite alternate;
          animation: fuwafuwa-horizontal-01 3100ms ease-in-out infinite alternate;
}

.loading__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading__logo {
  width: 236px;
  width: 14.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.loading__tori {
  width: 367px;
  width: 22.9375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.loading__text {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  position: relative;
}

.loading__text svg {
  display: none !important;
}

.loading__text .progressbar-text {
  position: static !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  color: #000 !important;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: #000;
  top: 0;
  left: 0;
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.modal--active {
  opacity: 1;
  z-index: 30;
  visibility: visible;
}

.modal__btn {
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  position: absolute;
  top: 35px;
  top: 2.1875rem;
  right: 35px;
  right: 2.1875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal__btn::after {
  content: "";
  display: block;
  width: 5px;
  width: 0.3125rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__slider {
  max-width: 550px;
  max-width: 34.375rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .modal__slider {
    max-width: 56.640625vh;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.modal__slider-btn {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background-image: url("../images/course_btn.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modal__slider-btn {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .modal__slider-btn {
    width: 5rem;
    height: 5rem;
  }
}

.modal__slider-btn--prev {
  left: -25px;
  left: -1.5625rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .modal__slider-btn--prev {
    left: -1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .modal__slider-btn--prev {
    left: -6.25rem;
  }
}

.modal__slider-btn--next {
  right: -25px;
  right: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .modal__slider-btn--next {
    right: -1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .modal__slider-btn--next {
    right: -6.25rem;
  }
}

.modal__slider-counter {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__slider-counter {
    margin-top: 1.875rem;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-image: url("../images/texture@2x.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  mix-blend-mode: screen;
  opacity: 0.5;
  pointer-events: none;
}

.rank {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  background-color: #544C37;
  padding-right: 45px;
  padding-right: 2.8125rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  overflow: hidden;
}

.rank__bg-img {
  max-width: none;
  width: 1044px;
  width: 65.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rank__inner {
  background-color: #F4E4CA;
  border-radius: 1.3125rem;
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.rank__title {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}

.rank__title-img {
  display: inline-block;
  width: 236px;
  width: 14.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.rank__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 22px;
  row-gap: 1.375rem;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
}

.rank__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.rank__item-num {
  width: 60px;
  width: 3.75rem;
  height: 32px;
  height: 2rem;
  background-color: #544C37;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 2px;
  padding: 0.125rem;
  border-radius: 0.375rem;
}

.rank__item-text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4090909091;
}

.rank__item-num span {
  border: 1px solid #F1E4C4;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F1E4C4;
  border-radius: inherit;
}

.rank__item-img {
  margin-right: auto;
  margin-left: auto;
}

.rank__item--top .rank__item-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  gap: 10px;
  gap: 0.625rem;
}

.rank__item--top .rank__item-num {
  background-color: #A6412A;
  padding: 3px;
  padding: 0.1875rem;
  border-radius: 0.375rem;
  width: 83px;
  width: 5.1875rem;
  height: 45px;
  height: 2.8125rem;
  font-size: 26px;
  font-size: 1.625rem;
}

.rank__item--top .rank__item-text {
  font-size: 29px;
  font-size: 1.8125rem;
  color: #A6412A;
  line-height: 1;
}

.sec-title {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  height: 100px;
  height: 6.25rem;
  background-image: url("../images/title@2x.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 53px;
  width: 3.3125rem;
  height: 53px;
  height: 3.3125rem;
  border-radius: 50%;
  background-color: #F4E4CA;
}

.sp-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .sp-banner {
    display: none;
  }
}

.sp-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 460px;
  max-width: 28.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.sp-banner__btn {
  height: 56px;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.6875rem;
  color: #FBF3DE;
  border: 1px solid #FBF3DE;
  font-size: 20px;
  font-size: 1.25rem;
}

.sp-banner__btn--reserve {
  background-color: #A6412A;
  width: 246px;
  width: 15.375rem;
  gap: 20px;
  gap: 1.25rem;
}

.sp__banner__reserve-img {
  width: 32px;
  width: 2rem;
}

.sp-banner__btn--tel {
  width: 56px;
  width: 3.5rem;
  background-color: #544C37;
}

.sp-banner__tel-img {
  width: 25px;
  width: 1.5625rem;
}

.sp-banner__btn--menu {
  width: 56px;
  width: 3.5rem;
  background-color: #A28C48;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
}

.zoomUp {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.is-zoomUpped {
  -webkit-animation: zoomUp 0.4s ease-in-out forwards;
          animation: zoomUp 0.4s ease-in-out forwards;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.page-top__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1100px) {
  .page-top__body {
    gap: 1.5625rem;
    position: relative;
  }
}

@media screen and (min-width: 1100px) {
  .page-top__body::before {
    content: "";
    display: block;
    width: 10rem;
  }
}

.page-top__contents {
  width: 460px;
  width: 28.75rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-top__contents::after,
.page-top__contents::before {
    position: absolute;
    content: "";
    display: block;
    width: 0.4375rem;
    height: 100%;
    background-image: url("../images/line@2x.png");
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
    z-index: -1;
    top: 0;
  }
}

.page-top__contents::before {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-top__contents::after {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.page-top__sidebar {
  display: none;
}
@media screen and (min-width: 1100px) {
  .page-top__sidebar {
    width: 10rem;
    height: 100svh;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.page-top__reserve-btn {
  display: block;
}

.page-top__menu-btn {
  color: #544C37;
  border-bottom: 1px solid #544C37;
}
/*# sourceMappingURL=styles.css.map */
