#modal, #confirm_modal, #addressChModal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#modal1{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#modalCancel{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#paymentCashModal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#paymentCreditModal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#paymentICModal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#paymentQRModal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#payModal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#qrModal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#cashPaymentErrorModal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#cashPayDetailErrorModal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#payCashOffModal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

/*#modal_content{
   background-color: rgba(0,0,0,0.4);
  position:relative;
  width: 90%;
  margin-left: 5%;
  animation:animatetop 0.4s;
}*/

#cty_modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#cty_modal_content {
  /*background-color: rgba(0,0,0,0.4);*/
  position:relative;
  width: 90%;
  margin-left: 5%;
  animation:animatetop 0.4s;
}

#lang_modal , #code_modal, #code_modal1{
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#lang_modal_content, #cate_modal_content, #code_modal_content, #code_modal_content1 {
  position:relative;
  width: 90%;
  margin-left: 5%;
  animation:animatetop 0.4s;
}

#cat_modal{
  display: none;
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#cat_modal_content{
  background-color: rgba(0,0,0,0.4);
  position:relative;
  width: 50%;
  margin-left: 25%;
  animation:animatetop 0.4s;
}

/*** 注文時ポップアップ ***/
#popuporder_modal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

#popuporder_modal_content{
  width:95%;
  margin: auto;
  margin-top: 10rem;
}

/*** おかわり ***/
.popuporderRemain_modal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 25%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.popuporderRemain_modal_content{
  width:100%;
  margin: auto;
  /* margin-top: 10rem; */
  animation:animateright 0.5s;
}

.popupartRemain_modal{
  display: none;
	position: fixed;
  left: 0;
  top: 0;
  width: 100%;
	height: 100%;
  z-index: 1000;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.popupartRemain_modal_content{
  width:95%;
  margin: auto;
  margin-top: 10rem;
  animation:animateright 0.5s;
}


/*** 注文時ポップアップ ***/
#popupfirst_modal{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }
  
#popupfirst_modal_content{
  width:95%;
  margin: auto;
  margin-top: 10rem;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.close-popup {
  right: 3px;
  float: right;
  padding-right: 10px;
  width: 100%;
  text-align: right;
  font-size: 30px;
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
}

.tap-modal {
  float: right;
  margin-top: 0px;
  color: #000 !important;
  background-color: #ffffff !important;
  padding: 1vw;
  letter-spacing: 10px;
  width: 100%;
  text-align:center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: #e6e6e6 1px solid;
}

.popup-title {
  text-align: left;
  padding: 2vw;
  font-weight:bold;
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: #e6e6e6 1px solid;
}

.popup-title-close {
  background-color: #ffffff;
  color: #000;
  float: right;
}

.detail-img-style {
  border-radius: 10px;
}

@keyframes animatetop{
  from{top:-300px;opacity:0}
  to{top:0;opacity:1}
}

@keyframes animateright{
  from{right:-300px;opacity:0}
  to{right:0;opacity:1}
}

@media screen and (max-width :1200px) {
	#cat_modal_content {
    width: 80%;
    margin-left: 10%;
  }

}
.bg-popup-white { background-color: #FFFFFF; }
.bg-popup-coral { background-color: #e6bfab; }
.bg-popup-green { background-color: #bed2c3; }
.bg-popup-blue  { background-color: #b0e0e6; }
.bg-popup-red   { background-color: #f5b2ac; }
.bg-popup-yellow { background-color: #ffedab;} 

/* アイコン(旧:食事制限) */
.bg-white  { background-color: #FFFFFF; }
.bg-coral  { background-color: #e6bfab; }
.bg-green  { background-color: #bed2c3; }
.bg-blue   { background-color: #b0e0e6; }
.bg-red    { background-color: #f5b2ac; }
.bg-yellow { background-color: #ffedab; }

.pop_container {
  display:flex;
  align-items:center;
}

.pop_menuitem {
  width: 100%;
  margin:3%;
  border: 1px solid #b5b5b6;
  padding: 2vw;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;;
}

.pop_menuitem > img {
width: 40vh;
float: left;
margin-right: 4vw;
filter: drop-shadow(4px 4px 6px rgba(0,0,0,.5));
}

.pop_menuitem > dl dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  clear: both;
  text-align: justify; 
}

.hand-pic {
  float:left;
  margin-top: 10%;
}

.margin-top-5 {
  margin-top: 5px;
}

#popup-title-text {
  margin-top: 0px;
}

@media screen and (max-width :500px) {
  .margin-left-20 {
      margin-left: 0%;
  }
  .pop_menuitem img {
    width: 20vh;
  }

  .pop_menuitem dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .hand-pic {
      width: 30px;
      height: 30px;
  }
}

.warp-popup{
    margin-right: auto;
    margin-left: auto;
    width: 98%;
    box-sizing: border-box;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 20%;
    padding: 2vw;
}

#n_10_h {
    fill: transparent;
    stroke: rgba(255,174,21,1);
    stroke-width: 2px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.n_10_h {
	overflow: visible;
    position: absolute;
    width: 1.55rem;
    height: 1.55rem;
    transform: matrix(1,0,0,1,0,0);
}

#n_11_i {
    fill: transparent;
    stroke: rgb(255 185 21);
    stroke-width: 2px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.n_11_i {
    width: 1.5rem;
    height: 1.5rem;
    transform: translate(0px, 0px) matrix(1,0,0,1,0,0) rotate(85deg);
    transform-origin: center;
}

.scrollable-exp{
    max-height: 200px;
    overflow-y: scroll;
}

.modal-p-zero{
    padding: 0px !important;
}