@charset "UTF-8";
body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Serif JP", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #1f1f1f;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #1f1f1f !important;
}
.col-gry1 {
  color: #3f3f3f !important;
}
.col-gry2 {
  color: #989898 !important;
}
.col-gry3 {
  color: #efefef !important;
}
.col-gry4 {
  color: #f3efee !important;
}
.col-pnk1 {
  color: #d17c8b !important;
}
.col-pnk2 {
  color: #c3918b !important;
}
.col-pnk3 {
  color: #d4b0ab !important;
}
.col-orn1 {
  color: #cc8942 !important;
}
.col-orn2 {
  color: #db9836 !important;
}
.col-orn3 {
  color: #d9a38d !important;
}
.col-orn4 {
  color: #e4bdad !important;
}
.col-red1 {
  color: #ae4237 !important;
}
.col-gld1 {
  color: #a89257 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #1f1f1f !important;
}
.bg-gry1 {
  background-color: #3f3f3f !important;
}
.bg-gry2 {
  background-color: #989898 !important;
}
.bg-gry3 {
  background-color: #efefef !important;
}
.bg-gry4 {
  background-color: #f3efee !important;
}
.bg-pnk1 {
  background-color: #d17c8b !important;
}
.bg-pnk2 {
  background-color: #c3918b !important;
}
.bg-pnk3 {
  background-color: #d4b0ab !important;
}
.bg-orn1 {
  background-color: #cc8942 !important;
}
.bg-orn2 {
  background-color: #db9836 !important;
}
.bg-orn3 {
  background-color: #d9a38d !important;
}
.bg-orn4 {
  background-color: #e4bdad !important;
}
.bg-red1 {
  background-color: #ae4237 !important;
}
.bg-gld1 {
  background-color: #a89257 !important;
}

.btn-ptn1 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-ptn1 .btn-link:hover {
  color: rgba(31, 31, 31, 0.8);
}
.btn-ptn1 .btn-link.col-wht:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ic-tel, .ic-tel-big {
  display: flex;
  align-items: flex-end;
}
.ic-tel::before, .ic-tel-big::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
  margin-right: 5px;
}
.ic-tel-big::before {
  width: 27px;
}

.arw-blk, .arw-gry, .arw-wht {
  position: relative;
}
.arw-blk::after, .arw-gry::after, .arw-wht::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/10;
  background-image: url("/img/common/arw-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-blk:hover::after, .arw-gry:hover::after, .arw-wht:hover::after {
  transform: translate(2px, -50%);
}
.arw-wht::after {
  background-image: url("/img/common/arw-wht.png");
  background-size: 100%;
}
.arw-gry::after {
  background-image: url("/img/common/arw-gry.png");
  background-size: 100%;
}
.arw-circle-pnk::before {
  content: "";
  display: block;
  width: 56px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-pnk.png");
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: 0.3s;
}

.sla-tl-90-blk::before, .sla-tl-90-pnk::before, .sla-tl-90-pnk_lt::before, .sla-tl-40-blk::before, .sla-tl-40-pnk::before, .sla-tl-40-pnk_lt::before {
  content: "";
  display: block;
  width: 90px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/sla-blk-90.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  z-index: 1;
}
.sla-tl-90-pnk::before, .sla-tl-40-pnk::before {
  background-image: url("/img/common/sla-pnk-90.png");
  background-size: 100%;
}
.sla-tl-90-pnk_lt::before, .sla-tl-40-pnk_lt::before {
  background-image: url("/img/common/sla-pnk_lt-90.png");
  background-size: 100%;
}
.sla-tl-40-blk::before, .sla-tl-40-pnk::before, .sla-tl-40-pnk_lt::before {
  width: 40px;
  background-image: url("/img/common/sla-pnk-40.png");
  background-size: 100%;
}
.sla-rb-90-blk::after, .sla-rb-90-pnk::after, .sla-rb-90-pnk_lt::after, .sla-rb-40-blk::after, .sla-rb-40-pnk::after, .sla-rb-40-pnk_lt::after {
  content: "";
  display: block;
  width: 90px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/sla-blk-90.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(25%, 25%);
  z-index: 1;
}
.sla-rb-90-pnk::after, .sla-rb-40-pnk::after {
  background-image: url("/img/common/sla-pnk-90.png");
  background-size: 100%;
}
.sla-rb-90-pnk_lt::after, .sla-rb-40-pnk_lt::after {
  background-image: url("/img/common/sla-pnk_lt-90.png");
  background-size: 100%;
}
.sla-rb-40-blk::after, .sla-rb-40-pnk::after, .sla-rb-40-pnk_lt::after {
  width: 40px;
  background-image: url("/img/common/sla-pnk-40.png");
  background-size: 100%;
}

.obj-animal::after {
  content: "";
  display: block;
  width: 334px;
  max-width: 17.3958333333%;
  aspect-ratio: 334/288;
  background-image: url("/img/common/illust-animal.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.obj-corner::before, .obj-corner::after {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-corner.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-corner::before {
  top: 0;
  right: 0;
}
.obj-corner::after {
  left: 0;
  bottom: 0;
  transform: scale(-1, -1);
}
.obj-line-orn::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #d9a38d;
  margin: 0 auto;
}

.slide-row-wht, .slide-row-gry, .slide-med-wht, .slide-med-gry, .slide-high-wht, .slide-high-gry, .slide-higher-wht, .slide-higher-gry {
  position: relative;
  z-index: 1;
}
.slide-row-wht::after, .slide-row-gry::after, .slide-med-wht::after, .slide-med-gry::after, .slide-high-wht::after, .slide-high-gry::after, .slide-higher-wht::after, .slide-higher-gry::after {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(1px);
}
.slide-row-gry::after, .slide-med-gry::after, .slide-high-gry::after, .slide-higher-gry::after {
  background: #f3efee;
}
.slide-med-wht, .slide-med-gry {
  position: relative;
  z-index: 1;
}
.slide-med-wht::after, .slide-med-gry::after {
  height: 280px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60%);
}
.slide-high-wht, .slide-high-gry {
  position: relative;
  z-index: 1;
}
.slide-high-wht::after, .slide-high-gry::after {
  height: 300px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60%);
}
.slide-higher-wht, .slide-higher-gry {
  position: relative;
  z-index: 1;
}
.slide-higher-wht::after, .slide-higher-gry::after {
  height: 675px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 160px);
}

.ic-line, .ic-ig, .ic-pdf {
  position: relative;
}
.ic-line::before, .ic-ig::before, .ic-pdf::before {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
  margin-right: 15px;
}
.ic-ig::before {
  background-image: url("/img/common/ic-ig.png");
  background-size: 100%;
}
.ic-pdf::before {
  width: 27px;
  aspect-ratio: 27/28;
  background-image: url("/img/common/ic-pdf.png");
  background-size: 100%;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 th,
.tbl-ptn1 td {
  padding: 20px 4%;
  vertical-align: middle;
}
.tbl-ptn1 th {
  width: 30%;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1820 {
  width: 94.79%;
}
.cts-1530 {
  width: 79.69%;
}

.list-clm-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.list-clm-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-info .list-item {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-info dt,
.list-info dd {
  line-height: 1.2;
}
.list-info dd {
  border-left: solid 1px #1f1f1f;
  padding-left: 5px;
}
.list-check {
  display: grid;
  row-gap: 1.2vw;
}
.list-check .list-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.list-check .list-item::before {
  content: "";
  display: block;
  width: 22px;
  min-width: 22px;
  aspect-ratio: 1/1;
  margin-right: 5px;
}
.list-check-pnk .list-item::before {
  background-image: url("/img/common/ic-check-pnk.png");
  background-size: 100%;
}
.list-check-wht .list-item::before {
  background-image: url("/img/common/ic-check-wht.png");
  background-size: 100%;
}
.list-voice .list-item, .list-staff .list-item {
  width: 340px;
  max-width: 100%;
}
.list-voice .list-img, .list-staff .list-img {
  width: 100%;
}
.list-voice .list-ttl, .list-staff .list-ttl {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: solid 1px;
  padding-bottom: 5px;
  margin-top: 15px;
  border-bottom-color: #c3918b;
}
@media screen and (max-width: 768px) {
  .list-voice .list-ttl, .list-staff .list-ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice .list-ttl, .list-staff .list-ttl {
    font-size: 17.6470588235px;
  }
}
.list-voice .list-inner, .list-staff .list-inner {
  position: relative;
}
.list-voice .com-tag-sub, .list-staff .com-tag-sub {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
}
.list-voice .list-img {
  aspect-ratio: 340/210;
  clip-path: polygon(50px 0%, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50px);
}
.list-voice .list-ttl.tag-id-5983 {
  border-bottom-color: #989898;
}
.list-voice .list-ttl.tag-id-5984 {
  border-bottom-color: #c3918b;
}
.list-voice .list-txt {
  margin-top: 10px;
}
.list-blog time {
  text-align: right;
}
.list-blog .list-item {
  width: 100%;
}
.list-blog .list-link {
  display: flex;
  align-items: center;
}
.list-blog .list-img {
  width: 160px;
  max-width: 100%;
  min-width: 160px;
  aspect-ratio: 160/110;
  clip-path: polygon(30px 0%, 100% 0, 100% 100%, 0 100%, 0% 30px);
  margin-right: 20px;
}
.list-blog .list-box {
  width: 100%;
}
.list-blog .list-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-blog .list-ttl {
  padding: 15px;
  background: #fff;
  margin-top: 15px;
}
.list-blog .com-tag-sub {
  max-width: 85%;
}
.list-btn {
  gap: 10px;
}
.list-btn .list-item {
  width: calc(50% - 5px);
}
.list-btn .btn-link {
  width: 100%;
  height: 70px;
}
.list-point .list-item {
  width: 100%;
}
.list-point dt {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  border-bottom: solid 1px #d9a38d;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.list-point .num {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: lighter;
  color: #d9a38d;
}
@media screen and (max-width: 768px) {
  .list-point .num {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point .num {
    font-size: 34.1176470588px;
  }
}
.list-point .ttl {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-point .ttl {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point .ttl {
    font-size: 24.7058823529px;
  }
}
.list-point dd {
  padding-left: 80px;
}
.list-best .list-img {
  position: relative;
}
.list-best .list-img::before {
  content: "01";
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  font-weight: lighter;
  background: rgba(195, 145, 139, 0.7);
  padding: 5px 15px 10px 15px;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-best .list-img::before {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-best .list-img::before {
    font-size: 29.4117647059px;
  }
}
.list-best .list-ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-best .list-ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-best .list-ttl {
    font-size: 20px;
  }
}
.list-best .list-ttl .inner {
  border-bottom: solid 1px #c3918b;
  padding-bottom: 5px;
}
.list-best .list-item {
  width: 340px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 20px;
}
.list-best .list-item:nth-child(2) .list-img::before {
  content: "02";
}
.list-best .list-item:nth-child(3) .list-img::before {
  content: "03";
}
.list-faq .list-item {
  width: 100%;
}
.list-faq dt {
  font-size: 32px;
  font-size: 3.2rem;
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #d9a38d;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 24.7058823529px;
  }
}
.list-faq dt::before {
  font-family: "Cormorant Garamond", serif;
  content: "Q.";
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  color: #d9a38d;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before {
    font-size: 34.1176470588px;
  }
}
.list-faq dd {
  padding-left: 60px;
  margin-top: 20px;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #989898;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .com-tag-main .tag-link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-main .tag-link {
    font-size: 16.4705882353px;
  }
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.com-tag-sub .tag-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background: #989898;
  color: #fff;
  padding: 13px 15px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 14.1176470588px;
  }
}
.com-tag-voice .tag-id-5983.tag-item {
  background: #989898;
}
.com-tag-voice .tag-id-5983.list-ttl {
  border-color: #989898;
}
.com-tag-voice .tag-id-5984.tag-item {
  background: #c3918b;
}
.com-tag-voice .tag-id-5984.list-ttl {
  border-color: #c3918b;
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}

.ttl-main {
  display: flex;
  flex-direction: column;
}
.ttl-main .eng {
  font-family: "Cormorant Garamond", serif;
  color: #d9a38d;
  line-height: 1;
}
.ttl-main .ruby {
  font-weight: 300;
}
.ttl-main.flx-alitem-c {
  text-align: center;
}
.ttl-main .outline-orn {
  border: solid 1px #d9a38d;
  padding: 5px 20px;
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #d9a38d 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-sla {
  font-size: 32px;
  font-size: 3.2rem;
  border: solid 1px #c3918b;
  padding: 18px 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-sla {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sla {
    font-size: 24.7058823529px;
  }
}

.txt-plain {
  line-height: 1.875;
}

.marker-orn {
  background: linear-gradient(transparent 50%, rgba(217, 163, 141, 0.2) 60%);
}
.marker-pnk {
  background: linear-gradient(transparent 50%, rgba(195, 145, 139, 0.2) 60%);
}

#com-contact {
  padding: 120px 0 0 !important;
}
#com-contact .ttl-main {
  background: #fff;
  flex-direction: inherit;
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(30px, -50%);
  z-index: 1;
}
#com-contact .info-ttl {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #com-contact .info-ttl {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .info-ttl {
    font-size: 29.4117647059px;
  }
}
#com-contact .list-info .list-item {
  justify-content: center;
  align-items: center;
}
#com-contact .list-info dd {
  border-left-color: #d9a38d;
}
#com-contact .reserve-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
#com-contact .reserve-ttl .eng {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #d9a38d;
}
@media screen and (max-width: 768px) {
  #com-contact .reserve-ttl .eng {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .reserve-ttl .eng {
    font-size: 29.4117647059px;
  }
}
#com-contact .reserve-ttl .ruby {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #com-contact .reserve-ttl .ruby {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .reserve-ttl .ruby {
    font-size: 24.7058823529px;
  }
}
#com-contact .wrp-howto {
  border: solid 1px #989898;
}
#com-contact .wrp-howto.com-base {
  padding: 80px 0;
}
#com-contact .wrp-howto .layout-item:not(:first-child) {
  border-left: solid 1px #989898;
  padding-left: 70px;
}
#com-contact .wrp-info {
  margin-top: 130px;
}
#com-contact .wrp-info .layout-item {
  width: 520px;
  max-width: 100%;
  background: #fff;
  padding: 100px 20px 30px 20px;
  border: solid 1px #d9a38d;
  position: relative;
  row-gap: 30px;
}
#com-contact .wrp-info .layout-item:nth-child(even) {
  border-color: #c3918b;
}
#com-contact .wrp-info .logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.com-point .obj-animal::after {
  transform: translateY(-540px);
}

#hd-bar {
  padding-right: 1.56%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 77;
}
#hd-bar .com-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#hd-bar .com-tel {
  padding: 5px 20px;
}

#header {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header.obj-animal::after {
  width: 230px;
  max-width: 11.9791666667%;
}

#slider {
  z-index: 0;
}

.mv,
.sv {
  position: relative;
  padding: 30px 0;
}
.mv img,
.sv img {
  display: block;
  width: 100%;
}
.mv::before,
.sv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.mv .sla-tl-130-blk::before, .mv .sla-rb-130-pnk::after,
.sv .sla-tl-130-blk::before,
.sv .sla-rb-130-pnk::after {
  width: 12.86%;
}

.mv::before {
  width: 206px;
  max-width: 10.7291666667%;
  aspect-ratio: 206/171;
  background-image: url("/img/common/mv-obj.png");
  background-size: 100%;
}
.mv-img {
  width: 1180px;
  max-width: 61.4583333333%;
  margin-left: auto;
}
.mv-cc, .mv-cc-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mv-cc {
  row-gap: 2.4vw;
  width: 700px;
  max-width: 36.4583333333%;
  aspect-ratio: 700/480;
  position: absolute;
  top: 50%;
  left: 9.9%;
  transform: translate(0, -50%);
  z-index: 1;
}
.mv-cc-main {
  font-size: 54px;
  font-size: 2.8125vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main {
    font-size: 31.7647058824px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main {
    font-size: 54px;
  }
}
.mv-cc-sub {
  width: 62.86%;
  color: #fff;
  border: solid 1px #fff;
  padding: 1.2vw 0;
  font-weight: lighter;
  row-gap: 0.4vw;
}
.mv-cc .cc-eng {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-size: 2.6041666667vw;
  line-height: 1;
}
@media screen and (max-width: 1120px) {
  .mv-cc .cc-eng {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc .cc-eng {
    font-size: 50px;
  }
}
.mv-cc .cc-ruby {
  font-size: 24px;
  font-size: 1.25vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc .cc-ruby {
    font-size: 14.1176470588px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc .cc-ruby {
    font-size: 24px;
  }
}
.mv-item {
  position: relative;
}
.mv-item-restaurant .mv-cc {
  background: rgba(63, 63, 63, 0.84);
}
.mv-item-cafe .mv-cc {
  background: rgba(195, 145, 139, 0.84);
}

.sv::before {
  width: 188px;
  max-width: 9.7916666667%;
  aspect-ratio: 188/66;
  background-image: url("/img/common/sv-obj.png");
  background-size: 100%;
}
.sv-img {
  width: 1020px;
  max-width: 53.125%;
  margin: 0 6.77% 0 auto;
}
.sv-ttl {
  width: 700px;
  max-width: 36.4583333333%;
  background: rgba(63, 63, 63, 0.84);
  padding: 2vw 0;
  position: absolute;
  top: 50%;
  left: 9.9%;
  transform: translate(0, -50%);
  z-index: 1;
}
.sv-ttl-txt {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-size: 2.6041666667vw;
  font-weight: lighter;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1120px) {
  .sv-ttl-txt {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl-txt {
    font-size: 50px;
  }
}
.sv-cafe .sv-ttl {
  background: rgba(195, 145, 139, 0.84);
}

#ctn-top .ttl-main {
  font-size: 40px;
  font-size: 2.0833333333vw;
  gap: 1vw 0;
}
@media screen and (max-width: 1120px) {
  #ctn-top .ttl-main {
    font-size: 23.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  #ctn-top .ttl-main {
    font-size: 40px;
  }
}

.top-concept .ttl-main, .top-scene .ttl-main, .top-voice .ttl-main {
  margin-bottom: 55px;
}

.top-concept {
  padding: 120px 0 200px 0;
}
.top-concept .layout-item {
  width: 47.25%;
}
.top-concept .txt-plain {
  width: 67.44%;
}
.top-concept .img-01, .top-concept .img-02 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.top-concept .img-01 {
  width: 20.33%;
  left: 0;
  transform: translateY(15%);
}
.top-concept .img-02 {
  width: 21.98%;
  right: 0;
  transform: translateY(70%);
}

.top-scene {
  padding: 40px 0 210px 0;
}
.top-scene .ttl-shop {
  display: flex;
  flex-direction: column;
  gap: 0.4vw 0;
  margin-bottom: 30px;
}
.top-scene .ttl-shop .eng {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-size: 2.6041666667vw;
  font-weight: 300;
}
@media screen and (max-width: 1120px) {
  .top-scene .ttl-shop .eng {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .top-scene .ttl-shop .eng {
    font-size: 50px;
  }
}
.top-scene .ttl-shop .ruby {
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 300;
  color: #d9a38d;
}
@media screen and (max-width: 1120px) {
  .top-scene .ttl-shop .ruby {
    font-size: 14.1176470588px;
  }
}
@media screen and (min-width: 1920px) {
  .top-scene .ttl-shop .ruby {
    font-size: 24px;
  }
}
.top-scene .wrp-scene-inner {
  width: 49.02%;
}
.top-scene .clip {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), calc(100% - 7vw) 100%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3vw 3vw 3vw 4vw;
  gap: 2vw 0;
}
.top-scene .img {
  width: 56.86%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(10%);
  z-index: -1;
}
.top-scene .restaurant .clip {
  background: rgba(63, 63, 63, 0.84);
}
.top-scene .cafe {
  margin-top: 70px;
}
.top-scene .cafe .clip {
  background: rgba(195, 145, 139, 0.84);
}
.top-scene .cafe .img {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  transform: translateY(15%);
}

.top-bnr .bnr-link {
  background: url("/img/top/bnr-img.png") right center no-repeat;
  background-size: auto 100%;
  background-color: #1f1f1f;
}
.top-bnr .bnr-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  transition: 0.3s;
}
.top-bnr .bnr-link:hover.arw-circle-pnk::before {
  transform: translateX(2px);
}
.top-bnr .bnr-link:hover::after {
  background: rgba(31, 31, 31, 0.2);
}
.top-bnr .bnr-inner {
  transition: 0.3s;
}
.top-bnr .ttl-main {
  margin-bottom: 1vw;
}
.top-bnr .obj-animal::after {
  transform: translateY(-140px);
}

.top-voice {
  padding: 120px 0 0;
}
.top-voice .ttl-main {
  flex-direction: inherit;
  align-items: center;
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}
.top-voice .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.top-blog {
  padding: 120px 0;
}
.top-blog .btn {
  margin-top: 90px;
}

#ctn-lower article {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  font-size: 40px;
  font-size: 4rem;
  gap: 15px 0;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main {
    font-size: 29.4117647059px;
  }
}

.lower-owner::before {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 165px), 0% 100%);
  background: #f3efee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.lower-voice h4 {
  line-height: 1.5;
  border-bottom: solid 1px #d9a38d;
  padding-bottom: 10px;
}
.lower-voice .img {
  width: 410px;
  min-width: 410px;
  aspect-ratio: 410/290;
  clip-path: polygon(50px 0%, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50px);
  margin-left: 80px;
}

#footer {
  padding: 120px 0 20px 0;
}
#footer .list-info {
  margin-top: 10px;
}
#footer .layout-item-inner {
  margin-top: 74px;
}
#footer.obj-animal::after {
  mix-blend-mode: hard-light;
  left: inherit;
  right: 0;
  transform: scaleX(-1);
}

#ft-nav .nav-link {
  display: flex;
  align-items: center;
}
#ft-nav .nav-link::before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #3f3f3f;
  margin-right: 5px;
}

.ft-copy {
  margin-top: 80px;
}/*# sourceMappingURL=style.css.map */