@charset "UTF-8";
#masthead {
  height: 42vw;
}
#comparison > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 3vw;
  text-shadow: 1px 1px 1px #c91616, -1px 1px 1px #c91616, 1px -1px 1px #c91616, -1px -1px 1px #c91616;
}
#comparison img {
  aspect-ratio: 27 / 25;
}
#comparison {
  position: absolute;
  top: 4vw;
  left: 0vw;
  width: 25vw;
  z-index: 12345;
  font-size: 120%;
}

#side-info .shop-detail > div {
  margin: 1vw 0 .5vw;
}
#lang-area {
  z-index: 123456;
}
.gtranslate_wrapper {
  display: block;
}
#gt_float_wrapper {
  z-index: 1234567 !important;
}
#gt_float_wrapper, #lang-area {
  position: absolute !important;
  top: 2.5vw !important;
  right: 33.8vw !important;
}
.gt_float_switcher, .gt_float_switcher .gt-selected {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element, .gt_float_switcher .gt-selected .gt-current-lang {
  width: 6.5vw;
  height: 5.2vw;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0 !important;
  opacity: 0;
}
#google_translate_element {
  text-align: center;
  font-size: 105% !important;
  padding: .8vw 0 0;
  line-height: 1.2;
  background-color: rgba(255,255,255, .9);
  color: rgb(22,22,22) !important;
  border-radius: .5em;
}
.gt-current-lang * {
  display: none !important;
}
.gt_options.gt-open {
  background-color: rgba(255,255,255,.9);
}
.gt_float_switcher .gt_options {
  max-height: 70vh !important;
}
#top-logout {
  position: absolute;
  top: 2.5vw;
  right: 41.5vw;
  z-index: 1234567;
}
.shop-address {
  margin-top: 10px;
}
#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;
}


#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;
}
#return-hotel {
  display: none;
}

/* エリア確認 */
#area-judgment *, #area-judgment2 *, #area-judgment ::after, #area-judgment ::before {
  box-sizing: border-box !important;
}
.form-control {
  width: 100%;
  border: solid 1px #999;
  border-radius: 5px;
  padding: .6vw 1vw !important;
  color: #666;
}
#area-judgment, #area-judgment2 {
  height: 100vh;
  width: 100%;
  background-color: rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12345;
  display: none;
}
#area-judgment > div > div, #area-judgment2 > div > div {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5vw 0 0;
  color: #333;
  margin: 0 auto;
  width: 37vw;
}
#area-form {
  padding: 1vw;
}
.hidden-input {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 0 0 10px !important;
  box-shadow: none !important;
  pointer-events: none;
}
.disabled {
  
}

@media (max-width:767px){
  #comparison {
    top: -12vw;
    left: -12vw;
    width: 65vw;
    font-size: 100%;
  }
  #comparison > div {
    padding: 2vw 0 0 10vw;
  }
  #area-judgment, #area-judgment2 {
    padding-top: 20vh;
  }
  #area-judgment > div > div, #area-judgment2 > div > div {
    width: 96vw;
    padding: 3vw 0 0;
    max-height: 75vh;
    overflow: auto;
    height: auto;
  }
  #area-form {
    padding: 3vw;
  }
  #content {
    padding-top: 0 !important;
  }
  .outofstock::before {
    top: 5vw;
    left: 5vw;
  }
  .product_type_simple, .site-main ul.products li.product .button {
    display: none;
  }
  #masthead {
    height: 70vw;
  }
  .header-info {
    position: static;
    margin: 1vw 1vw 1vw 18vw;
    width: 81%;
    padding: 1.5vw 1.5vw .5vw !important;
  }
  #gt_float_wrapper, #lang-area {
    position: absolute !important;
    top: 3vw !important;
    right: 3vw !important;
  }
  #google_translate_element, .gt_float_switcher .gt-selected .gt-current-lang {
    width: 17vw;
    height: 13vw;
  }
  #google_translate_element {
    padding: 1.8vw .5vw .5vw;
    margin-top: .4vw;
  }
  #top-logout {
    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;
  }
  #top-sp {
    background-color: #f9f9f9f9;
  }
  .shop-detail {
    padding: 0 4vw;
    margin: -15vw auto 3vw;
    border: 0;
    background-color: transparent;
  }
  .shop-detail > div {
    background-color: #fff;
    border-radius: 4vw;
    padding: 4vw;
    position: relative;
    z-index: 12345;
    border: solid 1px #ddd;
  }
  .shop-detail h1 {
    margin-bottom: 2vw;
    width: 83%;
    height: 12vw;
  }
  .shop-detail dl {
    padding-top: 1.5vw;
  }
  #deli-benefits {
    margin-top: 3vw;
    padding: 1.7vw 0 1.2vw;
    border-radius: 3px;
  }
  #deli-benefits dt, #deli-benefits dd {
    font-weight: 600 !important;
    width: auto;
  }
  .btn-contact {
    top: 2vw;
    right: 3vw;
    line-height: .6;
  }
  #shop-pr {
    padding: 4vw 3.5vw 6vw;
    background-color: #f9f9f9;
  }
  #shop-pr h2 {
    text-align: center;
    color: #258A97;
  }
  #pr-wrap {
    position: relative;
  }
  #pr-des {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #pr-con {
    height: 10vw;
    overflow: hidden;
  }
  #pr-con > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background: linear-gradient(to top, rgba(249, 249, 249,1) 0%, rgba(2249, 249, 249,1) 50%, rgba(249, 249, 249,0) 100%);
  }
  #pr-con span {
    display: inline-block;
    background-color: #999;
    padding: .5vw 7vw .3vw;
    border-radius: 3vw;
    margin-top: 6vw;color: #fff;
  }
  #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: 0;
  }
  .list-wrap {
    padding: 3vw 0;
  }
  .list-wrap h1 {
    padding-top: 0;
  }
  #p-cat {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12344;
    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;
  }
  #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;
  }
  
}

/* お届け<->テイクアウト切り替えスイッチ */
#switch {
  display: block;
  font-size: 100%;
  position: relative;
  margin: auto;
  width: 100%;
  background: #fff;
  color: #38a5c7;
  cursor: pointer;
  border-radius: 10vw;
  background-color: #38a5c7 !important;
  height: 6vw;
}
#switch input {
  display: none;
}

#switch > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 123;
  width: 100%;
  height: 100%;
}
#switch > span span {
  padding: 0 .8vw;
  line-height: 1.1;
}
 /*  表示する文字（標準）  */
#switch span.delivery {
  left: 0;
  color: #38a5c7;
  font-weight: 600;
}
 /*  表示する文字（ONのとき）  */
#switch span.takeout {
  right: 0;
  color: #E3F7FF;
  font-weight: 400;
}
#switch input[type="checkbox"]:checked + span .delivery{
  color: #E3F7FF;
  font-weight: 400;
}
#switch input[type="checkbox"]:checked + span .takeout{
  color: #38a5c7;
  font-weight: 600;
}

 /*  丸部分のSTYLE（標準）  */
#swImg {
  position: absolute;
  width: 11.5vw;
  height: 5vw;
  background-color: rgba(255,255,255, .9) !important;
  top: .5vw;
  left: .5vw;
  border-radius: 7vw;
  transition: .2s;
  z-index: 1;
}
/*  丸部分のSTYLE（ONのとき） */
#switch input[type="checkbox"]:checked ~ #swImg {
  transform: translateX(11.5vw);
}
@media (max-width:767px){
  #takeout-change {
    padding: 0 3vw;
  }
  #switch {
    border-radius: 20vw;
    height: 12vw;
  }
  #switch > span span {
    padding: 0 1.9vw;
  }
  #swImg {
    width: 31vw;
    height: 10vw;
    top: 1vw;
    left: 1vw;
    border-radius: 14vw;
  }
  #switch input[type="checkbox"]:checked ~ #swImg {
    transform: translateX(29.5vw);
  }
}
