@charset "utf-8";

/*バグ修正*/
.slick-slide{
    height: auto!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
/*共通*/
body {
	color: #FFF;
	background-color: #191919;
}
header.site-header {
	background-size:cover;
	background-position:50%;
	background-image: url(https://zuisyoen.com/wp/wp-content/themes/welcart_basic_child2024ema/img/headerback01.jpg);
}
header.site-header .inner {
	background-color: transparent;
}
header.site-header .container {
	background-color: #1c1c1c;
}
.snav .membership {
	background-color: #1c1c1c;
	padding: 10px;
}

/*Topページ*/
h1.site-title {
	margin: 68px 0 19px;
}
/*Topページ商品一覧*/
.content {
	padding: 20px, 20px;
}
.top_items {
	display: flex;
	flex-wrap: wrap;
}
.thumbnail_box {
	width: 50%;
	margin-bottom: 100px;
}
.thumimg {
	margin-bottom: 10px;
}
.thumimg img {
	max-width: 100%;
	height: auto;
}
.thumtitle {
	margin-bottom: 10px;
}
.price {
	font-size: 1.1rem;
}
.price .tax {
	font-size: 0.7em;
}

/*Topページカテゴリーボックス*/
.catimgbox {
	/*margin-left: 300px;*/
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.catimgbox .catimg {

}
.catimgbox img {
	width: 100%;
}

/*Topページ左メニュー*/
#site-navigation ul.sub-menu li.menu-item a {

}

/*会社概要*/
.flex-row {
  /*display: flex;
  margin: 1px;
  align-items: stretch;*/
  display: grid;
  grid-template-columns: 33% 1fr;
}
.flex-row2 {
  display: grid;
  grid-template-columns: 1fr;
}

.flex-row+.flex-row {
  /*margin-top: 4px;*/
}

.flex-item {
	background: #222;
	padding: 10px;
	margin: 1px;
}

/*.flex-item:nth-child(1) {
  width: 180px;
}

.flex-item:nth-child(2) {
  flex: 2;
}

.flex-item:nth-child(3) {
  flex: 1;
}*/
.flex-item-box {
	display: flex;
  justify-content: center;
  align-items: center;
	
}
.flex-row-in {
	margin-bottom: 10px;
}

/*入れ方*/
.irekata table {
	width: 100%;
	background-color: #2D2D2D;
	margin-top: 50px;
	border-collapse:  collapse;
}
.irekata table th,td {
	border: 1px solid #999;	
	padding: 10px;
}

/*固定ページ*/
.shopinfo_top table th,td {
	text-align: center;
}
form td {
	text-align: left;
}
.shopinfo_box {
	margin-bottom: 50px;
}
.shopinfo_bar {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
	margin-top: 30px;
	line-height: 30px;	
}
.shopinfo_bar::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 5px;
	background-color: #336600;
	margin-top: 30px;
}

/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 52.85em) {
	
}
/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {
	/*Topページカテゴリーボックス*/
	.catimgbox {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	/*Topページ商品一覧*/
	.thumbnail_box {
		width: 25%;
		margin-bottom: 100px;
	}
	/*会社概要*/
	.flex-row {
		grid-template-columns: 180px 1fr;
	}
}
/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {
	#main #content.cart-page {
		width: 1000px;
		margin: 2.857143em auto;
	}
}
/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	
	
}
/**
 * 16.6 Desktop Large 1400px
 */
@media screen and (min-width: 100em) {
	
}