/* Header */
#header #container{
    max-width: 1200px;
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 768px){
/*
    #header #container .shoplogo:before{
        position: absolute;
        display: block;
        content: "";
        background: #642714;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 117px;
    }
*/
/*
    #header #container .header_navi1:before{
        position: absolute;
        display: block;
        content: "";
        background: #feedd2;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 80px;
    }
*/
}

/* Contents Top */
.ec-layoutRole .ec-layoutRole__contents{
    max-width: 1200px;
}



/* Footer */

.ec-footerRole{
    background: no-repeat;
    padding-top: 0;
    border-top: none;
}
.ec-footerRole #footer{
    border-top: none;
    max-width: 1300px;
    margin-top: 0;
}

@media only screen and (min-width: 768px){
    .ec-footerRole #footer{
        border-top: 10px solid #000;
    }
    .ec-footerRole {
        padding-top: 0;
        margin-top: 100px;
    }
}

/* common style */
.u-mt1{
  margin-top: 1rem !important;
}
.u-mt2 {
  margin-top: 2rem !important;
}
.u-mb1 {
  margin-bottom: 1rem !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}

.btn-brown, .btn-brown:hover, .btn-brown:focus,
.btn-brown0, .btn-brown0:hover, .btn-brown0:focus{
    background-color: #7f433b !important;
    outline: none;
    color: #fff;
    font-weight: bold;
    font-family: 'Sawarabi Mincho';
    line-height: 1.42857;
}
.btn-brown, .btn-brown:hover, .btn-brown:focus,
.btn-brown0, .btn-brown0:hover, .btn-brown0:focus{
    line-height: 43px;
    margin-top: 8px;
}
.ec-totalBox{
    background: #ececec;
}
.ec-rectHeading h1,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4,
.ec-rectHeading h5,
.ec-rectHeading h6{
    background: #ececec;
    border-bottom: none!important;
}
.ec-zipInput{
    width: 100%;
}
.ec-radio label{
    min-width: 40px;
}
.ec-radio span{
    display: block;
}
@media only screen and (max-width: 767px){
    .ec-modal-wrap .btn-primary{
        width: 100%;
    }
}

/* Mypage */
.ec-mypageRole,
.ec-orderRole{
    color: #000;
}
.ec-welcomeMsg{
    border-bottom: none;
    color: #000;
}
.ec-borderedDefs{
    border-top: none;
}
.ec-borderedDefs dl{
    border-bottom: none;
}
.ec-historyRole .ec-historyRole__contents{
    color: #000;
}
@media only screen and (min-width: 768px){
    .ec-welcomeMsg {
        padding-left: 26px;
        padding-right: 26px;
        text-align: left;
    }
}

/* 商品一覧 */
.ec-shelfGrid__item__desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
}

/* 商品詳細 */
.ec-productRole #detailrightblock{
    color: #000;
}
div#customervoicearea{
    color: #000;
    padding-right: 15px;
    padding-left: 15px;
}
.ec-price.tax_exclude{
    color: #000;
/*     line-height: 0.5; */
}
.ec-price__box .ec-price{
    line-height: 1;
}
.ec-price__box .ec-price span{
    vertical-align: baseline;
}
.ec-price .ec-price__price{
    padding: 0;
}
.ec-productRole__price.price-name .ec-price__title{
    color: #000;
    font-size: 16px;
    line-height: 2;
}
#detail_upsale{
    margin-top: 2rem;
}
@media only screen and (max-width: 767px){
    div#customervoicearea{
        padding: 0;
    }
    .ec-price.tax_exclude .ec-price__price{
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px){
    .ec-price.tax_exclude{
        font-size: 20px;
        line-height: 1.4;
    }
}


/* Shopping */
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action{
    font-size: 20px;
}
.ec-progress .ec-progress__number{
    background: #000;
}
.ec-progress .ec-progress__item:after{
    background: #000;
}
.ec-progress .ec-progress__label{
    color: #000;
}
.ec-progress .is-complete .ec-progress__number{
    background: #aa564b;
}
.ec-progress .is-complete .ec-progress__label{
    color: #aa564b;
}
.ec-selects{
    display: flex;
    flex-direction: column;
}
.ec-searchnavRole .ec-searchnavRole__infos{
    color: #000;
    border-top: dotted 2px #000;
}
.ec-alert-warning{
    background: transparent;
}
.ec-alert-warning .ec-alert-warning__icon{
    display: none;
}
.ec-alert-warning .ec-alert-warning__text{
    color: #000;
}
.ec-registerRole,
.ec-registerCompleteRole,
.ec-cartCompleteRole{
    color: #000;
}
#gmo_payment_gateway_credit_form .credit-logo ul{
    display: flex;
    flex-wrap: wrap;
}
#gmo_payment_gateway_credit_form .credit-logo ul li{
    float: none;
    width: 14%;
}
@media only screen and (min-width: 768px){
    .ec-orderRole {
        padding: 0;
    }
    .ec-orderRole .ec-orderRole__detail{
        padding-left: 0;
    }
    .ec-orderRole .ec-orderRole__summary{
        padding-right: 0;
    }
    .ec-progress{
        margin-top: 30px;
    }
    #gmo_payment_gateway_credit_form .credit-logo ul li{
        float: none;
        width: 7%;
    }
}

.ec-AddAddress .ec-AddAddress__item{
    background: transparent;
}
@media only screen and (min-width: 768px){
    .ec-AddAddress{
        margin: 0;
    }
}

/* 下層ページ */
.ec-contactRole{
    color: #000;
}
.ec-warning {
  border: red 3px solid;
  margin-bottom: 2px;
}
@media only screen and (min-width: 992px){
    #regular_flights .pdt129{
        padding-left: 129px!important;
    }
}

/* パスワード再送 */
.ec-reportHeading{
    border-top: none;
}
.ec-reportDescription{
    text-align: left;
}
