@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html:has(#newsImg:target) {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  width: 100%;
  color: #625752;
}
body img {
  width: 100%;
}
body a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main {
  overflow: hidden;
}

.inner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.hidden-pc {
  display: block;
}
@media screen and (min-width:768px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-m {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hidden-m {
    display: block;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width:768px) {
  .hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .hidden-bigpage {
    display: none;
  }
}

.is-checked {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reserve-hidden {
  display: none;
}

.c-left {
  text-align: left;
}

.c-center {
  text-align: center;
}

.section__inner {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section-head {
  width: 1.6rem; /* 縦長の幅 */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; /* 縦長の高さ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 中のテキストを縦方向中央に配置するため */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .section-head {
    width: 2em;
    height: 18.3rem;
    position: absolute;
    top: -8.1rem;
    left: -15.8rem;
  }
}
.section-head__title-ja {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 文字を正しい向きで */
  font-size: clamp(1.2rem, 0.486rem + 3vw, 2.2rem);
  text-decoration: none; /* 下線を消す */
  letter-spacing: 0.3em; /* 横方向のスペースも少し広げたい時 */
  margin-bottom: 2.4rem;
}
.section-head__title-ja::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 5.78rem; /* 画像の幅 */
  height: 5.49rem; /* 画像の高さ */
  background-image: url("../img/title-img.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .section-head__title-ja::after {
    width: 11.9rem;
    height: 11.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-head__title-ja {
    font-size: 3.2rem;
    letter-spacing: 0.3em;
    margin-bottom: 0rem;
  }
}

.header {
  position: relative;
  width: 100%;
  z-index: 20;
  background: #fff;
  margin: 0 auto;
}
.header__inner {
  height: 60px;
  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;
  padding: 0 5vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    height: 120px;
    padding: 0 2.4vw;
  }
}

.header__logo img {
  display: block;
  width: 11.5rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .header__logo img {
    width: auto;
    height: 10rem;
    padding-top: 1rem;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 2.7rem;
    font-size: 1.8rem;
  }
}
.header__nav li {
  position: relative;
}
.header__nav li a {
  display: block;
  font-size: clamp(1.6rem, 0.4rem + 1vw, 2.4rem);
  line-height: 1;
  text-align: center;
}
.header__nav li a span {
  font-family: "Lora", serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #b69b04;
  display: block;
  margin-top: 7px;
}
.header__nav li a:hover {
  color: #264C2B;
  opacity: 0.5;
}

.header__contact {
  width: 168px;
  margin-left: auto;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__contact {
    display: block;
  }
}
.header__contact a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background: #f190ae;
  height: 60px;
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 1024px) {
  .header__contact a {
    height: 120px;
  }
}
.header__contact a span {
  font-family: "Lora", serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #b69b04;
  display: block;
  margin-top: 7px;
}
.header__contact a:hover {
  color: #b69b04;
}

.main-visual {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .main-visual {
    width: 100%;
    aspect-ratio: 1500/540; /* 元画像の比率を指定 */
  }
}

.main-visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-visual__inner {
  height: inherit;
  position: relative;
}

.main-visual__text {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .fv__img {
    display: block;
  }
}

.main-visual__homeTitle {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.4rem, 1.4rem + 3vw, 3.2rem);
  position: absolute;
  top: 75%;
  left: 29%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.5; /* 行間調整（お好みで） */
  letter-spacing: 0.23em;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .main-visual__homeTitle {
    font-size: clamp(3.2rem, 1rem + 2vw, 5.2rem);
    top: 72%;
    left: 27%;
    line-height: 1.5; /* 行間調整（お好みで） */
    letter-spacing: 0.23em;
  }
}

.home_decoration01 {
  position: relative;
}
.home_decoration01::before {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 21.3em; /* 画像の幅 */
  height: 16.1rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 12%;
  left: 91%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .home_decoration01::before {
    width: 40.3em;
    height: 31.1rem;
    top: 12%;
    left: 91%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .home_decoration01::before {
    width: 71.8em;
    height: 55.6rem;
    top: 12%;
    left: 91%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.home_decoration01::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 23.8em; /* 画像の幅 */
  height: 18.6rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 86%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .home_decoration01::after {
    width: 30.8em; /* 画像の幅 */
    height: 25.6rem; /* 画像の高さ */
    top: 86%;
    left: 5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .home_decoration01::after {
    width: 62.3em; /* 画像の幅 */
    height: 76.1em; /* 画像の高さ */
    top: 86%;
    left: 5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.home_decoration02 {
  position: relative;
}
.home_decoration02::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 26.8em; /* 画像の幅 */
  height: 26.6rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  bottom: -8%;
  left: 91%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .home_decoration02::after {
    width: 30.8em; /* 画像の幅 */
    height: 25.6rem; /* 画像の高さ */
    bottom: -8%;
    left: 91%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .home_decoration02::after {
    width: 71.8rem; /* 画像の幅 */
    height: 55.6em; /* 画像の高さ */
    bottom: -8%;
    left: 91%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

footer {
  position: relative;
  color: #fff;
  background: #625752;
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  footer {
    padding-top: 7rem;
  }
}

.footer__inner {
  max-width: 60rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90rem;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    display: block;
  }
}

.footer__nav01 {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .footer__nav01 {
    font-size: 1.6rem;
  }
}

.footer__nav02 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .footer__nav02 {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__nav-item + .footer__nav-item {
    margin-top: 0.8rem;
  }
}

.footer__link:hover {
  color: #fbf7d9;
  text-shadow: -1px 1px 5px #264C2B, 1px -1px 5px #264C2B;
}

.footer__shop-address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20rem auto 0;
}
@media screen and (min-width: 1024px) {
  .footer__shop-address {
    margin: 0 auto;
  }
}

.footer__title {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .footer__title {
    font-size: 1.8rem;
  }
}

.footer__title span {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .footer__title span {
    font-size: 1.4rem;
  }
}

.footer__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .footer__shop {
    gap: 5rem;
  }
}

.footer__shopTitle,
.footer__shopText {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .footer__shopTitle,
  .footer__shopText {
    font-size: 1.6rem;
  }
}

.footer__shop-sab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .footer__shop-sab {
    gap: 3rem;
  }
}

.footer__copyright-wreapper {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .footer__copyright-wreapper {
    font-size: 1.2rem;
    margin-top: 0;
    padding-bottom: 1rem;
  }
}

.footer__logo-wrapper {
  display: block;
  width: 6.8rem;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .footer__logo-wrapper {
    width: 12rem;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .footer__logo {
    position: absolute;
    bottom: 0;
    right: -355%;
    width: 12rem;
  }
}

.footer__info {
  width: 100%;
  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;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .footer__info {
    margin-top: 3rem;
  }
}

.footer__info-item01,
.footer__info-item02 {
  display: block;
}
.footer__info-item01:hover,
.footer__info-item02:hover {
  -webkit-transform: translateY(-50%) translateX(0.05rem);
          transform: translateY(-50%) translateX(0.05rem);
}
@media screen and (min-width: 1024px) {
  .footer__info-item01:hover,
  .footer__info-item02:hover {
    -webkit-transform: translateY(-50%) translateX(0.3rem);
            transform: translateY(-50%) translateX(0.3rem);
  }
}

.footer__info-item01 {
  width: 3.18rem;
}
@media screen and (min-width: 1024px) {
  .footer__info-item01 {
    width: 5rem;
  }
}

.footer__info-item02 {
  width: 3rem;
}
@media screen and (min-width: 1024px) {
  .footer__info-item02 {
    width: 4.8rem;
  }
}

.footer__copyright {
  text-align: center;
}

.news {
  padding: 6rem 1.5rem 4rem;
}
@media screen and (min-width: 1024px) {
  .news {
    padding: 15rem 1.5rem 6em;
  }
}

@media screen and (min-width: 1024px) {
  .news__wrapper {
    position: relative;
    width: 74vw;
    max-width: 92rem;
    margin-left: auto;
  }
}

.news__container {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .news__container {
    padding-left: 2rem;
  }
}
.news__container::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 1.8rem;
  background-image: url("../img/weui_arrow-outlined.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .news__container::after {
    width: 3em;
    height: 3rem;
    right: 5rem;
  }
}
.news__container:hover::after {
  -webkit-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
}

.c-underline {
  display: block;
  border-bottom: #DBC8BF 0.03rem solid;
}
@media screen and (min-width:768px) {
  .c-underline {
    display: block;
    border-bottom: #DBC8BF 0.05rem solid;
  }
}

.c-underline + .c-underline {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .c-underline + .c-underline {
    margin-top: 2.3rem;
  }
}

.news__contents-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  height: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .news__contents-head {
    gap: 4rem;
    height: 2.5rem;
  }
}

.news__date {
  font-size: 1.2rem;
  color: #A7AAB4;
}
@media screen and (min-width: 1024px) {
  .news__date {
    font-size: 1.6rem;
  }
}

.news__genre {
  font-size: 1rem;
  color: #3E4443;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .news__genre {
    font-size: 1.4rem;
  }
}

.news__title {
  font-size: 1.4rem;
  color: #3E4443;
}
@media screen and (min-width: 1024px) {
  .news__title {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.news__title:hover {
  font-weight: bold;
}

.list-button {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.751rem;
  border: #625752 0.05rem solid;
  border-radius: 5rem;
  padding: 0.47rem 0.939rem;
}
@media screen and (min-width: 1024px) {
  .list-button {
    font-size: 1.6rem;
    border: #625752 0.1rem solid;
    padding: 0.8rem 2rem;
  }
}

.news__list {
  margin-left: auto;
  margin-top: 2rem;
  gap: 0.986rem;
  position: relative;
}
.news__list::after {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background-image: url("../img/tabler_arrow-up.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news__list:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (min-width: 1024px) {
  .news__list {
    margin-top: 5rem;
    gap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .slider {
    margin-bottom: 11rem;
  }
}

.slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.43rem;
}

.slider__img {
  width: 14.6rem;
}
@media screen and (min-width: 1024px) {
  .slider__img {
    width: 50rem;
  }
}

@media screen and (min-width: 1024px) {
  .service {
    width: 100vw;
    position: relative;
    padding: 15rem 1.5rem 12em;
  }
  .service::after {
    content: "";
    background-color: #F0E8E5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -2;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .service::after {
    content: "";
    background-color: #F0E8E5;
    position: absolute;
    top: 0;
    left: 0;
    width: 94vw;
    height: 100%;
    z-index: -2;
  }
}

@media screen and (min-width: 1024px) {
  .service__wrapper {
    position: relative;
    margin-left: auto;
  }
}

.service__card-wrapper {
  padding: 0 1.5rem;
}
@media screen and (min-width:768px) {
  .service__card-wrapper {
    padding: 0 0rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 93rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__card-wrapper {
    width: 76vw;
  }
}

@media screen and (min-width: 1024px) {
  .service__card {
    width: 34vw;
    max-width: 42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* 中身を縦に揃えたいとき */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__card + .service__card {
  margin-top: 2rem;
}
@media screen and (min-width:768px) {
  .service__card + .service__card {
    margin-top: 0;
  }
}

.service__card-title {
  width: 100%;
  line-height: 1;
  font-size: 1.6rem;
  color: #978177;
  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: 0.933rem;
  margin-bottom: 1.7rem;
}
.service__card-title::before, .service__card-title::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 0.8em; /* 画像の幅 */
  height: 0.8em; /* 画像の高さ */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
}
.service__card-title::before {
  background-image: url("../img/sab01.webp"); /* 画像パス */
}
.service__card-title::after {
  background-image: url("../img/sab01.webp"); /* 画像パス */
}
@media screen and (min-width: 1024px) {
  .service__card-title {
    font-size: 2.8rem;
    gap: 1.8rem;
    margin-bottom: 2rem;
  }
  .service__card-title::before, .service__card-title::after {
    content: "";
    display: block; /* サイズを反映させるために必須 */
    width: 1.6rem; /* 画像の幅 */
    height: 1.4rem; /* 画像の高さ */
  }
}

.service__card-img {
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__card-container {
  background: #F6F0EE;
  padding: 1.6rem 2rem 2rem;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* コンテナを縦に伸ばす */
}

.service__card-container-title,
.service__card-container-text {
  font-size: 1rem;
  color: #978177;
}

.service__card-container-title {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
}
@media screen and (min-width:768px) {
  .service__card-container-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__card-container-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.service__card-container-text {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .service__card-container-text {
    font-size: 1.6rem;
  }
}

.more-button {
  background-color: #978177;
  color: #fff;
  gap: 0.3rem;
  margin-left: auto; /* 左の余白を自動 → 右端へ */
}
.more-button::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 1.8em; /* 画像の幅 */
  height: 1.8em; /* 画像の高さ */
  background-image: url("../img/tabler_arrow-up02.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-button:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (min-width: 1024px) {
  .more-button {
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-top: auto; /* カード下部に固定 */
  }
}

.contact {
  color: #978177;
  padding: 6rem 1.5rem 4rem;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding: 15rem 1.5rem 10rem;
  }
}

.contact__inner {
  display: block;
}

.contact__wrapper {
  position: relative;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .contact__wrapper {
    width: 74vw;
    max-width: 92rem;
    margin: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .contact-head {
    height: 23rem;
  }
}

.contact__title {
  line-height: 2;
}
@media screen and (min-width:768px) {
  .contact__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact__title {
    font-size: 2.8em;
  }
}

.contact__textWrapper {
  width: 100%;
}
@media screen and (min-width:768px) {
  .contact__textWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    position: relative;
  }
}

.contact__text {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  border: #978177 0.01rem solid;
  padding: 2.6rem 2rem;
  background-color: #fff;
}
@media screen and (min-width:768px) {
  .contact__text {
    font-size: 1.4rem;
    width: 48%;
    padding: 3.6rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact__text {
    font-size: 1.6rem;
  }
}
.contact__text::after {
  content: "";
  display: block;
  width: 10%;
  height: 1rem;
  background-image: url("../img/arrow__b.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media screen and (min-width:768px) {
  .contact__text::after {
    right: 7%;
  }
}
@media screen and (min-width: 1024px) {
  .contact__text::after {
    width: 10.8rem;
    height: 3rem;
    right: 6.4814814815%;
  }
}
.contact__text:hover {
  color: #fff;
  background-color: #625752;
}

/* ホバー時に右へ移動 */
.contact__text:hover::after {
  right: 5%;
}

.contact__text + .contact__text {
  margin-top: 1.6rem;
}
@media screen and (min-width:768px) {
  .contact__text + .contact__text {
    margin-top: 0;
  }
}

.main-visual__aboutTitle {
  color: #fff;
  display: block;
  width: auto;
  height: 100%;
  font-size: 1rem;
  font-size: clamp(1rem, 0.5rem + 2vw, 2.8rem);
  position: absolute;
  top: 75%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き（右から左へ） */
  text-orientation: upright; /* 文字を縦に整列 */
  line-height: 1.5; /* 行間調整（お好みで） */
  letter-spacing: 0.3em;
}
.main-visual__aboutTitle span {
  position: absolute;
  top: 31%;
  left: -70%;
}
@media screen and (min-width: 1024px) {
  .main-visual__aboutTitle {
    font-size: 3.2rem;
    left: 30%;
    line-height: 2; /* 行間調整（お好みで） */
    letter-spacing: 0.4em;
  }
  .main-visual__aboutTitle span {
    top: 31%;
    left: -70%;
  }
}

@media screen and (min-width: 1024px) {
  .about {
    margin-bottom: 30rem;
  }
}

.about__wrapper {
  position: relative;
  padding: 3rem 2rem 5rem 2rem;
  background-color: #F0E8E5;
}
@media screen and (min-width: 1024px) {
  .about__wrapper {
    padding: 6rem 2rem 17rem 2rem;
    margin-top: 17.3rem;
    background-color: #f6f3f2;
  }
  .about__wrapper::after {
    content: "";
    background-color: #F0E8E5;
    display: block;
    width: 94vw;
    height: 100rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.about__title-ja {
  max-width: 60rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .about__title-ja {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__title-ja {
    max-width: 108rem;
    font-size: 3.2rem;
    margin: 0 auto 4rem;
  }
}

.about__content {
  margin: 0 auto 3rem;
  max-width: 60rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 108rem;
    margin: 0 auto;
  }
}

figure {
  display: block;
  position: relative;
  height: auto;
}
@media screen and (min-width: 1024px) {
  figure {
    padding: 0 12rem;
  }
}

.about__imgText {
  position: absolute;
  bottom: -27.5rem;
  left: 0rem;
  font-size: 0.8em;
}
@media screen and (min-width:768px) {
  .about__imgText {
    bottom: -36rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__imgText {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 1.6rem;
  }
}

.about__ownerImg {
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  float: left; /* テキストを回り込ませる */
  max-width: 13rem;
  margin: 0 4.5vw 4.5vw 0; /* 右と下に余白 */
}
@media screen and (min-width:768px) {
  .about__ownerImg {
    max-width: 17rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__ownerImg {
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .about__card-container {
    margin-top: 2rem;
  }
}

.about__card-container-text {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .about__card-container-text {
    font-size: 1.8rem;
  }
}

.about__card-container-text + .about__card-container-text {
  margin-top: 1.8rem;
}

.about__shopImg {
  display: block;
  width: 70vw;
  height: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .about__shopImg {
    -o-object-fit: contain;
       object-fit: contain;
    width: 67.4rem;
    height: 34.7rem;
    position: absolute;
    bottom: -23.5rem;
    right: 0;
  }
}

.about_decoration01 {
  position: relative;
}
.about_decoration01::before {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 21.3em; /* 画像の幅 */
  height: 16.1rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  bottom: -20%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .about_decoration01::before {
    width: 40.3em;
    height: 31.1rem;
    bottom: -29%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .about_decoration01::before {
    width: 62.3em;
    height: 76.1rem;
    bottom: -92%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.about_decoration01::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 23.8em; /* 画像の幅 */
  height: 18.6rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 5%;
  left: 86%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .about_decoration01::after {
    width: 30.8em; /* 画像の幅 */
    height: 25.6rem; /* 画像の高さ */
    top: 5%;
    left: 86%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .about_decoration01::after {
    width: 54.8em; /* 画像の幅 */
    height: 42.5rem; /* 画像の高さ */
    top: 5%;
    left: 86%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.main-visual__newsTitle {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1rem, 0.5rem + 3vw, 3.2rem);
  position: absolute;
  top: 50%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.5; /* 行間調整（お好みで） */
  letter-spacing: 0.1em;
  z-index: 10;
}
.main-visual__newsTitle::after {
  content: "";
  background-image: url("../img/black-back.png");
  display: block;
  width: 31.8055555556vw;
  height: 26.2rem;
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .main-visual__newsTitle {
    font-size: clamp(3.2rem, 1rem + 2vw, 5.2rem);
    top: 50%;
    left: 78%;
    line-height: 1.5; /* 行間調整（お好みで） */
    letter-spacing: 0.23em;
  }
  .main-visual__newsTitle::after {
    width: 31.8055555556vw;
    height: 26.2rem;
  }
}

.archive_decoration01 {
  position: relative;
}
.archive_decoration01::before {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 21.3em; /* 画像の幅 */
  height: 16.1rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  bottom: -20%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .archive_decoration01::before {
    width: 40.3em;
    height: 31.1rem;
    bottom: -29%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .archive_decoration01::before {
    width: 62.3em;
    height: 76.1rem;
    bottom: -63%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.archive_decoration01::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 23.8em; /* 画像の幅 */
  height: 18.6rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 5%;
  left: 82%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .archive_decoration01::after {
    width: 30.8em; /* 画像の幅 */
    height: 25.6rem; /* 画像の高さ */
    top: 5%;
    left: 86%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .archive_decoration01::after {
    width: 54.8em; /* 画像の幅 */
    height: 42.5rem; /* 画像の高さ */
    top: 20%;
    left: 86%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.single-news__wrapper {
  max-width: 60rem;
  padding: 5rem 1.5rem 3rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .single-news__wrapper {
    max-width: 80rem;
    margin: 0 auto;
    padding: 13.4rem 0 10rem;
  }
}

.single-news__contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .single-news__contents-head {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-news__date {
    font-size: 2.5rem;
  }
}

.single-news__genre {
  background-color: #F3F8E3;
  padding: 0.2em 1.7rem;
}
@media screen and (min-width: 1024px) {
  .single-news__genre {
    font-size: 1.6rem;
  }
}

.single-news__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .single-news__title {
    font-size: 2.7rem;
  }
}

.single-news__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0rem auto 2rem;
  width: 64vw;
  max-width: 40rem;
}
@media screen and (min-width: 1024px) {
  .single-news__img {
    width: 60rem;
    height: auto;
    margin: 3rem auto 5.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-news__containerText,
  .single-news__containerText02 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-news__containerText + .single-news__containerText02 {
    margin-top: 2rem;
  }
}

.single_decoration01 {
  position: relative;
}
.single_decoration01::before {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 21.3em; /* 画像の幅 */
  height: 16.1rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  bottom: -30%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .single_decoration01::before {
    width: 40.3em;
    height: 31.1rem;
    bottom: -53%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .single_decoration01::before {
    width: 62.3em;
    height: 76.1rem;
    bottom: -74%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.single_decoration01::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 23.8em; /* 画像の幅 */
  height: 18.6rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 5%;
  left: 82%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .single_decoration01::after {
    width: 30.8em; /* 画像の幅 */
    height: 25.6rem; /* 画像の高さ */
    top: 5%;
    left: 86%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .single_decoration01::after {
    width: 54.8em; /* 画像の幅 */
    height: 42.5rem; /* 画像の高さ */
    top: 12%;
    left: 86%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.main-visual__categoryTitle {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1rem, 0.5rem + 3vw, 3.2rem);
  position: absolute;
  top: 50%;
  left: 29%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.5; /* 行間調整（お好みで） */
  letter-spacing: 0.5em;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .main-visual__categoryTitle {
    font-size: clamp(3.2rem, 1rem + 2vw, 5.2rem);
    top: 50%;
    left: 36%;
    line-height: 1.5; /* 行間調整（お好みで） */
    letter-spacing: 0.23em;
  }
}

.category__wrapper {
  display: block;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 60rem;
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .category__wrapper {
    width: 100%;
    max-width: 93rem;
    margin-top: 13rem;
  }
}

@media screen and (min-width:768px) {
  .category__card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 4rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.category__card-wrapper-single img {
  height: 25vw;
  max-height: 500px;
}

.category__card {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .category__card {
    margin-bottom: 0;
  }
}

.category__card-title {
  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: 1.5rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .category__card-title {
    gap: 3rem;
  }
  .category__card-title::before, .category__card-title::after {
    content: "";
    display: block; /* サイズを反映させるために必須 */
    width: 1.2em; /* 画像の幅 */
    height: 1.2em; /* 画像の高さ */
    background-size: contain; /* 画像を縮小して収める */
    background-repeat: no-repeat; /* 繰り返さない */
    background-position: center; /* 中央に配置 */
  }
}
.category__card-title::before, .category__card-title::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 0.8em; /* 画像の幅 */
  height: 0.8em; /* 画像の高さ */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
}
.category__card-title::before {
  background-image: url("../img/sab02.webp"); /* 画像パス */
}
.category__card-title::after {
  background-image: url("../img/sab02.webp"); /* 画像パス */
}
@media screen and (min-width: 1024px) {
  .category__card-title {
    font-size: 3.2rem;
    margin-bottom: 5.7rem;
  }
}

.category__card-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.category__card-container-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .category__card-container-title {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.category__card-container-text {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .category__card-container-text {
    font-size: 1.6rem;
  }
}

.category__card-container-text + .category__card-container-text {
  margin-top: 2rem;
}

.category_decoration01 {
  position: relative;
}
.category_decoration01::before {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 21.3em; /* 画像の幅 */
  height: 16.1rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 18%;
  left: 6%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .category_decoration01::before {
    width: 40.3em;
    height: 31.1rem;
    top: 18%;
    left: 6%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .category_decoration01::before {
    width: 75.4em;
    height: 58.5rem;
    top: 18%;
    left: 6%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.category_decoration01::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 23.8em; /* 画像の幅 */
  height: 18.6rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 67%;
  left: 82%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .category_decoration01::after {
    width: 30.8em; /* 画像の幅 */
    height: 25.6rem; /* 画像の高さ */
    top: 65%;
    left: 86%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .category_decoration01::after {
    width: 62.3em; /* 画像の幅 */
    height: 76.1em; /* 画像の高さ */
    top: 65%;
    left: 86%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.category_decoration02 {
  position: relative;
}
.category_decoration02::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 26.8em; /* 画像の幅 */
  height: 26.6rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  bottom: -4%;
  left: 19%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .category_decoration02::after {
    width: 30.8em; /* 画像の幅 */
    height: 25.6rem; /* 画像の高さ */
    bottom: 0%;
    left: 19%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .category_decoration02::after {
    width: 75.4em; /* 画像の幅 */
    height: 58.5em; /* 画像の高さ */
    bottom: 0%;
    left: 19%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.shop {
  position: relative;
}
.shop::after {
  content: "";
  background-color: #F0E8E5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -2;
}
@media (min-width: 1280px) {
  .shop::after {
    content: "";
    background-color: #F0E8E5;
    position: absolute;
    top: 0;
    left: 0;
    width: 94vw;
    height: 100%;
    z-index: -2;
  }
}

.main-visual__shopTitle {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1rem, 0.5rem + 3vw, 3.2rem);
  position: absolute;
  top: 50%;
  left: 29%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.5; /* 行間調整（お好みで） */
  letter-spacing: 0.5em;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .main-visual__shopTitle {
    font-size: clamp(3.2rem, 1rem + 2vw, 5.2rem);
    top: 50%;
    left: 36%;
    line-height: 1.5; /* 行間調整（お好みで） */
    letter-spacing: 0.23em;
  }
}

.shop__wrapper {
  padding: 5.7rem 2rem 6.3rem;
  max-width: 57rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .shop__wrapper {
    width: 72vw;
    position: relative;
    max-width: 88rem;
    padding: 14.7rem 0rem 12.3rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .access-head {
    position: absolute;
    top: 10rem;
    left: -9rem;
  }
}

.shop__container-wrapper {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .shop__container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-top: 0rem;
  }
}

.shop__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .shop__container {
    margin: 0;
  }
}

.shop__container li {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .shop__container li {
    font-size: 1.6rem;
  }
}

.shop__container li + .shop__container li {
  margin-top: 3.5rem;
}

.shop__img {
  display: block;
  width: 83vw;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .shop__img {
    margin: 0;
    width: 100%;
    max-width: 40%;
  }
}
@media (min-width: 1300px) {
  .shop__img {
    max-width: 40rem;
  }
}

.shop__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width:768px) {
  .shop__name {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop__name {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.shop__name span {
  font-size: 1.6rem;
  font-weight: bold;
}

.shop__container-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.nearby__wrapper {
  padding: 5.7rem 2rem 0rem;
}
@media screen and (min-width: 1024px) {
  .nearby__wrapper {
    position: relative;
    width: 72vw;
    max-width: 88rem;
    margin: 0 auto;
    padding: 14.7rem 0 12.3rem;
  }
}

.nearby__card-wrapper {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .nearby__card-wrapper {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .nearby__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.9545454545%;
  }
}

.nearby__card + .nearby__card {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .nearby__card + .nearby__card {
    margin-top: 8rem;
  }
}

.nearby__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1024px) {
  .nearby__card-img {
    margin: 0;
    width: auto;
    max-width: 40%;
  }
}
@media (min-width: 1300px) {
  .nearby__card-img {
    max-width: 40rem;
  }
}

.nearby__card-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .nearby__card-title {
    font-size: 1.8rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
}

.nearby__card-container-text {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .nearby__card-container-text {
    font-size: 1.6rem;
  }
}

.access_decoration01 {
  position: relative;
}
.access_decoration01::before {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 21.3em; /* 画像の幅 */
  height: 16.1rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 34%;
  left: 95%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .access_decoration01::before {
    width: 40.3em;
    height: 31.1rem;
    top: 33%;
    left: 95%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .access_decoration01::before {
    width: 75.4em;
    height: 58.5rem;
    top: 29%;
    left: 95%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -2;
  }
}
.access_decoration01::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 23.8em; /* 画像の幅 */
  height: 18.6rem; /* 画像の高さ */
  background-image: url("../img/pink.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 93%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  .access_decoration01::after {
    width: 30.8em; /* 画像の幅 */
    height: 25.6rem; /* 画像の高さ */
    top: 94%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .access_decoration01::after {
    width: 62.3em; /* 画像の幅 */
    height: 76.1em; /* 画像の高さ */
    top: 90%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.privacy-policy {
  padding: 5rem 0 5rem;
  font-size: 1.2em;
  width: 85.5vw;
  max-width: 60rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .privacy-policy {
    padding: 10rem 0 10rem;
    max-width: 108rem;
    margin: 0 auto;
    font-size: 1.6em;
  }
}

.privacy-policy h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .privacy-policy h2 {
    font-size: 2em;
    margin-bottom: 4rem;
  }
}

.privacy-policy h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0 0.8rem;
}
@media screen and (min-width: 1024px) {
  .privacy-policy h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1.5rem;
  }
}

.privacy-policy p,
.privacy-policy ul {
  margin-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .privacy-policy p,
  .privacy-policy ul {
    margin-left: 3rem;
  }
}

.special {
  padding: 6rem 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  .special {
    padding: 15rem 1.5rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .special__wrapper {
    position: relative;
    width: 74vw;
    max-width: 92rem;
    margin-left: auto;
  }
}

.special__container {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .special__container {
    padding-left: 2rem;
  }
}
.special__container::after {
  content: "";
  display: block; /* サイズを反映させるために必須 */
  width: 0.9em; /* 画像の幅 */
  height: 1.8rem; /* 画像の高さ */
  background-image: url("../img/weui_arrow-outlined.webp"); /* 画像パス */
  background-size: contain; /* 画像を縮小して収める */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center; /* 中央に配置 */
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .special__container::after {
    width: 3em; /* 画像の幅 */
    height: 3rem; /* 画像の高さ */
    right: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .special__card {
    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;
    gap: 2vw;
  }
}

.special__card-img {
  display: block;
  width: 80%;
  max-width: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1024px) {
  .special__card-img {
    width: 50%;
    margin: 0 auto;
  }
}

.special__card-title {
  width: 100%;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .special__card-title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}

.special__card-container-text {
  font-size: 1.2rem;
  line-height: 2;
  padding: 0 1.5rem;
}
@media screen and (min-width:768px) {
  .special__card-container-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .special__card-container-text {
    font-size: 1.6rem;
    padding: 0;
  }
}

.breadcrumb {
  display: block;
  width: 100%;
  color: #CA7F13;
  background-color: #F9F8F6;
  text-align: left;
  padding-top: 8.5px;
  padding-left: 6px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .breadcrumb {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding-top: 17.5px;
    padding-left: 17.5px;
  }
}

.breadcrumb span {
  margin: 0 5px;
}

.breadcrumb__concept {
  background-color: #fbf7d9;
}

@media screen and (min-width:768px) {
  .reserve-breadcrumb {
    padding-left: 7.6388888889%;
    padding-top: 14.5px;
  }
}

.pagination-wrapper {
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .pagination-wrapper {
    margin-top: 36px;
  }
}

.pagination .fa,
.pagination span,
.pagination a {
  margin-right: 5px;
  margin-left: 5px;
  font-family: "Marcellus", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .pagination .fa,
  .pagination span,
  .pagination a {
    font-family: "Marcellus", serif;
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}

.fa-angle-left:before {
  margin-right: 10px;
  font-size: 16px;
}

.fa-angle-right:before {
  margin-left: 10px;
  font-size: 16px;
}

.original-btn {
  border-radius: 29px;
  background: #64629D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
}
@media screen and (min-width:768px) {
  .original-btn {
    border-radius: 50px;
  }
}
.original-btn:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.original-btn-w {
  border-radius: 29px;
  border: 2px solid #64629D;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
  color: #64629D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
}
.original-btn-w:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.top-btn {
  display: block;
  width: 300px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 1024px) {
  .top-btn {
    width: 250px;
    height: 54px;
    line-height: 48px;
  }
}

.drawer-btn {
  margin-bottom: 32px;
  display: block;
  width: 300px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 1024px) {
  .drawer-btn {
    width: 250px;
    height: 54px;
    line-height: 48px;
  }
}

.drawer-btn + .drawer-btn {
  margin-top: 32px;
}

.top-btn + .top-btn {
  margin-top: 32px;
}
@media screen and (min-width:768px) {
  .top-btn + .top-btn {
    margin-top: 0;
    margin-left: 37px;
  }
}

.something__btn {
  display: block;
  width: 300px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .something__btn {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    font-weight: 700;
    text-align: center;
    width: 400px;
    height: 70px;
    line-height: 70px;
    margin: 0;
  }
}

.header__btn a {
  display: block;
  background-color: #64629D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 700;
  line-height: 40px;
  border-radius: 25px;
  text-align: center;
  width: 180px;
  height: 40px;
}
.header__btn a:hover {
  color: #fff;
  background: #3E4443;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
}

.price__head-btn {
  padding-top: 9px;
}
@media screen and (min-width: 1024px) {
  .price__head-btn {
    padding-top: 22px;
  }
}

.price__head-btn a {
  display: block;
  color: #3E4443;
  border: 2px solid #2D2D32;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  border-radius: 21px;
  text-align: center;
  width: 166px;
  height: 42px;
  line-height: 38px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .price__head-btn a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 46px;
    border-radius: 50px;
    width: 234px;
    height: 50px;
  }
}
.price__head-btn a:hover {
  color: #fff;
  background: #3E4443;
  border-radius: 50px;
  border: 2px #FFF solid;
}

.price__head-btn-w a {
  color: #fff;
  border: 2px solid #FFF;
  background: #64629D;
}
.price__head-btn-w a:hover {
  color: #64629D;
  border-radius: 50px;
  border: 2px #64629D solid;
  background: #FFF;
}

.something__btn {
  margin: 0 auto;
}

.back-btn {
  /* 最初は非表示にしておく */
  display: none;
  cursor: pointer;
  background-color: #264C2B;
  opacity: 0.8;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; /* アニメーションの時間とイージングを指定 */
  z-index: 60;
  /* ホバー時に不透明度を上げる */
}
@media screen and (min-width: 1024px) {
  .back-btn {
    right: 40px;
    bottom: 50px;
    width: 80px;
    height: 80px;
  }
}
.back-btn:hover {
  opacity: 1;
}

.fa-angle-up::before {
  content: "\f106";
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .fa-angle-up::before {
    font-size: 46px;
  }
}

/* ホバー時に不透明度を上げる */
.back-btn:hover {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .drawer-icon__nav {
    display: none;
  }
}

.drawer-icon {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  position: relative;
}
.drawer-icon:hover {
  opacity: 0.7;
}
.drawer-icon__text-sp {
  color: #625752;
  font-family: "Yu Mincho", "游明朝体", "游明朝", "YuMincho", "Noto Serif JP", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-right: 12px;
}
@media screen and (min-width: 1024px) {
  .drawer-icon__text-sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .drawer-icon__text-pc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer-icon__text-pc i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 20.57px;
    color: #fff;
    margin-left: 24px;
    margin-right: 26px;
  }
}
.drawer-icon__text-pc p {
  color: #fff;
  font-family: "Yu Mincho", "游明朝体", "游明朝", "YuMincho", "Noto Serif JP", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.drawer-icon.is-checked__text-sp {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar {
  background: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}
.drawer-icon__body {
  position: relative;
  width: 3rem;
  height: 2rem;
  z-index: 100;
}
.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 3rem;
  height: 0.1rem;
  background: #625752;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 0px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 10px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 20px;
}
.drawer-icon__hidden {
  display: none;
}

.top-logo {
  width: 128px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.top-logo.is-checked {
  opacity: 1;
  z-index: 999;
}

.drawer-content__menu {
  padding-top: 20vh;
  padding-left: 33%;
}

.drawer-content {
  width: 100%;
  height: 100vh;
  background: #DBC8BF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-content__nav-item {
  color: #978177;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.drawer-content__link:hover {
  color: #fff;
  text-shadow: -1px 1px 5px #f190ae, 1px -1px 5px #f190ae;
}

.drawer-contactWrapper {
  color: #978177;
  margin: 4rem auto 0;
}

.drawer-contentContact {
  display: block;
  width: 60%;
  max-width: 30rem;
  border: #978177 0.1rem solid;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
  margin: 0 auto;
}
.drawer-contentContact:hover {
  color: #fff;
  background-color: #625752;
}

.drawer-contentContact + .drawer-contentContact {
  margin-top: 2rem;
}

.drawer__inner {
  width: 375px;
  padding: 11px 10px 0px 13px;
  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;
  position: absolute;
  top: 0px;
  right: 0;
}

.drawer-content__contact {
  color: .drawer-content__contact accent-l-brown;
}
.drawer-content__contact:hover {
  color: #fff;
}

.no-scroll {
  overflow: hidden;
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/*==================================================
アコーディオンのためのcss
===================================*/
.faq {
  background: #F9F9F9;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .faq {
    padding-top: 100px;
  }
}

.faq__content-wrapper.is-open .question__content-a {
  display: block;
}

.faq__content-wrapper + .faq__content-wrapper {
  margin-top: 15px;
}

.faq__content-q {
  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;
}
.faq__content-q-body,
.faq__content-a-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq__content-q-head,
.faq__content-a-head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-right: 15px;
  margin-top: -6px;
}

.faq__content-q-head {
  color: #fff;
}

.faq__content-q-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}

.faq__content-a-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .faq__content-a-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0em;
  }
}

.faq__content-a {
  display: none;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  padding: 30px 20px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .accordion-area {
    padding: 34px 20px 34px 20px;
  }
}

.accordion-area li {
  padding-bottom: 9px;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 10px 10px 8px 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
  background: #64629D;
}
@media screen and (min-width: 1024px) {
  .accordion-title {
    padding: 22px 10px 15px 24px;
    border-radius: 10px;
  }
}
.accordion-title:hover {
  color: #625752;
  text-shadow: -1px 1px 5px #fff, 1px -1px 5px #fff;
}

/*アコーディオンで現れるエリア*/
.box {
  border-radius: 4px;
  background: #FFF;
  padding: 12px 16px 12px 15px;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .box {
    border-radius: 10px;
    padding: 0% 3% 0% 20px;
    padding: 21px 25px 22px 25px;
    margin-top: 14px;
  }
}

.slider {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .slider {
    margin-bottom: 11.5rem;
  }
}

.slider-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow: hidden; /* スクロールバーを隠す */
  width: 100%;
}

.slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-animation: scroll 14s linear infinite;
          animation: scroll 14s linear infinite; /* 横に流れる */
}
@media screen and (min-width:768px) {
  .slider-track {
    -webkit-animation: scroll 20s linear infinite;
            animation: scroll 20s linear infinite; /* 横に流れる */
    gap: 20px;
  }
}

.slider-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 150px;
}
@media screen and (min-width:768px) {
  .slider-card {
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .slider-card {
    max-width: 380px;
  }
}

.slider-card-img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 横に流れるアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 半分だけ流してループ */
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 半分だけ流してループ */
  }
}