

.notice-whole{
    
    width:100%;
    max-width: 980px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    letter-spacing: 0.2em;
    font-size      : 0.8rem;          

    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.whole{
    
    width:100%;
    max-width: 980px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.display_none{
    display: none;
}

.md-10{
    /* font-size: 2.0rem;  */
    width: 0.5rem;    
}
.md-20{
    /* font-size: 2.0rem;  */
    width: 1rem;    
}
.md-40 {
    font-size: 4.0rem; 
}

.login-area-checkbox{
    width:90%;
    font-size: small;
    margin-top: 2%;
}

.search-whole{

    /*margin-top:10rem;*/


    width:100%;                /* 横の幅を100% */
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
}

.tab-wrap {
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}

.tab-label {
	
	color: White;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
    /* font-size: 2.8rem;            */
	order: -1;
    padding-right:1.8em;/* 文字列の余白設定 */
    /*padding-top:0.25em;*//* 文字列の余白設定 */
    padding-bottom:10px;/* 文字列の余白設定 */
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-switch:checked + .tab-label {
	color: #D45D87; 
}
.tab-switch {
	display: none;/* input タグを非表示 */
}

/* ============================== */

/* ==============================
/* 幅と高さの設定
/* ============================== */

.tab-container,
.tab-content {
	/* max-width: calc(150vw - 10px*2); */
	width: 90%;/* 全体の幅 */
}

.tab-wrap {
	width: 100%;
}

/* ==============================
/* 追加(上書き有り)CSS
/* ============================== */

* {
	box-sizing: border-box;
}

.tab-container {
	box-shadow: 0 0 5px rgba(0,0,0,.1);
    overflow: hidden;
	overflow-x: auto;
	position: relative;
}
.tab-wrap {
	box-shadow: none;
	overflow: visible;
}
/*
.tab-content {
	left:0;
  position: -webkit-sticky;
	position: sticky;
}
*/
.tab-wrap::before {
	content: '';
	height: 0;
	order: 1;
	width: 100%;
}

.header-whole-index{
    width:100%;

}


.header-whole-top{
    width:100%;
    height:70px;
     display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
        
    text-align: center;
}
.mypage-txt-whole{
    flex-basis: 70%;
    text-align: left;
    padding-left: 3%;

    letter-spacing: 0.05em;
}
.header-logo-img{
    width: 25%;
}

@media only screen and (max-width: 820px){
    .header-logo-img{
        width: 25%;
    }   
}
.search-area-top{
    width:90%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
        
    text-align: center;
}

.search-logo-icon {

    flex-basis:80%;
    position: relative;
    text-align: center;
    border         : 3px;
    /* height         : 3.7rem;                    */
    margin         : 0;                  /* 外余白               */
    /* padding-top    : 1rem ;             */
    /* padding-bottom : 2rem ;          */
    
    color          : #fff;
    font-size      : 4rem;               /* フォントサイズ        */
  
     
    display: flex;              /* 段組 */
    flex-wrap: nowrap;            /* 折り返しあり */
    flex-direction: row;
    align-content: center;/* 要素を均等に配置 */
    align-items: center;       /*最も高い要素に高さを合わせる*/
    justify-content: center;
  
}
.search-acount-icon {

    flex-basis:10%;
    position: relative;
    text-align: center;
    border         : 3px;
    /* height         : 3.7rem;                    */
    margin         : 0;                 
    color          : #fff;
    font-size      : 4rem;               /* フォントサイズ        */
  
     
    display: flex;              /* 段組 */
    flex-wrap: nowrap;            /* 折り返しあり */
    flex-direction: row;
    align-content: center;/* 要素を均等に配置 */
    align-items: center;       /*最も高い要素に高さを合わせる*/
    justify-content: center;
  
}
.icon-acount-img{
    width: 2.5rem;
    z-index: 9999;
}
.icon-back-img{
    width: 1.5rem;
    z-index: 9999;
}

.icon-back-button-img{
    width: 2.0rem;
    z-index: 9999;
}

.header-whole-serach{
    width:100%;
    height:90px;
    background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);/*135 Slick Carbon*/
    background-blend-mode: multiply;/*135 Slick Carbon*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
        
    text-align: center;
}
.header-whole-tab{
    width:100%;
    height:50px;
    background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);/*135 Slick Carbon*/
    background-blend-mode: multiply;/*135 Slick Carbon*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
        
    text-align: center;
}

.header-address-whole{
    width:100%;
    background-image: linear-gradient(to top, #e2ebf0 0%, #cfd9df 100%);
    background-blend-mode: multiply;/*135 Slick Carbon*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.0rem; 
    font-weight:100;
    
    padding-top:0.4rem;
    padding-bottom:0.4rem;
    
    text-align: center;
}
.address-area{
    width          : 95%;                
    margin         : auto;               
    letter-spacing : 0.05em;              
    font-size: 0.8rem;
    font-weight    : 100;               
    line-height    : 1.3;               
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.regi-border{
    width:100%;
    border-bottom: 3px solid #CFCFCF;
    margin-top:0.5%;
    margin-bottom:0.5%;
    opacity:0.5;
}

.list-count-updown{
   flex-basis:40%;
}
.list-delete{
   flex-basis:20%;

}
.list-post-pay{
   flex-basis:30%;

}

.after-pay-button-area{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    
    font-size: 2.0rem;
}

.after-pay-button-area-delete{
    flex-basis:30%;
}

.after-pay-button-area-back-pay{
    flex-basis:60%;
}



.comp-button-go-rireki-button{

   width:90%;
   background:#ffffff;
   border: 2px solid #CFCFCF; 
   border-radius: 10px;
   box-shadow: 0 0 5px rgba(0,0,0,.1);
   text-align: center; 
   
    padding-top:1.0rem;
    padding-bottom:1.0rem;
    
    margin-top:1.0rem;
}
.search-area{
/*width          : 90%;*/              
  width          : 100%;               
  /*height         : 7rem;  */            
  margin         : auto;              
  letter-spacing : 0.1em;         
  font-weight    : bold;         
  line-height    : 0;          
  text-align: center;
}

 /* --- テキスト入力欄のSTYLE設定 --- */
 .search-text {
  display        : block;           
  float          : left;          
  box-sizing     : border-box;        
  height         : 3.7rem;              
  width          : 60%;               
/*margin         : 0;*/
  margin-left    : 5%;
  padding        : 0 12px;          
  border         : 2px solid #fff; 
  border-radius  : 6px 0 0 6px;     
  color          : #333;           
  outline        : 0;               
  font-size      : 1.4rem;             
}
 
 /* --- 検索ボタン欄のSTYLE設定 --- */
 .search-area-items {
  float          : left;             
  box-sizing     : border-box;       
  height         : 3.7rem;        
  margin         : 0;            
  padding-top    : 1rem ;   
  padding-left    : 1rem ;   
  padding-right    : 1rem ;   
  /* padding        : 2rem 3rem;        */
  border         : none;             
  border-radius  : 0 6px 6px 0;   
  background     : #DEF1F0;        
  color          : #fff;            
  cursor         : pointer;       
  line-height    : 12px;            
  font-size      : 4rem;            
}

.searchHome {

    text-align: center;
    border         : 3px;
    height         : 3.7rem;               
    margin         : 0;                  /* 外余白               */
    /* padding-top    : 1rem ;             */
    /* padding-bottom : 2rem ;          */
    
    color          : #fff;
    font-size      : 4rem;               /* フォントサイズ        */
  
     
    display: flex;              /* 段組 */
    flex-wrap: nowrap;            /* 折り返しあり */
    flex-direction: row;
    align-content: center;/* 要素を均等に配置 */
    align-items: center;       /*最も高い要素に高さを合わせる*/
    justify-content: center;
  
  }
 .searchCart {

    position: relative;
    text-align: center;
    border         : 3px;
    height         : 3.7rem;               
    margin         : 0;                  /* 外余白               */
    /* padding-top    : 1rem ;             */
    /* padding-bottom : 2rem ;          */
    
    color          : #fff;
    font-size      : 4rem;               /* フォントサイズ        */
  
     
    display: flex;              /* 段組 */
    flex-wrap: nowrap;            /* 折り返しあり */
    flex-direction: row;
    align-content: center;/* 要素を均等に配置 */
    align-items: center;       /*最も高い要素に高さを合わせる*/
    justify-content: center;
  
}


.logout-mypage{
    position: relative;
    text-align: center;
    border         : 3px;
    height         : 3.7rem;               
    margin         : 0;                  /* 外余白               */
    /* padding-top    : 1rem ;             */
    /* padding-bottom : 2rem ;          */
    
    color          : #fff;
    font-size      : 0.8rem;               /* フォントサイズ        */
  
     
    display: flex;              /* 段組 */
    flex-wrap: nowrap;            /* 折り返しあり */
    flex-direction: column;
    align-content: center;/* 要素を均等に配置 */
    align-items: center;       /*最も高い要素に高さを合わせる*/
    justify-content: center;
}

@media only screen and (min-width: 600px) {

    .logout-mypage{
        font-size      : 1rem;
        flex-direction: row;
    }
}

.cart-img-whole{
    flex-basis: 100%;
    text-align: right;
    position: relative;    
    padding-bottom    : 1rem ;            
}
@media only screen and (min-width: 600px) {
    .cart-img-whole{
        flex-basis: 30%;
        text-align: right;
    
        position: relative;
        padding-bottom    : 0rem ;       
    }
}
.cart-txt-whole{
    flex-basis: 70%;
    text-align: left;
    padding-left: 3%;

    letter-spacing: 0.05em;
}

 
 /* --- 検索ボタン欄にフォーカスか来たとき --- */
.search-text:focus {
  background     : #fff;            /* フォーカス時の背景色  */
}
 
 /* --- IEの入力エリア右側×消し -------------------------*/
 
.search-text::-ms-clear {
  display        : none;               /* ×を消す              */
}


.cart-count{
    position: absolute;
    right: 15px;
    bottom: 11px;
    color:#333333;
    font-size:1rem;
    font-weight:bold;

    border:1px solid #999999;
    border-radius: 50%;
    background-color: #ffffff;

    width:25px;
    height:25px;

    z-index: 10000;
}
.icon-cart-img{
    width: 2.5rem;

    position: absolute;
    right: 21px;
    bottom: 10px;
    
    z-index: 9999;

}
.icon-home-img{
    width: 2.5rem;

    /* position: absolute;
    right: 21px;
    bottom: -29px; */
    
    z-index: 9999;

}

.icon-loading-img{
    width: 1.1rem;
}
.icon-img{
    width: 2.0rem;
}

.icon-logout-img{
    width: 1.4rem;
}
@media only screen and (min-width: 600px){
    .icon-logout-img{
        width: 2.0rem;
    }
}
.icon-loading-img.rotate {
	-webkit-animation: spin 1.5s linear infinite;
	-moz-animation: spin 1.5s linear infinite;
	-ms-animation: spin 1.5s linear infinite;
	-o-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
.icon-img.rotate {
	-webkit-animation: spin 1.5s linear infinite;
	-moz-animation: spin 1.5s linear infinite;
	-ms-animation: spin 1.5s linear infinite;
	-o-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.icon-search-img{
    width: 2rem;    
    z-index: 9999;

}
.icon-favorite-img{
    width: 2.3rem;

    position: absolute;
    right: -20px;
    bottom: -20px;
    
    z-index: 9999;

}

.icon-empty-cart-img {
    width:20%;
    font-size: 1.5rem;
    padding: 3% 3%;
    z-index: 9999;
}
.icon-pin-img {
    width:5%;
    max-width: 30px;
    z-index: 9999;
}
html{
    font-family: "ヒラギノ角ゴシック" ,"Sawarabi Gothic" ,"Kaisei Decol", "Kaisei Opti","Pacifico","Rampart One";

    margin-left: 0;         /* 余白の削除 */
    margin-right: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    width:100%;
    height:100%;
}



.footer-product-top { 
	width: 100%;                /* 横の幅80% */
	margin: auto;              /* 中央揃え */
    text-align: center;        /* テキスト中央揃え */
    color: white;              /* テキストカラー */
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    margin-top:2.0%;
    
    
}
.circle-button{
    width:85%;                /* 横の幅を100% */
    color:#FFFFFF;
    /*
    background-color:#23AC0E;     
    border: solid 3px #23AC0E;
    */
    background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
    border-radius: 20px;
    font-size: 3.0em;   /*0.8倍の大きさに*/
    font-weight:normal;
    text-align: center;        /* テキスト中央揃え */
    
    
    padding-top:3.5%;
    padding-bottom:3.5%;
}
.add-deli-Date-button{
    width:95%;                /* 横の幅を100% */
    color:#555555;
    /*
    background-color:#23AC0E;     
    border: solid 3px #23AC0E;
    */
    border: solid 3px #F8D94B;
    background-color: #F8D94B;
    border-radius: 20px;
    font-size: 3.0em;   /*0.8倍の大きさに*/
    font-weight:normal;
    text-align: center;        /* テキスト中央揃え */
    
    
    padding-top:3.5%;
    padding-bottom:3.5%;
    margin-bottom:6.5%;
}

/* .add-new-button{
    width:95%;                
    color:#555555;
    border: solid 3px #F8D94B;
    background-color: #F8D94B;
    border-radius: 20px;
    font-size: 3.0em;   
    font-weight:normal;
    text-align: center;       
    padding-top:3.5%;
    padding-bottom:3.5%;
} */



.gray-panel{
    background : #000;
    opacity  : 0.5;
    width  : 100%;
    height  : 2000px;
    position : fixed;
    top   : 0;
    left  : 0;
   
    z-index  : 2000;
}

.now-pay-fixed
{
    position: fixed;
    bottom: 0;
    height: 70rem;
    width: 100%;                /* 横幅100%　*/
    
    background : #fff;
    z-index  : 3000;
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    justify-content: flex-start;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    padding-top:3rem;
    
}

.div-1{
    width: 95%;  
    
    background : #ffffff;
     display: flex;             /* 段組 */
     flex-wrap: nowrap;         /* 折り返しなし */
     flex-direction: column;
     justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
     align-items:center;
     align-content:center;
}
.div-after{
    width: 95%;  
    background-color:#FFFFFF;
    padding-left:2.5%;
    padding-right:2.5%;
    
     display: flex;             /* 段組 */
     flex-wrap: nowrap;         /* 折り返しなし */
     flex-direction: column;
     justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
     align-items:center;
     align-content:center;
}
.div-2-address{
    width: 90%; 
    height:5rem;
    
     display: flex;             /* 段組 */
     flex-wrap: nowrap;         /* 折り返しなし */
     flex-direction: column;
     justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
     align-items:center;
     align-content:center;
     
     padding-top:3rem;
     padding-bottom:3rem;
}.div-2{
    width: 90%;  
    
     display: flex;             /* 段組 */
     flex-wrap: nowrap;         /* 折り返しなし */
     flex-direction: column;
     justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
     align-items:center;
     align-content:center;
     
     padding-top:3rem;
     padding-bottom:3rem;
}
.div-3{
    width: 90%;  
    
     display: flex;             /* 段組 */
     flex-wrap: nowrap;         /* 折り返しなし */
     flex-direction: column;
     justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
     align-items:center;
     align-content:center;
     
     padding-top:3rem;
     padding-bottom:3rem;
}

.confirm-name-info{
   flex-basis:75%;
   
   display: flex;             /* 段組 */
   flex-wrap: nowrap;         /* 折り返しなし */
   flex-direction: column;
   justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
   align-items:center;
   align-content:center;
}

.now-name-border{
    width:98%;
    border-bottom: 3px solid #CFCFCF;
    margin-top:0.5%;
    margin-bottom:0.5%;
}
.now-border{
    width:95%;
    border-bottom: 3px solid #CFCFCF;
    margin-top:1.5%;
    margin-bottom:1.5%;
    opacity:0.5;
}
.after-border{
    width:100%;
    border-bottom: 3px solid #CFCFCF;
    margin-top:1.5%;
    margin-bottom:1.5%;
    opacity:0.5;
}
/* .back-border{
    width:100%;
    border-bottom: 3px solid #CFCFCF;
    margin-top:0.5%;
    margin-bottom:0.5%;
    opacity:0.5;
} */


.now-title{
     flex-basis:25%; 
    width:100%;
    display: flex;             /* 段組 */
   flex-wrap: nowrap;         /* 折り返しなし */
   flex-direction: column;
   justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
   align-items:center;
   align-content:center;
   
    
}
.now-title-name{
   width:100%; 
   font-size: 2.5rem;
   text-align:center;
   color:#009F8C;
   text-decoration:underline;
}
.now-info{
    flex-basis:75%;
     width:100%;
    display: flex;             /* 段組 */
   flex-wrap: nowrap;         /* 折り返しなし */
   flex-direction: column;
   justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
   align-items:center;
   align-content:center;
   
    
}
.now-info-name{
   width:90%; 
   font-size: 2.5rem;
}

.now-pay-amount-color{
   font-size: 3.1rem;
   color:#BF1E56;
}
.point-color{
   color:#BF1E56;
}

/* .new-card-whole-gray{ 	
	width:90%;               
    background-color:#FFFFFF;    
    
    
    display: flex;             
    flex-wrap: nowrap;         
    flex-direction: column;
    justify-content: center;
    align-items:center;
    align-content:center;
    
    padding-top:4%;
    padding-bottom:4%;
    padding-left:1%;
    padding-right:1%;
    
    margin-bottom:5%;
} */
/* .new-card-column{
    width:100%;              
    
    display: flex;           
    flex-wrap: nowrap;       
    flex-direction: row;
    justify-content: center;
    align-items:center;
    align-content:center;
    
    padding-left:8%;
    
    margin-top:0.3em;
    margin-bottom:0.3em;
    
} */

/* .new-card-left{

    flex-basis: 92%;
    text-align: left;      
    
    font-size: 2.5em;  
    display: flex;         
    flex-wrap: nowrap;       
    flex-direction: row;
    justify-content: left;
    align-items:center;
    align-content:center;
} */
/* .new-card-right{
    flex-basis: 8%;
    font-size: 2.5em;  
    font-weight:  bold;
    display: flex;           
    flex-wrap: nowrap;        
    flex-direction: row;
    justify-content: flex-end;
    align-items:center;
    align-content:center;
    
    margin-right:5%;
    padding-right:2%;
} */

.new-address-column{
    width:100%;                /* 横の幅を100% */
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    margin-top:2.8rem;
    margin-bottom:2.8rem;
    
}

.new-address-left{
    flex-basis: 17%;/*横幅の指定*/
    text-align: center;        /* テキスト中央揃え */
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    font-size: 3.5em; 
    
}

.new-address-right{
    flex-basis: 83%;/*横幅の指定*/
    font-weight:  bold;
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:flex-start;
   /* align-content:center;*/
    
}

.new-pay-column{
    width:100%;                /* 横の幅を100% */
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    margin-top:2.8rem;
    margin-bottom:2.8rem;
    
}
.new-pay-left{
    flex-basis: 17%;/*横幅の指定*/
    text-align: center;        /* テキスト中央揃え */
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    font-size: 3.5em; 
    
}

.new-pay-right{
    flex-basis: 83%;/*横幅の指定*/
    font-weight:  bold;
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:flex-start;
   /* align-content:center;*/
    
}

.new-pay-right-waku{
    width:100%;                /* 横の幅を100% */
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:flex-start;
   /* align-content:center;*/
}
.new-pay-card-list-column{
    width:80%;                /* 横の幅を100% */
    font-weight:normal;
    font-size: 2.5em;   /*0.8倍の大きさに*/
    text-align:left;
}
.new-pay-card-list-column-bold{
    width:80%;                /* 横の幅を100% */
    font-weight:bold;
    font-size: 2.5em;   /*0.8倍の大きさに*/
    text-align:left;
}

.product-shosai-back-column{
    width:100%; 
    margin-top:2rem; 
 
}

/* .new-pay-back-column{
    width:100%; 
    margin-bottom:2rem; 
 
} */
/* .new-pay-back-text{
    width:25%; 
    padding-bottom:2.0%;
    padding-bottom:2.0%;
    
    text-align:left;
    font-size: 2.5rem;
    color:#009F8C;
    text-decoration:underline;
} */

.no-select-color{
    color:#CFCFCF;
}
.no-back-color{
    color:#009F8C;
}
.cart-pay-whole{
    width:100%;                /* 横の幅を100% */
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
}


.new-add-whole{
    width:100%;                /* 横の幅を100% */
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    padding-top:3rem;
}
.new-address-add-whole{
    width:100%;                /* 横の幅を100% */
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    padding-top:3rem;
}
.new-pay-add-whole{
    width:100%;                /* 横の幅を100% */
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    padding-top:3rem;
    
    
    z-index: 4000;
}

/* .product-input-gray{ 	
	width:90%;                
    background-color:#F9F9F9;     
    border: solid 6.5px #F9F9F9;
    border-radius: 20px;
    
    display: flex;             
    flex-wrap: nowrap;         
    flex-direction: column;
    justify-content: center;
    align-items:center;
    align-content:center;
    
    padding-top:4%;
    padding-bottom:4%;
    padding-left:1%;
    padding-right:1%;
    
} */
/* .product-input-title2{
    width:95%;               
    text-align: left;        
    color:#555555;
    font-weight:bold;
    font-size: 2.5rem;       
    margin-bottom:3%;
} */
/* 
.contract-input-whole{
    width:95%;               
    text-align: center;      
    color:#555555;
    font-weight:bold;
    font-size: 2.5rem;   
    
    margin-bottom:5%;
    
    display: flex;       
    flex-wrap: nowrap;   
    flex-direction: row;
    justify-content: center;
    align-items:center;
    align-content:center;
    
} */

.new-postal-left{
    flex-basis:60%;
}
.new-postal-right{
    flex-basis:40%;
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: flex-end;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
}

.search-postal-button{
    width:85%;  
    border: solid 3px #CFCFCF;
    border-radius: 10px;
    font-weight:normal;
    font-size: 2.5rem;   
    
    padding-top:6.0%;
    padding-bottom:6.0%;
}
.guide-input-icon-lime{
    color:#555555; 
    margin-right:4%;

}

.contract-input {
  color:#555555;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight:500;
  font-size: 3rem;   /*0.8倍の大きさに*/
  
  border: solid 4.5px #CCCCCC;
  border-radius: 10px;
  
  background: #FFFFFF;
  transition: all 0.3s;
  padding: 4.5%;
  width:100%;
  box-sizing: border-box;
  outline:0;
}
.contract-input:focus { 
  /*border:6.5px solid #BF1E56; */
  /*border:6.5px solid #EDAD0B; */
  border:6.5px solid #FCD578;  
}
.contract-input-postal {
  color:#555555;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight:500;
  font-size: 3rem;   /*0.8倍の大きさに*/
  
  border: solid 4.5px #CCCCCC;
  border-radius: 10px;
  
  background: #FFFFFF;
  transition: all 0.3s;
  padding-left: 6.5%;
  padding-right: 4.5%;
  padding-top: 7.5%;
  padding-bottom: 7.5%;
  width:100%;
  box-sizing: border-box;
  outline:0;
}
.contract-input-postal:focus { 
  /*border:6.5px solid #BF1E56; */
  /*border:6.5px solid #EDAD0B; */
  border:6.5px solid #FCD578;  
}
/* .hisu{
    color:#FCD578;
    background-color:#FFFFFF;     
    border: solid 3px #FCD578;
    border-radius: 10px;
    font-size: 0.6em;  
    font-weight:bold;
    text-align: center; 
    
    margin-left:4%; 
    padding-left:2%;
    padding-right:2%;
    padding-top:1.0%;
    padding-bottom:1.0%;
} */



.selectbox {
    width:100%;
    position:relative;
}

select{
  -webkit-appearance:none;
    appearance:none;
  width:100%;
  padding:0.5em 0.5em;
  box-sizing:border-box;
  font-size:2.5rem;
   background:#FFFFFF;
  border: solid 4.5px #CCCCCC;
  border-radius: 10px;
  color:#555555;
}
.selectbox::after{
  content:"";
  display:block;
  width:20px;
  height:20px;
  position:absolute;
  right:10%;/* 矢印の位置右側からみて％が大きいほど左に動く */
  top:42%;/* 矢印の位置上側からみて％が大きいほど下に動く */
  border-bottom:#555 2px solid;/*矢印の色の設定*/
  border-right:#555 2px solid;/*矢印の色の設定*/
  transform:rotate(45deg)translateY(-30%);/*上の線を回転させて矢印っぽく見せるための設定*/
}


select:focus { 
  /*border:6.5px solid #BF1E56; */
  /*border:6.5px solid #EDAD0B; */
  outline: none;
  border:6.5px solid #FCD578;  
}

.now-pay-shokei-left{

    flex-basis: 92%;/*横幅の指定*/
    text-align: left;        /* テキスト中央揃え */
    
    font-size: 2.5em;   /*0.8倍の大きさに*/
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: left;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
}
.now-pay-shokei-right{
    flex-basis: 8%;/*横幅の指定*/
    font-size: 2.5em;   /*0.8倍の大きさに*/
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: flex-end;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    margin-right:5%;
    padding-right:2%;
    
    
}
.now-pay-gokei-left{

    flex-basis: 92%;/*横幅の指定*/
    text-align: left;        /* テキスト中央揃え */
    
    font-size: 2.5em;   /*0.8倍の大きさに*/
    font-weight:  bold;
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: left;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
}
.now-pay-gokei-right{
    flex-basis: 8%;/*横幅の指定*/
    font-size: 2.5em;   /*0.8倍の大きさに*/
    font-weight:  bold;
    color:#C7243A;
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: flex-end;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    margin-right:5%;
    padding-right:2%;
    
    
}
.new-kessai-column{
    width:100%;                /* 横の幅を100% */
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: row;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    margin-top:5.8rem;
    margin-bottom:3.8rem;
}

.comp-kessai-column{
    width:80%;                /* 横の幅を100% */
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    margin-top:5.8rem;
    margin-bottom:3.8rem;
    
    font-size: 2.5em;   /*0.8倍の大きさに*/
    

}

.push-pay-contents{
    width:100%;                /* 横の幅を100% */
}
.payment-form-whole{
    width:100%;                /* 横の幅を100% */
    margin-top:2%;
}


#app {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  transition: all 0.2s;
}

.swipe-button {
  width: 800px;
  height:180px;
    /* background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%); */
    background:#F9E3AA;
  /*border: 1px solid #A445B2;*/
  color:#555555;
  font-size:2.5rem;
}



/*要素の非表示*/
.display_none {
    display: none;
}
/*ローディングアニメーションのCSS*/
#loader-bg {
    background-color: rgba(102,102,102,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.loading-flexbox{
display: flex;
justify-content: center;
align-items: center;
width:100%;height:100%;/* 親要素で高さを設定していないなら、こちらで高さ調整 例）height:35vh; */
}

.load-animate-fa{
    text-align:center;
    color:white;
}

.skyblue-color{
    color:#AEC1E3;
}
.smaller-size {
  font-size: 0.8em 
  /*0.8倍の大きさに*/
}
  


.footer-fixed
{
    position: fixed;
    bottom: 0;
    height: 8rem;
    width: 100%;                /* 横幅100%　*/
    
}
.footer-bk { 
	background-color:#FFFFFF;     /* 背景色(灰色) */
	height:8rem;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
    box-shadow: 0 -8px 3px -3px #F5F5F5;
} 
.footer-top { 
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	width: 100%;                /* 横の幅80% */
	margin: auto;              /* 中央揃え */
    text-align: center;        /* テキスト中央揃え */
    color: white;              /* テキストカラー */
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
   flex-direction: row;
   justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
   align-items:center;
   align-content:center;
    
}

.footer-left { 
    flex-basis: 50%;/*横幅の指定*/
}
.footer-right { 
    flex-basis: 50%;/*横幅の指定*/
}

.footer-three-parts { 
    flex-basis: 33%;/*横幅の指定*/
}

/*パネルの戻るボタンのデザイン*/
.btn-flat-back-border {
width: 60%;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  color: #444;
  /*
  border: solid 2px gray;
  border-radius: 3px;
  */
  transition: .4s;
  font-size: 3rem;
  height: 100%;
}
/*パネルの決定ボタンのデザイン*/
.btn-flat-border-blue {
 width: 60%; display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  color: #444;
  /*
  border: solid 2px #000704;
  border-radius: 3px;
  */
  transition: .4s;
  font-size: 3rem;
  height: 100%;
}
.font-weight-bold{
  font-weight:900;
}

/*リンクの形状*/
#page-top a{
    display: flex;
    justify-content:center;
    align-items:center;
    background:#F8D74B;
    border-radius: 10px;
    width: 140px;
    height: 140px;
    color: #555;
    text-align: center;
    text-decoration: none;
    font-size:2.6rem;
    transition:all 0.3s;
  }
  
  #page-top a:hover{
    background: #F3F3F3;
  }
  
  /*リンクを右下に固定*/
  #page-top {
    position: fixed;
    right: 50px;
    bottom:50px;
    z-index: 2;
      /*はじめは非表示*/
    opacity: 0;
    transform: translateY(200px);
  }
  
  
  
  /*　左の動き　*/
  
  #page-top.LeftMove{
      animation: LeftAnime 0.5s forwards;
  }
  
  @keyframes LeftAnime{
    from {
      opacity: 0;
      transform: translateX(200px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  /*　右の動き　*/
  
  #page-top.RightMove{
      animation: RightAnime 0.5s forwards;
  }
  @keyframes RightAnime{
    from {
        opacity: 1;
      transform: translateX(0);
    }
    to {
        opacity: 1;
      transform: translateX(200px);
    }
  }


  @media only screen and (min-width: 781px){
    .product-list-container {
    
        margin: 3% auto;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .product-paging-container {
    
        margin-bottom: 1% auto;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 780px){
    .product-list-container {
    
        margin: 3% auto;
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .product-paging-container {
    
        margin-bottom: 1% auto;
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

.outer-index-product-meisai{
    /* flex-basis: 30%; */
    flex-basis: 46%;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #333333;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-left: 1.6%;
    margin-right: 1.6%;

    position:relative;
    padding-bottom: 3%;;
}


@media only screen and (min-width: 769px) {
    .outer-index-product-meisai{
        flex-basis: 30%; 
    }
}


.fav-button-select-for-list{
    position: absolute;/*絶対配置*/

    top: 3%;
    left: 5%;
    margin:0;
    padding:0;

    color: #FCFCFC;
    font-size: 1.5rem;
    
    line-height: 1;/*行高は1に*/
    padding: 3% 3%;/*文字周りの余白*/


    z-index: 9999;
}

.md-list-fav { font-size: 1.7rem; }
@media only screen and (max-width: 780px){
    .md-list-fav { font-size: 1.3rem; }
}

.inner-index-product-img{
    width: 100%;
}


@media only screen and (max-width: 480px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    

        height:calc(100vh/2);
        max-height: 210px;
        /* height:calc(100vh/3);
        max-height: 140px; */
    }
}

@media only screen and (min-width: 481px) and (max-width: 649px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        /* height:calc(100vh/3);
        max-height: 200px; */
        height:calc(100vh/2);
        max-height: 300px;
    }
}

@media only screen and (min-width: 650px) and (max-width: 768px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        /* height:calc(100vh/3);
        max-height: 200px; */
        height:calc(100vh/2);
        max-height: 350px;
    }
}
@media only screen and (min-width: 769px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        height:calc(100vh/2);
        max-height: 250px;
        /* height:calc(100vh/2);
        max-height: 450px; */
    }
}

/* 
@media only screen and (min-width: 769px)and (max-width: 1176px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        height:calc(100vh/2);
        max-height: 250px;
    }
}

@media only screen and (min-width: 1177px)and (max-width: 1300px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        height:calc(100vh/2);
        max-height: 350px;
    }
}

@media only screen and (min-width: 1301px)and (max-width: 1400px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        height:calc(100vh/2);
        max-height: 400px;
    }
}

@media only screen and (min-width: 1401px)and (max-width: 1600px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        height:calc(100vh/2);
        max-height: 450px;
    }
}

@media only screen and (min-width: 1601px)and (max-width: 1800px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        height:calc(100vh/2);
        max-height: 500px;
    }
}

@media only screen and (min-width: 1801px)and (max-width: 1900px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        height:calc(100vh/2);
        max-height: 550px;
    }
}

@media only screen and (min-width: 1901px){
    .product-index-img{
        width: 100%;
        object-fit: cover;
    
        overflow: hidden;
    
        height:calc(100vh/2);
        max-height: 600px;
    }
} */

.inner-index-product-name{
    width: 100%;
    color:#555555;
    text-align: left;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: normal;
    margin-top: 8%;
}

.inner-index-product-price{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}

.sold-price{
    text-align: right;
    font-size: 0.8rem;
    letter-spacing: 0.05em;

    color:#fff;
    border:1px solid #CFCFCF;
    border-radius: 3px;
    background-color: #CFCFCF;    
    padding-left: 0.2rem;
    padding-right: 0.2rem;

}
.index-price{
    text-align: right;
    font-size: small;
    font-weight: bold;

}

.index-tax{
    text-align: left;
    font-size: 0.6rem;
    
}

.zaiko-green{
    color:#23AC0E;
    font-size:0.7rem;
}
.zaiko-red{
    color:#C7243A;
    font-size:0.7rem;
}


.div-shosai-whole{
    width:100%;
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    
}

.div-shosai-whole-button-area{

    width: 100%;
 
    display: flex;
    justify-content: center;
    align-items: center;
 
    margin-top:5%;
 
}

.no-product-parts{
    flex-basis:90%;
    margin-left:1.0%;
    margin-right:1.0%;
    width:95%;                /* 横の幅を100% */
    color:#555;
     
    font-size: 1.0rem;   /*0.8倍の大きさに*/
    font-weight:normal;
    text-align: center;        /* テキスト中央揃え */
     
     
     padding-top:3.0%;
     /* padding-bottom:3.0%; */
     margin-bottom:3.0%;
}

.circle-cart-pay-button{
    flex-basis:90%;
    margin-left:1.0%;
    margin-right:1.0%;
    width:95%;                /* 横の幅を100% */
    color:#555;
     
    /* background-color:#F8D74B;      */
    /* background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%); */
    
    /* background-color: #DCD9D4;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
    background-blend-mode: soft-light,screen; */

    /* background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); */

    /* background-image: linear-gradient(to top, #c79081 0%, #dfa579 100%); */

    background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
    background-blend-mode: screen;

    /* border: solid 3px #F8D74B; */
     
     border-radius: 10px;
     font-size: 1.0rem;   /*0.8倍の大きさに*/
     font-weight:normal;
     text-align: center;        /* テキスト中央揃え */
     
     
     padding-top:3.0%;
     /* padding-bottom:3.0%; */
     margin-bottom:3.0%;
}


.category-title{
    flex-basis:86%;
    margin-left:1.0%;
    margin-right:1.0%;
    width:95%;                /* 横の幅を100% */
    color:#555;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
     
     /* border-radius: 10px; */
     font-size: 1.0rem;   /*0.8倍の大きさに*/
     font-weight:normal;
     text-align: center;        /* テキスト中央揃え */
     
     
     padding-top:3.0%;
     padding-bottom:3.0%;
     margin-bottom:3.0%;
}



.div-winelog-whole{
    width:100%;
    min-width: 400px;
    max-width: 750px;
    
    display: flex;             /* 段組 */
    flex-wrap: nowrap;         /* 折り返しなし */
    flex-direction: column;
    justify-content: center;/*要素の均等配置それぞれの要素に余白あり */
    align-items:center;
    align-content:center;
    
    
}
.div-winelog-whole-button-area{

    width: 95%;
 
    display: flex;
    justify-content: center;
    align-items: center;
 
    margin-top:2%;

    color:#333;
    /* background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%); */
     
     border-radius: 5px;

    border: solid 3px #333;

 
}

.winelog-name{

    font-size: 0.85rem;
    flex-basis:60%;
    line-height: 1.4;
    padding-left: 3%;
    /* padding-right: 3%; */
}
.winelog-title{
    flex-basis:40%;
    /* margin-left:1.0%;
    margin-right:1.0%; */
    width:95%;                /* 横の幅を100% */

     font-size: 1.0rem;   /*0.8倍の大きさに*/
     font-weight:normal;
     text-align: center;        /* テキスト中央揃え */
     
     
     /* padding-top:3.0%;
     padding-bottom:3.0%;
     margin-bottom:3.0%; */
}
.winelog-img{
    width: 20.0rem;
}
