/* sweetalert2 ADD css */
.sa-confirm-button-container .confirm,
.sa-button-container .cancel,
button.swal2-styled,
.swal2-actions .swal2-confirm,
.swal2-actions .swal2-cancel,
button.swal-button,
.swal-button-container .swal-button--confirm,
.swal-button-container .swal-button--cancel {
  height: auto;
  line-height: 1.2;
}

button.swal-button:hover {
  border: 0;
}

.swal2-content .select-wrapper{
  display: none;
}

a{
  cursor: pointer;
}

/*

#f4e125;
#ec6a1a;

*/

.takeout-bg{
  background: #ec6a1a;
  color: white;
}
.takeout-text{
  color: #ec6a1a;
}
.delivery-bg{
  background: #f4e125;
  color: #42210b;
}
.delivery-text{
  color: #f4e125;
}

/* blockquote */
blockquote.success{
  border-left: 5px solid #66bb6a;
}
blockquote.info{
  border-left: 5px solid #03a9f4;
}
blockquote.note{
  border-left: 5px solid #607d8b;
}

.top_nav{
  background-color: #FFF9C4 !important;
  color: #3E2723 !important;
}
#main_nav{
  background-color: #f4e125 !important;
  color: #3E2723 !important;
}
#main_nav li a{
  color: #3E2723;
  font-weight: bold;
}
#toggle_icon{
  color: #3E2723 !important;
}
/*
.active_menu{
  background-color: #ec6a1a !important;
}
*/
.active_menu{
  background-color: #558b2f !important; /* Materialize Color: .light-green.darken-3 */
  /* darken-2: #689f38 */
}
#main_nav a.active_menu{
  color: white;
}
#main_nav .col_li a{
  color: white;
}
/* slider */
.slide_type_wrap{
  padding: 16px 0;
}

.caption p{
  color: white !important;
  text-shadow: 0 0 5px rgba(0,0,0,0.2), 0 0 10px rgba(0,0,0,0.4), 0 0 15px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.8);
}
.caption h3{
  text-shadow: 0 0 5px rgba(0,0,0,0.2), 0 0 10px rgba(0,0,0,0.4), 0 0 15px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.8);
}

/* flex */
.flex_wrap{
  display: flex;
  flex-wrap: wrap;
}
.type_icon{
  cursor: inherit;
  pointer-events: none;
  border: 2px solid #222;
  font-weight: bolder;
  line-height: 36px;
}
.timeout_label{
  position: absolute;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  top: 0;
  right: 0;
  text-align: center;
}

@media only screen and (min-width: 993px){
  body.has_fixed_sidenav{
    padding-left: 250px;
    transition: .3s;
  }
  body.has_fixed_sidenav.nav_close{
    padding-left: 0;
  }
  body.has_fixed_sidenav.nav_small{
    padding-left: 80px;
  }
  .sidenav{
    width: 250px;
    transition: .3s;
  }
  body.has_fixed_sidenav #main_head nav{
    width: calc(100% - 250px);
  }
  body.has_fixed_sidenav.nav_close #main_head nav{
    width: calc(100%);
  }
  body.has_fixed_sidenav.nav_small #main_head nav{
    width: calc(100% - 80px);
  }
  .nav_small .sidenav{
    width: 80px;
  }
  .nav_small .sidenav_icon{
    transform: rotate(180deg);
  }
  .nav_small .brand-logo{
    max-width: 80px;
    overflow: hidden;
  }
  .nav_small .sidenav li>a>i{
    margin: 0;
  }
  .nav_small .menu-title{
    display: none;
  }
  .nav_small .small_hide{
    display: none;
  }
}


.sidenav li>a>i.sidenav_icon{
  transition: .3s;
  margin: auto;
  float: initial;
}

.sidenav li>a.sidenav_close{
  padding: 0;
  cursor: pointer;
}



.head_title{
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 16px;
}

li .chevron{
  transition: .3s;
}
li.active .chevron{
  transform: rotate(-90deg);
}


/* logo */
#logo-container{
  height: 64px;
}
#logo-container img{
  max-width: 100%;
  max-height: 100%;
}
#logo-container img.small{
  display: none;
}
.nav_small #logo-container{
  padding: 4px;
}
.nav_small #logo-container img.small{
  display: initial;
}
.nav_small #logo-container img.large{
  display: none;
}

a.header_logo{
  display: inline-block;
  max-width: 200px;
  height: 100%;
  max-height: 64px;
  cursor: pointer;
  margin-left: 8px;
}
a.header_logo img{
  height: 100%;
  max-height: 60px;
}

img.load_gif{
  max-width: 160px;
}

a.sign{
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  margin-top: -16px;
  right: 8px;
  border: 2px solid #3E2723;
  text-align: center;
}
a.sign i{
  font-size: 24px;
  line-height: 28px;
  color: #3E2723;
}

.main{
  padding: 0px 0 0;
  position: relative;
}
@media only screen and (min-width: 993px){
  .main{
    padding: 16px;
  }
}

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

}

#reload_icon{
  position: fixed;
  display: block;
  border-radius: 50%;
  left: 50%;
  margin-left: -20px;
  top: 90px;
  width: 40px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  z-index: -99;
}
#reload_icon i{
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

#reload_icon.reload{
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
  z-index: 99999 !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#reload_icon.reload i{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  animation: load 5s infinite alternate;
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}



/* breadcrumb */
#breadcrumb{
  background: white;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
#breadcrumb .breadcrumb{
  color: #263238;
  font-size: 12px;
}
#breadcrumb .breadcrumb:before{
  color: #263238;
}



/*  */
#takeout_in,
#delivery_in{
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ccc;
  line-height: 1;
}
#takeout_in .sub_img,
#delivery_in .sub_img{
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
#takeout_in:active .sub_img{
  top: -15%;
}
#delivery_in:active .sub_img{
  top: -15%;
}

#delivery_in .msk_img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* initial_mask */
.initial_mask{
  background: white;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2999;
}

.initial_mask .preloader_holder{
  margin: auto;
}

.contents_title{
  font-size: 24px;
  text-align: center;
  margin: 64px 0 32px;
  position: relative;
  font-weight: bold;
}
.contents_title span{
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #f4e125;
  box-sizing: border-box;
}
.contents_title span::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 50%;
  background: #ec6a1a;
}


.card-title.bg_dark{
  width: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.9),rgba(0,0,0,0.0));
}
.card-title.bg_dark.no_stock{
  font-size: 15px !important;
}
/* 店舗一覧 */
.type_wrap{
  position: absolute;
  top: 8px;
  left: 8px;
}
.store_list_item .card-title{
  font-size: 20px;
}
.card_thumbnail{
  position: relative;
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.store_category{
  display: inline-block;
  padding: 2px 8px;
  text-align: center;
  margin-bottom: 4px;
  /* border-radius: 20px; */
  font-size: 12px;
  color: white;
}
.card .card-content{
  padding: 8px 8px 16px;
}
#store_category_wrapper{
  position: relative;
  height: 60px;
  /* margin-top: -8px; */
  background: white;
  z-index: 100;
}
#fixed_wrapper{
  position: fixed;
  transition: .3s;
  max-width: 100%;
}

@media only screen and (min-width: 993px){
  body.has_fixed_sidenav #fixed_wrapper{
    width: calc(100% - 250px);
  }
  body.has_fixed_sidenav.nav_small #fixed_wrapper{
    width: calc(100% - 80px);
  }
  #store_category_wrapper{
    margin: -16px -16px 0;
  }
}
#store_category_tab{
  display: block;
  z-index: 100;
  height: 60px;
  padding: 8px 8px 0;
  box-sizing: border-box;
}
#store_category_tab .tab{
  border-radius: 50px;
  border: 1px solid #eee;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
#store_category_tab .tab .active{
  background: #c2185b;
  color: white;
}
#store_category_tab .indicator{
  /* display: none; */
}

.in_view_contents{
  opacity: 0;
  padding: 0;
  /* transition: .6; */
}
.in_view_contents.show{
  /* opacity: 1; */
}
#in_view_list{
  margin-bottom: 0;
  /* margin-top: 64px; */
}
#in_view_list > .tabs-content > .col{
  overflow-y: auto;
  padding: 0;
}


.card .card-title{
  font-size: 16px;
  font-weight: 500;
}

/* メニュー一覧*/
.genre_wrap{
  position: absolute;
  top: 8px;
  left: 8px;
}
.genre_wrap span{
  display: inline-block;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 14px;
}

/* 店舗詳細 */
#img_wrapper{
  position: relative;
  min-height: 120px;
  max-height: calc(90vh - 60px);
  margin-top: -8px;
  overflow: hidden;
  text-align: center;
}
#shop_main_img{
  display: block;
  position: fixed;
  transition: .3s;
}
@media only screen and (min-width: 993px){
  body.has_fixed_sidenav #shop_main_img{
    display: block;
    width: calc(100vw - 250px);
    position: absolute;
    transition: .3s;
  }
  body.has_fixed_sidenav.nav_small #shop_main_img{
    width: calc(100vw - 80px);
  }
}
.store_title{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.store_title_text{
  margin: auto;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  color: white;
  text-shadow: 0 0 5px rgba(0,0,0,0.4),0 0 10px rgba(0,0,0,0.6),0 0 15px rgba(0,0,0,0.8);
}
.img_mask{
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  /* transition: .3s; */
  background: linear-gradient(0deg, rgba(0,0,0,0.9),rgba(0,0,0,0.0));
  opacity: 0;
}
#info_main_content{
  position: relative;
  background: white;
}
@media only screen and (min-width: 993px){
  #img_wrapper{
    margin: -16px -16px 0;
  }
  #info_main_content{
    margin: 0 -16px 0;
  }
}

.store_phone{
  font-size: 24px;
  font-weight: bold;
}

.tel_only_mode{
  background: #ec6a1a;
  padding: 4px 8px;
  color: white;
  border-radius: 4px;
  text-align: center;
}
.tel_only_mode p{
  color: white;
  font-size: 18px;
  font-weight: bolder;
}
.info_title{
  font-size: 20px;
  font-weight: bold;
  color: #263238;
}
.info_title small{
  font-size: 14px;
}
.info_sub_title{
  font-size: 20px;
  font-weight: bold;
  color: #263238;
}
.genre_wrapper{
  padding: 4px;
}
.genre_wrapper span{
  color: white;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 30px;
  font-size: 12px;
}
.menu_code{
  position: absolute;
  display: inline-block;
  padding: 8px 24px 8px 16px;
  font-weight: bold;
  font-size: 18px;
  bottom: 8px;
  left: 0;
  /* border: 2px solid #263238; */
}
.menu_code_text{
  display: block;
  padding: 8px 0;
  font-weight: bold;
  font-size: 16px;
}
.text_title{
  font-weight: bold;
  font-size: 16px;
}
.price span{
  font-size: 22px;
  font-weight: bolder;
  color: #263238;
  margin-right: 2px;
}

#info_menu_tab{
  margin: 32px 0;
  position: relative;
  background: 0;
  transition: .3s;
}
#info_menu_tab.fixed{
  z-index: 30;
  position: fixed;
  margin: 0;
  height: auto;
  padding: 8px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.8);
}
@media only screen and (max-width: 600px){
  #info_menu_tab.fixed{
    left: 0;
  }
}
#info_menu_tab .tab{
  background: none;
  max-width: 50%;
}
#info_menu_tab .tab a{
  color: #263238;
  background: white;
  transition: .3s;
  border: 1px solid #546e7a;
  border-radius: 50px 0 0 50px;
}
#info_menu_tab .tab:nth-child(2) a{
  border-radius: 0 50px 50px 0;
}
#info_menu_tab .tab a.active{
  background: #546e7a;
  color: white;
}
#info_menu_tab .indicator{
  background: #263238;
  display: none;
}

.count_btn_wrapper > .row,
.count_btn_wrapper > .row > .col{
  margin: 0 !important;
  padding: 0 !important;
}

#count,.list_count{
  font-size: 24px;
  line-height: 40px;
  font-weight: bolder;
}
.minus,
.plus,
.list_minus,
.list_plus{
  display: inline-block;
}
.minus i,
.plus i,
.list_minus i,
.list_plus i{
  font-size: 40px;
}
#price span,.total_fee{
  font-size: 20px;
  font-weight: bolder;
}
.total_fee{
  margin: 0 -24px;
}

@media only screen and (max-width: 600px){
  #cart_modal{
    width: 96%;
  }
}
#cart_modal .modal-content{
  padding: 16px;
}
#cart_list_ul li{
  border: 1px solid #ccc;
}

/* customer_menu */
#cart_btn{
  position: relative;
  overflow: visible;
}
#cart_btn .count_batch{
  display: none;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  background: #c62828;
  color: white;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  z-index: 10;
}
#cart_btn .count_batch.on{
  display: inline-block;
}

#deri_fee{
  display: none;
}

#receipt_input{
  display: none;
}

/* Account */
.how_type{
  display: inline-block;
  padding: 2px 4px;
  margin-right: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.history_list .collapsible-header .row{
  width: 100%;
  margin: 0 auto;
}
.order_progress_wrapper{
  width: 100%;
  height: 40px;
  margin-top: 8px;
  position: relative;
  border-top: 1px solid transparent;
}
.progress_bar{
  width: 0;
  height: 8px;
  margin-top: 16px;
  position: relative;
  transition: .8s;
  border-radius: 10px;
}
.progress_icon{
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #1e88e5;
  border-radius: 50%;
  top: -12px;
  right: 0px;
  transition: .8s;
}
.progress_icon span{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  transition: .8s;
}
.progress_icon span i{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 32px;
  line-height: 32px;
  margin: auto;
  font-size: 20px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  transition: .8s;
}
.progress_icon span img{
  position: absolute;
  top: 6px;
  left: 6px;
  display: none;
  width: 20px;
  line-height: 32px;
  margin: auto;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  transition: .8s;
}


.order_progress_wrapper[data-status="0"] .progress_bar{
  width: 15%;
  background: #1e88e5;
}

.order_progress_wrapper[data-status="0"] .progress_icon{
  background: #1e88e5;
}
.order_progress_wrapper[data-status="0"] .p_0{
  display: block;
}

.order_progress_wrapper[data-status="1"] .progress_bar{
  width: 15%;
  background: #1e88e5;
}

.order_progress_wrapper[data-status="1"] .progress_icon{
  background: #1e88e5;
}
.order_progress_wrapper[data-status="1"] .p_0{
  display: block;
}

.order_progress_wrapper[data-status="2"] .progress_bar{
  width: 20%;
  background: #1e88e5;
}
.order_progress_wrapper[data-status="2"] .progress_icon{
  background: #1e88e5;
}
.order_progress_wrapper[data-status="2"] .p_0{
  display: block;
}

.order_progress_wrapper[data-status="3"] .progress_bar{
  width: 25%;
  background: #1e88e5;
}
.order_progress_wrapper[data-status="3"] .progress_icon{
  background: #1e88e5;
}
.order_progress_wrapper[data-status="3"] .p_0{
  display: block;
}

.order_progress_wrapper[data-status="4"] .progress_bar{
  width: 30%;
  background: #283593;
}
.order_progress_wrapper[data-status="4"] .progress_icon{
  background: #283593;
}
.order_progress_wrapper[data-status="4"] .p_3{
  display: block;
}

.order_progress_wrapper[data-status="5"] .progress_bar{
  width: 40%;
  background: #00acc1;
}
.order_progress_wrapper[data-status="5"] .progress_icon{
  background: #00acc1;
}
.order_progress_wrapper[data-status="5"] .p_4{
  display: block;
}

.order_progress_wrapper[data-status="6"] .progress_bar{
  width: 60%;
  background: #c0ca33;
}
.order_progress_wrapper[data-status="6"] .progress_icon{
  background: #c0ca33;
}
.order_progress_wrapper[data-status="6"] .p_5{
  display: block;
}

.order_progress_wrapper[data-status="7"] .progress_bar{
  width: 80%;
  background: #7cb342;
}
.order_progress_wrapper[data-status="7"] .progress_icon{
  background: #7cb342;
}
.order_progress_wrapper[data-status="7"] .p_6{
  display: block;
}

.order_progress_wrapper[data-status="8"] .progress_bar{
  width: 100%;
  background: #43a047;
}
.order_progress_wrapper[data-status="8"] .progress_icon{
  background: #43a047;
}
.order_progress_wrapper[data-status="8"] .p_7{
  display: block;
}



#store_name{
  margin-top: 4px;
  font-size: 18px;
  font-weight: bold;
}

.tracking_status{
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 16px 0 64px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  transition: .6s;
}
.status_label{
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -24px;
  text-align: center;
}
.icons{
  position: absolute;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  line-height: 60px;
}
.icons i{
  color: white;
  opacity: 0;
  transition: .6s;
  font-size: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}
.icons img{
  opacity: 0;
  transition: .6s;
  position: absolute;
  width: 60px;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.tracking_status[data-status="0"]{
  background: #1e88e5;
}
.tracking_status[data-status="0"] .p_0{
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}
.tracking_status[data-status="1"]{
  background: #1e88e5;
}
.tracking_status[data-status="1"] .p_0{
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}

.tracking_status[data-status="2"]{
  background: #1e88e5;
}
.tracking_status[data-status="2"] .p_1{
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}
.tracking_status[data-status="3"]{
  background: #1e88e5;
}
.tracking_status[data-status="3"] .p_2{
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}
.tracking_status[data-status="4"]{
  background: #00acc1;
}
.tracking_status[data-status="4"] .p_3{
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}
.tracking_status[data-status="5"]{
  background: #00acc1;
}
.tracking_status[data-status="5"] .p_4{
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}
.tracking_status[data-status="6"]{
  background: #c0ca33;
}
.tracking_status[data-status="6"] .p_5{
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}
.tracking_status[data-status="7"]{
  background: #7cb342;
}
.tracking_status[data-status="7"] .p_6{
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}
.tracking_status[data-status="8"]{
  background: #43a047;
}
.tracking_status[data-status="8"] .p_7{
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}

#tracking_progress{
  width: 90%;
  margin-right: 10%;
  height: 32px;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#tracking_progress::before{
  display: block;
  position: absolute;
  content: "";
  bottom: 100%;
  right: -1px;
  width: 1px;
  height: 20px;
  background: #ccc;
}
#tracking_progress::after{
  display: block;
  position: absolute;
  content: "商品お渡し";
  bottom: 100%;
  margin-bottom: 20px;
  right: -11px;
  width: 22px;
  font-size: 14px;
  line-height: 1;
  background: #eceff1;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
}
#tracking_progress[data-status="8"]::after{
  content: "ありがとうございました";
}
#tracking_progress .bar{
  position: relative;
  width: 10%;
  height: 100%;
  background: #1e88e5;
  transition: .6s;
}
.okamochi_icon{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #555;
  box-sizing: border-box;
  background: white;
}


#tracking_progress[data-status="0"][data-type="0"] .bar{
  width: 20%;
  background: #1e88e5;
}
#tracking_progress[data-status="0"][data-type="1"] .bar{
  width: 10%;
  background: #1e88e5;
}
#tracking_progress[data-status="1"][data-type="0"] .bar{
  width: 20%;
  background: #1e88e5;
}
#tracking_progress[data-status="1"][data-type="1"] .bar{
  width: 10%;
  background: #1e88e5;
}

#tracking_progress[data-status="2"][data-type="0"] .bar{
  width: 30%;
  background: #1e88e5;
}
#tracking_progress[data-status="2"][data-type="1"] .bar{
  width: 20%;
  background: #1e88e5;
}
#tracking_progress[data-status="3"][data-type="0"] .bar{
  width: 40%;
  background: #1e88e5;
}
#tracking_progress[data-status="3"][data-type="1"] .bar{
  width: 30%;
  background: #1e88e5;
}
#tracking_progress[data-status="4"][data-type="0"] .bar{
  width: 50%;
  background: #283593;
}
#tracking_progress[data-status="4"][data-type="1"] .bar{
  width: 40%;
  background: #283593;
}
#tracking_progress[data-status="5"][data-type="0"] .bar{
  width: 50%;
  background: #00acc1;
}
#tracking_progress[data-status="5"][data-type="1"] .bar{
  width: 40%;
  background: #00acc1;
}
#tracking_progress[data-status="6"][data-type="0"] .bar{
  width: 90%;
  background: #c0ca33;
}
#tracking_progress[data-status="6"][data-type="1"] .bar{
  width: 70%;
  background: #c0ca33;
}
#tracking_progress[data-status="7"][data-type="1"] .bar{
  width: 80%;
  background: #7cb342;
}
#tracking_progress[data-status="8"] .bar{
  width: 100%;
  background: #43a047;
}



/* 利用規約 */
.use_contents{
  margin-bottom: 32px;
}
.use_contents h3{
  font-size: 18px;
  font-weight: bold;
}


.rand_ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.rand_ol ol{
  padding-left: 1em;
}
.rand_ol > li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.rand_ol > li:before {
  counter-increment: item;
  content: '('counter(item)')';
  /* 以下は自由に装飾... */
  padding-right: .5em;
}




.modal.bottom-sheet{
  max-height: 60% !important;
}



/* delivery */
.over_distance .card_thumbnail{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

#selectAddressInfo{
  opacity: 0;
  transition: .3s;
  position: fixed;
  width: 100%;
  height: 16px;
  padding: 2px;
  background: rgba(255,255,255,0.8);
  left: 0;
  bottom: 0;
  z-index: 1;
}
#selectAddressInfo p{
  margin: 0;
  font-size: 10px;
  text-align: center;
}
#selectAddressInfo.show{
  opacity: 1;
}

#add_change{
  position: fixed;
  right: 20px;
  bottom: 20px;
}
