@charset "UTF-8";

/* 検索結果表示 */
.entry-original {
/* 	border: 1px solid; */
	display: flex;
  align-items: center;
	font-family: cursive;
/* 	color: aliceblue; */
}
.entry-original::before,
.entry-original::after {
  content: '';
  height: 1px;
  background-color: black;
  flex-grow: 1;
}

/* 投稿一覧のマウスオーバーを無効化 */
.skin-grayish .entry-card-wrap.a-wrap:hover {
	background-color: white !important;
	color: black;
}

/* デフォルトタグ非表示 */
.skin-grayish .cat-label {
	display: none;
}

/* 検索キーワード */
.skin-grayish .archive-title {
	font-weight: bold !important;
	color: white;
}

/* パンくずリスト背景 */
.skin-grayish:not(.front-top-page) .breadcrumb.wrap  {
	background-color: transparent;
	font-weight: bold;
}

@media screen and (min-width: 1490px) {
	.skin-grayish .ect-3-columns>* {
  width: 224% !important;
}

.ect-vertical-card {
	column-gap: 300px !important;
	position: relative;
    right: 130px;
}
}

/* 検索結果がなかった場合のフォントの色を変更 */
.posts-not-found {
	color: white;
}

/* @media screen and (min-width: 1300px) {
	.skin-grayish .ect-3-columns>* {
  width: 224% !important;
}

.ect-vertical-card {
	column-gap: 300px !important;
	position: relative;
    right: 130px;
}
} */


/* 検索結果画面の全体的な色 */
.skin-grayish .container {
	background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
}

.no-sidebar .content .main {
	background-color: aliceblue;
	background-color: transparent;
}


/*  各お店情報の枠線 */
.skin-grayish .entry-card-wrap.a-wrap {
	border: 2px solid #536051;
	border-radius: 10px;
	background-color: white;
}


/* 店舗タイトルフォント */
.skin-grayish .entry-card-title {
	font-weight: bold !important;
	text-align: center;
}

.shop-title-one-word{
	padding: 0.65rem 1rem;
	background-color: rgba(165, 210, 255, .4);
	background-image: linear-gradient(90deg, rgba(165, 210, 255, .3) 50%, transparent 50%), linear-gradient(rgba(165, 210, 255, .3) 50%, transparent 50%);
	background-size: 40px 40px;
}

/* カテゴリ＆タグ */
.entry-card-category-tag {
	font-size: 12px;
	font-weight: bold;
}

.entry-card-category-tag {
  	position: relative;
  	display: inline-block;
  	height: 31px;
  	margin-left: 30px;
  	padding: 6px 16px 6px 16px;
  	color: #fff;
  	background: #fa4141;
	margin-bottom: 7px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.entry-card-category-tag:before {
  	position: absolute;
  	top: 0;
  	left: -46px;
  	content: '';
  	border-width: 17px 30px 14px 16px;
  	border-style: solid;
  	border-color: transparent #fa4141 transparent transparent;
}

.entry-card-category-tag:after {
  	position: absolute;
  	top: calc(50% - 5px);
  	left: -15px;
  	width: 10px;
  	height: 10px;
  	content: '';
  	border-radius: 50%;
  	background: #fff;
}

/* 公開日を非表示 */
.ect-vertical-card .entry-card-wrap .post-date {
    display: none;
}

/* 店舗の一言 */
.one_word {
	font-size: 12px;
	text-align: center;
}

/* 検索結果のタイトルを削除 */
.skin-grayish .archive-title {
/* 	display: none; */
}

/* タグが出力されるので削除 */
.tag-page-content {
	display: none;
}

/* カテゴリが出力されるので削除 */
.category-page-content{
	display: none;
}

.average_budget {
	font-family: cursive;
}

.opening_hours {
	font-family: cursive;
}

.regular_holiday {
	font-family: cursive;
}

.address {
	font-family: cursive;
}

.parking {
	font-family: cursive;
}

.telephone_number {
	font-family: cursive;
}


/* 検索結果の各アイコンのCSS */
.average_budget_icon {
	width: 20px;
	float: left;
	margin-right: 7px;
    margin-top: -4px;
}

.opening_hours_icon {
	width: 20px;
	float: left;
	margin-right: 7px;
    margin-top: -4px;
}

.regular_holiday_icon {
	width: 20px;
	float: left;
	margin-right: 7px;
    margin-top: -4px;
}

.address_icon {
	width: 20px;
	float: left;
	margin-right: 7px;
    margin-top: -4px;
}

.parking_icon {
	width: 20px;
	float: left;
	margin-right: 7px;
    margin-top: -4px;
}

.telephone_number_icon {
	width: 20px;
	float: left;
	margin-right: 7px;
    margin-top: -4px;
}

.telephone_number_mobile {
	color: blue;
}

/* ------------------------- */