@charset "UTF-8";
/*--------------------------------------------------------------
↓↓ここからコンテンツ↓↓
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.content_top {
		background: #F8F8F8;
		margin: 0;
		padding: 15px 0 23px;
	}
	
	.content {
		background: #F8F8F8;
		margin: 0;
		padding: 15px 0 23px;
	}
	
	.content-wrap {
		margin: 0;
		padding: 0;
	}
	
	.site-width {
		max-width: 900px;
		padding: 0 10px;
		margin: 0 auto 10px;
	}
	
	h1.hall_name {
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
	}
	
	h2 {
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 20px;
	}
	
	h3 {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		position: relative;
	}
	
	.hall_name_area h3 {
		text-align: justify;
	}
	
	.anex h3 {
		margin-bottom: 10px;
		text-align: justify;
	}
	
	h3.min-bottom {
		margin-bottom: 10px;
	}
	
	h3 span {
		width: 5px;
		height: 20px;
		margin: 0 10px 0 0;
		background: #4A64AA;
		display: inline-block;
		vertical-align: middle;
	}
	
	.mini {
		position: relative;
	}
	
	.mini span {
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 14px;
	}
	
	.anex li span {
		margin-bottom: 10px;
		display: block;
	}
	
	div.contain {
		margin-bottom: 20px;
		text-align: center;
	}
	
	div.contain span {
		margin: 0;
		padding: 8px 13px;
		background: #4A64AA;
		border-radius: 10px;
		border: none;
		color: #fff;
		font-weight: 600;
		display: inline;
	}
	
	p {
		font-size: 14px;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	.site-width {
		max-width: 900px;
		padding: 0 20px;
		margin: 0 auto 10px;
	}
	
	span.mini {
		position: absolute;
		right: 0;
		bottom: 60px;
		font-size: 15px;
	}
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	.content_top {
		margin: 0;
		padding: 33px 0 62px 0;
	}
	
	.content {
		margin: 0;
		padding: 33px 0 62px 0;
	}
	
	.site-width {
		width: 900px;
		margin: 0 auto;
		padding: 0;
	}
	
	h1.hall_name {
		font-size: 25px;
	}
	
	h2 {
		font-size: 22px;
		margin-bottom: 40px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	span.mini {
		bottom: 90px;
	}
	
	p {
		font-size: 15px;
	}
}

/*--------------------------------------------------------------
.detail-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.detail-area {
		background: #fff;
		padding: 20px 10px;
		margin: 0 0 40px;
	}
	
	.hall-img {
		margin-bottom: 20px;
	}
	
	
}

/* Small than tablet */
@media (min-width: 768px) {	
	.detail-area {
		background: #fff;
		padding: 40px 50px 60px;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	.detail-area {
		margin: 0 auto 80px;
	}
	
	.hall-img {
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------
.panel
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.detail-inner > h3 {
		text-align: justify;
	}
	
	.detail-inner ul {
		width: 100%;
	}
	
	.detail-inner ul li {
		width: 100%;
	}
	
	.detail-text {
		margin-top: 10px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	.detail-inner {
		margin-bottom: 40px;
	}
	
	.detail-inner > h3 {
		text-align: justify;
	}
	
	.detail-inner ul {
		width: 100%;
	}
	
	.detail-inner ul li {
		width: 100%;
	}
	
	.detail-inner ul li:first-child {
		margin-bottom: 20px;
	}
	
	.detail-text {
		margin-top: 10px;
	}
	
	.detail-inner ul li.panel03 {
		width: calc(100%/3);
		padding: 0 10px 0 0;
		float: left;
	}
}


/* Larger than tablet */
@media (min-width: 992px) {
	.panel02 {
		width: 390px;
		float: left;
	}
	
	.panel02:first-child{
		margin: 0 20px 0 0;
	}
	
	.detail-inner {
		margin-bottom: 60px;
	}
	
	.detail-inner:last-child {
		margin-bottom: 0;
	}
	
	.detail-inner ul {
		width: 100%;
	}
	
	.detail-inner ul li {
		width: 390px;
		margin: 0 20px 0 0;
		float: left;
	}
	
	.detail-inner ul li:first-child {
		margin-bottom: 0;
	}
	
	.detail-inner ul li:last-child {
		margin: 0 0 60px;
	}
	
	.detail-inner ul li.panel03 {
		width: 260px;
		margin: 0 10px 0 0;
		padding: 0;
	}
	
	.detail-inner ul li:last-child {
		margin: 0;
	}
	
	.detail-inner ul li.side {
		width: 360px;
		margin: 60px 0 0 30px;
	}
}

/*--------------------------------------------------------------
table
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.table-wrap {
		min-width: 335px;
		margin: 0 auto;
		overflow-x: scroll;
	}
	
	table {
		width: 100%;
		margin: 0 auto;
		border-collapse: collapse;
		table-layout: fixed;
		border-top: 1px solid #E0E0E0;
	}
	
	table th, table td {
		border-right: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
	}
	
	table tr {
		height: 80px;
	}
	
	table tr th, table tr td {
		text-align: center;
	}
	
	
	table tr .blue {
		width: 150px;
		background: #E9F0F4;
	}
	
	.table-area p {
		margin-top: 10px;
		font-weight: 600;
	}
}

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

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	.table-wrap {
		width: 900px;
		overflow-x: hidden;
	}
	
	table {
		width: 900px;
	}
	
	table tr .blue {
		width: 150px;
		background: #E9F0F4;
	}
	
	.table-area p {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------
.map-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.map-area p {
		margin-bottom: 20px;
	}
	
	.map-wrap iframe {
		width: 100%;
	}
}

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

	
}


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

}

/*--------------------------------------------------------------
.plan
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.plan {
		padding: 60px 0 40px;
	}
	
	.plan table {
		width: 1200px;
	}
	
	th.gray {
		width: 150px;
		padding: 0 10px;
		background: #F8F8F8;
	}
	
	.plan table .red {
		color: #DB6F6B;
		font-weight: 600;
		font-size: 16px;
	}
	
	.plan-table .red > span {
		display: block;
		text-align: center;
		color: #4e4e4e;
		font-size: 10px;
		margin: 5px 0 0;
		padding: 0;
	}
	
	.plan table th.miokuri {
		color: #fff;
		background: rgba(239,116,148,1.00);
	}
	
	.plan table .icon-area {
		background: #F4F7FA;
	}
	
	.plan table tr td.img-area {
		padding: 10px;
	}
	
	.plan table tr td.img-area img {
		height: 100%;
		width: auto;
		box-sizing: border-box;
	}
	
	.plan table tr td.icon-area {
		padding: 15px 0 0 15px;
	}
	
	.plan table tr td.icon-area ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	.plan table tr td.icon-area ul li {
		width: 127px;
		margin: 0 15px 15px 0;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	.plan {
		padding: 60px 0 0 0;
	}

}


/* Larger than tablet */
@media (min-width: 992px) {
	.plan {
		padding: 60px 0;
	}
	
	.plan table {
		width: 900px;
	}
	
	.plan table .red {
		font-size: 18px;
	}
	
	.plan table tr td.icon-area ul {
		width: 750px;
	}
}

/*--------------------------------------------------------------
.youtube
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.youtube {
		background: #efefef;
		margin: -30px 0 0;
		padding: 30px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.movie-wrapper {
		width: 100%;
		max-width: 900px;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	
	.movie-box {
		margin: 0;
		padding: 0;
		height: 0;
		overflow: hidden;
		position: relative;
		padding-top: 56.25%;
	}
	
	.youtube .movie-box iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	.youtube {
		margin: -30px 0 0;
		padding: 30px 20px;
	}

}


/* Larger than tablet */
@media (min-width: 992px) {
	.youtube {
		margin: -60px 0 0 0;
		padding: 75px 0;
		width: 100%;
	}
	
	.movie-wrapper {
		width: 900px;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	
	.movie-box {
		margin: 0;
		padding: 0;
		height: 0;
		overflow: hidden;
		position: relative;
		padding-top: 56.25%;
	}
	
	.youtube .movie-box iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

}

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

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


}

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

	
}


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

}