@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.cdnfonts.com/css/new-class");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");

/* https://www.cdnfonts.com/new-class.font */
* {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
}

a {
  color: black;
  text-decoration: none;
}

hr {
  border-left: 0.5px solid #613b1c;
  height: 40px;
}

body {
  background-color: #fff4eb;
  font-family: "New Class", sans-serif;
  padding: 0;
  margin: 0;
}

/* button */

.button--green,
.button--orange,
.add--orange,
.btn-black-orange,
.btn-orange-green {
  border-radius: 10px;
}

.btn-black-orange {
  padding: 10px 50px;
  border: 1px solid #292929;
  color: #292929;
  font-weight: bolder;
}

.btn-black-orange:hover {
  background-color: #ca700b;
  border: 1px solid #ca700b;
  color: white;
}


.btn-orange-green {
  padding: 10px 50px;
  border: 1px solid #FFEADA;
  color: #FFEADA;
  font-weight: bolder;
}

.btn-orange-green:hover {
  background-color: #048387;
  border: 1px solid #048387;
  color: white;
}



.button--green {
  padding: 10px 50px;
  border: 1px solid #048387;
  color: #048387;
  font-weight: bolder;
}

p.button--green {
  font-weight: bold;
}

.button--green:hover {
  background-color: #048387;
  border: 1px solid #048387;
  color: white;
}

.button--orange {
  border: 1px solid #ca700b;
  color: #ca700b;
  padding: 10px 40px;
  font-weight: bolder;
}

.add--orange {
  padding: 10px 40px;
  background-color: #ca700b;
  color: white;
}

.add--orange:hover {
  background-color: #794306;
}

.button--orange:hover {
  background-color: #ca700b;
  border: 1px solid #ca700b;
  color: white;
}

/*-----------*/

/* sticky */

.sticky {
  position: fixed;
  top: 300px;
  right: 0;
  display: flex;
  flex-direction: column;
  opacity: 1;
  z-index: 10;
  gap: 25px;
}

/* header */
header {
  position: relative;
}

.header__container {
  display: flex;
  align-items: flex-start;
}

.logo {
  background-color: #048387;
  padding: 30px 110px 98px 90px;
}

.logo img {
  width: 100%;
}

.header-right {}

.main_menu {
  display: flex;
  margin-top: 70px;
  margin-left: 140px;
  align-items: center;

}

.menu {
  display: flex;
  margin-top: 70px;
  margin-left: 140px;
  align-items: center;
}

.menu p {
  padding: 15px 50px 10px;
  color: #048387;
  line-height: 2.8rem;
}

.menu p:hover {
  background-image: url("../resources/index/icon-pawprint02.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 50%;
  background-position-y: -1px;
}

.main_menu p {
  padding: 15px 50px 10px;
  color: #048387;
  line-height: 2.8rem;
}

.main_menu p:hover {
  background-image: url("../resources/index/icon-pawprint02.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 50%;
  background-position-y: -1px;
}

/* MV_slick */
.slick__container {
  transform: translateY(-100px);
  margin-bottom: 100px;
}

.fade {
  max-width: 1200px;
  margin: auto;
  z-index: 2;
}

.slick {
  position: relative;
}

.slick__img img {
  border-radius: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #99acae;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #c9dddf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.paw {
  position: absolute;
  max-width: 1200px;
  text-align: right;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
}

.paw img {
  position: absolute;
  width: 15%;
  top: -5rem;
  right: -6rem;
}

.bg {
  position: absolute;
  bottom: -10rem;
  right: 0;
  z-index: 1;
}

.top {
  max-width: 1200px;
  margin: auto;
}

.mr-none {
  margin-bottom: 0;
  transform: translateY(-80px);
}

.sec01__container-img {
  display: flex;
  justify-content: center;
}

.sec01__container-img img {
  width: 40%;
}

.Sec01 {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.sec01__MV {
  margin-top: 89px;
}

.Sec01 p {
  margin-top: 60px;
  text-align: center;
  color: #434343;
}

.divider {
  width: 10%;
  margin: 60px auto;
}

.Sec02 {
  position: relative;
  max-width: 1200px;
  margin: auto;
  height: 81rem;
}

.Sec02__container-flex {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 3.75rem;
}

.Sec02__container-flex1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 3.75rem;
  transform: translateY(-7rem);
}

.slick-track {
  margin: 0;
}

.slick__img1 {
  margin: 0;
}

.slick__img1 img {
  border-radius: 22px;
}

.slick-dots {
  bottom: -40px;
}

.slide1,
.slide3 {
  width: 40%;
  margin: 0;
}

.slide2,
.slide4 {
  width: 45%;
}

.paw__center {
  width: 10%;
  z-index: 4;
  top: 40%;
  left: 40%;
  right: 40%;
  position: absolute;
  bottom: auto;
  margin: auto;
}

.Sec03 {
  background-color: #0483871a;
  height: 584px;
  position: relative;
}

.dogleft {
  position: absolute;
  top: 42px;
  bottom: 0;
  left: 80px;
  height: 0px;
}

.sec03__button,
.sec04__button {
  display: flex;
  justify-content: center;

  margin-top: 60px;
}

.sec03__container-img {
  padding: 172px 0 60px;
  width: 6%;
  margin: auto;
}

.video {
  max-width: 1200px;
  margin: 20px auto 80px;
  width: 100%;

  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

#Video1 {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  border-radius: 20px;
  object-fit: fill;
  width: 100%;
  height: 100%;

}



.Sec04 {
  padding: 150px 0;
}

.sec04__container-img {
  padding-bottom: 100px;
  width: 10%;
  margin: auto;
}

.map {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.Sec05 {}

.slide_facility {
  width: 43%;
  margin: auto;
}

.Sec05 p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 26.06px;
  color: #434343;

  max-width: 1200px;
  margin: 0 auto 60px;
}

.slick__img3 {
  margin: 0px 10px;
}

.Sec05__container {
  display: flex;
  flex-direction: column;
  gap: -100px;
  max-width: 1200px;
  margin: 60px auto;
}

.sec05__flex1 {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0 60px;
}

.sec05__flex2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 50px;
  padding: 0 60px;
}

.sec05__img {}

.sec05__img img {
  width: 300px;
  height: 422px;
}

.sec05__img-1 {
  width: 30%;
}

.sec05__content {
  width: 100%;
  color: #434343;

}

.sec05__content h2 {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 900;
  line-height: 28.96px;
  margin-bottom: 30px;
  color: #2B4E52;
}

.sec05__content p {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  text-align: left;
  color: #434343;

}

.sec05__content-right {
  text-align: right;
}

.sec05__content-right h2 {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 900;
  line-height: 28.96px;
  margin-bottom: 30px;
  color: #2B4E52;
}

.sec05__content-right p {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  text-align: right;
  color: #434343;
}

.bussines,
.meals,
.bg02 {
  display: flex;
}



.bussines {
  position: relative;
  background-color: #2B4E5299;
  padding: 75px 0 76px;
  align-items: center;
  flex-direction: column;
  gap: 27px;
}

.bussines p {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  text-align: center;
  color: #FFEADA;

}

.bussines img {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 100px;
  bottom: 51;
  top: 50px;
  z-index: -1;
}

.bussines h2 {
  color: #FFEADA;
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 700;
  line-height: 43.44px;
  text-align: left;

}

.bussines h2::before,
.bussines h2::after {
  content: url("../resources/contact/paw-lr.png");
  margin: 0 20px;
}




.meals {
  position: relative;
  background-color: #CA700B99;
  padding: 75px 20px 76px;
  align-items: center;
  flex-direction: column;
  gap: 27px;
}


.meals img {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 100px;
  top: 100px;
  z-index: -1;
}


.meals h2 {
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 700;
  line-height: 43.44px;
  text-align: left;
  color: #2B4E52;
}

.p-m p {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  text-align: center;
  color: #2B4E52;

}


.meals h2::before,
.meals h2::after {
  content: url("../resources/contact/pawprint.png");
  margin: 0 20px;
}





.Sec07 {
  background-color: #0483871a;
  padding: 60px 0 60px;
}

.Sec07__header,
.Sec08__header {
  display: flex;
  justify-content: center;
}

.Sec07__header img,
.Sec08__header img {
  width: 250px;
}

.Sec07__container,
.Sec08__container {
  margin: auto;
  max-width: 1200px;
}

.Sec07__content {
  margin: 60px 0 0;
}

.Sec07__info {
  font-family: "Zen Maru Gothic", serif;
  border-bottom: 0.06px dashed #048387;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #434343;
}

.Sec07__info p {
  font-weight: 400;
  font-size: 18px;
}

.Sec07__info h2 {
  font-weight: bolder;
  line-height: 28.96px;
  font-size: 20px;
  font-style: normal;
}

.Sec08 {
  background-color: #ca700b1a;
  font-family: "Zen Maru Gothic", serif;
  padding: 60px 0;
}

.Sec08__content {
  display: flex;
  justify-content: space-between;
  max-width: 946px;
  margin: 60px auto 0;
}

.head_p {
  display: flex;
  font-family: "Zen Maru Gothic", serif;
  align-items: baseline;
  gap: 20px;
  margin: 5px 0;
  color: #434343;
}

.head_p p {
  font-size: 20px;
  text-align: left;
}

.head_p h1 {
  width: 80px;
  font-size: 20px;
}

.pricing-img {
  width: 100%;
}

.pricing__container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: stretch;
  padding-top: 50px;
}

.pricing__container-left {
  display: flex;
  flex-direction: column;
}

.pricing__container-left small,
.pricing__container-right small {
  width: 90%;
}

.pricing__container-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.pricing-left__container {
  width: 100%;
}

.pricing-left__container small {
  font-family: "Zen Maru Gothic";
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  text-align: left;
  color: #434343;

}

.pricing-left__container1 {
  display: flex;
  align-items: last baseline;
  justify-content: space-between;
}

.right-container {
  flex: 1;
}

.right-list {
  width: auto;
  display: block;
}

.right-list li {
  list-style-type: disc;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 900;
  line-height: 28.96px;
  text-align: left;
  margin: 10px 0;
}

.right-container h1 {
  border-bottom: 5px solid #048387;
  width: 60%;
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 900;
  line-height: 43.44px;
  text-align: left;
  margin-bottom: 30px;
  padding: 15px 0;
  color: #434343;
}

.pricing-left__container h1 {
  border-bottom: 5px solid #048387;
  width: 60%;
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 900;
  line-height: 43.44px;
  text-align: left;
  margin-bottom: 30px;
  padding: 15px 0;
  color: #434343;
}

.price-list {
  display: flex;
  align-items: center;
  margin: 11px 0 0;
  padding: 10px 0;

}

.price-list h4 {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 900;
  line-height: 28.96px;
  text-align: left;
  color: #434343;
}

.price-list h2 {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 900;
  line-height: 28.96px;
  text-align: left;
  color: #434343;
  width: 150px;

}

.line_qr {
  display: flex;
  justify-content: center;
}

.line-qr__container {
  border: 5px solid;
  margin-top: 20px;
  border-radius: 20px;
}

.back {
  background-color: white;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  width: 150px;
  margin: auto;
  border: 2px solid rgba(102, 101, 101, 0.849);
  margin-top: 20px;
}

.price-list h3 {
  color: #048387;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 20.27px;
  text-align: right;
  margin-left: 20px;
}

.price-list h3::after {
  content: "円";
  font-size: 15px;
}

.pms h3,
.pms2 h3 {
  text-align: left;
}

.pms small {
  margin-left: 20px;
  font-family: "Zen Maru Gothic";
  font-size: 14px;
  font-weight: 900;
  line-height: 20.27px;
  text-align: left;
  color: #048387;
}

.pms2 small {
  margin-left: 30px;
  font-family: "Zen Maru Gothic";
  font-size: 14px;
  font-weight: 900;
  line-height: 20.27px;
  text-align: right;
  color: #048387;
}


.line-dash {
  padding: 1px;
  margin: 0;
  border-bottom: 2px dashed #434343;
  width: 200px;
  opacity: 0.7;
}

.right-flex {
  display: flex;
}

.right-list {
  padding: 0px 40px;
  color: #434343;
}

.paw-list {
  transform: translate(30px, -50px);
}

.Section__pricing {
  padding-bottom: 60px;
}

.text__top {
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  text-align: center;
  color: #434343;
}

.sec07__list {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  text-align: left;
  margin-top: 30px;
  color: #2b4e52;
  margin-bottom: 60px;
}

.sec07__list p {
  display: flex;
  flex: 1;
}

.sec07__list p::before {
  content: "•";
  margin-right: 10px;
}

.Sec09__header {
  width: 37%;
  margin: auto;
}

.sec10__info {
  max-width: 1200px;
  margin: auto;
}

.min-title {
  display: flex;
  margin-bottom: 60px;
}

.min-title h1,
.min-title h2 {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 700;
  line-height: 28.96px;
  text-align: left;

}

.min-title h1 {
  color: #CA700B;
}

.min-title h2 {
  color: #048387;
}

.min-title::before {
  display: inline-block;
  content: "";
  background: url("../resources/index/icon-pawprint01.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-right: 10px;
}

.Sec10__info {
  border-bottom: 1px dashed #048387;
  margin-bottom: 30px;
}

.Sec10__info h3 {
  color: #434343;
  border-left: 3px solid #048387;
  padding-left: 20px;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 900;
  line-height: 28.96px;
  text-align: left;
}

h3.red {
  color: #c60000bd;
}

.Sec10__info h2 {
  display: flex;
  align-items: end;
  justify-content: space-between;

  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  text-align: left;
  padding: 30px 20px;
}

.Sec10__info h2 p {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact {
  max-width: 1200px;
  margin: 40px auto 100px;
}

.contact_text {
  margin: 60px 0;
}

.contact_text p {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 700;
  line-height: 28.96px;
  text-align: center;
  color: #434343;

}

.contact_logo {

  width: 160px;
  margin: auto;
}



/* footer-section */

footer {
  /* display: none; */
}

.ft-sec01 {
  background: #ca700b66;
}

.ft-sec01__container {
  display: flex;
  justify-content: center;
  transform: translateY(100px);
}

.lt-img_container,
.rt-img_container {
  position: relative;
}

.lt-img_container img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rt-img_container img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.lt-abs__btn,
.rt-abs__btn {
  position: absolute;
  top: 50%;
}

.rt-abs__btn a {
  font-weight: bold;
}

.lt-abs__btn {
  right: 50px;
}

.rt-abs__btn {
  left: 50px;
}

.line {
  background-color: #fff4eb;
  padding-top: 175px;
  padding-bottom: 100px;
}

.line__container {
  display: flex;
  justify-content: center;
}

.line__button img {
  border-radius: 20px;
  opacity: 1;
}

.line__button {
  border-radius: 20px;
  display: flex;
}

.line__button:hover {
  background-color: black;
  box-shadow: inset 0px 0px 20px 20px black;
}

.line__button img:hover {
  opacity: 0.9;
}

.instagram {
  background: #c9dddf80;
  position: relative;
}

.instagram__img {
  display: flex;
  justify-content: center;
  padding: 100px 0 0;
  margin-bottom: 80px;
}

.instagram__img img {
  width: 206px;
}

.slicks {
  margin-top: 100px;
}

.slicks-list {
  margin: 0 -27px;
}

.inner {
  margin: 20px 75px;
}

.inner img {
  border-radius: 20px;
  margin: 20px 75px;
}

/* .glass {

} */

/***scroller infinite***/

.scroller {
  max-width: 1600px;
  margin: auto;

}

#instagramfeed {
  display: flex;
  padding-block: 1rem;
  flex-wrap: wrap;
  gap: 5rem;
}

#instagramfeed img {
  width: 300px;
  height: 300px;
  border-radius: 20px;
}

.scroller[data-animated="true"] {
  overflow: hidden;
}

.scroller[data-animated="true"] #instagramfeed {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll 120s linear infinite;
}

.slick-none {
  padding: 20px;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}







.insta__button {
  margin-top: 60px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}

.footer__logo {
  margin: auto;
  padding-top: 60px;
  text-align: center;
}

.footer__logo p {
  margin-top: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.footer__logo img {
  width: 150px;
  margin: auto;
}

.footer__nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer__nav p {
  padding: 0px 50px;
  color: #048387;
  font-family: "Zen Maru Gothic", sans-serif;
}

.copyright {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #434343;
}

.copyright small {
  font-weight: 300;
  font-size: 16px;
  line-height: 23.17px;
  font-family: "Zen Maru Gothic", sans-serif;
}

/*-----------*/

@media screen and (min-device-width: 1510px) {
  .paw {
    position: absolute;
    max-width: 1200px;
    text-align: right;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
  }

  .paw img {
    position: absolute;
    width: 18%;
    top: -9rem;
    right: -11rem;
  }
}

/*price page*/
.price-list h4 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
}

.pricing-left__container p {
  font-size: 14px;
  margin: 0 0 0 0;
}

.pricing__container {
  align-items: flex-start;
}

.price-list_tiny {
  color: #048387;
  margin: 10px 0 0 0;
}

.pricing-material__container h1 {
  border-bottom: 5px solid #048387;
  width: 60%;
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 900;
  line-height: 43.44px;
  text-align: left;
  margin-bottom: 30px;
  padding: 15px 0;
  color: #434343;
}

.pricing-left__container {
  width: 100%;
}

.icon_pawprint {
  margin-left: 150%;
}

.b__contact {
  max-width: 846px;
  margin: auto;
  border-radius: 20px;
  border: 3px solid #048387;
  padding: 30px 60px;
}
.call_tap{
  margin-top: 30px;
}