@charset "utf-8";@charset "utf-8" ;

.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}
.background{
  background-color: e8e8e8;
  padding: 2px;
width: 100px;
  text-align: center;
  font-size: 1px;
}

.backcolor {
  /*background-image:url("/photo/page/20251029/background-gry2.jpg");*/
  background-image:url("/photo/page/20251029/background-gry2.jpg");	
}
#Area {
  margin: 0 auto 100px;
  display: block;
}
#Area .btn-area1 ul li a {
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

#Area .btn-area1 ul li a:hover {
  opacity: 0.7;
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}


a {
    color: inherit;
    text-decoration: none;
}

a.anchor {
    display: block;

}



.pc_only {
    display: block;
}
  

.pc-br {
    display: inline-block;
}
.sp-br {
    display: none;
}



.text02 {
    margin: 0 auto;
    text-align: justify;
    font-size: 15px;    
font-family: "Helvetica", "游ゴシック", sans-serif;
margin-top: 20px;
margin-bottom: 30px;
}

.text03 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;    
font-family: "Helvetica", "游ゴシック", sans-serif;
margin-top: 20px;
margin-bottom: 30px;
}

.ttl-area {
	max-width: 1020px;
padding: 80px 0;
margin:0 auto;
    text-align: center;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* 各スライド画像のスタイル */
.slideimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 7.5s infinite;

}
/* 最初の画像だけ親要素の高さを確保させる */
.slideimg:nth-child(1) {
animation:fadeInOut-first 7.5s infinite;
    position: relative;
    animation-delay: 0s;
}
/* 2枚目の画像のアニメーション遅延 */
.slideimg:nth-child(2) {
    animation-delay: 2.5s;
}

/* 3枚目の画像のアニメーション遅延 */
.slideimg:nth-child(3) {
    animation-delay: 5s;
}
/* フェードイン・アウトのアニメーション */
@keyframes fadeInOut-first{
	0%{ opacity: １;}
  20%{ opacity: 1;}
  36%{ opacity: 1;}
  63%{ opacity: 0;}
  100%{ opacity: 0;}
}

@keyframes fadeInOut{
0%{ opacity: 0;}
  20%{ opacity: 1;}
  36%{ opacity: 1;}
  63%{ opacity: 0;}
  100%{ opacity: 0;}
}

/* 画像の表示調整 */
.slideimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}



.box1029 ul {
  display: flex;
justify-content: center;
margin-top: 10px;
}


 li {
    list-style: none;
}
.box1029 li:nth-child(2) {
    margin: 0 0 0 10px;
  }

.box1029{
 width: 40%;
 margin: 0 auto;
margin-top: 50px;
}



@media screen and (max-width:767px) {

.background{
  background-color: #88654e;
  padding: 2px;
width: 100%;
margin: 50px 0;
  text-align: center;
  font-size: 17px;
}

.pc-br {
    display: none;
}
.sp-br {
    display: inline-block;
}	

.ttl-area {
	text-align: left;
width:100%;
margin: 0 auto;
margin-bottom: 50px;
}

.text02 {
    margin: 0 auto;
    text-align: left;
    font-size: 11px;    
font-family: "Helvetica", "游ゴシック", sans-serif;
margin-top: 10px;
margin-bottom: 20px;
}

.text03 {
 font-size: 15px;
}  

.box1029{
 width: 90%;
 margin: 0 auto;
margin-top: 30px;
}
}