@charset "UTF-8";

/* 共通 */

/*フォント*/
html {
  font-size: 16px;
}



  
body{
  color: #fff;  
  background-color: #222;
  text-align: center;  
}

a {
  color: #fff;
  border-bottom: 2px solid transparent;
  transition: border-color .25s;
}

img{
  width: 100%;
  vertical-align: bottom;
}
a:hover{
  border-bottom: 2px solid #fff;
}

.content{
  padding: 0 40px; 
}

.content-title {
  font-size: 2.5rem;
  padding: 50px 30px 10px 30px;
}

/* ヘッダ */
.header{
  padding: 19px 30px;
  position: absolute;  
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
}

.header-inner{ 
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto; 
}

.logo {
  font-size: 1.5rem;
  margin:  20px;
}

.header-nav{
  margin-left: auto;
}

.top-menu{
  display: flex;
}

.menu-item{
  margin-right: 10px;
}
.menu-item:last-of-type{
  margin-right: 0;
}
  

.burger-btn{
  display: none;
}

.header.fixed{
  position: fixed;
  padding: 30px;
  width: 100%;
  transition: 0.3s;
}

/* メイン */

.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual img{
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.slider{
  padding: 0;
}



.slick-slider {
  margin: 0;
}

.main-text {
  display: block;
  width: 100%;
  color: white;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 30px;
}

.main-title {
  font-size: 3rem; 
}

.main-img {
  width: 100vw;
  height: 100vh;
  vertical-align: bottom; 
}

.main-description{
  font-weight: bold;
  margin-bottom: 30px;
}

.slick-arrow{
  display: none !important;
}
.sp-br{
  display: none;
}
.ip-br{
  display: none;
}

/* about */

.about{
  background-color: #666666;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-description{
  max-width: 900px;  
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto 10px;
}

.about-content{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.about-list{
  margin-right: 50px;
  background-color: pink;
  border-radius: 5px;
  color: #fafa09;
  padding: 20px;
}

.about-list-text{
  text-align: left;
  font-size: 1.2rem;
}

.about-img{
  display: flex;
  justify-content: center;
}


/* news */
.news-time{
  display: block;
  text-align: left;
}

.news-title{
  font-size: 1.1rem; 
  text-align: left;
}

.news-description{
  line-height: 1.2;
  text-align: left;
}

.news-link{
  font-size: 1.5vw;
}


.news-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-list{
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

 .news-items{
  /*width: 33.3%; */
  margin: 10px;
}

/*kengi*/

.kengi-inner{
  display: flex;
  justify-content: center;
}

.kengi-info1{
  width: 30%;
  margin-right: 50px;
}

.keng-info2{
  width: 70%;
}

.kengi-title{
  font-size: 2vw; 
  margin: 0 0 30px;
}

.kengi-description{
  font-size: 2vw;
  text-align: left; 
  line-height: 1.5;  
}

.kengidan-link {
  display: flex;
  justify-content: center;
  margin: 0;
}

.kengi-link{
  display: flex;
  justify-content: center;
  font-size: 1.5vw;
  margin-right: 50px;
}


/*facebook*/

.followus{  
  /*font-family: 'Croissant One',cursive;*/
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}

.fab fa-facebook-f {
  padding: 20px 10px 0px;
}

.s {
  padding-bottom: 30px;
}

.mekakusi{
  visibility: hidden;
}
.kengidan {
  display: flex; 
}

.kengidan-img {
  margin: 3px;
  margin-bottom: 10px;
}

.kengidan-img > img {
  width: 100%;
}

.cigidan-followus{
  margin: 0 0 15px 0;
  /*font-family: 'Croissant One',cursive;*/
  font-weight: 400; 
  text-align: center;  
}

.sns{
  display: flex;
  justify-content: left; 
  padding: 10px 0px; 
}

.kengidan-4 {
  width: 70%;
  padding: 6vw 0 0 0;
}
.sns div{
  margin: 0 10px;
}

.sns div a {
  display: block;
  width: 30px;
  height: 30px;
  background: #73cdb6;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 35px;
  text-align: center; 
  color: #ffffff;
}

.sns div a:hover{
    opacity:  .8;
}

.kengi-1 {
  text-align: center;
  margin: 0;
}
.kengi-2 {
  display: flex;
  transition: background-color .25s;
}

.kengi-2  hover {
  background-color: #333;
} 

.bosyu a{
 font-size: 1.5vw;
  color: #fafa09;
}

.kengi-3 {
  text-align: center;
}



/*cigidan*/
.cigidan-content{
  height: 100%;
  padding: 50px;
}

.cigidan-title{
  font-size: 1.5vw; 
  text-align: left;
}

.cigidan-description{
  line-height: 1.2;
  text-align: left;
}

.cigidan-link{
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 0 20px;
}

.minpou-link{
  font-size: 1.5rem;
  padding: 0px 20px;
  margin: 0;
}

.ciseihoukoku-link{
  font-size: 1.5rem;
  margin: 0;
}

.cigidan-img{
  width: 100%;
}

.cigidan-list{
  margin: 0 0 10px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(500px, auto);
  column-gap: 1%;
}

.cigidan-items{
  margin: 20px 1vw;
  }
 .mekakusi{
  color: #222;
} 


/* footer*/

.footer {
  background-color: #333;
  color: #fff;
}

.footer-map {
  margin: 0;
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-map > iframe {
  width: 60%;
}

.footer-mapinfo {
  width: 40%;
  padding: 15px;
}

.footer-maplogo {
  display: flex;
  justify-content: center;;
  font-size: 25px;
  font-weight: bold;
}

.footer-maplogo > svg {
  fill: transparent;
  margin-right: 10px;
}

.footer-mapaddress {
  font-style: normal;
  padding-top: 20px;
}

.footer-mapaddress > a {
  color: #fff;
}

.footer-line {
  border-color: #444;
}

.footer-copy {
  display: block;
  text-align: center;
  padding: 10px;
}

.logo-img {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

.footer-text{
  font-size: 2vw;
}


/* 共通-ip */

/*フォント-ip*/

@media screen and (min-width:426px) and (max-width:786px){

  .content{
    padding: 20px 4vw 20px;
    height: 100%;
  }

  .ip-br{
    display: block;
  }

  .news-list{
      display: block;
  }

  .kengi-info1{
    width: 30%;
    margin-right: 30px;
  }

  .kengi-imag{  
  
    width: 100%;
  }

  .keng-info2{
    width: 65%;
  }

  .kengi-title{
    font-size: 2.0rem; 
    margin: 0 0 20px;
  }



  .kengi-description{
    font-size: 1.4rem;
    text-align: left; 
    line-height: 1.5;  
  }

  .kengidan  {
    display: flex;
  }
  .kengidan-link {
    display: block;
    justify-content: center;
    font-size: 1rem;
    margin: 0;
  }



  .kengi-link{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    margin-right: 50px;
  }

  .bosyu{
    font-size: 2.5vw;
     color: #fafa09;
  }



  /*facebook*/

  .followus{
    
    /*font-family: 'Croissant One',cursive;*/
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
  }

  .fab fa-facebook-f {
    padding: 20px 10px 0px;
  }

  .s {
    padding-bottom: 30px;
  }

  .kengidan {
    display: flex; 
  }




  .kengidan-img {
    margin: 3px;
    margin-bottom: 10px;
  }

  .kengidan-img > img {
    width: 150px;
  }

    

  .cigidan-followus{
    margin: 0 0 15px 0;
    /*font-family: 'Croissant One',cursive;*/
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
  }

  .sns{
    display: flex;
    justify-content: left; 
    padding: 10px 0px; 
  }

  .kengidan-4 {
    width: 70%;
    padding-top: 30px;
  }
  .sns div{
    margin: 0 10px;
  }

  .sns div a {
    display: block;
    width: 30px;
    height: 30px;
    background: #73cdb6;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
  }

  .sns div a:hover{
      opacity:  .8;
  }

  .kengi-1 {
    text-align: center;
    margin: 0;
  }
  .kengi-2 {
    display: flex;
    transition: background-color .25s;
  }

  .kengi-2  hover {
    background-color: #333;
  }
  
  .kengi-3 {
    text-align: center;
  }


  /*sigidan-ip*/


/*.cigidan-content{
  height: 100vh;
  padding: 50px;
}*/

  .cigidan-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(100px, auto);
    column-gap: 10px;
    margin: 0 auto;
  }

  .cigidan-title{
    font-size: 2.5vw; 
    text-align: left;
  }

  .footer-text{
    font-size: 1.2rem;
  }
}
  


/* 共通-sp */

/*フォント-sp*/

@media screen and (max-width:425px){
  html {
    font-size: 14px;
  }

  .content{
    padding: 20px 0 20px;
    height: 100%;
  }

  .content-title {
   font-size: 1.8rem;
   padding: 0 4vw;
   margin: 0;
  }
  
  .body .header .main .about .kengi .cigidan .contact{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .sns {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
  } 

/* ヘッダ-sp */

  a {
    color: #fff;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;
    font-size: 1.8rem;
  }
  .header{
    padding: 30px 4vw 0;
  }

  .header-nav{
   display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100VH;
    background-color: #282f35;    
  }

  .logo {
   font-size: 10px;
   margin: 10px;
  }  

  .top-menu {
   font-size: 10px;
  } 

  .top-menu{
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu-item{
    margin: 0 0 30px;
  }

  .menu-item:last-of-type{
    margin-bottom: 0;
  }

  .burger-btn{
    display: block;
    position: absolute;
    top: 30px;
    right: 4vw;
  }

  .burger-btn .bar{
    display: block;
    height: 3px;
    width: 30px;
    background-color: #fff;
    transition: .3s;
  }

  .bar_top,
  .bar_mid{
    margin-bottom: 8px;
  }

  .burger-btn.cross .bar_top{
    transform: rotate(45deg) translate(8px,8px);
    transition: .3s;
  }

  .burger-btn.cross .bar_mid{
    opacity: 0;
    transition: .3s;
  }

  .burger-btn.cross .bar_bottom{
    transform: rotate(-45deg) translate(8px,-8px);
    transition: .3s;
  }

   body.noscroll{
    overflow:hidden;
  }

  button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }


/* メイン-sp */

  .main-text {
    display: block;
    position: absolute;
    top:70%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
  }

  .main-title {
   font-size: 1.8rem;
   padding: 20px;
   margin: 0px;
  }
  
  .main-description {
   font-size: 1.1rem;
   margin: 0px;
  }
  .sp-br{
    display: block;
  }
/* about-sp */
  .news-list{
    display: block;
    justify-content: center;
  }

  .about-description {
    font-size: 1.3rem;
    padding: 0px 10px;
  }
  
  .news-link{
    font-size: 1.5rem;
  }


/* news-sp */
  /*.news-list{
    display: block;
  }*/
  .news-img{
    width: 90%;
  }

  .news-title{
    margin-top: 10px;
  }

/*kengi-sp*/
  
  .kengi-inner{
    display: block;
    margin: 0;
  }

 .kengi-info1{
  width: 100%;
  margin: 0 auto;
 }
 
  .kengi-imag {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
  
  .kengi-link {
    display: block;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto;
  }
    
  .kengi-title {
    font-size: 1.85rem;
  }
  
  .kengi-description{
    font-size: 1.5rem;
    padding: 30px;
  }
  .kengi-1 {
    text-align: center;
    font-size: 1.8rem;
  }

  .kengidan-img {
    margin: 10px;
  }

  .kengidan-link {
    display: block;
    width: 100%;
  }
  .kengi1{
    font-size: 1.5rem;
  }
/*facebook-sp*/

  .kengidan  {
    display: block;
  }

  .kengi-2  {
    justify-content: center;
  }

  .kengidan-4 {
    width: 100%;
    padding: 0;
  }

  .bosyu{
    font-size: 4vw;
     color: #fafa09;
   }

/*cigidan-sp*/
.cigidan-content{
  height: 100%;
}
  .cigidan-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(100px, auto);
    column-gap: 10px;
    margin: 15px auto;
  }

  .sigidan-item{
    width: 80%;
    margin: 20px auto;
  }

  .cigidan-img{
    width: 150px;
    margin-bottom: 10px;
  }

  .cigidan-title{  
      font-size: 1rem;
      margin: 0 auto;
  }
  .cigidan-items{
    padding: 5px;
    margin: 0;
  }
  .cigidan-link{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    margin: 0 0 20px;
  }
  
  .minpou-link{
    font-size: 1.5rem;
    padding: 0px 20px;
    margin: 0;
  }
  
  .ciseihoukoku-link{
    font-size: 1.5rem;
    margin: 0;
  }
  .cigidan-link {
      display: block;
  }

  .footer-map {
      padding: 15px 15px 0px;
      display: block;
  }

  .footer-map > iframe {
      width: 100%;
      height: 200px;
  }

  .footer-maplogo{
      margin-right: 0;
      font-size: 1.2rem;
      
  }
  .footer-mapinfo {
      padding: 0;
      width: 100%;
      text-align: center;
  }

  .footer-text{
    font-size: 1.2rem;
  }

  .footer-copy{
    padding: 0;
  }
}

