/*-------post------*/
.in-post-title {
  font-size: var(--b-fs);
  font-weight: var(--b-fw);
}
.breadcrumb {
  background: var(--green);
  padding-inline: 5.55%;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 70px;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 1em;
  display: inline-block;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a,
.breadcrumb li {
  color: #fff;
}
.breadcrumb li a,
.archive-wrap article a {
  transition: 0.3s ease-in-out;
}
.breadcrumb li a:hover,
.archive-wrap article a:hover {
  opacity: 0.5;
}
.single-wrap {
  max-width: 950px;
  width: 100%;
  margin-inline: auto;
}

.nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.nav-links a {
  color: var(--pink-exb);
  transition: 0.2s ease-in-out;
}
.nav-links a:hover {
  opacity: 0.6;
}
.archive-wrap article {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px dashed #888;
  padding-bottom: 15px;
  padding-top: 15px;
}
.single-post-title {
  font-size: max(var(--px-26), 18px);
  font-weight: 600;
  margin-bottom: 30px;
}
/*-------hd------*/
.header {
  height: max(var(--px-104), 104px);
  border-bottom: 4px solid var(--green);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: max(var(--px-20), 5px);
  padding-right: max(var(--px-30), 5px);
  background: #fff;
  width: 100%;
}
.hd-logo-box.logo-box {
  max-width: max(var(--px-331), 150px);
  position: relative;
}
.hd-logo-box::after {
  content: "";
  display: inline-block;
  max-width: max(var(--px-60), 30px);
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url(../../../uploads/2026/03/xs-foot2-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.hd-link-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: max(var(--px-350), 350px);
  width: 100%;
  margin-left: auto;
  margin-bottom: 10px;
}
.main-menu {
  display: flex;
  gap: var(--px-36);
}
.main-menu li {
  line-height: 1;
}
.main-menu li a {
  font-weight: 800;
  font-size: max(var(--px-16), 1rem);
  transition: 0.2s ease-in-out;
}
.main-menu li a:hover {
  opacity: 0.65;
}
.main-menu .current-menu-item a {
  color: var(--pink-exb);
  position: relative;
}
.main-menu .current-menu-item a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../../uploads/2026/03/xs-foot1-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 75%);
}
/*-------ft-----*/
.pagetop img {
  max-width: max(var(--px-60), 35px);
  width: 100%;
}
.copyright-container {
  background: var(--pink-exb);
  padding: 26px 0;
}
.ft-main-menu li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background: var(--pink-l);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-right: 10px;
}
.ft-main-menu li {
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1.2;
}
.ft-main-menu li:last-child {
  margin-bottom: 0;
}
.ft-main-menu li a {
  transition: 0.2s ease-in-out;
}
.ft-main-menu li a:hover {
  opacity: 0.65;
}
.footerwrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
.logo-box {
  display: inline-block;
  max-width: max(var(--px-331), 331px);
  width: 100%;
}
.insta-box {
  display: inline-block;
  max-width: max(var(--px-36), 36px);
  width: 100%;
}
.footerwrap .insta-box {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0);
}
.footerwrap .insta-box.sp-only {
  display: none;
}
.footerwrap .right {
  display: flex;
  align-items: flex-start;
  gap: max(var(--px-75), 40px);
}
.footerwrap .btn-tel {
  margin-bottom: 25px;
}
.g-wrap {
  height: clamp(248px, var(--px-410), 600px);
}
.footer-info {
  padding-top: 90px;
  padding-bottom: 100px;
}
.sec-pet-hotel {
  padding-top: 140px;
}
.sec-pet-hotel .img-box {
  display: flex;
}
.sec-pet-hotel .img-box img {
  width: 50%;
  object-fit: cover;
}
.sec-pet-hotel .dfl {
  gap: max(var(--px-40), 20px);
}
.sec-store .dfl {
  gap: max(var(--px-50), 40px);
}
.sec-store .btn-st1 {
  margin-top: clamp(50px, var(--px-70), 70px);
}
/*-------table------*/
.table-st1 tr {
  border-bottom: 1px dashed #888888;
}
.table-st1 th {
  text-align: left;
  width: 22.5%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
}
.table-st1 td {
  width: 77.5%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
}
body:not(.home) .table-st1 td,
body:not(.home) .table-st1 th {
  padding-top: 5px;
  padding-bottom: 5px;
}
/*-------tit------*/
.top-main-tit {
  position: relative;
  text-align: center;
  padding-top: 60px;
}
.top-main-tit-st3 .l-txt {
  font-size: max(var(--px-40), 4rem);
  color: var(--pink-exb);
  font-weight: 500;
  line-height: 1.2;
}
.top-main-tit-st3 .l-txt::before {
  content: "";
  display: inline-block;
  background: url(../../../uploads/2026/03/blog-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 34px;
  height: 31px;
  margin-right: 28px;
}
.top-main-tit-st3 .s-txt {
  font-size: max(var(--px-24), 2.4rem);
  line-height: 1.2;
  text-align: right;
}
.top-main-tit-st2 {
  font-size: max(var(--px-40), 3rem);
  font-weight: 600;
  padding-top: 60px;
  position: relative;
  text-align: center;
}
.top-main-tit-st2 .l-font {
  font-size: max(var(--px-50), 4rem);
}
.top-main-tit-st2 .cpink-exb::before {
  content: "";
  background: url(../../../uploads/2026/03/point-icon-left.webp) no-repeat;
  background-size: contain;
  background-position: center;
  max-width: max(var(--px-47), 38px);
  width: 100%;
  aspect-ratio: 1 / 1;
  display: inline-block;
  margin-right: 10px;
}
.top-main-tit-st2 .cpink-exb::after {
  content: "";
  background: url(../../../uploads/2026/03/point-icon-right.webp) no-repeat;
  background-size: contain;
  background-position: center;
  max-width: max(var(--px-47), 38px);
  width: 100%;
  aspect-ratio: 1 / 1;
  display: inline-block;
  margin-left: 10px;
}
.top-main-tit em {
  display: block;
}
.top-main-tit .l-font {
  font-size: max(var(--px-50), 4rem);
  color: var(--pink-exb);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.top-main-tit .s-font {
  font-size: max(var(--px-24), 2.4rem);
  font-weight: 600;
}
.top-main-tit .m-font {
  font-size: max(var(--px-30), 3rem);
  color: var(--pink-exb);
  line-height: 1;
  font-weight: 600;
}
.top-main-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.t-pet-hotel-tit::before {
  background: url(../../../uploads/2026/03/pet-hotel-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 52px;
  height: 50px;
}
.t-store-tit::before {
  background: url(../../../uploads/2026/03/store-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 53px;
  height: 47px;
}
.t-recruit-tit::before {
  background: url(../../../uploads/2026/03/recruit-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 55px;
  height: 45px;
}
.t-trimming-tit::before {
  background: url(../../../uploads/2026/03/trimming-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 55px;
  height: 65px;
}
.t-trimming-school-tit::before {
  background: url(../../../uploads/2026/03/trimming-school-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 63px;
  height: 53px;
}
.t-point-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../../../uploads/2026/03/point-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 63px;
  height: 53px;
}
.t-puppy-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../../../uploads/2026/03/puppy-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 106px;
  height: 53px;
}
.t-concept-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../../../uploads/2026/03/concept-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 53px;
  height: 47px;
}

/*-------btn------*/
.btn-tel {
  max-width: max(var(--px-251), 251px);
  width: 100%;
  font-size: max(var(--px-30), 3rem);
  display: block;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.btn-tel.st2 {
  border: 2px solid var(--pink-exb);
  border-radius: 74px;
  max-width: max(var(--px-320), 320px);
  height: clamp(50px, var(--px-64), 64px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-tel:hover {
  opacity: 0.6;
}
.btn-tel::before {
  content: "";
  background: url(../../../uploads/2026/03/phone-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  max-width: max(var(--px-30), 30px);
  width: 100%;
  height: max(var(--px-30), 30px);
  margin-right: 10px;
}
.btn-contact {
  background: var(--pink-exb);
  max-width: max(var(--px-176), 176px);
  width: 100%;
  height: clamp(40px, var(--px-40), 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 34px;
  letter-spacing: 0.06em;
  transition: 0.3s ease-in-out;
}
.btn-contact:hover {
  background: var(--green);
}
.btn-contact::before {
  content: "";
  background: url(../../../uploads/2026/03/mail-icon.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  max-width: 19px;
  width: 100%;
  height: 15px;
  margin-right: 10px;
}
.btn-st1 {
  background: var(--green);
  color: #fff;
  height: clamp(45px, var(--px-45), 60px);
  max-width: max(var(--px-202), 202px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 27px;
  padding-right: 8px;
  font-size: max(var(--px-18), 1.8rem);
  border-radius: 48px;
  line-height: 1;
  letter-spacing: -0.05em;
  transition: 0.3s ease-in-out;
}
.btn-st1:hover {
  background: #429801;
}
.btn-st1:hover::after {
  background-image: url(../../../uploads/2026/03/arrow-icon-ch.webp);
}
.btn-st1::after {
  content: "";
  background-image: url(../../../uploads/2026/03/arrow-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  max-width: 33px;
  width: 100%;
  aspect-ratio: 1 / 1;
  transition: 0.3s ease-in-out;
}
/*-------mv------*/
.mv {
  position: relative;
  background-image:
    repeating-linear-gradient(
      135deg,
      #fff1cf,
      #fff1cf 2px,
      transparent 2px,
      transparent 9px
    ),
    url("../../../uploads/2026/03/main-bg.webp");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.mv-1 {
  padding-inline: var(--px-30);
  padding-bottom: 65px;
  display: flex;
  align-items: flex-end;
}
.mv-2 {
  padding-inline: 5.55%;
  padding-bottom: 45px;
  display: flex;
  align-items: flex-end;
}
.mv-3 {
  padding-inline: var(--px-30);
  padding-bottom: 75px;
  display: flex;
  align-items: flex-end;
}
.mv-txt-wrap {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.mv-tit {
  text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff,
    2px 0px 0 #fff,
    -2px 0px 0 #fff,
    0px 2px 0 #fff,
    0px -2px 0 #fff;
}
.mv-tit .s-font {
  font-size: max(var(--px-30), 2.4rem);
}
.mv-tit .m-font {
  font-size: max(var(--px-40), 2.4rem);
}
.mv-tit .l-font {
  font-size: max(var(--px-55), 3.5rem);
}
/*-------sec1------*/
.sec-blog .inner {
  padding-top: 60px;
  padding-bottom: 70px;
  background-image: repeating-linear-gradient(
    135deg,
    #fff,
    #fff 2px,
    transparent 2px,
    transparent 9px
  );
  background-color: #fff1cf;
}
.sec-blog .post-box {
  background: #fff;
  max-width: max(var(--px-826), 826px);
  padding-left: 5px;
  padding-right: 15px;
  width: 100%;
}
.top-post-wrap article {
  display: flex;
  padding: 15px 0 15px 25px;
  margin-right: 20px;
  border-bottom: 1px dashed #888;
}
.top-post-wrap .post-meta {
  margin-right: 5em;
}
.top-post-wrap {
  height: 200px;
  overflow: auto;
}
.top-post-wrap::-webkit-scrollbar {
  width: 6px;
}
.top-post-wrap::-webkit-scrollbar-track {
  background: #fff;
}
.top-post-wrap::-webkit-scrollbar-thumb {
  background: #ff83a3;
}
.top-post-wrap::-webkit-scrollbar-thumb:hover {
  background: #ff83a3;
}
.sec-blog .dfl {
  gap: max(var(--px-80), 20px);
}
/*-------sec2------*/
.sec-concept .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-concept .dfl {
  gap: 30px;
}
.concept-co-tit {
  font-size: max(var(--px-30), 2.4rem);
  text-align: center;
  font-weight: 700;
  background: rgba(255, 176, 195, 0.87);
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.2;
  position: relative;
}
.concept-co-tit::before {
  content: "";
  width: max(var(--px-48), 39px);
  aspect-ratio: 1 / 1;
  display: inline-block;
  background: url(../../../uploads/2026/03/bone-icon.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--px-251);
}
.concept-icon {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.concept-icon.left {
  max-width: max(var(--px-124), 124px);
  width: 100%;
  left: 0;
}
.concept-icon.right {
  right: 0;
  max-width: max(var(--px-180), 180px);
  width: 100%;
}
.concept-list li em {
  color: #ff638a;
  font-size: max(var(--px-22), 22px);
  display: inline-block;
  margin-right: 10px;
}
.concept-list li {
  display: flex;
  align-items: baseline;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.concept-list li:last-child {
  margin-bottom: 0;
}
.concept-list {
  max-width: max(var(--px-1074), 1074px);
  width: 100%;
  margin-inline: auto;
}
/*-------sec3------*/
.sec-puppy .inner {
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: repeating-linear-gradient(
    135deg,
    #fff1cf,
    #fff1cf 2px,
    transparent 2px,
    transparent 9px
  );
  background-color: #fff;
}
.top-puppy-list {
  display: grid;
  grid-template-columns: repeat(5, max(var(--px-237), 237px));
  gap: max(var(--px-24), 10px);
  justify-content: space-evenly;
}
.puppy-imgbox {
  margin-bottom: 5px;
}
.puppy-imgbox img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.top-puppy-list .puppy-item {
  height: max(var(--px-448), 448px);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
}
.top-puppy-list .female {
  color: #ff638a;
}
.top-puppy-list .male {
  color: #00b1e7;
}
.top-puppy-list .sex {
  line-height: 1.2;
}
.top-puppy-list .desc {
  font-size: max(var(--px-14), 1.4rem);
}
.top-puppy-list .puppy-txtbox {
  padding-inline: 15px;
}
.top-puppy-list .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

  line-height: 1.6;
  max-height: calc(1.6em * 3);
}
.top-puppy-list .puppy-title {
  font-size: max(var(--px-18), 1.8rem);
  line-height: 1.4;
  margin-bottom: max(var(--px-15), 5px);
}
/*-------sec4------*/
.sec-point {
  padding-top: 50px;
  padding-bottom: 110px;
}
.point-img {
  position: absolute;
  z-index: 1;
}
.point-img.left-img {
  max-width: max(var(--px-236), 135px);
  width: 100%;
  height: auto;
  top: -100px;
  left: var(--px-96);
}
.point-img.right-img {
  max-width: max(var(--px-343), 173px);
  width: 100%;
  height: auto;
  top: -80px;
  right: var(--px-55);
}
.sec-point .wrap {
  padding-top: 10px;
  padding-bottom: 40px;
  padding-inline: max(var(--px-40), 20px);
}
.point-list li {
  line-height: 1.2;
  border-bottom: 1px dashed #888;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
.point-list li p {
  font-weight: 700;
  padding-bottom: max(var(--px-15), 5px);
}
.point-list li .pa-none {
  padding-bottom: 0;
}
.point-list li::before {
  content: "";
  display: inline-block;
  max-width: max(var(--px-80), 56px);
  width: 100%;
  height: max(var(--px-100), 67px);
  margin-right: 15px;
}
.point-list li:nth-child(1)::before {
  background: url(../../../uploads/2026/03/num-icon1.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
.point-list li:nth-child(2)::before {
  background: url(../../../uploads/2026/03/num-icon2.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
.point-list li:nth-child(3)::before {
  background: url(../../../uploads/2026/03/num-icon3.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
.point-list li:nth-child(4)::before {
  background: url(../../../uploads/2026/03/num-icon4.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
.point-list li:nth-child(5)::before {
  background: url(../../../uploads/2026/03/num-icon5.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
/*-------sec5------*/
.sec-trimming-school .inner {
  padding-top: 70px;
  padding-bottom: 140px;
  background-image: repeating-linear-gradient(
    135deg,
    #fff1cf,
    #fff1cf 2px,
    transparent 2px,
    transparent 9px
  );
  background-color: #fff;
}
.sec-trimming-school .dfl {
  gap: 45px;
}
/*-------sec6------*/
.sec-trimming .inner {
  padding-top: 60px;
  padding-bottom: 170px;
}
.sec-trimming .dfl {
  gap: 30px;
}
/*-------sec7------*/
.sec-recruit {
  background-image:
    repeating-linear-gradient(
      135deg,
      #fff1cf,
      #fff1cf 2px,
      transparent 2px,
      transparent 9px
    ),
    url("../../../uploads/2026/03/foot-icon.webp"),
    url("../../../uploads/2026/03/foot-icon.webp");
  background-color: #fff;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    center center,
    center top 30px,
    center bottom 30px;
  background-size: cover, 100%, 100%;
  padding-top: 130px;
  padding-bottom: 200px;
}
.sec-recruit .wrap {
  display: flex;
  align-items: flex-end;
  padding-left: var(--px-20);
  gap: max(var(--px-60), 20px);
  position: relative;
  z-index: 1;
}
.sec-recruit .wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: clamp(300px, var(--px-300), 500px);
  background: #fff;
  transform: translateY(-50%);
  z-index: -1;
}
.sec-recruit .img-box {
  margin-top: -80px;
}
.sec-recruit .btn-st1 {
  margin-top: clamp(20px, var(--px-80), 100px);
}
/*-------ipad----*/
@media screen and (max-width: 1180px) {
  .top-puppy-list {
    grid-template-columns: repeat(3, max(var(--px-237), 237px));
  }
  .pacs-side {
    padding-inline: 8%;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .sec-pet-hotel .dfl,
  .sec-store .dfl,
  .footerwrap .dfl,
  .sec-concept .dfl {
    flex-direction: column;
    align-items: center;
  }
  .footerwrap .dfl {
    gap: 100px;
  }
  .top-puppy-list {
    grid-template-columns: repeat(2, max(var(--px-237), 237px));
  }
  .sec3 .btn-st1::after {
    max-width: 21px;
  }
  .sec3 .btn-st1 {
    padding-left: 18px;
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .pacs-side {
    padding-inline: 25%;
  }
}
@media screen and (max-width: 680px) {
  .sec-pet-hotel .dfl {
    align-items: center;
  }
  .header {
    height: 50px;
    border: none;
  }
  .main-menu {
    gap: 30px;
  }
  .main-menu li a {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .mv {
    position: relative;
    background-image:
      repeating-linear-gradient(
        135deg,
        #fff1cf,
        #fff1cf 2px,
        transparent 2px,
        transparent 9px
      ),
      url("../../../uploads/2026/03/sp-main-bg.webp");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:
      cover,
      100% 210px;
  }
  .mv-1 {
    padding-inline: 0;
    padding-bottom: 65px;
  }
  .mv-2 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .mv-3 {
    padding-inline: 0;
    padding-bottom: 65px;
  }
  .copyright-container {
    padding: 26px 0 calc(26px + 50px);
  }
  /*sec1*/
  .sec-blog .inner {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .top-main-tit-st3 .l-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top-main-tit-st3 .l-txt::before {
    margin-right: 0;
  }
  .top-main-tit-st3 .s-txt {
    text-align: center;
  }
  .top-post-wrap {
    height: 339px;
  }
  .top-post-wrap article {
    flex-direction: column;
  }
  /*sec2*/
  .sec-concept .inner {
    padding-top: 20px;
    padding-bottom: 65px;
  }
  .t-concept-tit {
    margin-top: 30px;
  }
  .sec2 .txt-box .ma80 {
    margin-bottom: 0;
  }
  .sec-concept .dfl {
    padding-bottom: 150px;
    margin: 0;
  }
  body .sec2 .dog-walk {
    top: auto;
    right: 0;
    left: auto;
    bottom: 30px;
    z-index: -1;
  }
  .sec2 .ch-only {
    display: inline-block;
  }
  .concept-co-tit {
    line-height: 1.6;
  }
  .concept-co-tit::before {
    top: auto;
    left: 16px;
    bottom: -16px;
  }
  .sec-concept .w1082 {
    margin-bottom: 0;
    padding-bottom: 130px;
  }
  .concept-icon.right {
    bottom: auto;
    top: -15px;
  }
  .concept-icon.left {
    bottom: auto;
    top: -15px;
    transform: translateY(-100%);
    animation: none;
  }
  .sec-concept .w706 {
    margin-bottom: 30px;
  }
  .concept-list li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*sec3*/
  .sec-puppy .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-puppy-list .puppy-item {
    height: auto;
  }
  .top-puppy-list {
    grid-template-columns: repeat(2, 161px);
  }
  .sec3 .wrap.ma70 {
    margin-bottom: 50px;
  }
  /*sec4*/
  .sec-point {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .point-img.left-img {
    top: -30px;
    left: 0;
  }
  .point-img.right-img {
    top: -10px;
    right: 0;
  }
  .point-list li {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
  }
  /*sec5*/
  .sec-trimming-school .inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .t-trimming-school-tit {
    margin-top: 30px;
  }
  /*sec6*/
  .sec-trimming .inner {
    padding-bottom: 100px;
  }
  .t-trimming-tit {
    margin-top: 30px;
  }
  /*sec7*/
  .sec-recruit .wrap::before {
    content: none;
  }
  .sec-recruit .img-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 184px;
    background: #fff;
    transform: translateY(-50%);
    z-index: -1;
  }
  .sec-recruit .wrap {
    padding-left: 5.55%;
    padding-right: 5.55%;
  }
  .t-recruit-tit {
    margin-top: 30px;
  }
  .sec-recruit .btn-st1 {
    margin-top: 60px;
  }
  .sec-recruit {
    background-image:
      repeating-linear-gradient(
        135deg,
        #fff1cf,
        #fff1cf 2px,
        transparent 2px,
        transparent 9px
      ),
      url("../../../uploads/2026/03/sp-foot-icon.webp"),
      url("../../../uploads/2026/03/sp-foot-icon.webp");
    background-color: #fff;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
      center center,
      center top,
      center bottom;
    background-size: cover, 100%, 100%;
    padding-bottom: 110px;
    padding-top: 110px;
  }
  /*ft*/
  .footer-info {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .table-st1 tr {
    display: flex;
    flex-direction: column;
  }
  .table-st1 th {
    width: 100%;
    padding-bottom: 0;
  }
  .table-st1 td {
    padding-top: 0;
    width: 100%;
  }
  .table-st1 tr:first-child th,
  .table-st1 tr:first-child td {
    padding-top: 0;
  }
  .sec-pet-hotel {
    padding-top: 80px;
  }
  .footerwrap .insta-box {
    position: relative;
    right: auto;
    bottom: auto;
    transform: none;
    margin: 40px auto 0;
  }
  .footerwrap .insta-box.sp-only {
    display: block;
  }
  .archive-wrap article {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .pacs-side {
    padding-inline: 0;
  }
}
/* CSS Document */
