body {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif !important;
  word-wrap: break-all;
  word-wrap: break-word;
  font-size: 28px;
  font-size: 3.7333333333vw;
  color: #766555;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #766555 !important;
}
.col-brw {
  color: #9c8672 !important;
}
.col-ylw {
  color: #ebe89c !important;
}
.col-beg1 {
  color: #f3e2cb !important;
}
.col-beg2 {
  color: #f9f6ed !important;
}
.col-beg3 {
  color: #e2c7a2 !important;
}
.col-gey {
  color: #fcfbf9 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #766555 !important;
}
.bg-brw {
  background-color: #9c8672 !important;
}
.bg-ylw {
  background-color: #ebe89c !important;
}
.bg-beg1 {
  background-color: #f3e2cb !important;
}
.bg-beg2 {
  background-color: #f9f6ed !important;
}
.bg-beg3 {
  background-color: #e2c7a2 !important;
}
.bg-gey {
  background-color: #fcfbf9 !important;
}

.ptn-wood {
  background: url("/img/common/ptn-wood.png") center center;
}

.arw-solid-blk, .arw-solid-blk-flx {
  position: relative;
}
.arw-solid-blk::after, .arw-solid-blk-flx::after {
  content: "";
  display: block;
  width: 1.38%;
  aspect-ratio: 8/14;
  background-image: url("/img/common/arw-solid-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 8.62%;
  transform: translate(0, -50%);
}
.arw-solid-blk-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.31%;
       column-gap: 2.31%;
}
.arw-solid-blk-flx::after {
  width: 8px;
  max-width: 1.2307692308%;
  position: static;
  transform: none;
}
@media screen and (min-width: 769px) {
  .arw-solid-blk-flx::after {
    max-width: 4px;
  }
}
.arw-circle-wht {
  position: relative;
}
.arw-circle-wht:after {
  content: "";
  display: block;
  width: 50px;
  max-width: 7.6923076923%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 9.23%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .arw-circle-wht:after {
    max-width: 25px;
  }
}
.arw-anchor-blk {
  position: relative;
}
.arw-anchor-blk::after {
  content: "";
  display: block;
  width: 1.38%;
  aspect-ratio: 8/14;
  background-image: url("/img/common/arw-solid-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 8.62%;
  transform: translate(0, -50%) rotate(90deg);
}

.obj-bird {
  position: relative;
  z-index: 1;
}
.obj-bird::before {
  content: "";
  display: block;
  width: 132px;
  max-width: 20.3076923077%;
  aspect-ratio: 132/95;
  background-image: url("/img/common/illust-bird.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(7.69vw, -15%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .obj-bird::before {
    max-width: 66px;
  }
}
.obj-side-leaf {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.obj-side-leaf::before, .obj-side-leaf::after {
  content: "";
  display: block;
  width: 47px;
  max-width: 8.1034482759%;
  aspect-ratio: 47/96;
  background-image: url("/img/common/illust-leaf.png");
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .obj-side-leaf::before, .obj-side-leaf::after {
    max-width: 23.5px;
  }
}
.obj-side-leaf::after {
  transform: scaleX(-1);
}
.obj-side-leaf-inner {
  padding: 0 5.17%;
  max-width: 73.45%;
}

.ic-tab {
  display: flex;
  align-items: center;
  gap: 4%;
}
.ic-tab::after {
  content: "";
  display: block;
  width: 3.85%;
  aspect-ratio: 1;
  background-image: url("/img/common/ic-tab.png");
  background-size: 100%;
}

.tbl {
  width: 100%;
  table-layout: fixed;
}
.tbl-ptn1 th,
.tbl-ptn1 td {
  padding: 26px 4%;
  letter-spacing: 0.05em;
}
.tbl-ptn1 th {
  width: 31.54%;
  border-bottom: solid 2px #766555;
}
.tbl-ptn1 td {
  border-bottom: solid 2px rgba(156, 134, 114, 0.3);
  white-space: pre-wrap;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  font-family: "Lusitana", serif !important;
  font-size: 26px;
  font-size: 3.4666666667vw;
  background: #f3e2cb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  line-height: 1;
  aspect-ratio: 580/100;
}
@media screen and (min-width: 769px) {
  .btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
    font-size: 13px;
  }
}
.btn-ptn2 .btn-link {
  font-family: "Noto Serif JP", serif !important;
  font-size: 28px;
  font-size: 3.7333333333vw;
  font-weight: bold;
  aspect-ratio: 580/160;
  background: #ebe89c;
}
@media screen and (min-width: 769px) {
  .btn-ptn2 .btn-link {
    font-size: 14px;
  }
}

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

.cts-580 {
  width: 580px;
  max-width: 77.3333333333%;
}
@media screen and (min-width: 769px) {
  .cts-580 {
    max-width: 290px;
  }
}
.cts-650 {
  width: 650px;
  max-width: 86.6666666667%;
}
@media screen and (min-width: 769px) {
  .cts-650 {
    max-width: 325px;
  }
}
.cts-650 .cts-580 {
  width: 580px;
  max-width: 89.2307692308%;
}
@media screen and (min-width: 769px) {
  .cts-650 .cts-580 {
    max-width: 290px;
  }
}

.list-nav .nav-item {
  line-height: 1;
}
.list-service .list-item, .list-voice .list-item, .list-news .list-item, .list-anchor .list-item, .list-price .list-item, .list-voice-lower .list-item, .list-num .list-item {
  width: 100%;
}
.list-service .service-img img {
  display: block;
  width: 100%;
}
.list-service .service-img-lower {
  width: 700px;
  max-width: 93.3333333333%;
}
@media screen and (min-width: 769px) {
  .list-service .service-img-lower {
    max-width: 350px;
  }
}
.list-service .service-ttl {
  font-family: "Noto Serif JP", serif !important;
  font-size: 36px;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.9444444444;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .list-service .service-ttl {
    font-size: 18px;
  }
}
.list-service .service-ttl span {
  border-bottom: solid 2px #766555;
}
.list-voice .voice-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-voice .voice-ic {
  width: 100px;
  max-width: 15.3846153846%;
}
@media screen and (min-width: 769px) {
  .list-voice .voice-ic {
    max-width: 50px;
  }
}
.list-voice .voice-bx {
  width: 500px;
  max-width: 76.9230769231%;
  padding: 30px 10%;
  background: #f9f6ed;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .list-voice .voice-bx {
    max-width: 250px;
  }
}
.list-voice .voice-bx::before {
  content: "";
  display: block;
  width: 5%;
  aspect-ratio: 25/32;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background: #f9f6ed;
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  transform: translate(0, 100%);
  z-index: -1;
}
.list-voice .voice-ttl {
  font-family: "Noto Serif JP", serif !important;
  font-size: 34px;
  font-size: 4.5333333333vw;
  line-height: 1.3529411765;
  font-weight: 500;
  border-bottom: dashed 2px #f3e2cb;
}
@media screen and (min-width: 769px) {
  .list-voice .voice-ttl {
    font-size: 17px;
  }
}
.list-news time {
  display: block;
  line-height: 1;
  font-family: "Lusitana", serif !important;
  color: #fff;
  letter-spacing: 0.05em;
}
.list-news .news-item:not(:last-child) {
  border-bottom: dotted 3px #f3e2cb;
  padding-bottom: 30px;
}
.list-news .news-bx {
  display: flex;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.list-news .news-ttl {
  color: #fff;
}
.list-anchor .anchor-link {
  width: 100%;
  aspect-ratio: 580/100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f3e2cb;
  border-radius: 50rem;
}
.list-menu .menu-item {
  background: #f9f6ed;
  overflow: hidden;
}
.list-menu .menu-link {
  display: block;
  width: 100%;
  height: 100%;
}
.list-menu .menu-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-menu .menu-img {
  width: 210px;
  max-width: 36.2068965517%;
  min-width: 36.21%;
  aspect-ratio: 1/1;
  border: solid 8px #fff;
  overflow: hidden;
  margin-right: 5.17%;
}
@media screen and (min-width: 769px) {
  .list-menu .menu-img {
    max-width: 105px;
  }
}
.list-menu .menu-inner {
  width: 100%;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}
.list-menu .menu-ttl {
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .list-menu .menu-ttl {
    font-size: 15px;
  }
}
.list-menu .menu-txt {
  line-height: 1.2857142857;
  text-align: right;
}
.list-menu .menu-btn {
  font-size: 24px;
  font-size: 3.2vw;
  width: 100%;
  aspect-ratio: 650/70;
  background: #f3e2cb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .list-menu .menu-btn {
    font-size: 12px;
  }
}
.list-voice-lower .voice-item {
  background: #f9f6ed;
}
.list-voice-lower .voice-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.list-voice-lower .voice-ic {
  right: 0;
  transform: translate(15%, -25%);
  z-index: 1;
}
.list-voice-lower .voice-bx {
  font-weight: 500;
}
.list-voice-lower .voice-ttl span {
  max-width: 90%;
}
.list-voice-lower .voice-btn {
  font-size: 24px;
  font-size: 3.2vw;
  width: 100%;
  aspect-ratio: 650/70;
  background: #f3e2cb;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 769px) {
  .list-voice-lower .voice-btn {
    font-size: 12px;
  }
}
.list-num .num-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.list-num .num-item::before {
  content: "1.";
  display: block;
}
.list-num .num-item:nth-child(2)::before {
  content: "2.";
}
.list-num .num-item:nth-child(3)::before {
  content: "3.";
}
.list-num .num-item:nth-child(4)::before {
  content: "4.";
}
.list-num .num-item:nth-child(5)::before {
  content: "5.";
}
.list-num .num-item:nth-child(6)::before {
  content: "6.";
}
.list-num .num-item:nth-child(7)::before {
  content: "7.";
}
.list-num .num-item:nth-child(8)::before {
  content: "8.";
}
.list-num .num-item:nth-child(9)::before {
  content: "9.";
}
.list-num .num-item:nth-child(10)::before {
  content: "10.";
}

.list-voice-lower .voice-ic,
.voice-detail .voice-ic {
  width: 100px;
  max-width: 15.3846153846%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .list-voice-lower .voice-ic,
  .voice-detail .voice-ic {
    max-width: 50px;
  }
}
.list-voice-lower .voice-txt,
.voice-detail .voice-txt {
  font-family: "Noto Serif JP", serif !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.list-voice-lower .voice-txt-inner:not(:first-child):before,
.voice-detail .voice-txt-inner:not(:first-child):before {
  content: "/";
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #9c8672;
  color: #fff;
  font-size: 30px;
  font-size: 4vw;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .com-tag-main .tag-link {
    font-size: 15px;
  }
}
.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: 20px;
  font-size: 2.6666666667vw;
  line-height: 1;
  background: #9c8672;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (min-width: 769px) {
  .com-tag-sub .tag-item {
    font-size: 10px;
  }
}
.com-gmap {
  aspect-ratio: 650/640;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.ttl-main .main,
.ttl-main .sub {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}
.ttl-main .main {
  font-size: 50px;
  font-size: 6.6666666667vw;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .ttl-main .main {
    font-size: 25px;
  }
}
.ttl-main .sub {
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .ttl-main .sub {
    font-size: 15px;
  }
}
.ttl-main .eng {
  font-family: "Ms Madi", cursive !important;
  font-size: 50px;
  font-size: 6.6666666667vw;
  letter-spacing: 0;
  color: #e2c7a2;
}
@media screen and (min-width: 769px) {
  .ttl-main .eng {
    font-size: 25px;
  }
}
.ttl-main.txt-aln-c {
  align-items: center;
}
.ttl-dash {
  font-family: "Noto Serif JP", serif !important;
  font-size: 34px;
  font-size: 4.5333333333vw;
  line-height: 1.3529411765;
  border-bottom: dashed 2px #766555;
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .ttl-dash {
    font-size: 17px;
  }
}
.ttl-dash.col-wht {
  border-bottom-color: #fff;
}
.ttl-dot {
  font-family: "Noto Serif JP", serif !important;
  border-bottom: dotted 4px #f3e2cb;
}
.ttl-circle {
  width: 100%;
  font-family: "Noto Serif JP", serif !important;
  font-size: 36px;
  font-size: 4.8vw;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2.59%;
       column-gap: 2.59%;
  border-bottom: dashed 2px #f3e2cb;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .ttl-circle {
    font-size: 18px;
  }
}
.ttl-circle::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  border: solid 4px #f3e2cb;
  transform: translateY(40%);
}
.ttl-sub {
  font-family: "Noto Serif JP", serif !important;
  font-size: 36px;
  font-size: 4.8vw;
  font-weight: 500;
  background: #9c8672;
  color: #fff;
  text-align: center;
  padding: 24px 5.38%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .ttl-sub {
    font-size: 18px;
  }
}

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

#ctn-top article, #ctn-lower article {
  padding: 120px 0;
  overflow: hidden;
}

#hd-bar {
  aspect-ratio: 750/120;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
#hd-bar .com-logo {
  width: 110px;
  max-width: 14.6666666667%;
  margin-left: 2%;
}
@media screen and (min-width: 769px) {
  #hd-bar .com-logo {
    max-width: 55px;
  }
}

.sv {
  aspect-ratio: 750/340;
}
.sv-ttl {
  text-shadow: 0 0 1vw #fff;
}
.sv-salon {
  background: url("/img/salon/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-menu {
  background: url("/img/menu/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-voice {
  background: url("/img/voice/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-info {
  background: url("/img/info/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-news {
  background: url("/img/news/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") center bottom no-repeat;
  background-size: cover;
}
.sv-e404 {
  background: url("/img/e404/sv.png") center bottom no-repeat;
  background-size: cover;
}

.top-bnr .ttl-main, .top-news .ttl-main {
  row-gap: 0;
}
.top-bnr .ttl-main .sub, .top-news .ttl-main .sub {
  font-family: "Lusitana", serif !important;
  letter-spacing: 0.1em;
}

.top-about .ttl-main .main {
  font-size: 44px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 769px) {
  .top-about .ttl-main .main {
    font-size: 22px;
  }
}
.top-about .obj-bird_tree {
  width: 315px;
  max-width: 42%;
  margin-left: auto;
  transform: translate(0, -50%);
  margin-right: -6.67%;
}
@media screen and (min-width: 769px) {
  .top-about .obj-bird_tree {
    max-width: 157.5px;
  }
}

.top-bnr .bnr {
  width: 100%;
  aspect-ratio: 650/260;
}
.top-bnr .bnr-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12.31%;
}
.top-bnr .bnr-menu {
  background: url("/img/top/bnr-menu.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-greeting {
  background: url("/img/top/bnr-greeting.png") center center no-repeat;
  background-size: cover;
}

.top-news .ttl-main {
  row-gap: 0;
}
.top-news .ttl-main .main {
  font-size: 38px;
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 769px) {
  .top-news .ttl-main .main {
    font-size: 19px;
  }
}
.top-news .ttl-main .sub {
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .top-news .ttl-main .sub {
    font-size: 10px;
  }
}
.top-news .cts-650 {
  padding-left: 5.38%;
  padding-right: 5.38%;
}

#ctn-lower .ttl-main {
  margin-bottom: 70px;
}
#ctn-lower .list-service .service-ttl {
  font-size: 50px;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  #ctn-lower .list-service .service-ttl {
    font-size: 25px;
  }
}
#ctn-lower .list-service .service-bx-inner {
  padding-left: 3.45%;
  padding-right: 3.45%;
}

.menu-detail .btn-link {
  font-family: "Noto Serif JP", serif !important;
  font-size: 24px;
  font-size: 3.2vw;
  font-weight: bold;
  width: 100%;
  aspect-ratio: 650/100;
  background: #ebe89c;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .menu-detail .btn-link {
    font-size: 12px;
  }
}

.voice-detail .voice-bx p {
  padding: 40px 6.03%;
  line-height: 1.75;
}
.voice-detail .voice-bx-ttl {
  font-size: 24px;
  font-size: 3.2vw;
  font-weight: 500;
  background: #9c8672;
  color: #fff;
  padding: 24px 6.9%;
}
@media screen and (min-width: 769px) {
  .voice-detail .voice-bx-ttl {
    font-size: 12px;
  }
}
.voice-detail .voice-ic {
  left: 50%;
  transform: translate(-50%, -50%);
}

.lower-greeting .greeting {
  width: 590px;
  max-width: 78.6666666667%;
}
@media screen and (min-width: 769px) {
  .lower-greeting .greeting {
    max-width: 295px;
  }
}
.lower-greeting .greeting-img {
  width: 590px;
  max-width: 90.7692307692%;
  margin-left: -7.69%;
}
@media screen and (min-width: 769px) {
  .lower-greeting .greeting-img {
    max-width: 295px;
  }
}
.lower-greeting .name-txt {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, -140%);
  z-index: 1;
}
.lower-greeting .name-txt-inner {
  padding: 5px;
}

#com-reserve {
  background: url("/img/common/reserve-bg.png") center top no-repeat;
  background-size: 100%;
}
#com-reserve .ttl-main {
  gap: 0;
}
#com-reserve .ttl-main .eng {
  font-size: 140px;
  font-size: 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  #com-reserve .ttl-main .eng {
    font-size: 70px;
  }
}
#com-reserve .btn {
  width: 580px;
  max-width: 89.2307692308%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #com-reserve .btn {
    max-width: 290px;
  }
}
#com-reserve .btn-link {
  width: 100%;
}

#btm-bar {
  border-top: solid 1px rgba(156, 134, 114, 0.8);
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 77;
}

#footer .cts-650 {
  padding-left: 5.38%;
  padding-right: 5.38%;
}
#footer .com-logo {
  width: 385px;
  max-width: 66.3793103448%;
}
@media screen and (min-width: 769px) {
  #footer .com-logo {
    max-width: 192.5px;
  }
}
#footer .list-sns {
  -moz-column-gap: 6.9%;
       column-gap: 6.9%;
}
#footer .list-sns .sns-item {
  width: 80px;
  max-width: 13.7931034483%;
}
@media screen and (min-width: 769px) {
  #footer .list-sns .sns-item {
    max-width: 40px;
  }
}

#ft-nav .nav-item {
  display: flex;
  justify-content: center;
}
#ft-nav .nav-link {
  border-bottom: solid 2px #9c8672;
  padding-bottom: 15px;
}

.ft-copy {
  padding: 2vw 0;
}/*# sourceMappingURL=style.css.map */