@charset "UTF-8";

/* PC・SP */


.main_img {
	padding-top: 55%;
	position: relative;
	overflow: hidden;
	margin-bottom: 120px;
	background-color: #9EC7CE
}
	
/* animation */
.slide {
width: 100%;
height:100%;
position: absolute;
background-size: cover;
top: 0;
left: 0;
opacity: 0;
animation: slideAnime 14s infinite;
animation-timing-function: ease-in-out;
}

/* 昼 */
.bg-day {
	background-image: url("../images/top_main_img_day.jpg");
	animation-delay: 0s;
}

/* 夜 */
.bg-night {
	background-image: url("../images/top_main_img_night.jpg");
	animation-delay: 7s;
}

/* フェード */
@keyframes slideAnime {
0%   { opacity: 0; }
15%  { opacity: 1; }
45%  { opacity: 1; }
65%  { opacity: 0; }
100% { opacity: 0; }
}

.top_container_1{
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto 120px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_container_1 > *{
	margin-bottom: 10px;
}

.txtbox_1{
	width: 355px;
	height: auto;
	padding: 0px;
}	

.top_container_2{
	width: 480px;
	height: auto;
	margin: 0 auto 120px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.txtbox_1{
	width: 280px;
	height: 250px;
	padding: 0px 10px 0px 0px;
}	

.txtbox_2{
	width: 260px;
	height: 200px;
	padding-left: 10px;
}		

#about_ph01{
	background-image: url("../images/about_ph01.jpg");
	width: 800px;
	height: 400px;
}

#about_ph02{
	background-image: url("../images/about_ph02.jpg");
	width: 300px;
	height: 280px
}

#about_ph03{
	background-image: url("../images/about_ph03.jpg");
	width: 490px;
	height: 280px
}

#about_ph04{
	background-image: url("../images/about_ph04.jpg");
	width: 490px;
	height: 280px
}

#staff_noro{
	background-image: url("../images/staff_noro.jpg");
	width: 200px;
	height: 200px
}

#info_mengashi{
	background-image: url("../images/info_mengashi.jpg");
	width: 200px;
	height: 200px
}

#title_info{
	display: block;
	width: 260px;
	height:50px;
	margin:0 auto 50px auto;
}


/* Sp */

@media screen and (max-width: 725px ){

.main_img {
	padding-top: 59%;
	margin-bottom: 80px
}
	
.bg-day {
	background-image: url("../images/top_main_img_day_sp.jpg");
}

/* 夜 */
.bg-night {
	background-image: url("../images/top_main_img_night_sp.jpg");
}
		
.top_container_1{
	width: 335px;
	height: auto;
	margin: 0 auto 80px auto;
}
	
.top_container_2{
	width: 335px;
	height: auto;
	margin: 0 auto 80px auto;
}
	
#about_ph01{
	width: 335px;
	height: 176px
	}
	
#about_ph02{
	width: 123px;
	height: 114px;
	}
	
#about_ph03{
	width: 200px;
	height: 114px;
	}
	
#about_ph04{
	width: 335px;
	height: 176px;
	background-position: bottom 
	}
	
#staff_noro{
	margin: 0 auto 0 auto
}
	
#info_mengashi{
	margin: 0 auto 0 auto
}

.txtbox_1{
	width: 335px;
	height: auto;
	padding: 0;
	margin: 0 auto 0 auto
}

.txtbox_2{
	width: 335px;
	height: auto;
	padding: 0;
	margin: 10px auto 0 auto
}
	
#title_info{
	margin-bottom: 30px;
	height: 40px;
	width: auto;
}

	
}