html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: inherit;
  text-decoration: none
}
a.underlink {
  text-decoration: underline
}
a:hover {
  opacity: .8
}
a.underlink:hover {
  text-decoration: none
}
img {
  max-width: 100%
}
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word
}
body {
  font-family: Zen Maru Gothic, serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222
}
main {
  overflow-x: hidden
}
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 24px
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px
  }
}
.mv__container {
  height: 100%;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px
}
@media only screen and (max-width: 1024px) {
  .mv__container {
    padding: 0 24px
  }
}
@media only screen and (max-width: 767px) {
  .mv__container {
    padding: 0 15px
  }
}
.container--800 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px
}
@media only screen and (max-width: 1024px) {
  .container--800 {
    padding: 0 24px
  }
}
@media only screen and (max-width: 767px) {
  .container--800 {
    padding: 0 15px
  }
}
body {
  --header-height: 206px;
  --header-height-collapsed: 80px
}
@media only screen and (max-width: 1024px) {
  body {
    --header-height: 154px
  }
}
@media only screen and (max-width: 767px) {
  body {
    --header-height: 83px
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: var(--header-height);
  -webkit-transition: .3s;
  transition: .3s;
  background: url(../../assets/img/common/header-bg.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff
}
.header.is-active {
  background-color: #fff
}
@media only screen and (min-width: 1400px) {
  .header {
    height: max(12vw, var(--header-height))
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    background: url(../../assets/img/common/header-bg.png) no-repeat;
    background-size: contain;
    position: fixed
  }
}
@media only screen and (max-width: 767px) {
  .header {
    background: url(../../assets/img/common/header-bg-sp.png) no-repeat;
    background-position: center bottom;
    background-size: cover
  }
}
.header .header__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 55px 20px 45px;
    position: relative;
}
@media only screen and (max-width: 767px) {
  .header .header__top {
    padding: 10px 16px
  }
}
.header .header__logo {
  display: block;
  width: 335px
}
@media only screen and (max-width: 1024px) {
  .header .header__logo {
    width: min(280px, 30vw)
  }
}
@media only screen and (max-width: 767px) {
  .header .header__logo {
    width: 191px
  }
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.header .header__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 0 0
}
@media only screen and (max-width: 1024px) {
  .header .header__info {
    display: none
  }
}
.header .header__text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right
}
.header .header__tel {
  font-family: Kanit, serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .035em
}
.header .header__tel img {
  width: 24px;
  margin: 4px 8px 0 0
}
@media only screen and (max-width: 1024px) {
  .header .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: auto;
    background-color: #fff;
    color: #867b68;
    top: var(--header-height)
  }
  .header .nav.is-show {
    opacity: 1;
    pointer-events: auto
  }
}
.header .header__reserv {
    display: none;
}
@media only screen and (max-width: 767px) {
  .header .header__reserv {
      display: block;
      width: 60px;
      position: absolute;
      top: 6px;
      right: 70px;
  }
  .header .header__reserv a {
      display: block;
      text-align: center;
      width: 60px;
      height: 53px;
      color: #fff;
      background: #cf7353;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
  }
  .header .header__reserv a img {
      width: 15px;
  }
  .header .header__reserv a span {
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1;
      display: block;
      margin-top: 8px;
  }
}
.header .nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 33px;
  margin-top: 2px
}
@media only screen and (max-width: 1024px) {
  .header .nav .nav__list {
    padding: 20px 25px;
    gap: 25px 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0
  }
}
.header .nav .nav__item {
  position: relative
}
.header .nav .nav__item:hover .nav__link:before {
  background-color: #fff
}
@media only screen and (max-width: 767px) {
  .header .nav .nav__item:hover .nav__link:before {
    background-color: #867b68
  }
}
@media only screen and (max-width: 1024px) {
  .header .nav .nav__item {
    width: calc(50% - 15px)
  }
}
.header .nav .nav__link {
  font-size: 2rem;
  font-weight: 500;
  padding: 22px 0;
  position: relative
}
@media only screen and (max-width: 1024px) {
  .header .nav .nav__link {
    display: inline-block;
    width: 100%;
    padding: 16px 0
  }
}
.header .nav .nav__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #bf9f64;
  left: 0;
  bottom: 10px;
  border-radius: 99px;
  -webkit-transition: .3s;
  transition: .3s
}
@media only screen and (max-width: 1024px) {
  .header .nav .nav__link:before {
    height: 4px;
    bottom: 0
  }
}
.header .nav .nav__link:hover {
  opacity: 1
}
.header .nav .nav__link:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.header .hamburger {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px 16px 16px
}
@media only screen and (max-width: 1024px) {
  .header .hamburger {
    display: block
  }
}
.header .hamburger.is-active .hamburger__icon {
  background: 0 0
}
.header .hamburger.is-active .hamburger__icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0
}
.header .hamburger.is-active .hamburger__icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0
}
.header .hamburger .hamburger__icon {
  display: block;
  background-color: #fff;
  height: 1.5px;
  width: 38px;
  border-radius: 8px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s
}
.header .hamburger .hamburger__icon:before, .header .hamburger .hamburger__icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  top: 9px;
  -webkit-transition: .3s;
  transition: .3s
}
.header .hamburger .hamburger__icon:after {
  top: -9px
}
.header .hamburger .hamburger__text {
  font-family: Kanit, serif;
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  margin-top: 11px;
  text-align: center
}
.header .cta-buttons {
  position: fixed;
  top: 179px;
  right: 0
}
@media only screen and (max-width: 1024px) {
  .header .cta-buttons {
    position: relative;
    top: unset;
    right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 37px;
    margin: 23px auto 0;
    width: min(400px, 100%)
  }
}
.header .cta-button {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #7f9cb3;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
  display: block;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .3s;
  transition: .3s
}
@media only screen and (max-width: 1024px) {
  .header .cta-button {
    width: calc(50% - 15px);
    height: 100px;
    border-radius: 10px
  }
}
.header .cta-button:hover {
  opacity: .7
}
.header .cta-button span {
  display: block;
  margin-top: 8px;
  line-height: 1
}
.header .reservation {
  margin-top: 20px;
  background-color: #cf7353
}
@media only screen and (max-width: 1024px) {
  .header .reservation {
    margin-top: 0
  }
}
.header .nav__tel {
  display: none;
  text-align: center;
  margin-top: 24px
}
@media only screen and (max-width: 1024px) {
  .header .nav__tel {
    display: block
  }
}
.header .nav__tel span {
  font-family: Zen Maru Gothic, serif;
  display: block;
  font-size: 1.6rem;
  font-weight: 500
}
.header .nav__tel .nav__tel-number {
  font-family: Kanit, serif;
  font-size: 3.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  line-height: 1;
  letter-spacing: .05em;
  margin: 2px 0 0 4px
}
.header .nav__tel .nav__tel-number img {
  width: 24px
}
.footer {
  padding: 60px 0 150px
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0 100px
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 35px
  }
}
.footer .footer-nav {
  background-color: #bf9f64;
  color: #fff;
  border-radius: 999px
}
@media only screen and (max-width: 1024px) {
  .footer .footer-nav {
    display: none
  }
}
.footer .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 70px
}
.footer .nav__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 9px 0
}
.footer .footer__logo {
  width: 234px;
  margin: 55px auto 0;
  display: block
}
@media only screen and (max-width: 767px) {
  .footer .footer__logo {
    width: 160px;
    margin: 0 auto
  }
}
.footer .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.footer .footer__copyright {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  margin-top: 13px;
  color: #867b68;
  letter-spacing: .05em
}
@media only screen and (max-width: 767px) {
  .footer .footer__copyright {
    font-size: .9rem;
    margin-top: 6px
  }
}
.sp-only {
  display: none !important
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block !important
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important
  }
}
.lock {
  overflow: hidden
}
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.trimming__button, .animals__button, .button {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #738d41;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 99px;
  width: 440px;
  max-width: 100%;
  padding: 12px 20px;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden
}
.animals__button {
  background-color: #738d41;
  color: #fff;
  padding: 24px 20px
}
@media only screen and (max-width: 767px) {
  .animals__button {
    width: 290px;
    padding: 20px 18px;
    font-size: 1.4rem
  }
}
.trimming__button {
  width: 136px;
  border-radius: 20px;
  background-color: transparent;
  border: 2px solid #867b68;
  padding: 16px 12px;
  color: #867b68
}
@media only screen and (max-width: 767px) {
  .trimming__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #867b68;
    padding: 4px 10px;
    font-size: 1.3rem;
    border-radius: 10px
  }
}
.section-title {
  color: #867b68;
  font-size: 2rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  letter-spacing: .05em;
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 1.3rem
  }
}
.section-title span {
  display: block;
  font-family: Kanit, serif;
  font-size: 3.6rem;
  font-weight: 500
}
@media only screen and (max-width: 767px) {
  .section-title span {
    font-size: 2.1rem
  }
}
.page-title {
  font-size: 4.4rem;
  font-weight: 700;
  color: #738d41;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 2.6rem
  }
}
.page-title img {
  width: 71px;
  display: block;
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .page-title img {
    width: 42px
  }
}
.trimming-section-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #738d41;
  padding: 6px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
  border-radius: 4px;
  min-width: 197px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .trimming-section-title {
    font-size: 2.1rem;
    min-width: 129px;
    padding: 3px 8px
  }
}
.animation-fade-in {
  opacity: 0;
  -webkit-transition: opacity .8s ease-out .1s;
  transition: opacity .8s ease-out .1s
}
.animation-fade-in.active {
  opacity: 1
}
.animation-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .7s ease-out, -webkit-transform .7s cubic-bezier(.1, -.6, .2, 0);
  transition: opacity .7s ease-out, -webkit-transform .7s cubic-bezier(.1, -.6, .2, 0);
  transition: transform .7s cubic-bezier(.1, -.6, .2, 0), opacity .7s ease-out;
  transition: transform .7s cubic-bezier(.1, -.6, .2, 0), opacity .7s ease-out, -webkit-transform .7s cubic-bezier(.1, -.6, .2, 0)
}
.animation-fade-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
@media only screen and (max-width: 767px) {
  .animation-fade-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
  }
}
.animation-fade-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translate(30px);
  -webkit-transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
  transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
  transition: transform .8s ease-out, opacity .8s ease-out;
  transition: transform .8s ease-out, opacity .8s ease-out, -webkit-transform .8s ease-out
}
.animation-fade-left.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0)
}
@media only screen and (max-width: 767px) {
  .animation-fade-left {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
  }
}
.animation-fade-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translate(-30px);
  -webkit-transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
  transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
  transition: transform .8s ease-out, opacity .8s ease-out;
  transition: transform .8s ease-out, opacity .8s ease-out, -webkit-transform .8s ease-out
}
.animation-fade-right.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0)
}
@media only screen and (max-width: 767px) {
  .animation-fade-right {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
  }
}
.animation-fade-blur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out
}
.animation-fade-blur.active {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
@media only screen and (max-width: 767px) {
  .animation-fade-blur {
    -webkit-filter: unset;
    filter: unset;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .animation-fade-blur.active {
    opacity: 1
  }
}
@-webkit-keyframes toRightAnimation {
  0% {
    -webkit-transform: translate(0%);
    transform: translate(0)
  }
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%)
  }
}
@keyframes toRightAnimation {
  0% {
    -webkit-transform: translate(0%);
    transform: translate(0)
  }
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%)
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center right;
    transform-origin: center right
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
  }
}
@keyframes fadeInOut {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center right;
    transform-origin: center right
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
  }
}


