@charset "UTF-8";
/* CSS Document */
/* top */
.section{
  padding:50px;
}
.header-content {
    position: absolute;
    padding: 22px;
}
.wrapper {
    position: relative;
  }
  .british-british{
    position: absolute;
    width: 60%;
    top: 15%;
    padding: 10px;
}
.logo{
  width: 36%;
}
  .heading {
    position: absolute;
    bottom: 5px;
    left: 15px;
    color: #FFF;
  }
  video {
    max-width: 100%;
    width: 100vw;
  }
/* top動画終わり */
/* pc top */
@media screen and (min-width:768px){
  .html{
    max-width: 1200px;
    margin: 0 auto;
  }
  .logo{
    width: 100%;
  }
 .british-british{
  top: 25%; 
 }
 video{
  object-fit: cover;
}
}
/* 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 .6s 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 li:nth-of-type(6) {
  transition-delay: .6s;
}
.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: 10px;
    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) ;
}
/* ハンバーガーメニューpc */
@media screen and (min-width:768px){
  .header_right{
    left: 93%;
    top: 2%;
  }


}
  .size{
    font-size:20px;
  }
  
   .slider{ 
    display: flex;  
   } 
   /* 親猫について */
    .about{
    max-width: 250px;
    font-size: 12px;
    margin: 20px;
} 

p.right {
  text-align: right;
}
p{
  font-family: Sawarabi Mincho;
  font-size: 14px;
  padding: 50px;
  text-align: left;
  }
  .aboutArea__btn{
    padding: 22px;
  } 
  .btn{
    display: inline-block;
    color: #6AA331;
    text-decoration: none;
    line-height: 30px;
  }
  
  .btn:hover{
    color: #0D6E05;
  }
  
  .btn::before{
    content: "";
      width: 10px;
      height: 10px;
    border: 10px solid #6AA331;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
  }
  
  /* 親猫について 終わり*/
  /* 親猫についてpc */
  @media (min-width: 768px) {
  p.right{
    text-align: right;
  } 
}
  /* kitty */
.kitty-title{
  font-family: Playfair Display;
  color: #6AA331;
  font-size: 5rem;
}
.kitty-tittle-pc2{
  width: 50%;
}
/* kitty pc */
@media (min-width: 768px){
  .kitty_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    list-style: none;
    gap: 10px;
  }
  p{
    font-size: 18px;
  }
  .kitty-title{
    font-size: 10rem;
  }
}
/* gallery */
.gallery-pc{
  gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 10px;
    list-style: none;
}
#gallery{
  background-color: #F1EDE8;
}
  /* footer */
  .footer-bluemink{
    width: 30%;
    padding: 50px 20px 30px;
  }
.tica{
  width: 20%;
  padding: 20px;
}
 .site-map{
  text-align: center;
 } 

 .footer__copyright{
    text-align: center;
    display: block;
    font-size: 13px;
  }
  .site-map__main-links li a{
    text-decoration: none;
    color:#070606;
    font-family: Sawarabi Mincho;
    text-align: center;
    font-size: 16px;
  }
  .footer-content-wrapper{
    display: block;
    text-align: center;
  }
  .site-map{
    font-size: 14px;
  }
  .pagetop {
    cursor: pointer;
    position: fixed;
    right: 10%;
    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;
  }
/* footer pc */
@media (min-width: 768px){
 .tica {
  width: 11%;}
  .footer-bluemink{
    width: 15%;
  }
}

   /* インスタ */
   i::before{
    font-size:30px;
    font-weight: 400; /* 追記したコード */
    color:#070606;
    padding: 50px;
  }