﻿@charset "UTF-8";
/* ----ページ---- */

.block-page-sns,
.block-page-freespace--top,
.block-page-block,
.block-page-freespace--bottom {
  margin: 0 10px;
}

.block-page-caption,
.block-page-freespace--top,
.block-page-freespace--bottom,
.block-page-block--contents {
  word-break: break-all;
}

.block-page-block--frame {
  margin-bottom: 20px;
}

.block-page-block--contents-goodslist {
  width: 100%;
}

.block-page-block--contents-goodslist dl {
  word-break: break-all;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.block-page-block--goods-name {
  text-decoration: underline;
}

.block-page-block--contents-body-img-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.block-page-block--contents-body-imgtext-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* ---- Swiper表示 ---- */
.block-page-block--contents-swiper {
  margin: 20px 0 60px 0;
  position: relative;
}

.block-page-block--contents-swiper .swiper-pageblock {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
  overflow: hidden;
}

.block-page-block--contents-swiper .swiper-pageblock .swiper-wrapper {
  z-index: 0;
}

.block-page-block--contents-swiper .swiper-button-disabled {
  display: none;
}

.block-page-block--contents-swiper .swiper-page-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  left: 15px;
}

.block-page-block--contents-swiper .swiper-page-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  right: 15px;
}

.block-page-block--contents-swiper .swiper-page-prev::before,
.block-page-block--contents-swiper .swiper-page-next::before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  background-color: #444;
  opacity: 0.6;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.block-page-block--contents-swiper .swiper-page-prev::after {
  color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 10px;
  height: 10px;
  border-style: solid;
  transform: rotate(45deg);
  border-width: 0 0 3px 3px;
  box-sizing: border-box;
  content: "";
}

.block-page-block--contents-swiper .swiper-page-next::after {
  color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 10px;
  height: 10px;
  border-style: solid;
  transform: rotate(45deg);
  border-width: 3px 3px 0 0;
  box-sizing: border-box;
  content: "";
}

.block-page-block--contents-swiper .swiper-pagination {
  bottom: -30px !important;
}

.block-page-block--contents-swiper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px)) !important;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px)) !important;
}

.block-page-block--contents-swiper .swiper-pagination-bullet-active {
  --swiper-theme-color: #666 !important;
}
