@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/

/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
	box-sizing: content-box;
}

/* :where(.containner) img {
	width: auto;
} */

/*end_リニューアル2021対応*/

/*----------------------------------メインコンテンツ----------------------------------*/

#hij_f {
	width:960px;
	height:25px;
	background:url(../images/obi_bingo01.gif) no-repeat;
	text-indent:-9999px;
	}

	#hij_m {
	width:960px;
	height:25px;
	background:url(../images/obi_bingo02.gif) no-repeat;
	text-indent:-9999px;
	}

.clickmap {
	width:960px;
	height:25px;
	background:url(../images/mapwo.gif) no-repeat;
	text-indent:-9999px;
	}

#ttl {
	width:960px;
	height:71px;
	background:url(../images/ttl.gif) no-repeat;
	text-indent:-9999px;
	}

.btnBingo {
	text-align:right;
	margin-top:5px;
}

.btnBingo a {
	width: 200px;
	display: inline-block;
}

td{vertical-align:top;}
.back_top{width:960px; height:auto; margin:5px 0 10px 0; font-size:12px; line-height:16px; text-align:right;}
.back_red{
	color:#FFF;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	padding:5px;
	background-color: #FF6203;
}

.redbox{
margin-bottom:5px;
}

.oyabox{
margin:15px 20px 0 20px;
}

.oyabox td{
text-align:left;
}

.sbttl_hij{
width:960px;
	height:32px;
	background:url(../images/sbttl_bingo.gif) no-repeat;
	text-indent:-9999px;
	margin:5px 0;
	}

/*追加*/

.containner {
    width: 960px;
    margin: 0 auto;
}

.nav {
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}

.nav li, .mapWrapper {
	float:left;
}

.map {
	clear:both;
	overflow:hidden;
	padding:0 20px;
}

.mapWrapper {
	width:296px;
	margin-right:16px;
	margin-top:15px;
}

.mapWrapper:nth-child(3n) {
  margin-right:0px;
}

.mapWrapper dd {
	margin-bottom:5px;
}

a:hover{
	opacity: 0.6;
}
.map01 {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	width:294px;
}

/*ポップアップ*/
img.mfp-img {
	width: 400px;
    height: auto;
	padding: 15px !important;
	border-radius: 4px;
	background-color: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	top: -30px;
}

/* mfp-bg（overlay） */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* mfp-content */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}