body {
  color: #333;
  min-height: 120vh;
  margin-bottom: 100px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.space-between {
  justify-content: space-between;
}
input[type=text],
textarea {
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 0.5em;
}
.w30 {
  width: 30px;
}
.mt30 {
  margin-top: 30px;
}
.calendar {
  width: 100%;
}
.rewrite_memo {
  display: none;
}
.border-bottom {
  border-bottom: solid 1px #ddd;
}
.disp_image img {
  max-width: 100%;
}
.float-right {
  float: right;
}
.hide {
  display: none;
}
.center {
  text-align: center;
}
p {
  padding: 5px 10px;
}
header {
  text-align: center;
  height: 55px;
  line-height: 55px;
}
header.entry .row h1 {
  margin: 0;
  height: 55px;
  line-height: 55px;
  background: #5c0e07;
  color: white;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}
header .button {
  padding: 6px 0;
  font-size: 10px;
  color: #000;
  font-weight: bold;
}
#header_logo {
  max-height: 55px;
}
#header_logo img {
  max-height: 55px;
}
.header_index {
  text-align: center;
  padding: 20px 0;
  font-weight: normal;
  font-size: 20px;
}
#back_btn {
  padding: 20px;
  width: 60px;
}
#my_btn {
  width: 60px;
  text-align: center;
}
footer {
  font-size: 0.6em;
  text-align: center;
  color: #666;
  margin-top: 20em;
  margin-bottom: 1em;
  position: fixed;
  bottom: 0;
  left: 1%;
  right: 1%;
}
.footer {
  margin-top: 10em;
  text-align: center;
}
.static-btn {
  z-index: 100;
  font-size: 13px;
  line-height: 2em;
  position: fixed;
  left: 2em;
  right: 2em;
  bottom: 50px;
  width: 400px;
  margin: auto;
  max-width: 70%;
  background: #5c0e07;
  color: white;
}
.static-btn:hover {
  opacity: 0.5;
  color: white;
}
.cart_smart {
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  bottom: 40px !important;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  height: 90px;
  padding: 0.5em 1.5em;
  left: 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.order_box {
  display: flex;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background: #fff;
  margin-bottom: 2em;
  padding: 1em 0;
}
.btn.btn-takeout {
  width: auto;
  height: 60px;
  border: solid 1px;
  border-radius: 0;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 0 1em;
  background: #fff;
}
.btn.btn-takeout.end {
  background: #ccc;
  color: #666;
}
.sub_total {
  background: #fff;
  margin: 1em;
  padding: 1em;
}
.total_price {
  font-weight: 500;
  font-size: 16px;
}
time {
  font-weight: bold;
  font-size: 2em;
}
.option_ .kosu,
.option_ .price {
  margin-top: 1em;
}
.option_1 {
  padding: 6px;
  background: #ececec;
  border-radius: 3px;
  margin: 0 -0.5em 1em;
}
.weak_point {
  font-size: 0.8em;
  padding: 6px;
  background: #fff692;
  margin-bottom: 1em;
}
.weak_point:before {
  content: "苦手";
  background: #fff;
  padding: 0.3em 1em;
}
select {
  width: 100%;
  font-size: 2em;
}
.detail {
  display: none;
}
.detail img {
  width: 100px;
}
.decide_menu.btn {
  background: orange;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  padding: 0.5em 2em;
  color: #fff;
}
.item_fab {
  font-size: 10px;
  border: solid 1px #999;
  border-radius: 11px;
  line-height: 1.5em;
  padding: 0 1em;
  font-weight: normal;
}
span.disp_num {
  font-weight: bold;
  font-size: 2em;
}
.border {
  border: solid 1px #ececec;
  margin-bottom: 10px;
}
.category h2 {
  color: #666;
  font-size: 1em;
}
.select_menu {
  padding: 1em 1em 1em 2em;
  border-radius: 0;
}
.select_menu:after {
  opacity: 0.6;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 2em;
  display: block;
  text-align: center;
  margin-top: -0.5em;
  position: absolute;
  width: 100%;
  left: 0;
}
.select_menu.active:after {
  content: "\f106";
}
.select_menu .item_price {
  margin-top: 10px;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
}
#coupon_code_link {
  /*  background: #ad4d45;*/
  color: #fff;
  text-align: left;
  position: absolute;
  /* float: right; */
  font-size: 11px;
  top: 152px;
  right: 5px;
}
#coupon_code_link img {
  height: 36px;
}
.confirm_detail .select_menu:after {
  content: "";
}
.row.border.order_num_window {
  margin: 0;
}
input.memo {
  max-width: 100%;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: #ffffeb;
}
.step {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.step div {
  color: #999;
  font-size: 0.8em;
  text-align: center;
}
.step div span {
  background: #fff;
  border: solid 1px;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.2em;
}
.step div.active {
  color: #111;
}
.step div.active span {
  background: #999;
  color: #fff;
}
.step:before {
  content: "";
  background: #111;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  top: 30%;
  flex: none;
  height: 1px;
  z-index: -1;
}
.ct_menu {
  background: #fff;
  border: solid #ccc 1px;
  margin-right: 1em;
  margin-top: 0.5em;
}
.ct_menu.active {
  background: #666;
  color: #fff;
}
.tags_button {
  padding: 3px;
  font-weight: bold;
  color: #111;
}
.tags_button.active {
  text-decoration: underline;
}
.row.border.hide_content {
  border: solid #ececec 1px;
  margin: -1px 0;
  padding: 6px;
}
.row.border.hide_content select {
  width: 80px;
  text-align: right;
  direction: rtl;
}
.item_name,
.item_price {
  width: 100%;
}
.item_name {
  font-size: 1em;
  font-weight: bold;
}
.item_price {
  text-align: left;
}
.num_inc,
.num_dec {
  border: solid 1px #666;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  font-size: 1.2em;
  color: #666;
  text-align: center;
}
.content.item_content {
  font-size: 0.8em;
  padding: 1em 0;
  line-height: 1.8em;
}
.order {
  margin-bottom: 1em;
}
.order img {
  max-width: 100%;
}
.nav_msg {
  font-weight: bold;
  text-align: left;
  padding: 1em 0;
  display: block;
  margin: 1em 0;
}
.nav_msg img {
  height: 18px;
}
.notice_msg {
  padding: 1em 2em;
  font-size: 1em;
  line-height: 2em;
  background: #ececec;
  margin: 0 -1em 1em;
  text-align: left;
}
#selected_day,
.selected_day {
  font-size: 1.5em;
  font-weight: bold;
}
.sub_total {
  font-size: 1.2em;
  font-weight: bold;
}
span.option_count_name {
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
  color: #000;
}
.option_category {
  border-bottom: dotted 1px #aaa;
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
  padding: 0 1em;
}
.seal_box {
  padding: 0em 2em 1em;
}
.seal_box .seal_info {
  font-size: 0.8em;
}
.seal_box .seal_info:nth-child(n+1) {
  margin-top: 1em;
}
label.seal {
  color: #fff;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0.2em 1em;
  min-width: 70px;
  text-align: center;
  border-radius: 9px;
  margin: 0;
}
.order label.seal {
  font-size: 9px;
  margin-top: -1.5em;
  margin-bottom: 0.5em;
}
input.post_data.memo {
  padding: 0.5em;
}
.option_count {
  margin-top: 1em;
  border: 1px solid #707070;
  padding: 1em;
  display: block;
}
.option_category_options label {
  width: 100%;
}
.client_top_menu .menu_item {
  padding: 10px 20px;
}
.client_top_menu .menu_item a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}
.days_list .day {
  display: flex;
  height: 48px;
}
.days_list .day .day_check {
  margin: 10px 0;
  width: 60px;
}
.days_list .day .day_index {
  height: 48px;
  line-height: 48px;
  background: #f7f7f7;
  flex: 1;
}
#welcom_msg {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.item_img {
  max-height: 100%;
  max-width: 100%;
}
.item_img img {
  max-height: 100%;
  max-width: 100%;
}
.background_image {
  background-image: url("/img/user/takeout/client/background_image.png");
  padding-top: 15px;
}
.background_image .detail {
  background-color: white;
}
.bg_white {
  background-color: white;
}
.category_name {
  display: none!important;
}
.tags {
  display: none!important;
}
/*# sourceMappingURL=style.css.map */