@charset "UTF-8";
/* CSS Document */
/* tittle  about us */
.section{
    padding:50px; 
  }
  .about-us-tittle{
    font-family: Playfair Display;
    font-size: 5rem;
    color: #6AA331;
    padding: 50px 20px;
  }
.about-us-pc2{
    width: 375px;
    margin: 0 auto;
}
.about-us{
    width: 100%;
}

.aboutus-description{   
    font-family: Sawarabi Mincho;
    padding: 50px;
    font-size: 14px;
}

 .top-title {
  font-size: 2rem;
  color: #6AA331;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 20px;
  line-height: 1;
  font-family: Sawarabi Mincho;
} 

.top-title::before {
  content: attr(data-title);
  font-size: 4rem;
  color: #6AA331;
  font-weight: bold;
  text-transform: uppercase;
  font-family:  Playfair Display;
}

.article-title {
  font-size: 1.5rem;
  color: #6AA331;
  font-weight: normal;
  padding: 20px;
  line-height: 1;
  font-family: 'Sawarabi Mincho';
}

.article-title::before {
  content: attr(data-title);
  font-size: 2.4rem;
  color: #6AA331;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Playfair Display;
  padding-bottom: 20px;
  display: block;
}

@media (min-width:768px) {
  .top-logo{
    width: 20%;
  }
  .top-title {
    height: 10em;
    flex-direction: row;
    align-items: center;
  }

  .top-title::before {
    font-size: 10rem;
  }

  .article-title {
    font-size: 2rem;
  }

  .article-title::before {
    font-size: 4rem;
  }
}
.cattery-description{
    padding: 50px;
    font-family: Sawarabi Mincho;
    font-size: 14px;
   }
   .cattery-title-pc{
    display: block;
    width: 80%;
    object-fit: cover;
    margin: 40px auto;
}
.cattery-img-area{
    margin: auto;
}
.top-logo{
  width: 30%;
  padding: 20px;
}
/* Hamburger menu */
/* Nav styles */
.hamburger-hamburger{
    position: fixed;
      z-index: 1000;
  }
.menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
  margin: 0;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
}

.menu li {
  background-image: linear-gradient(60deg, #a1875f 0%, #CEC0B1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s ease-in-out;
    height: 100vh;
  width: 20vw;
}

.menu li a {
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu li a:hover {
    text-decoration: underline;
}

.menu li:nth-of-type(2) {
    transition-delay: .025s;
}

.menu li:nth-of-type(3) {
    transition-delay: .05s;
}

.menu li:nth-of-type(4) {
    transition-delay: .075s;
}

.menu li:nth-of-type(5) {
    transition-delay: .1s;
}

.menu.open li {
    transform: translateY(100vh);
}

@media (max-width: 768px) {
    .menu ul {
        flex-direction: column;
    top: 0;
    left: -100vw;
    }

    .menu li {
        height: 10vh;
        width: 100vw;
    }

    .menu.open li {
        transform: translateX(100vw);
    }
}
.hamburger {
    background-color: #a1875f;
    border-radius: 50%;
    position: fixed;
    top: 30px;
    right: 5%;
    border: 0;
    /* cursor: pointer; */
    width: 60px;
    height: 60px;
}

.hamburger:focus {
  outline: 0;
}

.hamburger .line {
  background-color: #000;
  display: block;
  margin: 4px auto;
  height: 2px;
  width: 20px;
  transition: all .1s ease-in;
}

.hamburger.open .line:nth-child(1) {
  transform:translateY(6px) rotate(45deg) ;
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform:translateY(-6px) rotate(-45deg) ;
}

/* ハンバーガーメニュー 終わり */
/* tittle  about us */

/* tittle  about us pc */
@media screen and (min-width:768px){
    .about-us-pc{
        z-index: -1;
    }
    .about-us-tittle {
      font-size: 15rem;
    padding: 100px;
    }
    .about-us-pc2 {
        width: 70%;
        margin: 0 auto;  
    }
    .fade {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 1.5s, transform 1s;
    }.fade.active {
        opacity: 1;
        transform: translateY(0px);
        z-index: -1;
    }
    .about-us{
        display: grid;
        grid-template-columns: 2fr 2fr;
    }
    .aboutus-description{
        font-size: 18px;
    }
    .cattery-title-pc{
        width: 70%;
        margin: 40px;
    }
   .cattery2{
    display:flex;
    justify-content: space-around;
   }
   
   .data-title{
    font-size: 2rem;
    padding: 20px 50px 20px;
    font-family: 'Sawarabi Mincho';
    color: #6AA331;
   }
   .cattery-description{
    font-size: 18px;
    padding: 10px;
    inline-size: 600px;
}

}
/* kitty */
.tumiki-pc{
  width: 297px;
}
.kitty-2022-tittle1{
font-family: Sawarabi Mincho;
color: #6AA331;
text-align: center;
padding-top: 40px;
}
.kitty-about{
  font-family: Sawarabi Mincho;
  padding: 30px;
  font-size: 14px;
}
.kitty-about2{
  font-family: Sawarabi Mincho;
  padding: 30px;
  font-size: 14px;
}
.kitty-about3{
  font-family: Sawarabi Mincho;
  padding: 30px;
  font-size: 14px;
}
/* kitty 終わり */
/* photo area */
.cattery-img-area{
    background-color: #F1EDE8;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cattery-img {
    padding: 10px;
}

.cattery-img img {
    width: 100%;
   
}

/* photo area終わり */
/* photo area pc */
@media screen and (min-width:768px){
/* .cattery-pc1{
    text-align: center;
} */
.kitty-about{
  font-size: 18px;
}
.kitty-about2{
  font-size: 18px;
}
.kitty-about3{
  font-size: 18px;
}
.cattery-img-area{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 20PX;
   
}

}
/* british */
.cattery-title{
    font-family: Playfair Display;
    color: #6AA331;
    font-weight: bold;
    font-size: 3.125rem;
    padding-top: 30px;
}
.british{
    padding: 30px;
    font-family: Sawarabi Mincho;
    font-size: 14px;
}
.footer-bluemink{
    padding: 100px;
    width: 150px;
}

.site-map__main-links li a{
    text-decoration: none;
    color:#070606;
    font-family: Sawarabi Mincho;
    text-align: center;
}
.footer-content-wrapper{
    display: block;
    text-align: center;
}
.british-pc{
    max-width: 2000px;
    margin: 0 auto;
}
/* british終わり */
/* british pc */
@media screen and (min-width:768px){
    .british {
        font-size: 18px;
    }
    .cattery-title {
      font-size: 5rem;
      padding: 50px 50px 20px;
    }
}
/* フッター */
.footer__copyright{
    text-align: center;
    display: block;
    font-size: 1.2rem;
  }
  .tica{
    width: 20%;
    padding: 20px;
  }
  .site-map{
    text-align: center;
  }
  .footer-bluemink{
    width: 30%;
    padding: 50px 20px 30px;
  }
  .site-map__main-links li a{
    text-decoration: none;
    color:#404041;
    font-family: Sawarabi Mincho;
    text-align: center;
  }
  .footer-content-wrapper{
    display: block;
    text-align: center;
  }
  .site-map{
    font-size: 14px;
  }
  .pagetop {
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .3s;
    color: #6AA331;
    background: #fff;
    
  /*   デフォルトは非表示 */
    opacity: 0;
  }
  .pagetop:hover {
      box-shadow: 0 0 10px#6AA331;
  }
  @media (min-width: 768px){
    .tica {
     width: 11%;}
     .footer-bluemink{
       width: 15%;
     }
   }
   
 /* インスタ */
 i::before{
    font-size:30px;
    font-weight: 400; /* 追記したコード */
    color: #404041;
    padding: 50px;
  }