@charset "UTF-8";

/* ▼▼▼ 阪南地ものマルシェ
=====================================*/
section.container{
	max-width: 965px;
	margin: 0 auto 60px;
	padding: 0;
	font-size: 29px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro','メイリオ',Meiryo,sans-serif;
	}
.inner{
	max-width: 830px;
	margin: 0 auto;
    overflow: hidden;
	}
.img_title{
	margin: 50px auto 20px;
	text-align: center;
	}

.bg_box{
	background-color: #eaf1f8;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 10px 10px;
	border-radius: 20px;
	padding: 30px 45px;
	margin: 0 auto 50px;
	color: #036eb7;
	font-size: 35px;
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
.img_title02{
	text-align: center;
	margin-bottom: 20px;
	}
	
/* 出店情報　リスト	 */
#list_area{
	margin-bottom: 100px;
	}
	#list_area li{
		padding: 50px 20px;
		position: relative;
		}
	#list_area li:last-child{
		padding-bottom: 0;
		}
	#list_area li:before{
		content: "";
		background: url(../img/hannan_marche/line.png) no-repeat center/100%;
		width: 100%;
		height: 5px;
		position: absolute;
		top: 0;
		left: 0;
		}
	#list_area li div{
		text-align: center;
		margin-bottom: 50px;
		}

/* アクセスmap */
.access + .img_title{
	margin: 100px auto 50px;
	}


.inner_area{
	padding: 0 20px;
	margin: 50px auto 100px;
	}

/* イベントバナー */
.event_bnr{
	text-align: center;
	}

/* 住所 */
.add {
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	width: 100%;
	}
	.add tr{
		display: block;
		margin-bottom: 50px;
	    overflow: hidden;
		}
	.add th{
		background: #604c3f;
		width: 175px;
		height: 54px;
		line-height: 54px;
		color: #fff;
		font-size: 39px;
		text-align: center;
		vertical-align: middle;
		}
	.add th small{
		font-size: 30px;
		text-align: center;
		font-feature-settings: 'palt'1;
		letter-spacing: -2px;
		}
	.add td{
		padding-left: 30px;
		color: #604c3f;
		font-size: 42px;
		line-height: 1.3;
	    vertical-align: middle;
		}
 
/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
section.container{
	margin: 0 auto 60px;
	padding: 0;
	font-size: 1rem;
	}
.inner{
	padding: 0 25px;
	}
.img_title{
	margin: 40px auto 20px;
	width: 80%;
	}

.bg_box{
	padding: 15px;
	margin: 0 auto 30px;
	font-size: 1rem;
	}
.img_title02{
	margin: 0 auto 20px;
	width: 55%;
	}
	
/* 出店情報　リスト	 */
#list_area{
	margin-bottom: 50px;
	}
	#list_area li{
		padding: 30px 10px;
		position: relative;
		}
	#list_area li:last-child{
		padding-bottom: 0;
		}

	#list_area li div{
		width: 65%;
		margin: 0 auto 30px;
		}

/* アクセスmap */
.access + .img_title{
	margin: 50px auto 30px;
	}


.inner_area{
	padding: 0 10px;
	margin: 30px auto 50px;
	}

/* イベントバナー */
.event_bnr{
	padding: 0 10px;
	opacity: 1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
	}

/* 住所 */
.add tr{
	margin-bottom: 30px;
	}
	.add th{
		float: left;
		display: inline-block;
		width: 24%;
		height: 25px;
		line-height: 25px;
		font-size: 1rem;
		}
	.add th small{
		font-size: .8rem;
		letter-spacing: -2px;
		}
	.add td{
		font-size: 1rem;
	    line-height: 1.6;
		padding-left: 5px;
		}


/* リンク透過無効 */
		
a.hoge:hover img {
opacity: 1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}


