@charset "UTF-8";

/****************
2022/12/14追加
タイトル内文言用
****************/
.guide_text_area{
	position: absolute;
	top: 0.4rem;
	right: 8.4rem;
}
.com-pagetitle .guide_text_area .guide_text{
	font-size: 1rem;
}
.guide_text_area .guide_text .guide_pdf{
	text-decoration: underline;
}


.guide_index {
	padding: 1rem;
}

/* 場内マップ */
.guide_index .venue_map {
	position: relative;
}
.guide_index .wifi_map {
    position: relative;
}
.guide_index .venue_map img{
    width: 100%;
    display: block;
}
.guide_index .wifi_map img {
    width: 25rem;
    display: block;
    margin: 0 auto;
}
.guide_index .venue_map .modal-open .point_span {
	display: block;
	position: absolute;
	cursor: pointer;
}

.guide_index .venue_map .modal-open .JN_p1 {
	bottom: 7.3rem;
	left: 1.4rem;
	width: 2rem;
	height: 1.4rem;
}
.guide_index .venue_map .modal-open .JN_p2 {
	bottom: 3.9rem;
	left: 1rem;
	width: 2rem;
	height: 1.8rem;
}
.guide_index .venue_map .modal-open .JN_p3 {
	bottom: 7.2rem;
	left: 3.6rem;
	width: 3.9rem;
	height: 0.9rem;
}

/* フロアマップ */
.guide_index .img_map {
	position: relative;
}
.guide_index .img_map img {
    width: 100%;
	display: block;
}

.guide_index .img_map .link_shiteiseki .link_span {
	display: block;
	position: absolute;
	width: 4rem;
	height: 2.8rem;
	top: 14.5rem;
	left: 0.4rem;
}

.guide_index .modal-open .point_span {
	display: block;
	position: absolute;
	cursor: pointer;
}

.guide_index .modal-open .F1_p1 {
	bottom: 12.4rem;
	right: 6rem;
	width: 5.4rem;
	height: 0.9rem;
}
.guide_index .modal-open .F1_p2 {
	bottom: 11.4rem;
	right: 7.3rem;
	width: 4.1rem;
	height: 0.9rem;
}
.guide_index .modal-open .F1_p3 {
	bottom: 10.3rem;
	right: 6rem;
	width: 5.4rem;
	height: 0.9rem;
}
.guide_index .modal-open .F1_p4 {
	bottom: 9.3rem;
	right: 6.4rem;
	width: 5.1rem;
	height: 0.9rem;
}
.guide_index .modal-open .F1_p5 {
	bottom: 8.2rem;
	right: 6.3rem;
	width: 5.1rem;
	height: 0.9rem;
}
.guide_index .modal-open .F1_p6 {
	bottom: 12.4rem;
	right: 0.8rem;
	width: 4.7rem;
	height: 0.9rem;
}
.guide_index .modal-open .F1_p7 {
	bottom: 11.4rem;
	right: 0.7rem;
	width: 4.8rem;
	height: 0.9rem;
}
.guide_index .modal-open .F1_p8 {
	bottom: 10.3rem;
	right: 0.7rem;
	width: 4.8rem;
	height: 0.9rem;
}
.guide_index .modal-open .F2_p1 {
	bottom: 22.9rem;
	right: 0.7rem;
	width: 5rem;
	height: 0.9rem;
}
.guide_index .modal-open .F2_p2 {
	bottom: 21.9rem;
	right: 1.2rem;
	width: 4.5rem;
	height: 0.9rem;
}
.guide_index .modal-open .F2_p3 {
	bottom: 20.9rem;
	right: 0.6rem;
	width: 5rem;
	height: 0.8rem;
}
.guide_index .modal-open .F2_p4 {
	bottom: 19.8rem;
	right: 1.1rem;
	width: 4.5rem;
	height: 0.9rem;
}
.guide_index .modal-open .F2_p5 {
	bottom: 18.8rem;
	right: 0.5rem;
	width: 5.2rem;
	height: 0.9rem;
}
.guide_index .modal-open .F2_p6 {
	bottom: 17.8rem;
	right: 0.1rem;
	width: 5.5rem;
	height: 0.9rem;
}
.guide_index .modal-open .F4_p1 {
	top: 8.2rem;
	right: 1.2rem;
	width: 5.3rem;
	height: 0.9rem;
}
.guide_index .modal-open .F4_p2 {
	top: 9.2rem;
	right: 3rem;
	width: 3.5rem;
	height: 0.9rem;
}



.facility_gallery li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 1rem;
    font-size: 1.2em;
}
.facility_gallery li img {
    width: 100%;
}
.facility_gallery .right {
	margin-right: 0.4rem;
}
.facility_gallery .left {
	margin-left: 0.4rem;
}
.basic_link_area a {
    width: 100%;
    font-size: 1.4em;
}

/* popup css */
#modal-content {
 width: 30.4rem;
 margin: 0;
 padding: 0 0;
 position: fixed;
 display: none;
 z-index: 2;
 border-radius: 0.5rem;
} 
#modal-image-area{
 margin:0 auto;
 width:100%;
 background-color: #ffffff;
 padding: 1.5rem;
}  
#modal-overlay {
 z-index: 1;
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba( 0,0,0, 0.5 );
}
.btn-close {
 	text-align: right;
 	height: 3rem;
 	position: absolute;
 	top: -3rem;
 	right: 0;
}
#modal-close-icon {
    background-image: url(/sp/page/access/images/batsu.png);
    display: inline-block;
    height: 2.8rem;
    background-repeat: no-repeat;
    background-size: 2rem;
    width: 2.2rem;
}
/* 20251117 CHG 福岡アクセシビリティ対応時修正 */
/* #modal-image{
 	width: 27.4rem;
 	display: block;
} */
#modal-image img{
 	width: 27.4rem;
 	display: block;
}
#modal-img-title{
	font-size: 1.2rem;
	padding-top: 1rem;
}