@charset "UTF-8";

/*スライドショー*/
#slideshow_area{
	height: 450px;
	background-color: #666666;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}
#slideshow_area ul {
	width: 960px;
	height: 450px;/*#slidshow_areaのheightの値と必ず一緒*/
	}
#slideshow_area ul li{
	position: absolute;
	top: 0;
	}
.bxslider {
	overflow:hidden;
	}
.bxslider img {
	max-width: 100%;
}
/* Pick Up!!
-----------------------------------------*/
section#pickup {
	width:760px;;
	float: left;
}
section#pickup article {
	float: left;
	width: 360px;
	height:auto;
	margin: 20px 20px 20px 0;
	padding-top: 5px;
	border-top: 3px double #999999;
}
section#pickup article figure img {
	border: 0px solid #999;
	display: block;
	}
section#pickup a article figure:hover {
	transition: all ease .3s;
    opacity: 0.8;
}
section#pickup article p {
	font-size: 82%;	
	margin-left: 3em;
	padding-bottom:0.5em;
}
section#pickup a article p ,section#pickup article h1 {
	color: #333;
	text-decoration: none;
}

section#pickup article h1 {
	font-size: 125%;
	line-height: 1.5em;
	margin-left: 2em;
}
section#pickup a article p ,section#pickup article h2 {
	color: #333;
	text-decoration: none;
}

section#pickup article h2 {
	font-size: 125%;
	line-height: 1.5em;
	margin-left: 2em;
}
section#pickup article span.uchiwa {
	float: left;
}

/* sidebar!!
-----------------------------------------*/
#sidebar {
	float: right;
	width: 200px;
	height: 100%;
	margin-top: 3px;
}
#banner li {
    margin-bottom: 20px;
}
#banner li a:hover {
	opacity: 0.8;
	transition: all 0.2s ease;
}
#tokyo_site {
    margin-bottom: 10px;
}
#suginami_site {
    margin-bottom: 10px;
}


/* aboutページ
-----------------------------------------*/

#sec-one {
	overflow: hidden;
	padding: 20px 0;
	width: 960px;
	height: auto;
}

/* shopページ
-----------------------------------------*/
section#shop_archive {
	width:960px;
	margin:auto;
}
#hiddenresult {
	display:none;
}
section#shop_archive article {
	float: left;
	width: 220px;
	margin: 10px;
	padding-top: 5px;
	height: 300px;
}
section#shop_archive article figure img {
	border: 0px solid #999;
	display: block;
	}
section#shop_archive a article figure:hover {
	transition: all ease .3s;
    opacity: 0.8;
}
section#shop_archive article p {
	font-size: 82%;	
	padding:0.5em 0;
	line-height: 1.2em;
}
section#shop_archive a article p ,section#shop_archive article h2 {
	color: #333;
	text-decoration: none;
}

section#shop_archive article h2 {
	font-size: 125%;
	line-height: 1em;
}
section#shop_archive article div.tag {
	margin: 0.3em 0;
}

/*ページャー */
ul#paging {
	padding-left:410px;
}
.selection {
	display: none;
}
#page-1 {
	display: block;
}



/* 店舗概要ページ
-----------------------------------------*/

#shoppage {
	width:960px;
	margin:auto;
	margin-bottom: 50px;
	position: relative;
	border: 1px solid transparent;/* 見出しとテーブルのずれ防止 */
	display: block;
}
#shoppage:after {
content: "";
display: block;
clear: both;
}
*+html #shoppage {
min-height: 1px;
}



/*店舗のご紹介：店舗情報の表（左側）
-----------------------------------------*/
#shoppage .tablearea .tag {
	width:30%;
}
#shoppage .tablearea > p {
	padding-top:10px;
	line-height: 1.6;
}
#shoppage .tablearea {
	width: 35%;
	float: left;
	margin-right: 1%;
}
#shoppage .tablearea p.shopname {
	font-size: 150%;
	line-height: 1.3em;
	padding: 1em 0;
	border-bottom: thin solid #333333;
}
#shoppage table {	
	table-layout: fixed;
	width: 336px;
	border-spacing: 0;
	border-collapse: collapse;
	}
#shoppage table td,
#shoppage table th {
	display:table-cell;
	vertical-align: middle;
	padding: 20px 5px;
	font-size: 100%;
	line-height: 1.5;
	height: 35px;
	border-bottom: 1px dashed #999;
	}
#shoppage table th {
	text-align:left;
	white-space: nowrap;
	width: 20%;
	font-weight: bold;
	}
#shoppage table td {
	 /*word-break: break-all;*/
  overflow-wrap : break-word;
}
#infowindow {
	font-size: 125%;
}

/*店舗のご紹介：Map関連
-----------------------------------------*/

.map {
	margin: 0 0 2em 0;
	display: inline-block;
}
/*.map img {
	border: thin solid #333333;
}*/
.imgarea {
	height: 100%;
}
.imgarea::after {
	clear:both;
}
.imgarea .bigimg {
	margin-top: 0;
	margin-left: 0;
	width:66.8%;
	height:auto;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
}
.imgarea .smallimg img {
	width:32.2%;
	display: block;
	margin-bottom: 10px;
	}

.maparea p {
margin-top: 1em;
line-height: 1.6;
}


/* アクセスページ
-----------------------------------------*/
#access {
	width:960px;
	margin:auto;
	margin-bottom: 50px;
	position: relative;
	border: 1px solid transparent;/* 見出しとテーブルのずれ防止 */
	display: block;
}
#access:after {
content: "";
display: block;
clear: both;
}
*+html #access {
min-height: 1px;
}



/*商店会情報
-----------------------------------------*/
/*#access .tablearea > p {
	line-height: 1.6;
}*/
#access .tablearea {
	width: 35%;
	margin-left: 0%;
	float: right;
}
#access .tablearea p.shopname {
	font-size: 150%;
	line-height: 1.5em;
	border-bottom: thin solid #333333;
	text-align: left;
}
#access table {	
	table-layout: fixed;
	width: 336px;
	border-spacing: 0;
	border-collapse: collapse;
}
#access table td,
#access table th {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 5px 0 5px;
	font-size: 100%;
	line-height: 1.5;
	}
#access table th {
	text-align:left;
	white-space: nowrap;
	width: 20%;
	font-weight: bold;
	}
#access table td {
	 /*word-break: break-all;*/
  overflow-wrap : break-word;
}

#access table td span .icon {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../common_img/hisigata.svg);
	background-size: contain;
	vertical-align: text-top;
	background-repeat: no-repeat;
	margin-right: 1em;
}


/*商店会Map
-----------------------------------------*/

#access .map {
	margin: 0 0 2em 0;
	width: 55%;
	float: left;
}
#access .map img {
	border: 0;
}
.maparea #map {
	width: 600px;
	height: 350px;
	border: thick solid #D7D7D7;
}

/*ギャラリーのページ
-----------------------------------------*/
#gallery figure{
	width: 100px;
	margin-top: 2em;
}
