@charset "UTF-8";

a {

  text-decoration: none;
  color: rgb(61, 61, 61);
   }
   body{
    font-family: 'Noto Sans JP', sans-serif;

}

@media screen and (min-width:1024px){

.menu_hamburger {
  display: none;
}

.gnav_hamburger{
  display: none;
}

/* -----------------ナビゲーション------------------- */
/* NAVBAR STYLING STARTS */



li {
    list-style: none;
   
    
   }


.navbar {
    display: flex;

    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);

    /* 固定 */
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    
   }
   .nav-links a {
    color: #fff;
   }
   /* LOGO */
   .logo {
    font-size: 20px;
    background-color: rgb(255, 255, 255);
   }
   /* NAVBAR MENU */
   .menu {
    display: flex;
    gap: 1em;
    font-size: 15px;
   }
   
   .menu li {
    padding: 10px 14px;
    background-color: rgb(255, 255, 255);
   }
  


.aikon{
    width: 20px;
    background-color: rgb(255, 255, 255);
    
}





/* ---------------index-------------- */
.image0{
    width: 100%;
    min-height: 100vh;
   background-repeat: no-repeat;
   
   
}

@keyframes fade{
 0%{
   opacity: 0;
 }
 100%{
   opacity: 1;

 } 
}



/* ----------photographs -------------------*/


.image1{
 width: 100%;
 margin-bottom: 8px;

}

 .photo{
 width: 600px;
 margin:0 auto;
display: flex;
flex-direction: column;
text-align : center;
 flex-direction: column;

 /* フェードイン */
 text-align: center;
 margin-top: 50px;
 animation-name: fade;
 animation-duration: 2s;
 animation-iteration-count: 1;
}




 
.biotext{
  max-width: 500px;
  text-align: center;
  margin:  auto;
  padding: 10px 30px;   


  /* フェードイン */
 text-align: center;
 margin-top: 50px;
 animation-name: fade;
 animation-duration: 2s;
 animation-iteration-count: 1;
 
}


h1{
  text-align: left;
  font-size: 20px;
  margin-bottom:12px ;
}
.biotext p {
  font-size: 15px;
  text-align: left;
  margin-bottom: 70px;
  line-height:30px ;
  
}


/* その5  */
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #2f2f2f;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}




/*contact  */
.contacttext1{
  max-width: 500px;
  text-align: center;
  margin:  auto;
  padding: 10px 30px; 
  line-height: 25px;

  /* フェードイン */
 text-align: center;
 margin-top: 50px;
 animation-name: fade;
 animation-duration: 2s;
 animation-iteration-count: 1;
 
}
.contacttext2{
  
  font-size: 13px;
  margin-bottom:0px ;
}
.contacttext3{
  color: #34cbe6;
  font-size: 15px;
  margin-bottom:12px ;
}




}




@media screen and (max-width:480px){
  

/* ハンバーガーメニュー */

  /*menu*/
/* .menu_hamburger{
  height: 20px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 20px;
  z-index: 120;
  }
  .menu__line{
  background: #000;
  display: block;
  height: 1px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
  }
  .menu__line--center{
  top: 9px;
  }
  .menu__line--bottom{
  bottom: 0;
  }
  .menu__line--top.active{
  top: 8px;
  transform: rotate(45deg);
  background: #fff;
  }
  .menu__line--center.active{
  transform:scaleX(0);
  }
  .menu__line--bottom.active{
  bottom: 10px;
  transform: rotate(135deg);
  background: #fff;
  } */



  /* フルスクリーンナビゲーション */

/*gnav*/
.gnav_hamburger{
  background: rgba(0,0,0,0.8);
  display: none;
  height: 100%;
  position: fixed;
  top:0;
  width: 100%;
  z-index:110;
  }
  .gnav__wrap{
  align-items:center;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  }
  .gnav__menu__item{
  margin: 40px 0;
  }
  .gnav__menu__item a{
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding: 40px;
  text-decoration: none;
  transition: .5s;
  }
  .gnav__menu__item a:hover{
  color: #666;
  }



  /* -----------------ナビゲーション------------------- */
  /* NAVBAR STYLING STARTS */
  
  
  
  li {
      list-style: none;
     
      
     }
  
  
  .navbar {
      display: flex;
  
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      background-color: rgb(255, 255, 255);
      color: rgb(0, 0, 0);
  
      /* 固定 */
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      
     }
     .nav-links a {
      color: #fff;
     }
     /* LOGO */
     .logo {
      font-size: 20px;
      background-color: rgb(255, 255, 255);
     }
     /* NAVBAR MENU */
     .menu {
      display: none
     }
     
     .menu li {
      display: none;
     }
    
  
  
  .aikon{
      width: 20px;
      background-color: rgb(255, 255, 255);
      
  }
  
  
  
  
  
  /* ---------------index-------------- */
  .image0{
      width: 100%;
      min-height: 100vh;
     background-repeat: no-repeat;
     
     
  }
  
  @keyframes fade{
   0%{
     opacity: 0;
   }
   100%{
     opacity: 1;
  
   } 
  }
  
  
  
  /* ----------photographs -------------------*/
  
  
  .image1{
   width: 100%;
   margin-bottom: 8px;
  
  }
  
   .photo{
   width: 100%;
   margin:0 auto;
  display: flex;
  flex-direction: column;
  text-align : center;
   flex-direction: column;
  
   /* フェードイン */
   text-align: center;
   margin-top: 50px;
   animation-name: fade;
   animation-duration: 2s;
   animation-iteration-count: 1;
  }
  
  
  
  
   
  .biotext{
    max-width: 500px;
    text-align: center;
    margin:  auto;
    padding: 10px 30px;   
  
  
    /* フェードイン */
   text-align: center;
   margin-top: 50px;
   animation-name: fade;
   animation-duration: 2s;
   animation-iteration-count: 1;
   
  }
  
  
  h1{
    text-align: left;
    font-size: 20px;
    margin-bottom:12px ;
  }
  .biotext p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 70px;
    line-height:30px ;
    
  }
  
  
  /* その5  */
  .pager .pagination {
    text-align: center;
  }
  
  .pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    border-radius: 10px;
  }
  
  
  .pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  
  .pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
  }
  
  .pager .pagination li a:hover,
  .pager .pagination li a.active{
    color: #fff;
    background: #2f2f2f;
  }
  
  @media only screen and (max-width: 767px){
    .pager .pagination li{
      display: none;
    }
  
    .pager .pagination li.pre,
    .pager .pagination li.next{
      display: inline-block;
      width: 40%;
      height: 50px;
      text-align: center;
    }
  
    .pager .pagination li.pre a,
    .pager .pagination li.next a{
      width: 100%;
      text-align: center;
    }
  
    .pager .pagination li.pre span::after{
      content: "　前の10件へ";
    }
  
    .pager .pagination li.next span::before{
      content: "次の10件へ　";
    }
  
  }
  
  
  
  
  /*contact  */
  .contacttext1{
    max-width: 500px;
    text-align: center;
    margin:  auto;
    padding: 10px 30px; 
    line-height: 25px;
  
    /* フェードイン */
   text-align: center;
   margin-top: 50px;
   animation-name: fade;
   animation-duration: 2s;
   animation-iteration-count: 1;
   
  }
  .contacttext2{
    
    font-size: 13px;
    margin-bottom:0px ;
  }
  .contacttext3{
    color: #34cbe6;
    font-size: 15px;
    margin-bottom:12px ;
  }
  
  
  
  
  }
  
  
}