@charset "UTF-8";

/*------------------------------------------------------------
CSS Document

Machie's サイト全体用CSS

MAKING 171109 sim_mano
-------------------------------------------------------------*/


/*------------------------------------------------------------
CSSの構造
・パンくず（商品ページ以外）
・フォーム（会員登録・お問い合わせ）
・会社概要（company）
・お支払いについて（payment）
・マイページ / 商品購入ログイン（mypage/login・shopping/login）
・パスワード（変更・再発行・完了）
・特定商取引に関するページ
-------------------------------------------------------------*/


/*------------------------------------------------------------
購入チャート
-------------------------------------------------------------*/

.flowline ul::before{
background: #fff;
}

.flowline li{
font-weight: normal;
}

.flowline li .flow_number{
background: #000;
border: 1px solid #fff;
font-weight: normal;
font-family: "arno-pro-display",serif;
}

.flowline li.active .flow_number{
background: #f00;
border: 1px solid #fff;
}

.flowline li.active{
color: #f00;
}

/*------------------------------------------------------------
注文内容の確認
-------------------------------------------------------------*/
.text-primary,
.total_box dd,
#confirm_main .item_price span,
#confirm_main .item_subtotal{
font-family: "arno-pro-display",serif;
}

#shopping_confirm .total_box .total_amount p.total_price strong{
font-size: 2rem;
}

#shopping_confirm {
margin: 20px 0;
}

#shopping-form-wrapper #confirm_wrap{
padding: 0;
}

#shopping_confirm .total_box .total_amount p.total_price strong .small{
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif,arial,helvetica,clean,sans-serif;
}

#shopping-form-wrapper #shopping_confirm .cart_item.table{
border: none;
}

#shopping-form-wrapper #shopping_confirm .total_box{
margin-top: 0;
}

#shopping-form-wrapper #shopping_confirm .cart_item .item_box .table .item_photo{
display: inline-block;
width: 30%;
max-width: inherit;
padding-right: 3%;
}

#shopping-form-wrapper #shopping_confirm .cart_item .item_box .table .item_detail{
display: inline-block;
width: 68%;
}

#shopping-form-wrapper .cart_item .item_box .table .item_detail h3{
line-height: 1.4em;
margin-bottom: 10px;
color: #7a6a55;
}

#shopping-form-wrapper #shopping_confirm .cart_item .item_box .table .item_price{
font-size: 14px;
display: block;
width: 100%;
}

#shopping-form-wrapper div.table .tbody .tr > .td{
/* display: block; */
border: none;
/* background: #fff; */
margin-bottom: 20px !important;
}

#shopping-form-wrapper #shopping-form h2:before{
content: "";
padding-right: 0;
}

#shopping-form-wrapper #shopping-form h2{
color: #fff;
margin-top: 40px;
border-bottom: 1px solid #fff;
}

#shopping-form-wrapper #shopping-form h2.top-h2{
margin-top: 0;
}

#summary_box__confirm_button{
text-align: center;
}

#shopping-form-wrapper .btn{
background: #000;
border: 1px solid #fff;
color: #fff;
font-weight: normal;
width: 200px;
margin: 0 auto;
}

#shopping-form-wrapper .btn-area{
text-align: center;
margin:20px 0 40px 0;
}

#shopping-form-wrapper p.address{
color: #fff;
}

#shopping-form-wrapper .form-inline .form-control{
width: 100%;
-webkit-appearance: none;
}

#shopping-form-wrapper .payment_list{
margin-top: 16px;
}

#shopping-form-wrapper .payment_list li{
display: inline-block;
}

#shopping-form-wrapper #contact_message{
margin-top: 16px;
}

#top_box__birth{
color: #fff;
}


#top_box__birth .form-control{
color: #000 !important;
}


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

}
/*------------------------------------------------------------
会社概要（company）
-------------------------------------------------------------*/


.contents-wrapper h2:before{
content: "■";
padding-right: 5px;
}

.contents-wrapper #company-inner p{
margin-bottom: 30px;
font-size: 13px;
}

.contents-wrapper #company-inner p a{
	color: #fff;
	text-decoration: underline;
}

/*------------------------------------------------------------
お支払いについて（payment）
-------------------------------------------------------------*/

#payment-wrapper{

}


#payment-wrapper h4 {
width: 150px;
margin: 0 0 30px 0;
}


#payment-wrapper p{
margin-bottom: 30px;
font-size: 13px;
}


#payment-wrapper .attention{
box-sizing: border-box;
padding: 2px 5px 2px 5px;
text-align: center;
}


#payment-wrapper #bank,
#payment-wrapper #loan{
margin: 0 0 30px 0;
padding: 0 0 30px 0;
box-sizing: border-box;
width: 100%;
}

#payment-wrapper #bank{
border-bottom: 1px solid #9E9E9E;
}


#payment-wrapper .logo-loan{
width: 350px;
margin: 30px 0 30px 0;
}


#payment-wrapper h4 img,
#payment-wrapper .logo-loan img{
width: 100%;
height: auto;
padding: 10px;
}

#payment-wrapper .responsive-table h4{
margin-bottom: 0 !important;
}


#payment-wrapper table {
width: 100%;
min-width: 800px;
}

#payment-wrapper table {
margin: 0 0 30px 0;
padding: 0px;
border-collapse: collapse;
border-spacing: 0;
}


#payment-wrapper table, thead tr th,
table.point-ranking thead tr th {
background-color: #343434;
color: #fcfcfc;
height: 32px;
line-height: 32px;
text-align: center;
}

#payment-wrapper table, tr th,
table.point-ranking tr th {
padding: 0;
border: solid 1px #b9b9b9;
text-align: center;
font-size: 9px;
}

#payment-wrapper table, tbody tr,
table.point-ranking tbody tr {
background: #f0f0f0;
}

#payment-wrapper table, tbody tr.odd,
table.point-ranking tbody tr.odd {
background: #FFF;
}


#payment-wrapper table, tbody tr.toyota,
table.point-ranking tbody tr.toyota {
background: #f3a9a9 !important;
}


#payment-wrapper table, tbody tr td,
table.point-ranking tbody tr td {
padding: 3px;
color: #333;
}

#payment-wrapper table tbody tr td {
border: solid 1px #b9b9b9;
font-size: 11px;
text-align: center;
background: #FFF;
}



#payment-wrapper table, tfoot tr td,
table.point-ranking tfoot tr td {
border: none;
text-align: left;
font-size: 11px;
}


#payment-wrapper input[type="submit"],
#payment-wrapper a.button {
width: 35%;
height: 42px;
line-height: 42px;
font-size: 14px;
border: none;
cursor: pointer;
display: block;
margin: 0 auto;
background: #ffffff;
color: #000;
text-align: center;
transition: 0.3s;
}


#payment-wrapper input[type="submit"]:hover,
#payment-wrapper a:hover.button {
opacity: 0.7;
text-decoration: none;
}

#list_box__button_menu{
margin-top:20px; 
}

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

#payment-wrapper input[type="submit"],
#payment-wrapper a.button {
width: 80%;
}

}


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

#payment-wrapper .responsive-table{
overflow: auto;
}

}



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


#payment-wrapper .logo-loan{
width: 80%;
}


}

/*------------------------------------------------------------
ご注文内容の確認（お客様情報の変更）
-------------------------------------------------------------*/

#customer_detail_box__customer_address{
margin: 16px 0;
}

#customer_detail_box .customer-edit {
display: inline-block;
}

#customer_detail_box input{
margin: 16px 0;
color: #000;
line-height: 24px;
padding-left: 5px;
}

#customer_detail_box .customer-name01 input#edit0{
width: 9em !important;
display: inline-block;
margin-right: 10px;
}

#customer_detail_box .customer-name02 input#edit1{
width: 9em !important;
display: inline-block;
margin-right: 10px;
}

#customer_detail_box .customer-zip01 input#edit2{
width: 4em !important;
display: inline-block;
margin-right: 10px;
margin-left: 10px;
}

#customer_detail_box .customer-zip02 input#edit3{
width: 5em !important;
display: inline-block;
margin-right: 10px;
margin-left: 10px;
}

#customer_detail_box .customer-email{
color: #fff;
}

#customer_detail_box .customer-addr01,
#customer_detail_box .customer-addr02,
#customer_detail_box .customer-email,
#customer_detail_box .customer-company_name{
width: 100% !important;
}

#customer_detail_box .customer-addr01 input#edit5,
#customer_detail_box .customer-addr02 input#edit6,
#customer_detail_box .customer-email input#edit10,
#customer_detail_box .customer-company_name input#edit11{
width: 100% !important;
display: inline-block;
}
/*

#customer_detail_box .customer-tel01,
#customer_detail_box .customer-tel02,
#customer_detail_box .customer-tel03{
width: 30%;
}
*/

#customer_detail_box .customer-tel01 input#edit7,
#customer_detail_box .customer-tel02 input#edit8,
#customer_detail_box .customer-tel03 input#edit9{
width: 5em;
display: inline-block;
}

#customer_detail_box .customer-tel01 input#edit7{
margin-right: 10px;
}

#customer_detail_box .customer-tel02 input#edit8,
#customer_detail_box .customer-tel03 input#edit9{
margin-right: 10px;
margin-left: 10px;
}

.mod-button {
text-align: center;
}

/*------------------------------------------------------------
パスワード（変更・再発行・完了）
-------------------------------------------------------------*/

#password-wrapper .container-fluid{

padding: 0px ;
}

#password-wrapper #top_box__body,
#password-wrapper #complete_box__body,
#password-wrapper #reset_box__message{
width: 100%;
margin: 0;
padding: 0;
}

#password-wrapper .container-fluid form{
padding-top: 40px;
}

#password-wrapper .btn_group{
padding-top: 40px;
}

#password-wrapper span.required{
color: #f00;
}

#password-wrapper .btn-primary{
background: #f00;
border-color: #fff;
}

#password-wrapper .btn-primary:hover{
opacity: 0.7;
}

/*パスワード再発行（完了ページ）*/

#password-wrapper h2:before{
content: none;
padding-right: 0;
}

#password-wrapper h2{
padding-bottom: 20px;
}

#password-wrapper p{
line-height: 1.6em;
}

#complete_box__message{
text-align: left;
}

/*------------------------------------------------------------
プライバシーポリシー
-------------------------------------------------------------*/

#privacy-wrapper #privacy_box__body_inner{
width: 100%;
margin: 0;
padding: 0;
}

/*------------------------------------------------------------
特定商取引法に基づく表記
-------------------------------------------------------------*/

#tradelaw-wrapper #tradelaw_box{
width: 100%;
margin: 0;
padding: 0;	
}

/*------------------------------------------------------------
ご利用規約
-------------------------------------------------------------*/

#agreement-wrapper #agreement_box__body{
width: 100%;
margin: 0;
padding: 0;
}

/*------------------------------------------------------------
商品購入/購入エラー
-------------------------------------------------------------*/

#error_box__body,
#error_box__footer,
#error_box__button_menu{
width: 100%;
margin: 0;
padding: 0;
}

/*------------------------------------------------------------
商品購入/お届け先の変更
-------------------------------------------------------------*/
#detail_wrap,
#detail_box__body{
width: 100%;
margin: 0;
padding: 0;
}

/*------------------------------------------------------------
ショッピングカート
-------------------------------------------------------------*/

#cart-wrapper .cart_item{
padding-bottom: 30px;
border-bottom: 1px solid #fff;
}

#cart-wrapper #cart_box__body{
width: 100%;
margin: 0;
padding: 0;
}

#cart-wrapper .item_box{
background: #fff;
margin-bottom: 10px !important;
}

#cart-wrapper div.table .tbody .tr{

}

#cart-wrapper .bg-danger{
border: 1px solid #fff;
background: #f00;
}

.cart_item .item_box .table .item_detail{
vertical-align: top;
}

.cart_item .item_box .table .item_detail a{
color: #7a6a55;
}


.cart_item .item_box .table .item_detail a:hover{
opacity: 0.7;
color: #7a6a55;
}

#cart-wrapper .item_price,
#cart-wrapper .text-primary,
#cart-wrapper .item_quantity,
#cart-wrapper .item_subtotal{
font-family: "arno-pro-display",serif;
}

.total_box dl.total_price dd {
font-size: 20px;
}

.item_price .small,
.total_box .small{
font-size: 0.7em;
margin-left: 5px;
}

#cart-wrapper .text-primary,
#cart-wrapper .total_box dl dt{
color: #fff;
font-weight: normal !important;
}

#cart-wrapper .btn-primary{
background: #f00;
border: 1px solid #fff;
color: #fff;
font-weight: normal;
}

#cart-wrapper .btn-info{
background: #000;
border: 1px solid #fff;
color: #fff;
font-weight: normal;
}

#cart-wrapper .btn:hover{
opacity: 0.7;
}


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

.cart_item .item_box .table .item_detail a{
font-size: 14px;
}


}

/*------------------------------------------------------------
プライバシーポリシー
-------------------------------------------------------------*/

#privacy_box__declaration,
.privacy_box_text{
margin: 20px 0;
line-height: 2em;
}

.privacy_box_text a{
color: #fff !important;
text-decoration: underline !important;
}

.privacy_box_title{
margin-top: 40px !important;
}

.privacy_box_title:before{
content: "■";
padding-right: 0.5em;
}

ul.list-number{
list-style: decimal;
line-height: 2em;
padding-left: 1.5em;
}

ul.list-number li{
margin-bottom: 20px;
}

ul.list-circle{
list-style: circle;
line-height: 2em;
padding-left: 1.5em;
}


/*------------------------------------------------------------
特定商取引法に関する法律に基づく表記
-------------------------------------------------------------*/

#tradelaw__law_url a,
#tradelaw__email a{
color: #fff;
}


/*------------------------------------------------------------
ご利用ガイド
-------------------------------------------------------------*/

#guide_box__declaration,
.guide_box_text{
margin: 20px 0;
line-height: 2em;
}

.guide_box_text a{
color: #fff !important;
text-decoration: underline !important;
}

.guide_box_title{
margin-top: 40px !important;
}

.guide_box_title:before{
content: "■";
padding-right: 0.5em;
}

/* トグルのスタイル */
#guide_box__body_inner #toggle__site_nav{
	width: 100%;
	margin-bottom: 100px;
}

#guide_box__body_inner #toggle__site_nav ul li .link-title a{
	padding: 10px;
	border: 1px #fff solid;
	border-bottom: 1px #ccc solid;
	background: #fff;
	color: #000;
	position: relative;
	display: block;
    transition: 0.5s;
}

#guide_box__body_inner #toggle__site_nav ul li .link-title a:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 10px;
}

#guide_box__body_inner #toggle__site_nav ul li .link-title a:hover{
	text-decoration: none;
	opacity: 0.8;
}

#guide_box__body_inner #toggle__site_nav ul li .link-title a:hover:after{
	border-top: none;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
}


#guide_box__body_inner #toggle__site_nav ul li .link-title:last-child{
	border-bottom: none;
}

#guide_box__body_inner #toggle__site_nav ul li .content-title{
	padding: 20px 10px 20px 20px;
	border: 1px #fff solid;
	border-top: none;
}

#guide_box__body_inner #toggle__site_nav ul li .content-title li{
	margin-bottom: 20px;
}

#guide_box__body_inner #toggle__site_nav ul li .content-title li:last-child{
	margin-bottom: 0;
}

#guide_box__body_inner #toggle__site_nav ul li .content-title a{
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px #fff solid;
	transition: 0.3s;
}

#guide_box__body_inner #toggle__site_nav ul li .content-title a:hover{
	text-decoration: none;
	opacity: 0.6;
}

#guide_box__body_inner #toggle__site_nav ul li #content-01, 
#guide_box__body_inner #toggle__site_nav ul li #content-02, 
#guide_box__body_inner #toggle__site_nav ul li #content-03, 
#guide_box__body_inner #toggle__site_nav ul li #content-04, 
#guide_box__body_inner #toggle__site_nav ul li #content-05, 
#guide_box__body_inner #toggle__site_nav ul li #content-06, 
#guide_box__body_inner #toggle__site_nav ul li #content-07{
	display: none;
}

/* コンテンツエリアのスタイル */
#guide_box__body_inner_content{
	margin-top: 60px;
}

#guide_box__body_inner_content:last-child{
	margin-bottom: 150px;
}

#guide_box__body_inner_content h2{
	font-size: 2.2rem;
	border-bottom: 1px #fff solid;
}

#guide_box__body_inner_content h2:before{
	display: none;
}

/*------------------------------------------------------------
購入確認画面
-------------------------------------------------------------*/
/* 確認ボタン */
#shopping-form-wrapper #summary_box__confirm_button_0{
    background: #000;
    margin: 8px auto 10px auto !important;
    width: 160px !important;
}

#shopping-form-wrapper #summary_box__confirm_button_0 a{
	display: block;
	text-align: center;
	color: #fff !important;
    font-size: 12px !important;
    text-decoration: none;
    padding: 8px 0;
}

/* 戻るボタン */
#shopping-form-wrapper #summary_box__confirm_button_back{
    background: #000;
    margin: 8px 10px 10px auto !important;
    width: 160px !important;
}

#shopping-form-wrapper #summary_box__confirm_button_back a{
	display: block;
	text-align: center;
	color: #fff !important;
    font-size: 12px !important;
    text-decoration: none;
	padding: 5px 0 8px;
}

#shopping-form-wrapper #summary_box__confirm_button_back a:hover{
	opacity: 0.8;
}

/* モーダル背景 */
#shopping-form-wrapper #shopping_confirm_modal-bg{
	display: none;
	background: rgba(0,0,0,0.5);
    color: #000;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    right: 0;
    left: 0;
}

/* モーダル内 */
#shopping-form-wrapper #shopping-form #shopping_confirm_popup{
	display: none;
    position: fixed;
    background: #fff;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1001;
    color: #000;
    padding: 5%;
    max-width: 800px;
    width: 70%;
    font-size: 14px;
    height: 80vh;
    overflow: scroll;
}

#shopping-form-wrapper #shopping-form #shopping_confirm_popup h2{
	font-size: 23px;
    padding: 0 0 40px;
    margin-top: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
    font-weight: normal;
    line-height: 1.4em;
    color: #000;
}

#shopping-form-wrapper #shopping-form #shopping_confirm_popup h2:before{
	display: none;
}

#shopping-form-wrapper #shopping-form #shopping_confirm_popup h3{
    margin: 40px 0 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    font-size: 20px;
}


#shopping-form-wrapper #shopping-form #shopping_confirm label{
	color: #fff !important;
	font-weight: normal;
}

#shopping-form-wrapper #shopping_confirm_popup .item_price{
	font-weight: normal;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif,arial,helvetica,clean,sans-serif;
}

#shopping-form-wrapper #shopping_confirm_popup p.address{
	color: #000;
}

/* submite btn */
#shopping-form-wrapper #shopping_confirm_popup #submit-btn-area{
	text-align: center;
	margin: 40px 0 0 0;
}

#shopping-form-wrapper #shopping_confirm_popup #submit-btn-area p{
	display: inline-block;
}

#shopping-form-wrapper #shopping_confirm_popup .customer-email{
	color: #000;
}

#shopping-form-wrapper #shopping_confirm_popup .customer-company_name{
	color: #000;
}

@media screen and (max-width: 799px){
	#shopping-form-wrapper #shopping-form #shopping_confirm_popup{
		width: 90%;
	}
}

@media screen and (max-width: 640px){
	#shopping-form-wrapper #shopping-form #shopping_confirm_popup{
		width: 95%;
	}
	#shopping-form-wrapper #summary_box__confirm_button_back{
	    margin: 8px 10px 10px 10px !important;
	}
}

/*------------------------------------------------------------
特定商取引に関するページ
-------------------------------------------------------------*/
#tradelaw_wrap #tradelaw__tel a{
	color: #fff;
	text-decoration: underline;
}