/*
Theme Name:ICONIC-child
Template:iconic_tcd062
Version:1.90
*/


/* フォント変更：単体ページ */
.p-entry__title {
    font-family: 'Open Sans', sans-serif !important;
}
.p-entry-item__title {
    font-size: 25px!important;
    font-weight: 600!important;
    line-height: 2.0;
}

/* 10枚表示：単体ページ */
@media only screen and (max-width: 991px) {
	.p-entry-item__subimages {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-left: 0;
		margin-top: 10px;
		width: auto;
		lex-wrap: wrap;
	}

	.p-entry-item__subimage {
		height: auto;
		margin-bottom: 10px;
		margin-right: 10px;
		width: 17%;
	}
}

/* バリエーション選択：単体ページ */
.p-entry-item__cart-item-sku {
    margin-bottom: 14px;
}
dl.item-sku {
	border: none;
	display: block;
}
dl.item-sku::after {
	clear: both;
	content: " ";
	display: table;
}
dl.item-sku dt {
	background: none;
	border: none;
	clear: both;
	display: inline-block;
	float: left;
	font-weight: normal;
	margin-right: 1em;
	margin-top: 2px;
	padding: 0;
}
dl.item-sku dd {
	border: none;
	display: inline-block;
	float: left;
	margin-bottom: 14px;
	margin-top: -2px;
	padding: 0;
}
dl.item-sku dd:last-child {
	margin-bottom: 0;
}
dl.item-sku dd select {
	border: 1px solid #ddd;
	padding: 6px 8px;
}
dl.item-sku dd input[type="radio"] {
	display: none;
}
dl.item-sku dd label {
	color: #000;
	cursor: pointer;
	border: 2px solid #ddd;
	display: inline-block;
	margin-bottom: 4px;
	padding: 1px 21px;
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
dl.item-sku dd input[type="radio"]:checked + label, dl.item-sku dd label:hover {
	border: 3px solid #0097cc;
	padding: 0 20px;
}
table.item-sku {
	margin: 0;
}
table.item-sku th {
	background: #f0f0f0;
	border: 1px solid #ddd;
}
table.item-sku td {
	background: #fff;
	border: 1px solid #ddd;
}

/* 送料無料：カート内 */
.free { margin-bottom: 0!important; }


/* スライダー：単体ページ */
#flexslider-main {
	width: 70%;
	margin:0 auto 10px;
}
.flex-control-thumbs {
	display: flex;
}
.flex-control-thumbs li {
	width: 17%!important;
	margin-bottom: 10px!important;
	margin-right: 10px!important;
}

@media only screen and (max-width: 991px) {
	#flexslider-main {
		width: 99%;
		margin:0 auto 10px;
	}
}

/* 画像サイズ：カテゴリ一覧 */
.p-item-archive__item a {
	display: block;
	height: 100%;
	padding: 30px 0 20px;
}

.p-item-archive__item-info {
	padding: 0 20px;
}

/* 販売店向けサイト色変更 */
.p-header__top {
	background-color: #96cc00a6;
}


.p-header__bottom {
	background-color: #96cc00a6;
}

.new_mark{
  position: relative;
  width: 100%;
  padding: 10px 0px;
}

.new_mark::before{
  content: "NEW";
  color: #ffffff;
  background-color: #0097cc;
  padding: 2px 10px;
  font-size: 11px;
}
