@charset "utf-8";
/* CSS Document */
* {
  min-height: 0vw;
}
/*===============================================
●共通
===============================================*/

/*===== common ======*/

#omusubi_oiocha_cp_2510 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
/* prettier-ignore */
#omusubi_oiocha_cp_2510 h1, h2, h3, h4, h5, p, figure {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
/* prettier-ignore */
#omusubi_oiocha_cp_2510 ul, li, dl, dt, dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
/* prettier-ignore */
#omusubi_oiocha_cp_2510 img {
    max-width: 100%;
    display: block;
    height: auto;
  }
/* prettier-ignore */
#omusubi_oiocha_cp_2510 a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
  }

/*===== text関連 ======*/

#omusubi_oiocha_cp_2510 .item-area .name {
  text-align: left;
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#omusubi_oiocha_cp_2510 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  display: block;
}
#omusubi_oiocha_cp_2510 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#omusubi_oiocha_cp_2510 .item-area .price {
  text-align: left;
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  font-weight: 600;
}
#omusubi_oiocha_cp_2510 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}
#omusubi_oiocha_cp_2510 .item-area .txt {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
}
#omusubi_oiocha_cp_2510 .item-area .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0 0;
}

#omusubi_oiocha_cp_2510 .ttl_h2 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.5vw, 1.8rem);
  color: #28090d;
  margin: 3rem auto 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

#omusubi_oiocha_cp_2510 .ttl_h2::before,
#omusubi_oiocha_cp_2510 .ttl_h2::after {
  content: '';
  width: 5%;
  height: 3px;
  background-color: #28090d;
}

/*===== main-area ======*/

#omusubi_oiocha_cp_2510 main {
  width: min(100%, 1200px);
  margin: 0 auto;
  height: auto;
  padding: 0 0 2rem;
  overflow: hidden;
  background: #fef111;
}

#omusubi_oiocha_cp_2510 section {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#omusubi_oiocha_cp_2510 .imgbox {
  position: relative;
}
#omusubi_oiocha_cp_2510 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/*===== item-area ======*/
#omusubi_oiocha_cp_2510 .items,
#omusubi_oiocha_cp_2510 .btn-area {
  width: min(90%, 1200px);
  margin: 0 auto;
}
#omusubi_oiocha_cp_2510 .item-area {
  width: 100%;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin: 2rem auto 1rem;
  border: 4px solid #28090d;
  box-sizing: border-box;
}
#omusubi_oiocha_cp_2510 .item-area.omu {
  margin: 1rem auto 2rem;
}
#omusubi_oiocha_cp_2510 .item-area .one {
  background: #d80010;
  padding: 0 0.5rem;
  max-width: 230px;
  margin: 0 auto 0.2rem;
  color: #fff;
  border-radius: 1rem;
  font-size: clamp(1.5rem, 2.85vw, 1.8rem);
}
#omusubi_oiocha_cp_2510 .item-area .kome {
  margin: 0 0 2rem;
}
#omusubi_oiocha_cp_2510 .item-area .one .big {
  font-size: clamp(1.8rem, 2.85vw, 2.4rem);
}
#omusubi_oiocha_cp_2510 .item-area.drink ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 0;
  width: 70%;
  gap: 1rem;
}
#omusubi_oiocha_cp_2510 .item-area.omu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 0;
  width: 100%;
  gap: 1rem;
}

#omusubi_oiocha_cp_2510 .item-area ul li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 auto;
  background: #f7f6f6;
  padding: 1rem;
}
#omusubi_oiocha_cp_2510 .item-area.omu ul li {
  gap: 0.5rem;
}
#omusubi_oiocha_cp_2510 .item-area .c-txt {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
#omusubi_oiocha_cp_2510 .c-pic-item img {
  width: 50%;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  will-change: filter;
}
#omusubi_oiocha_cp_2510 .item-area.omu .c-pic-item img {
  width: 100%;
  margin: 0 auto;
  filter: none;
}
#omusubi_oiocha_cp_2510 .plus {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  /*===== common ======*/
  #omusubi_oiocha_cp_2510 .pc-none {
    display: none;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #omusubi_oiocha_cp_2510 .sp-none {
    display: none;
  }
  #omusubi_oiocha_cp_2510 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  #omusubi_oiocha_cp_2510 main {
    padding: 0 0 0.5rem;
  }
  #omusubi_oiocha_cp_2510 .items {
    width: 100%;
  }
  #omusubi_oiocha_cp_2510 .item-area {
    width: 90%;
    margin: 0 auto 1rem;
    box-sizing: border-box;
    padding: 1rem;
    border: 2.5px solid #28090d;
  }
  #omusubi_oiocha_cp_2510 .item-area.drink ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  #omusubi_oiocha_cp_2510 .item-area.omu ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #omusubi_oiocha_cp_2510 .plus {
    width: 14%;
    margin: 0 auto;
  }
  #omusubi_oiocha_cp_2510 .ttl_h2 {
    margin: 2rem auto;
    gap: 1.5rem;
  }

  #omusubi_oiocha_cp_2510 .ttl_h2::before,
  #omusubi_oiocha_cp_2510 .ttl_h2::after {
    content: '';
    width: 20%;
    height: 3px;
    background-color: #28090d;
  }

  #omusubi_oiocha_cp_2510 .c-pic-item img {
    width: 60%;
  }
  #omusubi_oiocha_cp_2510 .item-area .one {
    background: #d80010;
    padding: 0 0.5rem;
    max-width: 160px;
    border-radius: 0.5rem;
  }
  /*===== aem ======*/
  .others {
    padding: 0.5rem 0.8rem;
    color: #313131;
    /* background: #fff; */
  }
  /* .ly-btn-pagetop {
    background: #fff;
  }
  .ly-foot-top-area2 {
    background: #fff;
  }
  .ly-foot-sns-area2 {
    background: #fff;
    padding: 0px 0 20px;
    margin: 0;
  } */
  /* .ly-foot-bottom-area2 {
    margin: 0;
  } */
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/

@media screen and (min-width: 737px) and (max-width: 767px) {
  #omusubi_oiocha_cp_2510 .item-area.drink ul {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #omusubi_oiocha_cp_2510 .item-area.drink ul {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
}
