@charset "utf-8";
/* CSS Document */

.ciel_pconly{
	display: block;
}
.ciel_sponly{
	display: none;
}

.ciel_slide_sumb{
	width: 100px;
}
.bx-wrapper .bx-pager a:hover, .bx-wrapper .bx-pager a.active {
    border: solid #92584B 1px;
}
.bx-wrapper .bx-pager a {
    border: solid #ccc 1px;
    display: block;
    margin: 0 1px;
    padding: 1px;
}
.ciel_wrapper{
	width: 100%;
}
.ciel_detail_img{
	margin-top: 50px;
}
.ciel_lineup-title{
	margin: 50px 0 20px;
}
.ciel_cap-name{
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
}
.ciel_cap-price{
	font-size: 17px;
	color: #FF3300;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
}
.ciel_cap-sale{
	font-size: 12px;
	font-weight: normal;
}
.ciel_cap-tax{
	font-size: 14px;
	font-weight: normal;
}
.ciel_cart-btn_p{
	width: 360px;
	margin: 0 auto;
}
.ciel_cart-btn{
	text-align:center;
	padding: 20px 0;
	font-size: 23px;
	background: #AEED7B;
	border:1px solid #ffffff;
	color:#fff;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif,FontAwesome !important ;
	width: 100%;
}
.ciel_cart-btn_under{
	color: #70726f;
    font-size: 16px;
	margin: 5px 0 30px;
	text-align: center;
}
.ciel-line{
	margin-bottom: 15px;
}
.ciel_style-col_title{
	margin: 20px 0 5px;
}
/* 2025.07.09 */
.ciel_btn {
    width: 100%;
    margin: 15px auto 5px;
    padding: 20px 10px;
    display: block;
    background: #EF6208;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 1.3px;
    color: #FFF;
    line-height: 0;
    cursor: pointer;
}	
.ciel_detail_txt{
	padding: 20px 0 10px;
    font-size: 13px;
    line-height: 1.2em;
    color: #000000;	
	text-align: justify;
}
.ciel_cap_name_p{
	padding: 10px 0;
	color: #333333;
	text-align: center;
	line-height: 30px;
}	
.ciel_cap_organic{
	font-size: 13px;
	font-weight: bold;	
}	
.ciel_cap_name{
	font-size: 22px;
	font-weight: bold;	
}	
.ciel_cap_code{
	font-size: 12px;
}
.ciel_cap_price_p{
	text-align: center;
	color: #FF3300;
	margin-bottom: 30px;
}
.ciel_cap_special-price{
	color: #333333;
	font-size: 16px;
	text-decoration: line-through;
}	
.ciel_cap_sale{
	line-height: 1.3em;
	font-size: 16px;
}	
.ciel_cap_price{
	line-height: 1.3em;
	font-size: 28px;
	font-weight: bold;
}
.ciel_cap_yen{
	font-size: 16px;	
	font-weight: bold;
}	
.ciel_cap_tax{
	font-size: 13px;	
}	
.ciel_cart-btn_adj{
	margin: 20px auto 0;
}
.ciel_cap_detail-img{
	margin: 10px 0;
}
.ciel_cap_spec_p{
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin: 10px 0;
	text-align: justify;
	font-size: 14px;
}
.ciel_cap_cpec_l{
	width: 13%;
}	
.ciel_cap_cpec_r{
	width: 87%;
}	
.ciel_cap-list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}	
.ciel_cap-list li{
	width: 25%;
	margin: 10px 0;
}	
.ciel_cap-list_name{
	font-size: 13px;
	text-align: center;
	padding: 5px;
}	
.ciel_cap-list_txt{
	font-size: 12px;
	text-align: justify;
	padding: 5px;
	height: 60px;
}	
.ciel_cap-list_price_p{
	padding: 5px;
	text-align: center;
}	
.ciel_cap-list_price_sale{
	font-size: 11px;	
}	
.ciel_cap-list_price{
	font-size: 13px;	
}	
.ciel_cap-list_price_yen{
	font-size: 10px;	
}	
.ciel_cap-list_price_tax{
	font-size: 10px;	
}	
.ciel_cap-list_border_A,.ciel_cap-list_border_B{
	border-right: solid 1px #D4D4D4;
}

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

@media only screen and (max-width: 950px) {

.ciel_pconly{
	display: none;
}
.ciel_sponly{
	display: block;
}
	
.ciel_wrapper{
	width: 98%;
	margin: 0 auto;
}
	
	
.ciel_detail_img{
	margin-top: 11.6vw;
}
.ciel_slide_sumb{
	width: 13.5vw;
}
.ciel_lineup-title{
	margin: 11.6vw 0 4.7vw;
}
.ciel_cap-name{
	font-size: 3.3vw;
	line-height: 3.7vw;
	margin: 2.3vw 0 0;
}
.ciel_cap-price{
	font-size: 4vw;
}
.ciel_cap-sale{
	font-size: 2.8vw;
}
.ciel_cap-tax{
	font-size: 3.3vw;
}
.ciel_cart-btn_p{
	width: 84vw;
}
.ciel_cart-btn{
	text-align:center;
	padding: 4.7vw 0;
	font-size: 5.3vw;
}
.ciel_cart-btn_under{
    font-size: 3.7vw;
	margin: 1.2vw 0 7vw;

}
.ciel-line{
	margin-bottom: 3.5vw;
}
.ciel_style-col_title{
	margin: 4.7vw 0 11.6vw;
}
	/* 2025.07.09 */
	
.ciel_detail_txt{
	padding: 5vw 0 1.2vw;
    font-size: 3vw;
}
.ciel_cap_name_p{
	padding: 2.3vw 0;
	line-height: 5vw;
}	
.ciel_cap_organic{
	font-size: 3.3vw;
}	
.ciel_cap_name{
	font-size: 4.2vw;
}	
.ciel_cap_code{
	font-size: 2.8vw;
}
.ciel_cap_price_p{
	margin-bottom: 0;
}
.ciel_cap_special-price{
	font-size: 2.8vw;
}	
.ciel_cap_sale{
	font-size: 2.8vw;
}	
.ciel_cap_price{
	font-size: 4vw;
}
.ciel_cap_yen{
	font-size: 2.6vw;	
}	
.ciel_cap_tax{
	font-size: 2.3vw;	
}	
.ciel_cart-btn_adj{
	margin: 5vw auto 0;
}
.ciel_cap_detail-img{
	margin: 2.3vw 0;
}
.ciel_cap_spec_p{
	padding: 2.3vw;
	margin: 2.3vw 0;
	font-size: 3vw;
}
.ciel_cap-list li{
	width: 50%;
	margin: 1.2vw 0;
}	
.ciel_cap-list_name{
	font-size: 2.6vw;
	padding: 1.2vw;
}	
.ciel_cap-list_txt{
	font-size: 2.3vw;
	padding: 1.2vw;
	height: auto;
}	
.ciel_cap-list_price_p{
	padding: 1.2vw;
}	
.ciel_cap-list_price_sale{
	font-size: 2.3vw;	
}	
.ciel_cap-list_price{
	font-size: 3.3vw;	
}	
.ciel_cap-list_price_yen{
	font-size: 2.3vw;	
}	
.ciel_cap-list_price_tax{
	font-size: 2.3vw;	
}
.ciel_cap-list_border_B{
	border-right: none;
}
	
}