/*
Theme Name: SIMPLY for Welcart
Description: Simple and Clean theme for Welcart. This theme works with Welcart Basic. Please get it form Welcart.com
Author: Welthemes
Template: welcart_basic
Version: 1.2.1
*/
@charset "UTF-8";

.pc {
	display: block;
}

.sp {
	display: none;
}


.item_option th {
	width: 100%;
	display: block;
}

.item_option td {
	display: flex;
}

label.iopt_label {
	display: none;
}

tr.customkey_corp-or-person label.iopt_label {
	display: block;
}

label:has(input[type="radio"]:checked) {
	background: #A9D06F;
	color: #ffffff;
	border: 1px solid #62be88;
}

label {
	display: block;
	width: 100%;
	padding: 5px;
	color: #767676;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	border: 1px solid #aeaeae;
	border-radius: 5px;
	background: #FFF;
}

label input[type="radio"] {
	display: none;
}

/* =item-single.php
-------------------------------------------------------------- */

/* -- .item-sku -- */
.skuform .item-sku {
	margin-bottom: 20px;
}

/* - radio - */
dl.item-sku {
	display: block;
	padding: 20px 0;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

dl.item-sku dt {
	display: block;
	font-weight: bold;
	padding: 0;
	background: none;
	border: none;
}

dl.item-sku dt:after {
	display: none;
}

dl.item-sku dd {
	display: block;
	margin-bottom: 10px;
	padding: 0;
	border: none;
}

dl.item-sku dd:last-child {
	margin-bottom: 0;
}

dl.item-sku dd input[type="radio"] {
	display: none;
}

dl.item-sku dd input[type="radio"]:checked+label {
	border: 3px solid #333;
	padding: 0 20px;
}

dl.item-sku dd label {
	color: #000;
	border: 2px solid #ddd;
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 21px;
	cursor: pointer;
}

dl.item-sku dd label:hover {
	border: 3px solid #333;
	padding: 0 20px;
}

.item-btn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/* - table - */
table.item-sku {
	display: block;
	position: relative;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.item-sku thead {
	display: block;
	float: left;
}

.item-sku thead tr {
	display: block;
}

.item-sku tbody {
	display: block;
	width: auto;
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
	letter-spacing: -10px;
}

.item-sku tbody tr {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.item-sku tbody tr {
	border-right: 1px solid #dfdfdf;
}

.item-info .item-sku tbody tr th {
	border: none;
	border-top: 1px solid #dfdfdf;
}

.item-info .item-sku th {
	display: block;
	width: auto;
	height: 31px;
	padding: 5px 10px;
	background-color: #f5f5f5;
	border: 1px solid #dfdfdf;
	border-bottom: none;
	text-align: center;
}

.item-info .item-sku td {
	display: block;
	width: auto;
	height: 31px;
	padding: 5px 10px;
	border: none;
	border-top: 1px solid #dfdfdf;
	text-align: center;
}

.item-info .item-sku th:last-child,
.item-info .item-sku td:last-child {
	border-bottom: 1px solid #dfdfdf;
}

table.item-sku input[type="radio"] {
	margin: 0;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.hide {
	display: none;
}

.single .item-select.hide {
	display: none;
}

@media (max-width: 1000px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.about-wrap {}

.about-title {
	padding: 10px 0 20px 0;
}

.about-title h1 {
	color: #464342;
	font-size: 30px;
	font-family: 'Tiro Gurmukhi', serif !important;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
}

.about-content {
	width: 100%;
}

.about-content p {
	color: #676767;
	margin: 0 30px;
	padding: 40px 0;
	line-height: 2.5rem;
}

.tokusho-title {
	font-size: 20px;
	font-weight: 500;
}

.about-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	font-size: 1.2rem;
}

.about-table tr {
	border-bottom: 1px solid #b5b1b1;
}

.about-table th,
.about-table td {
	padding: 30px 0 30px 10px;
	border: none;
}

.about-table th {
	width: 30%;
	background: #525252;
	color: white;
	padding: 10px;
}

/* sp */
@media only screen and (max-width: 480px) {

	.about-table th,
	.about-table td {
		width: 100%;
		display: block;
	}

	.about-table th {
		width: 100%;
	}

	.about-table td {
		padding-top: 0;
	}
}

iframe {
	width: 100%;
}

/******Products********/
/*.product-wrap{
	display: flex;
	justify-content: space-between;
}*/
.price_title {
	font-size: 15px;
	color: #D90000;
}

.field_price_sku {
	color: #D90000;
	font-size: 27px;
	font-weight: bold;
	margin: 1.2rem 0 1rem 0;
}

.field_price_sku .field_price {
	font-size: 24px;
}

.field_cprice_sku {
	margin-left: 40px;
}

.price-start-mark {
	display: inline-block;
	width: fit-content;
	margin-left: -0.3em;
}

.price-start-mark.hide {
	display: none;
}

.field_cprice_st {
	color: inherit !important;
	opacity: .7;
	font-size: 1rem;
	font-weight: normal;
	margin-right: 0.666667em;
	text-decoration: line-through;
	margin-left: 40px;
}

.yen {
	font-size: 18px;
}

.skuform {
	background: #F7F8F8;
}

.c-box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.item-info .quantity {}

.cart-button {
	width: 50%;
}

.linetop {
	border-top: 1px solid #BFBFBF;
	margin: 20px 20px 0 20px;
}

/******Widget-Customize********/

.widget_title_custom {
	font-family: 'Tiro Gurmukhi', serif !important;
	font-weight: 400;
	background: #f0f4f5;
	font-size: 17px;
	padding: 0.8rem 0 0.5rem 0.5rem;
	line-height: 1;
	margin: 0 0 0.5rem 0;
	border-bottom: 1px solid #707070;
	background: none;
}

#secondary .widget_title_custom>img {
	display: none;
}

/******recommend********/
.recommend-head h2 {
	text-align: center;
	font-size: clamp(13px, 3vw, 30px);
	padding: 10px 0;
}

.recommend-body {}

.recommend-image {
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}

.recommend-image img {
	max-width: 100%;
}

/******footer********/
.site-terms {
	text-align: center;
}