@charset "utf-8";

/********** サイトの定義 **********

使用する文字サイズ：
10px
14px（基本）
16px
18px（中サイズ見出し）
20px（特例:TOPの検索するボタンなど）
24px（特例:TOPのエリア検索・駅検索など）
28px（大サイズ見出し）

空白の使用サイズ：
10px
20px
40px（基本）
60px
120px（大見出しの段落ごと）

*******************************/


main #main {
	float: right;
	width: 860px;
	margin: 0;
	border-top: 4px solid #a54cff;
}




/************************************************************
　掲載グループ一覧
************************************************************/

.grouplist {
	margin: 0;
	padding-top: 20px;
}

.grouplist h2 {
	float: left;
	display: inline-block;
	vertical-align: middle;

	height: 38px;
	line-height: 38px;

	max-width: 741px;
	margin: 0;

	font-size: 28px;
	text-align: unset;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	/* 商標ロゴ表示 ここから */
	padding-left: 119px;
	background: #fff;
	background-image: url(../../img/logo_trademark.png);
	background-repeat: no-repeat;
	background-position: bottom 4.5px left 0;
	background-size: auto 29px;
	/* 商標ロゴ表示 ここまで */
}

.grouplist h2 span {
	font-size: 20px;
	color: unset;
}

.grouplist .Hit_Type {
	margin: 20px 0;
}

.grouplist .Hit_Type .HitVolume {
	float: left;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	max-width: 360px;
}

.grouplist .Hit_Type .HitVolume p {
	display: inline-block;
	margin: 0 10px 0 0;
}

.grouplist .Hit_Type .HitVolume p:last-child {
	margin: 0;
	font-weight: bold;
}

.grouplist .Hit_Type .HitVolume span {
	margin: 0 5px;
	font-size: 24px;
	font-weight: bold;
	color: #ff0080;
}


/*** 掲載グループ一覧 ＞ 検索結果 ***/

/* 各店舗の表示デザイン枠 */

.grouplist .search_result ul li {
	transition: 0.5s;
	z-index: 1;
	position: relative;

	display: block;
	width: 818px;
	height: 273px;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.grouplist .search_result ul li:hover {
	transition: 0.5s;
	opacity:0.8;
}

.grouplist .search_result ul li .shopLink {
	display: block;
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
}

.grouplist .search_result ul li .shopLink a {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	height: calc(100% - 40px);

	z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */

	display: unset;
	padding: 20px;

	color: #333;
	text-decoration: none;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grouplist .search_result ul li p.shopname {
	display: block;

	width: 818px;
	height: 35px;
	line-height: 35px;
	margin: 0;

	font-size: 24px;
	font-weight: bold;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.grouplist .search_result ul li .logo {
	display: inline-block;
	width: 436px;
	height: 218px;
	margin-right: 20px;
}

.grouplist .search_result ul li .logo .logoinner {
	margin-bottom: 1px;

	background: #fff; /* 背景透過の写真を登録された際、自動的に白背景にするため */
}

.grouplist .search_result ul li .logo .logoinner p {
	display: inline-block;
	width: 436px;
	height: 218px;
	margin: 0;
}

.grouplist .search_result ul li .logo p img {
	width: 100%;

	/* アスペクト比 2:1 */
	aspect-ratio: 2 / 1;

	object-fit: cover;
}

.grouplist .search_result ul li .detail {
	display: inline-block;
	vertical-align: top;
	width: 362px;
	padding: 0;
}

.grouplist .search_result ul li .detail .shopArea {
	display: block;
	margin-bottom: 10px;
}

.grouplist .search_result ul li .detail .shopArea p {
	display: inline-block;

	width: calc(100% / 4 - 110px / 4);
	line-height: 17px;

	margin: 0;
	margin-right: 10px;
	padding: 5px 10px;

	font-size: 12px;
	text-align: center;
	border-radius: 17px;

	color: #969696;
	background: #ccc;
}
.grouplist .search_result ul li .detail .shopArea p.active {
	color: #fff;
	background: #a54cff;	
}
.grouplist .search_result ul li .detail .shopArea p:last-child {
	margin-right: 0;
}

.grouplist .search_result ul li .detail .shopArea p i {
	margin-right: 5px;
}

.grouplist .search_result ul li .detail .vehicles {
	margin-bottom: 10px;
	font-size: 14px;
}

.grouplist .search_result ul li .detail .vehicles span {
	margin: 0 3px;
	font-size: 24px;
	font-weight: bold;
}

.grouplist .search_result ul li .detail .average {
	margin-bottom: 10px;
	padding: 3px 10px;
	color: #000; /* ← ここは字を#000にすることで、目立ちやすくなる◎ */
	background: #ECDBFF;
	border-radius: 6px;
}

.grouplist .search_result ul li .detail .average p {
	margin: 0;
}

.grouplist .search_result ul li .detail .average p span {
	vertical-align: -2px;
	margin: 0 5px;
	font-size: 24px;
	font-weight: bold;
}

.grouplist .search_result ul li .detail .HighLow {
	margin-bottom: 10px;
}

.grouplist .search_result ul li .detail .HighLow p {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 12px;
}
.grouplist .search_result ul li .detail .HighLow p:last-child {
	margin-right: 0;
}

.grouplist .search_result ul li .detail .HighLow p span {
	margin-right: 8px;
	padding: 4px 10px;
	font-size: 12px;
	background: #eee;
	border-radius: 6px;
}

.grouplist .search_result ul li .detail .HighLow p font {
	vertical-align: middle;
	margin-right: 2.5px;
	font-size: 18px;
}

.grouplist .search_result ul li .detail .message p {
	margin: 0;
}

.grouplist .search_result ul li .detail .message p:first-child {
	margin-bottom: 5px;
	color: #a54cff;
}

.grouplist .search_result ul li .detail .message p:first-child::before {
	content: "\f27a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;

	margin-right: 5px;
}

.grouplist .search_result ul li .detail .message p:first-child::after {
	content: "グループメッセージ"; /* ← 元々は「お店からのメッセージ」 */
	font-family: "YakuHanJP","Roboto","Noto Sans JP",Meiryo,sans-serif;
	font-weight: bold;
}

.grouplist .search_result ul li .detail .message p:last-child {
	display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
}