/* mv */

#mv {
    height: 1141px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}


#mv_scrol {
	text-align: center;
	height: 85px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -85px;
	position: relative;
	top: -85px;
	text-align: center;
	z-index: 99;
}

#mv_scrol a{
	color: #FFF;
	font-size: 1.4rem;
	height: 35px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding-top: 5px;
}

#mv_scrol_line {
	width: 1px;
	height: 50px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}


#contents_main {
	width: 100%;
	margin-top: 100px;
	padding-bottom: 50px;
	background-image: url("../img/top/contents_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}


#contents_main_tit {
	text-align: center;
	padding-bottom: 60px;
}


#contents_main_body {
	font-size: 1.6rem;
	line-height: 2.5;
	padding-bottom: 70px;
	text-align: center;
}


#contents_main_subbody {
	font-size: 1.2rem;
	text-align: center;
	padding-bottom: 45px;
	line-height: 2;
}

#contents_main_btn_area {
	padding-bottom: 100px;
}

#contents_main_btn {
	background-image: url("../img/top/btn_bg.jpg");
	background-repeat: no-repeat;
	width: 250px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #FFF;
	line-height: 60px;
	font-size: 1.4rem;
	text-indent: 30px;
}

#contents_main_btn:hover {
	opacity: 0.7;
}

#contents_news {
	background-color: #f7f7f7;
	padding-top: 70px;
	padding-bottom: 90px;
}

#contents_newsInner {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}


#contents_newsInner_news {
	float: left;
	width: 75px;
	text-align: center;
}

#contents_newsInner_news img{
	margin-bottom: 5px;
	
}

#contents_newsInner_news a{
	display: block;
	text-align: center;
	color: #6c6a69;
	text-decoration: underline;
	font-size: 1.4rem;
}


#contents_newsInner_newslist {
	width: 910px;
	float: right;
	border-top: 1px #d2d2d2 solid;
	margin-top: 10px;
}


#contents_newsInner_newslist ul li{
	border-bottom: 1px #d2d2d2 solid;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
}

#contents_newsInner_newslist ul li table {
	width: 100%;
}


#contents_newsInner_newslist ul li th{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.4rem;
	text-align: left;
	padding-left: 40px;
	padding-right: 55px;
	border-right: 1px #666666 solid;
	vertical-align: middle;
	width: 60px;
}

#contents_newsInner_newslist ul li td{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.4rem;
	text-align: left;
	padding-left: 50px;
	vertical-align: middle;
}

#contents_newsInner_newslist ul li td a{
	color: #3f3b3a;
	display: block;
	background-image: url("../img/top/news_y.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	width: 95%;
}

#contents_newsInner_newslist ul li td a:hover{
	opacity: 0.7;
}


#contents_photo {
	padding-top: 80px;
	padding-bottom: 60px;
}

#contents_photo_main {
	height: 430px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}


#contents_photo_tit {
	text-align: center;
	padding-bottom: 70px;
}


#contents_photo_link {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}


#contents_photo_link ul{
	width: 345px;
	float: right;
}

#contents_photo_link ul li {
	border-bottom: 1px #cccccc solid;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-right: 20px;
	padding-top: 15px;
}


#contents_photo_link ul li a{
	color: #3f3b3a;
	display: block;
	height: 30px;
	line-height: 30px;
	background-image: url("../img/top/ph_y.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 1.2rem;
}



/* slick*/
        .slider {
            width: 90%;
            margin: 0 auto 80px;
        }
    
        .slick-slide img {
            width: auto;
            height: 100%;
        }
    
        .mypattern {
            width: 100%;
        }
    
        .mypattern .slick-slide {
            margin: 0px 50px;
        }

        .slick-track{
            height: 50vh;
        }



/* slider*/
  .main_imgBox {
     height: 1181px;
    overflow: hidden;
    position: relative;
	width: 100%;
	  top: -94px;
}

  .main_logo {
    z-index:11;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:50%;
    height:auto;
}




  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 1181px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }



@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.05);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.05);
            z-index:9;
    }
    100% { opacity: 0 }
}




  .sp_main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 1300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: spanime 36s 0s infinite;
    animation: spanime 36s 0s infinite; }

    .sp_main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .sp_main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .sp_main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .sp_main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .sp_main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }



@keyframes spanime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.05);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes spanime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.05);
            z-index:9;
    }
    100% { opacity: 0 }
}






@media screen and (max-width:640px){
	
	
	#mv {
		height: 1300px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		overflow: hidden;
		line-height:0;
	}


	#mv_scrol {
		text-align: center;
		height: 85px;
		width: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -85px;
		position: relative;
		top: -85px;
		text-align: center;
		z-index: 99;
	}

	#mv_scrol a{
		color: #FFF;
		font-size: 1.4rem;
		height: 35px;
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding-top: 5px;
	}

	#mv_scrol_line {
		width: 1px;
		height: 50px;
		background-color: #FFF;
		margin-left: auto;
		margin-right: auto;
	}


	#contents_main {
		width: 100%;
		margin-top: 100px;
		padding-bottom: 50px;
		background-image: url("../img/top/contents_bg.jpg");
		background-repeat: no-repeat;
		background-position: top center;
	}


	#contents_main_tit {
		text-align: center;
		padding-bottom: 60px;
	}


	#contents_main_body {
		font-size: 1.6rem;
		line-height: 2.5;
		padding-bottom: 70px;
		text-align: center;
		width: 640px;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}


	#contents_main_subbody {
		font-size: 1.2rem;
		text-align: center;
		padding-bottom: 45px;
		line-height: 2;
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}

	#contents_main_btn_area {
		padding-bottom: 100px;
	}

	#contents_main_btn {
		background-image: url("../img/top/btn_bg.jpg");
		background-repeat: no-repeat;
		width: 250px;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		color: #FFF;
		line-height: 60px;
		font-size: 1.4rem;
		text-indent: 30px;
	}

	#contents_main_btn:hover {
		opacity: 0.7;
	}

	#contents_news {
		background-color: #f7f7f7;
		padding-top: 70px;
		padding-bottom: 90px;
		
	}

	#contents_newsInner {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}


	#contents_newsInner_news {
		float: left;
		width: 75px;
		text-align: center;
	}

	#contents_newsInner_news img{
		margin-bottom: 5px;

	}

	#contents_newsInner_news a{
		display: block;
		text-align: center;
		color: #6c6a69;
		text-decoration: underline;
		font-size: 1.4rem;
	}


	#contents_newsInner_newslist {
		width: 450px;
		float: right;
		border-top: 1px #d2d2d2 solid;
		margin-top: 10px;
	}


	#contents_newsInner_newslist ul li{
		border-bottom: 1px #d2d2d2 solid;
		padding-top: 25px;
		padding-bottom: 25px;
		width: 100%;
	}

	#contents_newsInner_newslist ul li table {
		width: 100%;
	}


	#contents_newsInner_newslist ul li th{
		padding-top: 10px;
		padding-bottom: 5px;
		font-size: 1.4rem;
		text-align: left;
		padding-left: 0px;
		padding-right: 55px;
		border-right: none;
		vertical-align: middle;
		display: block;
		width: 100%;
	}

	#contents_newsInner_newslist ul li td{
		padding-top: 0px;
		padding-bottom: 10px;
		font-size: 1.4rem;
		text-align: left;
		padding-left: 0px;
		vertical-align: middle;
		display: block;
	}

	#contents_newsInner_newslist ul li td a{
		color: #3f3b3a;
		display: block;
		background-image: url("../img/top/news_y.jpg");
		background-repeat: no-repeat;
		background-position: right center;
		width: 95%;
		box-sizing: border-box;
    padding-right: 20px;
	}

	#contents_newsInner_newslist ul li td a:hover{
		opacity: 0.7;
	}


	#contents_photo {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	#contents_photo_main {
		height: 430px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 60px;
	}


	#contents_photo_tit {
		text-align: center;
		padding-bottom: 70px;
	}


	#contents_photo_link {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}


	#contents_photo_link ul{
		width: 445px;
		float: right;
	}

	#contents_photo_link ul li {
		border-bottom: 1px #cccccc solid;
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding-right: 20px;
		padding-top: 15px;
	}


	#contents_photo_link ul li a{
		color: #3f3b3a;
		display: block;
		height: 30px;
		line-height: 30px;
		background-image: url("../img/top/ph_y.jpg");
		background-repeat: no-repeat;
		background-position: right center;
		font-size: 1.2rem;
	}
	
	


	  .sp_main_imgBox {
		 height: 1300px;
		overflow: hidden;
		position: relative;
		width: 100%;
		  top: 0px;
	}
	
	
	
	
}



#gallery_info_sns {
	text-align: right;
	padding-left: 10px;
	padding-top: 40px;
} 

#gallery_info_sns img{
	margin-left: 25px;
}






















