/* TABLE OF CONTENTS:
 * 
 * 00 どのサイズでも共通で適用されるスタイル
 *    - 枠
 *    - 商品画像
 *    - 商品情報
 *    - スタッフコメント
 *    - お客様の声
 *    - その他実績
 *    - 関連リンク
 * 01 幅 768 未満
 *    - 商品情報
 *    - お客様の声
 * 02 幅 480px 以上
 * 03 幅 768px 以上
 *    - 商品情報
 *    - スタッフコメント
 *    - お客様の声
 *    - その他実績
 * 04 幅 880px 以上
 *    - 商品情報
 * 05 幅 1072px 以上
 * 06 幅 1264px 以上
 */

/* --------------------------------------------------------------------------------------------------------
   00
 *
 * どのサイズでも共通で適用されるスタイル
 */

/* プレゼント企画 */
.enquiry-btn {
  font-size: 30px;
  font-weight: 700;
  background-color: #ed9e00;
  width: 300px;
  text-align: center;
  margin: auto;
  border-radius: 28px;
  box-shadow: 0 3px 0px #c1754a;
  color: #fff;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  border: 2px solid #fff;
}
    /* 枠 */
    .product-wrap {
      background: #fdfadc;
      padding: 1em;
    }

    /* 商品画像 */
  .example-post .product-image .swiper-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .example-post .product-image .imgContent {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .example-post .product-image .imgThumb {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
  }
  .example-post .product-image .imgThumb .swiper-wrapper {
    transform: none !important;
    justify-content: space-between;
  }
  .example-post .product-image .imgThumb .swiper-wrapper:after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .example-post .product-image .imgThumb .swiper-slide {
    cursor: pointer;
    width: auto;
    max-width: 24%;
  }
  .example-post .product-image .imgThumb .swiper-slide + .swiper-slide {
    margin-left: 1.3%;
  }
  .example-post .product-image .imgThumb .swiper-slide:not(.swiper-slide-active) {
    position: relative;
  }
  .example-post .product-image .imgThumb .swiper-slide:not(.swiper-slide-active):after {
    background: rgba( 0, 0, 0, 0.2 );
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

    /* 商品情報 */
    .product-info > p:first-child {
      background-color: #333;
      color: #fff100;
      text-align: center;
      padding: 1em;
      margin-bottom: 0;
    }
    .product-info table {
      background: #FFF;
      margin-bottom: 0;
    }
    .product-info table tr {
      border-bottom-color: #b7ba9e;
    }
    .product-info table th {
      font-weight: normal;
      padding: 0.5rem;
    }
    .product-info table td {
      padding: 0.5rem;
    }
    .product-info .kakaku {
      background: #fff100;
      margin-bottom: 1em;
    }
    .product-info .kakaku p {
      font-size: 1.2em;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0.5em;
      font-weight: bold;
    }
    .product-info .kakaku p > span.label {
      display: inline-block;
      border-radius: 2em;
      padding-top: 0.2em;
      padding-bottom: 0.2em;
    }
    .product-info .kakaku p > span:not(.label) {
      display: inline-block;
      text-align: center;
      width: 100%;
    }
    .product-info .kakaku p > span:not(.label) span {
      font-size: 1.5em;
    }
    .product-info .kakaku p.taten {
      background: #ede7e7;
      position: relative;
    }
    .product-info .kakaku p.taten:after {
      content: "";
      display: block;
      position: absolute;
    }
    .product-info .kakaku p.kdnmax {
      color: #b00028;
    }
    .product-info .kakaku p.kdnmax span.label {
      background: #FFF;
      padding-right: 0.8em;
      padding-left: 0.8em;
    }
    .product-info .kakaku ~ p {
      background: #FFF;
      position: relative;
      z-index: 1;
    }
    .product-info a {
      text-decoration: underline;
    }
    .product-info a:hover {
        color: #ed9e00;
    }


    /* スタッフコメント */
    .box.staff {
      margin-top: 0 !important;
    }
    .staff dt {
      text-align: center;
      padding: calc( 85px - 40px - 1em ) 0 0;
      position: relative;
      height: 85px;
    }
    .staff h2{
      margin-top: 2rem;
    }
    
    .staff dt:after {
      content: "";
      background-image: url(../img/contents/jisseki-staff.png);
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: contain;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: calc( 50% + 4em + 10px );
    }
    .staff dd {
      background: #fff9c4;
      border-radius: 8px;
      margin: 0;
      padding: 1px 1em 1em;
      position: relative;
    }
    .staff dd:after {
      content: "";
      border-bottom: 25px #fff9c4 solid;
      border-right: 8px transparent solid;
      border-left: 8px transparent solid;
      display: block;
      margin: 0 auto;
      position: absolute;
      top: -49px;
      right: 0;
      left: 0;
      height: 50px;
      width: 16px;
    }
    .staff dd > p {
      max-width: 660px;
      margin-right: auto;
      margin-left: auto;
    }


    /* お客様の声 */
    .customer dt {
      text-align: center;
    }
    .customer dd {
      background: #fff9c4;
      border-radius: 8px;
      padding: 1px 1em 1em;
      position: relative;
    }
    .customer dd > p {
      max-width: 660px;
      margin-right: auto;
      margin-left: auto;
    }


    /* その他の実績 */
  .example-post .results h2 {
      position: relative;
  }
  .example-post .results h2:after {
    content: "";
    background-color: #caaa53;
    background: -webkit-linear-gradient(left, #070707 0%,#f51100 50%,#070707 100%);
    background: linear-gradient(to right, #070707 0%,#f51100 50%,#070707 100%);
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -8px;
    height: 2px;
  }
  .example-post .related-results ul li {
    border-bottom: 1px #CCC solid;
    list-style: none;
    padding-bottom: 20px;
  }
  .example-post .related-results ul li:after {
    content: "";
    clear: both;
    display: table;
  }
  .example-post .related-results .post-wrap .pict {
    float: left;
    width: 120px;
  }
  .example-post .related-results .post-wrap .status {
    font-size: 0.8em;
    margin-left: 140px;
  }
  .example-post .related-results .post-wrap .status .date:before {
    font-family: "Font Awesome 5 free";
    font-weight: 400;
    content: "\f017";
    display: inline-block;
    margin-right: 0.5em;
  }
  .example-post .related-results .post-wrap .status .pos:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f3c5";
    display: inline-block;
    margin-right: 0.6em;
    margin-left: 1px;
  }
  .example-post .related-results .post-wrap .title {
    margin-top: 0.5em;
    margin-left: 140px;
  }


    /* 関連リンク */
    .related-btn li {
      list-style: none;
    }
    .related-btn li.more a {
      width: 100%;
    }


/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満
 */
@media screen and (max-width: 767px) {
    body:not(.twentyseventeen-front-page) .entry-header {
      padding-bottom: 0;
    }
    /* 商品情報 */
    .product-info table th {
      width: 7em;
    }
    .product-info .kakaku p.taten {
      margin-bottom: 20px;
    }
    .product-info .kakaku p.taten:after {
      border-top: 20px #ede7e7 solid;
      border-right: 10px transparent solid;
      border-left: 10px transparent solid;
      height: 40px;
      width: 20px;
      margin: 0 auto;
      bottom: -40px;
      right: 0;
      left: 0;
    }

    /* お客様の声 */
    .customer dd {
      margin: 30px 0 0;
    }
    .customer dd:after {
      content: "";
      border-bottom: 25px #fff9c4 solid;
      border-right: 8px transparent solid;
      border-left: 8px transparent solid;
      display: block;
      margin: 0 auto;
      position: absolute;
      top: -49px;
      right: 0;
      left: 0;
      height: 50px;
      width: 16px;
    }

}/* End max 767px */



/* --------------------------------------------------------------------------------------------------------
   02
 *
 * 幅 480px 以上
 */
@media screen and (min-width: 30em) {

    /* ここにスタイル */

}/* End min 480px */



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * 幅 768px 以上
 */
@media screen and (min-width: 48em) {

    /* 商品情報 */
    .product-info {
      margin-top: 1em;
    }
    .product-info > p:first-child {
      font-size: 1.5em;
      font-weight: bold;
    }
    .product-info table {
      position: relative;
    }
    .product-info table:after {
      content: "";
      background-image: url(../img/bg/kaminari-y.png);
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: contain;
      position: absolute;
      bottom: -20%;
      right: -5px;
      height: 98%;
      width: 25%;
    }
    .product-info table th {
      width: 9em;
    }
    .product-info .kakaku {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin-top: -1px;
      z-index: 1;
    }
    .product-info .kakaku .taten {
      width: calc( 45% - 15px );
    }
    .product-info .kakaku .kdnmax {
      width: calc( 55% - 15px );
    }
    .product-info .kakaku p.taten:after {
      border-left: 30px #ede7e7 solid;
      border-top: 14px transparent solid;
      border-bottom: 14px transparent solid;
      height: 28px;
      width: 60px;
      margin: auto 0;
      top: 0;
      bottom: 0;
      right: -60px;
    }


    /* スタッフコメント */
    .staff dt {
      font-size: 26px;
    }


    /* お客様の声 */
    .customer dt {
      font-size: 26px;
    }
    .customer dd {
      margin: 0.5em 0 0 30%;
      min-height: 130px;
    }
    .customer dd:before {
      content: "";
      background-image: url(../img/contents/jisseki-customer.png);
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -200px;
      width: 160px;
    }
    .customer dd:after {
      content: "";
      border-right: 25px #fff9c4 solid;
      border-top: 8px transparent solid;
      border-bottom: 8px transparent solid;
      display: block;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -49px;
      height: 16px;
      width: 50px;
    }


    /* その他の実績 */
      .example-post .related-results .post-wrap .pict {
        width: 140px;
      }
      .example-post .related-results .post-wrap .status {
        margin-left: 160px;
      }
      .example-post .related-results .post-wrap .title {
        margin-left: 160px;
      }

}/* End min 768px */



/* --------------------------------------------------------------------------------------------------------
   04
 *
 * 幅 880px 以上
 */
@media screen and (min-width: 55em) {

    /* 商品情報 */
    .product-info > p:first-child {
      background-image: url(../img/bg/maker-1.png), url(../img/bg/maker-2.png);
      background-repeat: no-repeat;
      background-position: left 60px top 5px, right 20px center;
    }

}/* End min 880px */



/* --------------------------------------------------------------------------------------------------------
   05
 *
 * 幅 1072px 以上
 */
@media screen and (min-width: 67em) {

    /* ここにスタイル */

}/* End min 1072px */



/* --------------------------------------------------------------------------------------------------------
   06
 *
 * 幅 1264px 以上
 */
@media screen and (min-width: 79em) {

    /* ここにスタイル */

}/* End min 1264px */