@charset "UTF-8";


#c01,
#c02,
#c03,
#c04 {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 50px 0 0;
	position: relative;
}

#c01{
	min-height: 500px;
}

#c02 table {
	width: 100%;
	color: #896151;
	line-height: 3.5;
}


#c02 table th {
	width: 20%;
	font-size: 18px;
}

#c02 table td {
	width: 70%;
	font-size: 20px;
}

	
	
.thumbNail ul li {
  float: left;
  width: 92px !important;
 margin-right: 6.8px;
 margin-top: 10px;
 cursor: pointer;
}

.thumbNail ul li:first-child {

}

.thumbNail ul li:nth-child(6) {
  margin-right: 0px;
}

.thumbNail ul li img {
  width: 98%;

}


.mainView ul {
  position: relative;
}

.mainView ul li{
  width: 1040px !important;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.mainView ul li .left {
	width: 46.5%;
	float: left;
}

.mainView ul li .right {
	width: 50%;
	float: right;
	padding-left: 20px;
}

.mainView ul li .right span {
	display: block;
}


.mainView ul li img {
  width: 100%;

}

#c02 table br {
	display: none;
}

@media screen and ( max-width:60em ) { 
	
	#c01,
	#c02 {
		width: auto;
	}
	
	#c01 .center {
		padding-top: 0;
	}
	
	#c02 table {
		width: 100%;
	}
	
	#c02 table br {
		display: block;
	}

	#c02 table th {
		display: block;
		width: auto;
		font-weight: bold;
		text-align: center;
	}

	#c02 table td {
		display: block;
		width: auto;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}
	
	.thumbNail ul {
		position: absolute;
		top: 368px;
		z-index: 10;
		display: flex;
		justify-content: space-between;
		width: 320px;
	}
	
	.thumbNail ul li {
		float: none;
		width: 24% !important;
		margin-right: 0;
	}

	.thumbNail ul li img {
		width: 100%;
		height: auto;
	}
	
	.slideShow,
	.mainView,
	.mainView ul,
	.mainView ul li {
		width: 320px !important;
		height: 228px !important;
		margin: 0 auto;
	}

	.mainView ul li .left {
		width: 320px !important;
		height: 228px !important;
		float: none;
		position: absolute;
		top: 0;
	}

	.mainView ul li .right {
		position: absolute;
		width: 100%;
		float: none;
		padding-left: 0;
		top: 235px;
		text-align: center;
	}

	.mainView ul li img {
		width: 100% !important;
		height: auto !important;
	}
		
}
/* 20210614追加 */


  * {
    margin: 0;
    padding: 0;
  }
  .slider {
    width: 90%;
    margin: 0 auto 80px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
.slick-slide p{
	opacity: 0;
  	transition: .3s ease;
	}
.slick-current p {
  opacity: 1;
  transition-delay: .5s;
}
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 7px;
  }
	.slick-slide p{
		text-align: center;
		color: #886151;
	}
	  /*-----------矢印表示----------*/
  .slick-next{
    right:29.3%!important;
  }
  .slick-prev{
    left:29.3%!important;
  }
  .slick-arrow{
    z-index:2!important;
  }
	.slick-prev:before, .slick-next:before{
		color: #6ABB00;
		opacity: 1;
	}
/*------------------------------*/
	.center_menu_bg{
    position: relative;
    background: url(/img/center/menubg.jpg) no-repeat center top;
    height: 365px;
    margin-top: -80px;
    z-index: -1;
	}
	.center_menu_link{
		width: 1040px;
		margin: -75px auto 0;
	}
	.center_menu_link a{
	position: relative;
    color: #17ba00;
    font-size: 19px;
    font-weight: bold;		
    display: block;
    text-align: center;
width: 360px;
    padding: 20px;
	}
	.center_menu_link a span{
	display: block;
    font-size: 22px;
	}	
	.center_menu_link a:first-of-type{
	left: -20px;
	}	
	.center_menu_link a:last-of-type{
	top: -100px;
    left: 655px;
	}	
	.center_menu_link a:hover{
		cursor: pointer;
		background: url(/img/center/menulink_bg.png)center no-repeat;
	}	
	.center_menu_link.pc{
		display: block;
	}
	.center_menu_link.sp{
		display: none;
	}
	.center_box{
		margin-bottom: 200px;
	}
	.center_box #center02{
		margin-top: 100px;
	}
	.center_box h2{
		text-align: center;
		color: #6ABB00;
		font-size: 25px;
		margin-bottom: 30px;
		font-weight: bold;
	}
	.center_box .detail{
	width: 1040px;
	margin: 50px auto;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}
	.center_box .detail .list{
	color: #886151;
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    width: 45%;
	line-height: 35px;
	margin-top: 10px;
	}
	.center_box .detail .list dt{
		width: 20%;
	}	
	.center_box .detail .list dd{
		width: 80%;
	}	
	.center_box .detail .map{
		width: 45%;
	}	
		.center_box .detail .sp{
			display: none;
		}
	
	@media screen and (max-width: 60em){
	.center_menu_link,.center_box .detail{
		width: 100%;
	}	
	.center_box .detail{
			display: block;
		}
	.center_menu_link.pc{
		display: none;
	}
	.center_menu_link.sp {
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin: -35px auto 100px;
	}
		.center_menu_link img{
			width: 100%;
		}
		.center_menu_link a{
			width: 45%;
    		padding: 0;
		}
	.center_menu_bg{
    background: url(/img/center/menubg_sp.jpg) no-repeat center top;
    height: 365px;
    margin-top: -80px;
    z-index: -1;
	background-size: 100%;
	}
.main-header {
    background-image: url(/img/center/header_bg-sp.png)!important;
	}	
	.center_menu_link a:first-of-type{
	left: 0;
	}	
	.center_menu_link a:last-of-type{
	top: 0;
    left: 0;
	}	
	.center_menu_link a{
			font-weight: normal;
		}
	.center_menu_link a span{
		font-size: 22px;
		font-weight: bold;
	}
		.center_menu_link a{
			font-size: 15px;
		}
	  /*-----------矢印表示----------*/
  .slick-next{
    right:7.5%!important;
  }
  .slick-prev{
    left:7.5%!important;
  }
/*------------------------------*/	
		.center_box .detail .list{
			width: 75%;
			margin: 10px auto;
		}	
		.center_box .detail .map {
			width: 100%;
			margin-top: 50px;
}
		.center_box .detail .sp{
			display: inline-block;
		}
	}
		  #footer .inner{
			  height: 300px;
		  }	  