/* Disable default single page css */

* {
  box-sizing: border-box !important;
}
a,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

body.single .entry {
  text-align: start;
  padding: 0;
  width: auto;
  margin: 0;
  position: static;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
}

#page {
  background: url("../images/goods/bg.png") no-repeat center 0;
  background-attachment: fixed;
}

#page a {
  color: #5a240f;
}

.section h2 {
  background: url("../images/goods/h3_bg.png") no-repeat center top;
  font-size: 34px;
  line-height: 2;
}
.section h2 span {
  font-size: 25px;
}
.s-etc {
  display: none;
}

footer {
  margin: 80px 0 0;
}

/* =========================
 INDEX
========================= */

.goods_box_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 48px 10px 0 10px;
}

.goods_item {
  width: 354px;
  margin-bottom: 47px;
}

.item_image {
  display: block;
  height: 280px;
  background: #fff;
}

.item_image > picture > img {
  max-width: 354px;
  height: 280px;
  object-fit: contain;
  padding: 10px 0 10px;
}

.item_description {
  margin-top: 28px;
  font-size: 20px;
  text-align: left;
  color: #221815;
}

.btn {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.btn.more {
  margin-bottom: 73px;
}

.acd--area {
  margin-bottom: 52px;
}

.acd--check {
  display: none;
}
.acd--head {
  text-align: left;
  padding: 15px 0 15px 70px;
  font-size: 20px;
  background: #e1f0ee;
  color: #221815;
  display: block;
  position: relative;
  width: 370px;
  margin: 0 auto;
}

.acd--child {
  text-align: left;
  background: #fdfdfd;
  color: #221815;
  display: block;
  padding: 26px 0 26px 70px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 2.5px;
  position: relative;
  width: 370px;
  margin: 0 auto;
}

.acd--child > a::after {
  content: "";
  background: url("../images/goods/arrow.png") no-repeat center;
  position: absolute;
  width: 13px;
  height: 18px;
  right: 29px;
}

.acd--head:after {
  box-sizing: border-box;
  content: url("../images/goods/plus.png");
  display: block;
  position: absolute;
  right: 26px;
  top: 17px;
}
.acd--content {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.acd--check:checked + .acd--head:after {
  content: url("../images/goods/minus.png");
  top: 8px;
}
.acd--check:checked + .acd--head + .acd--content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

#goods .postform {
  width: 100%;
  text-align: start;
  padding: 15px 0 15px 20px;
  font-size: 20px;
  background: transparent;
  color: #221815;
  display: block;
  position: relative;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

.recommend_item_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px 0 10px;
}

.recommend_item_container > .goods_item {
  width: 220px;
  margin-bottom: 0;
}

.recommend_item_container > .goods_item > .item_image {
  display: block;
  width: 220px;
  height: 154px;
  background: #fff;
}

.recommend_item_container > .goods_item > .item_image > picture > img {
  max-width: 220px;
  height: 154px;
  object-fit: contain;
  padding: 10px 0 10px;
}

/* =========================
 SORT
========================= */

.sort--menu {
  margin: 52px 0 9px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sort--acd {
  text-align: left;
  width: 280px;
  margin-left: 10px;
  margin-bottom: 0;
  background: url("../images/goods/sort_bg.png") no-repeat right;
  background-size: cover;
}

.sort--acd > label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 16px 0 14px 18px;
}

.object-select {
  width: 100%;
  font-size: 20px;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  border: none;
  background-color: transparent;
}

.current--sort--name {
  font-size: 16px;
  color: #b60029;
  padding-top: 25px;
}

/* =========================
 DETAIL
========================= */

.item--info {
  margin: 52px auto 63px;
  background: #fff;
  padding: 30px 44px 93px;
}

.back--to--list {
  display: block;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}

.back--to--list > a {
  color: #b60029 !important;
  margin-right: 10px;
}

.goods_entry-body {
  padding: 30px 44px 93px;
  line-height: 1.6;
  background: #fff;
  margin: 52px auto 63px;
  font-size: 20px;
  text-align: center;
  color: #221815;
  min-height: 430px;
}

.goods--txt--area {
  text-align: left;
  margin: 62px auto 40px;
  width: 620px;
  overflow-wrap: break-word;
}

.item--tit {
  color: #221815;
  font-size: 36px;
  text-align: left;
  width: 100%;
  margin: 0 auto 94px;
}

.item--slider {
  padding: 62px 112px;
}

.item--slider > img {
  width: 100%;
}

.item--info > .item_description {
  padding-left: 0;
  margin: 52px auto 40px;
  width: 620px;
}

.item--notice {
  text-align: left;
  font-weight: lighter;
  margin: 0 auto;
  width: 620px;
  font-size: 16px;
  color: #221815;
}

.share--btn--area {
  margin-bottom: 59px;
}

.share--btn--area > p {
  font-size: 28px;
  color: #221815;
  text-align: center;
  margin-bottom: 40px;
}

.share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.share li:not(:last-child) {
  margin-right: 20px;
}

.goods_item__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.goods_item__container > .goods_item {
  width: 218px;
  margin-bottom: 0;
}

.goods_item__container:after {
  content: "";
  display: block;
  width: 218px;
  height: 0;
}

#other--goods--container {
  display: flex;
  justify-content: space-between;
}

#other--goods--container > .goods_item {
  width: 218px;
  margin-bottom: 0;
}

#other--goods--container > .goods_item > .item_description {
  width: 100%;
  text-align: left;
  padding-left: 0;
}

#other--goods--container > .goods_item > .item_img {
  height: auto;
}

a.btn.back {
  display: block;
  width: 324px;
  margin: 0 auto 73px auto;
}

a.btn.back.default {
  display: block;
  width: 324px;
  height: 45px;
  margin: 0 auto 73px auto;
  text-align: center;
  color: #221815;
  font-size: 20px;
  background: url("../images/goods/btn_bg.png");
  background-size: 290px;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5px;
}

/*//////////////////// SLIDER PART//////////////////////
/////////////////////////////////////////////////////*/

.goods--img--section {
  width: 100%;
  text-align: center;
}

.slick-dots {
  position: relative;
  display: flex;
  width: 25%;
  padding: 0;
  margin: 65px auto 0 auto;
  list-style: none;
  text-align: center;
  justify-content: space-evenly;
}

.slick-dots li.slick-active button:before {
  color: #fdd1e7;
}

.slick-dots li button:before {
  color: #bfc8d6;
}

.s-item .s-item_slide .s-item_slide__item {
  width: 300px;
}
.s-item .s-item_slide .s-item_slide__item .s-item_slide_s {
  padding: 0 20px 0 20px;
}
.s-item .s-item_slide .s-item_slide__item img {
  width: 394px;
}
.s-item .s-item_slide .s-item_slide__item a {
  text-decoration: none !important;
  color: #6b3b3e;
}
.s-item .s-item_slide .s-item_slide__item a:focus {
  outline: none;
}
.s-item .s-item_slide .s-item_slide__item a .txt_wrap {
  opacity: 0;
}
.s-item .s-item_slide .s-item_slide__item[data-no="1"] a .txt_wrap {
  opacity: 1;
}
.s-item .s-item_slide .s-item_slide__item a .title {
  font-family: mplus-2c-medium, "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 8px;
}
.s-item .s-item_slide .s-item_slide__item a .item_txt {
  font-size: 18px;
  line-height: 1.4;
}

.slider_s > li > img {
  max-width: 384px;
  object-fit: contain;
}

.post-image {
  background: #fff;
  max-height: 356px;
}

.post-image > img {
  max-width: 400px;
  height: 356px;
  object-fit: contain;
}
