* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.allura {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1,
h2,
h3,
h4,
p {
  line-height: 1.5;
  letter-spacing: 2px;
}
a {
  text-decoration: none;
  color: inherit;
  letter-spacing: 2px;
}

li {
  list-style: none;
}
.inline {
  display: inline-block;
}

/*header*/
header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}
.header-inner {
  width: 95%;
  height: 100px;
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav {
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
}
.header-nav:nth-of-type(1) {
  margin-right: 3rem;
}
.header-nav:nth-of-type(2) {
  margin-left: 3rem;
}
.header-nav ul {
  display: flex;
  width: fit-content;
  align-items: center;
}
.header-nav li {
  margin: 0 1.5rem;
}
.header-nav a {
  display: flex;
  align-items: center;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 100px;
}

/*fv*/
.fv {
  min-height: 600px;
  height: 100vh;
  width: 100%;
  position: relative;
  background: url("../img/fv.jpg") no-repeat top / cover;
  margin-top: 100px;
}
.fv-img {
  display: none;
}
.fv-textwrap {
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 120px;
  left: 50%;
  z-index: 2;
  width: 90%;
  transform: translateX(-50%);
  color: #6a4817;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #000;
}
.fv-title {
  text-transform: uppercase;
  font-size: 3.5rem;
}

.fv-textwrap p {
  font-size: 1.5rem;
  line-height: 1.7;
}

/*section*/
section {
  padding: 4rem 0;
}
.section-title {
  line-height: 1.2;
}
.section-title::before {
  content: attr(data-en);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
}

.section-inner {
  width: 95%;
  max-width: 1150px;
  margin: 0 auto;
}

/*service*/
.service-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.service-item {
  width: 45%;
}
.service-item-img img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5/1;
  object-fit: cover;
}
.service-item-textbox {
  margin-top: 1rem;
}
.service-item-textbox h3 {
  font-size: 1.5rem;
}
.service-item-textbox p {
  margin-top: 0.5rem;
}
.more-btn {
  margin-top: 1rem;
}
.more-btn a {
  display: flex;
  align-items: center;
  border: 1px solid #6a4817;
  padding: 0.5rem 1rem;
  width: fit-content;
  background: #6a4817;
  color: #fff;
}
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  margin-left: 1rem;
}

.dli-arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

/*link*/
.link {
  padding: 8rem 0;
}
.link-contents {
  display: flex;
}
.link-titlewrap {
  width: 300px;
}
.link-lists {
  width: calc(100% - 350px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-lists a {
  text-transform: uppercase;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 300px;
  padding: 1rem;
}
.link-lists a + a {
  margin-left: 1rem;
}
.link-lists img {
  width: 30px;
  margin-right: 1rem;
}
.link-btn01 {
  background: linear-gradient(
    to right,
    rgba(247, 207, 0, 0.7),
    rgba(246, 37, 2, 0.7) 45%,
    rgba(182, 47, 82, 0.7) 75%,
    rgba(113, 58, 166, 0.7)
  );
}
.link-btn02 {
  background-color: #000;
}
/*gallery*/
.gallery-more a {
  padding: 1rem;
}
.gallery-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-sp-more {
  display: none;
}
/*==================================================
スライダーのためのcss
===================================*/
.gallery-slider {
  margin-top: 3rem;
}
.gallery-slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  object-fit: cover;
  aspect-ratio: 1.5/1;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.gallery-slider .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}

/*about*/
.about-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-img {
  width: 400px;
}
.about-img img {
  display: block;
  width: 100%;
}
.about-textwrap {
  width: calc(100% - 450px);
}
.about-text {
  margin-top: 2rem;
}
.about-text p + p {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}
/*access*/
.access-contents {
  display: flex;
}
.access-map {
  width: 45%;
  padding: 1rem;
}
.access-map iframe {
  display: block;
  width: 100%;
}
.access-textwrap {
  width: 55%;
  padding: 1rem;
}

.access-top {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.access-item {
  margin-top: 1rem;
}
.access-item p + p {
  margin-top: 1rem;
  font-weight: bold;
}

/*footer*/
footer {
  padding: 2rem 0;
}
.footer-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer-logo img {
  width: 100px;
}
.footer-nav {
  margin-top: 2rem;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
}
.footer-nav li {
  margin: 0 0.5rem;
}
.copy {
  font-size: 0.8rem;
  margin-top: 1rem;
}

.footer-sns {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-sns a {
  margin: 0.5rem;
}
.footer-sns img {
  display: block;
  width: 50px;
}

.pet-model {
  margin-top: 0.5rem;
}

/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  background: #6a4817;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: none;
  z-index: 99;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  width: 50%;
}

.openbtn span:nth-of-type(1) {
  top: 27px;
}

.openbtn span:nth-of-type(2) {
  top: 35px;
}

.openbtn span:nth-of-type(3) {
  top: 43px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
  top: 35px;
  transform: translateX(-50%) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 35px;
  transform: translateX(-50%) rotate(45deg);
}

.sp-header-nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background: #6a4817;
  width: 300px;
  padding: 6rem 1rem 0 1rem;
  color: #fff;
  display: none;
  transform: translateX(100%);
  transition: 0.3s ease;
}
.sp-header-nav.active {
  transform: translateX(0);
}
.sp-header-nav li + li {
  margin-top: 1rem;
}
.sp-header-nav a {
  font-size: 1.1rem;
  text-transform: uppercase;
}
