@charset "utf-8";
/*
Theme Name: lightning-child-kinpendo
Template: lightning-pro
Author: Computer Lib
Version: 1.0.0
*/

/* ご来店予約メニューを赤色、白文字. */

.gMenu .bg-danger a {
	color: #fff;
}

.gMenu .bg-danger a:active,
.gMenu .bg-danger a:focus,
.gMenu .bg-danger a:hover {
	color: inherit;
	opacity: 0.75;
}

/**
 * 以下の投稿日を非表示にする
 * トップページの item のリスト(LTG Media Posts ウィジェットの href に item を含むもの)
 * item のアーカイブページ
 * item-brand のカテゴリーページ
 * item-price のカテゴリーページ
 */
.widget_ltg_media_posts_media_post a[href*="item"] .media_post_date,
.post-type-archive-item .media_post_date,
.tax-item-brand .media_post_date,
.tax-item-price .media_post_date {
	display: none !important;
}

/**
 * es-shop 用スタイル
 */
.es-shop-wrap .input-qty {
	margin-bottom: 10px;
}

.es-shop-wrap select {
	margin-bottom: -10px;
}

.vk-grid-unit-item-inner,
.vk-grid-unit-wrapper ._moreBtn ._inner {
	border-radius:5px;
}
