@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto Serif JP');
@import url('https://use.fontawesome.com/releases/v5.0.13/css/all.css');
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
}

header,section,article,aside,footer,nav {
 display: block;
}

ul, li {
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  list-style: none;
}



/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

address {
  font-style: normal;
}


/*-------------------------------------------------common*/


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
header {
  position: relative;
}

header .box-lang-cart {
  justify-content: space-between;
  -ms-justify-content: space-between;
  margin: 10px 10px 10px 0;
}

header .box-lang {
  margin-right: 25px;
  margin-bottom: 10px;
  text-align: right;
}

header .box-lang li {
  margin: 10px 0 0 10px;
  display: inline-block;
}

header .box-lang li a img {
  width: 35px;
}

header .box-cart a {
  display: inline-block;
}

header .box-cart {
  position: fixed;
  right: 0px;
  top: 45px;
  //background: #fff;
  padding: 12px 7px;
  z-index: 3;
}

header .lang {
  position: absolute;
  top: -20px;
  right: 0;
}

header .btn-link-cart {
  padding: 6px 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #B20000;
}

header .btn-link-cart:hover {
  opacity: 0.7;
}

header .box-logo li {
  width: 180px;
  border-right: 1px solid #ddd;
  text-align: center;
  height: 110px;
}


/*------------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------------*/
.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 ;
}

.fl-left {
  float:left;
}

.fl-right {
  float:right;
}

.fl-none {
  float: none;
}

.al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.al-right {
  text-align: right;
}

.al-left {
  text-align: left;
}

.flex {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;   
}

.position {
  position: relative;
}

h2 {
  font-size: 18px;
  color: #1F1713;
  padding: 15px 0;
  background: #ddd url(../image/line-banner-page.png) no-repeat left bottom 25px;
  background-size: 50% 5px;
}

h2 span {
  padding-left: 20px;
  background: #ddd;
  display: block;
}

.table {
  display: table;
}

.table .row {
  display: table-row;
}

.table .cell {
  display: table-cell;
  vertical-align: top;
}

.table-form {
  display: table;
}

.table-form .row {
  display: table-row;
}

.table-form .col {
  display: table-cell;
  vertical-align: top;
}

input[type='text'],
textarea {
  width: 100%;
  height: 33px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
  background: #f9f9f9;
  border-radius: 3px;
}

textarea {
  width: 100%;
  height: 206px;
}

p {
  line-height: 24px;
}

.box-btn-order {
  margin: 40px 0 80px 0;
}

.box-btn-order .btn-order {
  margin: 0 20px;
}

.btn-order {
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  width: auto;
  padding: 0px 25px;
  display: inline-block;
  font-weight: bold;
  background: #B20000;
  color: #fff;
  height: auto;
  border-radius: 5px;
}

.btn-order:hover {
  opacity: 0.7;
}

header .cart {
  font-size: 20px;
  color: #d00000;
  margin-right: 2px;
  margin-top: 5px;
}

header .cart img {
  width: 30px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------
  Foods list
--------------------------------------------------------------------------------------------------*/
.brumb {
  padding: 20px;
  background: #F9F8F7;
}

.brumb a,
.brumb span {
  color: #312B24;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
}

.banner-c-cafe {
  background: url(../image/banner-c-cafe.png) no-repeat left bottom;
  background-size: auto;
  background-size: cover;
  margin-bottom: 60px;
}

.banner-page {
  height: 400px;
  width: 100%;
}

.banner .container {
  position: relative;
}

.banner .text-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 340px;
  left: 0;
  background: rgba(249,248,247,0.5);
  z-index: 2;
}

.banner .text-banner p {
  width: 360px;
  height: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  padding: 0 20px;
  background: #8B291E;
}

.marL-10 {
  margin-left: 10px;
}

#food-list {
  padding-bottom: 50px;
}

#food-list ul {
  margin: 30px auto 50px auto;
}

#food-list li {
  width: 100%;
  padding: 25px 30px 25px 0;
  border-bottom: 2px solid #ddd;
  float: left;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
}

.cart li p {
  font-weight: normal !important;
}

#food-list li:nth-child(2n+0) {
  margin-right: 0;
}

#food-list li img {
  width: 120px;
  height: 120px;
}

#food-list li .info {
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  height: 60px;
}

#food-list li .info h3 {
  max-width: 600px;
  font-size: 21px;
  margin-bottom: 10px;
}

#food-list li .info h4 {
  font-size: 18px;
  color: #545454;
}

#food-list li .info .price {
  color: #000;
  position: absolute;
  bottom: 0;
  font-size: 18px;
}

.btn-select {
  padding: 8px 25px;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  background: #FF7F00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  border-radius: 5px;
}

#food-list li > div {
  position: relative;
  width: calc(100% - 150px);
}

.box-close {
  width: 215px;
  height: 215px;
  position: absolute;
  left: 20px;
  top: 0;
  //background: rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0, 0.26);
  color: #fff;
  padding: 80px 15px;
  font-size: 20px;
  text-align: center;
}

.box-close span:last-child {
  font-size: 16px;
  display: block;
  font-weight: normal;
  padding-top: 5px;
}

#delivery .table {
  width: 100%;
  margin: 40px auto;
}

#delivery .table td {
  padding: 10px 20px;
  vertical-align: top;
}

#delivery .table td:first-child {
  width: 200px;
}

.are-additions p {
  line-height: 1.2;
}

.select-wrap select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #FFF transparent;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 33px;
  padding: 5px;
  color: #30060A;
  width: auto;
  padding-right: 45px;
  font-size: 14px;
  background: #f9f9f9;
  border-radius: 3px;
}

.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap::before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0px;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  line-height: 36px;
  color: #aaa;
  font-size: 16px;
  pointer-events: none;
}

#delivery .table td div {
  display: inline-block;
}

#delivery .box-order {
  margin: 20px 0;
}

#delivery .box-order li {
  margin: 25px 20px;
}

#delivery .font-red {
  color: #FF0000;
}

#delivery .box-total-delivery {
  padding: 30px 10px;
  border-top: 2px solid #999;
}

.cart .btn-delete {
  position: absolute;
  bottom: -10px;
  background: transparent;
  border: none;
  color: #FF0000;
  font-size: 14px;
  font-weight: normal;
  width: auto;
  cursor: pointer;
}

.cart .btn-count {
  display: block;
  float: left;
  max-width: 100%;
  font-size: 14px;
  font-weight: 300;
  height: 28px;
  position: relative;
  background: #FF7F00;
  line-height: 20px;
  padding: 3px 9px;
  width: 28px;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  color: #fff;
  border: none;
  border: 1px solid #FF7F00;
}

.cart .btn-count-right {
  border-radius: 0 3px 3px 0;
}

.cart .input-number {
  height: 28px;
  border-radius: 0;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  width: 35px;
  float: left;
  margin-bottom: 0;
  font-size: 13px;
//  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #FF7F00;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  line-height: 1.42857;
  color: #FF7F00;
  font-weight: bold;
}

.cart .fl-right {
  width: auto!important;
  top: -70px;
}

.box-cart-short {
  width: 420px;
  background: #fff;
  max-height: calc(100% - 60px);
  overflow-y: scroll;
}

.box-cart-short  .btn-order {
  padding: 0px 15px;
  line-height: 35px;
  font-size: 14px;
}



.box-cart-short .btn-delete {
	bottom: 0;
	padding-bottom: 10px;
}

.box-cart-short h2 {
  background: #ddd;
  padding: 10px 20px;
}

.box-cart-short-fixed {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 3;
}

.box-cart-short-fixed-scroll {
  top: 0;
}

.box-cart-short .box-total {
  padding: 25px 0px;
}

.box-btn-add-count,
.price-cart {
  display: inline-block;
  margin-left: 30px;
}

.cart .price-cart {
  width: 150px;
  text-align: right;
  top: -8px;
  font-size: 15px;
  position: relative;
  font-weight: normal;
}

.cart li {
  padding: 0!important;
  margin-left: 0!important;
  border: none!important
}

.cart li img {
  width: 80px!important;
  height: 80px!important;
}

.cart  li .info h3 {
  font-size: 16px!important;
  margin-bottom: 5px!important;
}

.cart li .info h4 {
  font-size: 14px!important;
}

.cart ul {
  margin: 40px auto 10px auto!important;
  padding: 0 20px;
}

.cart .box-total {
  border-top: 3px solid #B20000;
  padding: 25px 10px;
  font-weight: bold;
  margin: 0 20px;
}

.cart .box-btn {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.cart .box-btn input {
  margin: 0 20px;
}

#delivery-sent .box-mess {
  margin: 60px auto 50px auto;
  text-align: center;
}

#delivery-sent .box-mess p {
  margin-bottom: 40px;
}

.cart .btn-delete-sp {
  display: none;
}

.cart .price-product {
  position: absolute;
  bottom: 50%;
  font-size: 16px;
  font-weight: normal;
  right: 220px;
}

#delivery .total-price-product {
  width: 250px;
  text-align: right;
  font-weight: normal;
}

#menu {
  margin-bottom: 40px;
}

#menu dl {
  width: 650px;
  margin-left: 35px;
}

.list-menu-format {
  width: 100% !important;
}

#menu dt {
  display: block;
  line-height: 45px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  background: url(../image/bg-dt-menu.png) no-repeat left top;
  margin-bottom: 20px;
}

#menu dd {
  width: 320px;
  display: inline-block;
  padding-left: 45px;
  line-height: 30px;
  font-size: 16px;
  background: url(../image/icon-dotted-menu.png) no-repeat left 15px center;
  position: relative;
}

.list-menu-format dd {
  width: 235px !important;
  background: none !important;
  margin-bottom: 25px;
  padding-left: 20px !important;
  vertical-align: top;
}

.list-menu-format dd img {
  margin-bottom: 10px;
  width: 215px;
  height: 215px;
}

.list-menu-format dd p {
  text-align: center;
  display: block;
  line-height: 20px;
  min-height: 30px;
}

#menu dt {
  display: block;
  line-height: 45px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  background: url(../image/bg-dt-menu.png) no-repeat left top;
  margin-bottom: 20px;
}

.marT-30 {
  margin-top: 30px;
}

.list-menu-format .box-price .price {
  color: #d00000;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
}

.list-menu-format .btn-choose {
  padding: 0px 8px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: #FF7F00;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  border: none;
  cursor: pointer;
}

.modal-body p {
  text-align: left!important;
  margin-top: 20px;
  margin-bottom: 5px;
}

input[type="checkbox"] {
  margin-top: 3px!important;
}

input[type="radio"] {
  margin-top: 3px!important;
}

.checkbox, .radio {
  display: inline-block!important;
  margin: 0px 30px 10px 0!important;
}

.modal-footer .box-btn-add-count, 
.modal-footer .price-cart {
  margin-left: 0;
}

.modal-footer .price-cart {
  width: 120px;
  text-align: center;
  top: 0px;
  font-weight: bold;
}

.modal-footer .btn {
  padding: 4px 12px;
}

.modal-footer {
  background-color: #f9f9f9;
}

.modal-body .select-wrap,
.modal-body .select-wrap select {
  width: 100%;
}

.modal-footer .btn-danger {
  background: #B20000;
}

.modal-body {
  font-size: 14px;
}

@media (min-width:768px){.modal-dialog{width:900px;margin:30px auto}}

.modal-dialog .box-product {
  background: #fff5eb;
  margin: -15px;
  margin-bottom: -15px;
  padding: 25px 15px;
  margin-bottom: 15px;
}

.modal-dialog .box-product h4 {
  font-weight: normal;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

#area_price {margin-left: 50px;margin-top: 3px;}
.cart .are-additions {float: right; text-align: right; padding: 0 2px;font-size: 13px;}
#delivery .are-additions {float: right; text-align: right; padding: 0 2px;}
.adds-tyle {font-style: italic;color: #5F5F5F;font-size: 13px;}
li.area-price-item {border-bottom: 0.5px solid #eee; padding-bottom: 10px;}
li.area-price-item:last-child { border-bottom: none;}

.area-cart-right {padding-right: 10px;}

.box-cart-short li {
  position: relative;
  padding: 10px 0!important;
  border-bottom: 1px solid #ccc!important;
}

.box-cart-short li:last-child {
  border-bottom: none!important;
}

.box-cart-short {
	display: none;
}

.dist_select {
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}
