
@import "//www.quolofune.com/online_shop/css/reset.css";
@import "//www.quolofune.com/online_shop/css/2019-common2.css";
@import "//www.quolofune.com/online_shop/css/2019-style.css";
@import "//www.quolofune.com/online_shop/css/jquery.bxslider.min.css";

@import "//www.quolofune.com/online_shop/css/cc.css";



/*　配送方法　ボタン表示変更　*/
.fs-c-checkout-multiDestination__deliveryMethod .fs-c-button__label {
  display: none;
}
.fs-c-checkout-multiDestination__deliveryMethod .fs-c-button--change--small::before {
  content: "お届け日時を変更";
}


/* 購入者アイコン非表示 */
.fs-c-reviewList__item .fs-c-reviewer__status{
display: none;
}

/* レビュー表示 */
.fs-c-reviewStars:before {
    font-size: 26px;
    margin: 0.3em 0;
}
.fs-c-reviewInfo__date{
display: none !important;
}
.fs-c-reviewInfo__reviewer.fs-c-reviewer div {
font-size: 16px;
margin: 0 1em 0 0;
}
.fs-c-reviewer__profile__status {
    display: none;
}

/* ご注文手続きページ */
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDetail__outline {
    display: none;
}
#fs_CheckoutWithMultiAddress h4.fs-c-checkout-shippingDetail__shippingCarrier__label{
	font-size: 28px;
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    align-items: flex-start;
    letter-spacing: .05em;
    line-height: 1.4;
    border-bottom: 1px solid;
    margin-bottom: 1em;
}
#fs_CheckoutWithMultiAddress td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity,
#fs_CheckoutWithMultiAddress td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal,
#fs_CheckoutWithMultiAddress td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point {
    text-align: center;
    vertical-align: middle;
}
#fs_CheckoutWithMultiAddress .fs-c-cartTable__productInfo {
    width: 75%;
}
#fs_CheckoutWithMultiAddress div#fs_orderTotalContainer {
    margin: 4em auto 0;
}
#fs_CheckoutWithMultiAddress .fs-c-confirmOrder.fs-c-confirmOrder--bankTransfer {
    margin: 2em 0 1em;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDetail__fee{
	display: none;
}
#fs_CheckoutWithMultiAddress .fs-c-confirmOrder__message {
    margin: .5em 0 0 0;
}
.order-post-check {
    border: 4px solid #ccc;
    padding: 1em;
}
/* 配送備考欄 */

/* SP */
@media(max-width: 767px) {
#fs_CheckoutWithMultiAddress h4.fs-c-checkout-shippingDetail__shippingCarrier__label.fs-c-checkout-heading-lv2{
    font-size: 18px;
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    line-height: 1.4;
    border-bottom: 1px solid;
    margin: 2em 0 1em 0;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDetail__fee{
	display: none;
}
#__fs_modal_shippingDetail form{
	line-height: 1.3;
}
#__fs_modal_shippingDetail .fs-c-buttonContainer--pair>*+* {
    margin-top: 1em;
}
#fs_CheckoutWithMultiAddress tr.fs-c-cartTable__row .fs-c-cartTable__dataCell--point{
	text-align: right !important;
	margin: 0 0 2em 0;
}
#fs_CheckoutWithMultiAddress tr.fs-c-cartTable__row {
    margin: 2em 0 0 0;
}
}/*SP*/



