@charset "UTF-8";
.guide{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.guide a{
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
.guide a img{
	width: 100%;
}
.guide::after{
	content: "";
	display: block;
	background: url("../images/meikun.png") no-repeat top center;
	background-size: cover;
	width: 200px;
	height: 157px;
	position: absolute;
	right: 15px;
	bottom: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
		.guide::after{
		display: block;
		position: absolute;
		width: 200px;
		bottom: 0;
		right: 8%;
		z-index: 10;
	}
}
@media screen and (min-width:1024px) and ( max-width:1440px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
		.guide::after{
		display: block;
		position: absolute;
		width: 200px;
		bottom: 0%;
		right: 20%;
		z-index: 10;
	}
}
@media screen and (min-width:1440px) and ( max-width:1920px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
		.guide::after{
		display: block;
		position: absolute;
		width: 200px;
		bottom: 0;
		right: 20%;
		z-index: 10;
	}
}
@media screen and (min-width:1920px) {
    /*　画面サイズが1920pxからはここを読み込む　*/
		.guide::after{
		display: block;
		position: absolute;
		width: 200px;
		bottom: 0;
		right: 20%;
		z-index: 10;
	}
}
.hall_container_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2% 0;
} 
.hall_container{
	width: 48%;
	position:relative;
	margin-bottom: 4%;
}

/****スワイパー****/
.hall_swiper{
	width: 100%;
	position: relative;
}
.hall_swiper .swiper {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.hall_swiper .swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hall_swiper .swiper-pagination-bullet {
	background-color: #ccc;
	width: 40px;
	height: 10px;
	border-radius: 0px;
	opacity: 1;
}
.hall_swiper .slider-caption {
  text-align: center;
  padding: 1% 0;
}
.hall_swiper .swiper-pagination-bullet-active {
	background-color: #000000;
	opacity: 1;
}
.hall_swiper .swiper-pagination {
	bottom: -25px;
	right: 12px;
	position: absolute;
}

@media screen and (max-width:768px) {
	.guide{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	}
	.guide a{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.guide a img{
		width: 100%;
	}
	.guide p{
		margin-bottom: 80px;
	}
	.guide::after{
		content: "";
		display: block;
		background: url("../images/meikun.png") no-repeat top center;
		background-size: cover;
		max-width: 100px;
		max-height: 76px;
		position: absolute;
		bottom: -28%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
    .hall_container_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 2% 0;
} 
	.hall_container{
		width: 100%;
		position:relative;
		margin-bottom: 14%;
	}

	/****スワイパー****/
	.hall_swiper{
		width: 100%;
		position: relative;
	}
	.hall_swiper .swiper {
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	.hall_swiper .swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.hall_swiper .swiper-pagination-bullet {
		background-color: #ccc;
		width: 40px;
		height: 10px;
		border-radius: 0px;
		opacity: 1;
	}
	.hall_swiper .slider-caption {
	  text-align: center;
	  padding: 1% 0;
	}
	.hall_swiper .swiper-pagination-bullet-active {
		background-color: #000000;
		opacity: 1;
	}
	.hall_swiper .swiper-pagination {
		bottom: -25px;
		right: 12px;
		position: absolute;
	}
}