@charset "utf-8";@charset "utf-8" ;

.all {
animation: fade 3s;
}

@keyframes fade {
0% {opacity: 0;
 }
100% {opacity: 1;
}
}

.scroll_up {
  transition: 0.9s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}


#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;
}

.text01 {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;    
font-family: "Helvetica", "游ゴシック", sans-serif;
margin-top: 100px;
margin-bottom: 100px;
}

.text02 {
    margin: 0 auto;
    text-align: justify;
    font-size: 15px;    
font-family: "Helvetica", "游ゴシック", sans-serif;
margin-top: 20px;
margin-bottom: 30px;
padding: 1px;
}


.text03  {
    position: relative;
width: 55%;
    font-size: 15px;
    font-family: "游ゴシック", "Hiragino Kaku Gothic Pro","Meiryo", sans-serif;
    text-align: justify;
    margin: 0 auto;
    margin-bottom: 30px;
margin-top: 20px;
    padding: 2%;
}

.text03::before, .text03::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.text03::before {
	border-left: solid 1px #232538;
	border-top: solid 1px #232538;
	top: 0;
	left: 0;
}

.text03::after {
	border-right: solid 1px #232538;
	border-bottom: solid 1px #232538;
	bottom: 0;
	right: 0;
}

.text04 {
    margin: 0 auto;
width: 55%;
     text-align: left;
    font-size: 15px;    
font-family: "Helvetica", "游ゴシック", sans-serif;
margin-top: 20px;
margin-bottom: 150px;
}

.text05 {
    margin: 0 auto;
width: 40%;
     text-align: left;
    font-size: 15px;    
font-family: "Helvetica", "游ゴシック", sans-serif;
margin-top: 80px;
margin-bottom: 80px;
}

.ttl-01 {
    margin: 0 auto;
    text-align: center;
    font-size: 40px;    
font-family: "Optima", "游ゴシック", sans-serif;
margin-top: 100px;
margin-bottom: 30px;
}


.ttl-area {
	max-width: 1020px;
padding: 80px 0;
margin:0 auto;
    text-align: center;
}



.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:12px;
margin-top: 50px;
}

.btn-radius1 {
  display: inline-block;
  padding: 0.5px 18px;
  text-decoration: none;
  color: #000;
  border: solid 2px #000;
  border-radius: 20px;
  transition: .4s;
}

.btn-radius1:hover {
  background: #000;
  color: white;
}

.img-max1 {
width:55%;
margin: 0 10px;
}

.img-max2 {
width:45%;
margin: 0 10px;
margin-top: 80px;
}

.img-center1 {
width: 45%;
margin: 0 10px;
margin-top: 50px;
}

.img-center2 {
width: 30%;
margin: 0 auto;
margin-bottom: 100px;
}

.img-center3 {
width: 25%;
margin: 0 auto;
margin-top: 50px;
}

.img-left1 {
width: 50%;
margin: 0 10px;
}

.slider-container {
    position: relative;
    overflow: hidden;
}
/* 各スライド画像のスタイル */
.slideimg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeInOut 5s infinite;

}
/* 最初の画像だけ親要素の高さを確保させる */
.slideimg:nth-child(1) {
    position: relative;
    animation-delay: 0s;
}
/* 2枚目の画像のアニメーション遅延 */
.slideimg:nth-child(2) {
    animation-delay: 2s;
}

/* 3枚目の画像のアニメーション遅延 */
.slideimg:nth-child(3) {
    animation-delay: 5s;
}
/* フェードイン・アウトのアニメーション */


@keyframes fadeInOut{
0%{ opacity: 0;}
  36%{ opacity: 1;}
  63%{ opacity: 1;}
  100%{ opacity: 0;}
}

/* 画像の表示調整 */
.slideimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}



.container1219 {
width: 65%;
display: flex;
margin: 0 auto;
margin-bottom: 120px;
}

.line1219 {
border-top: 1px solid black;
width:100%;
margin-top: 100px;
}

section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}


@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;
}

.ttl-01 {
 font-size: 25px;
margin-bottom: 10px;
}  

.text01 {
width: 90%;
 font-size: 12px;
}  

.text02 {
    margin: 0 auto;
    text-align: left;
    font-size: 11px;    
font-family: "Helvetica", "游ゴシック", sans-serif;
margin-top: 10px;
margin-bottom: 20px;
}

.text03 {
 font-size: 10px;
text-align:justify;
width:90%;
margin-top: 40px;
}  

.text03 {
    position: relative;
    font-size: 10px;
    font-family: "Hiragino Kaku Gothic Pro","Meiryo", sans-serif;
    text-align: justify;
    margin: 0 auto;
    margin-bottom: 4%;
    margin-top: 40px;
    padding: 5%;
    width:90%;
}

.text03::before, .text03::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.text03::before {
	border-left: solid 1px #808080;
	border-top: solid 1px #808080;
	top: 0;
	left: 0;
}

.text03::after {
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	bottom: 0;
	right: 0;
}

.text04 {
 font-size: 10px;
text-align:left;
width:90%;
margin-top: 10px;
margin-bottom: 60px;
    padding: 5%;
}  

.text05 {
 font-size: 10px;
text-align:justify;
width:70%;
margin-top: 50px;
margin-bottom: 50px;
}  

.text06 {
 font-size: 12px;
text-align:center;
width:70%;
margin-top: 30px;
margin-bottom: 30px;
margin: 0 auto;
}  

.box1029{
 width: 90%;
 margin: 0 auto;
margin-top: 30px;
}

.container1217 {
display: flex;
  flex-wrap: wrap;
width:100%;
margin: 0 auto;
justify-content: center;
}


.btn-radius1 {
  display: inline-block;
  padding: 0.4px 13px;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  border-radius: 20px;
  transition: .4s;
}

.btn-radius1:hover {
  background: #000;
  color: white;
}

.img-max1 {
width: 100%;
margin:0 auto;
margin-bottom: 60px;
}

.img-max2 {
width: 100%;
margin:0 auto;
margin-bottom: 20px;
}

.img-center1 {
width: 60%;
margin: 0 auto;
text-align: center;
}

.img-center2 {
width: 60%;
margin: 0 auto;
text-align: center;
margin-bottom: 60px;
}

.img-center3 {
width: 60%;
margin: 0 auto;
text-align: center;
}

.img-left1 {
width: 80%;
margin-left:0;
text-align: left;
margin-bottom: 60px;
}


.line1219 {
border-top: 1px solid #808080;
width:100%;
margin-top: 0;
}

section {
  max-width: 250px;
  margin: 0 auto;
}	

.box2 {
    padding-top: 3%;
    padding-bottom: 3%;
}

a.btn_02 {
  border: 1px solid #808080;
font-size: 13px;
font-family: "Optima", "游ゴシック", sans-serif;
}
}