@charset "utf-8";
/* CSS Document */
#sec_map{
	padding-top: 2em;
	padding-bottom: 5em;
}
#sec_map #blk_slide_map_wrap{
	aspect-ratio: 1150 / 750;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;}
#sec_map #blk_slide_map_content{
	/*background-image: url("../images/concept/sec_map-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;*/
	width: 100%;
	position: relative;}
#sec_map #blk_slide_map_content #blk_image_map{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    top: 0;
	left:0;}
@keyframes slide-animation-map_image { 
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(5%);
    }
}
#sec_map .fade_slide{
	width: 100%;
	aspect-ratio: 25 / 24;
	z-index: 0;}
#sec_map .fade_slide li{
	animation-duration: 20s;
	animation-timing-function:ease-in;}
#sec_map .fade_slide li:first-of-type{
	background-image: url("../images/concept/sec_map-imagemap-kura.jpg");}
#sec_map .fade_slide li:nth-of-type(2){
	background-image: url("../images/concept/sec_map-imagemap-nagaya.jpg");
	animation-delay: 4s;}
#sec_map .fade_slide li:nth-of-type(3){
	background-image: url("../images/concept/sec_map-imagemap-sakabayashi.jpg");
	animation-delay: 8s;}
#sec_map .fade_slide li:nth-of-type(4){
	background-image: url("../images/concept/sec_map-imagemap-hall.jpg");
	animation-delay: 12s;}
#sec_map .fade_slide li:last-of-type{
	background-image: url("../images/concept/sec_map-imagemap-toumyou.jpg");
	animation-delay: 16s;}
@media screen and (max-width: 767px) {
	#sec_map{
		padding-bottom: 3em;
	}
}