.detail {
  padding: 0 0 1.5rem 0;
}

.detail h2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 15px;
}

.detail h3 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.detail p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
}

.detail .text-link {
  margin: 10px 0;
  text-align: left;
}

.detail .text-link img {
  transform: translateY(4px);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.detail .text-link a {
  display: inline;
  font-size: 14px;
  color: #039;
  text-decoration: underline;
  text-align: left;
}

.detail .more-view {
  font-size: 14px;
  color: #039;
  text-decoration: underline;
  text-align: left;
  margin: 10px 0 20px;
}

.detail-photolink a {
  text-align: center;
  font-size: 14px;
  color: #003399;
  margin-bottom: 20px;
  line-height: 1;
  text-decoration: underline;
}

.detail-photolink img {
  width: 16px;
  height: auto;
  margin-right: 4px;
  transform: translateY(3px);
}

.detail-title {
  font-size: 18px;
  font-family: "HiraKakuPro", YuGothic, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.detail-subtitle {
  margin-bottom: 10px;
}

.detail-subtitle li {
  font-size: 14px;
  margin-bottom: 4px;
}

.detail-shop {
  padding: 0 1.5rem;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

.detail-shop img {
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: translateY(3px);
}

.detail-shop a {
  display: inline-block;
  color: #039;
  text-decoration: underline;
}

.detail-infomation {
  padding-bottom: 40px;
}

.detail-infomation-right,
.detail-infomation-store-right {
  height: 100%;
}

.detail-infomation-image,
.detail-infomation-store-image {
  vertical-align: top;
  color: #003399;
  text-decoration: underline;
}

.detail-infomation-pricebox {
  text-align: center;
}

.detail-infomation-price {
  color: #bf525b;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "HiraKakuPro", YuGothic, sans-serif;
}

.common-btn-off-detail,
.common-btn-off-exclamation,
.common-btn-off-quick {
  width: 10rem;
  margin: .3rem 0;
  padding: .3rem 0;
  color: #fff;
  font-family: "HiraKakuPro", YuGothic, sans-serif;
  font-weight: bold;
  text-align: center;
  background: #ccc;
}

.common-btn-off-detail::before {
  content: url('../img/basket.png');
  display:inline-block;
  vertical-align: middle;
  height: 30px;
}

.common-btn-off-exclamation::before {
  content: url('../img/exclamation.png');
  display:inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
  left: -2px;
  height: 30px;
}

.common-btn-off-quick::before {
  content: url('../img/quick.png');
  display:inline-block;
  vertical-align: middle;
  position: relative;
  top: 5px;
  left: -5px;
  height: 30px;
}

.detail-cart-button{
  width: 10rem;
  margin: .3rem 0;
  padding: .3rem 0;
  color: #fff;
  font-family: "HiraKakuPro", YuGothic, sans-serif;
  font-weight: bold;
  text-align: center;
  background: #e50d0e;
}

.detail-exclamation-button{
  width: 10rem;
  margin: .3rem 0;
  padding: .3rem 0;
  color: #fff;
  font-family: "HiraKakuPro", YuGothic, sans-serif;
  font-weight: bold;
  text-align: center;
  background: #0d85c1;
}

.detail-quick-button {
  width: 10rem;
  margin: .3rem 0;
  padding: .3rem 0;
  color: #fff;
  font-family: "HiraKakuPro", YuGothic, sans-serif;
  font-weight: bold;
  text-align: center;
  background: #fed80b;
}

.detail-cart-button::before {
  content: url('../img/basket.png');
  display:inline-block;
  vertical-align: middle;
  height: 30px;
}

.detail-exclamation-button::before {
  content: url('../img/exclamation.png');
  display:inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
  left: -2px;
  height: 30px;
}

.detail-quick-button::before {
  content: url('../img/quick.png');
  display:inline-block;
  vertical-align: middle;
  position: relative;
  top: 5px;
  left: -5px;
  height: 30px;
}

.detail-infomation-parchase-heading,
.detail-infomation-store-heading {
  position: relative;
  padding: .5rem;
  border: 1px solid #95989a;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  font-family: "HiraKakuPro", YuGothic, sans-serif;
  font-weight: bold;
  background: #85734d;
}

.detail-infomation-parchase-heading::after,
.detail-infomation-store-heading::after {
  content: url(../img/top-arrow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  display: inline-block;
  height: 14px;
  margin: auto 0;
  transform: rotate(180deg);
}

.detail-infomation-storewrap {
  margin: 0 15px 20px;
  padding: 10px 15px 0;
  border: 1px solid #666;
}

.detail-infomation-parchase-data-heading,
.detail-infomation-store-category-heading {
  margin-top: 1.5rem;
  padding-left: .5rem;
  border-left: 3px solid #85734d;
  font-size: 1.2rem;
  font-family: "HiraKakuPro", YuGothic, sans-serif;
  font-weight: bold;
}

.detail-infomation-parchase-data-text {
  padding: .5rem 0;
}

.detail-infomation-store-address,
.detail-information-store-tel,
.detail-infomation-store-data {
  font-size: 14px;
}

.detail-information-store-tel .text-link {
  margin-top: 0;
}

.detail-infomation-store-nothing {
  width: 100%;
  height: 7rem;
  margin: 1.5rem 0 0 0;
  border: 1px solid #85734d;
}

.detail-information-store-img {
  text-align: center;
  margin-bottom: 10px;
}

.add-padding-bottom {
  padding-bottom: .5rem;
}

.detail-infomation-store-name {
  margin-bottom: 20px;
  font-size: 14px;
}

.detail-infomation-store-data {
  font-size: 14px;
  margin-bottom: 20px;
}

.other-item-img {
  margin: 0 15px 40px;
}

.other-item-img img {
  max-width: 100%;
}

.to-searcharea-btn {
  width: auto;
  text-align: right;
  padding: 0 20px;
  margin-bottom: 20px;
}

.to-searcharea-btn a {
  background: url('/user_data/packages/sphone/img/up-arrow.png') no-repeat left center;
  background-size: 19px;
  color: #039;
  font-size: 14px;
  text-decoration: underline;
  padding: 0 0 0 20px;
  font-weight: normal;
}

.breadcrumb-wrap {
  padding: 10px 0 20px;
}

.detail-infomation .swiper-slide .sliderBg-2 {
  background: #f5f5f5!important;
  height: 280px!important;
}

.detail-bookinfo {
  margin-bottom: 40px;
}

.detail-bookinfo span {
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #666;
  line-height: 1.4;
}

.detail-bookinfo span.accordion {
  padding: 0;
}

.detail-bookinfo .bookinfo_column1 {
  background: #f5f5f5;
  border-right: none;
  width: 30%;
}

.detail-bookinfo .bookinfo_column2 {
  width: 70%;
}

.detail-bookinfo .bookinfo_column2 .more-view {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.detail-shipping {
  margin-bottom: 20px;
}

.detail-img-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.detail-img-container::after {
  content: '';
  display: block;
  width: 31%;
}

.detail-img {
  width: 31%;
  height: 145px;
  border: 1px solid #666;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.detail-img:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url('/user_data/packages/sphone/img/zoom-in.png') no-repeat rgba(255,255,255,.8);
  background-size: 12px;
  background-position: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
  pointer-events: none;
}


.detail-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.detail-img img {
  width: 100%;
  height: 100%!important;
  object-fit: contain;
}

.detail-payment {
  margin: 20px 0 0;
}

.detail-payment h3 {
  font-size: 14px;
  font-weight: bold;
}

.detail-payment table td {
  width: 50%;
  text-align: center;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
  height: 49px;
  border-color: #666;
}

.detail-payment table td.valid {
  background: #f5fdf2;
}

.detail-payment table td.invalid {
  background: #fdeaeb;
}

.detail-payment table td .status-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(4px);
}

.detail-payment table td.valid .status-icon {
  background-image: url('../img/payment_maru.png');
}

.detail-payment table td.invalid .status-icon {
  background-image: url('../img/payment_batsu.png');
}

.detail-favorite-btn {
  font-size: 14px;
  color: #666;
}

.detail-favorite-btn .favorite-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url('/user_data/packages/sphone/img/favorite-logout.png') no-repeat;
  background-size: contain;
  transform: translateY(5px);
  margin-right: 4px;
}

.detail-favorite-btn.login,
.detail-favorite-btn.login-on {
  color: #000;
}

.detail-favorite-btn.login .favorite-icon {
  background: url('/user_data/packages/sphone/img/favorite-off.png') no-repeat;
  background-size: contain;
}

.detail-favorite-btn.login-on .favorite-icon {
  background: url('/user_data/packages/sphone/img/favorite-on.png') no-repeat;
  background-size: contain;
}

.detail-purchaseinfo-wrap {
  margin-bottom: 10px;
}

.detail-purchaseinfo {
  margin-bottom: 10px;
}

.detail-purchaseinfo h3 {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.detail-purchaseinfo table {
  border-collapse: collapse;
  font-size: 12px;
}

.detail-purchaseinfo table th,
.detail-purchaseinfo table td {
  border: 1px solid #000;
  padding: 20px 10px;
}

.detail-purchaseinfo table th {
  background: #dedede;
  width: 100px;
}

.detail-social-link {
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.detail-social-link li {
  margin: 0 10px;
}

.detail-social-link img {
  width: 50px;
  height: 50px;
}

.detail-new-infomation h3 {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px dashed #979797;
}

.detail-new-infomation .text-link {
  margin-bottom: 0;
}

.detail-new-infomation-content a {
  margin: 0!important;
}

.detail-recommend {
  border: 1px solid #666;
  padding: 15px;
  margin: 0 15px;
}

.breadcrumbs {
  padding: 0 15px;
  font-size: 14px;
}

.breadcrumbs span {
  font-size: 14px;
}

/* --- ツールチップ --- */
.toolchip {
  text-align: center;
  font-size: 14px;
  margin: 20px 0;
  position: relative;
}

.toolchip label {
  color: #039;
  text-decoration: underline;
}

.toolchip label img {
  transform: translateY(4px);
  margin-right: 4px;
}

.toolchip .fukidashi {
  display: none;
  background: #e7efff;
  padding: 10px;
  margin: 0 10px;
  text-align: left;
  position: absolute;
  top: 40px;
  left: 0;
}

.toolchip .fukidashi::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 14px 7px;
  border-color: transparent transparent #e7efff transparent;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.toolchip input:checked ~ .fukidashi {
  display: block;
}

.toolchip.public {
  margin: 0 0 20px;
  text-align: left;
}

.toolchip.public .fukidashi::before {
  left: 50px;
  transform: none;
}
.breadcrumbs li {
  line-height: 1.5!important;
}
.breadcrumbs a {
  color: #039;
}

/* --- アコーディオン --- */
.accordion {
  display: block;
  overflow: hidden;
  margin: 0!important;
  border: none!important;
}

.accordion.open.max-height{
  height: auto!important;
}

/* --- colorbox --- */
#cboxOverlay {
  background: #000!important;
}

#cboxClose {
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%;
  position: fixed!important;
  top: 30px!important;
  right: 20px!important;
  background: rgba(255,255,255,.8)!important;
}

#cboxClose::before {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  position: fixed;
  top: 35px;
  right: 38px;
  transform: rotate(45deg);
  background: #000;
}

#cboxClose::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: fixed;
  top: 49px;
  right: 24px;
  transform: rotate(45deg);
  background: #000;
}

.search-refinement{
  border-top: 0;
  border-bottom: 0;
}
.visitor{
  padding-bottom: 0;
}