@charset "UTF-8";
/* サイト全体のフォント指定 */
@media screen and (max-width: 700px) {
  .main-box {
    max-width: 100%;
  }
}
#menka {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 700px) {
  #menka {
    width: 100%;
    max-width: 100%;
  }
}
#menka .main-img {
  width: 100%;
  margin: auto;
  text-align: center;
}
#menka .main-img img {
  width: 100%;
  margin-top: 8em;
}
@media screen and (max-width: 700px) {
  #menka .main-img img {
    width: 100%;
    margin-top: 2em;
  }
}
#menka .main-img p.title {
  position: absolute;
  color: white;
  /*文字は白に*/
  font-weight: bold;
  /*太字に*/
  font-size: 2em;
  /*サイズ2倍*/
  font-family: Quicksand, sans-serif;
  /*Google Font*/
  top: 100px;
  left: 0;
}
#menka .info {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2em;
  display: flex;
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #menka .info {
    padding-top: 0em;
    display: block;
  }
}
#menka .info .intro {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #menka .info .intro {
    width: 100%;
  }
}
#menka .info .intro h3 {
  line-height: 2em;
  font-size: 17px;
  font-weight: 400;
  margin-top: 2em;
  width: 90%;
  color: #5B5B5B;
}
@media screen and (max-width: 700px) {
  #menka .info .intro h3 {
    font-size: 4vw;
  }
}
#menka .info .intro h3 span {
  font-size: 25px;
}
@media screen and (max-width: 700px) {
  #menka .info .intro h3 span {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 700px) {
  #menka .info .intro h3 {
    font-size: 3.8vw;
    width: 90%;
    text-align: left;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    line-height: 6vw;
  }
}
#menka .info .introimg {
  width: 45%;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #menka .info .introimg {
    display: none;
  }
}
#menka .info .introimg img {
  width: 100%;
}
#menka .shopbox4 {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8em;
  position: relative;
  margin-bottom: 5em;
}
@media screen and (max-width: 700px) {
  #menka .shopbox4 {
    width: 100%;
    padding-bottom: 0.5em;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 8em;
  }
}
#menka .shopbox4 .feature-list {
  display: flex;
  flex-direction: column;
  gap: 3em;
  text-align: center;
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 700px) {
  #menka .shopbox4 .feature-list {
    width: 100%;
  }
}
#menka .shopbox4 .feature-list .feature-item {
  width: 90%;
  display: flex;
  align-items: center;
  gap: 2em;
  margin: auto;
  margin-bottom: 1em;
  margin-top: 4em;
}
@media screen and (max-width: 700px) {
  #menka .shopbox4 .feature-list .feature-item {
    width: 100%;
  }
}
#menka .shopbox4 .feature-list .feature-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  #menka .shopbox4 .feature-list .feature-item .icon {
    width: 100%;
  }
}
#menka .shopbox4 .feature-list .feature-item .icon img {
  max-width: 90%;
  height: auto;
}
@media screen and (max-width: 700px) {
  #menka .shopbox4 .feature-list .feature-item .icon img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
#menka .shopbox4 .feature-list .feature-item .textbox2 {
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #menka .shopbox4 .feature-list .feature-item .textbox2 {
    width: 80%;
  }
}
#menka .shopbox4 .feature-list .feature-item .textbox2 .heading {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  color: #2c2c2b;
}
#menka .shopbox4 .feature-list .feature-item .textbox2 .heading span {
  font-weight: normal;
  color: #2c2c2b;
  margin-left: 0.3em;
}
@media (max-width: 768px) {
  #menka .shopbox4 .feature-list .feature-item {
    flex-direction: column;
    text-align: center;
  }
  #menka .shopbox4 .feature-list .feature-item .icon {
    margin-bottom: 1em;
  }
}
#menka .shopbox5 {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  background-color: #fcfae6;
  position: relative;
  margin-bottom: 13em;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 {
    width: 100%;
    padding-bottom: 5vw;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#menka .shopbox5 .item-list {
  display: flex;
  flex-direction: column;
  gap: 3em;
  text-align: center;
  margin: auto;
  max-width: 1200px;
  margin-top: 5em;
  margin-bottom: 8em;
  padding-top: 5em;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list {
    display: block;
    width: 100%;
  }
}
#menka .shopbox5 .item-list .feature-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2em;
  margin: auto;
  margin-bottom: 3em;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item {
    display: block;
    width: 100%;
  }
}
#menka .shopbox5 .item-list .feature-item .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#menka .shopbox5 .item-list .feature-item .item img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .item img {
    display: block;
    width: 90%;
    margin: auto;
    max-width: 100%;
  }
}
#menka .shopbox5 .item-list .feature-item .textbox2 {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .textbox2 {
    display: block;
    width: 95%;
    text-align: center;
    margin: auto;
  }
}
#menka .shopbox5 .item-list .feature-item .textbox2 .memo {
  background-color: #f4ead7;
  width: 50%;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .textbox2 .memo {
    width: 80%;
    margin: auto;
    margin-top: 5vw;
    font-size: 4vw;
  }
}
#menka .shopbox5 .item-list .feature-item .textbox2 .itemname {
  font-size: 23px;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .textbox2 .itemname {
    width: 100%;
    font-size: 6vw;
    margin-top: 1vw;
  }
}
#menka .shopbox5 .item-list .feature-item .textbox2 .price {
  font-size: 24px;
  text-align: right;
  margin: 0em;
}
#menka .shopbox5 .item-list .feature-item .textbox2 .price span {
  font-size: 13px;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .textbox2 .price span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .textbox2 .price {
    font-size: 6vw;
  }
}
#menka .shopbox5 .item-list .feature-item .textbox2 .description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .textbox2 .description {
    font-size: 4vw;
    text-align: left;
  }
}
#menka .shopbox5 .item-list .feature-item .textbox2 .detail {
  width: 100%;
  font-family: sans-serif;
  font-size: 13px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .textbox2 .detail {
    text-align: center;
    width: 70%;
    margin: auto;
  }
}
#menka .shopbox5 .item-list .feature-item .textbox2 .detail .set {
  border: #2c2c2b 1px solid;
  width: 30%;
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .textbox2 .detail .set {
    width: 70%;
    margin: auto;
    margin-bottom: 0.8vw;
  }
}
#menka .shopbox5 .item-list .feature-item .textbox2 .detail .memo2 {
  width: 100%;
  margin: 0em;
}
#menka .shopbox5 .item-list .feature-item .textbox2 .cart {
  font-family: sans-serif;
  width: 100%;
  text-align: right;
  margin-top: 3em;
}
#menka .shopbox5 .item-list .feature-item .textbox2 .cart .button {
  width: 70%;
  margin: auto;
  display: block;
  padding: 1rem;
  color: #ffffff;
  background-color: #f2aa30;
  border: 2px solid #f2aa30;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .item-list .feature-item .textbox2 .cart .button {
    width: 90%;
  }
}
#menka .shopbox5 .single {
  width: 100%;
  display: flex;
  gap: 3em;
  text-align: center;
  margin: auto;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5em;
  padding-bottom: 5em;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .single {
    max-width: 100%;
    gap: 1em;
    margin-top: 2vw;
  }
}
#menka .shopbox5 .single .s-item {
  width: 30%;
  max-width: 1200px;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .single .s-item {
    width: 45%;
    max-width: 100%;
  }
}
#menka .shopbox5 .single .s-item .imagebox02 img {
  width: 100%;
  border: #b9b9b9 1px solid;
}
#menka .shopbox5 .single .s-item .textbox3 {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .single .s-item .textbox3 {
    font-size: 4.5vw;
  }
}
#menka .shopbox5 .single .s-item .textbox3 span {
  font-size: 13px;
}
@media screen and (max-width: 700px) {
  #menka .shopbox5 .single .s-item .textbox3 span {
    font-size: 3.8vw;
  }
}
#menka .btn-wrap {
  text-align: center;
  margin-bottom: 2em;
}
#menka .btn-soft {
  display: inline-block;
  padding: 12px 50px;
  border: 2px solid #58544e;
  border-radius: 9999px;
  background: #fff;
  color: #58544e;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
#menka .btn-soft:hover {
  background: #6b6b6b;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#menka .btn-soft:active {
  transform: translateY(0);
  box-shadow: none;
}
#menka .btn-wrap2 {
  text-align: center;
  padding: 16px 0;
  margin-bottom: 5em;
}
#menka .link-underline {
  display: inline-block;
  position: relative;
  color: #7a5252;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 3px;
  transition: color 0.25s ease;
}
#menka .link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #7a5252;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#menka .link-underline:hover, #menka .link-underline:focus {
  color: #9b6a6a;
  outline: none;
}
#menka .link-underline:hover::after, #menka .link-underline:focus::after {
  transform: scaleX(1);
}
#menka .link-underline:focus-visible {
  box-shadow: 0 0 0 4px rgba(217, 190, 190, 0.18);
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  #menka .link-underline {
    transition: none;
  }
  #menka .link-underline::after {
    transition: none;
    transform: scaleX(1);
  }
}
#menka .titlebox {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#menka .titlebox .title_jp {
  font-size: 25px;
  font-weight: 600;
  color: #9e814d;
  position: relative;
  text-align: center;
  /* 文字の中央寄せ */
}
#menka .titlebox .title_jp::before {
  background-color: #9e814d;
  /* 線の色 */
  border-radius: 5px;
  /* 線の両端を丸く */
  bottom: -10px;
  /* 線の位置 */
  content: "";
  height: 3px;
  /* 線の高さ */
  left: 50%;
  /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%);
  /* 線の中央寄せ */
  width: 40px;
  /* 線の長さ */
}/*# sourceMappingURL=menka.css.map */