@charset "UTF-8";

/*
===========================================
デザインと横幅合わせています。不要でしたら削除してください。
===========================================
*/
.u-okayama .container {
  max-width: 1170px;
}

.site-sidenav {
  max-width: 220px;
}

.u-okayama .site-main {
  max-width: 910px;
}


/*
===========================================
レスポンシブしやすいようにimgの設定を変更
===========================================
*/
.p-index img {
  width: 100%;
  height: auto;
}


/*
===========================================
内側に線を引く
===========================================
*/
.site-main * {
  box-sizing: border-box;
}


/*
===========================================
フォント読み込み
===========================================
*/
@font-face {
  font-family: 'Hannari';
  font-style: normal;
  src: url("../fonts/hannari.eot");
  src: url("../fonts/hannari.woff2") format("woff2"), url("../fonts/hannari.woff") format("woff"), url("../fonts/hannari.ttf") format("truetype"), url("../fonts/hannari.otf") format("opentype");
}

@font-face {
  font-family: 'Din';
  font-style: normal;
  src: url("../fonts/din.eot");
  src: url("../fonts/din.woff2") format("woff2"), url("../fonts/din.woff") format("woff"), url("../fonts/din.ttf") format("truetype"), url("../fonts/din.otf") format("opentype");
}


/*
===========================================
共通スタイル
===========================================
*/
.c-font-normal {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.c-ttl-style01Wrap {
  margin-bottom: 2vmin !important;
}
@media (min-width: 768px) {
  .c-ttl-style01Wrap {
    margin-bottom: 20px !important;
  }
}

.c-ttl-style01 {
  font-family: "Hannari","はんなり明朝", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", ‘Noto Serif JP’, "Sawarabi Mincho", serif;
  text-align: center;
  font-size: 2.6rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191717;
}
@media (min-width: 768px) {
  .c-ttl-style01 {
    font-size: 3.2rem !important;
  }
}

/* .c-ttl-style01::before,
.c-ttl-style01::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center, center;  
} */

.c-ttl-style01En {
  width: 100%;
  max-width: 540px;
  margin: 0 auto -2px !important;
}
.c-ttl-style01En img {
  width: 15%;
  display: block;
  margin: auto !important;
}
@media (min-width: 768px) {
  .c-ttl-style01En {
    margin: 0 auto -5px !important;
  }
}

.c-contents {
  position: relative;
  padding-top: 14vmin !important;
  padding-bottom: 14vmin !important;
}
@media (min-width: 768px) {
  .c-contents {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

.c-contents::before,
.c-contents::after {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 4vmin;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  left: 0;
}
@media (min-width: 768px) {
  .c-contents::before,
  .c-contents::after {
    width: 100%;
    height: 34px;
    background-size: contain;
    margin: 0 !important;
  }
}

.c-contents::before {
  top: 0;
}

.c-contents::after {
  bottom: 0;
}

.c-bnr-style01 {
  display: block;
  width: 100%;
  max-width: 780px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.p-pickup-listText {
  color: #5a5a5a;
}
@media (max-width: 767px) {
 .p-pickup-listText {
   display: none;
 }
}
/*
===========================================
.p-category
===========================================
*/
.p-category {
  margin-bottom: 15vmin !important;
}
@media (min-width: 768px) {
  .p-category {
    margin-bottom: 80px !important;
  }
}

/* .p-category-ttl::before,
.p-category-ttl::after {
  width: 6vmin;
  height: 6vmin;
  position: relative;
  bottom: -2px;
} */

.p-category-contents::before,
.p-category-contents::after {
  background-image: url(https://umaina.itembox.design/item/img/category_items/category_items_03.png) !important;
}
@media (min-width: 768px) {
  .p-category-contents::before,
  .p-category-contents::after {
    background-image: url(https://umaina.itembox.design/item/img/category_items/category_items_02.png) !important;
  }
}

.p-category-sec:not(:last-child) {
  position: relative;
  padding-bottom: 13vmin !important;
  margin-bottom: 11vmin !important;
  border-bottom: 3px #f4f4f4 dotted;
}
@media (min-width: 768px) {
  .p-category-sec:not(:last-child) {
    padding-bottom: 70px !important;
    margin-bottom: 60px !important;
  }
}

.p-category-sec:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 3px;
  background: url(../img/dot_bg.gif) repeat-x center center / contain;
}

.p-category-secLink {
  display: block;
}

.p-category-secTtl {
  color: #191717;
  text-align: center;
  margin-bottom: 7vmin !important;
}
@media (min-width: 768px){
  .p-category-secTtl {
    margin-bottom: 56px !important;
  }
}


.p-category-secTtlText {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 2.0rem !important;
}
@media (min-width: 768px) {
  .p-category-secTtlText {
    font-size: 2.4rem !important;
  }
}

.p-category-secTtlText::after {
  content: "";
  background: url(https://umaina.itembox.design/item/img/index/title-line.png) repeat-x center top / cover;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .p-category-secTtlText::after {
    margin-top: 13px;
  }
}

.p-category-secTtlText::before {
  position: absolute;
  content: "";
  background: url(https://umaina.itembox.design/item/img/category_items/title-fukidashi.gif) no-repeat center top / contain;
  display: block;
  width: 12px;
  height: 10px;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-category-secTtlText::before {
    width: 18px;
    height: 14px;
    bottom: -12px;
  }
}

.p-category-secList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-category-secList {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .p-category-secList.u-flesh {
    width: 90%;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.p-category-secItem {
  width: 48%;
}
@media (min-width: 768px) {
  .p-category-secItem {
    width: 185px;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}

.p-category-secItem:not(:nth-of-type(-n+2)) {
  margin-top: 8vmin;
}
@media (min-width: 768px) {
  .p-category-secItem:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
  .p-category-secItem:not(:nth-of-type(-n+3)) {
    margin-top: 40px;
  }
  .p-category-secList.u-flesh .p-category-secItem:not(:nth-of-type(-n+4)) {
    margin-top: 0;
  }
  .p-category-secList.u-flesh .p-category-secItem:not(:nth-of-type(-n+3)) {
    margin-top: 40px;
  }
}

/* .p-category-secItem:not(:nth-child(2n)) {
  margin-right: 4%;
} */

.p-category-secItemName {
  text-align: center;
  font-size: 1.4rem !important;
  color: #191717;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .p-category-secItemName {
    font-family: 'Hanari', serif !important;
    font-size: 1.8rem !important;
  }
}

.p-category-secItemImg {
  margin-bottom: 2vmin !important;
}


/*
===========================================
.p-bnr-list
===========================================
*/
.p-bnr-list {
  display: none;
}
@media (min-width: 768px) {
  .p-bnr-list {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .p-bnr-listLink {
    display: block;
  }
}

@media (min-width: 768px) {
  .p-bnr-listWrap {
    margin-bottom: 160px !important;
  }
}