@charset 'utf-8';


/* --------------------------------------------------------------------------------
★スマートフォン
商品詳細
-------------------------------------------------------------------------------- */
/********** 商品名 **********/
.fs-c-productNameHeading{
	/*
	font-size: ;
	*/
}


/********** ポイント **********/
.fs-body-product .fs-c-productPointDisplay{
	/*
	color: #f30;
	background: #fff;
	*/
}


/********** 価格（商品詳細のみ　※共通はfscc.css） **********/
.fs-body-product .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
	/*
	font-size: 5vw;
	*/
}


/********** お気に入りに登録する **********/
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
	/*
	display: none;
	*/
}
/********** お気に入りを解除する **********/
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
	/*
	display: none;
	*/
}


/********** 数量 **********/
.fs-body-product .fs-c-quantity__select{
	font-size: 2.2rem;
}


/********** 項目選択肢 **********/
.fs-body-product .fs-c-productSelection .fs-c-productSelection__name{
	font: inherit;
}


/********** 販売期間 **********/
.fs-body-product .fs-c-productSalesPeriod{
	
}






/* --------------------------------------------------------------------------------
商品詳細
-------------------------------------------------------------------------------- */
.fs-body-product .fs-l-productLayout__item--2 {
	padding: 0 2vw;
	margin-bottom: 10vw;
}

/*商品番号*/
.fs-body-product .fs-c-productNumber {
	width: 100%;
}




/* --------------------------------------------------------------------------------
 カートボタン非表示・お気に入りボタン
-------------------------------------------------------------------------------- */
/*数量*/
.fs-body-product .fs-c-quantity__select {
	display: none;
}
/*カートに入れる*/
.fs-body-product .fs-c-productActionButton{
	display: none;
}


/*お気に入りに登録する*/
.fs-body-product .fs-c-productQuantityAndWishlist {
	display: block;
}
.fs-body-product .fs-c-productQuantityAndWishlist button{
	width: 100%;
	padding: 2.5vw 0;
	display: flex;
	justify-content: center;
	font-size: 4vw;
	box-shadow: none;
}



/* --------------------------------------------------------------------------------
 カート部分アイコン
-------------------------------------------------------------------------------- */
.fs-body-product .cart-icon ul{
	width: 100%;
	margin:5vw auto 7.5vw auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;	
}
.fs-body-product .cart-icon ul li{
	width: 30vw;
}




/* --------------------------------------------------------------------------------
 お問い合わせフォーム
-------------------------------------------------------------------------------- */
.fs-body-product .contact-mail-box{
	border-top: 1px solid #ccc;
	padding: 12vw 0 15vw 0;
}

/* こちらの商品を問い合わせる
-------------------------------------------------------------------------------- */
.fs-body-product .contact-bnr-box{
	padding: 0 0 8vw;
}
.fs-body-product .contact-bnr-box .heading {
	display: flex;
	justify-content: center;
	
	position: relative;
	margin: 0 0 5vw;
	padding: 0 0 2.5vw;
	font-size: 5.6vw;
	font-weight: bold;
}
.fs-body-product .contact-bnr-box .heading::after{
	content: '';
	position: absolute;
	bottom: 0;
	
	width: 12vw;
	height: 1vw;
	background: #00838f;
}

.fs-body-product .contact-bnr-box .contact-bnr ul{
	width:92vw;
	margin:0 auto;
	padding: 0;
	
	display: flex;
	justify-content: space-between;
}
.fs-body-product .contact-bnr-box .contact-bnr ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 44vw;
}
.fs-body-product .contact-bnr-box .contact-bnr ul li a{
	display: block;
}
.fs-body-product .contact-bnr-box .contact-bnr ul li img{
	display: block;
}



/* メールでのお問い合わせ
-------------------------------------------------------------------------------- */
.fs-body-product .mail-box{
	width:92vw;
	margin:0 auto;
}	
.fs-body-product .mail-box h2{
	background: #005752;
	color:#fff;
	font-size: 4.8vw;
	text-align: center;
	margin: 0;
	padding: 4.7vw 0 4.5vw 0;
	font-weight: bold;
}	
.fs-body-product .mail-box p.info{
	text-align: center;
}
.fs-body-product .mail-box .detail{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 5.5vw auto;
}
.fs-body-product .mail-box .detail .img{
	width: 50vw;
}	
.fs-body-product .mail-box .detail .txt{
	width: 92vw;
	margin: 3vw auto 0 auto;
}	
.fs-body-product .mail-box .detail .txt table{
	width: 100%;
	border:1px solid #ccc;
	border-collapse: collapse;
}	
.fs-body-product .mail-box .detail .txt table th{
	width: 80px;
	background: #f1f1f1;
	border:1px solid #ccc;
	padding: 10px;
}
.fs-body-product .mail-box .detail .txt table td{
	border:1px solid #ccc;
	padding: 10px;
}
.fs-body-product .mail-box input[type="checkbox"]{
	margin: 0 5px 0 20px;
}
.fs-body-product .mail-box input[type="checkbox"]:nth-child(1),
.fs-body-product .mail-box input[type="checkbox"]:nth-child(4),
.fs-body-product .mail-box input[type="checkbox"]:nth-child(7){
	margin: 0 5px 0 0;
}
.fs-body-product .mail-box input[type="text"] {
	margin-bottom: 10px;
}	
.fs-body-product .mail-box .btn-submit{
	text-align: center;
}
.fs-body-product .mail-box .btn-submit input{
	margin-top: 30px;
	background: #1976d1;
	color: #fff;
	border: none;
	padding: 10px 20px;
}