@charset "UTF-8";

.wrap:first-of-type {
}

.wrap:last-of-type {
	margin-top: 60px;
}

.hall-ttl {
	line-height: 1.5;
	background: #EB9100;
}

.kids {
	margin-top: 35px;
}

.kids_map_desc {
	position: relative;
	padding-left: 30px;
	margin-top: 20px;
}

.kids_map_desc:before {
	content: "";
	background-image: url(/hall/img/icon-kids_map@2x.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -0.1em;
}

.kids_map_cnt {
	position: relative;
	margin-top: 70px;
}

.kids_map_img {
	text-align: center;
}

.kids_area_item {
	background-image: url(/hall/img/icon-kids_map@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	width: 47px;
	height: 58px;
	position: absolute;
	top: 20%;
	cursor: pointer;
}

.kids_area_item.-item01 {
	left: 27.3%;
}

.kids_area_item.-item02 {
	left: 50.5%;
}

.kids_area_item.-item03 {
	left: 75.5%;
}

.kids_area_item > .kids_area_item_cnt {
	width: 140px;
	opacity: 0;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 4px;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	-webkit-transform: scale(0);
	-webkit-transform-origin: center bottom;
	transition: opacity .3s, transform .3s;
	transform: scale(0);
	transform-origin: center bottom;
	margin-left: -70px;
}

.kids_area_item:hover > .kids_area_item_cnt {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.kids_area_item:hover {
	z-index: 2;
	background-image: none !important;
}

.kids_area_item_name {
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 58px;
	left: 50%;
	transform: translateX(-50%);
}

.kids_area_item.-item01 .kids_area_item_name {
	color: #085A9B;
}

.kids_area_item.-item02 .kids_area_item_name {
}

.kids_area_item.-item03 .kids_area_item_name {
	color: #F2BA00;
}

.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 901;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.popup {
	max-width: 930px;
	width: 100%;
	position: fixed;
	top: 50% !important;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	z-index: 902;
}

.popup_cnt {
}

.popup_close {
	position: absolute;
	top: -45px;
	right: -30px;
	z-index: 10;
	cursor: pointer;
}

.popup_item {
	background: #FFF;
	border-radius: 28px;
	padding: 60px 85px;
	display: none;
}

.popup_item.-item01 {
	padding: 30px 85px;
}

.popup_item[data-popup="1"] {

	/*	height: 600px;
		overflow-y: scroll;*/
}

.popup_item.-show {
	display: block;
}

.popup_item_ttl {
	font-size: 20px;
	font-weight: bold;
	color: #EB9100;
	position: relative;
	padding-left: 23px;
}

.popup_item_ttl:before {
	content: "";
	background: #EB9100;
	width: 10px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0.05em;
}

.popup_item_img {
	text-align: center;
	margin-top: 20px;
}

.popup_item_img img,
.popup_item_slide_img img {
	border-radius: 22px;
}

.popup_item_slide {
	margin-top: 20px;
}

.popup_item.-item01 .popup_item_slide {
	max-width: 700px;
	height: auto;
	margin: 20px auto 0;
}

.popup_item_slide .slick-dots li button:before {
	color: #CECECE;
	font-size: 15px;
	opacity: 1;
}

.popup_item_slide .slick-dots li.slick-active button:before {
	color: #EB9100;
	opacity: 1;
}

.popup_item_slide .slick-dots {
	bottom: -31px;
}

.popup_item_txt {
	margin-top: 25px;
}

.popup_item.-item01 .popup_item_txt {
	margin-top: 45px;
}

.hall-subttl {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding: 10px;
	border-bottom-width: 1px;
	border-style: solid;
	position: relative;
	padding-left: 27px;
}

.pamf .hall-subttl {
	border-color: #EB9100;
}

.future .hall-subttl {
	border-color: #FADD00;
}

.hall-subttl:before {
	content: "\e912";
	font-family: icomoon;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
	display: inline-block;
	line-height: 1;
}

.pamf .hall-subttl:before {
	color: #EB9100;
}

.future .hall-subttl:before {
	color: #FADD00;
}

.hall-desc {
	margin-top: 22px;
}

.kids_map {
}

.kids_row {
	display: flex;
	justify-content: space-between;
	max-width: 860px;
	margin: 60px auto 0;
}

.kids_col {
}

.kids_col img {
	border-radius: 21px;
}

.kids_col_txt {
	margin-top: 10px;
}

.future {
}

.future_cnt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}

.future_cnt .future_item {
	width: 48.5%;
}

.future_item {
}

.future_item:nth-child(n+3) {
	margin-top: 40px;
}

.future_item img {
	width: 100%;
	height: auto;
	border-radius: 22px;
}

.future_item_name {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}

.future_item_name span {
	background: #FCEEBB;
	border-radius: 11px;
	padding: 15px 25px;
	display: inline-block;
}

.future_item_cnt .future_item_name span {
	padding-top: 20px;
}

.future_item_txt {
	margin-top: 18px;
}

.future_item_txt a {
	color: #00D9FF;
	text-decoration: underline;
}

.future_item_txt a:hover {
	text-decoration: none;
}

.future_item_cnt .future_item_txt {
	max-width: 910px;
	margin: 22px auto 0;
}

.future_item_cnt {
	margin-top: 40px;
}

.pamf_wrap {
	margin-bottom: 20px;
}

.pamf_wrap .hall-subttl {
	margin-bottom: 20px;
}

.pamf_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.pamf_box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 10px;
}



.pamf_thumb_wrap {
	background-color: #EFEFEF;
	padding: 30px;
}

.pamf_thumb {}

.pamf_thumb img {}

.pamf_lang {
	font-size: 20px;
	font-weight: 600;
}

.pamf_dl_btn {
	background-color: #EB9101;
	color: #fff;
	border: 1px solid #EB9101;
	padding: 10px 25px;
	border-radius: 7px;
}
.pamf_dl_btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.pamf_dl_btn span {

}
.pamf_dl_btn span::after {
	content: "";
	display: inline-block;
	background-image: url(/common/img/icn-dl.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 13px;
	margin-left: 5px;
}


/* タブレット以下設定 */
@media screen and (max-width:939px) {
}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.cmnpagebody {
	}

	.wrap:last-of-type {
		margin-top: -60px;
		padding-top: 100px;
	}

	.hall-ttl {
		line-height: 1.5;
		padding: 10px 15px;
	}

	.kids {
		margin-top: -58px;
		padding-top: 70px;
	}

	.kids_map_desc {
		font-size: 13px;
		padding-left: 26px;
	}

	.kids_map_desc:before {
		margin-top: -0.3em;
		left: -5px;
	}

	.kids_map_cnt {
		max-width: 350px;
		margin: 35px auto 0;
	}

	.kids_map_img {
	}

	.kids_area_item {
		width: 25px;
		top: 1%;
	}

	.kids_area_item.-item01 {
		left: 22.3%;
	}

	.kids_area_item.-item02 {
		left: 49%;
	}

	.kids_area_item.-item03 {
	}

	.kids_area_item > .kids_area_item_cnt {
	}

	.kids_area_item:hover > .kids_area_item_cnt {
		opacity: 0;
	}

	.kids_area_item:hover {
	}

	.kids_area_item_name {
		font-size: 10px;
		top: 45px;
	}

	.kids_area_item.-item01 .kids_area_item_name {
	}

	.kids_area_item.-item02 .kids_area_item_name {
	}

	.kids_area_item.-item03 .kids_area_item_name {
	}

	.cover {
	}

	.popup {
	}

	.popup_cnt {
	}

	.popup_close {
		width: 90px;
		top: -42px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.popup_item {
		padding: 52px 15px 20px;
		border-radius: 0;
	}

	.popup_item.-item01 {
		padding: 52px 15px 20px;
	}

	.popup_item[data-popup="1"] {

		/*height: 450px;*/
	}

	.popup_item.-show {
	}

	.popup_item_ttl {
		font-size: 18px;
	}

	.popup_item_ttl:before {
		height: 29px;
	}

	.popup_item_img {
		margin-top: 15px;
	}

	.popup_item_img img,
	.popup_item_slide_img img {
		border-radius: 11px;
	}

	.popup_item_slide {
		margin-top: 15px;
	}

	.popup_item_slide .slick-dots li button:before {
	}

	.popup_item_slide .slick-dots li.slick-active button:before {
	}

	.popup_item_slide .slick-dots {
		bottom: -30px;
	}

	.popup_item_slide .slick-dots li {
		margin: 0 3px;
	}

	.popup_item_txt {
		margin-top: 15px;
	}

	.popup_item.-item01 .popup_item_txt {
		margin-top: 40px;
	}

	.hall-subttl {
	}

	.kids .hall-subttl {
		font-size: 18px;
	}

	.future .hall-subttl {
	}

	.hall-subttl:before {
	}

	.kids .hall-subttl:before {
	}

	.future .hall-subttl:before {
	}

	.hall-desc {
		margin-top: 17px;
	}

	.kids_map {
	}

	.kids_row {
		display: block;
		max-width: 400px;
		margin-top: 30px;
	}

	.kids_col {
	}

	.kids_col:last-child {
		margin-top: 20px;
	}

	.kids_col img {
	}

	.kids_col_txt {
		margin-top: 8px;
	}

	.future {
	}

	.future_cnt {
		display: block;
	}

	.future_cnt .future_item {
		width: 100%;
	}

	.future_item {
	}

	.future_item:nth-child(n+2) {
		margin-top: 30px;
	}

	.future_item img {
	}

	.future_item_name {
		font-size: 17px;
		margin-top: 15px;
	}

	.future_item_name span {
		padding: 12px 20px;
	}

	.future_item_cnt .future_item_name span {
	}

	.future_item_txt {
		margin-top: 10px;
	}

	.future_item_txt a {
	}

	.future_item_txt a:hover {
	}

	.future_item_cnt .future_item_txt {
	}

	.future_item_cnt {
	}
	.pamf_cnt{
		grid-template-columns: 1fr;
	}

}
