@charset "UTF-8";
/*
Theme Name: Storefront Child
Author: SHION LTD.
Author URI: 
Version: 1.0.0
Description: Storefront Child Theme
Template: storefront
Tags: e-commerce
*/

/* 子テーマ作成参考URL */
/* https://colors-themes.com/info/storefront-child/ */

/* 日本語表示を整える */
body {
	position: relative;
	margin: 0;
	text-align: left;
	overflow-x: hidden;
	background: #ffffff;
	font-size: 16px;
	line-height: 2;
	color: #333333;
	font-family: 'Yu Gothic', '游ゴシック Medium', sans-serif;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	line-height: 1.4;
	color: inherit;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
h1 { font-size: 1.6rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1.1rem; }

/* Bootstrap4 Compatibility */
.footer-widgets.col-1,
.footer-widgets.col-2,
.footer-widgets.col-3,
.footer-widgets.col-4 { max-width: 100%; }

/* Logo Image */
/* ロゴ画像がぼやけたり、ロゴ画像の右スペースがクリック対象となっているのを修正 */
.site-branding a.custom-logo-link { display: inline-block; }

/* ▼トップページ(ショップ → top-pageに変更) */
/* ページタイトルを消す */
body.home header.woocommerce-products-header { display:none; }
body.home div.storefront-sorting { display:none; }
/* 価格を消す */
body.home ul.products.columns-3 li.product a span.price {
	display:none;
}
/* 商品2個(A4ヨコ・タテ)を中央揃え */
@media screen and (min-width:768px) {
body.home ul.products.columns-3 {
/*
	display:flex;
	justify-content:space-around;
*/
}
body.home ul.products.columns-3 li.product {
/*    width:40%!important;*/
}
}/* min-width:768px */
/* ▲トップページ(ショップ) */
