@charset "UTF-8";

/****************
2022/12/14追加
タイトル内文言用
****************/
.guide_text_area{
	position: absolute;
	top: 0px;
	left: 260px;
}
.subtitlearea .subtitleline .guide_text_area .guide_text{
	font-size: 1.8em;
}
.guide_text_area .guide_text .guide_pdf{
	text-decoration: underline;
}

.map_note {
	margin-top: 20px;
	font-size: 14px;
}

/* 場内マップ */
.venue_map_block {
	margin-top: 20px;
	margin-bottom: 60px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.venue_map_block .venue_map {
	width: 719px;
}
.venue_map_block .wifi_map {
    width: 440px;
    vertical-align: top;
}
.venue_map_block .venue_map img,
.venue_map_block .wifi_map img {
    width: 100%;
}
.venue_map_block .modal-open .point_span {
	display: block;
	position: absolute;
	cursor: pointer;
}
/* 場内マップ */
.venue_map_block .modal-open .JN_p1 {
	bottom: 172px;
	left: 33px;
	width: 48px;
	height: 37px;
}
.venue_map_block .modal-open .JN_p2 {
	bottom: 94px;
	left: 25px;
	width: 46px;
	height: 42px;
}
.venue_map_block .modal-open .JN_p3 {
	bottom: 173px;
	left: 88px;
	width: 90px;
	height: 22px;
}
/* フロアマップ */
.floor_map_block {
	margin-top: 20px;
	/* margin-bottom: 60px; */
	position: relative;
}
.floor_map_block .floor_map {
	width: 100%;
	display: block;
}

.floor_map_block .link_shiteiseki .link_span {
	display: block;
	position: absolute;
	width: 155px;
	height: 107px;
	cursor: pointer;
	top: 515px;
	left: 20px;
}
.floor_map_block .modal-open .point_span {
	display: block;
	position: absolute;
	cursor: pointer;
}

/* 1F */
.floor_map_block .modal-open .F1_p1 {
	bottom: 173px;
	right: 127px;
	width: 101px;
	height: 15px;
}
.floor_map_block .modal-open .F1_p2 {
	bottom: 154px;
	right: 147px;
	width: 83px;
	height: 15px;
}
.floor_map_block .modal-open .F1_p3 {
	bottom: 137px;
	right: 127px;
	width: 101px;
	height: 15px;
}
.floor_map_block .modal-open .F1_p4 {
	bottom: 118px;
	right: 133px;
	width: 96px;
	height: 15px;
}
.floor_map_block .modal-open .F1_p5 {
	bottom: 101px;
	right: 140px;
	width: 90px;
	height: 15px;
}
.floor_map_block .modal-open .F1_p6 {
	bottom: 173px;
	right: 28px;
	width: 94px;
	height: 15px;
}
.floor_map_block .modal-open .F1_p7 {
	bottom: 155px;
	right: 30px;
	width: 90px;
	height: 15px;
}
/* .floor_map_block .modal-open .F1_p8 {
	bottom: 135px;
	right: 30px;
	width: 90px;
	height: 15px;
} */
/* 2F */
.floor_map_block .modal-open .F2_p1 {
	bottom: 417px;
	right: 49px;
	width: 103px;
	height: 15px;
}
.floor_map_block .modal-open .F2_p2 {
	bottom: 399px;
	right: 61px;
	width: 90px;
	height: 15px;
}
.floor_map_block .modal-open .F2_p3 {
	bottom: 381px;
	right: 55px;
	width: 96px;
	height: 15px;
}
.floor_map_block .modal-open .F2_p4 {
	bottom: 363px;
	right: 67px;
	width: 85px;
	height: 15px;
}
.floor_map_block .modal-open .F2_p5 {
	bottom: 345px;
	right: 54px;
	width: 98px;
	height: 15px;
}
.floor_map_block .modal-open .F2_p6 {
	bottom: 327px;
	right: 44px;
	width: 108px;
	height: 15px;
}
/* 4F */
.floor_map_block .modal-open .F4_p1 {
	top: 310px;
	right: 53px;
	width: 100px;
	height: 15px;
}
.floor_map_block .modal-open .F4_p2 {
	top: 328px;
	right: 95px;
	width: 58px;
	height: 15px;
}

/* ギャラリー */
.facility_gallery{
	display:block;
	width:100%;
	text-align:center;
	margin: 20px auto 0px auto;
}
.facility_gallery li{
	display:inline-block;
	vertical-align:top;
	width: 224px;
	margin: 0 5px;
}
.facility_gallery li.first_item {
	margin-left: 0;
}
.facility_gallery li.fifth_item {
	margin-right: 0;
}

.facility_gallery li p{
	text-align:left;
	width:225px;
	margin: 10px auto 20px auto;
	word-break: break-word;
}


/* モーダルウィンドウ表示 */
#modal-content{
    display: none;
    position: fixed;
    width: 1020px;
    margin:0;
    padding:0;
    border:0px;
    z-index: 101;
    margin-top: 150px;
}
#modal-overlay{
	z-index: 100;
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color: rgba(0,0,0,0.60);
}
#modal-image-area{
    top:73px;
    padding: 30px;
    height: auto;
    margin:0px;
    text-align: center;
    background-color: #ffffff;
}

.facility_btn-close {
    height: 50px;
    width: 40px;
    position: absolute;
    right: 0;
    top: -65px;
}
#modal-close-icon {
    height: 50px;
    background-image: url(../images/batsu.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: right center;
    width: 40px;
    display: inline-block;
}

/* 画像 */
#modal-image{
    width: 960px;
}
/* タイトル */
#modal-img-title {
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
}