@charset "UTF-8";
#masthead {
  height: 55vw;
  max-height: 700px;
}
#side-info .shop-detail > div {
  margin: 1vw 0 .5vw;
}
#top-logout {
  position: absolute;
  top: 4.5vw;
  right: 38vw;
  z-index: 1234567;
}
#bnr-drink {
  margin: 10px auto 30px;
  width: 555px;
  background-color: #222;
  color: #fff;
  padding: 10px;
}
#bnr-drink img {
  display: inline-block;
  width: 220px;
  vertical-align: top;
}
#bnr-drink > div {
  display: inline-block;
  width: 305px;
  padding-left: 10px;
}
#bnr-drink a i {
  margin-left: .4em;
}
#brand {
  border-bottom: solid 1px #ccc;
  text-align: center;
  margin-bottom: 30px;
}
#brand li {
  display: inline-block;
  padding: 5px 10px 10px;
}
.storefront-primary-navigation {
  position: static;
}
.deli-primary-navigation {
  position: absolute;
  width: 100vw;
  bottom: 5vw;
  left: 0;
  z-index: 12345;
}
#pay-box {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 123456;
  background-color: #fff;
  padding: 3vw 0 2vw;
}
#pay-box .woocommerce-mini-cart__buttons,
#pay-box .attachment-woocommerce_thumbnail,
#pay-box .woocommerce-mini-cart__total strong,
#pay-box .cart-contents .woocommerce-Price-amount,
#pay-box .woocommerce-mini-cart__empty-message,
#pay-box > ul > li:first-child {
  display: none !important;
}
#pay-box > ul {
  margin-bottom: 0;
}
#pay-box li {
  list-style: none;
}
#pay-box .woocommerce-mini-cart__total {
  border-bottom: 0;
  padding: 0;
}
#pay-box .woocommerce-mini-cart__total .woocommerce-Price-amount {
  position: absolute;
  bottom: 3vw;
  left: 25vw;
  width: 40%;
  text-align: center;
  font-size: 170%;
  display: none;
}
#pay-box .widget_shopping_cart {
  text-align: left;
  display: none;
  margin-bottom: 3vw;
  border-color: #ccc;
  padding-top: 1vw;
}
#pay-box .woocommerce-mini-cart-item {
  padding: 2vw 5vw 0 15vw;
}
#pay-box .woocommerce-mini-cart-item .quantity {
  font-size: 80%;
  text-align: right;
  display: block;
}
#pay-box .variation, #pay-box .variation p, #pay-box .widget_shopping_cart {
  margin: 0;
}
#pay-box .variation dt, #pay-box .variation dd {
  display: inline-block;
  margin: 0;
}
#pay-box .remove_from_cart_button {
  width: 15vw;
  text-align: center;
}
#pay-box .remove_from_cart_button+a,
#pay-box .cart-contents {
  pointer-events: none;
  color: #333;
}
#pay-box .cart-contents .count {
  display: block;
  text-align: left;
  padding-left: 5vw;
}
#pay-box .woocommerce-mini-cart {
  padding-bottom: 3vw;
}
#cart-icon, #cart-price {
  float: left;
}
#cart-icon {
  width: 20%;
  font-size: 200%;
  border: solid 1px #999;
  border-radius: 4vw;
  margin-left: 2%;
  background-color: #efefef;
  max-height: 12vw;
  line-height: 1.1;
  padding-top: 2vw;
}
#cart-icon span {
  font-size: 60%;
  font-weight: 700;
  margin-left: 1vw;
  display: inline-block;
  max-width: 7vw;
  line-height: 0.9;
}
#cart-price {
  width: 43%;
  font-weight: 700;
  font-size: 180%;
  line-height: 1.8;
}
#pay-button {
  float: right;
  width: 35%;
  padding: 0 2vw;
}
#pay-button a {
  display: block;
  padding: 1vw 2vw .9vw;
  font-size: 130%;
  background-color: #C11518;
  color: #fff;
  border-radius: 1.5vw;
}
#pay-button a.dis {
  opacity: .3;
}
#add-cart .added_to_cart {
  display: none;
}
.cat-des {
  margin-left: 1vw;
}

.outofstock a {
  pointer-events: none;
}
.outofstock::before {
  content: "SOLD OUT";
  position: absolute;
  top: 1vw;
  left: 1vw;
  border: solid 2px #D40E21;
  padding: 1.2vw 1.5vw .5vw;
  color: #D40E21;
  font-weight: 700;
  font-size: 130%;
  background-color: rgba(255,255,255,.8);
  line-height: 1;
}
.site-main ul.products li.product,
.product_type_simple.add_to_cart_button {
  position: relative;
  z-index: 12;
}
.site-main ul.products li.product .added_to_cart {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 100%;
  padding: 0;
  font-size: 0;
  pointer-events: none !important;
  cursor: default !important;
  z-index: 1234;
}
.site-main ul.products li.product .added_to_cart {
  display: none;
}
.site-main ul.products li.product .button {
  height: 3vw;
  line-height: 2.5vw;
  display: block;
}
.added_to_cart.wc-forward::before {
  font-size: 1.3vw;
  content: "追加しました";
  display: block;
  position: relative;
  z-index: 1234;
}
.outofstock .product_type_simple,
.outofstock .product_type_variable {
  display: none !important;
}


@media (min-width:1200px){
  #lang-area {
    top: 48px;
    right: 30vw;
  }
  #top-logout {
    top: 54px;
    right: 36vw;
  }
}
#return-hotel {
  display: none;
}
@media (max-width:767px){
  #content {
    padding-top: 3vw !important;
  }
  .outofstock::before {
    top: 5vw;
    left: 5vw;
  }
  .product_type_simple, .site-main ul.products li.product .button {
    display: none;
  }
  #masthead {
    height: 65vw;
  }
  .header-info {
    position: static;
    margin: 1vw 1vw 1vw 18vw;
    width: 81%;
    padding: 1.5vw 1.5vw .5vw !important;
  }
  #top-logout {
    text-align: right;
    padding: 0;
    top: 3vw;
    right: 25vw;
  }
  #return-hotel {
    display: block;
    padding: 3vw 3vw;
    font-size: 220%;
    position: absolute;
    top: .7vw;
    left: .7vw;
    line-height: 1.1;
    /*background-color: rgba(255,255,255,.9);*/
    z-index: 123456;
    text-align: center;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  #return-hotel span {
    font-size: .7rem;
    display: block;
    font-weight: 600;
  }
  .shop-detail {
    padding: 0 4vw;
    margin: 5vw auto;
    position: relative;
    z-index: 123456;
    border: 0;
    /*background-color: #fff;
    box-shadow: .4vw .4vw 1.3vw rgba(0,0,0,.4);
    width: 90vw;
    border-radius: 1vw;*/
  }
  .shop-detail h1 {
    margin-bottom: 2vw;
  }
  .shop-detail dt {
    width: 30vw;
  }
  #shop-pr {
    padding: 4vw;
    background-color: #f9f9f9;
    border: solid 1px #eee;
  }
  #shop-pr i  {
    display: none;
  }
  #shop-pr h2 {
    text-align: center;
  }
  #shop-pr div {
    /*display: none;*/
    padding-top: 2vw;
  }
  #bnr-drink {
    margin: 0 auto 30px;
    width: 90%;
    padding: 3vw;
    position: relative;
  }
  #bnr-drink img {
    width: 100%;
    object-fit: cover;
    height: 68vw;
  }
  #bnr-drink > div {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    padding: 3vw 5vw 5vw;
  }
  #bnr-drink p {
    margin-bottom: 5px;
    font-size: 110%;
  }
  #bnr-drink a {
    display: block;
    text-align: center;
    font-size: 120%;
    padding: 1vw 0 !important;
  }
  .content-area {
    padding-top: 5vw;
  }
  .list-wrap {
    padding: 3vw 0;
  }
  .list-wrap h1 {
    padding-top: 0;
  }
  #p-cat {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1234567;
    background-color: #fff;
    width: 100vw;
    opacity: 0;
  }
  #p-cat ul {
    padding: 3vw 3vw;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
  }
  #p-cat a {
    padding: 1vw 3.5vw;
    font-size: 110%;
    position: relative;
  }
  #p-cat a:focus {
    outline: none;
  }
  #p-cat a.current {
    color:  #C50E11;
  }
  #p-cat a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: .7vw;
    background-color: #C50E11;
    transform: scale(0);
    transition: transform .3s;
    z-index: -1;
  }
  #p-cat a.current::after {
    transform: scale(1);
  }
  .woocommerce-LoopProduct-link {
    padding: 1vw;
    border: solid 1px #ddd;
    border-radius: 2vw;
    background-color: #fff;
  }
  li.product .woocommerce-LoopProduct-link img {
    border-radius: 2vw;
    margin-bottom: 2vw!important;
  }
  #detail-frame, #close-frame, #add-cart {
    position: fixed;
    right: -100vw;
    background-color: #fff;
    width: 100vw;
    opacity: 0;
  }
  #detail-frame {
    top: 0;
    z-index: 1234567;
    height: 110vh;
    -webkit-overflow-scrolling: touch; 
    overflow: auto;
    background-color: #fff;
  }
  #detail-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #fff;
  }
  #close-frame {
    height: 14vw;
    top: 0;
    padding: 4vw 3vw 0;
    z-index: 1234568;
    font-size: 120%;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #close-frame i {
    margin-right: 3vw;
  }
  #add-price {
    width: 32vw;
  }
  #add-price .woocommerce-Price-amount {
    font-size: 120%;
  }
  #add-cart {
    bottom: 0;
    z-index: 1234568;
    height: 15vw;
    padding: 3vw 3vw 0;
  }
  #add-cart button {
    display: block;
    padding: 1vw 1vw .9vw;
    font-size: 120%;
    background-color: #DD9000;
    color: #fff;
    border-radius: 1.5vw;
    width: 30vw;
    float: right;
  }
  #add-cart div {
    float: left;
    font-weight: 700;
    font-size: 190%;
    text-align: center;
  }
  #add-cart #order-num {
    width: 30vw;
  }
  #order-num input {
    border: none;
    pointer-events: none;
    width: 10vw;
    text-align: center;
    background-color: #fff;
    box-shadow: none;
    padding: 0;
    font-weight: 700;
  }
  #order-num .fa-minus-circle {
    opacity: .3;
  }
  #cart-in {
    display: none;
    flex-wrap: wrap;
    opacity: 0;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123456;
  }
  #cart-in div {
    text-align: center;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 6vw 0;
    border-radius: 2vw;
    flex: 0 0 45%;
    max-width: 45%;
    font-size: 170%;
  }
  .cat-des {
    margin-left: 3vw;
  }
  a.remove {
    height: 7vw;
  }
  a.remove:before {
    font-size: 5vw;
  }
  .price del, #add-price del {
    font-size: 70%;
  }
  
}



