@charset "utf-8";
/* ホールの検索ＪＳ一覧用 */
/*最寄りの愛昇殿*/

#sub01  {
margin:3em auto 0px auto;
padding:0px 10px;
}

/*SMP リスト化*/
#resultList,#nearList{
	margin-bottom:3em;
}
#resultList>li,#nearList>li{
	border: 1px solid #CCC;
	margin-bottom:1em;
	padding:10px;
     -ms-box-sizing: border-box;
         box-sizing: border-box;
}
/*SMP Ａタグ*/
.nearList_a{
	color:#333;
	text-decoration: none;
	display:block;
}
.nearList_a li>a:hover{
	text-decoration: underline;
}
/*SMP リストの画像*/
.nearList_a .hall-item-img-wrap{
	margin-bottom:0.5em;
}
.nearList_a .hall-item-img-wrap>img{
	width:100%;
}
/*SMP リストの文字情報*/
.nearList_a .hall-item-body{
	position:relative;
	padding-right:15px;
}

.nearList_a .hall-item-body:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	width: 10px;
	height: 10px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1d8400;
	border-right: solid 2px #1d8400;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*SMP 会館名*/
.nearList_a .hall-item-body .hall-name{
	font-size: x-large;
	font-weight: bold;
	
}

/*SMP 住所テーブル*/
.nearList_a .hall-item-body table{
	font-size:medium;
	margin-bottom:1em;
	background:#FFF;
}
.nearList_a .hall-item-body table th {
	display:none;
}
.nearList_a .hall-item-body table td {
	padding: 0px 0px 5px 0px; 
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
  max-width:270px;
}
/*SMP アイコン*/
.nearList_a .hall-item-body>ul {
	display:flex;
}
.nearList_a .hall-item-body>ul>li {
	width:60px;
	
}
.nearList_a .hall-item-body>ul>li>img{
	width:95%;
	text-align:center;
}

@media only screen and (min-width: 979px) {
#sub01  {
width:920px;
margin:3em auto 0px auto;
padding:0px 0px;
}

/*PC リストを画像と文字情報で２カラム化*/
.nearList_a>div {
	display:flex;
	position:relative;
}

/*PC リストの画像*/
.nearList_a .hall-item-img-wrap{
	width:400px;
	min-height:190px;
	margin-right:20px;
	margin-bottom:0px;
}
.nearList_a .hall-item-body>ul>li {
    margin-right:5px;
}
/*PC リストの文字情報*/
.nearList_a .hall-item-body{
	width:550px;
}
/*PC 住所テーブル*/
.nearList_a .hall-item-body table th {
	display: table-cell;
	padding-right: 1em;
	width: 70px;
	text-align: left;
}
.nearList_a .hall-item-body table td {
  max-width:400px;
}
/*PC アイコン*/
.nearList_a .hall-item-body>ul{
	position:absolute;
	bottom:0px;
	width:400px;
	z-index:-1;

}
}