@charset "UTF-8";
@import url('/shared/css/category_trial.css');
@import url('/shared/css/infomation.css');
/* ===============================================================
common
=============================================================== */
.hidden { display: none !important; }

@media screen and (max-width: 1023px) { .display_pc { display: none; } }

@media screen and (min-width: 1024px) { .display_tab { display: none; } }

.alignl { text-align: left; }

.alignr { text-align: right; }

.alignc { text-align: center; }

.fc_red { color: #df0202 !important; }

.fw_bold { font-weight: bold; }

.shadow_box { -webkit-box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11); box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11); }

.shadow_btn { -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); }

/* __________ layout __________ */
#loginInfomation + #contents { padding-top: 0; }

.category_top { font-size: 16px; }

.fluid { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }

/* __________ 注釈 __________ */
/* __________ link __________ */
/* __________ btn __________ */
.page_title { position: relative; padding: 13px 0; margin-bottom: 30px; font-size: 24px; font-weight: bold; text-align: center; }

.page_title:before, .page_title:after { position: absolute; left: 0; right: 0; content: ''; display: block; width: 100%; height: 2px; margin: auto; border-top: 1px solid #d2c5b8; border-bottom: 1px solid #fff; }

.page_title:before { top: 0; }

.page_title:after { bottom: 0; }

/* ===============================================================
カテゴリTOP
=============================================================== */
.category_bnr a { display: block; }

.category_bnr a:hover { opacity: .7; }

.category_bnr img { width: 100%; height: auto; }

@media screen and (max-width: 1023px) { .category_bnr li + li { margin-top: 15px; } }

@media screen and (min-width: 1024px) { .category_bnr { display: -ms-flexbox; /*IE10*/ display: -webkit-flex; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #category_kodawari .category_bnr { margin: 0 -5px; }
  .category_bnr > li { max-width: 50%; margin-bottom: 6px; }
}
.s_title,
.cat_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 15px;
}
.s_title {
  margin-top: 80px;
  margin-bottom: 35px;
}
.s_cate_list {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 65%;
  margin: 60px auto;
  flex-wrap: wrap;
  font-weight: normal !important;
}
.s_cate_list div {
  font-size: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.s_cate_list div:nth-child(odd) {
  width: 65%;
}
.s_cate_list div:nth-child(even) {
  width: 35%;
}
.s_cate_list div::before {
  content: "▽";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  margin-right: 0.5em;
}
.s_cate_list div a {
  text-decoration: underline;
}
.category_acc dt,
.category_acc_o dt {
  margin-bottom: 30px;
}
.category_acc dd,
.category_acc_o dd {
  margin-bottom: 30px;
}
.all_item_inner,
.category_acc dd .acc_inner,
.category_acc_o dd .acc_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  width: 100%;
  font-feature-settings: "palt";
  font-weight: bold;
}
.all_item_inner .item,
.category_acc dd .acc_inner .item,
.category_acc_o dd .acc_inner .item {
  margin-top: 20px;
  width: calc(25% - 15px);
  background-color: #fff;
  padding: 16px;
  border: 1px solid #d5c5b7;
  border-radius: 5px;
}
.all_item_inner .item:nth-child(2),
.all_item_inner .item:nth-child(6),
.all_item_inner .item:nth-child(10),
.all_item_inner .item:nth-child(14),
.category_acc dd .acc_inner .item:nth-child(2),
.category_acc dd .acc_inner .item:nth-child(6),
.category_acc dd .acc_inner .item:nth-child(10),
.category_acc dd .acc_inner .item:nth-child(14),
.category_acc_o dd .acc_inner .item:nth-child(2),
.category_acc_o dd .acc_inner .item:nth-child(6),
.category_acc_o dd .acc_inner .item:nth-child(10),
.category_acc_o dd .acc_inner .item:nth-child(14) {
  margin-left: 20px;
  margin-right: 20px;
}
.all_item_inner .item:nth-child(3),
.all_item_inner .item:nth-child(7),
.all_item_inner .item:nth-child(11),
.all_item_inner .item:nth-child(15),
.category_acc dd .acc_inner .item:nth-child(3),
.category_acc dd .acc_inner .item:nth-child(7),
.category_acc dd .acc_inner .item:nth-child(11),
.category_acc dd .acc_inner .item:nth-child(15),
.category_acc_o dd .acc_inner .item:nth-child(3),
.category_acc_o dd .acc_inner .item:nth-child(7),
.category_acc_o dd .acc_inner .item:nth-child(11),
.category_acc_o dd .acc_inner .item:nth-child(15)   {
  margin-right: 20px;
}
.all_item_inner .item p,
.category_acc dd .acc_inner .item p,
.category_acc_o dd .acc_inner .item p {
  margin: 0 !important;
}
.all_item_inner .item .img,
.category_acc dd .acc_inner .item .img,
.category_acc_o dd .acc_inner .item .img {
  margin-bottom: 19px !important;
}
.all_item_inner .item .img img,
.category_acc dd .acc_inner .item .img img,
.category_acc_o dd .acc_inner .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.all_item_inner .item .name,
.category_acc dd .acc_inner .item .name,
.category_acc_o dd .acc_inner .item .name {
  font-size: 18px;
  height: 5em;
}
.all_item_inner .item .txt,
.category_acc dd .acc_inner .item .txt,
.category_acc_o dd .acc_inner .item .txt {
  font-size: 14px;
  height: 2em;
  margin-bottom: 10px !important;
  font-weight: normal;
}
.all_item_inner .item .price,
.all_item_inner .item .price2,
.category_acc dd .acc_inner .item .price,
.category_acc dd .acc_inner .item .price2,
.category_acc_o dd .acc_inner .item .price,
.category_acc_o dd .acc_inner .item .price2 {
  font-size: 14px;
  min-height: 25px;
}
.all_item_inner .item .price .title,
.all_item_inner .item .price2 .title,
.category_acc dd .acc_inner .item .price .title,
.category_acc dd .acc_inner .item .price2 .title,
.category_acc_o dd .acc_inner .item .price .title,
.category_acc_o dd .acc_inner .item .price2 .title {
  margin-right: 0.5em;
}
.all_item_inner .item .price .num,
.all_item_inner .item .price2 .num,
.category_acc dd .acc_inner .item .price .num,
.category_acc dd .acc_inner .item .price2 .num,
.category_acc_o dd .acc_inner .item .price .num,
.category_acc_o dd .acc_inner .item .price2 .num {
  font-size: 18px;
}
.all_item_inner .item .price2 .num,
.category_acc dd .acc_inner .item .price2 .num,
.category_acc_o dd .acc_inner .item .price2 .num {
  color: #e60012;
}
.all_item_inner .item .price2 .discount,
.category_acc dd .acc_inner .item .price2 .discount,
.category_acc_o dd .acc_inner .item .price2 .discount {
  margin-left: 0.5em;
  border: 1px solid #e60012;
  color: #e60012;
  padding: 2px;
}
.all_item_inner .item .detail,
.category_acc dd .acc_inner .item .detail,
.category_acc_o dd .acc_inner .item .detail {
  margin-top: 19px !important;
  text-align: center;
  background-color: #f5f1ea;
  font-size: 18px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.all_item_inner .item .detail::after,
.category_acc dd .acc_inner .item .detail::after,
.category_acc_o dd .acc_inner .item .detail::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/shared/img/arrow_red.png');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 13px;
}
.all_item_inner.non_disp {
  display: none;
}
.disp_all_item {
  border: 1px solid #d5c5b7;
  font-weight: bold;
  padding: 25px 80px;
  margin: 60px auto 0;
  font-size: 20px;
  display: inline-block;
}
.disp_all_item.open {
  display: none;
}

.category_acc dd.non_disp {
  display: none;
}
.category_acc dt {
  border: 1px solid #d5c5b7;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding: 38px 48px;
}
.category_acc dt::after {
  content: "＋";
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #cec3b1;
}
.category_acc dt:hover {
  cursor: pointer;
}
.category_acc dt.open {
  background-color: #f5f1ea;
}
.category_acc dt.open::after {
  content: "－";
}
.category_acc_o dt {
  border: 1px solid #cccccc;
  background-color: #f5f1ea;
  display: block;
  font-size: 26px;
  font-weight: bold;
  padding: 38px 48px;
}
.category_acc_o dd .acc_inner .item {
  border: 1px solid #cccccc;
}
#flowtong_menu .contener {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 700px;
  max-width: 1320px;
  margin: 0 auto;
  background-color: #fff;
}
#flowtong_menu .contener a {
  text-align: center;
  width: 440px;
  height: 110px;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid #d5c5b7;
  padding-top: 25px;
  font-weight: bold;
}
#flowtong_menu .contener a:nth-child(2),
#flowtong_menu .contener a:nth-child(3) {
  margin-left: 40px;
}
#flowtong_menu .contener a span {
  font-size: 26px;
  display: block;
}
#flowtong_menu.none {
  display: none;
}
.header .header_contents_wrapper {
  background-color: #fff;
  width: 100%;
  transition:all 0.1s linear;
  visibility: visible;
  opacity: 1;
}
.header .header_contents_wrapper.menu-hide {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
#flowtong_menu.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900010;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    display: block !important;
}
#flowtong_menu.menu-fixed .contener {
  width: 100%;
  min-width: 700px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 5px 0;
}
#flowtong_menu.menu-fixed a {
  height: 55px;
  padding-top: 0;
  font-size: 20px !important;
  border: none !important;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
#flowtong_menu.menu-fixed a span {
  font-size: 20px !important;
}
/*#flowtong_menu.fmenu_fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  width: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: block !important;
}
#flowtong_menu.fmenu_fixed .contener {
  width: 100%;
  min-width: 700px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 5px 0;
}
*/
#flowtong_menu.fmenu_fixed .contener a {
  padding-top: 10px;
}
@media screen and (min-width: 768px) and (max-width:1280px) {
  .s_cate_list {
    width: 100%;
  }
  .s_cate_list div:nth-child(odd) {
    width: 60%;
  }
  .s_cate_list div:nth-child(even) {
    width: 40%;
  }
  .all_item_inner .item,
  .category_acc dd .acc_inner .item {
    width: calc(50% - 10px);
  }
  .all_item_inner .item:nth-child(2),
  .all_item_inner .item:nth-child(6),
  .all_item_inner .item:nth-child(10),
  .all_item_inner .item:nth-child(14),
  .category_acc dd .acc_inner .item:nth-child(2),
  .category_acc dd .acc_inner .item:nth-child(6),
  .category_acc dd .acc_inner .item:nth-child(10),
  .category_acc dd .acc_inner .item:nth-child(14) {
    margin-left: 0;
    margin-right: 0;
  }
  .all_item_inner .item:nth-child(3),
  .all_item_inner .item:nth-child(7),
  .all_item_inner .item:nth-child(11),
  .all_item_inner .item:nth-child(15),
  .category_acc dd .acc_inner .item:nth-child(3),
  .category_acc dd .acc_inner .item:nth-child(7),
  .category_acc dd .acc_inner .item:nth-child(11),
  .category_acc dd .acc_inner .item:nth-child(15) {
    margin-right: 0;
  }
  .all_item_inner .item:nth-child(odd),
  .category_acc dd .acc_inner .item:nth-child(odd) {
    margin-right: 20px;
  }
}
