@charset "UTF-8";
/*--------------------------------------------------------------
.title_area(カテゴリーページ共通パーツです)
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.title_area {
		margin: 0;
		padding: 0;
		height: 150px;
		width: 100%;
		background: url("img/title-area.jpg") no-repeat;/*ページごとに変更する*/
		background-position: center;
		background-size: 100% auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		z-index: 1;
	}
	
	.title_area::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.15);
		z-index: 2;
	}
	
	.title_area h2 {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		position: relative;
		z-index: 3;
	}
	
	.section_title {
		color: #4E4E4E;
		font-size: 18px;
		font-weight: 600;
		padding-left: 13px;
		position: relative;
		line-height: 1;
		margin: 0 0 0 20px;
	}
	
	.section_title::before {
	  background-color: #4A64AA;
	  bottom: 0px;
	  content: '';
	  height: 18px;
	  left: 0;
	  position: absolute;
	  width: 3px;
	}


}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	.title_area {
		height: 200px;
		background-position: center -450px;
		background-size: 100% auto;
	}
	
	.title_area h2 {
		font-size: 25px;
	}
	
	.section_title {
    	padding-left: 15px;
	}
	
	.section_title::before {
    bottom: -1px;
    height: 20px;
    width: 5px;
  }


}

/*↑↑ここまで共通↑↑*/


/*--------------------------------------------------------------
↓↓ここからコンテンツ↓↓
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.content {
		background: #F8F8F8;
		margin: 0;
		padding: 15px 0 23px;
		
	}
	
	.content-wrap {
		margin: 0;
		padding: 0;
	}
	
	.site-width {
		max-width: 800px;
		padding: 0 10px;
		margin: 0 auto 10px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	.content {
		margin: 0;
		padding: 33px 0 62px;
	}
	
	.site-width {
		width: 800px;
		margin: 0 auto;
	}

}

/*--------------------------------------------------------------
.hall
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.hall > p {
		margin-bottom: 40px;
		font-size: 14px;
		text-align: center;
	}
	
	.hall-area ul li {
		width: 100%;
		margin-bottom: 10px;
		color: #fff;
	}
	
	.hall-area figure {
		height: 220px;
		width: 100%;
		position: relative;
		text-align: center;
		cursor: pointer;
	}
	
	.hall-area .box {
		width: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.hall-area .box h2 {
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: 600;
	}
	
	
	.box a {
		width: 300px;
		height: 50px;
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 50px;
		background: #577FB9;
		color:  #fff;
		font-weight: 600;
		position: relative;
		left: 50%;
		transform: translate(-50%);
	}
	
	.hall-area .h01 {
		background: url("img/eva-sp.png") center bottom no-repeat;
		background-size: cover;
	}
	
	.hall-area .h02 {
		background: url("img/familie-sp.png") center no-repeat;
		background-size: cover;
	}
	
	.hall-area .h03 {
		background: url("img/yasuragi-sp.png") center no-repeat;
		background-size: cover;
	}
	
	.hall-area .h04 {
		background: url("img/miokuri-sp.png") center no-repeat;
		background-size: cover;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	.hall > p {
		font-size: 15px;
	}
	
	.hall-area figure {
		height:300px;
	}
	
	.hall-area .box h2 {
		font-size: 22px;
	}
	
	.box a {
		font-size: 15px;
	}
}

/*--------------------------------------------------------------
@media
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	


}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	

}