@charset "utf-8";
/* CSS Document */

#contents{
	background:#C8C8C8;
}
/* tab-menu */
.tab-menu ul {
	display: flex;
	margin-right: -10px;
}
.tab-menu{
	margin:0 5% 3%;
}
.tab-menu ul li{
	width: calc(100% / 3 - 10px);
	margin-right: 10px;
	position: relative;
}
.tab-menu ul li:nth-child(3n) {
	margin-right: 0;
}
.tab-menu ul li a{
	background:#908C8D;
	color:#FFF;
	display:block;
	text-align:center;
	padding:5% 0;
	font-size:1.7rem;
}
.tab-menu ul li a:hover {
	background: #5C5456;
	color:#fff;
	display:block;
	text-align:center;
	padding:5% 0;
	font-size:1.7rem;
	opacity:1;
}
.tab-menu ul li a.selected{
	background:#4D4648;
}
.btn-arrow:hover .arrow::before{
	background: #fff;
}
.btn-arrow:hover .arrow::after{
	border-top: 1px solid #fff;
}

.slanting-l {
	transform:skew(0deg, -2deg);
}

.slanting-r {
	transform:skew(0deg, 2deg);
}

.slanting-l .section-inner {
	transform:skew(0deg, 2deg);
}

.slanting-r .section-inner {
	transform:skew(0deg, -2deg);
}
/* about-hiroba */
.about-hiroba {
	position: relative;
	background-repeat: no-repeat;
	margin-bottom: -40px;
	padding: 5% 5% 60px;
}

.about-hiroba::before {
	content: " ";
	background: url(../../img/common/space-bg.png) no-repeat;
	display: inline-block;/*忘れずに！*/
	width: 206px;/*画像の幅*/
	height: 566px;/*画像の高さ*/
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 200px
}
.about-hiroba .inner {
	min-height: 500px;
}
.pht-hall {
	width:45%;
	max-width: 640px;
	min-height: 820px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	background: url(../img/hall.png);
	background-repeat: no-repeat;
	/*background-position: 100% 100%;*/
	/*background-position: 90% 80%;*/
	/*background-size:cover;*/
	display: flex;
	justify-content:center;
	align-items:center;
	color: #fff;
	text-align: center;
	overflow: inherit;
}
.txt-hiroba {
	max-width: 50%;
	margin-bottom: 5%;
}
.txt-hiroba h3{
	font-size:3rem;
	margin-bottom:3%;
	font-weight:bold;
	line-height:1.3;
}
.btn-about{
	position:relative;
}
.btn-about a{
	border:1px solid #000;
	color:#000;
	font-size:3rem;
	padding:.5% 3% ;
	margin:0 10% 5% 10%;
	text-align:center;
	display:block;
}
.btn-about .arrow{
	right:20%
}
.btn-about .arrow{
	margin-top:0;
}
.btn-about .arrow::after,
.btn-about .arrow::before {
	top: auto;
}
.btn-about .arrow::before {
	background: #000;
	left: -5px;
	width: 28px;
}
.btn-about .arrow::after {
	left: 8px;
	width: 15px;
	height: 7px;
	border-top: 1px solid #000;
}
.btn-about a:hover{
	background:#000;
	color:#FFF;
}
.btn-about a:hover .arrow::before {
	background: #FFF;
}
.btn-about a:hover .arrow::after {
	border-top: 1px solid #FFF;
}
.movie-about{
	margin-bottom:8%;
}
/* information */
.information{
	position:relative;
	background: #A56F5A;
	background-repeat: no-repeat;
	margin-bottom: -40px;
	padding: 5% 5% 60px;
	color: #fff;
}
.information h2{
	color:#FFF;
}

.column-02{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 10px -20px 10px 0;
}
.column-02 > div {
	width:calc(100% / 2 - 20px);
	margin-right:20px;
	margin-bottom:40px;
}
.column-02 > div:nth-child(2n) {
	margin-right: 0;
}
.information table{
	display:table;
	border-collapse: separate;
	width:100%;
	border-top:1px solid #C8ADA2;
}
.information th,
.information td{
	display:table-cell;
	padding:3% 2%;
	border-bottom:1px solid #C8ADA2;
	color:#fff;
}
.information th{
	text-align: center;
	white-space:nowrap;
	font-weight:bold;
	width:30%;
}
.list-access{
}
.list-access li{
	position:relative;
	padding-left:1.5em;
}
.list-access li::before{
	content:"\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position:absolute;
	left:0;
	top:2%;
}
.movie-about,
.map-google{
	position: relative;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-about iframe,
.map-google iframe,
.map-google object,
.map-google embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-about{
	max-width:850px;
	margin:0 auto 5% auto;
	padding-bottom: 50%;
}
.map-google{
	padding-bottom: 56.25%;
}
.movie-block {
	text-align: center;
	position: relative;
	overflow: hidden;	
	max-width: 850px;
	margin: 0 auto 5%;
}
.movie-block img {
	width: 100%;
}
.movie-block figcaption span {
	color: #fff;
	text-align: center;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	width: 12em;
	font-size: 1.6rem;
}
.movie-block figcaption span .arrow {
	margin-top: 0;
}
.movie-block figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.movie-block figure:hover figcaption{
	opacity: 1;
}
.movie-block figure figcaption a {
	display: block;
	height: 100%;
	opacity: 1;
}

@media screen and (max-width: 1350px) {
	.about-hiroba::before {
		background: none;
	}
}
@media screen and (max-width: 767px) {
	.txt-hiroba h3,
	.btn-about a,
	.information h2{
		font-size:2rem;
	}
	.tab-menu ul {
		margin-right: 0px;
	}
	.tab-menu ul li{
		width: calc(100% / 3 - 1px);
		margin-right: 1px;
	}
	.tab-menu ul li:nth-child(3n) {
		margin-right: 0;
	}
	.tab-menu ul li a{
		padding:7% 0;
		font-size:1.3rem;
	}
	.about-hiroba .inner {
		min-height: 0;
	}
	.txt-hiroba {
		max-width: 40%;
	}
	.pht-hall {
		width:55%;
		max-width: 640px;
		min-height: 820px;
		background-size:100%;
	}
	.column-02{
		margin: 10px -20px 10px 0;
	}
	.column-02 > div {
		width:calc(100% / 2 - 20px);
		margin-right:20px;
		margin-bottom:20px;
	}
	.movie-block figcaption span {
		font-size: 1.4rem;
	}
	
}
@media screen and (max-width: 420px) {
		.tab-menu ul li a{
			font-size:1rem;
		}
		.txt-hiroba h3,
		.btn-about a,
		.information h2{
			font-size:1.6rem;
		}
		.txt-hiroba {
			max-width: 100%;
		}
		.pht-hall{
			position:relative;
			width:100%;
			min-height: 200px;
			background-position: 80% 40%;
			background-size:130%;
		}
		.btn-about .arrow{
			right:10%;
			margin-top:3px;
		}
		.btn-about a {
			padding: 5.5% 3%;
		}
		.btn-about .arrow::before {
			left: 3px;
			width: 18px;
		}
		.btn-about .arrow::after {
			left: 10px;
			width: 10px;
			height:5px;
		}
		.column-02{
			display: block ;
			margin: 10px 0 10px 0;
		}
		.column-02 > div {
			width:100%;
		}
		.column-02 > div:nth-child(2n) {
			margin-right: 0;
		}
		.btn-about a {
			margin: 8% auto 5% auto;
		}
}