/* TABLE OF CONTENTS:
 * 
 * 00 どのサイズでも共通で適用されるスタイル
 *    - ●ブロック名とか用途とか●
 * 01 幅 768 未満
 * 02 幅 480px 以上
 * 03 幅 768px 以上
 * 04 幅 880px 以上
 * 05 幅 1072px 以上
 * 06 幅 1264px 以上
 */

/* --------------------------------------------------------------------------------------------------------
   00
 *
 * どのサイズでも共通で適用されるスタイル
 */

/* 商品画像（サムネ＆スライダ） */

.example-post .jirei-thumbnail-wrappr .swiper-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.example-post .jirei-thumbnail-wrappr .imgContent {
  text-align: center;
  margin-bottom: 10px;
  background: #f5f5f5;
}

.example-post .jirei-thumbnail-wrappr .imgContent .swiper-wrapper {
  align-items: center;
  max-height: 450px;
}

.example-post .jirei-thumbnail-wrappr .swiper-slide {
  width: auto;
  width: calc(100% / 3);
  max-width: 200px;
}

/* 施工事例（サムネイル表示） */
.jirei-thumbnail {
  position: relative;
  margin-bottom: 1.5rem;
}

.jirei-thumbnail::after {
  content: "";
  background-image: url(../img/contents/jirei-yajirushi.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.jirei-thumbnail .img-a,
.jirei-thumbnail .img-b {
  position: relative;
  width: 100%;
  height: 20rem;
}


.jirei-thumbnail .tag-a,
.jirei-thumbnail .tag-b {
  position: absolute;
  padding: 0.5rem 2rem;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.5rem;
}

.jirei-thumbnail .image-wrapper {
  height: 100%;
}

.jirei-thumbnail .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jirei-thumbnail .tag-a {
  background-color: #ff9933;
}

.jirei-thumbnail .tag-b {
  background-color: #495057;
}

.example-post .jirei-voice {
  background: #fcf9f2;
  padding: 1.5rem;
  border: dashed 2px #ff9124;
  margin-top: 3rem;
}

/* 施工情報 */

.product-info dl {
  border-bottom: 1px dotted #bfbebe;
  display: flex;
}

.product-info dt {
  border-left: 4px solid #ff9124;
  padding-left: 0.4em;
  margin-bottom: 0.3em;
  margin-left: 0;
  font-size: 16px;
  width: 91px;
}

.product-info dd {
  margin-bottom: 0.3em;
}

/* スタッフより */
.suggest.st-box {
  width: 100%;
  max-width: 100%;
  padding: 1.5em 1em 1em;
}

.suggest.st-box div {
  margin-top: 1.5em;
}


/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満
 */
@media (max-width: 767px) {

  /* 商品画像（サムネ＆スライダ） */
  .example-post .product-image .imgContent img {
    max-height: 40vh;
    -o-object-fit: contain;
    object-fit: contain;
  }

}

/* End max 767px */



/* --------------------------------------------------------------------------------------------------------
   02
 *
 * 幅 480px 以上
 */
@media (min-width: 30em) {

  /* ここにスタイル */

}

/* End min 480px */



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * 幅 768px 以上
 */
@media (min-width: 48em) {

  /* 商品画像（サムネ＆スライダ） */
  .example-post .product-image .imgContent img {
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .jirei-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .jirei-thumbnail::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .jirei-thumbnail .img-b {
    margin-bottom: 0;
  }

  .jirei-thumbnail-after img {
    width: 100%;
    height: 25rem;
    object-fit: contain;
  }



  /* 施工情報 */
  .product-info {
    position: relative;
  }

  .product-info:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 160px;
    background-image: url(../img/contents/jirei-house.png);
    background-repeat: no-repeat;
    top: -16px;
    right: 0;
    background-position: bottom;
    background-size: contain;
  }

  .product-info dl {
    width: 75%;
  }

  .product-info dt {
    border-left: 4px solid #ff9124;
    padding-left: 0.6em;
    margin-bottom: 0.6em;
    margin-left: 0.4em;
    font-size: 18px;
    width: 110px;
  }

  .product-info dd {
    margin-bottom: 0.3em;
  }

  /* スタッフより */

  .suggest.st-box {
    padding: 1.8em;
  }

  .suggest.st-box div {
    margin-top: 2em;
  }

  .outer.order {
    background-image: url(../img/contents/order-bg-l.png), none;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%
  }

}

/* End min 768px */



/* --------------------------------------------------------------------------------------------------------
   04
 *
 * 幅 880px 以上
 */
@media (min-width: 55em) {}

/* End min 880px */



/* --------------------------------------------------------------------------------------------------------
   05
 *
 * 幅 1072px 以上
 */
@media (min-width: 67em) {

  .product-info:after {
    width: 230px;
    height: 160px;
  }

}

/* End min 1072px */



/* --------------------------------------------------------------------------------------------------------
   06
 *
 * 幅 1264px 以上
 */
@media (min-width: 79em) {

  /* ここにスタイル */

}

/* End min 1264px */