.facility__img-field {
	width: 100%;
	height: 508px;
	position: relative;
	overflow: hidden;
}
.facility__img-field .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-position: 50% 70%;
}
.facility__detail {
	width: 100%;
    max-width: 1200px;
	margin: -10% AUTO 0 AUTO;
	position: relative;
	z-index: 1;
}
.facility__detail_top {
	padding: 50px;
	background-color: rgba(255,255,255,0.9);
}
.facility__logo{
	display: block;
	width: 140px;
	height: 90px;
	border: 1px solid #b1b2b2;
	background-color: #FFFFFF;
	background-image: url(../img/logo/CIRQ_logo.png);
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-size: contain;
	position: relative;
	float: left;
	margin: 0 15px 0 0;
}
.facility__logo-img{
	display: block;
	position: absolute;
	color: #b1b2b2;
	top: 60px;
	text-align: center;
	width: 100%;
	font-size: 12px;
	line-height: 1.3em;
}
.facility__detail-pref{
	display: inline-block;
	border: 1px solid #5cb8b2;
	background-color: #5cb8b2;
	color: #FFFFFF;
	padding: 3px 20px;
	font-size: 12px;
}
.facility__detail-name{
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0;
	letter-spacing: 2.5px;
	display: inline-block;
	width: AUTO;
	font-family: 'Century Gothic', 'Oswald', sans-serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.facility__detail-name_escrit{
	display: inline-block;
	font-size: 0.6em;
	margin: 0 0 0 10px;
}
.facility__catchcopy{
	clear: both;
	padding: 15px;
}
.facility__detail-content{
	padding: 50px;
	border-bottom: 1px solid #EFEFEF;
}
.facility__title-2nd{
	width: 100%;
	font-size: 32px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: normal;
	padding: 20px 0;
	margin: 0;
	font-family: 'Shippori Mincho', serif;
}
.facility__title-2nd_caption{
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	letter-spacing: 2px;
}
.facility__title-3rd{
	width: 100%;
	font-size: 22px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: normal;
	padding: 20px 0;
	margin: 0;
	font-family: 'Century Gothic', 'Oswald', sans-serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.detail__data{
	border-collapse: collapse;
	border-top: 1px solid #999999;
	width: 90%;
	margin: 30px AUTO;
}
.detail__data th{
	border-bottom: 1px solid #999999;
	padding: 20px 15px;
	width: 20%;
}
.detail__data td{
	border-bottom: 1px solid #999999;
	padding: 20px 15px;
}
.iframe__googlemap{
	width: 100%;
	height: 400px;
	border: none;
	margin: 30px AUTO;
}
.facility__floor-img{
	display: block;
	width: AUTO;
	max-width: 100%;
	margin: 10px AUTO;
}
.room__list{
	width: 100%;
	margin: 30px AUTO;
}

/* 会場一覧 */
.room__block{
	display: table;
	margin-bottom: 30px;
	padding: 0;
	background-color: #FFFFFF;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-moz-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-ms-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
}
.room__block-imglink{
	display: table-cell;
	vertical-align: top;
	width: 40%;
	margin: 0;
	padding: 15px;
}
.room__block-data{
	display: table-cell;
	vertical-align: top;
	padding: 15px;
	position: relative;
}
.room__reserve-button {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    background-color: #5cb8b2;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.room__reserve-button:hover {
    background-color: #fff;
	color: #5cb8b2;
	border: #5cb8b2 1px solid;
}
.room__block-name{
	display: block;
	font-size: 21px;
	font-weight: normal;
	position: relative;
	padding: 5px 130px 15px 0;
}
.room__block-vr{
	display: block;
	background-color: #222222;
	border: 1px solid #222222;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 6rem;
}
.room__block-vr:hover{
	background-color: #FFFFFF;
	border: 1px solid #222222;
	color: #222222;
}
.room__block-vr svg{
	fill: #ffffff;
	width: 20px;
	height: 20px;
	margin: 0 0 -5px 0;
}
.room__block-vr:hover svg{
	fill: #222222;
}
.room__block-spec{
	display: inline-block;
	border-radius: 5px;
	padding: 3px 10px;
	border: 1px solid #5cb8b2;
	color: #5cb8b2;
}
.room__detail{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}
.room__detail-child{
	display: table-cell;
	text-align: center;
	vertical-align: top;
	border-right: 1px dotted #CCCCCC;
	padding: 0;
}
.room__detail-child:first-child{
	border-left: 1px dotted #CCCCCC;
}
.room__detail-child svg{
	width: 30px;
	height: 30px;
	fill: #999999;
	display: block;
	margin: 5px AUTO;
}
.room__detail-caption{
	display: block;
	padding: 8px;
}

.facility__btn-contact{
	display: block;
	background-color: #5cb8b2;
	border: 1px solid #5cb8b2;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 15px;
	float: right;
	margin: 0 0 20px 0;
}
.facility__btn-contact:hover{
	background-color: #FFFFFF;
	border: 1px solid #5cb8b2;
	color: #5cb8b2;
}
.facility__btn-pdf{
	display: block;
	background-color: #222222;
	border: 1px solid #222222;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 15px;
	float: right;
	margin: 0 10px 20px 0;
}
.facility__btn-pdf:hover{
	background-color: #FFFFFF;
	border: 1px solid #222222;
	color: #222222;
}
.facility__btn-pdf svg{
	display: inline-block;
	width: 15px;
	height: 15px;
	fill: #ffffff;
}
.facility__btn-pdf:hover svg{
	fill: #222222;
}
.btn__vr{
	display: block;
	width: 50%;
	background-color: #222222;
	border: 1px solid #222222;
	color: #FFFFFF;
	text-align: center;
	margin: 20px AUTO 0 AUTO;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 16px;
}
.btn__vr:hover{
	background-color: #FFFFFF;
	border: 1px solid #222222;
	color: #222222;
}
.btn__vr svg{
	fill: #ffffff;
	width: 25px;
	height: 25px;
	margin: 0 0 -5px 0;
}
.btn__vr:hover svg{
	fill: #222222;
}
@media screen and (max-width: 810px) {
    .facility__detail{
        margin-top: 0;
    }
	.facility__detail_top{
		padding: 20px;
	}
	.facility__detail-content{
		padding: 20px;
	}

}
@media screen and (max-width: 550px) {
	.facility__img-field {
		width: 100%;
		height: 300px;
	}
	.detail__data,
	.detail__data tr,
	.detail__data th,
	.detail__data td{
		width: 100%;
		display: block;
		padding: 10px 0px;
	}
	.facility__detail-content{
		padding: 10px;
	}
	.facility__btn-contact{
		float: none;
	}
	.room__block{
		display: block;
	}
	.room__block-imglink{
		display: block;
		width: calc(100% - 30px);
	}
	.room__block-data{
		display: block;
	}
	.room__block-name{
		font-size: 18px;
		padding: 5px 130px 15px 0;
	}
	.room__detail-child{
		font-size: 12px;
		vertical-align: bottom;
	}
}
@media screen and (min-width: 2000px) {
.facility__detail {
	width: 100%;
    max-width: 1600px;
}
}

/* Magnific Popup 施設画像ギャラリー */
.facility-gallery {
    position: relative;
    display: inline-block;
}

.facility-gallery-item {
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.facility-gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.facility-gallery-item::after {
    content: '🔍';
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.facility-gallery-item:hover::after {
    opacity: 1;
}


.mfp-title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.mfp-counter {
    color: #666;
    font-size: 14px;
}

.mfp-close {
    color: #333;
    font-size: 24px;
    opacity: 0.8;
}

.mfp-close:hover {
    opacity: 1;
}

.mfp-arrow {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mfp-arrow::before {
    border-color: white;
}

/* レスポンシブ対応 */
@media screen and (max-width: 810px) {
    .facility-gallery-item::after {
        width: 25px;
        height: 25px;
        font-size: 12px;
        top: 5px;
        right: 5px;
    }
}

/* フロア図のMagnific Popup */
.facility__floor-img {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.facility__floor-img:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.facility__floor-img::after {
    content: '🔍';
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.floor-map-popup {
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 810px) {
    .facility__floor-img::after {
        width: 25px;
        height: 25px;
        font-size: 12px;
        top: 5px;
        right: 5px;
    }
}

/* 展示会ページのMagnific Popup */
.exhibition-case-popup {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}


.exhibition-case-popup::after {
    content: '🔍';
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}


@media screen and (max-width: 810px) {
    .exhibition-case-popup::after {
        width: 25px;
        height: 25px;
        font-size: 12px;
        top: 5px;
        right: 5px;
    }
}