@charset "utf-8";

/*===============================================================

hall01

=================================================================*/

#page_title {
	background-image:url(../img/hall01/page_title_bg.png);
	background-color:#ECC15B;
}

#page_title:before {
	border-color: #F5E0AE transparent transparent transparent;
}

.midashi {
	background:#ECC15B;
}

.container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
}

/*===============================================================

catch

=================================================================*/
#catch {
	width:100%;
	position:relative;
}

#catch .img {
	text-align:right;
}

#catch .img img {
	width:65%;
}

#catch .position_wrap {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
}

#catch .text {
	width:94%;
	max-width:1520px;
	margin:0 auto;
}

#catch h2 span {
	display:inline-block;
	background:#fff;
	font-size:2.8rem;
	color:#4E4E4E;
	font-weight:bold;
	padding:0.4rem;
}

@media screen and (max-width:900px){
	#catch .img {
		position:relative;
		z-index:-1;
	}
	#catch .img img {
		width:100%;
	}
	#catch .position_wrap {
		position:static;
		width:1000px;
		max-width:94%;
		background:#fff;
		margin:0 auto;
		margin-top:-3rem;
		z-index:5;
		padding:2rem;
	}
}

@media screen and (max-width:700px){
	#catch h2 span {
		font-size:2.4rem;
	}
}

@media screen and (max-width:500px){
	#catch h2 span {
		font-size:2rem;
	}
}

@media screen and (max-width:480px){
	#catch .position_wrap {
		padding:1rem;
	}
	#catch h2 span {
		font-size:1.6rem;
	}
}


/*===============================================================

links

=================================================================*/
#links {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	margin-top:-2rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

#links > * {
	width:48%;
}

#links > * a {
	width:100%;
}

@media screen and (max-width:900px){
	#links {
		margin-top:0;
	}
}

@media screen and (max-width:600px){
	#links > * a {
		font-size:1.4rem;
	}
}

@media screen and (max-width:480px){
	#links > * {
		width:100%;
		margin-top:1.5rem;
	}
}

/*===============================================================

about

=================================================================*/
#about {
	overflow:hidden;
}
#about dl {
	width:56%;
	margin:0 auto;
	position:relative;
}

#about dl + dl {
	margin-top:5rem;
}

#about dt {
	position:relative;
	height:50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
	padding-left:1.5rem;
	font-size:2rem;
	font-weight:bold;
}

#about dt:before {
	display:block;
	content:'';
	width:50px;
	height:50px;
	background:#F5E0AE;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

#about dd {
	margin-top:1rem;
	line-height:2;
}

#about dl.point1:after {
	display:block;
	content:'';
	width:210px;
	height:117px;
	background:url(../../common/img/chara_heroine.png) center no-repeat;
	background-size:cover;
	position:absolute;
	top:50%;
	left:calc( 100% + 2rem );
	margin-top:-60px;
}

#about dl.point2:after {
	display:block;
	content:'';
	width:110px;
	height:95px;
	background:url(../../common/img/chara_korichi.png) center no-repeat;
	background-size:cover;
	position:absolute;
	top:50%;
	right:calc( 100% + 2rem );
	margin-top:-55px;
}

#about dl.point3:after {
	display:block;
	content:'';
	width:128px;
	height:164px;
	background:url(../../common/img/chara_hankyodai.png) center no-repeat;
	background-size:cover;
	position:absolute;
	top:50%;
	left:calc( 100% + 2rem );
	margin-top:-80px;
}

@media screen and (max-width:500px){
	#about dl:after {
		transform:scale(0.7);
	}
	#about dl.point1:after,
	#about dl.point3:after {
		left:100%;
	}
	#about dl.point2:after {
		right:100%;
	}
	#about dt {
		font-size:1.6rem;
	}
	#about dd {
		font-size:1.4rem;
	}
}

@media screen and (max-width:480px){
	#about dl:after {
		transform:scale(0.5);
	}
	#about dl.point1:after,
	#about dl.point3:after {
		left:80%;
	}
	#about dl.point2:after {
		right:90%;
	}
}

#about .img_group {
	margin-top:5rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

#about .img_group > * {
	width:48%;
}

#about .img_group > * .caption {
	font-size:1.4rem;
	margin-top:0.5rem;
}

#about .btn_style1 {
	margin-top:3rem;
}

@media screen and (max-width:600px){
	#about .img_group {
		display:block;
	}
	#about .img_group > * {
		width:470px;
		max-width:100%;
		margin:0 auto;
		margin-bottom:2rem;
	}
}

/*===============================================================

gallery

=================================================================*/

#gallery .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
}

#gallery .img_group {
	margin-top:5rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

#gallery .img_group > * {
	width:31%;
}

#gallery .img_group > * .caption {
	font-size:1.4rem;
	margin-top:0.5rem;
}

#gallery .btn_style1 {
	margin-top:3rem;
}

@media screen and (max-width:600px){
	#gallery .img_group {
		display:block;
	}
	#gallery .img_group > * {
		width:294px;
		max-width:100%;
		margin:0 auto;
		margin-bottom:2rem;
	}
}

@media screen and (max-width:480px){
	#gallery .img_group {
		margin-top:3rem;
	}
}

/*===============================================================

spec

=================================================================*/
#spec .container {
	margin-top:5rem;
}

#spec .container ul {
	display:table;
	margin:0 auto;
	margin-top:3rem;
}

#spec .container ul li + li {
	margin-top:1rem;
}

#spec .btn_style1 {
	margin-top:3rem;
}

#spec td,
#spec th {
	vertical-align:middle;
}

@media screen and (max-width:799px){
	#spec .table_wrap table {
		width:900px;
	}
	
}

@media screen and (max-width:480px){
	#spec .container {
		margin-top:3rem;
	}
}


/*===============================================================

floor

=================================================================*/
#floor .container {
	margin-top:5rem;
	padding-bottom:3rem;
}

@media screen and (max-width:480px){
	#floor .container {
		margin-top:3rem;
	}
}