@charset "utf-8";
/* CSS Document */
.fs-c-checkout-preview__title {
    font-size: 1.5em;
    color: #34c357;
    border-bottom: solid 2px #34c357;
    text-align: left;
}

.fs-c-checkout-preview {
    border: none;
    border-bottom: solid 1px #E5E5E6 !important;
    padding-bottom: 2em;
}
div#fs_orderTotalContainer div.fs-c-totalAndActions {
    border: solid 1px #e5e5e5;
}
div#shopping-step {
    margin: 8px 0 0 0;
}

div#shopping-step .area {
    text-align: center;
}

div#shopping-step .area .cart-step1.active, div#shopping-step .area .cart-step2.active, div#shopping-step .area .cart-step3.active {
    border-color: #333;
    background: #333;
    color: #fff;
}

div#shopping-step .area .cart-step1 .step-title, div#shopping-step .area .cart-step2 .step-title, div#shopping-step .area .cart-step3 .step-title {
    font-size: .9em;
    font-weight: bold;
}

div#shopping-step .area .cart-step-arrow {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #333;
    vertical-align: super;
    margin: 0 0 0 10px;
}

div#shopping-step .area .cart-step1, div#shopping-step .area .cart-step2, div#shopping-step .area .cart-step3 {
    border-width: 1px;
    border-style: solid;
    padding: 4px 8px;
    width: 140px;
    margin: 0 12px;
    letter-spacing: 0.1em;
}

div#shopping-step .area .cart-step1, div#shopping-step .area .cart-step2, div#shopping-step .area .cart-step3, div#shopping-step .area .cart-step-arrow {
    display: inline-block;
}

/**cart**/

.fs-body-cart .fs-l-cart__contentsArea {
    display: block;
}

.fs-c-cartTableContainer {
    padding: 0;
    margin: 2em 0;
}

.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    border: none;
    padding: 1em;
}

.fs-c-cartTable__headerCell {
    text-align: center;
}

.fs-c-listedProductName {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    white-space: normal;
    padding-bottom: 5px;
}

.fs-l-cart__contentsArea .fs-c-cartTable__product {
    grid-template-columns: 100px 100%;
}

.fs-c-cartTable__unitPrice, span.fs-c-price__currencyMark, .fs-l-cart__contentsArea span.fs-c-string.fs-c-string--label {
    display: none;
}
.fs-c-checkout-multiDestination__subtitle {
    padding: .5em;
}


.cart_button {
    display: flex;
}

.fs-c-payWithAmazon {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.fs-c-payWithAmazon p {
    margin: 0;
}

.cart_button > div {
    flex-basis: 50%;
}

.pay_button .fs-c-buttonContainer {
    width: 52%;
}
/**　配送設定　**/

.fs-c-button--secondary {
    background: #00b350;
    border: 1px solid #00a64a;
    border-radius: 0px;
}
div#fs_button_changeDeliveryMethod button, div#fs_button_changeBuyer button {
    margin: 0 auto;
    font-size: 1.2em;
    width: 73%;
	display: block;
}
div#fs_button_changeDeliveryMethod button span {
    display: none;
}
div#fs_button_changeDeliveryMethod button:before {
    content: "配送方法を選ぶ";
}

div#fs_button_changeDeliveryMethod {
    display: block;
}

div#fs_button_changeDeliveryMethod:before {
    content: url(https://cycleparadise.itembox.design/item/img/delivary.png);
    display: block;
    width: 100%;
    text-align: center;
}

/** 複数配送住所 **/

#fs_CheckoutMultiAddress button.fs-c-button--settings.fs-c-button--primary,.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--registerCancel.fs-c-buttonContainer--pair button,.fs-c-inputInformation__button.fs-c-buttonContainer--leaveCancel.fs-c-buttonContainer--pair button {
    font-size: 1em;
}

/**　複数配送数量　**/

div.multi_deli form {
    width: 100%;
}

li.fs-c-checkout-multiDestination h3 {
    font-size: 1.8rem;
}

/** 数量 **/
select.fs-c-quantity__select.fs-system-quantity-list {
    background: #f5f5f5;
    border: solid 1px #e5e5e5;
}

/**小計**/

td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    width: 150px;
}

.fs-c-price__price {
    display: flex;
    margin: 0 auto;
}

span.fs-c-price__value {
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}

span.fs-c-price__value:after {
    content: '円';
    font-size: .9em;
}

/**後で買う**/

.fs-c-cartTable__dataCell--action {
    width: 100px;
}

.fs-c-cartTable__actionButton__container {
    border: solid 1px #ccc !important;
    border-radius: 6px !important;
    padding: 0 !important;
}

.fs-c-cartTable__actionButton__container button:hover {
    text-decoration: none !important;
}


/** 合計 **/

div#fs-totalsArea-wrapper {
    border-top: solid 1px #e0e0e0;
}

.fs-c-orderTotalTable > tbody > tr:last-of-type, .fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
    border: none;
}

.fs-l-cart__contentsArea .fs-c-totalAndActions table.fs-c-orderTotalTable tbody {
    display: grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 78% 23%;
    grid-template-columns: 78% 23%;
    grid-gap: 8px;
}

tr.fs-c-orderTotalTable__count td:before {
    content: '商品合計(税込)：';
    margin-right: 2em;
}
.fs-c-orderTotalTable > tbody > tr > td {
    text-align: right;
	display: block;
}
tr.fs-c-orderTotalTable__count td {
    font-size: 16px;
    font-weight: bold;
}

.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__count td {
    margin-bottom: 4px;
}

tr.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow .fs-c-price span.fs-c-price__value {
    font-size: 36px !important;
    text-align: right;
    line-height: 1em;
}
tr.fs-c-orderTotalTable__count {
    -ms-grid-row-align: end;
    align-self: end;
}

.fs-c-button--primary {
    background: #00b350;
    border-color: #00a64b;
    font-weight: bold;
    font-size: 2em;
    width: 25%;
}.fs-c-wishlistProduct {
    margin-top: 2em;
}
.fs-c-wishlistProduct__header h2.fs-c-wishlistProduct__title {
    font-size: 1.5em;
    padding: .5em;
    color: #00b350;
}
tr.fs-c-orderTotalTable__grandTotal {
    border-top: dashed 1px #000 !important;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td{
	border: none;
}

/** 注文手続き **/

.fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body form {
    width: 100%;
}

div#categoryWrapper button.fs-c-button--confirmChange.fs-c-button--primary,
form#fs_creditCardInputForm button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_delivery button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_wrapping button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_buyer button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_address button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_gitWrapping button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_communication button.fs-c-button--settings.fs-c-button--primary {
    font-size: inherit;
}

ul.fs-c-checkout-addresseeSettingList.fs-c-checkout-checkoutMethodList.fs-c-checkout-checkoutMethodList--uncollapsed > li {
    margin-bottom: 1em;
}

th.fs-c-destinationFeeTable__headerCell {
    display: none;
}
.fs-c-destinationFeeTable, .fs-c-destinationFeeTable__headerCell, .fs-c-destinationFeeTable__dataCell {
    border: none;
}
table.fs-c-destinationFeeTable {
    width: 100%;
}
td.fs-c-destinationFeeTable__dataCell {
    border-bottom: solid 1px #d0d0d0d6;
}
tr.fs-c-destinationFeeTable__row--delivery:before {
    content: "送料";
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #ffe4e4;
    font-weight: bold;
    width: 50%;
}
tr.fs-c-destinationFeeTable__row--wrapping:before {
    content: "セット料金";
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #04a9df40;
    font-weight: bold;
    width: 50%;
}

.fs-c-checkout-multiDestination__productImage {
    flex-basis: 100px;
    max-width: 100px;
}
.fs-c-inputInformation__field.fs-c-inputInformation__field--display .fs-c-inputTable > tbody > tr + tr {
    margin: 0;
}
/** 注文完了 **/

section.fs-c-checkoutSuccess.fs-c-subSection,p.sys-complete__txt02 {
    text-align: center;
    padding: 1em;
}

section.fs-c-checkoutSuccess.fs-c-subSection h2 {
    font-size: 2em;
    color: #00b350;
    padding: .5em;
}

section.fs-c-checkoutSuccess.fs-c-subSection p {
    font-size: 1.1em;
    font-weight: bold;
}

.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
    margin: .5em;
    font-size: .9em;
}

/**　退会処理 **/
.fs-c-inputInformation__field.fs-c-inputInformation__field--display td.fs-c-inputTable__dataCell {
    padding: .5em;
    border: solid 1px #969696;
    border-bottom: none;
}

.fs-c-inputInformation__field.fs-c-inputInformation__field--display th.fs-c-inputTable__headerCell {
padding: .5em;
    border: solid 1px #969696;
    border-right: 0;
    text-align: center;
    border-bottom: none;
}

.fs-c-inputInformation__field.fs-c-inputInformation__field--display .fs-c-inputTable > tbody > tr + tr:last-child {
    border-bottom:solid 1px #969696;
}

/**　ページャー **/
.fs-c-pagination {
    margin: 0 auto;
}

.fs-c-pagination__item {
    font-size: 1.5em;
    font-weight: bold;
}

.fs-c-pagination__item.is-active {
    background: #000;
}

.pager_bottom div.fs-c-listControl__status, .pager_up div.fs-c-pagination {
    display: none;
}

.pager_bottom .fs-c-productList__controller {
    display: block;
}

/** マイページ **/
.fs-body-my-top .fs-c-accountService {
    flex-basis: 100%;
    justify-content: center;
}

.fs-c-listTable > tbody {
    border: none;
}

div.fav .fs-c-productListItem__image.fs-c-productImage a img {
    display: inline-block;
    vertical-align: bottom;
    /* width: 100%; */
    width: auto;
    height: auto;
    max-width: 228px;
    max-height: 150px;
}

div.fav .fs-c-productListItem__image.fs-c-productImage a {
    display: block;
    margin: 1em 0 2em;
    display: table-cell;
    width: 240px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}

.fs-c-wishlistProduct img.fs-c-productListItem__image__image.fs-c-productImage__image {
    display: inline-block;
    vertical-align: bottom;
    /* width: 100%; */
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 150px;
}

.fs-c-wishlistProduct h2.fs-c-productListItem__productName {
    margin-top: 2px;
    height: 70px;
    overflow: hidden;
    margin: 16px 0 0;
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 600;
    border: solid #ccc;
    border-width: 1px 00;
    padding: .8em 0;
}

.fs-c-wishlistProduct .fs-c-productImage a {
    display: block;
    margin: 1em 0 2em;
    display: table-cell;
    width: 200px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}

.fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick {
    padding-top: 1em;
}

.my_page {
    display: flex;
}

.my_page div.fs-l-account {
    flex-basis: 80%;
}

div.my_page .member_data {
    flex-basis: 20%;
}

div.member_data .data {
    padding: 1.7em;
    background: #f7f7f7;
    box-shadow: 0 0 2px #b2b2b2;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    margin: 8px;
}

.member_data h3 {
    margin-bottom: .5em;
}

	
#img-qr canvas {
    width: 100%;
    max-width: 150px;
    text-align: center;
    padding: 1.3em;
    background: #fff;
}

div#img-qr {
    text-align: center;
}	

/** ログイン **/

section.fs-c-newUsers.fs-c-subSection .fs-c-newUsers__message.fs-c-subSection__message {
    padding: 2em 0;
}

/** 予約フォーム **/

.reserve.cFrame form {
    width: 80%;
    display: block;
    margin: 0 auto;
    background: #aeaeae17;
    padding: 2em;
    border-radius: 4px;
}

div.reserve .form-fieldset {
    display: flex;
    padding: .5em;
    align-items: center;
}

div.reserve .form-fieldset legend {
    flex-basis: 20%;
}

div.reserve .form-fieldset div.form-group {
    flex-basis: 80%;
}

div.reserve .form-fieldset div.form-group input[type="text"], .form-fieldset div.form-group input[type="tel"], .form-fieldset div.form-group input[type="email"] {
    width: 100% !important;
    min-width: auto;
    font-size: 1.3em;
    border-radius: 4px;
}
div.reserve .form-fieldset-date.required .form-group.form-fieldgroup select {
    width: 11%;
    font-size: 1.3em;
    border-radius: 4px;
}

div.reserve span.form-label-suffix {
    vertical-align: bottom;
    padding: .5em;
}

div.reserve .form-fieldset.form-fieldset-radiobutton.required .form-group.form-fieldgroup div.row {
    width: 42%;
}

div.reserve .form-fieldset.form-fieldset-radiobutton.required .form-group.form-fieldgroup div.row div {
    width: 50%;
    margin-right: -6px;
    display: inline-block;
}


div.reserve .form-fieldset.form-fieldset-text.required.people input[type="text"] {
    width: 10% !important;
}

div.reserve .form-fieldset.form-fieldset-text.required.people span {
    padding: .5em;
    vertical-align: bottom;
}

div.reserve .form-label-radio-checkbox input[type=radio]:not(.form-matrix-option):checked {
    background-color: #04a9df;
    border-color: transparent;
}

div.reserve .form-label-radio-checkbox input[type=radio]:not(.form-matrix-option), .form-label-radio-checkbox input[type=checkbox]:not(.form-matrix-option) {
    display: inline-block;
    height: 18px;
    width: 18px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #bdbdbd;
    transition: .2s ease-in-out;
    transition-property: background-color,border;
    border-radius: 20px;
}

legend.rec:after {
    content: "必須";
    color: #f00;
    border: solid 1px #f00;
    padding: .3em;
    font-size: .8em;
    border-radius: 5px;
    margin-left: 5px;
}

.reserve select:invalid, .reserve input:invalid {
    background-color: #fffae6;
    border-color: #fdd835;
    box-shadow: 0 0 0 0 #fdd835;
    color: #616161;
    background-image: none;
}

.reserve input#submit {
    color: #fff;
    background: #04a9df;
    font-size: 1.5em;
    border-radius: 5px;
    padding: .5em;
    width: 24%;
    margin: 0 auto;
    display: block;
    margin-top: 1em;
    font-weight: bold;
}
@media screen and (max-width: 750px) {

.fs-l-cart__contentsArea .fs-c-cartTable__product {
    grid-template-columns: 33% 66%;
}
	
.fs-l-cart__contentsArea .fs-c-totalAndActions table.fs-c-orderTotalTable tbody {
    display: grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:47% 52%;
    grid-template-columns: 47% 52%;
    grid-gap: 8px;
}
span.fs-c-price__value, tr.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow .fs-c-price span.fs-c-price__value {
    font-size: 1.7rem !important;
}
	
	/**cart**/
.fs-c-checkout-preview {
    border: none;
}	
.fs-c-cartTable__dataCell--action {
    width: auto;
}

.fs-c-cartTable__actionButton {
    width: 100%;
}
td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    grid-column: span 2;
    width: 100%;
    padding: 0 .5em .5em;
}

.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    font-size: .9em;
}

.fs-c-button--primary {
    width: 91%;
    margin-bottom: 1em;
}

.fs-c-continueShopping {
    text-align: center;
}

a.fs-c-button--continueShopping.fs-c-button--standard {
    min-width: 50%;
    text-align: center;
    font-weight: bold;
}

.fs-c-payWithAmazon__message {
    padding: 1em;
    font-size: 1.2em;
}	
/**ご注文手続き**/
div#fs-deliveryInfo-container {
    padding: 0 .5em;
}	
.fs-c-checkout-confirmationList {
    display: block;
}

.fs-c-checkout-confirmationList > dt {
    font-size: 15px;
    padding-bottom: .5em;
    border-bottom: dashed 1px #acacac;
}

.fs-c-checkout-confirmationList > dt::after {
    content: none;
}
.fs-c-checkout-confirmationList > dd {
    padding-top: .5em;
    line-height: 1.3em;
}
.fs-c-inputInformation__button button.fs-c-button--primary {
    width: 100%;
    margin: 0;
    margin-bottom: -20px;
}
div#fs_button_changeDeliveryMethod button {
    width: 100%;
    font-size: 1.5em;
}
div#fs_button_changeDeliveryMethod:before {
    content: url(https://cycleparadise.itembox.design/item/img/delivarySP.png);
    margin-bottom: 1em;
}	
/** 配送設定 **/
div#fs-addressInfo-container {
    padding: 16px;
}
	
/** マイページ **/
.fs-c-inputInformation {
    padding: 0 1em;
}
div.fav .fs-c-productListItem__image.fs-c-productImage a img, div.fav .fs-c-productListItem__image.fs-c-productImage a {
    height: 100px;
    max-height: 100px;
}
.fs-c-wishlistProduct img.fs-c-productListItem__image__image.fs-c-productImage__image {
    max-width: 100%;
}
.fs-c-wishlistProduct .fs-c-productImage a, .fs-c-wishlistProduct img.fs-c-productListItem__image__image.fs-c-productImage__image {
    height: 100px;
    max-height: 100px;
}
div.member_data .data {
    width: 93%;
    margin: 0 auto;
}

#img-qr canvas {
    max-width: 130px;
}	
div.member_data .data {
    display: flex;
    justify-content: space-between;
}
	
/**　退会処理　**/
	
.fs-c-inputInformation__field.fs-c-inputInformation__field--display th.fs-c-inputTable__headerCell {
    border-right: 1px solid #969696;
    background: #969696;
    color: #fff;
    font-weight: bold;
}
.fs-c-inputInformation__field.fs-c-inputInformation__field--display td.fs-c-inputTable__dataCell {
    padding: .5em;
    border: solid 1px #969696;
    border-bottom: none;
}	
	
/** 来店フォーム **/
div.reserve .form-fieldset {
    display: block;
}

.reserve.cFrame form {
    width: 90%;
}

div.reserve .form-fieldset {
    margin-bottom: 1em;
}

div.reserve .form-fieldset legend {
    margin-bottom: .5em;
}

div.reserve .form-fieldset-date.required .form-group.form-fieldgroup select {
    width: 20%;
}

div.reserve .form-fieldset.form-fieldset-radiobutton.required .form-group.form-fieldgroup div.row {
    width: 100%;
}

div.reserve .form-fieldset.form-fieldset-radiobutton.required .form-group.form-fieldgroup div.row div {
    margin-bottom: .3em;
}

div.reserve .form-fieldset.form-fieldset-text.required.people input[type="text"] {
    width: 21% !important;
}

.reserve input#submit {
    width: 100%;
}
	
	
}