@charset "utf-8";
@media (max-width: 768px) {

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローディング画面
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.loading_wrap .img {
	width: 60px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページトップへ戻る
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.generate-back-to-top {
	width: 70px;
	height: 70px;
}

a.generate-back-to-top::before {
	font-size: 4px;
	top: 18px;
	left: calc(50% - 8px);
}

a.generate-back-to-top::after {
	font-size: 10px;
	letter-spacing: 0.075em;
	left: calc(50% - 30px);
	bottom: 26px;
}
	
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用 > テーブル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*table02*/
.classic_table02 tr td {
    padding: 15px 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーメニュー内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#generate-slideout-menu .inside-navigation {
	padding-top: 125px!important;
}

/*ナビ*/
#generate-slideout-menu .main-nav {
	position: relative;
	margin-bottom: 25px;
	overflow-x: clip;
}

#generate-slideout-menu .main-nav::before {
	content: '';
	position: absolute;
	width: 500px;
	height: 496px;
	background: url("./images/slideout-menu_bg.png")no-repeat 50% / contain;
	top: -10px;
	left: calc(50% - 250px);
	z-index: -1;
}

#generate-slideout-menu li.menu-item a {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: none;
}

/*個人情報保護方針*/
#generate-slideout-menu .other_link2 {
	order: 2;
}

/*検索窓*/
#generate-slideout-menu .side_search {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mobile-header.is_stuck .site-logo ,.single-item #mobile-header .site-logo {
	width: 156px;
	height: 37px;
	background: url("./images/logo04.svg")no-repeat 50% / contain;
	margin-left: 15px;
}

#mobile-header.is_stuck .site-logo img , .single-item #mobile-header .site-logo img {
	opacity: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話ポップアップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#tel_lb .num {
    margin-bottom: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿　＞　ページプロモ下小ナビ非表示
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.archive .h_child_navi,
body.single .h_child_navi{
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-content .wp-block-cover video {
	height: 480px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > 主力商品
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_pickup .intentions p {
	text-indent: -2.3em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > 店舗案内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_shop ul.list_type04 li {
	padding-left: 25px;
}

#home_shop ul.list_type04 li::before {
	left: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer-widgets ul:not(.sub-menu) > li > a {
	padding: 10px 0;
	white-space: nowrap;
}

}/*メディアクエリ終了*/