@charset "utf-8";
/* CSS Document */
.about_visual{

	background: url(../img/background/about3.jpg);
background-size: auto 100%;
	background-position: center;
	background-repeat: repeat;

}


.title1{
	width: 300px;
	margin:  0 auto;
	padding-top:200px;
	padding-bottom: 100px;
}
.title1_cp{
	width: 30%;
	text-align: justify;
	margin: 0 auto;
	padding-bottom: 50px;
}
.title_pic{
	width: 100%;
	height: auto;

}
.title1_pic2{
	width: 30%;
	height: auto;
	margin: 0 auto;	 
	position:relative;
}

.title2{
	width: 326px;
	margin:  0 auto;
	padding-top:150px;
	padding-bottom: 100px;
}
.title2_pic2{
	width:100%;
	height: 80%;
	margin: 0 auto;
	padding-bottom: 50px
}

.title2_pic2 img{
	width: 100%;
	height: auto;

}
.title2_cp{
	width: 30%;
	text-align: justify;
	margin: 0 auto;
	padding-bottom: 50px;
}
.title3{
	width: 264px;
	margin:  0 auto;
	padding-top:150px;
	padding-bottom: 50px;
}
.title3_1{
	width:200px;
	height: auto;
	margin: 0 auto;
padding-bottom: 50px;
}

.title3_2{
	width:30%;
	height: auto;
	margin: 0 auto;
padding-bottom: 50px;
}
.title3_3{
	width:30%;
	height: auto;
	margin: 0 auto;
	text-align: justify;
padding-bottom: 100px;
	
}
.title3_3 h2{
	font-weight: normal;
	font-size: 100%
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.title4{
	width: 236px;
	margin:  0 auto;
	padding-top:100px;
	padding-bottom: 50px;
}
.pickup_news_wrapper{
	width: 100%;
	height:100%;
	background-color: #CCB895;
	
	
	
}	

.pickup_news_wrapper2{
width: 40%;
	height: 100%;
	margin: 0 auto;

}

.pickip_news{
	width: 100%;
	height: 100%;
	color: #FFF;	
	list-style: none;

}
.pickip_news p{
	width: 100%;
	height: 100%;
	color: #FFF;	
	margin:30px 0;
	text-align: right;
	padding-bottom: 70px;
}
.pickip_news p a{
	text-decoration: none;
	color: #FFF;
}
.pickip_news p a:hover{
border-bottom: 1px #FFF solid;
	color: #FFF;
}
.pickip_news li{
	display: flex;
	padding: 30px 8px;
	border-bottom: 1px solid #FFF;
}

.pickup_news_date{
    margin: 0 45px 0 10px;
    line-height: 1.3;
	text-align: center;
}
.pickup_news_list {
	text-decoration:none ;
	color: #FFF;
	display: block;
	line-height: 1.3;
	margin: 0 auto
	
}
.pickup_news_list a{
	text-decoration:none;
	color: #FFF;	
}
.sakuhin{
	text-align: right;
}
.sakuhin a{
	
	text-decoration: none;
}
.banner_wrapper{
	position: absolute;
	right: 80px;
	bottom:180px;
}
.bannar{
	width: 270px;
	height: auto;
}

.sound{
	    position: absolute;
    right: 80px;
    bottom: 80px;
    z-index: 1;
}

.audio_button {	   
	position: absolute;
	    right: 80px;
    bottom: 80px;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/sound_btn/play.png) no-repeat center center;
    background-size: contain;

}

  .play .audio_button {
    background-image: url(../img/sound_btn/stop.png);
  }











@media(max-width:780px) {
	.title1{
		width: 240px;
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.title1_cp{
		width: 80%;
	}
	.title1_pic2{
		width:60%;
	}
	.title2{
		width: 266px;
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.title3{
		width:204px;
		padding-top: 50px;
		padding-bottom: 30px;
	}
		.title3_1{
		width: 150px;
			padding-bottom: 30px;
	}
	.title3_2{
		width: 80%;
	}
	.title3_3{
		width: 80%;
	}
	.title4 {
    width: 176px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 25px;
	}
	.pickup_news_wrapper2 {
    width: 80%;
}
	.pickip_news li {
    display: block;
		    padding: 20px 8px;

}
	.pickup_news_date {
    margin: 10px 0;
    line-height: 1.3;
    text-align: left;
}
	.pickip_news p {
    width: 100%;
    height: 100%;
    color: #FFF;
    margin: 10px 0;
    text-align: right;
    padding-bottom: 40px;
}

.audio_button {
	display: none;
}
	
	
	
	
	
	
	
	
	
	
.banner_wrapper{
	position: absolute;
	right: 50px;
	top:50px;
}
.bannar{
	width: 200px;
	height: auto;
}
}








@media only screen and (max-width: 425px) {
	.about_visual{
	width: 100%;
	height:100%;
	position: relative;
	background: url(../img/background/about2.jpg);
background-size: auto 100%;
	 animation: horizontal 25s 	linear infinite alternate;


}
	

.banner_wrapper{
	position: absolute;
	right: 30px;
	top:30px;
}
.bannar{
	width: 150px;
	height: auto;
}



	}
@keyframes horizontal {
    0% {background-position: 0% 100%; }
  100% {background-position: 100% 100%; }
}


















