﻿/* =====================================================================
*
*    オーダー/Order
*
* =================================================================== */

/* ---------------------------------
*    共通
*/

.step {
	text-align: center;
	margin: 1em 0;
}
.step_flow{
	display: flex;
	justify-content: space-around;
	line-height: 1.2;
	font-size: calc(20 * (100vw / 750));
	border-bottom: solid calc(2 * (100vw / 750)) #ccc;
	margin-bottom: calc(40 * (100vw / 750));
}
.step_flow li {
	width: 100%;
	padding-bottom: calc(40 * (100vw / 750));
}
.step_flow .now{border-bottom: solid calc(10 * (100vw / 750)) #ba357c;}

.cart-unit,
.order-unit {
	margin-bottom: 2em;
}
.order-comfirm .order-unit .order-form dd{margin-left: 0;}
.order-history-detail .order-unit .order-form dd{
	margin-left: 0;
	position: relative;
}
#ctl00_ContentPlaceHolder1_rPayment_ctl03_ddAmazonPay{
	display: block;
	width: 100%;
	margin-top: calc(36 *(100vw / 750));
}
#ctl00_ContentPlaceHolder1_upUpdatePanel #ctl00_ContentPlaceHolder1_rPayment_ctl03_ddAmazonPay{display: inline-block;}
.order-history-detail .order-unit .order-form .amaPay{
	position: absolute;
	bottom: calc(90 *(100vw / 750));
}
.order-unit #ctl00_ContentPlaceHolder1_rCartList_ctl00_divShippingInputForm .order-form dd{margin-left: 0;}
.cart-unit h2,
.order-unit h2 {
	padding: 0 0 1.5em;
	color: #333;
	font-size: calc(40 *(100vw / 750));
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.order-unit h2.yami{
	border-bottom: 2px solid #ba357c;
	width: max-content;
	margin: calc(180 * (100vw / 750)) auto 0;
	padding-bottom: .5em;
}
.bottom h2 {padding: 1.5em 0 0;}
.order-payment .order-unit h2{padding: 0;}
.order-shipping .order-unit h2 {padding: 0;}
.order-payment{padding: 0;}
.order-shipping .cart-footer {margin-bottom: calc(100 *(100vw / 750));}
.cart-unit h3,
.order-unit h3 {
	padding: .5em;
	background-color: #fafafa;
	font-size: 14px;
}
.cart-select .cart-unit h3{background-color: #fff;}
.order-payment .product dt{padding: 0;}
.wrap-order .order-unit h3{
	padding: 0;
	font-size: calc(30 *(100vw / 750));
	font-weight: normal;
	border-bottom: solid calc(2 *(100vw / 750)) #ccc;
	padding: calc(12 *(100vw / 750)) 0;
	margin-bottom: calc(24 *(100vw / 750));
}
.wrap-order .order-unit .lead{
	line-height: 1.5;
	text-align: center;
}
.order-unit .shipping{margin-top: calc(60 *(100vw / 750));}
.wrap-order .order-unit .necessary{
	color: #ff0000;
	margin: 0 calc(6 *(100vw / 750));
}
.cart-unit .msg,
.order-unit .msg {
	font-size: 11px;
	padding: 0 0 .5em;
	line-height: 1.5;
}
.login .order-unit .msg{
	font-size: calc(26 *(100vw / 750));
	padding: .5em 0;
}
.password-reminder-complete .order-unit .msg{
	padding: 0;
	text-align: center;
}
.password-reminder-complete .order-unit .receptionInfo{margin-top: calc(40 *(100vw / 750));}
.password-reminder-complete .order-unit .completeInfo span{color: #ff0000}
.password-reminder-input .order-unit .msg{padding: 0;}
.regulation h4{
	font-size: calc(28 *(100vw / 750));
	font-weight: bold;
	margin: calc(16 *(100vw / 750)) 0;
}
.regulation p{
	line-height: 1.5;
}
.user-regulation .order-unit .msg{
	padding: 0 0 .5em;
	font-size: calc(24 *(100vw / 750));
	text-align: center;
}
.order-unit .require {
	color: #f00;
	font-weight: bold;
	margin-left: 3px;
}

.order-unit .attention {
	font-size: 11px;
	color: #f00;
	line-height: 1.5;
	width: 100%;
	/*padding: .3em;*/
	display: flex;
	align-items: center;
}
#ctl00_ContentPlaceHolder1_upUpdatePanel{padding: 0 1em;}
.order-unit .memory-pass {
	text-align: left;
	margin-bottom: 1.5em;
}

/* フッターボタン */

.order-footer {
	margin-top: calc(30 *(100vw / 750));
	margin-bottom: calc(10 *(100vw / 750));
}
.wrap-order .order-unit{margin-top: calc(60 *(100vw / 750));}
.order-footer div {
	margin-bottom: 1em;
}
.order-footer .bottom{margin-bottom: calc(60 *(100vw / 750));}
.order-footer .button-next .btn {
	padding: 1em 0;
	background-color: #ba357c;
	color: #fff;
	border-radius: calc(10 * (100vw / 750));
	width: 70%;
	margin: 0 auto;
}
.user-regist-complete .order-footer .button-next .btn{margin-bottom: calc(100 * (100vw / 750));}
.user-regist-input .order-footer .button-next .btn{margin-bottom: calc(100 * (100vw / 750));}
.order-footer .button-next .back{
	margin: 1em auto 3em;
	background-color: #f5f2ed;
	color: #333;
}
.order-footer .button-next ._no{
	background-color: #f5f2ed;
	color: #333;
	margin-bottom: calc(100 * (100vw / 750));
}
.order-history-detail .order-footer .button-next .btn {
	background: #f5f2ed;
	color: #333;
}

.order-footer .button-prev .btn {
	padding: 1em 0;
	background-color: #f5f2ed;
	border-radius: calc(10 * (100vw / 750));
	width: 70%;
	margin: 0 auto calc(100 * (100vw / 750));
}

/* ---------------------------------
*    カート/CartList
*/

/* カート商品 */

.cart-table {
	width: 100%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.cart-table tr {
	border-bottom: 1px dotted #efefef;
}

.cart-table td {
	padding: .5em;
	line-height: 1.5;
}

.cart-table .product-image {
	width: 25%;
	text-align: center;
}

.cart-table .product-image img { width: 60px; }

.cart-table .product-info {
	width: 37%;
}
.cart-table .product-control {
	width: 15%;
	background-color: #fff;
}

.cart-table td .amout {
	margin-bottom: .5em;
}

.cart-table td .amout input {
	width: 100%;
	padding: .5em 0;
	text-align: center;
	border: none;
}

.cart-table td .amout p {
	width: 100%;
	padding: .5em 0;
	text-align: center;
}

.cart-table td .delete a {
	padding: .3em 0;
	background-color: #333;
	color: #333;
	margin-top: 1em;
}

.cart-table td .add a {
	padding: .3em 0;
	background-color: #333;
	color: #fff;
	margin-top: 0em;
}

.cart-unit .attention,
.cart-unit-footer .attention {
	font-size: 11px;
	color: #f00;
}

.cart-unit dl {
	clear: both;
	padding: .5em;
	border-bottom: 1px solid #efefef;
}

.cart-unit dl dt,
.cart-unit dl dd {
	padding: .3em;
	line-height: 1.5;
}

.cart-unit dl dt {
	float: left;
	clear: left;
	width: 60%;
}

.cart-unit dl dd {
	margin-left: 63%;
	text-align: right;
}

.cart-unit-footer input {
	width: 100%;
}

.cart-unit-footer .use-point dt,
.cart-unit-footer .coupon-point dt { width: 35%; }
.cart-unit-footer .use-point dd,
.cart-unit-footer .coupon-point dd { margin-left: 38%; }
.cart-unit-footer .use-point dd input {
	text-align: right;
	width: 50%;
}
.cart-unit-footer .coupon-point dd input{ width: 70%; }

.cart-unit-footer .use-point dd span { font-size: 11px; }

.order-comfirm .cart-footer { padding: 0; }

.cart-footer div {
	margin-bottom: 1em;
}
.cart-footer{margin-bottom: calc(100 * (100vw / 750));}

/**
add 20220822
上記height50の意味が不明のため下記ページ用にFIX
/Form/Order/CartList.aspx
**/
.wrap-cart .cart-footer .button-prev::after {
  content: "【Amazon Payに関するご注意】定期販売商品のお支払いに関しましては、アマゾンギフト券を支払方法に選択することはできません。";
  text-align: center;
  margin-top: 2em;
  display: block;
}
/**
.wrap-cart .cart-footer div {margin-bottom: calc(100 * (100vw / 750));}
元ソース**/
/***20220823間延びしているのでFIX*/
.wrap-cart .cart-footer div {margin-bottom: calc(55 * (100vw / 750));}

/**Form/Order/OrderOwnerDecision.aspx用**/
.wrap-cart .order-decision .order-unit-social::after {
	content: "【Amazon Payに関するご注意】定期販売商品のお支払いに関しましては、アマゾンギフト券を支払方法に選択することはできません。";
	padding: 2em;
	display: block;
	text-align: center;
}

.wrap-cart .cart-footer div {margin-bottom: calc(100 * (100vw / 750));}
.wrap-cart .cart-footer .top{margin-bottom: 0;}
.cart-footer .button-next .btn {
	display: block;
  	text-align: center;
  	background: #ba357c;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 1em 0;
	border-radius: calc(10 * (100vw / 750));
	margin: calc(40 * (100vw / 750)) auto 0;
	width: 70%;
}
.order-comfirm .cart-footer .button-next .back{
	background-color: #f5f2ed;
	color: #333;
}
.order-payment .cart-footer .button-next .btn{margin-bottom: calc(100 * (100vw / 750));}
.cart-footer .button-prev .btn {
	padding: 1em 0;
	background-color: #f5f2ed;
	border-radius: calc(10 * (100vw / 750));
	width: 70%;
	margin: 0 auto;
}
#ctl00_ContentPlaceHolder1_upUpdatePanel .cart-footer .button-prev .btn{margin-bottom: calc(100 * (100vw / 750));}
.cart-novelty-unit .title {
    padding: .5em;
	background-color: #ccc;
	display: block;
}
.cart-novelty-unit .info {
    padding: .5em;
	background-color: #fff;
	display: block;
}

/* ---------------------------------
*    ログイン / OrderOwnerDecision
*/

.order-unit .order-form {
	margin: 1em auto 0;
	/*width: 96%;*/
	position: relative;
}
#ownerAddressBookContainer{padding: 0 1em;}
#ctl00_ContentPlaceHolder1_rCartList_ctl00_upOwnerInfo,
.order-unit .product,
#shippingAddressBookContainer{padding: 0 1em;}
.user-regist-comfirm .order-unit .order-form dt {float: left;}
.order-unit .order-form dt,
.order-unit .order-form dd {
	padding: .3em 0;
	line-height: 1.5;
}
.order-comfirm .order-form dt h3{
	font-size: calc(36 * (100vw / 750));
	font-weight: 600;
	border: none;
	padding: 0;
}
.user-regist-comfirm h2+.msg {
	padding: 0.5em 0;
	text-align: center;
}
.order-unit .order-form dd.message {
	padding: .1em;
    line-height: 1.5;
}
.order-unit .order-form .melmag {
	position: absolute;
	bottom: -4.8%;
	left: 0;
}
.order-unit .sendCon dd.zip{display: block;}
.order-unit .sendCon dd.tel{display: block;}
.order-unit .order-form dt {
	background-color: #fff;
	float: left;
}
.order-unit .order-form dd{
	margin-left: calc(240 * (100vw / 750));
}
.wrap-order .order-unit .order-form dd{margin-left: 0;}
.order-history-detail  .order-unit .order-form dd.right_p{margin-left: calc(240 *(100vw / 750));}
.order-unit .product dd{margin-left: 0;}
.order-form dd.name{margin-left: 0;}

.order-unit .order-form dd dt {
	background-color: transparent;
	border-bottom: 1px solid #000;
	color: #000;
}
.user-regist-comfirm .order-unit .order-form dd{margin-left: calc(240 * (100vw / 750));}
.order-unit .order-form dd input {
	padding: 0.5em;
	border-style: none;
	border: #AAAAAA solid 1px;
	border-radius: 5px;
}

.sex input{
	box-shadow: 0px 0px 0px 0px!important;
}

.order-unit .button { margin: 1em 0; }
.order-unit .btn {
	padding: .7em;
	background-color: #f5f2ed;
	border-radius: calc(10 * (100vw / 750));
	color: #333;
	width: 70%;
	margin: 0 auto;
	line-height: 1;
}
.yamiiti .order-unit .btn{
	background-color: #ba357c;
	color: #fff;
}
.order-unit .on_01{
	padding: .7em 0;
}
.order-unit .bgc{
	background-color: #ba357c;
	color: #fff;
}
.order-unit .checked {
	text-align: center;
	margin: .5em 0;
}

.not-login .order-footer { padding-top: 1em; }

.order-form .require {
	color: #f00;
	font-weight: bold;
}

.order-form .attention span {
	display: block;
}

.login .order-form input {
	width: 100%;
	border-radius: 5px;
}

/* ---------------------------------
*    注文者・配送先 / OrderShipping
*/

/* フォームのinput */

.order-form .name input,
.order-form .name-kana input {
	width: 49%;
}

.order-form .mail input,
.order-form .mail-confirm input,
.order-form .mobile input,
.order-form .mobile-confirm input,
.order-form .address input,
.order-form .password input {
	width: 100%;
}

.order-form .zip input {
	width: 35%;
}

.order-form .zip .btn-add-search {
	display: inline;
	width: 20%;
	text-align: center;
    padding: 0.8em;
    background-color: #f5f2ed;
    border-radius: calc(10 * (100vw / 750));
    color: #333;
    font-size: 12px;
}

.order-form .birth select {
	width: 25%;
	border-radius: 5px;
	background: #fff;
}

.order-form .tel input {
	width: 29%;
}

.order-form .address input,
.order-form .address select,
.order-form .mail input,
.order-form .mobile input {
	margin-bottom: .2em;
	border-radius: 5px;
	background: #fff;
}

.order-unit .shipping-select {
	text-align: center;
	padding: 1em 0;
}
/* 20190423　非表示化
.order-form .shipping-input {
	background-color: #fafafa;
}
*/
.order-form .fixed-date {
	padding: .5em;
}
.order-unit .order-form dt,
.owner .order-form dt {float: unset;}
.owner .order-form dd{margin-left: 0;}
.user-regist-input .order-form dt{float: left;}
/* ---------------------------------
*    お支払い方法 / OrderPayment
*/

.payment-list .box-center {
	padding: 1em 0;
	text-align: center;
	line-height: 1.5;
}

.payment-list .box-center select {
	width: 100%;
	margin: .3em 0;
}

/* フォームのinput */

.order-form .card-nums input {
	width: 100%;
}

.order-form .card-name input,
.order-form .card-title input{
	width: 100%;
}

.select-same-payment {
	display: block;
	padding: 1em .5em;
	text-align: center;
}

.order-payment .order-form  h4 {
	padding: 0 0 .5em .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #000;
	font-weight: normal;
}

.order-payment .payment-list ul li {
	margin-bottom: 1.5em;
}

.order-payment .payment-list ul li p {
	line-height: 1.5;
	margin: .3em 0;
	font-size: calc(26 * (100vw / 750));
}

.order-payment .payment-list {
	margin: .5em auto;
}
.fixed-purchase-detail {padding: 0 1em;}
.order-payment .payment-list dt.title {
	background-color: #333;
	margin-bottom: 1px;
	color: #fff;
}
.order-payment .payment-list dd { padding: 0; }

/* .order-payment .payment-list dd .inner { padding: .5em; } */
.order-payment .payment-list dd .title {
	font-weight: bold;
	margin: .3em 0;
}

/* ---------------------------------
*    注文確認 / OrderComfirm
*/

.cart-footer .button-next.order .btn {
	margin-bottom: calc(100 *(100vw / 750));
}

.comfirm-shipping .order-form dd { margin-bottom: 1em; }
.order-comfirm .button-change { padding: 1em 0; }
.order-comfirm .button-change .btn {
	padding: 1em 0;
	background-color: #f5f2ed;
	border-radius: calc(10 * (100vw / 750));
	color: #333;
	margin: 0 auto;
	width: 70%;
}
.order-comfirm .order-unit .order-form dd dt {
	background-color: #f5f2ed;
	color: #000;
	border-bottom: none;
}

/* ---------------------------------
*    注文完了 / OrderComplete
*/

.order-complete .unit { padding: 0 .5em; }
.order-complete h2 {
	font-size: 14px;
	text-align: center;
	padding: 1em 0;
	background-color: transparent;
}

.order-complete h3 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	background-color: #ddd;
}

.order-complete .regist-member {
	width: 70%;
	margin: 0 auto;
	background-color: #ba357c;
	border-radius: calc(10 * (100vw / 750));
	padding: 1em 0;
	box-shadow: none;
	font-weight: normal;
	font-size: calc(26 * (100vw / 750));
	color: #fff;

}

/* コンビニ前払い */

.order-complete .cvs-list table {
	width: 100%;
	margin: .3em;
}

.order-complete .cvs-list table th,
.order-complete .cvs-list table td {
	padding: .5em;
}
.order-complete .cvs-list table td a { text-decoration: underline; }

/* ---------------------------------
*    購入一覧 購入履歴詳細 / OrderHistoryList OrderHistoryDetail
*/

.order-history-list .content,
.order-history-detail .content {
	margin: 1em 0;
}
.order-history-list .content .order-form dt{float: left;}
.order-history-detail .content .order-form dt{float: left;}
.order-unit .order-history-product dd{margin-left: 0;}
.order-history-list h3,
.order-history-detail h3 {
	color: #333;
	background-color: #f5f2ed;
}

.order-history-list .order-unit .order-form .zip { display: flex; }
.order-history-detail .order-unit .order-form dt {
	background-color: #fff;
	color: #000;
}
.order-history-detail .order-unit .sendCon dt{
	width: 95.99%;
	padding: .5em;
	margin-bottom: .5em;
	background: #f5f2ed;
}
.order-history-list .content > ul > li {
	margin-bottom: 1.5em;
	background-color: #fafafa;
	height: 100%;
}

.order-unit .order-id {
	text-align: center;
	padding: .5em 0;
	font-size: 18px;
}

.order-history-nav {
	list-style-type: none;
	padding: .5em 0;
}

.order-history-nav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: calc(30 * (100vw / 750));
}

.order-history-nav ul li {
    display: table-cell;
    width: 50%;
    text-align: center;
    background-color: #ccc;
}

.order-history-nav ul li a {
	display: block;
    background-color: #fafafa;
    padding: .5em 0;
}

.order-history-nav .title { font-weight: bold; }
.order-history-list .button {
	padding: 0;
	margin-top: calc(80 * (100vw / 750));
}

.order-history-list .order-unit .btn {
	width: 50%;
	margin: 0 auto;
	padding: .7em;
}

.order-history-list .order-date {
}

.order-history-product {
	margin: 0 !important;
}

.order-history-product dd {
	border-bottom: 1px solid #EFEFEF;
	padding: .5em 1em !important;
}

/* ---------------------------------
*    会員共通
*/

.order-form dd.sex label {
	margin-right: .5em;
}

.order-form dd.extend {
	line-height: 2;
}

.order-form dd.extend ul li.title {
	font-weight: bold;
	border-top: 1px dotted #ccc;
	margin: .3em 0;
}
.order-form dd.extend ul li.title:first-child { border-top: none; }


/* ---------------------------------
*    会員登録完了 / OrderComplete
*/

.user-regist-complete p {
	padding: 1em 0;
	line-height: 1.5;
	text-align: center;
}

/* ---------------------------------
*    会員新規登録 / UserRegistRegulation
*/

.order-unit .regulation {
	margin: .5em;
	padding: .5em;
	height: 300px;
	overflow-x: scroll;
	border: 1px solid #ccc;
}

/* 同梱注文選択画面 / OrderCombineSelectList */
.OrderCombineSelectlist .title {
	margin-top: .1em;
	padding: .5em;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	text-align: center;
}
.OrderCombineSelectlist .message {
	font-size: 11px;
	padding: .5em 0;
	line-height: 1.5;
	text-align: center;
}
.OrderCombineSelectlist .table-title {
	width: auto;
	font-size: 14px;
	padding: 5px 0 10px;
	border-bottom: 1px solid #333;
	text-align: center;
}
.OrderCombineSelectlist table {
	width: 100%;
}
.OrderCombineSelectlist .radio {
	width: 60px;
	border-bottom: 1px solid #333;
	text-align: center;
}
.OrderCombineSelectlist table td {
	padding: 4px;
	line-height: 1.3;
}
.OrderCombineSelectlist table th {
	padding: 4px;
	line-height: 1.3;
	width: 105px;
	font-weight: normal;
	text-align: right;
}
.OrderCombineSelectlist table tr:last-child {
	border-bottom: 1px solid #333;
}
