@charset "UTF-8";
/* CSS Document */
#btnswrap {
	background-color: #000;
}
#pageTit {
	padding: 0;
	position: relative;
}
#pageTit h2 {
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
#captionBox {
	background-color: #000;
	color: #fff;
}


#sec01 {
	position: relative;
}
#sec01 .central {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
#sec01 .gaikanBox {
	width: 65%;
	margin-left: 35%;
	padding-top: 4%;
}

#sec01 .h3Box {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 45%;
	top: 0%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	container-type: inline-size;
}
#sec01 .h3Box .flex {

	
}
.h3Box .engTxt{
	font-size: 26px;
	font-size: clamp(18px, 4.2cqw, 26px);
	color: #d8c481;
	border-bottom: #d8c481 solid 1px;
	width: 10em;
}
.h3Box h3{
	font-size: 4.2cqw;
	font-size: clamp(18px, 4.2cqw, 38px);
	padding: 1em 0 0.4em;
	line-height: 2;
}
.h3Box .lead {
	padding-top: 1em;
	font-size: 2.2cqw;
	font-size: clamp(13px, 2.2cqw, 18px);

	line-height: 2.4;
}
#sec02 {
	container-type: inline-size;
}
#sec03 {
	background-color: #f7f5ec;
	padding: 5% 0 8% 0;
	position: relative;
	container-type: inline-size;
}
#sec03 .h3Box {
	width: 50%;
	margin-left: 5%;
container-type: inline-size;
}
#sec03 .h3Box .engTxt{
	width: 15em;
}
#sec03 .gaikanBox {
	position: absolute;
	width: 56%;
	right: 0;
	bottom: 22%;
}
#sec04 {
	background-color: #f7f5ec;
	container-type: inline-size;
}
#sec04 .hall {
	width: 55%;
}
#sec05 {
	background-color: #f7f5ec;
	position: relative;
	padding: 6% 0 4%;
}
#sec05 .h3Box {
	width: 50%;
	margin-left: 5%;
container-type: inline-size;
}
#sec05 .h3Box .engTxt{
	width: 18em;
}
#sec05 .imgBox {
	position: absolute;
	width: 47%;
	bottom: 0;
	right: 0;
}
#sec06 {
	background-color: #f7f5ec;
	padding-top: 5%;
}
#sec06 .h3Box {
	width: 90%;
	margin-left: 5%;
	padding-bottom: 30px;
container-type: inline-size;
}
#sec06 .h3Box .engTxt{
	width: 18em;
}
#sec06 .h3Box .engTxt span{
	font-size: 60%;
}
#sec06 .h3Box .engTxt{
	font-size: clamp(18px, 3.0cqw, 26px);
}

#sec06 .h3Box .lead {
	font-size: clamp(13px, 1.3cqw, 18px);
}

@media screen and (max-width: 959px) {
	#sec01 .h3Box,
	#sec03 .h3Box,
	#sec05 .h3Box{
    position: static;
    width: 90%;
		margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    container-type: inline-size;
	}
	#sec01 .gaikanBox {
    width: 100%;
		margin: 0 auto;
    padding-top: 4%;
		padding-bottom: 30px;
}
	.h3Box .engTxt,
	#sec06 .h3Box .engTxt{
		font-size: clamp(16px, 3.2cqw, 26px);
		text-align: center;
		width: 12em;
		margin: 0 auto;
		line-height: 1;
		padding-bottom: 0.3em;
	}
	.h3Box h3{
		font-size: 4.2cqw;
		font-size: clamp(18px, 3.2cqw, 38px);
		padding: 1em 0 0.4em;
		text-align: center;
	}
	.h3Box .lead,
	#sec06 .h3Box .lead {
		padding-top: 1em;
		font-size: 2.2cqw;
		font-size: clamp(14px, 2.2cqw, 18px);
text-align: center;
		line-height: 2.0;
		letter-spacing: 0em;
	}
	#sec02 {
		padding-top: 5%;
	}
	#sec03 .gaikanBox {
    position: static;
    width: 100%;
		padding-top: 30px;
	}
	#sec04 .hall {
    width: 100%;
	}
	#sec05 .imgBox {
    position: static;
    width: 100%;
		padding-top: 30px;
	}

}

@media screen and (max-width: 599px) {}
