@charset "UTF-8";
.w-100 {
  max-width: 100%;
}
body {
  font-size: 1.6rem;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体",
 YuGothic,
 "游ゴシック Medium",
 "Yu Gothic Medium",
 "游ゴシック",
 "Yu Gothic",
 "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic ProN",
 "メイリオ",
 sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

.linethrough {
  text-decoration: line-through;
}

@media (max-width: 480px) {
  .sp-none {
    display: none;
  }
}

header {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ee1d23;
  background-color: #1b1b1b;
  position: sticky;
  top: 0;
  z-index: 100;
}

header nav {
  max-width: 768px;
  margin: 0 auto;
}

header nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav ul li {
  width: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}

header nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
}

header nav ul li span {
  display: block;
  width: 100%;
  padding-top: 60%;
  text-align: center;
}

header nav ul li.menu {
  background-size: 30%;
  background-color: #1b1b1b;
  background-position: left 50% bottom 50%;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  font-size: 1.4rem;
  padding-bottom: 20px;
}

header nav ul li.menu:hover {
  background-color: rgba(104, 104, 104, 0.5);
}

@media (max-width: 480px) {
  header nav ul li.menu {
    background-position: left 50% bottom 70%;
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
}

header nav ul li.menu1 {
  background-image: url("/img/menu1.png");
}

header nav ul li.menu2 {
  background-image: url("/img/menu2.png");
}

header nav ul li.menu3 {
  background-image: url("/img/menu3.png");
}

header nav ul li.menu4 {
  background-image: url("/img/menu4.png");
}

header nav ul li.logo {
  background-image: url("/img/logo.png");
  background-size: contain;
}

h2 {
  text-align: center;
  font-size: 2.0rem;
  padding: 10px;
  margin-bottom: 20px;
}

h2 span {
  color: #ee1d23;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li {
  padding: 5px;
}

.breadcrumb li::after {
  content: '>';
  padding-left: 10px;
}

.breadcrumb li:last-child::after {
  content: '';
}

.content {
  max-width: 900px;
  margin: 30px auto;
}

@media (max-width: 800px) {
  .content {
    margin: 30px 10px;
  }
}

p {
  padding: 10px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .footer-menu {
    display: block;
    text-align: center;
  }
}

.footer-menu .footer2 {
  border-left: solid 1px #ccc;
  padding: 20px;
  min-width: 200px;
}

.footer-menu .footer2:last-child {
  border-right: solid 1px #ccc;
}

@media (max-width: 1024px) {
  .footer-menu .footer2 {
    border: none;
  }
  .footer-menu .footer2:last-child {
    border: none;
  }
}

.footer-menu .footer2 .footer-title {
  font-weight: bold;
}

.footer-menu .footer2 .logo {
  width: 150px;
  margin: 10px auto;
}

.footer-menu .footer2 .logo img {
  width: 100%;
}

.footer-menu .footer2 ul {
  padding: 20px;
}

.footer-menu .footer2 .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-menu .footer2 .shop .tiku {
  padding: 5px 0;
  font-weight: bold;
}

.copyright {
  background-color: #ee1d23;
  color: white;
  padding: 10px 0;
  text-align: center;
}

table {
  margin: 50px auto;
}

table tr th,
table tr td {
  padding: 10px;
  border-top: 1px solid #ccc;
  text-align: left;
}

table tr th {
  background-color: #e0e0e0;
  width: 100px;
}

.bk2 {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2ecde));
  background: linear-gradient(white, #f2ecde);
  padding-bottom: 20px;
}
/*# sourceMappingURL=layout.css.map */
.order-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ee1d23;
  color: white;
  padding: 15px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: background-color 0.3s;
  animation: glowing 2s infinite;
}

.order-btn:hover {
  background-color: #c81a1f;
}

.order-btn i {
  margin-right: 8px;
}
@keyframes glowing {
  0% { box-shadow: 0 4px 8px rgba(0,0,0,0.3), 0 0 5px #ee1d23; }
  50% { box-shadow: 0 8px 16px rgba(0,0,0,0.5), 0 0 20px #ee1d23, 0 0 25px #ee1d23; }
  100% { box-shadow: 0 4px 8px rgba(0,0,0,0.3), 0 0 5px #ee1d23; }
}