/* ==========================================================================
 *
 * root scss
 *
========================================================================== */
/* ==========================================================================
   media query
========================================================================== */
/* ==========================================================================
   color
========================================================================== */
:root {
  --color-black: #4A3E35;
  --color-brown: #736357;
  --color-white: #FFFFFF;
  --color-gray: #8F8F8F;
  --color-bg1: #F4F4F4;
  --color-bg2: #F6F1F1;
  --color-main1: #E8E8E8;
  --color-main2: #8FB9AF;
  --color-main3: #DCA73C;
  --color-main4: #DE7344; }

/* ==========================================================================
   font-size
========================================================================== */
:root {
  --font-size-10: 1rem;
  --font-size-11: 1.1rem;
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-19: 1.9rem;
  --font-size-20: 2rem;
  --font-size-22: 2.2rem;
  --font-size-24: 2.4rem;
  --font-size-26: 2.6rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-32: 3.2rem;
  --font-size-34: 3.4rem;
  --font-size-36: 3.6rem; }

@media screen and (max-width: 799px) {
  :root {
    --font-size-11: 1rem;
    --font-size-12: 1.1rem;
    --font-size-13: 1.2rem;
    --font-size-14: 1.3rem;
    --font-size-15: 1.4rem;
    --font-size-16: 1.5rem;
    --font-size-17: 1.6rem;
    --font-size-18: 1.6rem;
    --font-size-19: 1.7rem;
    --font-size-20: 1.8rem;
    --font-size-22: 1.8rem;
    --font-size-24: 2rem;
    --font-size-26: 2rem;
    --font-size-28: 2.2rem;
    --font-size-30: 2.4rem;
    --font-size-32: 2.6rem;
    --font-size-34: 2.8rem;
    --font-size-36: 3rem; } }
/* ==========================================================================
   font-family
========================================================================== */
:root {
  --font-family-main: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  --font-family-serif: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif; }

/* ==========================================================================
   font-wight
========================================================================== */
:root {
  --font-wight-regular: 400;
  --font-wight-medium: 500;
  --font-wight-semibold: 600;
  --font-wight-bold: 700; }

/* ==========================================================================
   line-height
========================================================================== */
:root {
  --line-height-s: 1.6;
  --line-height-m: 1.8;
  --line-height-l: 2.2; }

/* ==========================================================================
   letter-spacing
========================================================================== */
:root {
  --letter-spacing-s: .025em;
  --letter-spacing-m: .05em;
  --letter-spacing-l: .1em; }

/* ==========================================================================
   width
========================================================================== */
:root {
  --container-s: 96rem;
  --container-m: 122rem;
  --container-l: 144rem; }

/* ==========================================================================
   z-index
========================================================================== */
:root {
  --z-index-toggle: 100;
  --z-index-header: 90;
  --z-index-contact: 80;
  --z-index-sitemap: 70;
  --z-index-footer: 60;
  --z-index-main: 50; }

/* ==========================================================================
 *
 * mixin scss
 *
========================================================================== */
/* ==========================================================================
   container
========================================================================== */
/* ==========================================================================
   font-feature-settings
========================================================================== */
/* ==========================================================================
   writing-mode-vertical
========================================================================== */
/* ==========================================================================
 *
 * html body
 *
========================================================================== */

html,
body {
	overflow-x: hidden;
}

/* ==========================================================================
   toggle
========================================================================== */
.l-toggle span {
  transition-property: transform, opacity, top, bottom;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.l-toggle.js-active span:nth-child(1) {
  top: 2.7rem;
  transform: translateX(-50%) rotate(15deg);
}

.l-toggle.js-active span:nth-child(2) {
  opacity: 0;
}

.l-toggle.js-active span:nth-child(3) {
  top: 2.7rem;
  bottom: auto;
  transform: translateX(-50%) rotate(-15deg);
}

/* ==========================================================================
   sitemap
========================================================================== */
.l-sitemap {
  opacity: 0;
  visibility: hidden;
  transition-property: transform, opacity;
  transition-duration: .25s;
  transition-timing-function: ease; }
  .l-sitemap ul li {
    transform: translate(0, 20px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .l-sitemap ul li:nth-child(2) {
      transition-delay: 0.2s; }
    .l-sitemap ul li:nth-child(3) {
      transition-delay: 0.4s; }
    .l-sitemap ul li:nth-child(4) {
      transition-delay: 0.6s; }
    .l-sitemap ul li:nth-child(5) {
      transition-delay: 0.8s; }
    .l-sitemap ul li:nth-child(6) {
      transition-delay: 1s; }
    .l-sitemap ul li:nth-child(7) {
      transition-delay: 1.2s; }
    .l-sitemap ul li:nth-child(8) {
      transition-delay: 1.4s; }
    .l-sitemap ul li:nth-child(9) {
      transition-delay: 1.6s; }
    .l-sitemap ul li:nth-child(10) {
      transition-delay: 1.8s; }
    .l-sitemap ul li:nth-child(11) {
      transition-delay: 2s; }

/* ==========================================================================
 *
 * nav scss
 *
========================================================================== */
/* ==========================================================================
   img-scale
========================================================================== */
.c-img-scale {
  overflow: hidden; }
  .c-img-scale img {
    transform: scale(1.2);
    transition-property: transform;
    transition-duration: 3.5s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.c-img-scale.js-active img {
  transform: scale(1); }

/* ==========================================================================
   footer-hide
========================================================================== */
.c-footer-hide {
  transition-property: opacity, visibility;
  transition-duration: .25s;
  transition-timing-function: ease; }

.c-footer-hide.js-active {
  opacity: 0;
  visibility: hidden; }

/* ==========================================================================
   fade
========================================================================== */
.c-fade {
  transform: translateY(10px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-delay: .3s;
  transition-timing-function: ease; }

.c-fade._d1 {
  transition-delay: .6s; }

.c-fade._d2 {
  transition-delay: .9s; }

.c-fade._d3 {
  transition-duration: 2s; }

.c-fade.js-active {
  transform: translateY(0);
  opacity: 1; }

/* ==========================================================================
   link-target
========================================================================== */
.c-link-target {
  padding-top: .1rem;
  margin-top: -.1rem; }

/* ==========================================================================
 *
 * accordion scss
 * -
 *
========================================================================== */
.c-accordion {
  position: relative; }
  .c-accordion .accordion__input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0; }
  .c-accordion .accordion__label {
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    transition: 0.4s ease; }
    .c-accordion .accordion__label::before {
      position: absolute;
      content: '+';
      top: 0;
      right: 0; }
  .c-accordion .accordion__conte {
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0;
    transition: 0.4s ease;
    opacity: 0; }
  .c-accordion .accordion__input:checked ~ .accordion__conte {
    height: auto;
    opacity: 1; }
  .c-accordion .accordion__input:checked ~ .accordion__label::before {
    content: '-'; }

/* ==========================================================================
 *
 * btn scss
 *
========================================================================== */
/* ==========================================================================
   btn1
========================================================================== */
.c-btn1 {
  background: var(--color-main1);
  border-radius: 3.2rem;
  color: var(--color-white);
  font-family: var(--font-family-sans);
  font-size: var(--font-size-15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 27.5rem;
  height: 6.4rem;
  padding: 0 3rem 0 4rem;
  transition: background .25s ease; }
  .c-btn1 svg {
    fill: var(--color-white);
    width: 1.8rem;
    height: 1.8rem; }
  .c-btn1:hover {
    background: var(--color-brown); }

/* ==========================================================================
   btn2
========================================================================== */
.c-btn2 {
  background: var(--color-main1);
  border-radius: 3.2rem;
  color: var(--color-white);
  font-family: var(--font-family-sans);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 27.5rem;
  height: 6.4rem;
  padding: 0 3rem 0 4rem;
  transition: background .25s ease; }
  .c-btn2 svg {
    fill: var(--color-white);
    width: 2.6rem;
    height: 2.6rem; }
  .c-btn2:hover {
    background: var(--color-brown); }

.c-btn2__label {
  flex: 1;
  margin-left: 2rem; }

.c-btn2__txt {
  display: block;
  font-size: var(--font-size-15);
  margin-bottom: .3rem; }

.c-btn2__num {
  font-size: var(--font-size-10); }

/* ==========================================================================
   btn3
========================================================================== */
.c-btn3 {
  font-family: var(--font-family-sans);
  font-size: var(--font-size-15);
  display: flex;
  align-items: center; }
  .c-btn3 svg {
    width: 1.6rem;
    height: 1.6rem; }
  .c-btn3:hover .c-btn3__icon {
    background: var(--color-brown); }
  .c-btn3:hover svg {
    fill: var(--color-white); }

.c-btn3__icon {
  border: solid var(--color-brown) 1px;
  border-radius: 50%;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 3.6rem;
  transition: background .25s ease; }

/* ==========================================================================
   btn4
========================================================================== */
.c-btn4 {
  position: relative;
  font-family: var(--font-family-sans);
  font-size: var(--font-size-15); }
  .c-btn4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.5rem;
    width: 0;
    height: 1px;
    background-color: var(--color-black);
    transition: width .25s ease; }
  .c-btn4:hover::after {
    width: 100%; }

/* ==========================================================================
 *
 * text scss
 * text-anime1 / text-anime2
 *
========================================================================== */
/* ==========================================================================
   text-anime1
========================================================================== */
.c-text-anime1 .c-text-block {
  display: block; }
.c-text-anime1 .c-text-divide {
  display: block;
  overflow: hidden; }
  .c-text-anime1 .c-text-divide .js-char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    .c-text-anime1 .c-text-divide .js-char:nth-child(1) {
      transition-delay: .3s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(2) {
      transition-delay: 0.35s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(3) {
      transition-delay: 0.4s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(4) {
      transition-delay: 0.45s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(5) {
      transition-delay: 0.5s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(6) {
      transition-delay: 0.55s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(7) {
      transition-delay: 0.6s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(8) {
      transition-delay: 0.65s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(9) {
      transition-delay: 0.7s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(10) {
      transition-delay: 0.75s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(11) {
      transition-delay: 0.8s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(12) {
      transition-delay: 0.85s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(13) {
      transition-delay: 0.9s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(14) {
      transition-delay: 0.95s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(15) {
      transition-delay: 1s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(16) {
      transition-delay: 1.05s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(17) {
      transition-delay: 1.1s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(18) {
      transition-delay: 1.15s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(19) {
      transition-delay: 1.2s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(20) {
      transition-delay: 1.25s; }
    .c-text-anime1 .c-text-divide .js-char:nth-child(21) {
      transition-delay: 1.3s; }
.c-text-anime1.js-active .c-text-block {
  display: block; }
.c-text-anime1.js-active .c-text-divide .js-char {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* ==========================================================================
   text-anime2
========================================================================== */
.c-text-anime2 .c-text-block {
  display: block; }
.c-text-anime2 .c-text-divide {
  display: block;
  overflow: hidden; }
  .c-text-anime2 .c-text-divide .js-char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(-100%, 0, 0) scale(2);
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    .c-text-anime2 .c-text-divide .js-char:nth-child(1) {
      transition-delay: .3s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(2) {
      transition-delay: 0.35s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(3) {
      transition-delay: 0.4s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(4) {
      transition-delay: 0.45s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(5) {
      transition-delay: 0.5s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(6) {
      transition-delay: 0.55s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(7) {
      transition-delay: 0.6s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(8) {
      transition-delay: 0.65s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(9) {
      transition-delay: 0.7s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(10) {
      transition-delay: 0.75s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(11) {
      transition-delay: 0.8s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(12) {
      transition-delay: 0.85s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(13) {
      transition-delay: 0.9s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(14) {
      transition-delay: 0.95s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(15) {
      transition-delay: 1s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(16) {
      transition-delay: 1.05s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(17) {
      transition-delay: 1.1s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(18) {
      transition-delay: 1.15s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(19) {
      transition-delay: 1.2s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(20) {
      transition-delay: 1.25s; }
    .c-text-anime2 .c-text-divide .js-char:nth-child(21) {
      transition-delay: 1.3s; }
.c-text-anime2.js-active .c-text-block {
  display: block; }
.c-text-anime2.js-active .c-text-divide .js-char {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1); }

/* ==========================================================================
 *
 * common scss
 *
========================================================================== */
/* ==========================================================================
   #general
========================================================================== */
html {
  font-size: 62.5%; }
  @media screen and (min-width: 1920px) {
    html {
      font-size: 0.5211047421vw; } }
  @media screen and (min-width: 800px) and (max-width: 1199px) {
    html {
      font-size: 0.834028357vw; } }
  @media screen and (max-width: 374px) {
    html {
      font-size: 2.6737967914vw; } }

body {
  background: var(--color-bg1);
  font-family: var(--font-family-main);
  font-optical-sizing: auto;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal; }

h1, h2, h3, h4, h5, p, li, dt, dd {
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: var(--letter-spacing-m); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
img {
  max-width: 100%;
  height: auto; }

._spBlock {
	display: none;
}
 @media screen and (max-width: 799px) {
      ._spBlock {
        display: block;} }

/* ==========================================================================
   #other
========================================================================== */
.c-spBlock {
  display: none; }
  @media screen and (max-width: 579px) {
    .c-spBlock {
      display: block; } }

@media screen and (max-width: 579px) {
  .c-spNone {
    display: none; } }

.c-tbBlock {
  display: none; }
  @media screen and (max-width: 799px) {
    .c-tbBlock {
      display: block; } }

@media screen and (max-width: 799px) {
  .c-tbNone {
    display: none; } }

.c-head {
  align-items: baseline;
  column-gap: 6rem; }
  @media screen and (max-width: 799px) {
    .c-head {
      display: block; } }
  .c-head h2 {
    font-family: var(--font-family-serif);
    font-size: var(--font-size-24);
    font-weight: var(--font-wight-bold);
	color: var(--color-main2);}
  .c-head p {
    position: relative;
    font-size: var(--font-size-16);
	color: var(--color-main2);
	display: block;
	padding-bottom: 1rem; }
    @media screen and (max-width: 799px) {
      .c-head p {
        font-size: var(--font-size-15);
        margin-top: 1.5rem;} }
  

.c-head._bk {
  display: block; }
  .c-head._bk p {
    margin-top: 3.5rem;
    margin-left: 14rem; }
    @media screen and (max-width: 799px) {
      .c-head._bk p {
        margin-top: 1.5rem; } }

.c-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem; }
  @media screen and (max-width: 579px) {
    .c-link {
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: .7rem; } }
  .c-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3rem;
    border-radius: .5rem;
    padding: 1.4rem 1rem 1.4rem 0;
    transition: background .3s; }
    @media screen and (max-width: 799px) {
      .c-link a {
        padding: 1.2rem 1rem 1.2rem 0; } }
  .c-link ._c1 {
    background: var(--color-white);
	color: var(--color-main2);
	border: solid 1px var(--color-main2);}
@media screen and (max-width: 799px) {
      .c-link ._c1 {
        margin-bottom: 1rem; } }
  .c-link ._c1:hover {
    background: rgba(143, 185, 175, 0.3); }
  .c-link ._c2 {
    background: var(--color-main2);
	color: var(--color-white); }
  .c-link ._c2:hover {
    background: rgba(143, 185, 175, 0.3); }
  .c-link svg {
    width: 2.8rem;
    height: 2.8rem; }
	.p-index-special .reserve__link ._c1 svg {
		fill: var(--color-main2); }
	.p-index-special .reserve__link ._c2 svg {
		fill: var(--color-white); }
    @media screen and (max-width: 799px) {
      .c-link svg {
        width: 2.6rem;
        height: 2.6rem; } }
  .c-link span {
    font-size: var(--font-size-16);
    font-weight: var(--font-wight-semibold); }
    @media screen and (max-width: 799px) {
      .c-link span {
        font-size: 1.4rem; } }

/* ==========================================================================
 *
 * header scss
 *
========================================================================== */
/* ==========================================================================
   #header
========================================================================== */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  padding: 0 0 0 3rem;
  z-index: var(--z-index-header); }
  @media screen and (max-width: 799px) {
    .l-header {
      height: 6rem;
      padding: 0 0 0 5%; } }
  .l-header .header__logo img {
    width: 14rem;
	position: relative;
  	top: 3.1rem;}
    @media screen and (max-width: 799px) {
      .l-header .header__logo img {
        width: 10rem; } }

/* ==========================================================================
   #toggle
========================================================================== */
.l-toggle {
  position: fixed;
  top: 3.1rem;
  right: 4rem;
  display: flex;
  align-items: center;
  column-gap: 3rem;
  cursor: pointer;
  z-index: var(--z-index-toggle);
}

@media screen and (max-width: 799px) {
  .l-toggle {
    top: 2.2rem;
    right: 5%;
    column-gap: 2rem;
  }
}

.l-toggle .toggle__wrap {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #EFE4D0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 799px) {
  .l-toggle .toggle__wrap {
    width: 5.3rem;
	height: 5.3rem;} }

.l-toggle span {
  background: var(--color-black);
  position: absolute;
  left: 50%;
  width: 2.2rem;
  height: 1px;
  transform: translateX(-50%);
}

.l-toggle span:nth-child(1) {
  top: 1.9rem;
}
@media screen and (max-width: 799px) {
  .l-toggle span:nth-child(1) {
    top: 1.7rem; } }

.l-toggle span:nth-child(2) {
  top: 2.7rem;
}
@media screen and (max-width: 799px) {
  .l-toggle span:nth-child(2){
    top: 2.5rem; } }

.l-toggle span:nth-child(3) {
  top: 3.5rem;
  bottom: auto;
}
@media screen and (max-width: 799px) {
  .l-toggle span:nth-child(3) {
    top: 3.3rem; } }

.l-toggle .toggle__label {
  font-family: var(--font-family-serif);
  font-size: var(--font-size-12);
}

/* ==========================================================================
   #sitemap
========================================================================== */
.l-sitemap.js-active {
	opacity: 1;
	visibility: visible;
	background: var(--color-main2);
	color: var(--color-white);
	text-align: center;}

	.l-sitemap.js-active ul li {
		transform: translate(0, 0);
		opacity: 1;}

.l-sitemap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	min-height: 100svh;
	display: flex;
	align-items: center;
	z-index: var(--z-index-sitemap);}

	@media screen and (max-width: 799px) {
		.l-sitemap {
			align-items: flex-start;
			padding: 12rem 0 6rem;} }

.l-sitemap .sitemap__wrap {
	position: relative;
	margin: 0 auto;
	width: 88%;
	max-width: var(--container-m);
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 8rem;}

	@media screen and (max-width: 799px) {
		.l-sitemap .sitemap__wrap {
			display: block;
			height: 100%;
			overflow-y: auto;} }

.l-sitemap .sitemap__nav {
	width: 50%;
	display: flex;}
@media screen and (max-width: 799px) {
		.l-sitemap .sitemap__nav {
			width: auto;
			margin-top: 5rem;} }

	.l-sitemap .sitemap__nav ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 2rem;
		grid-row-gap: 5rem;
		width: 100%;}

		@media screen and (max-width: 799px) {
			.l-sitemap .sitemap__nav ul {
				grid-template-columns: repeat(1, 1fr);
				grid-row-gap: 3rem;
				} }

	.l-sitemap .sitemap__nav li {
		font-size: var(--font-size-16);
		line-height: var(--line-height-s);}

		@media screen and (max-width: 799px) {
			.l-sitemap .sitemap__nav li {
				font-size: var(--font-size-15);} }

	.l-sitemap .sitemap__nav a {
		transition: opacity .3s;}

	.l-sitemap .sitemap__nav a:hover {
		opacity: .5;}

	.l-sitemap .sitemap__nav span {
		display: block;
		font-family: var(--font-family-serif);
		font-size: var(--font-size-28);
		font-weight: var(--font-wight-semibold);}

.l-sitemap .sitemap__photo {
	display: block;
	width: 33rem;
	height: auto;
	flex-shrink: 0;
	margin-right: 4rem;}
@media screen and (max-width: 799px) {
	.l-sitemap .sitemap__photo {
		display: none;
		margin-right: 0;
	}
}
.l-sitemap .sitemap__leaf {
	position: absolute;
	left: -2rem;
	bottom: 2rem;
	width: 7rem;
	height: auto;
	pointer-events: none;}

@media screen and (max-width: 799px){
		.l-sitemap .sitemap__leaf {
			left: 1rem;
			bottom: 15rem;
			width: 7rem;} }

/* ==========================================================================
   #contact
========================================================================== */
.l-contact {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: var(--z-index-contact);
  transition: .3s;}

.l-contact.hide {
  opacity: 0;
  visibility: hidden;}

.l-contact .contact__wrap {
  position: relative;
  display: block;
  width: 38rem;
  height: 10rem;
  padding: 0;
  background: var(--color-main2);
  border-radius: .5rem;
  transition: background .3s;}

.l-contact .contact__footer,
.l-contact .contact__menu {
  width: 35rem;
  height: 8rem;
}

.l-contact .contact__wrap:hover {
  background: #ACC9BB;}

.l-contact .contact__conte {
  position: relative;
  width: 100%;
  height: 100%;}



.l-contact .contact__conte ._cap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0 6rem;
  color: var(--color-white);
  font-size: var(--font-size-17);
  line-height: 1.5;
  text-align: center;
  transform: translate(-50%, -50%);}

.l-contact .contact__en {
  position: absolute;
  top: -0.6rem;
  left: 0.8rem;
  z-index: 1;
  color: #E8CE9A;
  font-family: "Dancing Script", cursive;
  font-size: 4rem;
  font-weight: var(--font-wight-bold);
  line-height: 1;
  letter-spacing: 2.5px;
  transform: rotate(-8deg);
  pointer-events: none;}


.l-contact .contact__footer .contact__en,
.l-contact .contact__menu .contact__en{
  top: 0.8rem;
  left: 1.2rem;
  font-size: 3rem;}

	@media screen and (max-width: 799px) {
		.l-contact .contact__footer .contact__en,
		.l-contact .contact__menu .contact__en {
			top: 1.2rem;
			left: .6rem;
			font-size: 2.1rem;} }

.l-contact .contact__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  z-index: 10;
  width: 2.8rem;
  height: 2.8rem;
  background: var(--color-white);
  border-radius: 50%;
  transform: translateY(-50%);}

.l-contact .contact__footer::after,
.l-contact .contact__menu::after {
  width: 2.3rem;
  height: 2.3rem;}

.l-contact .contact__wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.7rem;
  z-index: 11;
  width: 1rem;
  height: 1rem;
  border-top: 1.5px solid #8fb9af;
  border-right: 1.5px solid #8fb9af;
  transform: translateY(-50%) rotate(45deg);}

.l-contact .contact__footer::before,
.l-contact .contact__menu::before {
  right: 2.5rem;
  width: .8rem;
  height: .8rem;}
@media screen and (max-width: 799px) {
  .l-contact {
    right: 1rem;
    bottom: 1rem;}

  .l-contact .contact__wrap {
    width: 27.5rem;
    height: 8rem; }


  .l-contact .contact__conte ._cap {
    padding: 0 4.8rem 0 4rem;
    font-size: 1.5rem;}

  .l-contact .contact__en {
    top: -0.2rem;
    left: .6rem;
    font-size: 2.1rem;}}

@media screen and (max-width: 579px) {
  .l-contact {
    right: .5rem;
    bottom: .5rem;}

  .l-contact .contact__wrap {
    width: 24rem;
    height: 6rem;}

  .l-contact .contact__conte ._cap {
    padding: 0 3rem 0 1rem;
    font-size: 1.2rem;
    line-height: 1.4; }


	
  .l-contact .contact__wrap::after {
    right: 1.5rem;
    width: 2rem;
    height: 2rem;}

  .l-contact .contact__wrap::before {
    right: 2.3rem;
    width: .8rem;
    height: .8rem;}}

.l-sitemap.js-active ~ .l-main .l-contact .contact__wrap {
	background: #F2F2F2;
}

.l-sitemap.js-active ~ .l-main .l-contact .contact__conte ._cap {
	color: #8FB9AF;
}

.l-sitemap.js-active ~ .l-main .l-contact .contact__wrap::after {
	background: #8FB9AF;
}

.l-sitemap.js-active ~ .l-main .l-contact .contact__wrap::before {
	border-top: 1.5px solid #F2F2F2;
	border-right: 1.5px solid #F2F2F2;
}

/* ==========================================================================
 *
 * footer scss
 *
========================================================================== */
/* ==========================================================================
   #footer
========================================================================== */
.l-footer {
	padding: 8rem 0 6rem;
	background: #ACC9BB;
	position: relative;
	overflow: hidden;}

	@media screen and (max-width: 799px) {
		.l-footer {
			padding: 6rem 0 6rem;} }

.l-footer .footer__conte {
	margin: 0 auto;
	width: 88%;
	max-width: var(--container-m);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 2rem;}

	

.l-footer .footer__conte-logo {
	flex: none;
	width: 17rem;
    margin-top: -4rem;}

	@media screen and (max-width: 799px) {
		.l-footer .footer__conte-logo {
			width: 12rem;
			margin-top: -2rem;} }

	.l-footer .footer__conte-logo img {
		display: block;
		width: 100%;
		height: auto;}

.l-footer .footer__conte-nav {
	flex: none;}

	@media screen and (max-width: 799px) {
		.l-footer .footer__conte-nav {
			margin-top: 0;} }

.l-footer .footer__conte-nav ul {
	display: flex;
	column-gap: 2rem;}

	@media screen and (max-width: 799px) {
		.l-footer .footer__conte-nav ul {
			display: block;
			text-align: right;
			line-height: 5rem;
			margin-right: 2rem;} }

.l-footer .footer__conte-nav li {
	font-size: var(--font-size-15);}

.l-footer .footer__conte-nav a {
	transition: opacity .3s;
	color: var(--color-white);}

.l-footer .footer__conte-nav a:hover {
	opacity: .5;}

.l-footer .footer__copy {
	margin: 8rem auto 0;
	width: 88%;
	max-width: var(--container-m);
	font-family: var(--font-family-serif);
	font-size: var(--font-size-12);
	text-align: center;
	color: var(--color-white);}

	@media screen and (max-width: 799px) {
		.l-footer .footer__copy {
			width: 84%;
			margin-top: 6rem;
			text-align: left;} }

.footer__leaves {
	position: absolute;
	right: 12%;
	bottom: 0;
	width: 13rem;
	height: auto;
	pointer-events: none;}

	@media screen and (max-width: 799px) {
		.footer__leaves {
			width: 10rem;} }
/* ==========================================================================
 *
 * home scss
 *
========================================================================== */
/* ==========================================================================
   #hero
========================================================================== */
.p-index-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh; }
  @media screen and (max-width: 799px) {
    .p-index-hero {
      width: 100%;
      height: 72rem;
      overflow: hidden; } }
  .p-index-hero .hero__photo {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 799px) {
      .p-index-hero .hero__photo {
        height: 59rem; } }
    .p-index-hero .hero__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 0; }
      @media screen and (max-width: 799px) {
        .p-index-hero .hero__photo img {
          object-position: 70% top; } }
  .p-index-hero .hero__head {
    position: absolute;
    left: 8%;
    bottom: 20rem; }
    @media screen and (max-width: 799px) {
      .p-index-hero .hero__head {
        left: 0;
		right: 2.4rem;
        bottom: 7.5rem;
		z-index: 2;
		padding: 1.8rem 1.8rem 1.6rem;
		background: rgba(255, 255, 255, 0.72); } }
    .p-index-hero .hero__head h1 {
      font-size: var(--font-size-30);
      font-weight: var(--font-wight-medium);
      line-height: var(--line-height-m);
      letter-spacing: var(--letter-spacing-l);
      color: var(--color-black); }
      @media screen and (max-width: 799px) {
        .p-index-hero .hero__head h1 {
          font-size: var(--font-size-22);
          line-height: 2.2;
          letter-spacing: .07em; } }
    .p-index-hero .hero__head p {
      font-size: var(--font-size-15);
      line-height: var(--line-height-m);
      margin-top: 2.5rem;
      color: var(--color-black); }
      @media screen and (max-width: 799px) {
        .p-index-hero .hero__head p {
          margin-top: 2rem;
          font-size: 1.3rem;
          line-height: 1.6; } }

/* ==========================================================================
   #about
========================================================================== */
.about__conte-note h4 {
	font-size: var(--font-size-18);
	font-weight: var(--font-wight-medium);
	margin-bottom: 2rem;
	letter-spacing: var(--letter-spacing-m);}
	@media screen and (max-width: 799px) {
		.about__conte-note h4 {
			font-size: var(--font-size-15);} }


.p-index-about {
	width: 100%;}

.about__inner {
	margin: 0 auto;
	width: 88%;
	max-width: var(--container-m);
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 8rem;
	margin-top: 15rem;}

	@media screen and (max-width: 799px) {
		.p-index-about {
			width: 100%;
			display: block;
			margin-top: 7rem;
			margin-bottom: 11rem;} }

	@media screen and (max-width: 799px) {
		.about__inner {
			width: 84%;
			display: block;
			margin-top: 0;} }

.p-index-about .about__conte {
	flex: 1;
	position: relative;
	z-index: 2;}

	@media screen and (max-width: 799px) {
		.p-index-about .about__conte {
			margin: 0 auto;
			width: 100%;
			max-width: var(--container-m);} }

.p-index-about .about__conte-note {
	margin-top: 3.5rem;
	color: var(--color-brown);}

	.p-index-about .about__conte-note p {
		font-size: var(--font-size-15);
		line-height: var(--line-height-m);}
	@media screen and (max-width: 799px) {
		.p-index-about .about__conte-note p {
			font-size: var(--font-size-14);} }

	.p-index-about .about__conte-note p + p {
		margin-top: 2rem;}

.p-index-about .about__photo {
	width: 43%;
	position: relative;
	z-index: 2;}

	@media screen and (max-width: 799px) {
		.p-index-about .about__photo {
			width: 90%;
			margin-top: 4rem;
			padding-right: 0;} }

	.p-index-about .about__photo img {
		display: block;
		width: 100%;
		height: auto;}

	.p-index-about .about__photo .about__flower {
		position: absolute;
		right: -8rem;
    	bottom: -7rem;
		width: 10rem;
		z-index: 1;
		pointer-events: none;}

	@media screen and (max-width: 799px) {
		.p-index-about .about__photo .about__flower {
			right: -4rem;
        	bottom: -3rem;
			width: 7rem;} }
/* ==========================================================================
   #special
========================================================================== */
.special__discription {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 2rem;
	color: var(--color-brown);}
@media screen and (max-width: 799px) {
	.special__discription {
		display: block;
		margin-top: 3rem;} }
.special-area {
	position: relative;
	overflow: visible;}
.c-radius-tl,
.c-radius-bl,
.c-radius-tr,
.c-radius-br {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	z-index: 2;}
.c-radius-tl {
	top: 0;
	left: 0;
	transform: translateY(-100%);}
.c-radius-bl {
	bottom: 0;
	left: 0;}
.c-radius-tr {
	top: 0;
	right: 0;}
.c-radius-br {
	bottom: 0;
	right: 0;
	transform: translateY(100%);}
.c-radius-tl img,
.c-radius-bl img,
.c-radius-tr img,
.c-radius-br img {
	display: block;
	width: 8rem;
	height: auto;}
.p-index-special {
	position: relative;
	background: #fff;
	overflow: visible;}






.p-index-special .special__head-note {
	width: 100%;
}

.p-index-special .special__head-note p {
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: var(--font-size-15);
	line-height: var(--line-height-m);
}

.p-index-special .special__head-note-price {
	flex-shrink: 0;
	margin-left: auto;
}

.p-index-special .special__head-txt {
	white-space: nowrap;
	font-size: 1.2rem;
	line-height: 1.8;
}

.reserve {
	margin-top: 3rem;
}
@media screen and (max-width: 799px) {
    .reserve {
     width: 80%;
	 margin: 2.5rem auto;} }
.p-index-special .reserve__head {
	position: relative;
	text-align: center;
	margin-bottom: 1rem;
}

.p-index-special .reserve__head p {
	display: inline-block;
	position: relative;
	padding: 0 2.4rem;
	font-size: var(--font-size-15);
	line-height: 1.6;
	color: var(--color-main2);
	font-weight: 500;
	background: var(--color-white);
	z-index: 2;
}
@media screen and (max-width: 799px) {
    .p-index-special .reserve__head p {
     padding: 0 1.5rem; } }
.p-index-special .reserve__head::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--color-main2);
	transform: translateY(-50%);
}

.p-index-special .reserve__link {
	display: flex;
	column-gap: 1rem;
}
@media screen and (max-width: 799px) {
    .p-index-special .reserve__link {
      display: block; } }
.p-index-special .reserve__link a {
	width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 799px) {
    .p-index-special .reserve__link a{
     width:100%; } }
.p-index-special .reserve__link a:hover {
	opacity: .9;
}





.p-index-special .reserve__link a svg {
	width: 3.2rem;
	height: 3.2rem;
	flex-shrink: 0;
}
@media screen and (max-width: 799px) {
    .p-index-special .reserve__link a svg {
     width: 2.8rem;
	 height: 2.8rem; } }
.p-index-special .reserve__link a span {
	font-size: var(--font-size-16);
	line-height: 1.4;
	font-weight: 500;
}

.p-index-special {
  margin-top: 15rem;
  padding: 12rem 0;}
  @media screen and (max-width: 799px) {
    .p-index-special {
      margin-top: 7rem;
	  padding: 7rem 0;} }
  .p-index-special .special__head {
    margin: 0 auto;
    width: 88%;
    max-width: var(--container-m); }
    @media screen and (max-width: 799px) {
      .p-index-special .special__head {
        width: 84%; } }
    @media screen and (max-width: 799px) {
      .p-index-special .special__head-note {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        display: block;
        margin-top: 4rem; } }
    .p-index-special .special__head-note ul {
      display: flex;
      column-gap: 1rem; }
    .p-index-special .special__head-note li {
      width: 20rem;
      height: 5.4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--color-white);
      border: solid var(--color-gray) 1px;
      font-size: var(--font-size-16); }
      @media screen and (max-width: 799px) {
        .p-index-special .special__head-note li {
          width: 100%;
          height: 4.6rem;
          font-size: 1.4rem; } }
    .p-index-special .special__head-note p {
      text-align: justify;
      word-break: break-all;
      text-justify: inter-character;
      word-wrap: break-word;
      overflow-wrap: break-word;
      font-size: var(--font-size-15);
      line-height: var(--line-height-m); }
@media screen and (max-width: 799px) {
        .p-index-special .special__head-note p {
          font-size: var(--font-size-14); } }
  .p-index-special .special__head-txt {
    font-size: var(--font-size-13);
text-align: right;
white-space: nowrap;
	line-height: 1.8; }
.p-index-special .special__head-note-price {
		margin-top: 1rem; }
    @media screen and (max-width: 799px) {
      .p-index-special .special__head-txt {
        margin-top: 2.5rem;
		text-align: left;} }
  .p-index-special .special__body {
    margin: 0 auto;
    width: 88%;
    max-width: var(--container-m);
    margin-top: 3rem; }
    @media screen and (max-width: 799px) {
      .p-index-special .special__body {
        width: 84%; } }
    @media screen and (max-width: 799px) {
      .p-index-special .special__body {
        margin-top: 4rem; } }
  .p-index-special .special__body-item {
    display: flex;
    column-gap: 8rem;
    border-top: solid var(--color-brown) 1px;
    padding-top: 7rem;
	align-items: center;}
    @media screen and (max-width: 799px) {
      .p-index-special .special__body-item {
        display: block;
        padding-top: 5rem; } }
  .p-index-special .special__body-item + .special__body-item {
    margin-top: 7rem; }
    @media screen and (max-width: 799px) {
      .p-index-special .special__body-item + .special__body-item {
        margin-top: 5rem; } }
  .p-index-special .special__body-item-photo {
    width: 42.5%;
    display: flex;
    column-gap: 1.875rem;
    padding-left: 4rem; }
@media screen and (max-width: 799px) {
      .p-index-special .special__body-item-photo {
        padding-left: 0rem; } }
    @media screen and (max-width: 799px) {
      .p-index-special .special__body-item-photo {
        width: 55%;
        column-gap: 2.5rem;
        margin-right: auto;
        padding-left: 1.5rem; } }
    @media screen and (max-width: 579px) {
      .p-index-special .special__body-item-photo {
        width: 90%;
		padding-left: 0rem;} }
    .p-index-special .special__body-item-photo ._num {
      font-family: var(--font-family-serif);
      font-size: var(--font-size-14);
      font-weight: var(--font-wight-bold);
      writing-mode: vertical-rl;
	  color: var(--color-main3); }
    .p-index-special .special__body-item-photo ._num span {
      display: block;
      font-size: var(--font-size-34); }
    .p-index-special .special__body-item-photo img {
      width: 85%;
  height: auto;
  display: block;
  flex: none;}
  .p-index-special .special__body-item-conte {
    flex: 1;
	padding-right: 4rem;}
    @media screen and (max-width: 799px) {
      .p-index-special .special__body-item-conte {
        margin-top: 2rem;
		padding-right: 0rem;}}
    .p-index-special .special__body-item-conte ._label {
      display: flex;
      column-gap: 1rem; }
      @media screen and (max-width: 579px) {
        .p-index-special .special__body-item-conte ._label {
          display: block; } }
    .p-index-special .special__body-item-conte ._label li {
      background: var(--color-white);
      border: solid var(--color-gray) 1px;
      font-size: var(--font-size-15);
      padding: .8rem 2rem; }
      @media screen and (max-width: 799px) {
        .p-index-special .special__body-item-conte ._label li {
          width: fit-content;
          padding: .8rem 1rem; } }
    @media screen and (max-width: 799px) {
      .p-index-special .special__body-item-conte ._label li + li {
        margin-top: .5rem; } }
    .p-index-special .special__body-item-conte ._cap {
      font-size: var(--font-size-24);
      font-weight: var(--font-wight-semibold);
      line-height: var(--line-height-m);
      margin-top: 2.5rem;
	  color: var(--color-brown);}
@media screen and (max-width: 799px) {
      .p-index-special .special__body-item-conte ._cap {
        font-weight: var(--font-wight-medium); } }
      @media screen and (max-width: 799px) {
        .p-index-special .special__body-item-conte ._cap {
        	margin-top: 2rem; } }
    .p-index-special .special__body-item-conte ._push {
      font-size: var(--font-size-15);
      line-height: var(--line-height-s);
      margin-top: .5rem; }
    .p-index-special .special__body-item-conte ._push span {
      background: linear-gradient(transparent 65%, var(--color-main3) 65%);
      padding: 0 2px; }
    .p-index-special .special__body-item-conte ._list {
      display: flex;
      flex-wrap: wrap;
      flex-wrap: wrap;
      gap: .8rem;
      margin-top: 2rem; }
      @media screen and (max-width: 799px) {
        .p-index-special .special__body-item-conte ._list {
          gap: .5rem;
          margin-top: 1.5rem; } }
    .p-index-special .special__body-item-conte ._list li {
    	background: var(--color-white);
    	font-size: var(--font-size-14);
    	padding: .5rem 1rem;
		border: solid 1px var(--color-brown);
		color: var(--color-brown);}
      @media screen and (max-width: 799px) {
        .p-index-special .special__body-item-conte ._list li {
          padding: .4rem .7rem;
		  font-size: var(--font-size-13);} }
    .p-index-special .special__body-item-conte ._check {
      font-size: var(--font-size-12);
      line-height: var(--line-height-m);
      margin-top: 2rem;
	  color: var(--color-brown);}
    .p-index-special .special__body-item-conte ._price {
      display: flex;
      align-items: baseline;
      justify-content: flex-end;
      column-gap: .5rem;
      margin-top: 2rem; }
      @media screen and (max-width: 579px) {
        .p-index-special .special__body-item-conte ._price {
          display: block; } }
    .p-index-special .special__body-item-conte ._price ._lp {
      font-size: var(--font-size-15);
	  color: var(--color-brown);}
	@media screen and (max-width: 579px) {
        .p-index-special .special__body-item-conte ._price ._lp {
          text-align: right;
		  margin-bottom: 1rem; } }
@media screen and (max-width: 799px) {
        .p-index-special .special__body-item-conte ._price ._lp span {
          display: none; } }
    .p-index-special .special__body-item-conte ._price ._sp {
      font-size: var(--font-size-15);
      font-weight: var(--font-wight-bold);
	  color: var(--color-brown);}
      @media screen and (max-width: 799px) {
        .p-index-special .special__body-item-conte ._price ._sp {
          text-align: right; } }
    .p-index-special .special__body-item-conte ._price ._sp span {
      color: var(--color-main4);
      font-size: var(--font-size-36); }
    .p-index-special .special__body-item-conte ._note {
	  position: relative;
      text-align: justify;
      word-break: break-all;
      text-justify: inter-character;
      word-wrap: break-word;
      overflow-wrap: break-word;
      background: rgba(220, 167, 60, 0.16);
      border-radius: .5rem;
      font-size: var(--font-size-15);
      line-height: var(--line-height-m);
      padding: 1.5rem 2rem;
	  color: var(--color-brown);}
      @media screen and (max-width: 799px) {
        .p-index-special .special__body-item-conte ._note {
          font-size: var(--font-size-14);
          padding: .8rem 1.5rem; } }
.p-index-special .special__body-item-conte ._note::before {
	content: "";
	position: absolute;
	left: 2.4rem;
	bottom: -1.6rem;
	width: 0;
	height: 0;
	border-left: .8rem solid transparent;
	border-right: .8rem solid transparent;
	border-top: 1.6rem solid rgba(220, 167, 60, 0.16);
}

/* ==========================================================================
   #voice
========================================================================== */
.p-index-voice {
	margin-top: 15rem;
	padding: 0 0 12rem;
	position: relative;
}

@media screen and (max-width: 799px) {
	.p-index-voice {
		margin-top: 7rem;
		padding: 0 0 7rem;
	}
}

.p-index-voice .about__conte {
	margin: 0 auto;
	width: 88%;
	max-width: var(--container-m);
}

@media screen and (max-width: 799px) {
	.p-index-voice .about__conte {
		width: 84%;
		padding-top: 1rem;
	}
}
.p-index-voice__inner {
	margin-top: 5rem;
	position: relative;
}

@media screen and (max-width: 799px) {
	.p-index-voice__inner {
		margin-top: 3rem;
	}
}

.p-index-voice__slider-wrap {
	position: relative;
}

.p-index-voice__slider {
	overflow: hidden;
}

.p-index-voice__slider .swiper-wrapper {
	align-items: stretch;
}

.p-index-voice__slider .swiper-slide {
	height: auto;
}

.p-index-voice__card {
	height: 100%;
	background: var(--color-white);
	padding: 3rem 2.6rem 2.4rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 35rem;
}

@media screen and (max-width: 799px) {
	.p-index-voice__card {
		padding: 2.4rem 2rem 2rem;
		min-height: auto;
	}
}
.p-index-voice__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 2rem;
	margin-bottom: 2.6rem;
}
@media screen and (max-width: 799px) {
	.p-index-voice__meta {
		column-gap: 1.2rem;
		margin-bottom: 2rem;
	}
}
.p-index-voice__icon {
	width: 8rem;
	height: 8rem;
	margin: 0;
	flex-shrink: 0;
}
@media screen and (max-width: 799px) {
	.p-index-voice__icon {
		width: 6.8rem;
		height: 6.8rem;
	}
}
.p-index-voice__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 799px) {
	.p-index-voice__icon {
		width: 8.5rem;
		height: 8.5rem;
		margin-bottom: 1.8rem;
	}
}

.p-index-voice__tag {
	width: fit-content;
	min-width: 9.6rem;
	margin: 0;
	padding: .7rem 1.6rem;
	background: rgba(220, 167, 60, 0.16);
	border-radius: .3rem;
	font-size: 1.5rem;
	line-height: 1.4;
	color: var(--color-brown);
	text-align: center;
}

@media screen and (max-width: 799px) {
	.p-index-voice__tag {
		padding: .6rem 1.2rem;
		font-size: 1.3rem;
	}
}

.p-index-voice__text {
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: var(--font-size-15);
	line-height: 2;
	color: var(--color-brown);
	flex: 1;
}

@media screen and (max-width: 799px) {
	.p-index-voice__text {
		line-height: 1.9;
	}
}

.p-index-voice__nav {
	position: absolute;
	top: -8.5rem;
	right: 0;
	display: flex;
	align-items: center;
	column-gap: 1rem;
	z-index: 3;
}

@media screen and (max-width: 799px) {
	.p-index-voice__nav {
		top: -6.5rem;
		column-gap: .8rem;
	}
}

.p-index-voice__prev,
.p-index-voice__next {
	position: static;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity .3s ease, background .3s ease;
	background: #8c8c8c;
}

.p-index-voice__prev:hover,
.p-index-voice__next:hover {
	opacity: .85;
}

@media screen and (max-width: 799px) {
	.p-index-voice__prev,
	.p-index-voice__next {
		width: 4rem;
		height: 4rem;
	}
}

.p-index-voice__prev::after,
.p-index-voice__next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: .9rem;
	height: .9rem;
	border-top: solid 1px var(--color-white);
	border-right: solid 1px var(--color-white);
}

.p-index-voice__prev {
	position: relative;
}

.p-index-voice__next {
	position: relative;
	background: #8c8c8c;
}

.p-index-voice__prev::after {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.p-index-voice__next::after {
	transform: translate(-65%, -50%) rotate(45deg);
}
.p-index-voice__prev.swiper-button-disabled,
.p-index-voice__next.swiper-button-disabled {
	background: #b7b7b7;
	cursor: default;
	opacity: 1;
}

.p-index-voice__pagination {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1rem;
}

@media screen and (max-width: 799px) {
	.p-index-voice__pagination {
		margin-top: 2.8rem;
		column-gap: .8rem;
	}
}

.p-index-voice__pagination .swiper-pagination-bullet {
	margin: 0 !important;
	width: 1.2rem;
	height: 1.2rem;
	background: #d3d3d3;
	opacity: 1;
}

.p-index-voice__pagination .swiper-pagination-bullet-active {
	background: #8c8c8c;
}

@media screen and (max-width: 799px) {
	.p-index-voice__pagination .swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
	}
}



/* ==========================================================================
   #reasons
========================================================================== */
.p-index-reasons {
	margin-top: 15rem;
	padding: 0 0 10rem;
	position: relative;
}

@media screen and (max-width: 799px) {
	.p-index-reasons {
		margin-top: 7rem;
		padding: 0rem;
	}
}

.p-index-reasons .reasons__wrap {
	margin: 0 auto;
	width: 88%;
	max-width: var(--container-m);
}

@media screen and (max-width: 799px) {
	.p-index-reasons .reasons__wrap {
		width: 84%;
	}
}

.p-index-reasons .reasons__head {
	position: relative;
}

.p-index-reasons .reasons__body {
	margin-top: 4rem;
	position: relative;
}

@media screen and (max-width: 799px) {
	.p-index-reasons .reasons__body {
		margin-top: 3rem;
	}
}

.p-index-reasons .reasons-swiper {
	overflow: hidden;
}

.p-index-reasons .reasons-swiper .swiper-wrapper {
	align-items: stretch;
}

.p-index-reasons .reasons-swiper .swiper-slide {
	height: auto;
}

.p-index-reasons .reasons-card {
	position: relative;
	height: 100%;
	padding-left: 2.8rem;
	box-sizing: border-box;
	padding-top: 1rem;
}

@media screen and (max-width: 799px) {
	.p-index-reasons .reasons-card {
		padding-left: 2.2rem;
	}
}

.p-index-reasons .reasons-card__num {
	position: absolute;
	top: 0;
	left: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: var(--font-size-14);
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #dca73c;
	padding-top: 1rem;
}

.p-index-reasons .reasons-card__image {
	width: 100%;
	aspect-ratio: 300 / 220;
	position: relative;
	z-index: 1;
}
.p-index-reasons .reasons-card__image::before {
	content: "";
	position: absolute;
  	bottom: -1rem;
	right: -1rem;
	width: 6rem;
	height: 6rem;
	background: #dcebea;
	z-index: -1;
}
.p-index-reasons .swiper-slide:nth-child(2) .reasons-card__image::before {
	top: -1rem;
	right: -1rem;
	bottom: auto;
	left: auto;
}
.p-index-reasons .swiper-slide:nth-child(3) .reasons-card__image::before {
	top: -1rem;
	left: -1rem;
	right: auto;
	bottom: auto;
}
.p-index-reasons .swiper-slide:nth-child(4) .reasons-card__image::before {
	bottom: -1rem;
	left: -1rem;
	top: auto;
	right: auto;
}
.p-index-reasons .reasons-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.p-index-reasons .reasons-card__content {
	padding-top: 1.6rem;
}

.p-index-reasons .reasons-card__title {
	font-size: var(--font-size-20);
	line-height: 1.7;
	color: var(--color-brown);
	font-weight: 500;
}

@media screen and (max-width: 799px) {
	.p-index-reasons .reasons-card__title {
		font-size: var(--font-size-17);
	}
}

.p-index-reasons .reasons-card__text {
	margin-top: 1rem;
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: var(--font-size-15);
	line-height: 1.9;
	color: var(--color-brown);
}


.p-index-reasons .reasons__body {
	margin-top: 4rem;
	position: relative;
}

.p-index-reasons .reasons__body::before {
	content: "";
	position: absolute;
	left: -6rem;
    top: 27rem;
    width: 11rem;
    height: 11rem;
	background: url("../images/page/icon/flower-orange-2.svg") no-repeat center / contain;
	z-index: 3;
	pointer-events: none;
}
@media screen and (max-width: 799px) {
	.p-index-reasons .reasons__body::before {
		left: -2rem;
        top: 14rem;
        width: 7rem;
        height: 7rem;
	}
}
.p-index-reasons .reasons__flower img {
	display: block;
	width: 100%;
	height: auto;
}

/* ------------------------------
nav
------------------------------ */
.p-index-menu {
  position: relative;
  background: #fff;
  overflow: visible;
  margin-top: 15rem;
  padding: 12rem 0 18rem;
}

.p-index-reasons .p-index-reasons__nav {
	position: absolute;
	top: -8.5rem;
	right: 0;
	display: flex;
	align-items: center;
	column-gap: 1rem;
	z-index: 3;
}

@media screen and (max-width: 799px) {
	.p-index-reasons .p-index-reasons__nav {
		top: -6.5rem;
		column-gap: .8rem;
	}
}

.p-index-reasons .p-index-reasons__prev,
.p-index-reasons .p-index-reasons__next {
	position: relative;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 50%;
	background: #8c8c8c;
	cursor: pointer;
	transition: opacity .3s ease, background .3s ease;
}

.p-index-reasons .p-index-reasons__prev.swiper-button-disabled,
.p-index-reasons .p-index-reasons__next.swiper-button-disabled {
	background: #b7b7b7;
	cursor: default;
	opacity: 1;
}

@media screen and (max-width: 799px) {
	.p-index-reasons .p-index-reasons__prev,
	.p-index-reasons .p-index-reasons__next {
		width: 4rem;
		height: 4rem;
	}
}

.p-index-reasons .p-index-reasons__prev::after,
.p-index-reasons .p-index-reasons__next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: .9rem;
	height: .9rem;
	border-top: solid 1px var(--color-white);
	border-right: solid 1px var(--color-white);
}

.p-index-reasons .p-index-reasons__prev::after {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.p-index-reasons .p-index-reasons__next::after {
	transform: translate(-65%, -50%) rotate(45deg);
}

/* ------------------------------
pagination
------------------------------ */
.p-index-reasons .reasons-pagination {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .8rem;
}

.p-index-reasons .reasons-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	width: 1rem;
	height: 1rem;
	background: #d3d3d3;
	opacity: 1;
}

.p-index-reasons .reasons-pagination .swiper-pagination-bullet-active {
	background: #8c8c8c;
}

@media screen and (max-width: 799px) {
	.p-index-reasons .reasons-pagination {
		margin-top: 2.4rem;
	}
}

/* ==========================================================================
   #menu
========================================================================== */


.p-index-menu .menu__wrap {
	background: var(--color-white);
	padding: 0 0 12rem;
}
@media screen and (max-width: 799px) {
	.p-index-menu .menu__wrap {
		padding: 0rem;
	}
}

.p-index-menu .menu__head {
	margin: 0 auto;
	width: 88%;
	max-width: var(--container-m);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	column-gap: 3rem;
}

@media screen and (max-width: 799px) {
	.p-index-menu .menu__head {
		width: 84%;
		display: block;
	}
}

.p-index-menu .menu__head-txt {
	font-size: var(--font-size-13);
	line-height: 1.8;
	white-space: nowrap;
	margin-left: auto;
	color: var(--color-brown);
}

@media screen and (max-width: 799px) {
	.p-index-menu .menu__head-txt {
		margin-top: 1.5rem;
		text-align: left;
	}
}

.p-index-menu .menu__body {
	margin: 0 auto;
	margin-top: 6rem;
	width: 88%;
	max-width: var(--container-m);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10rem;
	row-gap: 6rem;
	align-items: start;
}

@media screen and (max-width: 799px) {
	.p-index-menu .menu__body {
		width: 84%;
		margin-top: 4rem;
		grid-template-columns: 1fr;
		row-gap: 5rem;
    display: block;
	}
}

.p-index-menu .menu__body-item {
	break-inside: avoid;
}

/* PC配置 */
.p-index-menu .menu__body-item--cut {
	grid-column: 1;
	grid-row: 1;
}

.p-index-menu .menu__body-item--color {
	grid-column: 2;
	grid-row: 1;
}

.p-index-menu .menu__body-item--perm {
	grid-column: 1;
	grid-row: 2;
}

.p-index-menu .menu__body-item--straight {
	grid-column: 2;
	grid-row: 2;
}

.p-index-menu .menu__body-item--treatment {
	grid-column: 1;
	grid-row: 3;
}

.p-index-menu .menu__body-item--other {
	grid-column: 2;
	grid-row: 3;
}

.p-index-menu .menu__body-item-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	column-gap: 2rem;
	border-bottom: solid 1px #6f6964;
	padding-bottom: 1.5rem;
  color: var(--color-brown);
}

@media screen and (max-width: 799px) {
	.p-index-menu .menu__body-item-head {
		padding-bottom: 1.2rem;
	}
}

.p-index-menu .menu__body-item-head ._head {
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: .8rem;
}

.p-index-menu .menu__body-item-head ._cap {
	position: relative;
	font-family: var(--font-family-serif);
	font-size: var(--font-size-22);
	font-weight: var(--font-wight-bold);
	line-height: 1.4;
}


.p-index-menu .menu__body-item-head ._txt {
	position: relative;
	font-size: var(--font-size-13);
	line-height: 1.6;
	margin-left: 1rem;
}
@media screen and (max-width: 799px) {
	.p-index-menu .menu__body-item-head ._txt {
	font-size: var(--font-size-11);
}
}

.p-index-menu .menu__body-item-head ._notice {
	font-size: var(--font-size-14);
	line-height: 1.6;
	color: #dca76a;
	white-space: nowrap;
	padding-left: 1rem;
}

@media screen and (max-width: 799px) {
	.p-index-menu .menu__body-item-head ._txt::before {
		width: 2.6rem;
	}
  .menu__body-item--color, .menu__body-item--perm, .menu__body-item--straight, .menu__body-item--treatment, .menu__body-item--other {
    margin-top: 5rem;
  }
}

.p-index-menu .menu__body-item-table dl {
	display: flex;
	align-items: center;
	column-gap: 2rem;
	border-bottom: solid 1px #d2d2d2;
	padding: 1.8rem 0 1.7rem;
}

@media screen and (max-width: 799px) {
	.p-index-menu .menu__body-item-table dl {
		padding: 1.6rem 0 1.5rem;
	}
}

.p-index-menu .menu__body-item-table dt {
	flex: 1;
	font-size: var(--font-size-15);
	line-height: 1.8;
	color: var(--color-brown);
}

.p-index-menu .menu__body-item-table dd {
	font-size: var(--font-size-15);
	line-height: 1.8;
	color: var(--color-brown);
	white-space: nowrap;
	padding-left: 1rem;
}

/* couponバナー */
.p-index-menu #l-contact-sub,
.p-index-salon #l-contact-sub2{
	grid-column: 1;
	grid-row: 4;
	margin-top: 4rem;
	position: static;
	right: auto;
	bottom: auto;
	z-index: auto;
}

@media screen and (max-width: 799px) {
	.p-index-menu #l-contact-sub,
	.p-index-salon #l-contact-sub2{
		grid-column: auto;
		grid-row: auto;
		margin-top: 4rem;
	}
}

.p-index-menu #l-contact-sub .contact__wrap
.p-index-salon #l-contact-sub2 .contact__wrap {
	width: 100%;
	max-width: 42rem;
	min-height: 7.8rem;
	padding: 1.6rem 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 1.6rem;
	background: var(--color-main2);
	border-radius: .4rem;
	text-decoration: none;
	transition: opacity .3s ease;
}

.p-index-menu #l-contact-sub .contact__wrap:hover,
.p-index-salon #l-contact-sub2 .contact__wrap:hover {
	opacity: .9;
}

.p-index-menu #l-contact-sub .contact__conte,
.p-index-salon #l-contact-sub2 .contact__conte {
	display: flex;
	flex-direction: column;
	row-gap: .4rem;
}

.p-index-menu #l-contact-sub ._cap,
.p-index-salon #l-contact-sub2 ._cap {
	font-size: var(--font-size-14);
	line-height: 1.7;
	color: var(--color-white);
	font-weight: 500;
}


@media screen and (max-width: 799px) {
	.p-index-menu #l-contact-sub .contact__wrap,
	.p-index-salon #l-contact-sub2 .contact__wrap {
		min-height: 7rem;
		padding: 1.4rem 1.6rem;
    width: 90%;
    margin: 0 auto;
	}

	.p-index-menu #l-contact-sub ._cap
	.p-index-salon #l-contact-sub2 ._cap {
		font-size: 1.4rem;
	}
}
.l-contact-menu img {
  margin-top: 5rem;
}
@media screen and (max-width: 799px) {
	.l-contact-menu img {
		margin-top: 2rem;
    width: 50%;
	}
}
/* ==========================================================================
   #staff
========================================================================== */
.p-index-staff {
	position: relative;
	padding: 15rem 0 12rem;
}

@media screen and (max-width: 799px) {
	.p-index-staff {
		padding: 8rem 0;
	}
}

.p-index-staff .staff_wrap {
	position: relative;
	margin: 0 auto;
	width: 88%;
	max-width: var(--container-m);
}

@media screen and (max-width: 799px) {
	.p-index-staff .staff_wrap {
		width: 84%;
	}
}


.p-index-staff .staff__flower {
	position: absolute;
	top: -50px;
	right: -5rem;
    width: 7rem;
	height: auto;
	z-index: 2;
}

@media screen and (max-width: 799px) {
	.p-index-staff .staff__flower {
		top: 2rem;
        right: 1.4rem;
        width: 5rem;
	}
}

.p-index-staff .staff__body {
	margin-top: 5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 8rem;
	row-gap: 12rem;
	align-items: start;
}

@media screen and (max-width: 799px) {
	.p-index-staff .staff__body {
		margin-top: 6rem;
		grid-template-columns: 1fr;
		row-gap: 8rem;
	}
}

.p-index-staff .staff__body-item {
	position: relative;
}
@media screen and (min-width: 800px) {
	.p-index-staff .staff__body-item:nth-child(even) {
		margin-top: 3rem;
	}
}
.p-index-staff .staff__body-item:nth-child(3) {
	grid-column: 1;
}

@media screen and (max-width: 799px) {
	.p-index-staff .staff__body-item:nth-child(3) {
		grid-column: auto;
	}
}

.p-index-staff .staff__body-item-conte {
	display: flex;
	align-items: flex-start;
	column-gap: 3.2rem;
	position: relative;
}

@media screen and (max-width: 799px) {
	.p-index-staff .staff__body-item-conte {
		column-gap: 2rem;
    display: block;
	}
}

.p-index-staff .staff__body-item-photo {
	position: relative;
	width: 20rem;
	flex-shrink: 0;
}

@media screen and (max-width: 799px) {
	.p-index-staff .staff__body-item-photo {
		margin: 0 auto;
	}
}

.p-index-staff .staff__body-item-photo::before {
	content: "";
	position: absolute;
  bottom: -1rem;
	right: -1rem;
	width: 6rem;
	height: 6rem;
	background: #dcebea;
	z-index: 0;
}

.p-index-staff .staff__body-item:nth-child(2) .staff__body-item-photo::before {
	top: -1rem;
	right: -1rem;
}

.p-index-staff .staff__body-item:nth-child(3) .staff__body-item-photo::before {
	top: -1rem;
	left: -1rem;
	right: auto;
}



.p-index-staff .staff__body-item-photo > img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
}

.p-index-staff .staff__item-link {
	position: absolute;
	right: -2.2rem;
	bottom: -1.2rem;
	z-index: 2;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: #efe4cf;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 799px) {
	.p-index-staff .staff__item-link {
		width: 7rem;
		height: 7rem;
		right: -2.4rem;
        bottom: -3rem;
	}
}

.p-index-staff .staff__item-link a {
	position: absolute;
	inset: 0;
	z-index: 2;
}
.p-index-staff .staff_hpb-img {
	width: 7rem;
	height: auto;
	display: block;
	filter: brightness(0) saturate(100%) invert(52%) sepia(23%) saturate(843%) hue-rotate(336deg) brightness(91%) contrast(86%);
}
@media screen and (max-width: 799px) {
	.p-index-staff .staff_hpb-img {
		width: 6.2rem;
	}
}

.p-index-staff .staff__item-content {
	flex: 1;
	padding-top: 1.2rem;
}

@media screen and (max-width: 799px) {
	.p-index-staff .staff__item-content {
		padding-top: 4rem;
	}
}

.p-index-staff .staff__item-head {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: .8rem;
}

.p-index-staff .staff__item-en {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #dca76a;
}

.p-index-staff .staff__item-name {
	font-size: var(--font-size-22);
	line-height: 1.2;
	font-weight: 500;
	color: #7b6759;
}

@media screen and (max-width: 799px) {
	.p-index-staff .staff__item-name {
		font-size: var(--font-size-24);
	}
}

.p-index-staff .staff__item-role {
	width: 100%;
	margin-top: .8rem;
	font-size: var(--font-size-13);
	line-height: 1.8;
	color: var(--color-brown);
}
@media screen and (max-width: 799px) {
	.p-index-staff .staff__item-role {
		margin-top: 0rem;
	}
}
.p-index-staff .staff__item-text {
	margin-top: 2rem;
	font-size: var(--font-size-14);
	line-height: 2;
	color: var(--color-brown);
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
@media screen and (max-width: 799px) {
	.p-index-staff .staff__item-text {
		margin-top: 1.4rem;
		font-size: 1.4rem;
		line-height: 1.9;
	}
}
.p-index-staff .staff__item-text-sub {
	margin-top: 1rem;
}
@media screen and (max-width: 799px) {
	.p-index-staff .staff__item-text-sub {
		margin-top: .8rem;
	}
}


/* ==========================================================================
   #gallery
========================================================================== */
.p-index-gallery {
	position: relative;
	margin-top: -20rem;
	z-index: 2;
}

@media screen and (max-width: 799px) {
	.p-index-gallery {
		margin-top: -14rem;
	}
}

.gallery__inner {
	width: calc(100% - 8.8%);
	margin-left: 8.8%;
	overflow: hidden;
}
@media screen and (max-width: 799px) {
	.gallery__inner {
		width: calc(100% - 8%);
		margin-left: 8%;
	}
}

@media screen and (max-width: 799px) {
	.p-index-gallery .gallery__inner {
		padding-left: 8%;
	}
}

.p-index-gallery .gallery__leaf {
	margin-bottom: 3rem;
}

.p-index-gallery .gallery__leaf img {
	display: block;
	width: 26rem;
	height: auto;
}

@media screen and (max-width: 799px) {
	.p-index-gallery .gallery__leaf {
		margin-bottom: 2rem;
	}

	.p-index-gallery .gallery__leaf img {
		width: 18rem;
	}
}

.p-index-gallery .gallery-swiper {
	overflow: visible;
}

.p-index-gallery .gallery-swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

.p-index-gallery .gallery-swiper .swiper-slide {
	height: auto;
	width: auto;
}

.p-index-gallery .gallery__item {
	width: 38rem;
  	height: 45rem;
	overflow: hidden;
}
@media screen and (max-width: 799px) {
	.p-index-gallery .gallery__item {
		width: 20rem;
        height: 25rem;
	}
}
.p-index-gallery .gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* ==========================================================================
   #gallery-flower
========================================================================== */
.gallery-flower {
	width: 100%;
	height: 50rem;
	overflow: hidden;
}

.gallery-flower img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

@media screen and (max-width: 799px) {
	.gallery-flower {
		height: 23rem;
	}

	.gallery-flower img {
		transform: scale(1.15);
		transform-origin: center 30%;
	}
}

/* ==========================================================================
   #salon
========================================================================== */
.p-index-salon {
	padding: 14rem 0 17rem;}

	@media screen and (max-width: 799px) {
		.p-index-salon {
			padding: 8rem 0 10rem;} }

.salon__inner {
	position: relative;
	margin: 0 auto;
	width: 88%;
	max-width: var(--container-m);}

.p-index-salon .salon__wrap {
	display: grid;
	grid-template-columns: 1fr 45%;
	column-gap: 8rem;
	margin-top: 6rem;
	align-items: start;}

	@media screen and (max-width: 799px) {
		.p-index-salon .salon__wrap {
			display: flex;
			flex-direction: column;
			row-gap: 0;} }

.p-index-salon .salon__conte {
	grid-column: 1;
	grid-row: 1;}
.salon__conte-info {
	color: var(--color-brown);
}
.p-index-salon .salon__conte-info-cap {
	font-size: var(--font-size-13);
	font-weight: var(--font-wight-medium);}


	.p-index-salon .salon__conte-info-cap span {
		font-family: var(--font-family-serif);
		font-size: var(--font-size-22);
		margin-right: .5rem;
		font-weight: var(--font-wight-semibold);}

.p-index-salon .salon__conte-info-table {
	margin-top: 2rem;}

	@media screen and (max-width: 799px) {
		.p-index-salon .salon__conte-info-table {
			margin-top: 1rem;} }

	.p-index-salon .salon__conte-info-table dl {
		display: flex;
		column-gap: .8rem;}

	.p-index-salon .salon__conte-info-table dt,
	.p-index-salon .salon__conte-info-table dd {
		border-bottom: solid var(--color-gray) 1px;
		font-size: var(--font-size-15);
		line-height: var(--line-height-m);
		padding: 1.5rem 0;}

	.p-index-salon .salon__conte-info-table dt {
		width: 10rem;}

		@media screen and (max-width: 799px) {
			.p-index-salon .salon__conte-info-table dt {
				width: 8rem;} }

	.p-index-salon .salon__conte-info-table dd {
		flex: 1;}

.p-index-salon .salon__map {
	grid-column: 2;
	grid-row: 1 / span 2;
	width: 100%;
	height: 100%;}

	@media screen and (max-width: 799px) {
		.p-index-salon .salon__map {
			width: 100%;
			margin-top: 4rem;
			height: auto;} }

	.p-index-salon .salon__map iframe {
		display: block;
		width: 100%;
		height: 100%;}

	@media screen and (max-width: 579px) {
		.p-index-salon .salon__map iframe {
			min-height: 35rem;} }
.p-index-salon .l-contact-menu {
	grid-column: 1;
	grid-row: 2;
	margin-top: 0;}

	@media screen and (max-width: 799px) {
		.l-contact-menu {
			width: 100%;
			margin-top: 3rem;} }