@charset "utf-8";

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.pre-wrap
{
	white-space:pre-wrap;
}
.search-result
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-content: flex-start;
    
	margin:-0.25em;
	
	line-height:1.7;
	
	line-break:loose;
	word-wrap:break-word;
}
.search-result-item
{
	background-color:#FFFFFF;
	border:1px solid #E0E0E0;
	
	width:calc(100% - 0.5em);
	margin:0.25em;
}
.search-result-item.middle
{
	width:calc(50% - 0.5em);
}
.search-result-item:hover
{
	border:1px solid #999999;
}
.search-result-item > .link
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	
	padding:0.5em;
	
	cursor:pointer;
}
.search-result-item > .link .thin
{
	margin:0.5em;
	white-space: nowrap;
}
.search-result-item > .link .grow
{
	margin:0.5em;
	flex-grow:1;
	width:1%;
}
.search-result-item > .link .tag
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	
	margin:0 -0.25em;
	padding:0;
	list-style:none;
}
.search-result-item > .link .tag .tag-item
{
	margin:0.25em;
	padding:0;
	list-style:none;
	
	padding:0.2em;
	background-color:#F0F0F0;
	border:1px solid #D0D0D0;
	
	font-size:0.8em;
}
.search-result-item > .info
{
	border-top:1px solid #EEEEEE;
	padding:1em;
}
.search-result-item > .info .topics 
{
	line-height:1.5;
	padding-left:2.0em;
	background-image:url(../../icon/comment.svg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:1.5em 1.5em;
}
.search-result-item > .buttons
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	
	margin:0;
	padding:0;
	
	border-top:1px solid #EEEEEE;
}
.search-result-item > .buttons .btn
{
	display:block;
	flex-grow: 1;
	width:1%;
	background-color:#FFFFFF;
	border-right:1px solid #EEEEEE;
}
.search-result-item > .buttons .btn:last-child
{
	border-right:0px solid transparent;
}
.search-result-item > .buttons .btn:hover
{
	background-color:#EEEEEE;
}
.search-result-item > .buttons .btn > span
{
	display:block;
	line-height:1;
	padding:0.8em;
	text-align:center;
}

.article-title
{

}
.article-title .main
{
	font-size:1.8em;
	font-weight:bold;
}
.article-tag
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	
	margin:0 -0.25em;
	padding:0;
	list-style:none;
}
.article-tag .tag-item
{
	margin:0.25em;
	padding:0;
	list-style:none;
	
	padding:0.2em;
	background-color:#F0F0F0;
	border:1px solid #D0D0D0;
	
	font-size:0.8em;
}

.shop-card
{
	border:1px solid #EEEEEE;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	
	line-break:loose;
	word-wrap:break-word;
	
	padding-top:0.5em;
}
.shop-card .shop-image
{
	margin:0.5em 1.0em;
	width:calc(100% - 1em);
}
.shop-card .profile
{
	margin:0.5em 1.0em;
	width:calc(100% - 1em);
	line-height:1;
}
.shop-card .profile .category
{
	font-size:0.8em;
}
.shop-card .profile .name
{
	font-size:1.2em;
	font-weight:bold;
	margin-top:0.5em;
}
.shop-card .profile .address
{
	margin-top:0.5em;
	font-size:0.8em;
	line-height:1.4;
}
.shop-card .profile .status
{
	margin-top:0.5em;
	font-size:0.8em;
}
.shop-card .profile .news
{
	margin-top:1.0em;
	
	line-height:1.5;
	padding-left:2.0em;
	background-image:url(../../icon/comment.svg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:1.5em 1.5em;
}
.shop-card .profile .tag-list
{
	margin-top:1.0em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	
	margin:1.0em -0.25em 0.25 -0.25em;
	padding:0;
	list-style:none;
}
.shop-card .profile .tag-list .tag-item
{
	margin:0.25em;
	padding:0;
	list-style:none;
	
	padding:0.4em;
	background-color:#F0F0F0;
	border:1px solid #D0D0D0;
	
	font-size:0.8em;
}
.shop-card .profile .link
{
	margin-top:1em;
	text-align:center;
}
.shop-card  > .buttons
{
	width:calc(100%);
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	
	margin:0;
	padding:0;
	
	margin-top:1em;
	border-top:1px solid #EEEEEE;
}
.shop-card  > .buttons .btn
{
	display:block;
	flex-grow: 1;
	width:1%;
	background-color:#FFFFFF;
	border-right:1px solid #EEEEEE;
}
.shop-card  > .buttons .btn:last-child
{
	border-right:0px solid transparent;
}
.shop-card  > .buttons .btn:hover
{
	background-color:#EEEEEE;
}
.shop-card  > .buttons .btn > span
{
	display:block;
	line-height:1;
	padding:0.8em;
	text-align:center;
}

.shop-card table
{
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
	border-top:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	
	font-size:0.9em;
}
.shop-card table  tr th,
.shop-card table  tr td
{
	vertical-align:middle;
	text-align:left;
	
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
}
.shop-card table  tr th
{
	text-align:center;
	vertical-align:middle;
	width:10px;
	white-space: nowrap;
	font-weight:noemal;
	
	background-color:#EEEEEE;
}
.shop-card table  tr td
{
	width:100%;
}
.shop-card table  tr td.thin
{
	width:10px;
	white-space: nowrap;
}
.shop-card table  tr th > div,
.shop-card table  tr td > div
{
	padding:0.8em 0.5em;
	line-height:1.3;
}
.shop-card table  tr th > div
{
	font-weight:bold;
}
.shop-card table  tr td > div
{
}

/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1100px) {


}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	.search-result-item,
	.search-result-item.middle
	{
		width:calc(100% - 0.5em);
	}
}