/* --- FAQコンテナ --- */
        .facility-faq {
            border-top: 1px solid #d1d1d1;
        }

        .facility-faq__item {
            border-bottom: 1px solid #d1d1d1;
            transition: background-color 0.3s ease;
        }

        /* --- 質問部分 (Summary) --- */
        .facility-faq__q {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 10px;
            cursor: pointer;
            list-style: none; /* デフォルトの矢印を消す */
            font-weight: 500;
            letter-spacing: 0.05em;
            position: relative;
        }

        /* Safari用の矢印消去 */
        .facility-faq__q::-webkit-details-marker {
            display: none;
        }

        /* ホバー時の挙動 */
        .facility-faq__q:hover {
            color: #8a745d; /* 落ち着いたブロンズ/ゴールド系 */
        }

        /* アイコンの作成（＋） */
        .facility-faq__q::after {
            content: "";
            width: 14px;
            height: 14px;
            position: relative;
            display: block;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            transition: transform 0.4s ease;
        }

        /* 開いている時のアイコン（回転させてマイナスに見せる、または画像を差し替える） */
        .facility-faq__item[open] .facility-faq__q::after {
            transform: rotate(45deg); /* プラスを45度回して×にする、またはCSSで制御 */
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a745d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
        }

        /* --- 回答部分 --- */
        .facility-faq__a {
            padding: 0 40px 30px 10px;
            color: #444;
            font-size: 1.3rem;
            animation: fadeIn 0.6s ease both;
        }

        /* 開閉時のフェードインアニメーション */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* レスポンシブ調整 */
        @media (max-width: 768px) {
            .facility-faq__q {
                padding: 20px 5px;
                font-size: 1.3rem;
            }
            .facility-faq__a {
                padding: 0 10px 20px 5px;
                font-size: 1.2rem;
            }
        }@charset "UTF-8";

/* -------------------------------------------
   Base Typography
   ------------------------------------------- */

body {
  /* 英数字（Libre Caslon Display）を先に書くことで、
     日本語部分だけが自動的に Shippori Mincho になります 
  */
  font-family: "Libre Caslon Display", "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------
   Utility Classes (ご指定のクラス名)
   ------------------------------------------- */

/* 英数字用（明示的に指定したい場合） */
.libre-caslon-display-regular {
  font-family: "Libre Caslon Display", serif;
}

/* 日本語用 */
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
}

/* 混植用クラス（おすすめ）
*/
.mixed-font {
  font-family: "Libre Caslon Display", "Shippori Mincho", serif;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
.gt_float_switcher .gt-selected .gt-current-lang {
  font-size: 1.5rem !important;
  padding: 1rem 1rem 1rem 1rem !important;
}
.sub-archive .news-wrap {
  padding-top: 8vw;
}

.sub-single-create-post .sub-single__category {
  border: 1px solid #fff;
  color: #fff;
}
.sub-single-create-post .sub-single__main h2 {
  background-color: #0f1320;
}
.sub-single-create-post .sub-shop__table {
  width: 100%;
  padding-top: 2vw;
}
.sub-single-create-post .p-works-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -3rem;
  padding-top: 5vw;
}
.sub-single-create-post .p-works-item {
  width: 49%;
  margin-top: 3rem;
}
.sub-single-create-post .p-works-item__img {
  padding-top: 18vh;
  position: relative;
}
.sub-single-create-post .p-works-item__img img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-single-create-post .p-works-item p {
  margin: 0;
  font-size: 1.4rem;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .sub-archive .news-wrap {
    padding-top: 3.2rem;
  }
  .sub-single-create-post .sub-single__main h2 {
    font-size: 2.5rem;
  }
  .sub-single-create-post .sub-shop__table {
    padding-top: 1rem;
  }
  .sub-single-create-post .p-works-item-wrap {
    padding-top: 3rem;
  }
  .sub-single-create-post .p-works-item__img {
    padding-top: 34rem;
  }
}

@font-face {
  src: url("../font/NotoSerifJP-Medium.woff") format("woff");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-display: swap;
}

.sub-concept .c-heading01 {
  /*   font-family: 'Noto Serif JP', serif !important; */
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.sub-single__main .works_content img {
  margin-top: 0;
}

.sub-single__main .works_content ul {
  margin-top: 0;
}

.sub-single__main .works_content li {
  margin-left: 0;
}

.sub-single__main .works_content li::before {
  content: none;
}

.project-slider__item {
  position: relative;
  padding-top: 25rem;
}
.project-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-o-object-fit: cover;
     object-fit: cover;*/
  -o-object-fit: contain;
  object-fit: contain;
}
.project-slider__arw {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
  width: 4rem;
  height: 5rem;
  background-color: #e73c17;
}
.project-slider__arw.prev::before,
.project-slider__arw.next::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  position: absolute;
}
.project-slider__arw.prev {
  /* border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; */
  left: 0;
}
.project-slider__arw.prev::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 1.8rem;
}
.project-slider__arw.next {
  /* border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; */
  right: 0;
}
.page-id-11 .project-slider__arw.next {
	right: 30vw;
}
.project-slider__arw.next::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
.project-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  padding-top: 2rem;
  margin-top: -0.5rem;
}
.project-slider__dots li {
  opacity: 0.5;
  position: relative;
  width: 13%;
  padding-top: 7%;
  cursor: pointer;
  margin-right: 0.5%;
  margin-top: 0.5rem;
}
.project-slider__dots li:last-child {
  margin-right: 0;
}
.project-slider__dots li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-slider__dots .slick-active {
  opacity: 1;
  /* border: 1px solid #ef6c00; */
}

@media (min-width: 768px) {
  .project-slider__item {
    padding-top: 55rem;
  }
  .project-slider__arw {
    top: 40%;
  }
  .project-slider__arw.prev::before,
  .project-slider__arw.next::before {
    width: 2rem;
    height: 2rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.footer_cta {
  position: relative;
  /* background-image: url(../img/home/footer-cta001.jpg); */
  background-size: cover;
  background-position: top center;
  background: #0e0d15;
  padding: 8rem 15px;
}
.footer_cta_inner {
  color: #fff;
  /* display: flex; */
  justify-content: center;
  gap: 5rem;
  align-items: center;
}
.footer_cta_inner .htitle03 {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footer_cta_inner .htitle03 span {
  display: inline-block;
  -ms-flex-order: 1;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
.footer_cta_inner .htitle03::after {
  position: absolute;
  bottom: 0;
  right: initial;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #c8b66c),
    color-stop(50%, #fff)
  );
  background-image: linear-gradient(to right, #c8b66c 50%, #fff 50%);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  right: initial;
  left: 50%;
  -webkit-transform: translatex(-50%) skewX(-50deg);
  transform: translatex(-50%) skewX(-50deg);
}
.footer_cta_txt {
  text-align: center;
  padding: 2rem 0 3rem 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
}
.footer_btn_wrap {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
  /* flex-direction: column; */
}
/*
.btn.-color {
    background: linear-gradient(180deg, #AF9841, #C8B66C);
     border: 1px solid #80bef1; 
    color: #fff;
    font-size: 1.4rem;
}*/

.footer_cta_inner .home-section-title {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 300;
}
.footer_cta_inner .home-section-title span {
  color: #fff;
}
.footer_btn_wrap .btn.-color {
  background: #d23400;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-home-sec03__inner {
  padding-top: 8rem;
}
.c-heading01 {
  font-size: 7vw;
  /*    font-family: serif;*/
  /*    font-weight: 700;*/
  /*    color: #333;*/
  line-height: 1.45;
}
.c-heading01_center {
  text-align: center;
}
.c-heading01 {
  font-size: 3.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.c-heading01 span {
  display: block;
  /*    color: #2C4667;*/
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 400;
}
.c-heading01 span {
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
.p-home-sec03__txt {
  line-height: 1.5;
  padding-top: 1rem;
  text-align: center;
}
.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  position: relative;
  width: 100%;
}
.p-home-sec03__item-wrap {
  /* padding-top: 5rem; */
  padding: 5rem 4rem 15rem 2rem;
  background: url(../img/home/top-bg001.png);
  margin-top: 20rem;
  gap: 2rem;
  background-size: cover;
}

.p-home-sec03 .item {
  color: #fff;
  /* box-shadow: 0 0 24px rgba(0,0,0,.1); */
  margin-top: -20rem;
  border-right: 20px solid #fff;
  margin-right: -20px;
  border-bottom: 20px solid;
  border-left: 20px solid;
  border-top: 20px solid;
}
.p-home-sec03 .item {
  color: #fff;
  /* box-shadow: 0 0 24px rgba(0,0,0,.1); */
  margin-top: -20rem;
  border-right: 20px solid #fff;
  margin-right: -20px;
  border-bottom: 20px solid;
  border-left: 20px solid;
  border-top: 20px solid;
}
.p-home-sec03 .item__link {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.p-home-sec03 .item__link01 {
  background-image: url(../img/home/sec03-02.jpg);
  background-position: top;
}

.p-home-sec03 .item__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 2rem;
}

.p-home-sec03 .item__ttl {
  font-size: 6vw;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.p-home-sec03 .item__txt {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 2rem;
}
.p-home-sec03 .item__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-sec03 .item:nth-child(2),
.p-home-sec03 .item:nth-child(3) {
  border-left: none;
}
.p-home-sec03 .item__link02 {
  background-image: url(../img/home/sec03-01.jpg);
  background-position: top;
}
.p-home-sec03 .item__link03 {
  background-image: url(../img/home/sec03-03.jpg);
}
.home-section-title.-border-none.-center.-black {
  padding-top: 3rem;
  margin-bottom: 0rem;
}
.p-home-sec03 .inner.inner_news {
  padding-bottom: 12rem;
}

/*PC*/
@media (min-width: 1168px) {
  .c-heading01 {
    font-size: 5rem !important;
  }
  .sub-contact .c-heading01 {
    font-size: 3rem !important;
  }
  .sub-contact__tel {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-sec03__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
  }
  .p-home-sec03__item {
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-home-sec03 .item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-home-sec03 .item__inner {
    padding: 12rem 5rem;
  }
  .p-home-sec03 .item__ttl {
    font-size: 2.4rem;
  }
  .p-home-sec03 .item__link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media only screen and (max-width: 767px) {
  .p-home-sec03__inner {
    padding-top: 5rem;
  }
  .p-home-sec03__item-wrap {
    padding: 5rem 4rem 4rem 2rem;
    margin-top: 5rem;
  }
  .c-heading01 {
    font-size: 6vw;
  }
  .p-home-sec03__txt {
    font-size: 4vw;
  }
  .p-home-sec03 .item {
    margin-top: 0;
    border: 10px solid;
  }
  .p-home-sec03 .item:nth-child(2),
  .p-home-sec03 .item:nth-child(3) {
    border-left: 10px solid #fff;
    margin-top: 2rem;
  }
  .p-home-sec03 .item {
    margin-top: 0;
    border: 10px solid;
  }
  .sub-contact__box .c-heading01 {
    text-align: center;
  }
  .sub-contact__btm {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .sub-contact__tel {
    margin-top: 3vw;
  }
  .sub-contact__time {
    margin-left: 0;
    margin-top: 3vw;
  }
  .sub-contact__box {
    margin-top: 16vw;
  }
  .p-home-sec03 .inner {
    padding-bottom: 0rem;
  }
  .p-home-sec03 {
    padding-left: 0vw;
    padding-right: 0vw;
    margin-top: 5rem;
  }
  .inner.p-home-sec03__inner {
    padding-bottom: 0;
  }
}

/*sp_cta*/
@media screen and (max-width: 767px) {
  .sp_cta {
    position: fixed;
    width: 100%;
    display: block;
    height: 55px;
    bottom: 0;
    z-index: 2;
    background: #cabaa9;
    display: flex;
    align-items: center;
    z-index: 11;
    border-top: 2px solid #fff;
    width: 100%;
  }
  .sp_cta a {
    display: block;
    height: 100%;
    text-align: center;
    width: 50%;
    font-size: 16px;
    padding: 18px 0 10px 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    background: #d23400;
    position: relative;
  }
  .sp_cta a::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/tel-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 2rem;
    left: 1.4rem;
    width: 1.4rem;
    height: 2rem;
  }
  .sp_cta a span {
    font-weight: 700;
  }
  .sp_cta a:last-child {
    background: #cabaa9;
    border-left: 2px solid #fff;
  }

  .sp_cta a span::before {
    /*    background-image: url(../img/common/tel-color.svg);*/
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    left: -25px;
    top: 10px;
  }
  .sp_cta a:last-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/header_icon001.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.8rem;
    left: 1.3rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .footer-contact {
    padding-top: 4vh;
  }
}
.catch-txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 6rem;
  font-weight: 300;
  color: #222020;
}
.catch-txt p {
  font-size: 2rem;
  color: #8f8f8f;
  font-weight: 300;
  margin-top: 1rem;
}
.home-shop__img img {
  aspect-ratio: 3 / 1;
  object-fit: cover;
}
.home-shop .home-section__desc {
  width: 100%;
}
.home-shop__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.home-shop__imgs .img01 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.home-shop__img-logo {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 450px;
  margin: auto;
}
.home-shop__img-logo .img02 {
  width: 6rem;
}
.home-shop__img-logo .img03 {
  width: 100%;
}
.home-shop .home-section__desc {
  margin-top: 3rem;
}
.p-home-sec03 .home-section-title {
  margin-bottom: -3rem;
}
.p-home-sec01 .home-section-title {
  margin-bottom: 0;
}
.cat-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-contact .c-heading01 {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
.sub-contact .c-heading01 span {
  display: inline-block;
  margin-top: 0;
}
.sub-shop__container.-info {
  flex-direction: column-reverse;
}
.sub-shop__container.-info .sub-shop__img {
  width: 100%;
}
.sub-shop__container.-info .sub-shop__table {
  width: 100%;
  margin-top: 2rem;
}
.p-profile-sec01 {
  background: #222;
}
.p-profile-sec01 .c-heading01,
.p-profile-sec01 .c-heading01 span,
.p-profile-sec01 .en_txt {
  color: #fff;
}
.p-profile-sec01__birth {
  /* margin-top: 2rem; */
  line-height: 2;
	margin-bottom: 10rem;
}
.profile-img {
  width: 14rem;
}
.profile__container {
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.greeting {
  margin-top: 3rem;
  line-height: 2;
  margin: 3rem auto 0;
  max-width: 800px;
}
.greeting span {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
.sub-concept {
  padding-top: 0;
}
.service-catch-img {
  margin-top: 5rem;
}
.service-catch-img img {
  aspect-ratio: 5 / 2;
  object-fit: cover;
}
.c-flexbox01__head img,
.c-flexbox02__head img {
  /* aspect-ratio: 5 / 3;
  object-fit: cover; */
}
.about-sec01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 8rem;
}
.about-sec01 img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.about-sec01 p {
  line-height: 2;
  text-align: center;
  color: #333;
}
.sub-concept-sec02 {
  margin-top: 13rem;
}
.about_lead_btn {
  margin-top: 4rem;
}
.about_lead_area p,
.about_lead_area .home-section-title.-center,
.about_lead_area .home-section-title span {
  color: #fff;
}
.about_lead_area .btn {
  background-color: #fff;
  color: #000;
}
.about-sec04 {
  padding-top: 10rem;
}
.flow {
  padding-left: 120px;
  position: relative;
  max-width: 670px;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 14px;
  color: #fff;
  background: #e73c17;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e73c17;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #e73c17;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  color: #000;
  margin-bottom: 1vh;
}
.flow > li dl dt span {
  font-size: 16px;
  font-weight: 300;
}
.flow > li dd {
  margin-top: 2rem;
  line-height: 2;
}
.flow > li dd a {
  color: #e73c17;
  display: inline-block;
  transition: all 0.3s;
}
.flow > li dd a:hover {
  opacity: 0.7;
}
.company-table th {
  text-align: left;
}
.privacy-policy {
  height: 200px;
  max-width: 90rem;
  width: 100%;
  padding: 0 2em 2em 1em;
  overflow-y: scroll;
  text-align: left;
  font-size: 16px;
  background-color: #f8f8f8;
  color: #141414;
  margin: 0 auto;
}
.privacy-policy__head {
  margin-top: 14px;
  margin-bottom: 2px;
  font-weight: 700;
}
.privacy-policy p {
  line-height: 1.5;
}

.type4 .type4-menu a {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 10px;
}
/* .type4 .type4-menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #F05152;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
} */
.type4 .type4-menu a span {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.type4 .type4-menu a span.ja {
  position: absolute;
  top: 101%;
  left: 0%;
  font-size: 16px;
  white-space: nowrap;
}
.type4 .type4-menu a:hover::after {
  width: 100%;
}
.type4 .type4-menu a:hover span.en {
  transform: translate(0%, -150%);
}
.type4 .type4-menu a:hover span.ja {
  top: 25%;
  opacity: 1;
}
.home-service {
  margin-top: 15rem;
}
.home .p-panel__item {
  width: 100%;
}
.home .p-panel__item {
  width: 100%;
}
.p-home-sec01__cont .slick-slide {
  margin: 0 10px;
}
.slick-dots li button:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e73c17;
  font-size: 14px;
}
.slick-dots {
  bottom: -35px;
}
.p-panel__category-name {
  background: #e73c17;
  color: #fff;
  padding: 5px 1rem;
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #e73c17;
}
.p-panel__ttl h3 {
  text-align: left;
  padding: 10px;
  color: #fff;
}
.p-panel__ttl h3 {
  color: #333;
}
.works-category-list ul {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.works-category-list li {
  background-color: #0f1320;
  color: #fff;
  margin: 10px;
}
.works-category-list li a {
  padding: 7px 10px;
}
.home-gallery {
  margin-top: 13rem;
}
.home-gallery-grid {
  display: grid;
  grid-template-columns: 58.5% 40%;
  gap: 2rem;
}
.home-gallery-grid div {
  display: grid;
  gap: 2rem;
}
.home-gallery-grid_big img {
  aspect-ratio: 7 / 6;
  object-fit: cover;
}
.p-panel__inner-works .p-panel__ttl h3 {
  color: #fff;
  padding: 1rem 1rem 5px;
}
.p-panel__inner-works .p-panel__category-name {
  background: none;
  color: #fff;
}
.service-works .p-panel__item {
  width: 100%;
}
.jbc-img {
  max-width: 180px;
  width: 100%;
  margin: auto;
  margin-top: -2rem;
  margin-bottom: 3rem;
}

.p-flow-sec02 {
  padding: 3rem 0 8rem 0;
  background-image: url(../img/home/main_bg001.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.p-flow-sec02 .inner {
  padding-top: 2.4rem;
  filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  border-radius: 10px;
}

.p-flow-sec02 .flow_content {
  padding: 60px 80px;
}
.p-flow-sec02 .flow_content .row {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.p-flow-sec02 .flow_content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}
.p-flow-sec02 .flow_content .img {
  width: 40%;
}
.p-flow-sec02 .flow_content .detail {
  padding: 0 0 0 50px;
  margin-top: 10px;
  position: relative;
}
.p-flow-sec02 .flow_content .detail {
  width: 60%;
  padding: 0 20px 0 100px;
}
.p-flow-sec02 .flow_content .detail .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2.5rem;
  border-radius: 50%;
  color: #000;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60113', endColorstr='#f8b62d',GradientType=1 );
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-flow-sec02 .flow_content .detail .head {
  font-size: 2rem;
  padding: 10px 0 20px 0;
}
.p-flow-sec02 .flow_content .detail .head {
  font-size: 2.4rem;
  padding: 20px 0;
  font-weight: 700;
  color: #fff;
}
.p-flow-sec02 .flow_content .detail .text {
  line-height: 1.5;
  color: #fff;
}
.p-flow-sec02 .flow_content .row + .row {
  margin-top: 30px;
}
.p-flow-sec02 .note_bottom {
  margin: 1rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    margin-bottom: 4rem;
    padding: 10px;
    margin-top: 0;
  }
  .p-flow-sec02 .flow_content {
    padding: 0px;
  }
  .p-flow-sec02 .flow_content .row {
    flex-direction: column-reverse;
  }
  .p-flow-sec02 .flow_content .detail {
    width: 100%;
    padding: 0 0px 0 40px;
  }
  .p-flow-sec02 .flow_content .detail .head {
    font-size: 2rem;
    padding: 5px 0 15px 0;
  }
  .p-flow-sec02 .flow_content .detail .text {
    font-size: 1.5rem;
  }
  .p-flow-sec02 .flow_content .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .p-flow-sec02 .flow_content .detail .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
  .p-flow-sec02 {
    padding: 4rem 1rem 4rem 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-sp__logo {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .logo-icon {
    width: 4rem;
  }
  .catch-txt {
    margin-top: 4rem;
    font-size: 1.4rem;
	  text-align: left;
	  padding: 0 15px;
  }
  .catch-txt p {
    font-size: 14px;
    max-width: 300px;
    margin: 1rem auto 0;
  }
  .home-section-title {
    margin-bottom: 2rem;
  }
  .p-home-sec01__btn-wrap {
    margin-top: 3rem;
  }
  .home-shop__imgs {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-shop__img-logo {
    display: grid;
    grid-template-columns: 10% 87%;
    gap: 1rem;
  }
  .p-home-sec03 .home-section-title {
    margin-bottom: 0;
  }
  .footer_btn_wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .footer_btn_wrap .btn {
    width: 60vw;
  }
  .footer_btn_wrap .tel__link::before {
    left: 3rem;
    top: 3.6vw;
  }
  .footer-contact .left__txt {
    padding-top: 2rem;
  }
  .about-sec01 {
    grid-template-columns: 1fr;
    margin-top: 6rem;
  }
  .about-sec04 {
    padding: 6rem 0 6rem 5vw;
  }
  .flow > li dl::after {
    width: 15px;
  }
  .flow > li dl {
    padding-left: 24px;
  }
  .flow {
    padding-left: 76px;
  }
  .flow > li .icon {
    padding: 8px 10px;
  }
  .flow > li .icon {
    left: -85px;
  }
  .flow::before {
    left: 76px;
  }
  .flow > li dl dt {
    line-height: 1.5;
  }
  .logo2 img {
    width: 8rem;
    margin: auto;
  }
  .sub-concept-sec02 {
    margin-top: 5rem;
  }
  .u-pt100 {
    padding-top: 7rem;
  }
  .profile-img {
    width: 100%;
  }
  .profile__container {
    gap: 0;
  }
  .sub-shop__table th {
    text-align: left;
  }
  .c-news__ttl {
    padding-top: 1rem;
    margin-top: 3px;
  }
  .nav-sns {
    width: 30px;
    margin: 2rem auto 0;
  }
  .sub-contact .c-heading01 {
    gap: 1rem;
  }
  .home-service {
    margin-top: 1rem;
    padding: 0 15px;
  }
  .works-category-list ul {
    flex-wrap: wrap;
  }
  .works-category-list li {
    margin: 3px;
  }
  .p-panel__img-wrap {
    padding-top: 55vw;
  }
  .p-panel__ttl h3 {
    font-size: 14px;
  }
  .slick-dots {
    bottom: -15px;
  }
  .home-gallery {
    margin-top: 0;
    padding-bottom: 0;
  }
  .home-gallery-grid {
    grid-template-columns: 57.5% 40%;
    gap: 1rem;
  }
  .home-gallery-grid div {
    gap: 5px;
  }
  .home-gallery-grid_big img {
    aspect-ratio: 8 / 7;
  }
  .p-home-sec03 .inner.inner_news {
    padding-bottom: 7rem;
  }
  .slick-dots li button:before {
    font-size: 4px;
  }
  .slick-dots li.slick-active button:before {
    font-size: 10px;
  }
  .service-works {
    margin-top: 0;
  }
  .sub-archive .p-panel {
    grid-template-columns: 1fr;
  }
  .jbc-img {
    margin-top: 0;
  }
}
.header__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
	font-size: 14px;
}

.header__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 1.5px;
  background: #d23400;
  transition: width 0.3s ease, left 0.3s ease;
}

.header__link:hover {
  color: #d23400;
  transition: all 0.3s ease;
}

.header__link:hover::after {
  width: 100%;
  left: 0;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 170%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 20rem;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.home .header-item a.dropdown-link,
.dropdown-link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-link a {
  color: #333;
}

.dropdown-link:hover {
  background-color: #f5f5f5;
}

li.header__item.-dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 100%;
}
.header__item {
  position: relative;
}
.nav-drawer__link.-sub {
  font-size: 5.5vw;
  margin: 4vw 0 0 4vw;
  text-transform: uppercase;
}
.home-mv .slick-slide {
  transform: scale(1);
  transition: transform 5s ease-in-out, opacity 1.5s ease-in-out;
  opacity: 0; /* 初期状態を非表示に */
}

.home-mv .slick-slide.slick-current {
  opacity: 1; /* 最初のスライドは表示 */
}

.home-mv .slick-slide.add-animation {
  transform: scale(1.1); /* 10%拡大 */
}

body {
  background-color: #f4f4f4;
  background-image: url("../img/home/White-paper.png");
}
.concept-section {
  margin: 0 auto;
  padding: 20rem 15px 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.concept-section.-bg01 {
  background-color: #ffffff;
  /* background-image: url("https://www.transparenttextures.com/patterns/binding-light.png"); */
  position: relative;
  /* margin-top: 6rem; */
}
.concept-section.-bg01 .concept-title,
.concept-section.-bg01 .concept-subtitle,
.concept-section.-bg01 .concept-text {
  color: #333;
}

.concept-header {
  margin-bottom: 60px;
}

.concept-title {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #222020;
  font-family: "Shippori Mincho", serif;
}

.concept-subtitle {
  font-size: 2rem;
  font-weight: 500;
  color: #222020;
  margin-top: 15px;
}

.concept-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  position: relative;
}

.concept-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #222020;
  text-align: left;
}
.concept-text p {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.concept-image {
  flex: 1;
  overflow: hidden;
}
.concept-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 8s ease-in-out;
}
.concept-image img:hover {
  transform: scale(1.05);
}
.concept-section:nth-child(even) .concept-content {
  flex-direction: row-reverse;
}
.concept-image.-float01 {
  position: absolute;
  bottom: -5%;
  left: 4%;
  width: 32vw;
  aspect-ratio: 3/2;
  z-index: 10;
}
.concept-image03 {
  width: 40vw;
  margin-left: auto;
  margin-top: 6rem;
}
.home-concept {
  position: relative;
  background: url("../img/home/home-concept-bg.jpg") center/cover no-repeat;
  padding: 8vw 5vw;
  text-align: center;
  color: #fff;
}
.home-concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 黒のオーバーレイ（透過50%） */
  z-index: 1;
}

.home-concept__content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.home-concept__title {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 2rem;
}

.home-concept__subtitle {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 2.5rem;
}

.home-concept__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.button-custom,
a.button-custom,
button.button-custom {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #222020;
  border-radius: 0.5rem;
}
a.button-svg {
  font-weight: 700;
  line-height: 54px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}
a.button-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.button-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #d23400;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}
a.button-svg:hover svg rect {
  stroke-dashoffset: 284px;
}
a.button-svg span {
  color: #222020;
}
.button-custom {
  margin-top: 2rem;
}
.home-section-title {
  position: relative;
}
.home-section-title::before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background: #d23400;
}
.home-center .home-section-title::before {
  transform: translateX(0);
  left: 0;
  bottom: -30%;
}
.home-section__btn {
  margin-top: 2rem;
}
.home-deco-img img {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.home-deco-img {
  width: 80vw;
  margin-top: 8rem;
}
.c-news {
  margin-top: 8rem;
}
.footer__map iframe {
  width: 100%;
  aspect-ratio: 4 / 1;
  object-fit: cover;
  height: auto;
}
.home-deco-img02 {
  margin: 5% 10% 6rem 10%;
}
.l-page-cover__wrap {
  padding: 9rem 0;
}
.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  padding: 10px;
}
.slider2 .slick-slide {
  margin: 0 0px;
}
.gallery_slider {
  margin-top: 6rem;
}
.home-section-title.-no::before {
  content: none;
}
.sub-concept-sec02 .home-section__desc {
  width: 100%;
  text-align: center;
}
.process {
  max-width: 1000px;
  margin: auto;
  padding: 50px 20px 15rem;
}
.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  padding-bottom: 30px;
}
.step {
  width: 48%;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.step-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00a2e8;
  margin-right: 15px;
}
.step-content h2 {
  font-size: 1.2rem;
  margin: 0;
}
.step-content p {
  font-size: 1.4rem;
  color: #ccc;
  margin: 5px 0 0;
}

.process-details {
  margin-top: 50px;
}
.detail {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #666;
  padding: 20px 0;
}
.detail-number {
  background: #c0392b;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  margin-right: 20px;
}
.detail-content h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.detail-content ul {
  padding-left: 20px;
}
.detail-content ul li {
  margin-bottom: 5px;
}
.timeline {
  margin-left: auto;
  font-size: 1.2rem;
  color: #aaa;
}
.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow07 {
  padding-left: 0;
  color: #222020;
  margin-top: 5rem;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #fff;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow07 > li .icon07::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.flow07 > li .icon07 span {
  font-weight: 600;
  color: #d23400;
  line-height: 1.5;
}

.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

.flow07 > li dl dt {
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-size: 2.4rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
.flow07 > li dl dt::after {
  content: "";
  width: 20%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #d23400;
}

.flow07 > li dl dd {
  margin: 0;
  line-height: 2;
}
.flow07 > li dl dd span {
  display: block;
  line-height: 2;
  padding-left: 3rem;
  position: relative;
	font-size: 16px;
}
.flow07 > li dl dd span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #d23400;
  border-radius: 50px;
  left: 9px;
  top: 9px;
}
.flow07 > li dl dd span span {
  color: #00c1dd;
  position: static;
  padding-left: 2rem;
}
.sub-shop__text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .step {
    width: 100%;
  }
  .detail {
    flex-direction: column;
  }
  .timeline {
    margin-left: 0;
    margin-top: 10px;
  }
}
.profile {
  margin-top: 12rem;
  padding-top: 10rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/binding-light.png");
  position: relative;
}
.company-sec01-ttl {
  font-size: 11rem;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  padding-left: 15px;
  text-align: left;
}
.company-sec01-ttl span {
  font-size: 1.6rem;
  display: block;
  margin-top: 2rem;
}
.company-sec01 {
  background-image: url(../img/sub/company/about.jpg);
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-size: cover;
  background-position: center;
}
.company-sec01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 透明度50%の黒 */
  z-index: 1;
}

.company-sec01 * {
  position: relative;
  z-index: 2;
}
.profile .sub-shop__table {
  width: 55rem;
}
.profile .sub-shop__table tr {
  padding: 1.8rem 0;
}
.profile .sub-shop__table th {
  width: 8rem;
}
.profile .about-sec01 {
  gap: 3rem;
}
.p-home-sec01__slider {
  right: -20%;
}
.home-section-title.-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  left: 8%;
  color: #fff;
}
.home-section-title.-vertical {
  color: #333;
}
.home-section-title.-vertical::before {
  bottom: -17%;
}
.single .project-slider__arw.next::before {
  right: 1.8rem;
}
.sub-shop {
  margin-top: 10rem;
}
.home-section__desc-list {
  list-style: none;
  padding: 0;
  color: #222020;
  counter-reset: list-counter;
}

.home-section__desc-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  line-height: 2;
  counter-increment: list-counter;
  text-align: left;
}

.home-section__desc-list li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 3px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color: white;
  background: #d23400;
  border-radius: 50%;
}
.fade-filter {
  position: relative;
  /* display: inline-block; */
  overflow: hidden;
  border-radius: 1rem;
}

.fade-filter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d23400;
  transition: transform 0.5s ease-out;
  transform: scaleX(1);
  transform-origin: left;
  z-index: 1;
}

.fade-filter.show::before {
  transform: scaleX(0);
  /* z-index: 5; */
}
.header__main {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__contact a {
  padding: 1.3rem 3rem 1.3rem;
  /* padding-left: 5rem; */
  background: #d23400;
  font-family: "Shippori Mincho", serif;
  position: relative;
  transition: all 0.3s;
  height: 120%;
  border-radius: 1rem;
}
.header__contact a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 10%;
  background-image: url(../img/common/header_icon001.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
.header__contact a:hover {
  opacity: 0.7;
}
.concept-image {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.concept-image img {
  width: 60vw;
  border-radius: 1rem;
}
.stroke-animate {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 2rem;
  \: 1rem;
}

/* ボーダーの基本設定 */
.stroke-animate .border {
  content: "";
  position: absolute;
  opacity: 0;
}

/* 上下ボーダー */
.stroke-animate .border.top,
.stroke-animate .border.bottom {
  width: calc(100% - 20px);
}

.stroke-animate .border.top {
  border-top: 2px solid #d23400;
  right: 0;
  top: 0;
}

.stroke-animate .border.bottom {
  border-bottom: 2px solid #d23400;
  left: 0;
  bottom: 0;
}

/* 左右ボーダー */
.stroke-animate .border.right,
.stroke-animate .border.left {
  height: calc(100% - 20px);
}

.stroke-animate .border.right {
  border-right: 2px solid #d23400;
  right: 0;
  top: 0;
}

.stroke-animate .border.left {
  border-left: 2px solid #d23400;
  left: 0;
  bottom: 0;
}

/* ボーダーアニメーション */
.stroke-animate.is-animated .border {
  opacity: 1;
}

.stroke-animate.is-animated .border.top,
.stroke-animate.is-animated .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.stroke-animate.is-animated .border.right,
.stroke-animate.is-animated .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    opacity: 1;
  }
}
.home-section-title.-bk {
  color: #333;
}
.home-section__desc.-bk {
  color: #333;
}
a.button-svg.-bk span {
  color: #333;
}
.concept-header.-deco {
  position: relative;
}
.deco01 {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  opacity: 0.7;
}
.p-home-sec01 {
  position: relative;
}

.shake-fade {
  opacity: 0;
  transform: translateY(50px) rotate(2deg); /* 最初は少し下＋傾ける */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.shake-fade.is-visible {
  opacity: 1;
  transform: translateY(0) rotate(0);
  animation: shake-fade 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 揺れつつバウンドする動き */
@keyframes shake-fade {
  0% {
    transform: translateY(50px) rotate(2deg);
    opacity: 0;
  }
  30% {
    transform: translateY(-10px) rotate(-1deg);
    opacity: 1;
  }
  50% {
    transform: translateY(5px) rotate(1deg);
  }
  70% {
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.concept-section.-bg01 .deco01 {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 250px;
  height: 250px;
}
.concept-section.-bg01 .deco02 {
  position: absolute;
  bottom: 11%;
  right: 0;
  width: 17rem;
  opacity: 1;
}
.p-home-sec01 .deco01 {
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0;
  width: 500px;
  opacity: 0.7;
}
.footer_cta .container {
  text-align: center;
}
.footer_cta_wrapper {
  max-width: 116.8rem;
  width: 100%;
  position: relative;
}
.footer_cta_wrapper .deco01 {
  content: "";
  width: 200px;
  height: 250px;
  position: absolute;
  top: -7%;
  left: 2%;
}
.footer_cta_wrapper .deco02 {
  content: "";
  width: 460px;
  height: 115px;
  position: absolute;
  bottom: -3%;
  right: 0%;
}
.footer_btn_wrap .tel__link {
  position: relative;
  background: #fff !important;
  color: #333 !important;
  border: 2px solid #d23400 !important;
}
.sub-concept__box .c-flexbox01 {
  position: relative;
  width: 100%;
}
.sub-concept__box .c-flexbox01 .deco01 {
  content: "";
  width: 600px;
  height: 133px;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0;
}
.c-flexbox02__body {
  position: relative;
}
.sub-concept__box .c-flexbox02 {
  position: relative;
  text-align: center;
}
.sub-concept__box .c-flexbox02 .deco02 {
  content: "";
  width: 600px;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}
.about-sec01__body {
  position: relative;
}
.about-sec01__body .deco01 {
  width: 16vw;
  max-width: 160px;
  position: absolute;
  top: -21%;
  right: -20%;
  z-index: 1;
  opacity: 0.8;
}
.about-sec01 .deco01 img {
  aspect-ratio: auto;
}
.profile-body {
  position: relative;
}
.profile-body .deco01 {
  content: "";
  width: 400px;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 0;
  opacity: 0.8;
}
.company-table.sub-shop__table td span {
  color: #222020;
}
.concept-section {
  position: relative;
  overflow: hidden;
  
  
.concept-section {
  margin: 0 auto;
  padding: 20rem 15px 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
};
}

.concept-bg {
  position: absolute;
  top: 5%;
  left: -3%;
  width: auto;
  height: auto;
  opacity: 0.4;
  width: 100%;
  z-index: 1;
}

.circleText {
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: rotation 30s linear infinite;
}

.circleText__circle {
  fill: none;
}

.circleText__text {
  fill: #c69c6d;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}
.profile .about-sec01 {
	grid-template-columns: 45% 52%;
}

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

/* mq */

/* レスポンシブ対応 */
@media (max-width: 767px) {
  .home-concept {
    padding: 20vw 8vw;
  }

  .home-concept__title {
    font-size: 3rem;
  }

  .home-concept__subtitle {
    font-size: 1.8rem;
  }
  .sub-archive .p-panel__img-wrap {
    padding-top: 95vw;
  }
}

@media (max-width: 768px) {
  .concept-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .concept-text {
    text-align: center;
    font-size: 14px;
  }
  .concept-section:nth-child(even) .concept-content {
    flex-direction: column-reverse;
  }
  .concept-title {
    font-size: 3rem;
  }
  .concept-image.-float01 {
    bottom: -1%;
    left: 0%;
    width: 58vw;
  }
  .concept-image03 {
    width: 60vw;
    margin-top: 2rem;
  }
  .p-home-sec01 {
    padding-bottom: 5rem;
  }
  .p-home-sec03__cont {
    padding: 3rem 15px;
  }
  .c-news__link {
    padding-left: 0;
  }
  .c-news {
    margin-top: 4rem;
  }
  .c-news__img {
    width: 27%;
    aspect-ratio: 3/2;
  }
  .p-home-sec03__btn-wrap {
    padding-top: 1rem;
  }
  .home-deco-img02 {
    margin: 0 0 4rem 0;
  }
  .footer_cta_inner {
    flex-direction: column;
    gap: 1rem;
  }
  .footer_cta_inner {
    padding: 7rem 3rem;
  }
  .footer__map iframe {
    aspect-ratio: 3 / 2;
  }
  .l-page-cover__wrap {
    padding: 5rem 0 0;
  }
  .sub-concept {
    padding-top: 3rem;
  }
  .sub-concept__box {
    padding: 2rem 1rem 5rem;
  }
  .c-flexbox01,
  .c-flexbox02 {
    flex-direction: column;
  }
  .c-flexbox01__head,
  .c-flexbox02__head {
    width: 100%;
    margin: 0;
  }
  .c-flexbox01__body {
    width: 100%;
    margin-top: 3rem;
  }
  .c-flexbox02__body {
    width: 100%;
    margin: 3rem 0 0 0;
  }
  .flow07 {
    margin-top: 5rem;
  }
  .flow07 > li .icon07 {
    width: 75px;
    padding: 2rem 0;
  }
  .flow07 > li .icon07 span {
    font-size: 14px;
  }
  .flow07 > li .icon07::after {
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
  }
  .flow07 > li dl {
    padding-left: 15px;
  }
  .flow07 > li dl {
    width: calc(100% - 75px);
  }
  .flow07 > li dl dt {
    font-size: 1.8rem;
  }
  .flow07 > li dl dd span {
    padding-left: 1.5rem;
  }
  .flow07 > li dl dd span::before {
    width: 7px;
    height: 7px;
    left: 3px;
    top: 11px;
  }
  .company-sec01-ttl {
    font-size: 6rem;
  }
  .company-sec01 {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .company-sec01 * {
    line-height: 1.8;
  }
  .company-sec01-ttl span {
    margin-top: -1rem;
  }
  .sub-shop__table {
    margin: 0 auto 4rem;
  }
  .catch-txt.-spl {
    text-align: left;
  }
  .profile {
    margin-top: 10rem;
    padding-bottom: 8rem;
  }
  .profile .sub-shop__table {
    width: 100%;
  }
  .profile .about-sec01 {
    gap: 0;
  }

  .sub-contact {
    margin-top: 6rem;
  }
  .concept-section {
    padding-top: 4rem;
  }
  .type4 .type4-menu a span.ja {
    font-size: 16px;
  }
  .p-panel__category-name {
    font-size: 14px;
  }
  .deco01 {
    width: 140px;
    top: 15%;
    right: -3rem;
  }
  .concept-section.-bg01 .deco01 {
    width: 110px;
    height: 140px;
    top: 14%;
    left: 2%;
  }
  .concept-image img {
    width: 100vw;
  }
  .concept-section.-bg01 .deco02 {
    width: 80px;
    right: -2%;
    bottom: 2%;
  }
  .p-home-sec01 .deco01 {
    bottom: auto;
    top: 3%;
    left: auto;
    right: 2%;
    width: 210px;
    height: 140px;
  }
  .home-price::after {
    width: 260px;
    height: 180px;
    top: -5%;
    left: 1%;
  }
  .home-price {
    padding: 2rem 0;
  }
  .home-price::before {
    width: 200px;
    height: 70px;
    bottom: -4%;
  }
  .footer_cta_wrapper .deco01 {
    width: 130px;
    height: 140px;
  }
  .footer_cta_wrapper .deco02 {
    width: 230px;
    height: 60px;
  }
  .sub-concept__box .c-flexbox01 .deco01 {
    width: 240px;
    height: 63px;
    right: 0%;
    left: auto;
    bottom: 52%;
  }
	.sub-concept__box .c-flexbox01 .deco01.-reno {
		 bottom: 39%;
		width: 300px;
	}
  .c-flexbox02__body .deco02 {
    width: 110px;
    height: 190px;
    position: absolute;
    top: auto;
    bottom: -20%;
    right: 0%;
  }
  .about-sec01__body .deco01 {
    width: 100px;
    height: 320px;
    top: auto;
    right: -9%;
  }
  .profile-body .deco01 {
    width: 250px;
    height: 75px;
    top: -20%;
    right: auto;
    left: 0;
    opacity: 1;
  }
  .concept-bg {
    /* width: 35rem; */
    /* height: 35rem; */
    top: 0%;
  }
  .sub-concept__box .c-flexbox02 .deco02 {
    width: 240px;
    height: 63px;
    right: 0%;
    left: auto;
    bottom: 44%;
  }
	.profile .about-sec01 {
		grid-template-columns: 1fr;
	}
	.c-flexbox01__head img, .c-flexbox02__head img {
		/* max-height: 70vh; */
		object-fit: cover;
		aspect-ratio: 1;
	}
}

/*2025/02/19*/
.home .project-slider__arw.next {
    right: 30vw;
}
.nav-drawer__link:before {
  content: "";
  position: absolute;
  width: auto;
  height: 70%;
  top: 4px;
  left: -1.5rem;
  border: 0.7px solid #cabaa9;
  transform: rotate(90deg);
}
li.nav-drawer__item {
    margin: 1rem 0;
}
.nav-drawer__link span {
    font-size: 90%;
    color: #cabaa9;
    margin: 1rem;
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.grid-col02_text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
	.grid-col02 {
	grid-template-columns: 1fr;
	gap: 1rem;
	}
}
.renov-inner {
padding-top: 10vw;
    padding-bottom: 10rem;
    background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/binding-light.png);
}
.reno-grid .grid-col02_text span {
	font-size: 3rem;
	line-height:1.5;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	display: block;
	margin-bottom: 2rem;
	
}
.sub-renov-sec02 {
	padding: 6rem 0 0;
}
.sub-renov-sec02 .home-section-title {
	font-size: 3.6rem;
}
.sub-renov-sec02 .home-section__desc {
	max-width: 45rem;
	width: 100%;
	font-size: 16px;
}

.feature-number {
  position: absolute;
  top: -5rem;
  left: -3rem;
  width: 82px;
  height: 82px;
  border: 1px solid #c59c6c;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: 21px;
  color: #c59c6c;
	z-index: -1;
}
.renov-txt_body {
	text-align: center;
	line-height: 2;
	color: #fff;
	font-size: 16px;
}
.renov-txt_body span {
	font-size: 2.2rem;
	font-weight: 500;
	display: block;
	color: #c59c6c;
	margin: 2rem 0;
}
.renov-txt .inner {
	max-width: 90rem;
	border: 1px solid #cccccc;
	padding: 2rem;
}
.renov-txt .inner {
	margin-top: 6rem;
}
.renov-txt {
	position: relative;
	padding-bottom: 4rem;
}
.p-reno-sec02__btn-wrap a {
	color: #fff;
}
/* --------------------------------
c-accordion
----------------------------------- */
.c-accordion {
  border-bottom: 1px solid #9da3a7;
}

.c-accordion__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 4vw 6vw 4vw 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
}

.c-accordion__title span {
  width: 8vw;
  height: 8vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(100, 179, 244)),
    to(rgb(33, 89, 186))
  );
  background: linear-gradient(
    90deg,
    rgb(100, 179, 244) 0%,
    rgb(33, 89, 186) 100%
  );
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3vw;
}

.c-accordion__title::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #141414;
  border-right: 2px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 42%;
  right: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-accordion__title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-accordion__content {
  display: none;
  background-color: #edf4fa;
  padding: 3vw;
}

.c-accordion__content p {
  font-size: 1.3rem;
  line-height: 1.75;
}
.accordion .js-accordion-title {
  /* background-color: #ebf6fc; */
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
}
.accordion .js-accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 2.8rem; /* 画像の幅 */
  height: 4rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
    /* background-image: url(../img/common/Q.svg); */
  left: 2.2rem;
  font-size: 3rem;
  color: #d23400;
  font-weight: 900;
}
.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 5rem;
  margin-bottom: 5px;
	color: #fff;
}
.accordion {
	margin-top: 4rem;
}
.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #d23400;
  border-right: 4px solid #d23400;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease-in-out;
}

.accordion .js-accordion-title.open i.arrow {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion-content {
  display: none;
  background-color: #f9f9f9;
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 7rem;
  line-height: 1.5;
}
.accordion-content::before {
  content: "A";
  position: absolute;
  display: block;
  width: 3.3rem; /* 画像の幅 */
  height: 3.5rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/A.svg);
  left: 2.5rem;
  top: 1rem;
    font-size: 3rem;
  color: #d23400;
  font-weight: 900;
}
.faq.inner {
  max-width: 1000px;
}
.faq {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .accordion .js-accordion-title {
    margin-top: 1rem;
    padding: 4px 18px 15px;
  }
  .accordion .js-accordion-title span {
    margin-left: 2rem;
  }
  .accordion .js-accordion-title::before {
    font-size: 2.5rem;
    left: 1.2rem;
    top: 1rem;
  }
  .accordion .js-accordion-title i.arrow {
    right: 11px;
    border-top: 3px solid #d23400;
    border-right: 3px solid #d23400;
  }
  .accordion .js-accordion-title span {
    font-size: 14px;
  }
  .accordion {
    margin-top: 3rem;
  }
    .accordion-content {
    padding: 15px 10px;
    padding-left: 4rem;
    font-size: 15px;
  }
  .accordion-content::before {
    font-size: 2.4rem;
    left: 1.2rem;
  }
}
.flow-description {
color: #fff;
	margin-top: 5rem;
	text-align: center;
	font-size: 16px;
}
.process.-reno {
	padding-bottom: 8rem;
}
.reno-grid .grid-col02_text {
	font-size: 16px;
}
/* .l-page-cover.-renov {
	background: url(../img/common/cover02.jpg);
} */
.footer_btn_wrap .btn.-color.-line {
	background: #55c317;
}
.header__item.-sns {
	width: 20px;
	margin-left: 1rem;
}
.line-qr {
	max-width: 200px;
	width: 100%;
	margin: 4rem auto;
}
.contact-flex {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}
.concept-text.-renov {
	/* padding-left: 5vw; */
}
.deco02.-reno {
	bottom: 0;
	width:114px;
}
.header__item.-renov a {
    color: #897763;
    transition: all 0.3s;
}
.header__item.-renov a:hover{
	color: #d23400;
}
@media screen and (max-width: 767px) {
	.reno-grid .grid-col02_text span {
		font-size: 2rem;
		line-height: 1.7;
	}
	.renov-inner {
		padding-bottom: 6rem;
	}
	.sub-renov-sec02 .sub-concept__box {
		margin-top: 5rem;
	}
	.sub-renov-sec02 .home-section-title {
		font-size: 2.6rem;
	}
	.feature-number {
		top: -8rem;
		left: -1rem;
		z-index: 0;
	}
	.renov-txt {
		padding: 4rem 15px 2rem;
	}
	.renov-txt .inner {
		margin-top: 4rem;
		padding: 1.5rem;
	}
	.renov-txt_body {
		text-align: left;
	}
	.renov-txt_body span {
		line-height: 1.5;
		font-size: 2rem;
		margin: 1rem 0;
	}
	.renov-txt .gallery_slider {
		margin-top: 3rem;
	}
	.contact-flex {
		grid-template-columns: 1fr;
		gap: 8rem;
	}
}

.header__item.-renov a {
    color: #fff;
    transition: 0.3s;
}

.header__item.-renov {
    background: #d23400;
    padding: 4px 6px;
    color: #fff;
}
.header__item.-renov a:hover {
    color: #fff;
}

.sp-menu_sns {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
}
.sp-menu_sns .header__item.-sns {
    width: 12vw;
    margin-left: 2rem;
}
.sp-menu_sns .header__item:last-of-type a {
    width: auto;
}
.sp-menu_sns .header__item.-sns:first-child {
    margin-left: 0;
}


/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
.gt_float_switcher .gt-selected .gt-current-lang {
  font-size: 1.5rem !important;
  padding: 1rem 1rem 1rem 1rem !important;
}
.sub-archive .news-wrap {
  padding-top: 8vw;
}

.sub-single-create-post .sub-single__category {
  border: 1px solid #000000;
  color: #000000;
}
.sub-single-create-post .sub-single__main h2 {
  background-color: #000000;
}
.sub-single-create-post .sub-shop__table {
  width: 100%;
  padding-top: 2vw;
}
.sub-single-create-post .p-works-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -3rem;
  padding-top: 5vw;
}
.sub-single-create-post .p-works-item {
  width: 49%;
  margin-top: 3rem;
}
.sub-single-create-post .p-works-item__img {
  padding-top: 18vh;
  position: relative;
}
.sub-single-create-post .p-works-item__img img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-single-create-post .p-works-item p {
  margin: 0;
  font-size: 1.4rem;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .sub-archive .news-wrap {
    padding-top: 3.2rem;
  }
  .sub-single-create-post .sub-single__main h2 {
    font-size: 2.5rem;
  }
  .sub-single-create-post .sub-shop__table {
    padding-top: 1rem;
  }
  .sub-single-create-post .p-works-item-wrap {
    padding-top: 3rem;
  }
  .sub-single-create-post .p-works-item__img {
    padding-top: 34rem;
  }
}

@font-face {
  src: url("../font/NotoSerifJP-Medium.woff") format("woff");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-display: swap;
}

.sub-concept .c-heading01 {
  /*   font-family: 'Noto Serif JP', serif !important; */
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.sub-single__main .works_content img {
  margin-top: 0;
}

.sub-single__main .works_content ul {
  margin-top: 0;
}

.sub-single__main .works_content li {
  margin-left: 0;
}

.sub-single__main .works_content li::before {
  content: none;
}

.project-slider__item {
  position: relative;
  padding-top: 25rem;
}
.project-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-o-object-fit: cover;
     object-fit: cover;*/
  -o-object-fit: contain;
  object-fit: contain;
}
.project-slider__arw {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
  width: 4rem;
  height: 5rem;
  /* background-color: #ef6c00; */
}
.project-slider__arw.prev::before,
.project-slider__arw.next::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  position: absolute;
}
.project-slider__arw.prev {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  left: 0;
}
.project-slider__arw.prev::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 1.8rem;
}
.project-slider__arw.next {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  right: 0;
}
.project-slider__arw.next::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 30vw;
}
.project-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  padding-top: 2rem;
  margin-top: -0.5rem;
}
.project-slider__dots li {
  opacity: 0.5;
  position: relative;
  width: 13%;
  padding-top: 7%;
  cursor: pointer;
  margin-right: 0.5%;
  margin-top: 0.5rem;
}
.project-slider__dots li:last-child {
  margin-right: 0;
}
.project-slider__dots li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-slider__dots .slick-active {
  opacity: 1;
  /* border: 1px solid #ef6c00; */
}

@media (min-width: 768px) {
  .project-slider__item {
    padding-top: 55rem;
  }
  .project-slider__arw {
    top: 35%;
  }
  .project-slider__arw.prev::before,
  .project-slider__arw.next::before {
    width: 2rem;
    height: 2rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.footer_cta {
  position: relative;
  background-image: url(../img/home/white-paper.png);
  background-size: contain;
  background-position: bottom center;
  background-color: #bb451d;
  background-blend-mode: multiply;
}
.footer_cta_inner {
  color: #fff;
}
.footer_cta_inner .htitle03 {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footer_cta_inner .htitle03 span {
  display: inline-block;
  -ms-flex-order: 1;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
.footer_cta_inner .htitle03::after {
  position: absolute;
  bottom: 0;
  right: initial;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #c8b66c),
    color-stop(50%, #fff)
  );
  background-image: linear-gradient(to right, #c8b66c 50%, #fff 50%);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  right: initial;
  left: 50%;
  -webkit-transform: translatex(-50%) skewX(-50deg);
  transform: translatex(-50%) skewX(-50deg);
}
.footer_cta_txt {
  text-align: center;
  padding: 4rem 0 3rem 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
}
.footer_btn_wrap {
  text-align: center;
}
/*
.btn.-color {
    background: linear-gradient(180deg, #AF9841, #C8B66C);
     border: 1px solid #80bef1; 
    color: #fff;
    font-size: 1.4rem;
}*/

.footer_cta_inner .home-section-title {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 700;
}
.footer_cta_inner .home-section-title span {
  color: #fff;
}
.footer_btn_wrap .btn.-color {
  background: #fff;
  border: 1px solid #fff;
  color: #0c3b2c;
}

.p-home-sec03__inner {
  padding-top: 8rem;
}
.c-heading01 {
  font-size: 7vw;
  /*    font-family: serif;*/
  /*    font-weight: 700;*/
  /*    color: #333;*/
  line-height: 1.45;
}
.c-heading01_center {
  text-align: center;
}
.c-heading01 {
  font-size: 3.5rem;
}
.c-heading01 span {
  display: block;
  /*    color: #2C4667;*/
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 400;
}
.c-heading01 span {
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
.p-home-sec03__txt {
  line-height: 1.5;
  padding-top: 3rem;
  text-align: center;
}
.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  position: relative;
  width: 100%;
}
.p-home-sec03__item-wrap {
  /* padding-top: 5rem; */
  padding: 5rem 4rem 15rem 2rem;
  background: url(../img/home/top-bg001.png);
  margin-top: 20rem;
  gap: 2rem;
  background-size: cover;
}

.p-home-sec03 .item {
  color: #fff;
  /* box-shadow: 0 0 24px rgba(0,0,0,.1); */
  margin-top: -20rem;
  border-right: 20px solid #fff;
  margin-right: -20px;
  border-bottom: 20px solid;
  border-left: 20px solid;
  border-top: 20px solid;
}
.p-home-sec03 .item {
  color: #fff;
  /* box-shadow: 0 0 24px rgba(0,0,0,.1); */
  margin-top: -20rem;
  border-right: 20px solid #fff;
  margin-right: -20px;
  border-bottom: 20px solid;
  border-left: 20px solid;
  border-top: 20px solid;
}
.p-home-sec03 .item__link {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.p-home-sec03 .item__link01 {
  background-image: url(../img/home/sec03-02.jpg);
  background-position: top;
}

.p-home-sec03 .item__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 2rem;
}

.p-home-sec03 .item__ttl {
  font-size: 6vw;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.p-home-sec03 .item__txt {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 2rem;
}
.p-home-sec03 .item__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-sec03 .item:nth-child(2),
.p-home-sec03 .item:nth-child(3) {
  border-left: none;
}
.p-home-sec03 .item__link02 {
  background-image: url(../img/home/sec03-01.jpg);
  background-position: top;
}
.p-home-sec03 .item__link03 {
  background-image: url(../img/home/sec03-03.jpg);
}
.home-section-title.-border-none.-center.-black {
  padding-top: 3rem;
  margin-bottom: 0rem;
}
.inner:first-child {
  padding-bottom: 4rem;
}
.inner.p-home-sec03__inner {
  padding-bottom: 0;
}

/*PC*/
@media (min-width: 1168px) {
  .c-heading01 {
    font-size: 5rem !important;
  }
  .sub-contact .c-heading01 {
    font-size: 3rem !important;
  }
  .sub-contact__tel {
    margin-top: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-sec03__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
  }
  .p-home-sec03__item {
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-home-sec03 .item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-home-sec03 .item__inner {
    padding: 12rem 5rem;
  }
  .p-home-sec03 .item__ttl {
    font-size: 2.4rem;
  }
  .p-home-sec03 .item__link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media only screen and (max-width: 767px) {
  .p-home-sec03__inner {
    padding-top: 5rem;
  }
  .p-home-sec03__item-wrap {
    padding: 5rem 4rem 4rem 2rem;
    margin-top: 5rem;
  }
  .c-heading01 {
    font-size: 5vw;
  }
  .p-home-sec03__txt {
    font-size: 4vw;
  }
  .p-home-sec03 .item {
    margin-top: 0;
    border: 10px solid;
  }
  .p-home-sec03 .item:nth-child(2),
  .p-home-sec03 .item:nth-child(3) {
    border-left: 10px solid #fff;
    margin-top: 2rem;
  }
  .p-home-sec03 .item {
    margin-top: 0;
    border: 10px solid;
  }
  .sub-contact__box .c-heading01 {
    text-align: center;
  }
  .sub-contact__btm {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .sub-contact__tel {
    margin-top: 3vw;
  }
  .sub-contact__time {
    margin-left: 0;
    margin-top: 3vw;
  }
  .sub-contact__box {
    margin-top: 10vw;
  }
  .p-home-sec03 .inner {
    padding-bottom: 0rem;
  }
  .p-home-sec03 {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .inner.p-home-sec03__inner {
    padding-bottom: 0;
  }
}

.header__contact span {
    color: #fff;
    letter-spacing: 0.1em;
}

a.button-custom.button-svg.-wh span {
  color: #fff;
}

/*宿泊約款・キャンセルポリシー*/
.policy-nav{
  margin: 24px 0 8px;
}

.policy-nav__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.policy-nav__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: 1px solid #dcd09c;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}

.policy-nav__link:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.28);
  background: rgba(0,0,0,.03);
}

.policy-sec{
  padding: 28px 0;
}

.policy-box{
  margin: 6rem auto 0;
  padding: 4rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  line-height: 1.6;
}

.policy-lead{
  margin: 0 0 14px;
  line-height: 1.9;
}

.policy-ttl{
  margin: 18px 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.policy-list{
  margin: 8px 0 0;
  padding-left: 1.2em;
  line-height: 1.9;
}

.policy-list li{
  margin: 6px 0;
}

.policy-table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.10);
}

.policy-table th,
.policy-table td{
  padding: 12px 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}

.policy-table thead th{
  background: rgba(0,0,0,.04);
  font-weight: 700;
}

.policy-table__num{
  width: 3em;
  min-width: 2.5em;
  text-align: center;
  white-space: nowrap;
}

/* 宿泊約款の見出しに番号（1. 2. 3. …）を表示 */
.policy-terms--num{
  counter-reset: policy-term;
}
.policy-terms--num .policy-ttl{
  counter-increment: policy-term;
}
.policy-terms--num .policy-ttl::before{
  content: counter(policy-term) ". ";
}

.policy-note{
  margin-top: 12px;
  font-size: 13px;
  opacity: .85;
  line-height: 1.8;
}

/* 宿泊約款タブ（日英切り替え） */
.policy-tabs{
  display: flex;
  gap: 0;
  margin-top: 2rem;
  border-bottom: 2px solid rgba(0,0,0,.12);
}
.policy-tabs__btn{
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(0,0,0,.5);
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}
.policy-tabs__btn:hover{
  color: rgba(0,0,0,.75);
}
.policy-tabs__btn.is-active{
  color: #333;
  border-bottom-color: currentColor;
}
.policy-tabs__panel.is-hidden{
  display: none;
}
.policy-tabs__panel{
  margin-top: 0;
}

@media (max-width: 768px){
  .policy-box{
    padding: 18px 14px;
    border-radius: 12px;
  }

  .policy-nav__list{
    gap: 8px;
  }

  .policy-nav__link{
    padding: 10px 12px;
    font-size: 13px;
  }

  .policy-table th,
  .policy-table td{
    padding: 10px 10px;
    font-size: 14px;
  }
}

/* ===== Facility ===== */
.home-facility__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items:center;
}
.home-facility__img img{ width:100%; height:auto; display:block; border-radius:12px; }
.home-facility__list{
  margin: 14px 0 0;
  padding-left: 1.2em;
  line-height: 1.9;
}

/* ===== Floor map ===== */
.home-floor{ margin-top: 36px; }
.home-floor__title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.home-floor__wrap{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items:start;
}
.home-floor__img img{ width:100%; height:auto; display:block; border-radius:12px; border:1px solid rgba(0,0,0,.08); }
.home-floor__btn{
  display:inline-flex;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 999px;
  text-decoration:none;
  line-height:1;
}

/* ===== FAQ ===== */
.home-faq{ margin-top: 36px; }
.home-faq__title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.home-faq__item{
  border-top: 1px solid rgba(0,0,0,.10);
  padding: 14px 0;
}
.home-faq__item:last-child{
  border-bottom: 1px solid rgba(0,0,0,.10);
}
.home-faq__q{
  font-weight: 700;
  line-height: 1.7;
}
.home-faq__a{
  margin-top: 6px;
  line-height: 1.9;
  opacity: .9;
}

/* ===== Access 50/50 ===== */
.home-access__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items:stretch;
}
.home-access__mapDummy{
  width:100%;
  min-height: 320px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  letter-spacing:.2em;
  opacity:.5;
}
.home-access__list{
  margin: 14px 0 0;
  padding-left: 1.2em;
  line-height: 1.9;
}
.home-access__btns{
  margin-top: 16px;
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items:center;
}
.home-access__subbtn{
  text-decoration:none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  opacity: .9;
}

/* ===== CTA ===== */
.footer_cta__box{
  padding: 44px 18px;
  text-align:center;
}
.footer_cta__title{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.footer_cta__text{
  margin-top: 10px;
  line-height: 1.9;
}
.footer_cta__btns{
  margin-top: 18px;
  display:flex;
  justify-content:center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer_cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration:none;
  line-height:1;
  border: 1px solid rgba(255,255,255,.6);
  color:#fff;
}
.footer_cta__btn.-main{
  background:#fff;
  color:#d23400;
  border-color:#fff;
}
.footer_cta__btn.-sub{
  background: transparent;
}

/* SP */
@media (max-width: 768px){
  .home-facility__grid,
  .home-floor__wrap,
  .home-access__grid{
    grid-template-columns: 1fr;
  }
  .home-access__mapDummy{ min-height: 240px; }
}

.concept-content iframe {
    aspect-ratio: 3/2;
}

.concept-image.-float01 img {
    /* aspect-ratio: 1; */
}

.footer_cta .stroke-animate .border.top,
.footer_cta .stroke-animate .border.right,
.footer_cta .stroke-animate .border.left,
.footer_cta .stroke-animate .border.bottom {
  border: 1px solid #ffffff;
}

/* ===============================
MV キャッチ
=============================== */
.home-mv{
  position:relative;
}

.home-mv__catch{
  position:absolute;
  inset:0;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}

.home-mv__catch-inner{
  text-align:center;
  color:#fff;
  text-shadow: 0 6px 15px rgb(0 0 0 / 80%);
}

/* サブ */
.home-mv__catch-sub{
  font-size: 2vw;
  letter-spacing:.25em;
  margin-bottom:12px;
  opacity:.85;
}

/* メイン */
.home-mv__catch-title{
  font-size: 4vw;
  font-weight:500;
  margin-bottom:12px;
  letter-spacing:.08em;
}

/* コピー */
.home-mv__catch-copy{
  font-size: 1.4vw;
  letter-spacing:.12em;
  opacity:.9;
}

/* ===============================
SP
=============================== */
@media (max-width:768px){

  .home-mv__catch-title{
    font-size:26px;
  }

  .home-mv__catch-copy{
    font-size:13px;
  }

  .home-mv__catch-sub{
    font-size:11px;
  }

}

.home-mv__catch-illust {
    width: 10vw;
    margin: 0 auto;
    margin-top: 2rem;
}


.concept-bg{/* position:relative; */}

.line-copy{
  position:absolute;
  right: 0;
  top: 0;
  /* opacity:.5; */
  pointer-events:none;
}

.line-copy__text{
  position:relative;
  display:inline-block;
  font-size: 5vw;
  letter-spacing:.24em;
  padding-bottom: 10px;
  width: 100%;
  color: #cabaa9;
}

.line-copy__text::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  animation: lineDraw 2.6s ease forwards;
}

@keyframes lineDraw{
  0%{ transform: scaleX(0); opacity:0; }
  40%{ opacity:1; }
  100%{ transform: scaleX(1); opacity:1; }
}


@media screen and (max-width: 767px) {
.p-home-sec03::before {
    width: 15rem;
    height: 15rem;
    right: 0;
}
}

.facility-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin: 8rem 0 10rem;
}
/* 
.facility-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
    background: #47474752;
} */

.facility-item {
    position: relative;
    overflow: hidden;
}

.facility-item p {
    background: #fff;
    z-index: 1;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 2rem;
    text-align: left;
    font-size: 2rem;
    border-radius: 0 1rem 0 0;
}

.facility-item p span {
    display: block;
    text-align: left;
    padding: 1rem 0 0;
    font-size: 1.2rem;
}

.facility-item{
  display:block;
  overflow:hidden;
  border-radius: 1rem;
}

.facility-item img{
  width:100%;
  height:auto;
  transition: transform .45s ease;
}

.facility-item:hover img{
  transform: scale(1.12);
}

/* ===============================
MV NEWS（1件だけ）
=============================== */
.home-mv{
  position: relative;
}

.home-mv__news{
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 6; /* catchより上にしたいなら数値上げる */
  pointer-events: auto;
}

.home-mv__news-inner{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1rem 3rem;
  /* border: 1px solid rgba(255,255,255,.35); */
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(6px);
}

.home-mv__news-label{
  font-size: 1.6rem;
  letter-spacing: .18em;
  opacity: 1;
  color: #e73c17;
  margin: 0;
  white-space: nowrap;
}

.home-mv__news-link{
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #222020;
  text-decoration: none;
  min-width: 0;
}

.home-mv__news-date{
  font-size: 14px;
  letter-spacing: .08em;
  opacity: .85;
  white-space: nowrap;
}

.home-mv__news-title{
  font-size: 1.6rem;
  letter-spacing: .06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}

.home-mv__news-link:hover .home-mv__news-title{
  text-decoration: underline;
}

@media (max-width: 768px){
  .home-mv__news{
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .home-mv__news-inner{
    width: 100%;
    justify-content: space-between;
    padding: 10px 12px;
  }

  .home-mv__news-title{
    max-width: 60vw;
    font-size: 14px;
  }
}

.concept-section.-bg01.facility {
    padding: 0 15px 5rem;
}

.concept-section.-bg02.access {
    padding: 8rem 15px 10rem;
}

.concept-rates{
  margin-top: 18px;
}

.concept-rates__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 80rem;
  margin: 0 auto;
}

.concept-rates__card{
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.7);
  padding: 14px 14px;
  /* aspect-ratio: 3/1; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.concept-rates__label{
  font-size: 1.6rem;
  letter-spacing: .14em;
  opacity: .8;
  margin-bottom: 8px;
}

.concept-rates__value{
  font-size: 2.5rem;
  letter-spacing: .06em;
  margin-bottom: 6px;
}

.concept-rates__note{
  font-size: 14px;
  opacity: .75;
}

.concept-rates__btn{
  margin-top: 18px;
}

.concept-rates__small{
  margin-top: 12px;
  font-size: 14px;
  opacity: .8;
}

.concept-company{
  margin-top: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.7);
  padding: 14px 14px;
}

.concept-company__dl{
  display: grid;
  gap: 10px;
}

.concept-company__row{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
}

.concept-company__dl dt{
  font-size: 14px;
  letter-spacing: .14em;
  opacity: .8;
}

.concept-company__dl dd{
  font-size: 14px;
  letter-spacing: .04em;
}

@media (max-width: 768px){
  .concept-rates__grid{
    grid-template-columns: 1fr;
  }

  .concept-company__row{
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.concept-rates__value span {
    font-size: 1.2rem;
}

.c-flexbox02.u-pt100.price-group .c-flexbox02__body {
    margin: 0 auto;
    text-align: center;
}

.c-flexbox02.u-pt100.price-group .home-section__desc {
    text-align: center;
}
.c-flexbox02.u-pt100.price-group .c-flexbox02__body {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}


/* Access Map */
.access-map{
  margin-top: 18px;
}

.access-map__inner{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px;
}

.access-map__inner iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.access-map iframe{
  width:100%;
  height:480px;
}

@media (max-width:768px){
  .access-map iframe{
    height:320px;
  }
}

.c-flexbox01.u-pt100.map {
    width: 100%;
    display: block;
    padding-top: 4rem;
}
.access-map iframe {
    width: 100%!important;
    aspect-ratio: 3/2;
    height: 3rem;
}

/* ===== Access: Location block ===== */
.c-flexbox01__body .home-section-title.-no{
  margin-bottom: 16px;
  width: auto;
  text-align: center;
}

.c-flexbox01__body .home-section__desc{
  margin: 0 auto;
  line-height: 1.9;
  opacity: .9;
  text-align: center;
}

.access-info{
  margin-top: 14px;
}

.access-info__dl{
  margin: 0;
  padding: 18px 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(6px);
  border-radius: 14px;
}

.access-info__row{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px 18px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.access-info__row:last-child{
  border-bottom: none;
}

.access-info__row dt{
  margin: 0;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .78;
  white-space: nowrap;
}

.access-info__row dd{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.access-info__row dd a{
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.35);
}

@media (max-width: 768px){
  .access-info__dl{
    padding: 16px 14px;
    border-radius: 12px;
  }

  .access-info__row{
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .access-info__row dt{
    font-size: 11px;
    opacity: .7;
  }

  .access-info__row dd{
    font-size: 14px;
  }
}

/* ===== Facility page: local styles ===== */
.facility-intro{
  margin-bottom: 26px;
}

.facility-nav{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.facility-nav a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .06em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: 1px solid #dcd09c;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}

.facility-note{
  margin-top: 12px;
  font-size: 13px;
  opacity: .8;
  line-height: 1.7;
}

.facility-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.facility-card{
  display: block;
  padding: 16px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease;
}

.facility-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.28);
}

.facility-card__ttl{
  display: block;
  font-size: 15px;
  letter-spacing: .04em;
  margin-bottom: 6px;
}

.facility-card__sub{
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  opacity: .7;
  margin-bottom: 10px;
}

.facility-card__txt{
  display: block;
  font-size: 13px;
  line-height: 1.7;
  opacity: .9;
}

.facility-areas{
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.facility-areas__item{
  padding: 16px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.facility-areas__ttl{
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: .04em;
}

.facility-areas__txt{
  margin: 0;
  line-height: 1.85;
  opacity: .92;
}

.facility-crafts{
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.facility-crafts__item{
  padding: 16px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.facility-crafts__ttl{
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: .04em;
}

.facility-crafts__txt{
  margin: 0;
  line-height: 1.85;
  opacity: .92;
}

.facility-lists{
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.facility-lists__col{
  padding: 16px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.facility-lists__ttl{
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: .06em;
}

.facility-faq{
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.facility-faq__item{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  /* border-radius: 14px; */
  overflow: hidden;
}

.facility-faq__q{
  cursor: pointer;
  padding: 14px 16px;
  /* font-size: 14px; */
  letter-spacing: .02em;
  list-style: none;
}

.facility-faq__q::-webkit-details-marker{
  display: none;
}

.facility-faq__a{
  padding: 0 16px 14px;
  line-height: 1.85;
  opacity: .92;
}

.facility-subttl{
  margin: 22px 0 10px;
  font-size: 5rem;
  letter-spacing: .08em;
  opacity: .85;
  text-align: center;
  padding: 4rem 0 3rem;
}

.facility-info__dl{
  margin: 0;
  padding: 18px 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgb(255 255 255);
  border-radius: 14px;
}

.facility-info__row{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px 18px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #e7dbce;
}

.facility-info__row:last-child{
  border-bottom: none;
}

.facility-info__row dt{
  margin: 0;
  /* font-size: 12px; */
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .78;
  white-space: nowrap;
  color: #8a745d;
}

.facility-info__row dd{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px){
  .facility-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .facility-crafts{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
  .facility-nav{
    gap: 8px;
  }
  .facility-nav a{
    padding: 10px 12px;
    font-size: 14px;
  }
  .facility-grid{
    grid-template-columns: 1fr;
  }
  .facility-lists{
    grid-template-columns: 1fr;
  }
  .facility-info__dl{
    padding: 16px 14px;
    border-radius: 12px;
  }
  .facility-info__row{
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }
  .facility-info__row dt{
    font-size: 11px;
    opacity: .7;
  }
  .facility-info__row dd{
    font-size: 14px;
  }
}

.facility-cards{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.facility-card2{
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgb(255 255 255);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease;
}

.facility-card2:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.28);
}

.facility-card2__img{
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.facility-card2__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .6s ease;
}

.facility-card2:hover .facility-card2__img img{
  transform: scale(1.10);
}

.facility-card2__body{
  display: block;
  padding: 14px 14px 16px;
}

.facility-card2__ttl{
  display: block;
  font-size: 2.4rem;
  letter-spacing: .04em;
  margin-bottom: 6px;
}

.facility-card2__sub{
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  opacity: .7;
  margin-bottom: 10px;
}

.facility-card2__txt{
  display: block;
  font-size: 13px;
  line-height: 1.7;
  opacity: .9;
}

.craft-cards{
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.craft-card{
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.craft-card__img{
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.craft-card__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .6s ease;
}

.craft-card:hover .craft-card__img img{
  transform: scale(1.08);
}

.craft-card__body{
  padding: 14px 14px 16px;
}

.craft-card__ttl{
  margin: 0 0 8px;
  font-size: 2rem;
  letter-spacing: .04em;
}

.craft-card__txt{
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  opacity: .92;
}

.loc-slider{
  margin-top: 16px;
  border-radius: 16px;
  /* overflow: hidden; */
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}

.loc-slider__track{
  display: flex;
  gap: 10px;
  padding: 10px;
  width: max-content;
  animation: locMarquee 32s linear infinite;
  will-change: transform;
}

.loc-slider:hover .loc-slider__track{
  animation-play-state: paused;
}

.loc-slider__item{
  flex: 0 0 auto;
  width: 320px;
  height: 210px;
  border-radius: 12px;
  overflow: hidden;
}

.loc-slider__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes locMarquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

.loc-map{
  margin-top: 14px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
}

@media (max-width: 900px){
  .facility-cards{
    grid-template-columns: repeat(2, 1fr);
  }
  .craft-cards{
    grid-template-columns: repeat(2, 1fr);
  }
  .loc-slider__item{
    width: 260px;
    height: 180px;
  }
}

@media (max-width: 768px){
  .facility-cards{
    grid-template-columns: 1fr;
  }
  .craft-cards{
    grid-template-columns: 1fr;
  }
  .loc-slider__track{
    animation-duration: 26s;
  }
  .loc-slider__item{
    width: 240px;
    height: 170px;
  }
}

.faq{
  margin-top: 18px;
}

.faq-item{
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  overflow: hidden;
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}

.faq-item + .faq-item{
  margin-top: 10px;
}

.faq-item:hover{
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.07);
}

.faq-item summary{
  list-style: none;
  cursor: pointer;
  padding: 16px 52px 16px 16px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .03em;
}

.faq-item summary::-webkit-details-marker{
  display: none;
}

.faq-item summary::before{
  content: "Q";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  font-weight: 700;
  font-size: 13px;
}

.faq-item summary{
  padding-left: 56px;
}

.faq-item summary::after{
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 10px;
  background: rgba(255,255,255,.10);
}

.faq-item summary span,
.faq-item summary p{
  margin: 0;
}

.faq-item summary .faq-q{
  margin: 0;
}

.faq-item summary::marker{
  content: "";
}

.faq-item summary .faq-ttl{
  display: block;
}

.faq-item summary + *{
  padding: 0 16px 16px 56px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.faq-item summary + * p{
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.85;
  opacity: .92;
}

.faq-item[open]{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.28);
}

.faq-item[open] summary::after{
  background: rgba(255,255,255,.14);
}

.faq-item summary::after{
  background-image:
    linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)),
    linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75));
  background-size: 14px 2px, 2px 14px;
  background-position: center, center;
  background-repeat: no-repeat;
}

.faq-item[open] summary::after{
  background-image:
    linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75));
  background-size: 14px 2px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px){
  .faq-item summary{
    padding: 14px 48px 14px 52px;
    font-size: 14px;
  }
  .faq-item summary::before{
    top: 14px;
  }
  .faq-item summary + *{
    padding: 0 14px 14px 52px;
  }
}

.faq-row,
.faq-item{
  position: relative;
}

.faq-q,
.faq-item summary{
  padding-left: 60px;
}

.faq-a,
.faq-item summary + *{
  padding-left: 60px;
}

.faq-q::before,
.faq-item summary::before{
  content: "Q";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(4px);
  letter-spacing: .05em;
}

.faq-a::before,
.faq-item summary + *::before{
  content: "A";
  position: absolute;
  left: 16px;
  margin-top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  letter-spacing: .05em;
}

.facility .c-flexbox01__body {
  width: 100%;
}

.facility-card2.-noLink{
  display: flex;
  text-decoration: none;
  color: inherit;
  cursor: default;
  flex-direction: column;
}

.facility-card2.-noLink:hover{
  transform: none;
}

.facility .c-flexbox01__head {
    width: 100%;
    aspect-ratio: auto;
}

.is-zoomable{
  cursor: zoom-in;
}

.img-zoom-overlay{
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,.78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.img-zoom-overlay.is-open{
  opacity: 1;
  pointer-events: auto;
}

.img-zoom-figure{
  margin: 0;
  max-width: min(1100px, 100%);
  max-height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.img-zoom-img{
  max-width: 100%;
  max-height: calc(100vh - 48px);
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  cursor: zoom-out;
}

.img-zoom-close{
  position: fixed;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.is-zoom-lock{
  overflow: hidden;
}

.loc-desc{
  margin: 0;
}

.loc-desc__lead{
  margin: 0 0 18px;
  line-height: 1.9;
}

.loc-desc__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.loc-desc__col{
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.65);
  padding: 16px 16px 12px;
}

.loc-desc__ttl{
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: .02em;
}

.loc-desc__list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.loc-desc__list a{
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.25);
}

.loc-desc__list a:hover{
  border-bottom-color: rgba(0,0,0,.55);
}

.loc-desc__note{
  display: block;
  margin-top: 4px;
  font-size: 13px;
  opacity: .8;
  line-height: 1.6;
}

@media (max-width: 767px){
  .loc-desc__grid{
    grid-template-columns: 1fr;
  }
}
.loc-desc{
  margin: 0;
}

.loc-desc__lead{
  margin: 0 0 18px;
  line-height: 1.9;
}

.loc-desc__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.loc-card{
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.65);
  padding: 16px 16px 12px;
  border-radius: 1rem;
}

.loc-card__ttl{
  margin: 0 0 12px;
  /* font-weight: 700; */
  letter-spacing: .02em;
  font-size: 3rem;
}

.loc-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  border-radius: 1rem;
}

.loc-list__item{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #d23400;
}

.loc-list__icon{
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-top: 2px;
  opacity: .9;
}

.loc-list__link{
  text-decoration: none;
  /* border-bottom: 1px solid rgba(0,0,0,.25); */
  display: inline-block;
  line-height: 1.7;
  display: flex;
}

.loc-list__link:hover{
  border-bottom-color: rgba(0,0,0,.55);
}

.loc-list__note{
  grid-column: 2 / -1;
  margin-top: 4px;
  /* font-size: 13px; */
  opacity: .8;
  line-height: 1.6;
  text-align: left;
  color: #222020;
}

@media (max-width: 767px){
  .loc-desc__grid{
    grid-template-columns: 1fr;
  }
}

/* =========================
  Facility Notes
========================= */
.facility-notes{
  margin-top: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 12px;
  padding: 16px 16px;
  /* box-shadow: 0 8px 22px rgba(0, 0, 0, .05); */
}

.facility-notes__list{
  display: grid;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facility-notes__item{
  /* background: #fff; */
  /* border: 1px solid rgba(0,0,0,.08); */
  /* border-radius: 12px; */
  /* padding: 16px 16px; */
  /* box-shadow: 0 8px 22px rgba(0,0,0,.05); */
}

.facility-notes__ttl{
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #8a745d;
  display: flex;
}

.facility-notes__txt{
  display: block;
  font-size: 14px;
  line-height: 1.8;
  opacity: .92;
}

/* 2カラム化（PC） */
@media (min-width: 900px){
  .facility-notes__list{
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  }
}

/* ===============================
   Amenities / Equipment
=============================== */

#amenities .amenity-cats{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:1rem;
  margin-top:1.2rem;
}

#amenities .amenity-cat{
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,.04);
  padding:1rem;
  height:100%;
}

#amenities .amenity-cat__ttl{
  display:flex;
  align-items:center;
  gap:.6rem;
  margin:0 0 .8rem;
  line-height:1.3;
  flex-direction: column;
}

#amenities .amenity-cat__ico{
  width: 8rem;
  height: 8rem;
  object-fit:contain;
  flex-shrink:0;
}

#amenities .amenity-cat__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:.45rem;
}

#amenities .amenity-cat__list li{
  display:flex;
  align-items:flex-start;
  gap:.5rem;
  line-height:1.7;
}

#amenities .amenity-cat__li-ico{
  width:16px;
  height:16px;
  object-fit:contain;
  flex-shrink:0;
  margin-top:.25rem;
  opacity:.9;
}

#amenities .amenity-note{
  margin-top:1rem;
}

/* hover ほんのり */
#amenities .amenity-cat{
  transition:transform .18s ease, box-shadow .18s ease;
}

#amenities .amenity-cat:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}

/* ===============================
   Responsive
=============================== */

@media (max-width: 680px){
  #amenities .amenity-cats{
    grid-template-columns:1fr;
  }
}
/* --- FAQコンテナ --- */
        .facility-faq {
            border-top: 1px solid #d1d1d1;
        }

        .facility-faq__item {
            border-bottom: 1px solid #d1d1d1;
            transition: background-color 0.3s ease;
            color: #8a745d;
        }

        /* --- 質問部分 (Summary) --- */
        .facility-faq__q {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 10px;
            cursor: pointer;
            list-style: none; /* デフォルトの矢印を消す */
            font-weight: 500;
            letter-spacing: 0.05em;
            position: relative;
            font-size: 100%;
        }

        /* Safari用の矢印消去 */
        .facility-faq__q::-webkit-details-marker {
            display: none;
        }

        /* ホバー時の挙動 */
        .facility-faq__q:hover {
            color: #8a745d; /* 落ち着いたブロンズ/ゴールド系 */
        }

        /* アイコンの作成（＋） */
        .facility-faq__q::after {
            content: "";
            width: 14px;
            height: 14px;
            position: relative;
            display: block;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            transition: transform 0.4s ease;
        }

        /* 開いている時のアイコン（回転させてマイナスに見せる、または画像を差し替える） */
        .facility-faq__item[open] .facility-faq__q::after {
            transform: rotate(0deg); /* プラスを45度回して×にする、またはCSSで制御 */
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a745d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
        }

        /* --- 回答部分 --- */
        .facility-faq__a {
            padding: 0 40px 30px 10px;
            /* color: #666; */
            font-size: 100%;
            animation: fadeIn 0.6s ease both;
            text-align: left;
        }

        /* 開閉時のフェードインアニメーション */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* レスポンシブ調整 */
        @media (max-width: 768px) {
            .facility-faq__q {
                padding: 20px 5px;
                /* font-size: 1rem; */
            }
            .facility-faq__a {
                padding: 0 10px 20px 5px;
                font-size: 1.2rem;
            }
        }

.-color {
    background: #e7d6bb;
    background-blend-mode: multiply;
}

.sub-concept__box {
    padding: 6rem 0 7rem;
}

/* フェードイン：paddingは上で共通、表示アニメは is-inview 付与時のみ（レイアウトずれ防止） */
.sub-concept__box.js-fadeUp.is-inview,
.sub-concept__box.js-fadeUp.is-inview-mv {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 767px) {
.sub-concept__box {
    padding: 0rem 0 3rem;
    margin: 0;
}
.facility-group {
    grid-template-columns: 1fr;
}
.inner-wide {
    padding: 0 4vw 0;
}

  
}

p.sub-contact__lead {
    position: relative;
    margin: 7rem 0;
    text-align: center;
    line-height: 1.5;
}

.sub-contact__item-top {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.facility-section .c-flexbox02__body {
    width: 100%;
}

.facility-notes__li-ico {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-top: 2px;
    opacity: .9;
    margin-right: 0.5rem;
    filter: brightness(0) saturate(100%) invert(51%) sepia(21%) saturate(535%) hue-rotate(350deg) brightness(86%) contrast(83%);
}

.amenity-cat__ttl span {
    font-size: 2rem;
}

.loc-list__item:hover .loc-list__link {
    opacity: 0.7;
    font-weight: 700;
}