@charset "utf-8";

html {
  font-size: 16px;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 40% 50%;
}
.box {
  max-width: 430px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
header h1 {
  width: 130px;
  margin: 0 auto 12px;
  padding-top: 60px;
}
h2 {
  text-align: center;
  margin-bottom: 24px;
}
h2 img {
  display: inline-block; 
}
h3 img.en-title {
  padding-top: 6px;
}
.menu-text {
  margin-bottom: 6px;
}
/* タブ部分を横スクロール */
.tab-scroll { 
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-top: 14px;
  margin-bottom: 38px;
}
ul.category {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
ul.category li a {
  color: #fff;
  background-color: #B2A078;
  padding: 12px 30px;
  border-radius: 30px;
  white-space: nowrap;
}
ul.category li a:hover{
  opacity: .7;
}
ul.category li {
  flex: 0 0 auto;
}
div.menu-list{
  padding: 0 30px;
}
div.menu-contents {
  margin-bottom: 70px;
}
div.menu-contents h3 {
  margin-bottom: 8px;
  border-left: 3.5px solid #808080;
  padding-left: 12px;
}
div.menu-contents p.menu-img {
  margin-bottom: 12px;
}
div.menu-contents p.price {
  margin-bottom: 12px;
  padding-left: 15.5px;
}
div.menu-contents h3 small img {
  padding-top: 4px;
}
div.menu-contents p.label {
  display: inline-block;
  color: #fff;
  background-color: #808080;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 90px;
  padding: 8px 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
section.drink div.menu-contents p.price {
  padding-top: 12px;
}
section.drink div.bottle p.flavor {
  padding-top: 8px;
}
section.drink div.menu-contents h3 {
  margin-bottom: 0;
}
footer small {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  text-align: center;
  padding-bottom: 16px;
}
/* タブ切り替え */
.menu-section {
  display: none;
}
.menu-section.active {
  display: block;
}
.category a.active {
  background-color: #fff;
  color: #B2A078;
  border: 1px solid #B2A078;
}
@media screen and (max-width:700px) {
  body {
    background-image: none;
  }
  .box {
    background-color: #fff;
  }
}