@charset "utf-8";
/*------------------------------------------------------------------------------
Date: 2017-01-18
Copyright (C) Tresure Factory Co.,LTD. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

商品詳細の調整

---------------------------------------- */

.item-detail-area-left {
  /* float: left; */
  /* width: 55%; */
}

.item-detail-area-right {
  float: right;
  width: 590px;
}

.item-detail-area-right h1 {
  margin: 5px 0 25px;
  height: auto;
}

#item-cartbutton img {
  width: 30px;
  margin-right: 10px;
}

#item-backorderbutton img {
  width: 30px;
  vertical-align: bottom;
  margin-right: 10px;
}

.item-detail-h3-title {
  font-size: 18px;
  letter-spacing: 1px;
  color: #252525;
  border-bottom: solid #ccc 1px;
  margin: 15px 0 30px;
  clear: both;
}

table.item-detail-size-list {
  border-collapse: separate;
  border-spacing: 1px;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}

table.item-detail-size-list th {
  width: 150px;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #efefef;
}

table.item-detail-size-list td {
  width: 200px;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.item-detail-size-notice {
  padding: 5px 0;
}

.item-detail-elec {
  line-height: 1.5;
  word-break: break-all;
  background: #f2f2f2;
  padding: 5px 15px 12px;
  margin-top: 1.5em;
}

.item-detail-elec .item-detail-elec-tit {
  font-size: 1.1em;
  line-height: 2.5;
  font-weight: bold;
}

.item-detail-elec a {
  text-decoration: underline;
}

.item-detail-elec a:hover {
  text-decoration: none;
}


.item-detail-brand-text a {
  color: #8a8a8a;
  text-decoration: underline;
  font-size: 14px;
  word-break: break-all;
}

.item-detail-brand-name {
  color: black;
  font-size: 20px;
  font-weight: bold;
  word-break: break-all;
}

.item-detail-area-right-price p {
  line-height: 1.3;
}

.item-detail-notax-value {
  text-decoration: line-through;
  font-size: 16px;
  color: #636363;
}

.item-detail-notax-value-text {
  font-size: 12px;
}

.item-detail-notax-text {
  font-size: 13px;
  font-weight: normal;
  color: #FF0040;
}

.item-detail-pricedown-value {
  color: #FF0040;
  font-size: 28px;
}

.item-detail-discount-value {
  color: #FF0040;
  font-size: 16px;
}

.item-detail-normalprice-value {
  color: #e73656;
  font-size: 28px;
}

.item-detail-normalprice-notax-text {
  color: #e73656;
  font-size: 13px;
}

.item-detail-tax-value {
  font-size: 14px;
  padding: 5px 0 5px;
  text-indent: 5px;
}

li.item-detail-float-price span.item-detail-tax-value {
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
  padding: 0;
}

li.item-detail-float-price span.item-detail-tax-value.is-sale {
  color: #DB0A17;
}

li.item-detail-float-price span.item-detail-tax-value small {
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  padding-top: 10px;

}

.item-detail-float-price {
  display: flex;
  align-items: center;
}


.item-detail-torepo {
  padding-bottom: 10px;
  text-indent: 5px;
  display: inline-block;
  font-size: 12px;
}

.item-detail-torepo span {
  font-size: 14px;
  font-weight: bold;
}

.torepo_desc {
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}

.item-detail-area-right-wrapper {
  display: table;
  width: 100%;
}

.item-detail-area-right-price {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
}

.item-detail-cart {
  width: 100%;
  margin: 15px 0 10px 0;
}

#item-favoritebutton,
#item-aboutreturn {
  width: 185px;
  margin: 20px 0;
  line-height: 1;
  padding: 0;
  height: 35px;
  font-size: 11px;
  letter-spacing: 0;
  text-indent: 25px;
}

.global-button-return {
  float: right;
}

#item-aboutreturn {
  background: url(/image/icon/icon_34.png) no-repeat left 33px center;
  background-size: 17px;
}

#item-favoritebutton {
  background: url(/image/icon/icon_27_bl.png) no-repeat left 33px center;
  background-size: 17px;
}

#item-favoriteregisterd {
  background: url(/image/icon/icon_27.png) no-repeat left 33px center;
  background-size: 17px;
  opacity: 0.5;
  width: 185px;
  margin: 20px 0;
  line-height: 1;
  padding: 0;
  height: 35px;
  font-size: 11px;
  letter-spacing: 0;
  text-indent: 25px;
}

#item-favoriteregisterd:hover {
  opacity: 0.5 !important;
}

.item-detail-soldout {
  background-image: none;
  background-color: #ccc;
  border-color: #ccc;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  /*margin-top: 20px;*/
  box-sizing: border-box;
}

#item-description {
  word-break: break-all;
}

.product-details {
  line-height: 25px;
  word-break: break-all;
  margin-bottom: 20px;
}

.product-details dt {
  float: left;
  margin-right: 8%;
  width: 22%;
}

.product-details dd {
  display: inline-block;
  width: 70%;
}

.item-detail-contact-main {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 50px;
}

.item-detail-contact-main img {
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.item-detail-contact-shopimage {
  width: 400px;
}

/* ブログ・MAPボタン追加20200904 */
.btn-area {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.btn-area-link {
  width: calc(50% - 15px);
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  font-size: 14px;
}

.btn-area-link:hover {
  text-decoration: none;
}

/* 店舗情報 */
.d-dataTable {
  width: 100%;
  font-size: 16px;
  margin-top: -7px;
}


.d-dataTable th {
  width: 5.0em;
  position: relative;
  font-weight: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .1em;
  text-align: left;
  vertical-align: top;
}

.d-dataTable th::after {
  position: absolute;
  right: 0;
  content: ":";
}

.d-dataTable td {
  line-height: 1.8;
  letter-spacing: .05em;
}

.itemShop-caption {
  margin-top: 22px;
  color: #333;
}

.itemShop-caption p {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  margin-bottom: 15px;
}

.itemShop-caption .itemCode {
  padding: 5px 0 3px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  background-color: #efefef;
}

.itemShop-cvArea {
  margin-top: 15px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #d9d9d9;
}


.shop-info .shop-tel {
  position: relative;
  color: #0f9954;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}

.shop-info .shop-tel::before {
  position: absolute;
  top: 4px;
  left: -30px;
  content: url(../../image/pc/item/tel_icon.png);
}

.shop-info .shop-time {
  padding-top: 8px;
  padding-left: 9px;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: left;
}

.item-detail-contact-shop {
  width: 520px;
}

.item-detail-contact-shopinfo {
  margin-top: 5px;
}

.item-detail-contact-shopinfo p {
  margin-bottom: 0;
}

.item-detail-contact-shopinfo a {
  text-decoration: underline;
}

.item-detail-contact-code {
  border: solid 1px #FF0040;
  margin-bottom: 1em;
  text-align: center;
  padding: 5px;
}

.item-detail-contact-code span {
  color: #FF0040;
  font-weight: bold;
}

#item-detail-inquiry-button {
  border: 1px solid #3cf;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  color: #3cf;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.75em 0;
  transition: all .2s ease;
  width: 100%;
}

.item-postage-image {
  width: 100%;
}

.item-detail-inquiry-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.imglist {
  display: inline-block;
  list-style-type: none;
  margin: 15px 20px 0px 40px;
  width: 420px;
}

.imglist li {
  margin-right: 15px;
  width: 64px;
  height: 64px;
  display: inline-block;
  position: relative;
  transition: all .2s ease;
  cursor: pointer;
}

.imglist li:hover {
  opacity: 0.8;
}

.imglist li span {
  display: block;
  float: left;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}

.imglist li:last-child {
  margin-right: 0;
}

.imglist img {
  height: auto;
  width: 100%;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.item-detail-contact-main dd {
  margin-left: 1em;
}

#browse-history {
  width: 100%;
}

button#item-cartbutton {
  width: 100%;
  font-size: 20px;

}

button#item-backorderbutton {
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 0;
  margin: 15px auto 0;
}

.product-details dd a {
  color: #0066c0;
}

#item-detail-warranty-link {
  color: #262626;
  text-decoration: underline;
}

.item-description a {
  text-decoration: underline;
}

.item-detail-packingsize-rank {
  margin: 0 0.5em 0 1em;
}

.item-detail-packingsize-rank+a {
  color: #0066c0;
  font-size: 13px;
}

.item-postage-address {
  font-size: inherit;
  margin-left: 0;
}

.item-postage {
  line-height: 25px;
  margin-bottom: 30px;
  word-break: break-all;
}

.item-postage dt {
  float: left;
  margin-right: 8%;
  width: 20%;
}

.item-postage dd {
  display: inline-block;
  width: 72%;
}

.item-detail-description {
  padding: 20px 0;
}

.item-detail-attention-txts {
  display: flex;
  gap: 50px;
 position: relative;
  padding: 70px 0 80px;
  
}

.item-detail-attention-txts::before {
  position: absolute;
  background-color: #F9F9F9;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: 100vw;
  height: 600px;
  content: "";
  transform: translate(-50%, -50%);
}

.item-detail-attention-txts .item-detail-supplement {
  font-size: 16px;
  line-height: 1.875;
}
.item-detail-attention-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.js-height-attention-1,
.js-height-attention-2 {
  padding-top: 20px;
}

.js-height-attention-1 li :last-child,
.js-height-attention-2 li :last-child {
  padding-top: 20px;
}
.item-detail-contact-left p {
  margin-bottom: 0;
}

.item-detail-contact-notice {
  margin-top: 5px;
}

.item-detail-contact-help {
  border: solid 1px #0066c0;
  margin-bottom: 20px;
  text-align: center;
}

.item-detail-contact-help span {
  color: #0066c0;
  font-weight: bold;
}

.item-detail-contact-help a {
  transition: all .2s ease;
}

.item-detail-contact-help a {
  color: #0066c0;
  display: block;
  padding: 5px;
}

.item-detail-contact-help a:hover {
  background: #e2f1ff;
}

.item-detail-float-section {
  background-color: #fff;
  border-top: solid #ccc 1px;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.item-detail-float-section-inner {
  display: flex;
  margin: 0 auto;
  /* width: 68.23%; */
  max-width: 1310px;
  padding: 15px 0;
}

.item-detail-float-left img {
  border: solid #ccc 1px;
  margin: 5px;
  padding: 2px;
  vertical-align: middle;
}

.item-detail-float-goodsinfo {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  width: 80%;
}

.item-detail-float-goodsinfo ul {
  position: relative;
  margin-top: 8px;
}

.item-detail-float-goodsinfo ul li {
  display: inline-block;
}

.item-detail-float-goodsinfo .item-detail-normalprice-value,
.item-detail-float-goodsinfo .item-detail-pricedown-value {
  font-size: 18px;
}

.item-detail-float-goodsinfo .item-detail-notax-value {
  font-size: 12px;
}

.item-detail-float-goodsinfo .item-detail-discount-value {
  font-size: 14px;
}

.item-detail-float-price {
  width: 100%;
}

.item-detail-float-link {
  text-align: right;
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.item-detail-float-link a {
  color: #0042D8;
  font-weight: 500;
}

.item-detail-float-link a:hover {
  text-decoration: underline;
}

.item-detail-float-left,
.item-detail-float-right {
  display: flex;
  vertical-align: middle;
}

.item-detail-float-left {
  display: flex;
  width: 54%;
}

.item-detail-float-right {
  width: 45%;
}

.item-detail-float-right button {
  width: calc(50% - 10px);
  /* display: inline-flex; */
  height: 60px;
  white-space: nowrap;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 20px;
}

.item-detail-float-right button:last-of-type {
  margin-left: auto;
}

#item-cartbutton-float-section {
  margin: 0;
}

#item-cartbutton-float-section img {
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}

/* ----------------------------------------

swiperのレイアウト調整

---------------------------------------- */

.swiper-container {
  height: 100%;
  margin-top: 9px;
  width: 540px;
}

.swiper-slide>img {
  width: 450px;
  margin-left: 40px;
  border: 1px solid #dfdfdf;
  padding: 5px;
  box-sizing: border-box;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% - 40px);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
  color: black;
}

.swiper-button-white {
  color: white;
}

.swiper-pagination-bullet {
  background-color: white !important;
}

.swiper-scrollbar {
  background-color: white !important;
}

.swiper-scrollbar-drag {
  background-color: white !important;
}

/* ----------------------------------------
 * 画像拡大表示
　--------------------------------------- */

#item-modal-background {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

.item-modal-image-area {
  height: 730px;
  margin: 2% auto 0;
  width: 750px;
}

.item-modal-image {
  display: flex;
  margin: 0 auto 10px;
}

.item-modal-image>li {
  height: 100%;
  margin: auto 0;
}

.item-modal-image>li:first-child,
.item-modal-image>li:last-child {
  width: 50px;
}

#item-modal-button-prev {
  border-top: 5px #fff solid;
  border-left: 5px #fff solid;
  cursor: pointer;
  height: 50px;
  transform: rotate(-45deg);
  width: 50px;
}

#item-modal-button-next {
  border-top: 5px #fff solid;
  border-left: 5px #fff solid;
  cursor: pointer;
  height: 50px;
  transform: rotate(135deg);
  width: 50px;
}

.item-modal-image-large-area {
  height: 650px;
  overflow: hidden;
  width: 100%;
}

.item-modal-image-large-area:hover {
  cursor: pointer;
}

.item-modal-image-large {
  display: none;
}

.item-modal-image-list {
  display: inline-block;
  margin: 0 50px;
}

.item-modal-image-list li {
  cursor: pointer;
  display: inline-block;
  margin-right: 11px;
}

.item-modal-image-list img {
  width: 50px;
}

.zoomPad {
  float: none;
  text-align: center;
}

/* ----------------------------------------
 * 配送料金基本表
　--------------------------------------- */
#item-detail-deliveryfee-link {
  cursor: pointer;
}

#item-modal-background-postage {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

#item-modal-background-postage-inner {
  height: 750px;
  margin: 2% auto 0;
  position: relative;
  width: 800px;
}

#item-modal-background-postage-inner iframe {
  height: 100%;
  width: 100%;
}

#item-modal-background-postage-close {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 73px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.0em;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  transition: all .2s ease;
  padding: 5px;
  text-align: center;
  width: 40px;
}

#item-modal-background-postage-close:hover {
  opacity: 0.8;
}

/* ----------------------------------------

商品お問い合わせ

---------------------------------------- */
.item-inquiry-title {
  background: url(/image/icon/icon_30.png) no-repeat;
  background-size: 35px;
  background-position: 0 -0.2em;
  border-bottom: 2px solid #dcdcdc;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 40px;
  padding-bottom: 0.2em;
  margin: 20px 0;
}

.item-inquiry-text {
  margin-bottom: 2em;
}

.item-inquiry-area-left {
  float: left;
  width: 40%;
}

.item-inquiry-area-right {
  float: right;
  width: 60%;
}

.item-inquiry-shop {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.item-inquiry-contact {
  width: 400px;
}

.item-inquiry-input-area {
  width: 100%;
}

.item-inquiry-input-area li {
  margin: 1.5em 0;
}

.item-inquiry-input-area-title {
  background-color: #8a8a8a;
  border: solid 1px #4d4d4d;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em;
}

.item-inquiry-input-area input,
.item-inquiry-input-area select,
.item-inquiry-input-area textarea {
  margin-left: 0;
  padding: 0.3em 0.5em;
}

.item-inquiry-input-area textarea[name="inquiry_detail"] {
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.3em;
  line-height: 1.3;
  margin: 5px 0;
  height: 10em;
  width: 100%;
}

.item-inquiry-input-area input[type="text"] {
  width: 50%;
}

.item-inquiry-input-area input[type="submit"] {
  display: block;
  margin: 0 auto;
  padding: 1em 0.7em;
  width: 20em;
}

.item-inquiry-attention {
  font-size: 1.15em;
  margin: 0.5em auto;
  width: 95%;
}

.item-inquiry-attention a {
  text-decoration: underline;
}

.item-inquiry-complete-title {
  background: url(/image/icon/icon_26.png) no-repeat;
  background-size: 35px;
  background-position: 0 -0.2em;
  border-bottom: 2px solid #dcdcdc;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 40px;
  padding-bottom: 5px;
  margin: 20px 0;
}

.item-inquiry-complete-main {
  text-align: center;
  margin: 0 0 100px 0;
}

.item-inquiry-complete-main-header {
  color: #ee7800;
  font-weight: bold;
  ;
  margin-top: 40px;
}

.item-inquiry-complete-main p {
  margin: 30px 0;
}

#item-inquiry-complete-button {
  height: 40px;
  width: 200px;
  /*background: url(/image/pc/side/arrow_sub.png) no-repeat right 10px center;*/
  transition: all .2s ease;
}

#item-inquiry-complete-button:hover {
  background-color: #e2f1ff;
}

.item-inquiry-error-title {
  color: #ba5858;
  font-size: 1.2em;
  margin-top: 1em;
}

.item-inquiry-error-message {
  background-color: #fae7e7;
  color: #ba5858;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* ----------------------------------------

クリーニング

---------------------------------------- */

.item-cleaning-kaden {
  margin: 0 auto;
}

.item-flexbox {
  background: #fff;
  padding: 3% 3% 0;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;

}

.item-flexbox:nth-child(1) {
  margin-bottom: 30px;
}

.item-box-left {
  width: 40%;
}

.item-cleaning-description h4 {
  font-size: 1.5em;
  background-color: #0a5ccc;
  text-align: center;
  padding: 7px 0 5px;
  color: #fff;
  border-radius: 5px;
}

.item-box-left p {
  margin: 10px auto;
  line-height: 1.5;
}

.item-box-left small {
  font-size: 0.75em;
}

.item-box-left small span {
  color: red;
}

.item-box-right img {
  margin-right: 30px;
}

/* ----------------------------------------

規定重量超過時の付帯料金

---------------------------------------- */
.item-detail-overweight-notice .red {
  color: #f00;
}

.item-detail-overweight-notice .bold {
  font-weight: bold;
}


.paymentDesc:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 60px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 25px solid #efefef;
}

.paymentDesc {
  margin-top: 20px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  border-radius: 5px;
  background: #efefef;
  position: relative;
  line-height: 50px;
}

.paymentDesc em {
  font-weight: bold;
  font-size: 1.2em;
}

.paymentDesc img {
  position: absolute;
  bottom: 5px;
  right: 20px;
}

.item-detail-float-link .sale_ico {
  font-size: 1.0em;
  line-height: 1.5em;
  margin-bottom: 5px;
  width: 4.0em;
  border: 2px solid #f00;
  border-radius: 5px;
  color: #f00;
  font-weight: bold;
  text-align: center;
  
}

/* bxslider20200904 */
.item-detail-contact-shopimage .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.item-detail-contact-shopimage .bx-pager,
.item-detail-contact-shopimage .bx-default-pager {
  display: none;
}

.item-detail-contact-shopimage .bx-wrapper .bx-next {
  background: url(../../image/pc/item/arrow_right.png) no-repeat;
}

.item-detail-contact-shopimage .bx-wrapper .bx-prev {
  background: url(../../image/pc/item/arrow_left.png) no-repeat;
}

.item-detail-contact-shopimage .bx-wrapper .bx-controls-direction a {
  width: 16px;
  height: 29px;
}

.item-detail-contact-shopimage .bx-wrapper .bx-controls-direction a::after {
  content: "";
}

.item-detail-contact-shopimage .bx-wrapper .bx-next:hover,
.item-detail-contact-shopimage .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}