@charset "EUC-JP";

@import url("https://file002.shop-pro.jp/PA01399/395/css/products.css?1913");

.product-option{
  margin:25px 0;
}
.prduct-option h3,
.product-option h3,
.prd-opt-select h3{
	font-size: 1.3rem;
	margin-bottom: 7px;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	color:#333333;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.kosu-gentei{
  text-align: center;
  font-size: 1.2rem;
  margin: -15px 0 0px;
  font-weight: bold;
}

/*乾燥にんにく販売再開についての注意書き 主にテンプレートに記述*/
.caution-medium{
  color:#E94B4E;
  font-weight: bold;
  padding: 15px;
  border: 2px solid #E94B4E;
  border-radius: 3px
  line-height: 1.4;
  margin-bottom: 20px;
}

/*ボタン下に表示する小テキスト（在庫調整中などの補足用）*/
.under-btn-text{
	font-size: 1.2rem;
  	text-align:center;
  	padding-top:10px;
  	line-height: 1.4;
}

/* ************************************************
*  2022夏（盆）の発送・納期について（黒にんにくほか）
* ************************************************ */
.note20220808{
	color: #B62727;
	font-size: 1.3rem;
	line-height: 1.5;
	background-color: #EDECED;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 30px;
	font-feature-settings: "palt" 1;
	text-align: center;
	font-weight: 600;
}

/* ************************************************
*  商品名直下／発送期限の目安
* ************************************************ */
.note_shipping-deadline{
	font-size: 1.3rem;
	color: #575757;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	text-align: center;
	font-weight: 600;
	border: 1px solid #EDECED;
	padding: 10px;
}
.note_shipping-deadline span{
	font-size: 1.1rem;
}

/* ************************************************

	にんにくフェスタ商品タグ

************************************************ */
.fes2023{
	margin: 60px 0 30px;
	background: #E64755;
	padding: 5px 5px 5px;
	font-size: 2rem;
	font-weight: 600;
	border-radius: 5px;
	font-feature-settings: "palt" 1;
	text-align: center;
	position: relative;
}
.fes2023 a{
	position:absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fes2023::before{
	content: '';
	display: block;
	position: absolute;
	width: 131px;
	height: 77px;
	background-image: url("https://img07.shop-pro.jp/PA01399/395/etc/festa-logo-item.png?cmsp_timestamp=20230127203015");
	background-size: contain;
	top: 0;
	left: 50%;
	transform: translate( -50% , -60% );
}
.fes2023 .inner{
	padding: 32px 10px 10px;
	background-color: rgba(255,255,255,1.00);
	margin: 0 0 5px;
	border-radius: 3px;
	
}
/*商品名*/
.fes2023 .inner h3{
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 5px;
}
/*特典内容*/
.fes2023 .inner p{
	font-size: 2rem;
	line-height: 1.2!important;
	margin: 0;
	color: #E64755;
}
.fes2023 .inner small{
	font-size: 80%;
	color:#333;
	font-weight: normal;
}
.fes2023-small{
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
}
/*表示・非表示
.fes2023.app{
	display: none;
}
(フェスタ商品コメントの表示非表示は共通CSSにまとめて記述し直した)
*/


/* ************************************************
*  月毎の予約数限定ボタン
* ************************************************ */
.month-limited-btn div{
	text-align: center;
	padding: 10px 0;
	font-size: 1.2rem;
	font-feature-settings: "palt" 1;
	font-weight: 600;
	line-height: 1.4;
}

/* ************************************************
*  20240302にんにく規格外（バラ土付き）用のスタイル
* ************************************************ */
.st02{
	font-size: 1.4rem;
	text-align: center;
	padding: 40px 0px;
	font-weight: 600;
}
.st02 .chara{
	width: 75px;
	margin: 0 auto;
}
.st02 strong{
	color: #D45924;
}
.st02-ul strong{
	font-weight: bold;
	text-decoration: underline;
}
/*ここまで//20240302にんにく規格外（バラ土付き）用のスタイル*/


.caution-bgred{
	color: #FFF;
	background: #E94B4E;
	border: 2px solid #E94B4E;
	font-weight: bold;
	padding: 20px;
	border-radius: 3px;
	font-size: 1.4rem;
	margin-bottom: 25px;
}
@media (min-width:768px){
	.caution-bgred{
		text-align: center;
	}
}

.beta{
  background: #E94B4E;
  color: #FFF;
}

@media (max-width:481px){
 .sp-kerning{
  font-feature-settings: "palt" 1;
 }
}