@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role="list"], ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

table {
  border-collapse: collapse;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-image img {
  width: 100%;
}

*:focus {
  outline: none;
}

button {
  margin: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 680px) {
  .sp-tab {
    display: none !important;
  }
}

.tab {
  display: none !important;
}

@media (min-width: 680px) {
  .tab {
    display: block !important;
  }
}

.pc {
  display: none !important;
}

@media (min-width: 1024px) {
  .pc {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  color: #583C37;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main {
  overflow: hidden;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

img {
  max-width: 100%;
}

.error {
  max-width: 1120px;
  margin: 0 auto;
}

.error__inner {
  text-align: center;
  padding: 150px 25px 100px;
}

@media (min-width: 680px) {
  .error__inner {
    padding: 100px 50px;
  }
}

.site-header {
  width: 100%;
  position: fixed;
  z-index: 999;
}

@media (min-width: 1024px) {
  .site-header {
    position: relative;
  }
}

@media (min-width: 1024px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.gl-header__logo {
  margin-top: 10px;
  margin-left: 10px;
  width: 200px;
}

@media (min-width: 1024px) {
  .gl-header__logo {
    width: 200px;
  }
}

.gl-header__logo a {
  display: block;
}

.gl-header__logo span {
  display: block;
}

.gl-header__logo span.heading {
  margin-bottom: .8rem;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  color: #60112A;
}

.gl-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
}

.gl-header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gl-header__utility span {
  display: block;
  font-size: 1.0rem;
}

.header-cart {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-cart__button {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
}

.header-cart__button img {
  width: 20px;
  margin: 0 0 4px 6px;
}

.menu-trigger__button {
  width: 60px;
  height: 60px;
  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;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .menu-trigger__button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #60112A;
  }
}

.menu-trigger__button__wrapper {
  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;
  padding-top: 9px;
}

@media (min-width: 1024px) {
  .menu-trigger__button__wrapper {
    padding-top: 14px;
  }
}

.menu-trigger__button__label {
  margin-top: 6px;
}

@media (min-width: 1024px) {
  .menu-trigger__button__label {
    margin-top: 2px;
    font-size: 1.1rem;
    color: #fff;
  }
}

.menu-trigger__button__icon span {
  display: block;
  width: 1.8rem;
  height: 2px;
  background-color: #60112A;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 1024px) {
  .menu-trigger__button__icon span {
    background-color: #fff;
  }
}

.menu-trigger__button__icon span:nth-of-type(2) {
  margin: .5rem 0;
}

.is-open .menu-trigger__button__icon span:nth-of-type(1) {
  -webkit-transform: translateY(0.8rem) rotate(45deg);
          transform: translateY(0.8rem) rotate(45deg);
}

.is-open .menu-trigger__button__icon span:nth-of-type(2) {
  opacity: 0;
}

.is-open .menu-trigger__button__icon span:nth-of-type(3) {
  -webkit-transform: translateY(-0.6rem) rotate(-45deg);
          transform: translateY(-0.6rem) rotate(-45deg);
}

.site-logo {
  position: fixed;
  z-index: 999;
  top: 10px;
}

@media (min-width: 680px) {
  .site-logo {
    width: 300px;
    top: 10px;
    left: 30px;
  }
}

.site-logo__front {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 10px;
  left: 10px;
}

.site-logo__front.is-show {
  opacity: 1;
  top: 10px;
  left: 10px;
}

@media (min-width: 1024px) {
  .site-logo__front.is-show {
    top: 20px;
    left: 20px;
  }
}

header.fixed .pc-nav-80 {
  width: auto;
}

header.fixed .pc__nav {
  display: none;
}

.gl-menu {
  width: 100%;
  position: fixed;
  z-index: 100;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}

.gl-menu__insta {
  display: block;
  text-align: center;
  padding-top: 4rem;
  font-family: "EB Garamond", serif;
}

.gl-menu a {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.gl-menu.is-open {
  right: 0;
  opacity: 1;
  -ms-touch-action: auto;
      touch-action: auto;
  visibility: visible;
}

.gl-menu.is-open a {
  -ms-touch-action: auto;
      touch-action: auto;
}

.gl-menu__inner {
  width: 100%;
  top: 0;
  padding: 112px 30px 100px;
  background: #F0EBE7;
}

@media (min-width: 680px) {
  .gl-menu__inner {
    height: 100vh;
  }
}

@media (min-width: 1024px) {
  .gl-menu__inner {
    width: 50%;
    margin: 0 0 0 auto;
    padding: 112px 80px 100px;
  }
}

.gl-menu__btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .gl-menu__btn__list {
    display: none;
    margin-right: 6rem;
  }
}

.gl-menu__btn__list li {
  width: 25%;
}

.gl-menu__btn__ttl {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #60112A;
  line-height: 1;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .gl-menu__btn__ttl {
    font-size: 1.1rem;
    font-weight: normal;
  }
}

.gl-menu__btn__inner {
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

@media (min-width: 1024px) {
  .gl-menu__btn__inner {
    background-color: transparent;
  }
}

.gl-menu__btn__inner img {
  margin-bottom: 6px;
}

.gl-menu__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 40px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.gl-menu__list__service {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 40px 0 20px;
}

.gl-menu__list__service .gl-menu__ttl {
  height: 60px;
  width: 100px;
}

.gl-menu__ttl {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #583C37;
}

.gl-menu__ttlsub {
  position: absolute;
  top: -26px;
  left: calc(100% - 30px);
  display: block;
  font-size: 60px;
  font-family: braisetto, script;
  line-height: 1;
  color: rgba(75, 14, 33, 0.1);
}

.gl-menu__service__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.6rem;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.gl-menu__service__list li:nth-of-type(2) a {
  margin-bottom: 0;
}

.spNav-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.spNav-fixed__item {
  width: 25%;
  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;
  background-color: #60112A;
}

.spNav-fixed__item:nth-of-type(odd) {
  background-color: #833C45;
}

.spNav-fixed__item:nth-of-type(4) .spNav-fixed__item--inner {
  padding: 11px 0 9px;
}

.spNav-fixed__item:nth-of-type(4) .spNav-fixed__item--inner img {
  width: 28px;
}

.spNav-fixed__item--inner {
  width: 100%;
  padding: 10px 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;
  color: #fff;
}

.spNav-fixed__item--inner img {
  width: 24px;
  margin-bottom: 6px;
}

.spNav-fixed__item--ttl {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (min-width: 1024px) {
  .spNav-fixed {
    display: none;
  }
}

.pc__nav {
  display: none;
  font-size: 1.5rem;
  color: #60112A;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1024px) {
  .pc__nav a:hover {
    color: #833C45;
  }
}

.pc__nav .arrow::before, .pc__nav .arrow::after {
  top: -13px;
  left: 6px;
}

@media screen and (min-width: 1200px) {
  .pc__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
    font-size: 1.3rem;
  }
  .pc-nav-80 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.gl-menu__btn__list--pc {
  display: none;
}

@media (min-width: 1024px) {
  .gl-menu__btn__list--pc {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gl-menu__btn__list--pc li:last-of-type img {
  width: 22px;
}

.main {
  padding-top: 60px;
}

.main.main-top {
  padding: 0;
}

.sec, .single-page {
  max-width: 1120px;
  margin: 0 auto;
}

.sec__inner, .single-page__inner {
  padding: 0 25px;
}

@media (min-width: 680px) {
  .sec__inner, .single-page__inner {
    padding: 0 50px;
  }
}

.sec.service, .single-page.service {
  max-width: 100%;
}

@media screen and (min-width: 1500px) {
  .single-page {
    max-width: 1260px;
  }
}

.swiper-container {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-progress-bar {
  position: absolute;
  display: block;
  z-index: 1;
  height: 2px;
  top: calc(90vw +  160px);
  width: 60%;
  right: 80px;
}

.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 2px;
  background: rgba(75, 24, 33, 0.3);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 45px;
  left: 0;
  right: 0;
}

.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #833C45;
  height: 100%;
  width: 0;
  content: "";
  -webkit-transition: 0.1s width linear;
  transition: 0.1s width linear;
}

.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}

.swiper-progress-bar.animate .slide_progress-bar:after {
  -webkit-transition: width linear;
  transition: width linear;
  -webkit-transition-delay: unset;
          transition-delay: unset;
  width: 100%;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}

.mainvisual__bg-wrapper {
  position: relative;
}

.mainvisual__bg-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #833C45;
  top: 0px;
  right: 0px;
}

.swiper-pagination {
  width: 2rem !important;
  font-size: 2rem;
  color: #833C45;
  font-family: "EB Garamond", serif;
  bottom: -55px !important;
  left: 15px !important;
}

.swiper-button-prev, .swiper-button-next {
  width: 48px !important;
  position: absolute !important;
  bottom: -60px !important;
  top: auto !important;
  left: auto !important;
}

.swiper-button-prev {
  right: 30px !important;
}

.swiper-button-next {
  right: -10px !important;
}

.single-page {
  padding-top: 135px;
}

.single-page .sec__ttlsub {
  top: 135px;
  right: 5px;
}

@media (min-width: 680px) {
  .swiper-progress-bar {
    top: auto;
    bottom: -165px;
  }
}

@media (min-width: 1024px) {
  .main {
    padding-top: 84px;
  }
  .mainvisual__bg-wrapper {
    width: 125vh;
    margin: 0 30px 0 auto;
  }
  .swiper-progress-bar {
    width: 90vh;
    bottom: auto;
    top: calc(72.115vh + 197px);
    right: 100px;
  }
  .swiper-pagination {
    width: 2.8rem !important;
    font-size: 2.8rem;
    bottom: -86px !important;
    left: 75px !important;
  }
  .swiper-button-prev, .swiper-button-next {
    bottom: -86px !important;
  }
  .single-page {
    padding-top: 140px;
  }
  .single-page .sec__ttlsub {
    top: 60px;
    right: 5px;
  }
}

h2 {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single__heading {
  margin-bottom: 6rem;
}

.sec__ttl {
  margin-bottom: 8px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #60112A;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
}

@media (min-width: 1024px) {
  .sec__ttl {
    font-size: 3.2rem;
  }
}

.sec__ttlen {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #999;
  font-family: "EB Garamond", serif;
}

.sec__ttlsub {
  position: absolute;
  right: -20px;
  bottom: 0;
  font-size: 9rem;
  color: #E7D8DA;
  font-weight: normal;
  line-height: 1;
  z-index: -1;
}

@media (min-width: 1024px) {
  .sec__ttlsub {
    right: calc((-100vw + 1170px)/2);
  }
}

@media (min-width: 1024px) {
  .sec__ttlsub img {
    height: 200px;
  }
}

.sec__lead {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.lv-2 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
}

.lv-3 {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.page__ttl {
  font-size: 3.2rem;
}

@media (min-width: 1024px) {
  .page__ttl {
    font-size: 4rem;
  }
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 0;
  text-align: center;
  color: #833C45;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  -webkit-transition: ease .2s;
  transition: ease .2s;
  overflow: hidden;
  border-top: 1px solid rgba(75, 24, 33, 0.3);
  border-bottom: 1px solid rgba(75, 24, 33, 0.3);
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover {
  background-color: #833C45;
  color: #fff;
  border-radius: 5px;
}

.btn:hover.btn-l:after {
  right: 20px;
  border-color: #fff;
}

.btn__border-top, .btn__border-bottom, .btn-sm {
  position: relative;
}

.btn__border-top::before,
.btn__border-top::after, .btn__border-bottom::before, .btn__border-bottom::after, .btn-sm::before, .btn-sm::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: rgba(75, 24, 33, 0.3);
  width: 100%;
  height: 1px;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn__border-bottom::before, .btn__border-bottom::after {
  bottom: auto;
  top: 0;
}

.btn__border-top::after, .btn__border-bottom::after, .btn-sm::after {
  width: 0;
  background: #833C45;
}

/*hover時に100%に伸びる*/
@media (min-width: 1024px) {
  .btn__border-top:hover::after, .btn__border-bottom:hover::after {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .btn__border-top:hover .btn-l:after, .btn__border-bottom:hover .btn-l:after {
    right: 10px;
    border-bottom: 1px solid #833C45;
    border-right: 1px solid #833C45;
  }
}

.btn-l {
  display: block;
  position: relative;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
  color: #60112A;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: bold;
}

.btn-l:after {
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  display: block;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: 1px solid rgba(75, 24, 33, 0.3);
  border-right: 1px solid rgba(75, 24, 33, 0.3);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-sm {
  position: relative;
  display: inline-block;
  color: #833C45;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.btn-sm::after {
  bottom: -6px;
}

.btn-sm::before {
  bottom: -6px;
}

.stickarrow {
  display: inline-block;
  width: 16px;
  height: 5px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(75, 24, 33, 0.3);
  border-right: 1px solid rgba(75, 24, 33, 0.3);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.chevron-b::before {
  width: 8px;
  height: 8px;
  border-top: 1px solid #833C45;
  border-right: 1px solid #833C45;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 1024px) {
  .single__heading {
    margin-bottom: 4rem;
  }
  .heading-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .heading-pc .value__lead {
    width: 500px;
  }
  .sec__ttl {
    font-size: 3.2rem;
  }
}

.pc {
  display: none;
}

@media (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.mainvisual__wrapper {
  position: relative;
}

.mainvisual {
  padding-top: 70px;
  max-width: 90%;
  margin: 0 auto 80px;
  position: relative;
  border-radius: 5px;
}

.mainvisual__logo {
  position: absolute;
  z-index: 1;
  top: 10px;
  width: 90%;
  left: -5.3px;
  z-index: 10;
  opacity: 0;
}

.mainvisual__logo.loadRight {
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.88, 1, 1);
          transition-timing-function: cubic-bezier(0, 0.88, 1, 1);
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  opacity: 1;
}

.mainvisual__logo span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #60112A;
  margin-bottom: 5px;
}

.slider--pc.loadRight {
  -webkit-animation-name: none;
          animation-name: none;
  opacity: 1;
}

.slider--pc.loadRight::after {
  border-radius: 5px 0 0 5px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.88, 1, 1);
          transition-timing-function: cubic-bezier(0, 0.88, 1, 1);
  -webkit-transform: translate(16px, 16px);
          transform: translate(16px, 16px);
  opacity: 1;
}

.loadRight .t-about__img--item::after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.88, 1, 1);
          transition-timing-function: cubic-bezier(0, 0.88, 1, 1);
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}

.mainvisual__slider {
  margin-bottom: 4rem;
  background-color: #833C45;
  border-radius: 5px;
}

.mainvisual__slider__item img {
  border-radius: 5px;
}

.mainvisual__bg {
  width: 200px;
  height: 75vh;
  background: #F0EBE7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mainvisual__news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.mainvisual__news__wrapper {
  margin-top: 13.84990vh;
}

.mainvisual__news__wrapper.pc {
  margin-top: 0;
  position: absolute;
  top: 20px;
  left: calc( 100% - 129vh);
  z-index: 999;
}

.mainvisual__news {
  background: #ffffff;
  -webkit-box-shadow: 20px 20px 40px rgba(133, 87, 74, 0.2);
          box-shadow: 20px 20px 40px rgba(133, 87, 74, 0.2);
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mainvisual__news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.mainvisual__news__inner:hover {
  color: #fff;
}

.mainvisual__news__heading {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  line-height: 1;
  padding: 12px 0 12px 20px;
}

.mainvisual__news__ttl {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 12px 0 12px;
}

.slide-arrow {
  position: absolute;
  bottom: -49px;
  right: 0;
  cursor: pointer;
}

.prev-arrow {
  right: 3.5rem;
}

.slider-progress-wrapper {
  width: 80%;
  margin: 0 0 0 auto;
}

.slider-progress {
  width: 100%;
  margin: 0 0 0 10px;
  height: 2px;
  background: rgba(75, 24, 33, 0.3);
  border-radius: 5px;
}

.slider-progress .progress {
  max-width: 100%;
  width: 0%;
  height: 3px;
  background: #833C45;
}

.slick-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  position: absolute;
  bottom: -59px;
  left: 20px;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  color: #833C45;
}

.mainvisual__rotate {
  position: absolute;
  top: calc( 90vw + 50px);
  left: -40px;
  z-index: 10;
}

#rotate {
  width: 130px;
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: 8s linear infinite rotation;
          animation: 8s linear infinite rotation;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 680px) {
  .mainvisual {
    width: 600px;
    height: 600px;
  }
  .mainvisual__logo {
    width: 70%;
    top: 50px;
    left: -7%;
  }
  .mainvisual__logo span {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
  }
  .mainvisual__news__wrapper {
    margin-top: 110px;
  }
  .mainvisual__slider--shadow {
    width: 600px;
    height: 600px;
  }
  .mainvisual__bg {
    width: 40%;
    height: 75vh;
  }
  .t-topics {
    padding-top: 200px;
  }
  .t-topics h2 {
    padding-left: 50px;
  }
  .mainvisual__rotate {
    top: 650px;
  }
}

@media (min-width: 1024px) {
  .mainvisual {
    margin: 0 0 110px auto;
    padding-top: 80px;
    width: 100%;
    height: 100vh;
  }
  .mainvisual__logo {
    width: 41.4583333%;
    top: 25%;
  }
  .slider--sp {
    display: none !important;
  }
  .slider--pc {
    position: relative;
    width: 125vh;
    min-width: 760px;
    margin: 0 30px 0 auto;
  }
  .slider--pc:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    background-color: #833C45;
    z-index: -1;
    opacity: 0;
  }
  .slider--pc.loadRight::after {
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }
  .loadRight .t-about__img--item::after {
    -webkit-transform: translate(18px, 18px);
            transform: translate(18px, 18px);
  }
  .mainvisual__slider {
    margin-bottom: 6rem;
  }
  .mainvisual__slider--shadow {
    display: none;
  }
  .mainvisual__bg {
    height: 90vh;
  }
  .t-topics {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 0;
  }
  .t-topics .sec__ttlsub {
    right: -20px;
    bottom: -90px;
  }
  .mainvisual__news {
    width: 500px;
  }
  .mainvisual__news:hover {
    background: #833C45;
  }
  .mainvisual__news__heading {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px 0 15px 25px;
  }
  .mainvisual__news__ttl {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px 0 15px;
  }
  .slide-arrow {
    bottom: -68px;
    right: 10px;
  }
  .slider-progress-wrapper {
    width: 125vh;
    position: relative;
  }
  .slider-progress {
    margin: 0 0 0 10%;
  }
  .slick-counter {
    width: 80%;
    font-size: 2.8rem;
    left: 80px;
    bottom: -85px;
  }
  .mainvisual__rotate {
    top: auto;
    bottom: -100px;
    left: -15px;
  }
  #rotate {
    width: 200px;
  }
}

.t-topics h2 {
  width: calc(100% - 50px);
  margin: 0 auto 30px;
}

.t-topics .sec__ttl {
  margin-left: -5px;
}

.t-topics .btn__wrapper {
  padding: 0 25px;
}

.t-topics__banner--list {
  margin-bottom: 24px;
  padding-left: 25px;
  overflow-x: auto;
  white-space: nowrap;
}

.t-topics__banner--item {
  display: inline-block;
  width: 130px;
  margin-right: 8px;
  border-radius: 5px;
  background-color: #60112A;
}

.t-topics__banner--item:hover img {
  opacity: 0.8;
}

.t-topics__banner--item img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.t-topics__article--list {
  margin-bottom: 30px;
  padding: 0 25px;
}

.t-topics__article--item img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.t-topics__article--item:hover .topics__list--title {
  color: #833C45;
}

.t-topics__article--item:hover .topics__list--thumb img {
  opacity: 0.8;
}

@media (min-width: 680px) {
  .t-topics__banner--list {
    padding-left: 50px;
  }
  .t-topics__article--list {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
  .t-topics__article--item {
    width: 47%;
  }
}

@media (min-width: 1024px) {
  .t-topics__inner {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9rem;
  }
  .t-topics .col-l {
    width: 28%;
  }
  .t-topics .col-r {
    width: 72%;
  }
  .t-topics h2 {
    width: auto;
  }
  .t-topics__banner--list {
    margin-bottom: 3rem;
    padding-left: 0;
    white-space: normal;
  }
  .t-topics__banner--item {
    width: 23%;
  }
  .t-topics__article--list {
    padding: 0;
  }
}

.topics__item {
  margin-bottom: 12px;
}

.topics__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.topics__list--thumb {
  width: 27.8637771%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  background-color: #60112A;
}

.topics__states {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 12px;
  color: #60112A;
  line-height: 1;
}

.topics__list--title {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.category {
  letter-spacing: 0.1em;
}

.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.date {
  margin-right: 5px;
  letter-spacing: 0.05em;
}

.date::after {
  display: inline-block;
  margin-left: 5px;
  content: '';
  width: 1px;
  height: 12px;
  background: #60112A;
}

.t-about {
  padding-top: 80px;
}

.t-about h2 {
  margin-bottom: 20px;
}

.t-about__lead {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 600;
}

.t-about .sec__inner {
  margin-top: 50px;
  margin-bottom: 50px;
}

.t-about__img {
  position: relative;
  overflow: hidden;
}

.t-about__img--top {
  padding-bottom: 1rem;
}

.t-about__img--bottom-pc {
  display: none;
}

.t-about__img--item {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  width: 100%;
}

.t-about__img--item img {
  border-radius: 5px;
}

.t-about__img--item video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.t-about__img--item::after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #833C45;
  z-index: -1;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1024px) {
  .t-about__img--item::after {
    overflow: visible;
  }
}

.t-about__img .fadeRight .t-about__img--item::after {
  opacity: 1;
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.88, 1, 1);
          transition-timing-function: cubic-bezier(0, 0.88, 1, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}

@media (min-width: 1024px) {
  .t-about__img .fadeRight .t-about__img--item::after {
    -webkit-transform: translate(18px, 18px);
            transform: translate(18px, 18px);
  }
}

.t-about__img--tl {
  width: 90%;
}

.t-about__img--tl .t-about__img--item {
  width: 100%;
  height: 0;
  padding-top: 56%;
}

.t-about__img--tl .t-about__img--item video {
  border-radius: 0 5px 5px 0;
}

.t-about__img--tl .t-about__img--item img {
  border-radius: 0 5px 5px 0;
}

.t-about__img--tr {
  width: 42%;
  margin: -54px 0 0 auto;
}

.t-about__img--tr .t-about__img--item img {
  border-radius: 5px 0 0 5px;
}

.t-about__img--bl {
  width: 80%;
}

.t-about__img--bl .t-about__img--item {
  width: 100%;
  height: 0;
  padding-top: 56%;
}

.t-about__img--bl .t-about__img--item video {
  border-radius: 0 5px 5px 0;
}

.t-about__img--bl .t-about__img--item img {
  border-radius: 0 5px 5px 0;
}

.t-about__img--br {
  width: 53%;
  margin: -4.2rem 0 0 auto;
}

.t-about__img--br .t-about__img--item img {
  border-radius: 5px 0 0 5px;
}

@media (min-width: 1024px) {
  .topics__states {
    font-size: 1.4rem;
  }
  .topics__list--title {
    font-size: 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .t-about .col-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .t-about .col-pc .pc__col-r {
    margin-top: 20%;
    width: 48%;
  }
  .t-about .col-pc .pc__col-r .sec__lead {
    line-height: 2;
    margin-bottom: 4rem;
  }
  .t-about .col-pc .pc__col-l {
    width: 50%;
    margin-left: calc(50% - 50vw);
  }
  .t-about__lead {
    padding-top: 5rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: left;
  }
  .t-about__img--bottom-pc {
    margin-top: 2rem;
    padding-bottom: 3rem;
    display: block;
  }
  .t-about__img--bottom-sp {
    display: none;
  }
  .t-about__img::after {
    overflow: visible;
  }
  .t-about__img--tl {
    width: 88%;
  }
  .t-about__img--tl .t-about__img--item img {
    border-radius: 0 5px 5px 0;
  }
  .t-about__img--tr {
    width: 40%;
    margin: -40px auto 0 0;
    padding-bottom: 1.5rem;
  }
  .t-about__img--tr .t-about__img--item img {
    border-radius: 0 5px 5px 0;
  }
  .t-about__img--bl {
    position: relative;
    z-index: 1;
    width: 65%;
    margin: 0 20px 0 auto;
  }
  .t-about__img--bl .t-about__img--item video {
    border-radius: 5px;
  }
  .t-about__img--bl .t-about__img--item img {
    border-radius: 5px;
  }
  .t-about__img--br {
    position: relative;
    z-index: 1;
    width: 36%;
    margin: -100px auto 0 10%;
  }
  .t-about__img--br .t-about__img--item img {
    border-radius: 5px;
  }
}

@media screen and (min-width: 1400px) {
  .pc__col-l {
    width: 60%;
  }
}

.value {
  padding-top: 140px;
  margin-bottom: 80px;
}

.value__numtxt {
  position: absolute;
  top: -34px;
  left: -22px;
  z-index: 1;
}

.value .sec__lead {
  margin-bottom: 6rem;
}

.value__lead {
  margin-bottom: 3rem;
}

.value__card {
  margin-bottom: 6.6rem;
  position: relative;
}

.value__card:last-child {
  margin-bottom: 0;
}

.value__card--img {
  display: inline-block;
  position: relative;
  width: calc(100% - 15px);
  border-radius: 5px;
}

.value__card--img img {
  border-radius: 5px;
}

.value__card--img::after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% + 5px);
  height: 100%;
  background: #833C45;
  z-index: -1;
  border-radius: 5px;
  overflow: hidden;
}

.value__card--content {
  width: calc(100% - 10px);
  padding: 15px 25px 30px;
  background-color: #833C45;
  margin-left: 15px;
  border-radius: 5px;
}

.value__card--ttl {
  color: #fff;
}

.value__card--subttl {
  position: absolute;
}

.value__card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.value__card--desc {
  display: none;
  padding-top: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #fff;
}

.value__card--open {
  width: 7.5rem;
  margin: 0 0 0 auto;
  padding-top: 1rem;
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.value__card--open::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.value__card--open.open {
  width: 6rem;
}

.value__card--open p:after {
  content: "詳しく見る";
}

.i_box {
  position: relative;
  width: 20px;
  height: 20px;
}

.i_box:before, .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.i_box:before {
  border-top: 2px solid #fff;
  width: 8px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 5px;
}

.i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.value__card--open.open .i_box:after {
  height: 0;
}

.value__card--open.open p:after {
  content: "閉じる";
}

@media (min-width: 1024px) {
  .value .sec__ttlsub {
    top: -10rem;
  }
  .value__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
  }
  .value__card {
    width: 31%;
  }
  .value__card--desc {
    display: block;
  }
}

.t-service {
  padding: 80px 0 60px;
  background-color: #F0EBE7;
}

.t-service .sec__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.t-service .sec__ttlsub {
  z-index: 0;
}

.t-service__card {
  margin-bottom: 40px;
}

.t-service__img {
  width: calc(100% - 20px);
  border-radius: 5px;
  overflow: hidden;
}

.t-service__content {
  display: block;
  position: relative;
  z-index: 1;
  width: calc(100% - 15px);
  padding: 30px 25px;
  margin-top: -6rem;
  margin-left: 15px;
  background-color: #fff;
  border-radius: 5px;
}

.t-service__content:hover .btn {
  background-color: #833C45;
  color: #fff;
  border-radius: 5px;
}

.t-service__content:hover .btn.btn-l:after {
  right: 20px;
  border-color: #fff;
}

@media (min-width: 1024px) {
  .t-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.t-service__ttl {
  margin-bottom: 1.6rem;
  color: #833C45;
}

.t-service__desc {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.t-service__price {
  margin-bottom: 1.6rem;
  color: #999;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) {
  .t-service {
    padding: 100px 0 80px;
  }
  .t-service .sec__ttlsub {
    top: -50px;
    bottom: auto;
  }
  .t-service__card {
    width: 45%;
  }
  .t-service__card:nth-of-type(2) {
    margin-top: 10rem;
  }
  .t-service__content {
    padding: 5rem 4rem;
    width: 80%;
    margin-top: -8rem;
    margin-right: -1.5rem;
    margin-left: auto;
  }
  .t-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.t-staff {
  padding: 100px 0 60px;
}

.t-staff .sec__ttlsub {
  top: -6rem;
}

.t-staff__content {
  width: 50%;
}

.t-staff__img {
  margin-bottom: 3rem;
  border-radius: 5px;
  overflow: hidden;
}

.t-staff__lead {
  margin-bottom: 4rem;
}

.t-staff__lead--pc {
  display: none;
}

.t-staff__name {
  margin-bottom: 0.8rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #833C45;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (min-width: 1024px) {
  .t-staff__name {
    font-size: 1.8rem;
  }
}

.t-staff__name span {
  margin-bottom: 3px;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  .t-staff__name span {
    font-size: 1.4ewm;
  }
}

@media (min-width: 1024px) {
  .t-staff__list {
    width: calc(100% - 140px);
    margin: -20rem auto 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem;
    background: #fff;
    border-radius: 5px;
  }
}

@media (min-width: 1024px) {
  .t-staff__list > li {
    width: 30%;
  }
}

.t-staff__list--img {
  width: 50%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #60112A;
}

.t-staff__list--img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1024px) {
  .t-staff__list--img {
    width: 100%;
  }
}

.t-staff__item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

@media (min-width: 1024px) {
  .t-staff__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .t-staff__item:hover .t-staff__list--img {
    overflow: hidden;
  }
  .t-staff__item:hover .t-staff__list--img img {
    opacity: 0.7;
  }
  .t-staff__item:hover .btn-sm::after {
    width: 100%;
  }
  .t-staff__item:hover .stickarrow {
    border-bottom: 1px solid #833C45;
    border-right: 1px solid #833C45;
  }
}

.t-staff__award {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .t-staff__award {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .t-staff__award > li {
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 1.6rem;
  }
}

.t-staff {
  padding: 120px 0 100px;
}

.t-staff__content {
  width: 100%;
}

.t-staff__lead--sp {
  display: none;
}

.t-staff__lead--pc {
  display: block;
}

.instagram {
  padding: 80px 0 60px;
  background: #F0EBE7;
}

.instagram .slide-in {
  position: relative;
  z-index: 2;
  text-align: center;
}

@media (min-width: 1024px) {
  .instagram .sec__ttlsub {
    right: auto;
  }
}

@media (min-width: 1024px) {
  .instagram {
    padding: 100px 0 80px;
  }
}

.instagram .pc {
  display: none;
}

@media (min-width: 1024px) {
  .instagram .pc {
    display: block;
  }
}

@media (min-width: 1024px) {
  .instagram .sp {
    display: none;
  }
}

@media (min-width: 1024px) {
  .instagram .pc__col-l {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .instagram.sec {
    width: 100%;
    max-width: 100%;
  }
}

.instagram .btn-l svg {
  margin-right: 0.5rem;
}

@media (min-width: 1024px) {
  .instagram .sec__inner {
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.instagram .sec__ttl {
  position: relative;
  z-index: 1;
  font-size: 2.6rem;
  font-family: "EB Garamond", serif;
  text-align: center;
}

@media (min-width: 1024px) {
  .instagram .sec__ttl {
    font-size: 3.2rem;
  }
}

.instagram .sec__ttlsub {
  z-index: 0;
}

.instagram__item {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 1024px) {
  .instagram__item {
    width: 50%;
    padding: 4rem;
  }
}

.instagram__item--img {
  background-color: #fff;
}

.instagram__item--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  opacity: 0.5;
}

.instagram__item--icons .col-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.instagram__bookmark {
  margin-right: 3px;
}

.instagram__bookmark img {
  margin-top: -1px;
}

.instagram__lead {
  margin-bottom: 3rem;
  text-align: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slide-dots {
  position: absolute;
  bottom: -55px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ddd;
}

.slide-dots li.slick-active button:before {
  content: '';
  background: #833C45;
}

.info {
  padding-top: 80px;
}

@media (min-width: 1024px) {
  .info .sec__ttlsub {
    bottom: -60px;
  }
}

@media (min-width: 1024px) {
  .info {
    padding-top: 100px;
  }
}

@media (min-width: 1024px) {
  .info .pc-col {
    margin-bottom: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info .pc-col .pc-col-r, .info .pc-col .pc-col-l {
    width: 40%;
  }
}

.info h3 {
  margin-bottom: 3rem;
  color: #60112A;
}

.info__img {
  margin-bottom: 3rem;
  border-radius: 5px;
  overflow: hidden;
}

.info__ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
}

.info__ttlsub {
  display: block;
  margin-top: 0.8rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
}

.info__table {
  font-size: 1.5rem;
}

.info__table dt {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #60112A;
  margin-bottom: 8px;
  border-top: 1px solid #F0EBE7;
  letter-spacing: 0.1em;
}

.info__table dt:nth-of-type(1) {
  border-top: none;
  margin-top: 0;
}

.info__table dt:nth-of-type(2) {
  margin-top: 0;
  padding-top: 2rem;
  border-top: none;
}

.info__table dd {
  letter-spacing: 0.05em;
}

.info__table dd:last-of-type {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #F0EBE7;
}

.info__table dd li {
  line-height: 1.866666667;
}

.info__calendar {
  margin: 3rem 0 4rem;
}

.info__calendar--ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #60112A;
  font-weight: bold;
  text-align: center;
}

.info__youtube {
  margin-bottom: 4rem;
}

.info__youtube iframe {
  width: 100%;
  height: 200px;
}

@media (min-width: 1024px) {
  .info__youtube iframe {
    height: 550px;
  }
}

.info__reserve {
  padding: 50px 0;
  background: #F0EBE7;
}

@media (min-width: 1024px) {
  .info__reserve {
    border-radius: 5px;
  }
}

@media (min-width: 1024px) {
  .info__reserve.sp {
    display: none;
  }
}

.info__reserve--ttl {
  margin-bottom: 8px;
  font-size: 1.5;
  color: #60112A;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
}

.info__reserve__lead {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.info__reserve--wrapper {
  padding: 30px 34px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.info__reserve--tel {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 2.1rem;
  line-height: 1.3333;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.info__reserve--line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px 0;
  text-align: center;
  background: #833C45;
  color: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  overflow: hidden;
}

.info__reserve--line:hover {
  background-color: #60112A;
}

.info__reserve--line svg, .info__reserve--line span {
  position: relative;
  z-index: 3;
}

.map-btn {
  padding: 0 3px;
  display: inline-block;
  border: 1px solid rgba(75, 24, 33, 0.3);
  border-radius: 3px;
  font-size: 1.3rem;
}

.map-btn svg {
  width: 12px;
}

.map-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /*色や形状*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.88, 1, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.88, 1, 1) 0s;
  transition: transform 0.6s cubic-bezier(0, 0.88, 1, 1) 0s;
  transition: transform 0.6s cubic-bezier(0, 0.88, 1, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0.88, 1, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media (min-width: 1024px) {
  .bg-left:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.bg-left-red:before {
  background: #60112A;
}

.bg-left-white:before {
  background: #fff;
}

.xo-month {
  font-size: 1.2rem;
}

.xo-month th {
  padding: 5px 0 !important;
  background: #60112A;
  border-right: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

.xo-month .dayname {
  font-size: 12px;
  color: #583C37;
}

.xo-month .month-event-space {
  display: none;
}

.xo-month td > div {
  text-align: center !important;
}

.xo-month .holiday-all {
  color: #fff !important;
}

.xo-month .today {
  color: #583C37;
  background: #DFE1D3;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #583C37;
}

.xo-event-calendar table.xo-month {
  border: none;
}

.xo-event-calendar table {
  border-spacing: 1px;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  padding-top: 7px;
}

.xo-event-calendar table.xo-month th, .xo-event-calendar table.xo-month td {
  border: none;
}

.xo-event-calendar table.xo-month td {
  background: #F0EBE7;
}

.xo-event-calendar table.xo-month thead th.sunday {
  color: #fff;
}

.xo-event-calendar table.xo-month thead th.saturday {
  color: #fff;
}

.xo-event-calendar table.xo-month .month-dayname-space {
  height: 3rem;
}

.xo-event-calendar table.xo-month .month-header > span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #583C37;
}

.dashicons-arrow-left-alt2:before, .dashicons-arrow-right-alt2:before {
  color: #60112A;
  font-size: 20px;
}

.xo-event-calendar p.holiday-title span {
  border: none;
}

.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 1;
}

body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.88, 1, 1);
          animation-timing-function: cubic-bezier(0, 0.88, 1, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.loadRight {
  -webkit-animation-name: loadRightAnime;
          animation-name: loadRightAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.88, 1, 1);
          animation-timing-function: cubic-bezier(0, 0.88, 1, 1);
  opacity: 0;
}

@-webkit-keyframes loadRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
            transform: translate(15px, 15px);
  }
}

@keyframes loadRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
            transform: translate(15px, 15px);
  }
}

.loadLeft {
  -webkit-animation-name: loadLeftAnime;
          animation-name: loadLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.88, 1, 1);
          animation-timing-function: cubic-bezier(0, 0.88, 1, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes loadLeftAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes loadLeftAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: block;
}

/* 上下のアニメーション*/
.LoaddownAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}

.LoadslideAnimeDownUp {
  -webkit-animation-name: LoadslideTextY100;
          animation-name: LoadslideTextY100;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.single__heading.LoadslideAnimeDownUp {
  -webkit-animation-name: LoadslideTextY100;
          animation-name: LoadslideTextY100;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes LoadslideTextY100 {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes LoadslideTextY100 {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.LoadslideAnimeUpDown {
  -webkit-animation-name: LoadslideTextY-100;
          animation-name: LoadslideTextY-100;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.single__heading .LoadslideAnimeUpDown {
  -webkit-animation-name: LoadslideTextY-100;
          animation-name: LoadslideTextY-100;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes LoadslideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes LoadslideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  -webkit-animation-name: slideTextY100;
          animation-name: slideTextY100;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextY100 {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY100 {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeUpDown {
  -webkit-animation-name: slideTextY-100;
          animation-name: slideTextY-100;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.swiper-pagination2 {
  width: 38px !important;
  position: absolute;
  bottom: 20px !important;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper-pagination-bullet-active {
  background: #833C45 !important;
}

@media (min-width: 1024px) {
  .s-staff__intro .pc__col {
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-staff__intro .pc__col .col-l {
    width: 40%;
  }
  .s-staff__intro .pc__col .col-r {
    width: 50%;
  }
}

.s-staff__ttl {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 2.4rem;
  color: #833C45;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}

.s-staff__ttl span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .s-staff__ttl span {
    font-size: 1.6rem;
  }
}

.s-staff__ttlen {
  margin: 8px 0 10px;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #999999;
  font-family: "EB Garamond", serif;
  font-weight: normal;
}

.s-staff__img {
  position: relative;
  border-radius: 5px;
  z-index: 1;
}

.s-staff__img img {
  border-radius: 5px;
}

.s-staff__img::after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background: #833C45;
  z-index: -1;
  border-radius: 5px;
}

.s-staff__licence {
  display: inline-block;
  margin-right: 3px;
  font-size: 1.3rem;
  color: #555555;
  line-height: 2;
}

.s-staff__licence--list {
  margin-bottom: 2rem;
}

.s-staff__img {
  margin-bottom: 3rem;
}

.s-staff__message {
  margin-bottom: 4rem;
  font-size: 1.5rem;
}

.s-staff__awards {
  margin-bottom: 4rem;
}

.s-staff__awards .lv-3 {
  margin-bottom: 1.6rem;
}

.s-staff__awards--list {
  padding: 2.4rem 0;
  border-top: 1px solid #F0EBE7;
  border-bottom: 1px solid #F0EBE7;
}

.s-staff__awards--item {
  position: relative;
  margin-bottom: 1rem;
  margin-left: 1.0rem;
  font-size: 1.5rem;
  line-height: 1.6;
}

.s-staff__awards--item::before {
  position: absolute;
  top: 9px;
  left: -10px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #833C45;
}

.s-staff__style {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #F0EBE7;
}

.s-staff__style .lv-3 {
  margin-bottom: 3rem;
}

.s-staff__style li {
  border-radius: 5px;
  overflow: hidden;
}

.s-staff__others .lv-3 {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .s-staff__others--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s-staff__others--list > li {
    width: 45%;
  }
}

.s-staff__others--list .t-staff__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.s-staff__others--list .t-staff__img {
  width: 50%;
}

.s-staff__others--list .t-staff__content {
  width: 50%;
}

#masonry {
  width: 100% !important;
  overflow: auto;
}

.grid-item {
  width: 46%;
  margin: 5px;
  color: #fff;
  display: inline;
}

@media (min-width: 1024px) {
  .grid-item {
    width: 31%;
  }
}

.headVideo__wrapper {
  width: 100%;
  height: 0;
  padding-top: 57%;
  position: relative;
}

.headVideo__wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 5px 0 0 5px;
}

.single__fv {
  margin-right: calc(50% - 50vw);
}

.single__fv--img {
  width: 100%;
  display: inline-block;
  margin-bottom: 2.4rem;
  position: relative;
  border-radius: 5px 0 0 5px;
}

.single__fv--img.loadLeft::after {
  border-radius: 5px 0 0 5px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.37, 0.83, 1);
          transition-timing-function: cubic-bezier(0, 0.37, 0.83, 1);
  -webkit-transform: translate(-15px, 15px);
          transform: translate(-15px, 15px);
}

@media (min-width: 1024px) {
  .single__fv--img {
    margin-bottom: 15rem;
  }
}

.single__fv--img img {
  border-radius: 5px 0 0 5px;
}

.single__fv--img::after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: -15px;
  width: calc( 100% + 15px);
  height: 100%;
  background: #833C45;
  z-index: -1;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .single__fv--img::after {
    top: 20px;
    width: calc( 100% + 35px);
  }
}

.philosophy .value__lead {
  margin-bottom: 5rem;
}

.philosophy__list {
  margin-bottom: 6rem;
}

.philosophy__item {
  padding: 5rem 0;
  border-bottom: 1px solid #F0EBE7;
}

.philosophy__item:first-of-type {
  border-top: 1px solid #F0EBE7;
}

@media (min-width: 1024px) {
  .philosophy__item.col-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .philosophy__item.col-pc .col-l {
    width: 50%;
  }
}

.philosophy__item--ttl {
  margin-bottom: 2.4rem;
  color: #833C45;
}

.philosophy__item--heading {
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.philosophy__item--heading--two {
  margin-bottom: 5px;
}

.philosophy__item--desc {
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

.philosophy__item--desc li {
  margin-bottom: 1.4rem;
}

.philosophy__item--desc span {
  font-weight: bold;
}

.philosophy__item--img {
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .philosophy__item--img {
    width: 42%;
  }
}

@media (min-width: 1024px) {
  .service .single-page__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1500px) {
  .service .single-page__inner-pc {
    max-width: 1260px;
  }
}

.sc__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  height: 40px;
}

@media (min-width: 1024px) {
  .sc__menu {
    max-width: 1120px;
    margin: 0 auto 1.6rem;
  }
}

.sc__menu li {
  width: 33.3333%;
  height: 40px;
}

.sc__menu li:last-child a {
  border-right: none;
}

.sc__menu a {
  height: 40px;
  display: block;
  font-size: 1.3rem;
  color: #833C45;
  line-height: 1.53;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  border-right: 1px solid rgba(75, 24, 33, 0.3);
}

@media (min-width: 1024px) {
  .sc__menu a {
    font-size: 1.5rem;
  }
}

.sc__menu .chevron-b::before {
  left: calc( 50% - 4px);
  top: 14px;
}

.sc__course {
  padding: 50px 0;
  background-color: #F0EBE7;
}

.sc__course .hotel__price__notice {
  display: block;
  margin-top: 5px;
  color: #60112A;
}

@media (min-width: 1024px) {
  .sc__course {
    padding: 60px 0;
  }
}

.sc__course .section__lead {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 3rem;
}

.sc__course__basic {
  margin-bottom: 8rem;
}

.sc__course__option {
  padding-top: 6rem;
}

.sc__course__inner {
  padding: 0 2.5rem;
}

@media (min-width: 680px) {
  .sc__course__inner {
    padding: 0 60px;
  }
}

@media (min-width: 1024px) {
  .sc__course__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.sc__course--desc {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.sc__course--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1;
  font-family: YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.1em;
  color: #60112A;
  font-weight: 600;
}

.sc__course--ttl svg {
  margin-right: 5px;
}

.sc__course--item {
  margin-bottom: 3rem;
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 680px) {
  .sc__course--item {
    padding: 50px;
  }
}

@media (min-width: 1024px) {
  .sc__course--item {
    padding: 5rem;
  }
}

@media (min-width: 1024px) {
  .sc__course--item .col-l {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .sc__course--item .col-r {
    width: 45%;
  }
}

.sc__course--item .btn__border-top {
  width: 100%;
}

@media (min-width: 1024px) {
  .sc__course--item.col-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .sc__course--item .btn-l {
    width: 100%;
  }
}

.sc__course--ttl--flex {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #833C45;
}

.sc__course--ttl--num {
  font-family: "EB Garamond", serif;
}

.sc__course--ttl--num span {
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}

.sc__course--ttl--num .sm {
  font-size: 1.5rem;
  line-height: 1;
}

.sc__course--ttl--num .num {
  font-size: 4rem;
  line-height: 1;
}

.sc__course--menuttl {
  display: block;
  margin-top: 14px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}

.sc__course--menu {
  position: relative;
  margin-bottom: 1.6rem;
  padding: 15px 15px 10px;
  background: #F0EBE7;
  font-size: 1.3rem;
  border-radius: 5px;
}

@media (min-width: 1024px) {
  .sc__course--menu {
    margin-bottom: 4rem;
  }
}

.sc__course--menu p {
  line-height: 1.6;
  margin-bottom: 0.3rem;
}

.sc__course--menu p::before {
  content: "・";
}

.sc__course--menuimg {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

.sc__course--img {
  margin-bottom: 2rem;
  border-radius: 5px;
  overflow: hidden;
}

.sc__course__other {
  padding-top: 6rem;
}

.sc__course__other--list {
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.sc__course__other--ttl {
  margin-bottom: 1rem;
  color: #833C45;
}

.sc__course__other--item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F0EBE7;
}

.sc__course__other--item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sc__course__price {
  padding-top: 60px;
}

.sc__course__price--ttl {
  margin-bottom: 2rem;
  color: #833C45;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

.sc__course__price--table {
  margin-right: calc(50% - 50vw);
  margin-bottom: 50px;
  width: auto;
  font-size: 1.5rem;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .sc__course__price--table {
    margin-right: auto;
  }
}

.sc__course__price--table tr td {
  padding: 10px 15px;
  border-right: 2px solid #F0EBE7;
}

.sc__course__price--table tr td:first-of-type {
  font-weight: bold;
  text-align: left;
}

.sc__course__price--table tr:nth-of-type(odd) {
  background: rgba(75, 14, 33, 0.1);
}

.sc__course__price--table tr:nth-of-type(even) {
  background: #fff;
}

.sc__course__price--table tr:first-of-type {
  height: 100px;
  background: #833C45;
  color: #fff;
}

.sc__course__price--table tr:first-of-type td:first-of-type {
  font-weight: bold;
  text-align: center;
}

.sc__course__price--item {
  overflow: inherit !important;
}

.sc__course__price--item .small {
  font-size: 1.2rem;
  color: #555;
  letter-spacing: 0.05em;
}

.sc__course__price--itemBasic .sc__course__price--table tr:first-of-type td:nth-of-type(2)::before {
  display: block;
  content: "";
  width: 36px;
  height: 44px;
  margin: 0 auto 4px;
  background-image: url(../img/course/SVG/shampoo-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sc__course__price--itemBasic .sc__course__price--table tr:first-of-type td:nth-of-type(3)::before {
  display: block;
  content: "";
  width: 61px;
  height: 32px;
  margin: 5px auto 15px;
  background-image: url(../img/course/SVG/cut-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sc__course__price--itemBasic .sc__course__price--table tr:first-of-type td:nth-of-type(4)::before {
  display: block;
  content: "";
  width: 65px;
  height: 16px;
  margin: 15px auto 20px;
  background-image: url(../img/course/SVG/quick-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sc__course__price--itemOption .sc__course__price--table tr:first-of-type td:nth-of-type(2)::before {
  display: block;
  content: "";
  width: 30px;
  height: 40px;
  margin: 0 auto 4px;
  background-image: url(../img/course/SVG/skin-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sc__course__price--itemOption .sc__course__price--table tr:first-of-type td:nth-of-type(3)::before {
  display: block;
  content: "";
  width: 60px;
  height: 36px;
  margin: 5px auto 15px;
  background-image: url(../img/course/SVG/whip-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sc__course__price--itemOption .sc__course__price--table tr:first-of-type td:nth-of-type(4)::before {
  display: block;
  content: "";
  width: 41px;
  height: 39px;
  margin: 15px auto 20px;
  background-image: url(../img/course/SVG/uru-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sc__course__price--itemOption .sc__course__price--table tr:first-of-type td:nth-of-type(5)::before {
  display: block;
  content: "";
  width: 34px;
  height: 41px;
  margin: 15px auto 20px;
  background-image: url(../img/course/SVG/rose-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sc__course__price--itemOption .sc__course__price--table tr:first-of-type td:nth-of-type(6)::before {
  display: block;
  content: "";
  width: 42px;
  height: 47px;
  margin: 15px auto 20px;
  background-image: url(../img/course/SVG/shise-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sc__course__price--itemOption .sc__course__price--table tr:first-of-type td:nth-of-type(7)::before {
  display: block;
  content: "";
  width: 65px;
  height: 16px;
  margin: 15px auto 20px;
  background-image: url(../img/course/SVG/quick-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.hotel__section {
  margin-bottom: 6rem;
}

.hotel__course__inner {
  max-width: 1120px;
}

.hotel__course__inner .scroll-hint-icon {
  top: 150px;
}

@media (min-width: 1024px) {
  .hotel__course--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .hotel__course--item {
    width: 31%;
    padding: 3rem 2.5rem;
  }
}

.hotel__list {
  padding: 30px 25px;
  background: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media (min-width: 680px) {
  .hotel__list {
    padding: 50px;
  }
}

.hotel__list li {
  position: relative;
  margin-left: 1.0rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.hotel__list li::before {
  position: absolute;
  top: 9px;
  left: -10px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #833C45;
}

.hotel__list li span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}

.hotel__notice .hotel__list {
  line-height: 1.75;
}

.hotel__notice .hotel__list li {
  font-weight: normal;
}

.scroll-hint-icon {
  width: 50px;
  height: 50px;
  top: 400px;
  right: 0;
  left: auto;
  background: rgba(98, 18, 43, 0.6);
}

@media (min-width: 1024px) {
  .scroll-hint-icon {
    display: none;
  }
}

.scroll-hint-icon::before {
  width: 20px;
  height: 20px;
}

.scroll-hint-icon::after {
  width: 20px;
  height: 10px;
  background-size: contain;
  right: 0;
  left: 0;
  margin: auto;
}

a.anchor {
  pointer-events: none;
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.small {
  font-size: 1.2rem;
  color: #555555;
}

.single__article {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  .single__article {
    padding-bottom: 8rem;
  }
}

.single__article .page__ttl {
  font-size: 2.5rem;
  line-height: 1.5;
}

.topics {
  overflow: hidden;
}

.topics__ttl {
  margin-bottom: 2rem;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

@media (min-width: 1024px) {
  .topics__ttl.lv-2 {
    font-size: 2.6rem;
  }
}

.topics__content {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 6rem;
}

@media (min-width: 1024px) {
  .topics__content {
    margin-bottom: 8rem;
  }
}

.topics__content p {
  margin-bottom: 2rem;
}

.topics__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 3rem;
  padding: 12px 30px;
  background: #F0EBE7;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topics__share p {
  font-size: 1.4rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.06em;
  font-weight: bold;
}

.topics__share--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
}

.topics__pagenav {
  margin-bottom: 4rem;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
  color: #833C45;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-top: 1px solid #F0EBE7;
  border-bottom: 1px solid #F0EBE7;
}

.topics__pagenav a, .topics__pagenav .pagenav__none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.topics__pagenav .pager-empty {
  color: rgba(75, 24, 33, 0.3);
}

.topics__other-article {
  color: #833C45;
}

.topics__other-article .lv-3 {
  margin-bottom: 3rem;
}

.topics__other-article .t-topics__article--list {
  padding: 0;
}

.topics__category {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #F0EFEA;
}

.topics__category .lv-3 {
  color: #833C45;
  margin-bottom: 3rem;
}

.topics__category--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.topics__category--item a {
  font-size: 1.2rem;
  display: block;
  padding: 3px 8px;
  border: 1px solid rgba(75, 24, 33, 0.3);
  border-radius: 3px;
}

.wp-block-separator {
  border-bottom: none;
  border-color: rgba(75, 24, 33, 0.3);
}

.topics__content h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.topics__content a {
  text-decoration: underline;
}

.topics__content li {
  position: relative;
  margin-left: 1.0rem;
  margin-bottom: 1rem;
}

.topics__content li::before {
  position: absolute;
  top: 12px;
  left: -10px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #833C45;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  opacity: 0.8;
}

.breadcrumb__arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #583C37;
  vertical-align: middle;
  text-decoration: none;
}

.breadcrumb__arrow::before,
.breadcrumb__arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.breadcrumb__arrow::before {
  left: 3px;
  width: 4px;
  height: 4px;
  bottom: 1px;
  border-top: 1px solid #583C37;
  border-right: 1px solid #583C37;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archive__page {
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .archive__page {
    padding-bottom: 80px;
  }
}

.archive__topics--list .t-topics__article--list {
  margin: 0;
  padding: 0;
}

.archive__topics--list .t-topics__article--list .topics__item {
  margin-bottom: 2rem;
}

.next-icon {
  position: relative;
}

.next-icon:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 1.5px #60112A;
  border-bottom: solid 1.5px #60112A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 7rem;
}

.prev-icon {
  position: relative;
}

.prev-icon:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 1.5px #60112A;
  border-bottom: solid 1.5px #60112A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 7rem;
}

.pager {
  padding-top: 30px;
  text-align: center;
  font-family: "EB Garamond", serif;
}

.nav-links span, .nav-links a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.nav-links span {
  display: inline-block;
  background-color: #833C45;
  color: #fff;
  border-radius: 5px;
}

.category__name {
  margin-bottom: 3rem;
  color: #833C45;
  text-align: center;
  font-weight: bold;
}

.footer {
  background-color: #4B0E21;
  color: #fff;
  font-size: 1.5rem;
}

.footer .lv-3 {
  margin-bottom: 5px;
}

.footer__inner {
  padding: 40px 25px 80px;
}

@media (min-width: 680px) {
  .footer__inner {
    padding: 50px;
  }
}

@media (min-width: 1024px) {
  .footer__inner {
    padding: 80px 50px;
    max-width: 1120px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .footer .col-l, .footer .col-r {
    margin-bottom: 6rem;
    text-align: center;
  }
}

.footer .col-l {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__logo {
  margin: 0 auto 5rem;
}

@media (min-width: 1024px) {
  .footer__logo {
    width: 300px;
  }
}

.footer__logo span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.footer__logo img {
  width: 280px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .footer__logo img {
    width: 300px;
  }
}

.footer__btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer__btn:nth-of-type(2) .footer__btn--item:hover {
  background-color: #fff;
  color: #60112A;
}

.footer__btn:nth-of-type(2) .footer__btn--item:hover svg {
  fill: #60112A;
}

@media (min-width: 1024px) {
  .footer__btn {
    width: 250px;
  }
}

@media (min-width: 1024px) {
  .footer__btn--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__btn--item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 1.6rem;
  padding: 10px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__btn--item span {
  position: relative;
  z-index: 3;
}

.footer__btn--item svg {
  fill: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__insta {
  margin-bottom: 5.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "EB Garamond", serif;
}

@media (min-width: 1024px) {
  .footer__insta {
    width: 100%;
  }
  .footer__insta:hover {
    text-decoration: underline;
  }
}

.footer__small {
  font-size: 1.1rem;
  text-align: center;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) {
  .footer__small {
    width: 100%;
  }
}

#map {
  height: 300px;
  width: 100%;
}

@media (min-width: 680px) {
  #map {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  #map {
    height: 500px;
  }
}

.gmnoprint {
  display: none;
}
/*# sourceMappingURL=style.css.map */