.fs-preview-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.login.my-false,
.logout.my-true {
  display: none !important;
}

/*価格表記を￥→円に変更*/
.fs-c-price__currencyMark {
display: none;
}
.fs-c-price::after {
content: "円";
font-size: .66em;
}

/* 配送クール便 */
.fs-c-checkout-delivery__method__message .text-red {
  color: #C14100;
}
.fs-c-checkout-delivery__method__message .text-blue {
  color: #fff;
  background: #3ea8ff;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 4px;
}
/* メンテナンス */

.fs-body-closed,
.fs-body-closed .fs-l-main,
.fs-body-closed .fs-l-pageMain {
  height: auto;
}
@media only screen and (min-width: 769px) {
  .fs-p-closed {
    padding: 50px 20px;
  }
  .fs-p-closed h1 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .fs-p-closed .text {
    margin-bottom: 40px;
  }
  .fs-p-closed .text p {
    font-size: 17px;
    line-height: 1.8;
  }
  .fs-p-closed .text p + p {
    margin-top: 1em;
  }
  .fs-p-closed .date {
    max-width: 700px;
    width: 100%;
    margin-bottom: 50px;
  }
  .fs-p-closed .date p {
    font-size: 20px;
    border: 1px solid #E6D7BF;
    background: #FFFDFA;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-p-closed {
    padding: 50px 20px;
  }
  .fs-p-closed h1 {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .fs-p-closed .text {
    margin-bottom: 45px;
  }
  .fs-p-closed .text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .fs-p-closed .text p.left {
    text-align: left;
  }
  .fs-p-closed .text p + p {
    margin-top: 2em;
  }
  .fs-p-closed .date {
    max-width: 700px;
    width: 100%;
    margin-bottom: 50px;
  }
  .fs-p-closed .date p {
    font-size: 14px;
    border: 1px solid #E6D7BF;
    background: #FFFDFA;
    padding: 10px;
  }
  .logo_img img {
    max-width: 80%;
    margin: 0 auto;
  }
}

.fs-c-reviewInfo__date {
  display: none !important;
}