@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  line-height: 1.7;
  font-size: 1.6rem;
  font-family: sans-serif;
}
@media (min-width:600px) {
  body {
    font-size: 1.7rem;
  }
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  padding:0 20px 70px;
}
.ctaPc {
  display: none;
}
@media (min-width:600px) {
  .container {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
}
.wrapperPt {
  padding-top: 50px;
  margin-bottom: 30px;
  overflow: hidden;
}
.subPage {
  margin-bottom: 15px;
}
.ctaTel {
  position: relative;
}
.ctaImg {
  font-size: 0;
}
@media (min-width:600px) {
  /* .ctaTel {
    position: static;
    background-image: url(../img/cta_back.jpg);
    background-position: center;
    background-size: cover;
    margin: 10px calc(50% - 50vw) 50px;
    padding:0 calc(50vw - 50% + 8px);
    width: 100vw;
    text-align: center;
  } */
  .pcCtaNum {
    position: relative;
  }
  .ctaPc {
    display: block;
    max-width: 900px;
    margin: 0 auto;
  } 
  .cta {
    display: none;
  }
  .ctaTel img {
  max-width: 600px;
  }
}
.ctaNumber {
  position: absolute;
  left: 10px;
  bottom: 45px;
}
.ctaNumber a {
  font-size: 3.8rem;
  font-weight: bold;
  color: #ff0000;
}
@media (min-width:600px)  {
  .ctaNumber {
    position: absolute;
    left: 230px;
    bottom: 40px;
  }
  .ctaTraNumber {
    bottom: 25px;
  }
  .ctaNumber a {
    font-size: 3.6rem;
    font-weight: bold;
    color: #ff0000;
  }
}
.pageTitle {
  background-image: url(../img/haed_back.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  font-size: 3rem;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 600px) {
  .pageTitle  {
    font-size: 3.2rem;
  padding-top: 16px;
  padding-bottom: 16px;
  }
}
.subHead{
  position: relative;
  margin-bottom: 40px;
  padding-left: 8px;
}
.subHead::after {
  position: absolute;
  content:url(../img/head_bottom.png);
  bottom: -22px;
  left: 0;
  width: 100%;
}
.middleText {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.redText {
  color: #ff0000;
}
.mbText {
  margin-bottom: 20px;
}
/* header */
.heroMv {
  height: 100vh;
  background-image: url(../img/main05.jpg);
  background-position: center;
  background-size: cover;
}
.headerInner {
  display: flex;
}
@media (min-width:600px) {
  .headerInner  {
  max-width: 1100px;
  margin: 0 auto;
  }
  .heroMv {
    height: 100vh;
    background-image: url(../img/main_pc05.jpg);
    background-position: center;
    background-size: cover;
  }
}
.headerMenuList {
  display: flex;
}
/* h1 {
  font-weight: normal;
  color: #fff;
  padding-top: 15px;
} */
.headLogo {
  max-width: 260px;
  padding-top: 4px;
  margin-bottom: 10px;
  /* padding: 4px 0 0 8px; */
}
@media (min-width:600px) {
  .headLogo {
    max-width: 280px;
    padding-top: 4px;
    /* padding: 4px 0 0 8px; */
  }
}
.spMenu {
  margin-left: auto;
}
.spMenu #open {
  font-size: 3.6rem;
  line-height: 54px;
  cursor: pointer;
  color: #808080;
  background-color: #cdfacd;
  padding: 0 4px;
}
.spMenu #open.hide {
  display: none;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(205,250,205,0.9);
  text-align: center;
  padding: 64px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
  z-index: 10;
}
.overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.overlay #close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 32px;
  cursor: pointer;
}
.overlay li {
  margin-top: 24px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .3s, transform .3s;
}
.overlay.show li {
  opacity: 1;
  transform: none;
}
.overlay.show li:nth-child(1) {
  transition-delay: .1s;
}
.overlay.show li:nth-child(2) {
  transition-delay: .2s;
}
.overlay.show li:nth-child(3) {
  transition-delay: .3s;
}
.overlay.show li:nth-child(4) {
  transition-delay: .4s;
}
.overlay.show li:nth-child(5) {
  transition-delay: .5s;
}
.overlay.show li:nth-child(6) {
  transition-delay: .6s;
}
.overlay.show li:nth-child(7) {
  transition-delay: .7s;
}
.overlay.show li:nth-child(8) {
  transition-delay: .8s;
}
.pcMenu {
  display: none;
}
.pcSubMenu {
  display: none;
}
@media (min-width: 600px) {
  .mainV {
    position: relative;
  }
  .pcMenu {
    display: block;
    background: #90EE90;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .pcMenu ul {
    display: flex;
    justify-content: center;
  }
  .pcMenu li:not(:last-of-type){
    border-right: 1px solid #fff;
  }
  .pcMenu a {
    display: block;
    width: 140px;
    line-height: 64px;
    font-size: 1.4rem;
    text-align: center;
  }
  .pcMenu a:hover {
    background: #FFF;
    opacity: .7;
  }
  .SubPage {
  position: relative;
  }
  .pcSubMenu {
    display: block;
    background: #87CEEB;
    margin-bottom: 30px;
  }
  .spMenu {
    display: none;
  }
}
 /* footer */
 .footer {
  background: #90EE90;
}
.footerInner {
  padding: 30px 20px;
}
.footerLogoWrapper {
  text-align: center;
}
.footerLogo {
  width: 200px;
}
.footerMenu li {
  margin-bottom: 12px;
}
@media (min-width:600px) {
  .footerInner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .footerLogo {
    width: 250px;
  }
  .footerMenu {
    display: flex;
    flex-wrap: wrap;
  }
  .footerMenu li a {
    padding: 10px;
  }
  .footerMenu li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.footerMenu 
{
  margin-top: 30px;
}
@media (min-width:600px) {
  .footerMenu 
{
  margin-top: 40px;
}
}
.copyright {
  text-align: center;
  font-size: 1.4rem;
}
/* HOME */
.intro  {
  background-image: url(../img/intro_back.jpg);
  background-position: center;
  background-size: cover;
  margin: 15px calc(50% - 50vw) 0;
  padding:25px calc(50vw - 50% + 8px);
  width: 100vw;
  margin-bottom: 30px;
  position: relative;
}
.intro::before {
  content: url(../img/top_pen.png);
  position: absolute;
  top:-60px;
  right: 0;
  width: 140px;
  height: auto;
}
@media (min-width:600px) {
  .intro  {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-bottom: 50px;
  }
}
.intro h2 {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 15px;
}
.intro p {
  text-align: center;
}
.intro p:first-of-type{
  margin-bottom: 15px;
}
.service {
  overflow: hidden;
  margin-bottom: 70px;
}
.service h2 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.service h2::after {
  position: absolute;
  content:url(../img/head_bottom.png);
  bottom: -22px;
  left: 0;
  width: 100%;
}
.serviceList li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width:600px) {
  .serviceList {
    display: flex;
    flex-wrap: wrap;
  }
  .serviceList li{
    max-width: 520px;
  }
  .serviceList li:nth-of-type(odd){
    margin-right: 1.8%;
  }
}
.box {
  opacity: 0;
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  .strong {
    position: relative;
    margin-bottom: 30px;
    background-image: url(../img/top_cover.jpg);
    background-position: center;
    background-size: cover;
    margin: 0 calc(50% - 50vw);
    padding:25px calc(50vw - 50% + 8px);
    width: 100vw;
    margin-bottom: 30px;
  }
  .strong::before {
    content: url(../img/top_pen2.png);
    position: absolute;
    top:-100px;
    right: 0;
    width: 140px;
    height: auto;
  }
  .strong  h2 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .strong h3:not(:first-of-type) {
    margin-top: 15px;
  }
  .thumbUp {
    color:#e66f05;
    margin-right: 3px;
    vertical-align: -3px;
  }
  @media (min-width:600px) {
    .strong {
      margin-bottom: 50px;
      padding-bottom: 60px;
      padding-top: 60px;
    }
    .strong  h2 {
      font-size: 2.4rem;
    }
    .strong h3:not(:first-of-type) {
      margin-top: 25px;
    }
  }
  .ctaTop {
    margin-bottom: 20px;
  }
  @media (min-width:600px) {
    .ctaTop {
      margin-bottom: 0;
    }
    .instaWrapper {
      text-align: center;
      margin-top: 30px;
    }
    .insta {
      max-width: 600px;
    }
  }
  .gallery {
    margin-top: 40px;
  }
  .gallery h2 {
    font-size: 2rem;
    border-bottom: 2px dotted #cdfacd;
    margin-bottom: 40px;
    text-align: center;
  }
  .slider {
    width:94%;
     margin:0 auto;
 }
 
 .slider img {
     width:100%;
     height:auto;
 } 
 .slider .slick-slide {
     margin:0 10px;
 }
 .slick-prev, 
 .slick-next {
     position: absolute;
     top: 42%;
     cursor: pointer;
     outline: none;
     border-top: 2px solid #666;
     border-right: 2px solid #666;
     height: 15px;
     width: 15px;
 }
 
 .slick-prev {
     left: -1.5%;
     transform: rotate(-135deg);
 }
 
 .slick-next {
     right: -1.5%;
     transform: rotate(45deg);
 }
  .slick-dots {
     text-align:center;
   margin:20px 0 0 0;
 }
 .slick-dots li {
     display:inline-block;
   margin:0 5px;
 }
 .slick-dots button {
     color: transparent;
     outline: none;
     width:8px;
     height:8px;
     display:block;
     border-radius:50%;
     background:#ccc;
 }
 .slick-dots .slick-active button{
     background:#333;
 }
  /* トレーニング */
  .traIntro {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .traIntroImg {
    margin-bottom: 20px;
  }
  @media (min-width:600px) {
    .traIntro {
      margin-top: 60px;
      margin-bottom: 60px;
      text-align: center;
    }
    .traIntro p {
      margin: 20px auto;
      max-width: 600px;
      text-align: center;
    }
    .traIntroImg {
      max-width: 600px;
    }
    .traIntroWrapper {
      text-align: center;
      margin-bottom: 30px;
    }
  }
  .traCopy {
    font-size: 2rem;
    display: inline;
    background:linear-gradient(transparent 60%, #ccffcc 60%);
  }
  .traPcWrap:not(:last-of-type) {
    margin-bottom: 20px;
  }
  @media (min-width:600px) {
    .traIntroCopyWrapper {
      text-align: center;
    }
    .traCopy {
      display: inline-block;
      font-size: 2.2rem;
    }
  }
  .traStep {
    margin-bottom: 30px;
  }
  .traStep h3 {
    margin-bottom: 6px;
  }
  .traStep h3:not(:first-child) {
    margin-top: 20px;
  }
  .traStep img {
    margin-bottom: 6px;
  }
  @media (min-width:600px) {
.traPcWrap {
  display: flex;
} 
.traPcWrap h3 {
  margin-top: 30px;
}
.traLeftWrap {
  margin-right: 3%;
}
.traPcWrap img {
  max-width: 550px;
}
.traPcWrap p {
  margin-top: 70px;
}
  }
  .traMenu {
    margin-bottom: 30px;
  }
  .traMenu .plan {
    border-bottom: 3px dotted #cdfacd;
  }
  @media (min-width:600px) {
  .traMenu p {
    font-size: 2rem;
  }
  }
  .traTaxt {
    margin-top: 20px;
  }
  .traReviewList {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .traReview {
    margin-bottom: 20px;
  }
   /* ペットホテル */
   .hotelIntro {
    margin-bottom: 30px;
   }
   .hotelIntro li {
     border-bottom: 1px solid #cdfacd;
   }
   .hotelIntro li:not(:last-child) {
    margin-bottom: 10px;
   }
   @media (min-width:600px) {
   .hotelIntro li {
   font-size: 1.9rem;
  }
   }
  .check {
    color: #90EE90;
    font-size: 2rem;
    vertical-align: -5px;
    margin-right: 5px;
  }
  .hotelCopyMb {
    font-size: 1.8rem; 
    margin-bottom: 30px;
  }
  .hotelCopyMark{
    font-size: 1.8rem; 
    display: inline;
    background:linear-gradient(transparent 60%, #ccffcc 60%);
  }
  @media (min-width:600px) {
    .hotelCopyMb {
      font-size: 2rem; 
    }
    .hotelCopyMark{
      font-size: 2rem; 
    }
  }
  .menu {
    margin-bottom: 30px;
  }
  .menu dl {
    display: flex;
    background: #cdfacd;
    padding: 8px 0 8px 7px;
    margin-bottom: 8px;
  }
  .menu dt {
    width: 50%;
  }
  @media (min-width:600px) {
    .menu {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .menu dl {
      max-width: 950px;
      padding: 15px 0 15px 19px;
    }
    .menu dt {
      font-size: 1.8rem;
    }
    .menu dd {
      font-size: 1.8rem;
    } 
  }
  .plan {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .plan:not(:first-of-type) {
    margin-top: 30px;
  }
  @media (min-width:600px) {
    .plan {
      font-size: 1.9rem;
    }
    .reviewPCWrap {
      text-align: center;
    }
    .hotelReviewList {
      margin-top: 50px;
      margin-bottom: 40px;
      text-align: center;
    }
  }
/* 仔犬の予約販売 */
.puppyIntroCopy {
  background: #cdfacd;
  padding: 10px;
}
.puppyDeco {
  position: relative;
  margin-bottom: 60px;
}
.puppyDeco::before {
  position: absolute;
  content:url(../img/puppy.png);
  top: 30px;
  right: 0;
}
.puppyCopyMark {
  font-size: 1.8rem; 
  display: inline;
  background:linear-gradient(transparent 60%, #ccffcc 60%);
}
@media (min-width:600px){
  .puppyDeco {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 90px;
    max-width: 900px;
  }
  .puppyIntroCopy {
    font-size: 1.9rem;
    padding: 19px 0 19px 18px;
  }
  .puppyDeco::before {
    top: 30px;
    right: 140px;
  }
}
.puppyCopyMb {
  font-size: 1.8rem; 
  margin-bottom: 30px;
}
@media (min-width:600px) {
  .puppyCopyPc {
  text-align: center;
  }
  .puppyCopyMark {
    font-size: 2.2rem; 
    display: inline-block;
    margin-bottom: 20px;
  }
  .puppyCopyMb {
    font-size:2.2rem; 
    margin-bottom: 50px;
    display: inline-block;
    background:linear-gradient(transparent 60%, #ccffcc 60%);
  }
}
.puppyAbout {
  margin-bottom: 30px;
}
.puppyAboutList {
  color: #90EE90;
  font-size: 2rem;
  vertical-align: -5px;
  margin-right: 5px;
}
.puppyAbout li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width:600px){
  .puppyAbout {
    margin-bottom: 40px;
  }
  .puppyAbout ul {
    max-width: 600px;
  }
}
.puppyExample {
  margin-bottom: 30px;
}
.puppyList {
  vertical-align: -5px;
  margin-right: 5px;
}
.puppyExample li:not(:last-of-type) {
  margin-bottom: 8px;
}
.breeder {
  display: block;
  margin-top: 6px;
  margin-bottom: 30px;
}
@media (min-width:600px) {
  .pcBreeder {
    text-align: center;
  }
  .breeder {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 50px;
  }
}
   /* 各種フード取扱い */
  .foodCopy {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  @media (min-width:600px) {
    .foodMb {
    margin-bottom: 60px;
  }
  }
 /* よくある質問 */
 .qaList {
  margin-bottom: 40px;
 }
  .qaList dt {
    background: #cdfacd;;
    padding: 6px 0 3px 6px;
  }
  .qaList dd{
    background: #f5f5f5;
    padding: 3px 3px 6px 8px;
  }
  .qaList dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
  @media (min-width:600px) {
    .qaList  {
      margin-bottom: 40px;
    }
    .qaList dt {
      padding: 12px 0 8px 12px;
    }
    .qaList dd{
      background: #f5f5f5;
      padding: 12px 0 8px 12px;
    }
    .qaList dd:not(:last-of-type) {
      margin-bottom: 40px;
    }
  }
 /* 会社案内 */
 .info {
  border-collapse: collapse;
  margin-bottom: 30px;
 }
 .info th,td {
  border: 1px dotted #b7b7b7;
  padding: 6px;
 }
  .info th{
    font-weight: normal;
    text-align: left;
    background: #cdfacd;
  }
  .map {
    max-width: 500px;
    height: 500px;
    margin-bottom: 30px;
  }
  .companyPcWrap {
    margin-bottom: 40px;
  }
  @media (min-width:600px) {
  .info {
    width: 100%;
    margin-bottom: 50px;
  }
  .info th,td {
    padding: 12px;
   }
   .map {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .companyPcWrap {
    max-width: 700px;
    margin-bottom: 60px;
  }
  }
  /* プライバシーポリシー */
  .policyHead {
    font-size: 2.2rem;
  margin-bottom: 10px;
  }
  .policyList {
    margin-top: 20px;
    margin-bottom: 30px;
  }