@charset "UTF-8";
.Breadcrumb {
  padding: 1em;
}
.Breadcrumb-ListGroup {
  display: flex;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover {
  opacity: 0.5;
}
.Breadcrumb-ListGroup > * + * {
  margin-left: 0.5em;
}
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.maincontents {
  overflow: hidden;
  background-color: #FAF3F0;
  color: #333;
  font-family: "icomoon", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.0em;
}
.menucontainerh1 {
  font-size: 24px;
  color: #FFACAC;
}
.menucontainer {
  overflow: hidden;
  background-color: #fff;
  width: 90%;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 50px;
  border: 2px solid #FFCACC;
  border-radius: 5px;
}
.menucontainer img {
  width: 80%;
  margin: 0px auto;
}
.subheading-container {
  text-align: center;
}
.subheading {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
.subheading::after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 2px solid #FFACAC;
  margin: 0 auto;
  margin-top: 5px;
}
.heading {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
}
.heading::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 2px dotted #ccc;
  margin: 0 auto;
  margin-top: 5px;
}
.btn01 {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #ffacac;
  text-align: center;
  font-size: 18px;
  width: 60%;
}
.btn01 a:hover {
  color: #333;
}
.btn01 a:visited {
  color: #333;
}
.btn01 a:link {
  color: #333;
}
.menu {
  list-style: none;
  display: flex;
  padding: 0;
}
.menu li {
  width: 100%;
  display: flex;
  margin: 0;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  position: relative;
}
.menu li:last-child {
  border-right: 1px solid #999;
}
.menu li::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 90%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFCACC;
  border-right: 1px solid #FFCACC;
  transform: translateX(-50%) rotate(135deg);
}
.menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 15px;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
}
.menu a:hover {
  color: #333;
}
.menu a:visited {
  color: #333;
}
.menu a:link {
  color: #333;
}
.category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category_list-item {
  width: 25%;
  max-width: 25%;
  padding: 0px;
  text-align: center;
  color: #333333;
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  margin: 10px;
}
.category_list-item img {
  border-radius: 20%;
}
.pattern {
  font-size: 24px;
  font-family: 'Allura', cursive;
  color: #FFACAC;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.pattern::after {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 3px solid #FFACAC;
  position: absolute;
  margin-bottom: -8px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.pattern01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .menu {
    flex-wrap: wrap;
  }
  .menu li {
    width: 50%;
  }
  .pc-content {
    display: none;
  }
  .sp-content {
    display: block;
  }
  .menucontainer img {
    width: 80%;
    margin: 0px auto;
  }
  .category_list {
    justify-content: center;
  }
  .category_list-item {
    width: 43%;
    max-width: 43%;
    margin-bottom: 15px;
  }
}
.btn01 {
  font-size: 16px;
  width: 80%;
}
@media (min-width: 769px) {
  .menu {
    flex-wrap: nowrap;
  }
  .menu li {
    width: 25%;
  }
  .pc-content {
    display: block;
  }
  .sp-content {
    display: none;