/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: TFArrow;
  src: url(fonts/TFArrow.ttf);
}


body {
  font-family: 'Roboto', sans-serif;
  color: #595959;
  /*background: #fff;*/
  background: url(../image/cafe-bg.jpg) center center no-repeat;
  background-attachment: fixed;
  position: relative;
}
body:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}


a {
  color: #595959;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

a:hover {
  color: #595959;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #595959;
  font-family: 'Poppins', sans-serif;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #797979;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#header {
  position: relative;
  text-align: center;
  z-index: 9;
}

.logo-section {
  /*white-space: nowrap;*/
  position: relative;
  z-index: 9;
  background: rgba(255,255,255,0.9);
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  margin: 10px auto 0 auto;
}
.logo-section:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #d8b047;
    border-radius:10px;
}
.logo-section a {
  margin: 5px;
  display: inline-block;
  padding: 0;
  position: relative;
  z-index: 99;
}

/*--------------------------------------------------------------
# Menu List
--------------------------------------------------------------*/

.menu-wrap {
  padding: 10px 0;  
  position: relative;
}


.menu-wrap h2.page-title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0;
  position: relative;
  z-index: 9;
}

.menu-tab {
  position: relative;
  z-index: 9;
}
.menu-tab .accordion-item {
  margin: 0 0 15px 0;
  border: 0;
  border-radius: 15px;
}
.menu-tab .accordion-item h2.accordion-header {}
.menu-tab .accordion-item h2.accordion-header button.accordion-button {
  background: #fffcf7;
  border-radius: 15px 15px 15px 15px;
  padding: 20px 15px;
  box-shadow: none;
}
.menu-tab .accordion-item h2.accordion-header button.accordion-button h3 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #aa7b2c;
  font-weight: 800;
}
.menu-tab .accordion-item h2.accordion-header button.accordion-button h3 span {
  font-size: 14px;
  font-weight: 500;
}

.menu-tab .accordion-item h2.accordion-header button.accordion-button h3 .lunch {
  display: inline-block;
}
.menu-tab .accordion-item h2.accordion-header button.accordion-button h3 .dinner {
  display: inline-block;
}


.menu-tab .accordion-body {
  background: #fffcf7;
  padding: 0 10px;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #ece2d6;
}
.menu-tab .accordion-body .table-wrap {}
.menu-tab .accordion-body .table-wrap table.table {
  border: 0px solid #ece2d6;
}
.menu-tab .accordion-body .table-wrap table.table thead th {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #ece2d6;
}
.menu-tab .accordion-body .table-striped>tbody>tr {}
.menu-tab .accordion-body .table>:not(caption)>*>* {
  border: 0;
  padding: 10px 5px;
  border-bottom: 1px dashed #ece2d6;
  background: #fffcf7;
  box-shadow: none;
}
.menu-tab .accordion-body .table-striped>tbody>tr:nth-of-type(odd)>* {
  border: 0;
}

.menu-tab .accordion-body .table-wrap table.table tbody th, .menu-tab .accordion-body .table-wrap table.table tbody tr {
  font-size: 14px;
  color: #aa7b2c;
}
.menu-tab .accordion-body .table-wrap table.table tbody td {
  font-size: 14px;
  color: #666;
}

.menu-tab .accordion-body .table-wrap table.table tbody th span {
  font-weight: normal;
  display: block;
}

.phone_element {
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  padding: 5px 5px;
}
.phone_element a {
  display: flex;
  align-items: center;
  border: 1px solid #d8b047;
  border-radius: 15px;
  padding: 10px 15px;
}
.phone_element a i {
  margin-right: 15px;
  color: #d8b047;
  font-size: 28px;
  transform: rotate(90deg);
}
.phone_element a span {
  font-size: 20px;
  font-weight: bold;
  color: #d8b047;
}
.phone_element a span em {
  color: #fff;
  display: block;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
}


@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
.menu-tab .accordion-item h2.accordion-header.lunch-dinner button.accordion-button h3 b {
  display: none;
}
.menu-tab .accordion-item h2.accordion-header button.accordion-button h3 .dinner {
  margin: 3px 0 0 18px;
}
}

@media only screen and (max-width: 575px) {}