.sec-lower-mv {
	width: 100%;
	height: 390px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/common/bg-lower-mv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.page-search .sec-search-venue {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
	padding: 0 3.47%;
	background: #fff;
	border-radius: 30px 30px 0 0;
}

.page-search .search-venue-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	padding-top: 125px;
	padding-bottom: 80px;
}

@media screen and (max-width: 999px) {
	.sec-lower-mv {
		height: 300px;
		padding-top: 30px;
	}

	.page-search .sec-search-venue {
		padding: 0 5.128%;
		border-radius: 15px 15px 0 0;
	}

	.page-search .search-venue-cont {
		gap: 30px;
		padding-top: 300px;
		padding-bottom: 30px;
	}
}

/*---------- single ----------*/
.mv-min{
	height: 200px;
}
.flex-box{
 display: flex;
 justify-content: space-between;
 width: 100%;
}
.text-box, .img-box{
 width: 48%;
}
.text-box > p:nth-child(1){
 font-size: 24px;
 font-weight: 500;
}
.hall-title{
 font-size: 24px;
	color: #E35C51;
 line-height: 1;
 padding: 30px 0 20px;
}
.hall-name{
 color: #E35C51;
 font-size: 18px;
 font-weight: bold;
 padding-bottom: 30px;
}
.hall-main{
 color: #444;
 font-size: 16px;
 line-height: 1.6;
 letter-spacing: 0.1rem;
 margin: 0 0 30px 0;
}
.img-inner{
 padding-top: 10px;
}
.img-inner img{
 width: 19%;
}
.access{
 background: #F9F5F3;
 border-radius: 10px;
 margin: 20px 0 0;
 font-size: 15px;
 padding: 20px;
}
.access p{
 display: flex;
 align-items: center;
 font-size: 15px;
}
.access p::before{
 content: '';
 display: inline-block;
 width: 12px;
 height: 16px;
 background-image: url("../images/common/icon-access.png");
 background-size: contain;
 vertical-align: middle;
 margin-right: 18px;
}
.search-venue-cont .card-venue a:hover{
	opacity: 0.7;
}
.search-venue-cont .card-venue img.img-cover{
	width: 320px;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}
.introduction ul li:not(:last-child){
 margin: 0 0 50px;
}
.introduction ul li .title{
 display: flex;
 align-items: center;
 gap: 20px;
 margin: 0 0 10px;
}
.introduction ul li .title p:nth-child(1){
 font-size: 22px;
 font-weight: 500;
 color: #E35C51;
 line-height: 1;
 letter-spacing: 0;
}
.introduction ul li .title p:nth-child(2){
 font-size: 15px;
 font-weight: 500;
 line-height: 1;
 letter-spacing: 0.1rem;
}
.introduction ul li .about{
 display: flex;
 gap: 50px;
}
.introduction ul li .about > p{
 display: none;
}
.introduction ul li:nth-child(odd) .about > img{
 order: 1;
}
.introduction ul li:nth-child(odd) .about > div{
 order: 2;
}
.introduction ul li:nth-child(even) .about > img{
 order: 2;
}
.introduction ul li:nth-child(even) .about > div{
 order: 1;
}
.introduction ul li .about > img,
.introduction ul li .about > div{
 width: 50%;
}
.introduction ul li .about > img{
 border-radius: 10px;
}
.introduction ul li .about > div p{
 font-size: 16px;
 font-weight: 400;
 line-height: 1.6;
 margin: 10px;
}

@media screen and (max-width: 999px){
 .flex-box{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
 }
	.text-box, .img-box{
		width: 100%;
	}
 .flex-box .img-box{
  order: 1;
 }
 .flex-box .text-box{
  order: 2;
 }
 .flex-box .text-box > p:nth-child(1){
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
 }
 .flex-box .text-box > p:nth-child(2){
  font-size: 18px;
  line-height: 1;
  padding: 15px 0 10px;
 }
 .flex-box .text-box > p:nth-child(3){
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
  letter-spacing: 0.05rem;
 }
 .flex-box .text-box > p:nth-child(3) br{
  display: none;
 }
 .flex-box .text-box .sp .sp-address{
  font-size: 16px;
  letter-spacing: 0.01rem;
  margin: 10px 0;
  font-size: 15px;
 }
 .flex-box .text-box .sp .sp-tag{
  display: block;
  background: #e35c51;
  color: #fff;
  padding: 5px 10px;
  width: fit-content;
  float: left;
  margin: 0 5px;
  border-radius: 20px;
  font-size: 15px;
 }
 .flex-box .hall-main{
  clear: both;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  margin: 50px 0 20px;
 }
	.mv-min{
		height: 180px;
	}
	.search-venue-cont02{
		padding-top: 60px;
	}
	.img-inner{
		display: flex;
	}
 .access{
  display: none;
 }
 .introduction ul li:not(:last-child){
  margin: 0 0 20px;
 }
 .introduction ul li .title,
 .introduction ul li .about{
  display: block;
 }
 .introduction ul li .title p:nth-child(1){
  margin: 0 0 10px;
 }
 .introduction ul li .about > img, .introduction ul li .about > div{
  width: 100%;
 }
 .introduction ul li .about > div p{
  font-size: 15px;
  line-height: 1.5;
 }
}

/*====================================================================
slick
====================================================================*/
/* スライダーの親要素 */
.sliderArea {
  width: 100%;
  margin: 0 auto;
}

/* メインのスライダー */
.slider_thumb {
  width: 100%;
  height: 400px; /* 必要に応じて高さ調整 */
}

.slider_thumb .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_thumb .slick-slide img {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%; /* 画像が親要素に収まるように */
}
/* サムネイルスライダー */
.thumb {
 margin-top: 15px;
 width: 100%;
}
.thumb .slick-slide {
 width: 100px; /* サムネイル画像の幅 */
 height: auto;
}
.thumb .slick-slide img {
 aspect-ratio: 16 / 9;
 cursor: pointer;
 height: auto;
 object-fit: cover;
 object-position: center;
 width: 100%;
}
.slick-slider{
	max-width: 600px;
    max-height: 340px;
}
.thumb .slick-slide {
	aspect-ratio: 16 / 9;
}
.thumb .slick-slide{
 margin: 0 5px;
}
.thumb .slick-slide img{
	border-radius: 5px;
}
.slick-arrow{
	display: none;
}
.slick-slider{
	height: auto!important;
}
.search-cat{
 display: flex;
 gap: 50px;
 width: 100%;
}
.search-cat div:first-child{
 width: 50%;
}
.search-cat div:first-child p:first-child{
 font-size: 24px;
 font-weight: bold;
 margin: 0 0 15px;
 color: #E35C51;
 letter-spacing: 0.1rem;
}
.search-cat div:first-child p:last-child{
 font-size: 16px;
 letter-spacing: 0.05rem;
 line-height: 1.8;
 font-weight: 500;
}
@media screen and (max-width: 999px){
 .search-cat{
  display: grid;
  gap: 20px;
 }
 .search-cat div:first-child{
  width: 100%;
 }
 .search-cat div:first-child p:first-child{
  font-size: 20px;
  margin: 0 0 10px;
 }
 .search-cat div:first-child p:last-child{
  font-size: 15px;
  margin: 0;
 }
}
.sec-search-venue .wrapper .box .box-title{
 color: #E35C51;
 font-size: 25px;
}
.sec-search-venue .wrapper .box .box-sub-title{
 margin: 10px 0 10px 10px;
}
.sec-search-venue .wrapper .box .box-text{
 font-size: 17px;
 line-height: 32px;
 letter-spacing: 1px;
 margin: 0 0 0 20px;
}
.sec-search-venue .wrapper .box .box-info{
 font-size: 15px;
 font-weight: bold;
 margin: 0 0 10px 20px;
}
.sec-search-venue .wrapper .box + .box{
 margin: 50px 0 0;
 border-bottom: solid 1px #ccc;
 padding: 30px 0 0;
}