@charset "utf-8";

/******** slick **********/


.key_visual{
  display: none;
}
.slick{
  overflow: hidden;
  width: 100%;
}

.visual{
  display: flex;
  width: max-content;
  animation: scroll 50s linear infinite;
}

.visual img {
  width: 300px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/**** main
*****************/
.main{
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}
.wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: url(../Photo/bi.png);
  background-attachment: fixed;
}
.titlePhoto{
  width: 100%;
  text-align: center;
}
.sVector{
  width: 100%;
  padding: 50px;
  margin-bottom: 220px;
  background-color: #F7F3E5
}
.pVector{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.item{
  width: 50%;
  display: flex;
  align-items: center;
}
.Vector{
  width: 30%;
}

.bac{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #F7F3E5
}

.box1{
  width: 100%;
}
.box1 a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box1 h2{
  width: 30%;
}
.menuPhoto,.accessPhoto{
  width: 35%;
}
.norevers{
  width: 100%;
  margin: 50px 0;
  padding: 0 5% 0 15%;
}
.norevers h2{
  width: 55%;
  height: 50px;
}
.revers{
  width: 100%;
  margin: 50px 0 200px 0;
  padding: 0 5% 0 15%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.revers h2{
  width: 55%;
  height: 50px;
  text-align: end;
}

.box1 h2{
  border-bottom: 2px solid  #000;
}
.revers h2{
	order: 2;
}
.revers .accessPhoto{
	order: 1;
}
.Garelly h2{
  margin-top: 100px;
  text-align: center;
}
.photoGarelly{
  margin: 50px 100px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
  .Garelly ul li{
    width: 25%;
  }



#jq1 li img{
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
}

/***** content
***********************/

.content{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  
}

.content h2{
  font-size: 28px;
  font-weight: bold;
}

.content a{
  transition: .6s; 
}
.content a:hover{
  filter: brightness(60%);
  color: #fff;
}

.js-rl{
	opacity: 0;
	transform: translateX(200px);
	transition: opacity 2s, transform 2s;
}
.js-rl.is-show{
	opacity: 1;
	transform: translateX(0);
	transition-delay: .5s;
}
.js-lr{
	opacity: 0;
	transform: translateX(-200px);
	transition: opacity 2.5s, transform 2.5s;
}
.js-lr.is-show{
	opacity: 1;
	transform: translateX(0);
	transition-delay: .5s;
}


/************ 900px レスポンシブ対応：PCからスマホサイズにする場合 ****************/
@media screen and (max-width: 900px){
  .photoGarelly {
    margin: 50px auto 100px;
    gap: 25px;
}
  .Garelly ul li{
    width: 25%;
  }
  }

/************ 640px レスポンシブ対応：PCからスマホサイズにする場合 ****************/
@media screen and (max-width: 640px){
  #slick {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  .sVector{
    width: 100%;
    padding: 40px 30px 50px;
  }
  .pVector{
    width: 100%;
  }
  .item{
    width: 100%;
  }
  .Vector{
    width: 100%;
    padding-top: 30px;
  }
  .pVector{
    display: block;
  }
  .content h2{
    width: 100%;
    font-size: 36px;
  }
  .box1{
    width: 100%;
    display: block;
    padding: 0 0 50px;
  }
  .box1 a{
    width: 100%;
    display: block;
  }
  .box1 h2{
    text-align: center;
    border-bottom: none;
  }
  .box1 img{
    width: 100%;
  }
  .menu{
    width: 100%;
  }
  .menuPhoto{
    width: 100%;
    padding-top: 30px;
  }
  .norevers{
    margin: 0 auto;
    padding:  30px 10%;
  }
.revers{
  margin: 0;
  display: block;
  padding: 0 10%;
}
.accessPhoto{
  width: 100%;
  padding-top: 30px;
}
.Garelly{
  display: none;
}
}
