* {
    padding: 0px;
    margin: 0px;
    /* line-height: 110%; */
}

a {
    text-decoration: none;
    color: #000000;
}

td {
    border: solid 0.5px #555555;
    padding: 3px 0px;
}
input,select {
    border: solid 1px #555555;
}
input:active,select:active {
    outline: solid 3px rgba(100,248,255,0.4);
}
input:focus,select:focus {
    border: solid 1px #888888;
    outline: solid 3px rgba(100,248,255,0.4);
}

.pointer {
    cursor: pointer;
}
div.topImgs div.icons{
    position:absolute;
    display:flex;
    top:16px;
    left:72px;
}

div.topImgs img.aicon{
    width: 100px;
    scale: 120%;
    margin-top: -18px;}

div.topImgs img.bicon{
    width: 100px;
    scale: 120%;
    margin-top: -16px;
    margin-left: 10px;
}

div.topImgs img.bicon.MgLeft0{
    margin-left: 0px;
}


div.topImgs img.cicon{
    width: 100px;
    scale: 130%;
    margin-top: -20px;
    margin-left:5px;
}

#スティッキー領域 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    /* background-color: #ffffff; */
    background-color: #ffffff;
    /* height: 48px; */
    border-bottom: 1px solid #f1c59d;
}
/* 左上メニューCSSここから */

#左上メニュー内容 {
    position: absolute;
    /* height: 100vh; */
    width: 40%;
    left: -40%;
    top: 0;
    /* background: #ffffffd1; */
    background: #ffffffe0;
    transition: .7s;
    z-index:1;
}

#左上メニュー内容 ul {
    padding-top: 80px;
}

#左上メニュー内容 ul li {
    list-style-type: none;
    font-size: 20px;
}

#左上メニュー内容 a {
    display: block;
    text-decoration: none;
    color: #000000;
    /* margin: 0 -15px; */
    padding: 10px;
    transition: .5s;
    width:100%;
}

#左上メニュー内容 li a:hover {
    color: #ffffff;
    background: #cd5c5c;
    border-bottom: none;
}

#左上メニューアイコン {
    display: block;
    position: absolute;
    /* position: sticky; */
    top: -1px;
    left: 10px;
    width: 50px;
    height: 44px;
    cursor: pointer;
    transition: 1s;
    z-index:2;
}

.inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: rgb(235, 119, 47);
    transition: 1s;
    border-radius: 4px;
}

#line1 {
    /* top: 5px; */
    bottom: 26px;
}

#line2 {
    /* top: 20px; */
    bottom: 18px;
}

#line3 {
    bottom: 10px;
}
/* @@@todo ココが原因　川淵　slider →　202202180122　岡田さん指示で修正　上杉*/
/* .in{
transform: translateX(100%);
} */

.in_hamburger {
    transform: translateX(100%);
}

.line_1,
.line_2,
.line_3 {
    background: rgb(235, 119, 47);
}

.line_1 {
    transform: translateY(15px) rotate(-45deg);
    top: 0;
}

.line_2 {
    opacity: 0;
}

.line_3 {
    transform: translateY(-15px) rotate(45deg);
    bottom: 0;
}

.メニュー内容表示 {
    display: block;
}

.メニュー内容非表示 {
    display: none;
}

@media screen and (max-width: 480px) {
    #左上メニュー内容 ul li {
        font-size: 14px;
    }
}
/* 左上メニューCSSここまで */
/* 上部カート領域CSSここから */

.上部カート領域 {
    /* margin-top: -62px; */
    /* margin-bottom: 5px; */
    right: 1px;
    top: 1px;
    /* margin-right: 10px; */
    position: absolute;
    border: 1px;
    border-color: #9787875e;
    border-style: solid;
    width: 70px;
    height: 70px;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    background-image: url(./images/common/carticon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 40% top 54%;
    z-index: 100;
}
/* 上部カート領域CSSここまで */

.置き配 {
    color: #000;
    font-weight: bolder;
  }
  .ご在宅 {
    color: #888;
    font-weight: inherit;
  }

.comfirm {
    position: fixed;
    background-color: #c5f0f4;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.rireki-on {
    background-image: url('../images/common/rireki_cal_maru.png');
    background-size: contain;
    background-repeat:  no-repeat;         
    background-position:center center;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}

.f10 {
    font-size: 10px;
}
.f11 {
    font-size: 11px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f15 {
    font-size: 15px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f22 {
    font-size: 22px;
}
.f25 {
    font-size: 25px;
}
.f28 {
    font-size: 28px;
}
.f30 {
    font-size: 30px;
}
.f32 {
    font-size: 32px;
}
.f36 {
    font-size: 36px;
}
.fbold {
    font-weight: bold;
}
.fweight500 {
    font-weight: 500;
}
.fweight800 {
    font-weight: 800;
}

.lineheight80 {
    line-height: 80%;
}
.lineheight100 {
    line-height: 100%;
}
.lineheight115 {
    line-height: 115%;
}
.lineheight150 {
    line-height: 150%;
}

.button1 {
    padding: 15px 35px;
    color: #FFFFFF;
    background-color: #996633;
    border: solid 1px #000000;
    border-radius: 8px;
}
.button2 {
    padding: 10px;
    color: #996633;
    background-color: #FFFFFF;
    border: solid 1px #996633;
}
.button3 {
    padding: 15px 10px;
    color: #333;
    background-color: #a5e0ac;
    border: solid 1px #ddcdbd;
    border-radius: 5px
}
.button4 {
    /*注文履歴の詳細ボタン*/
    padding: 10px 20px;
    color: #333;
    background-color: #f8c182;
    border: solid 0px;
    border-radius: 5px
}
.button5 {
    /*お客様情報変更ボタン*/
    padding: 10px;
    color: #FFFFFF;
    background-color: #957a60;
    border: solid 1px #996633;
    border-radius: 8px;
}
.button6 {
    /*モーダル上部閉じるボタン*/
    padding: 3px 6px;
    font-size:18px;
    color: #000000;
    background-color: #FFFFFF;
    border: solid 1px #888888;
    border-radius: 1px;
}
.button7 {
    /*モーダル下部分CLOSE*/
    padding: 3px 7px;
    background-color: #FFFFFF;
    border: solid 1px #888888;
    border-radius: 2px;
}
.button8 {
    /*お客様情報変更ボタン*/
    padding: 8px 3px;
    color: #FFFFFF;
    background-color: #957a60;
    border: solid 1px #996633;
    border-radius: 8px;
}
.button9 {
    /*戻るボタン*/
    padding: 10px;
    color: #444444;
    background-color: #BBBBBB;
    border: solid 1px #a09b96;
    border-radius: 8px;
}

.pad0 {
    padding: 0px;
}
.pad2 {
    padding: 2px;
}
.pad5 {
    padding: 5px;
}
.pad7 {
    padding: 7px;
}
.pad10 {
    padding: 10px;
}
.pad30 {
    padding: 30px;
}
.pad2-5 {
    padding: 2px 5px;
}
.pad3-5 {
    padding: 3px 5px;
}
.pad5-10 {
    padding: 5px 10px;
}
.pady2 {
    padding: 2px 0;
}
.pady3 {
    padding: 3px 0;
}
.pady5 {
    padding: 5px 0;
}
.pady10 {
    padding: 10px 0;
}
.pt1 {
    padding-top: 1px;
}
.pt2 {
    padding-top: 2px;
}
.pt3 {
    padding-top: 3px;
}
.pt5 {
    padding-top: 5px;
}
.pt7 {
    padding-top: 7px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt50 {
    padding-top: 50px;
}

.pr10 {
    padding-right: 10px
}
.pr50 {
    padding-right: 50px
}
.pb0 {
    padding-bottom: 0px;
}
.pb2 {
    padding-bottom: 2px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb60 {
    padding-bottom: 60px;
}

.w142 {
    width: 14.2%;
}
.w10 {
    width: 10%;
}
.w15 {
    width: 15%;
}
.w20 {
    width: 20%;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w45 {
    width: 45%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w95 {
    width: 95%;
}
.w100 {
    width: 100%;
}

.w10x {
    width: 10px;
}
.w20x {
    width: 20px;
}
.w30x {
    width: 30px;
}
.w35x {
    width: 35px;
}
.w40x {
    width: 40px;
}
.w43x {
    width: 43px;
}
.w50x {
    width: 50px;
}
.w60x {
    width: 60px;
}
.w70x {
    width: 70px;
}
.w90x {
    width: 90px;
}
.w100x {
    width: 100px;
}
.w303x {
    width: 303px;
}
.m-w800 {
    max-width: 800px;
}
.min-w400 {
    min-width: 400px;
}
.min-w500 {
    min-width: 500px;
}

.h4x {
    height: 4px;
}
.h5x {
    height: 5px;
}
.h7x {
    height: 7px;
}
.h16x {
    height: 16px;
}

.h20x {
    height: 20px;
}
.h35x {
    height: 35px;
}

.h60x {
    height: 60px;
}

.h90vh {
    height: 90vh;
}

.mauto {
    margin: 0 auto;
}
.mag0 {
    margin: 0px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml50 {
    margin-left: 50px;
}
.ml90 {
    margin-left: 90px;
}
.ml100 {
    margin-left: 100px;
}
.mr10 {
    margin-right: 10px;
}
.mr30 {
    margin-right: 30px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.v-align-top {
    vertical-align: top;
}

.color-gray1 {
    color: #333333;
}
.color-white {
    color: #FFFFFF;
}
.color-red {
    color: #FF0000;
}
.color1 {
    color: #806e5f;
}
.color2 {
    color: #a35e25;
}

.bgc-white {
    background-color: #FFFFFF;
}
.bgc-gray1 {
    background-color: #F1F1F1;
}
.bgc-gray2 {
    background-color: #c2c2c2;
}
.bgc-gray3 {
    background-color: #dadada;
}
.bgc2 {
    background-color: #BB9A6D;
}
.bgc3 {
    background-color: #996633;
}
.bgc4 {
    background-color: #6b5844;
}
.bgc5 {
    background-color: #ecdfd0;
}
.bgc6 {
    background-color: #DDEBF7;
}
.bgc7 {
    background-color: #FF0000;
}
.bgc8 {
    background-color: #ffa1a1;
}

.radius5 {
    border-radius: 5px;
}
.radius8 {
    border-radius: 8px;
}
.radius10 {
    border-radius: 10px;
}
.radius25 {
    border-radius: 25px;
}
.radius50p {
    border-radius: 50%;
}
.radius100p {
    border-radius: 100%;
}

.line1 {
    border: solid 1px #000000;
}
.line2 {
    border: solid 1px #555555;
}
.line3 {
    /*商品詳細画面金額合計*/
    border: solid 1px #806e5f;
    border-radius: 15px;
}
.line4 {
    /*商品詳細画面商品枠*/
    border: solid 0.5px #806e5f;
    border-radius: 5px;
}
.line5 {
    /*配送状況の進行表示枠*/
    border: solid 2px #ffd0ab;
}
.line5tb {
    border-top: solid 2px #ffd0ab;
    border-bottom: solid 2px #ffd0ab;
}
.l-line1 {
    /*項目タイトル用左ライン*/
    border-left: solid 5px #773333;
}
.uline1 {
    border-bottom: solid 4px #AAAAAA;
}
.uline2 {
    border-bottom: solid 1px #AAAAAA;
}
.uline3 {
    border-bottom: solid 2px #AAAAAA;
}
.uline4 {
    border-bottom: solid 1px #FF0000;
}

.d-flex {
    display: flex;
}
.wrap-normal {
    flex-wrap: wrap;
}
.justify-center {
    justify-content: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.align-top {
    align-items: flex-start;
}
.align-center {
    align-items: center;
}
.align-bottom {
    align-items: flex-end;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.position1 {
    top: 10px;
    right: 10px;
}
.position2 {
    top:-5px;
    right: -5px;
}
.position3 {
    bottom: 50px;
    left: 2.5%;
}
.position4 {
    /*最近の注文、配送状況の枠*/
    bottom: 5px;
    right: 30px;
}
.position5 {
    /*最近の注文、配送チェック印、配送前*/
    top: -6px;
    left: 5px;
}
.position6 {
    /*最近の注文、配送チェック印、配送中*/
    top: -6px;
    left: 45%;
}
.position7 {
    /*最近の注文、配送チェック印、到着*/
    top: -6px;
    right: 4px;
}

.overY-scroll {
    overflow-y: scroll;
}

.text-check:before {
    content:"\02714";
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.modal-fade {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    /* animation-delay: 1s; */
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/*　元のorder.cssから引用　*/
.nav-tabs .nav-link {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-weight: bold;
    color: rgb(136, 119, 102);
    height: 32px;
    font-size: 18px;
    background-color: #FFFFFF;/*　後から追加　*/
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f9e8bb;
    border-color: #dee2e6 #dee2e6 #fff;
}


/*モーダル*/
.menumodal {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    overflow: scroll;
}
.menumodal2 {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
}
div.osiraseImg1{
    position: absolute;
    top: 10px;
    left: 38px;
    width: 20px;
    height: 20px;
}
div.osiraseImg2{
    position: absolute;
    top: 87px;
    left: 136px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
img.osiraseImg{
    width: 20px;
    height: 20px;
}