@media screen and (min-width: 648px) {
  .minne-coupon{
 display:block;
  margin:5px 0 30px;
  width:95%;
  border-radius:6px;
  box-sizing: border-box;
  background:#f2f2f2;
  padding:15px;
  
}
.minne-coupon span{
  font-size: 1.5em;
  font-weight:bold;
  }
}
@media screen and (max-width: 647px) {
  .minne-coupon{
 display:block;
  margin:5px 0 30px;
  border-radius:6px;
  background:#f2f2f2;
  padding:15px;
  
}
.minne-coupon span{
  font-size: 1.5em;
  font-weight:bold;
  }
}

@media screen and (min-width: 648px) {
  .event-guidance{
    padding:15px;
    margin:15px 0 0;
    font-size:13px;
    background:#f2f2f2;
    line-height:1.5;
  } 
} 
@media screen and (max-width: 647px) {
  .event-guidance{
    background:#f2f2f2;
    padding:10px;
    margin:15px 0 0;
    font-size:12px;
    height:40px;
    line-height:1.5;
  } 
} 




@media screen and (min-width: 648px) {
  .pc-wide{
   padding: 30px 60px 0; 
  } 
}

@media screen and (min-width: 648px) {
  .c-btn-cart {
    width: calc(100% - 20px); /* 画面幅から左右の余白を引く */
    max-width: 500px; /* 最大幅を設定 */
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 10px;
    background-color: #fff;
    display: block;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    margin: 10px 0 0; /* 自動で中央寄せ */
  }
}

@media screen and (max-width: 647px) {
  .c-btn-cart {
    width: calc(100% - 0px); /* 画面幅から左右の余白を引く */
    max-width: 500px; /* 最大幅を設定 */
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 10px;
    background-color: #fff;
    display: block;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    margin: 10px auto 0; /* 自動で中央寄せ */
  }
}
.c-btn-cart:hover {
    background-color: #f5f5f5; /* 少しグレーに変更 */
  }

  #show-more-reviews{
 display:block;
  padding:8px 30px;
  color:#fff;
  text-align:left;
  margin:10px 10px;
  background:#1D74B3;
  border-radius:5px;
  border:0px solid #fff;
  
}


.sold-button{
  padding:10px;
  text-align:center;
  font-size:16px;
  background:#fff;
  border-radius:3px;
  color:#db425b;
  letter-spacing: 4px;
  border:1px solid #db425b;
  margin:30px 0 30px;
}


.hanbai-info{
  display:block;
  margin: 20px 0 0;
}

.hanbai-info a{
  display:block;
  padding: 2px 0;
}

.soryo{
 font-size:18px;
  display:block;
}



.p-product-price p{
  display:block;
  color:#575757;
  font-size:12px;
  padding: 2px 0;
}


.adsense{
  margin: 20px 0 70px;
}

.original-link{
width: 100%;
text-decoration: none;
border-radius: 4px;
font-size: 16px;
  color:#fff;
padding: 15px 0px;
background-color: #666666;
display: block;
  text-align: center;
  margin: 20px auto 0;
}
.original-link:hover{
background-color: #999999;
text-decoration: none;
  color:#fff;
}
.bt2 {
width: 100%;
	text-decoration: none;
border-radius: 4px;
font-size: 13px;
padding: 20px 0px;
background-color: #666666;
display: block;
  text-align: center;
  margin: 20px auto 0;
}
.bt2:before {
    content: 'オリジナルサイトで見る';
	text-decoration: none;
    color: #FFFFFF;
}

/******************************/
/* Product */
/******************************/
.p-product {
  margin-bottom: 90px;
}
.minne {
  width: calc(100% - 40px); /* 全体の幅から左右の余白を差し引く */
  max-width: 500px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: normal;
  padding: 15px 10px;
  background-color: #ffa200;
  display: block;
  color: #000;
  text-align: center;
  margin: 20px auto 0;
  padding-left: 20px; /* 左側の余白 */
  padding-right: 20px; /* 右側の余白 */
}


.minne:hover {
	text-decoration: none;
background-color: #ffba63;
}
/* form */
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin-bottom: 100px;
}
@media screen and (max-width: 1030px) {
  .p-product-main {
    display: block;
  }
}
.p-product-img {
  width: 500px;
}
.p-product-img p{
  margin: 20px 0;
  text-align:center;
}

.pankuzu{
 padding: 2px 0 5px; 
}
.pankuzu li a{
 color:#226C8B;
  font-size:0.8em;
}

@media screen and (max-width: 1030px) {
  .p-product-img {
    width: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    width: 60px;
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
/***** 商品情報 *****/
.p-product-info {
  width: 430px;
  color: #212121;
  border:0px solid #ccc;
}
.p-product-info img{
  margin: 0 0 5px;
}
.p-product-info p{
  display:block;
  margin: 2px 0 !important;
}
@media screen and (max-width: 1030px) {
  .p-product-info {
    width: auto;
    padding:0 10px;
  }
}
.p-product-info__ttl {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 16px;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 10px;
  }
}
.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-price span{
  font-size: 24px;
  margin: 5px 0;
  font-weight: bold;
}
.p-product-price__introduction {
  font-size: 18px;
}
.p-product-price__normal {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__normal {
    font-size: 12px;
  }
}
.p-product-price__list-price {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__list-price {
    font-size: 12px;
  }
}
/* オプション table */
.p-product-option-tbl {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.p-product-option-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.p-product-option-tbl table div {
  display: inline-block !important;
}
.p-product-option-tbl th {
  min-width: 100px;
}
.p-product-option-tbl th, .p-product-option-tbl td {
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  text-align: center;
}
.p-product-option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}
.p-product-option-tbl input {
  margin-top: 0;
}
/* オプション select */
.p-product-option-select {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-option-select__box {
  margin-top: 15px;
}
.p-product-option-select__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
/* 名入れ */
.p-product-name {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-name__box {
  margin-top: 15px;
}
.p-product-name__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-product-name__body input {
  width: 100%;
}
/* 数量 */
.p-product-form-stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-form-stock__input {
  display: flex;
  align-items: center;
}
.p-product-form-stock__input input {
  width: 60px;
}
.p-product-form-stock__unit {
  margin-left: 10px;
}
.p-product-form-stock__stock {
  color: red;
  margin: 10px 0 0;
  font-size:16px;
  display:block;
}
/* ボタン */

.p-product-form-btn__favorite {
  width: 50px;
}
.p-product-form-btn__favorite-btn {
  display: inline-block;
  margin-top: 22px;
  margin-left: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite-btn.is-added {
  color: #000000;
}
.p-product-form-btn__favorite-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.p-product-form__error-message {
  color: #DB5656;
  margin-top: 15px;
}
/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p-product-sns-list__item {
  margin-right: 20px;
}
/* link */
.p-product-link-list {
  margin-top: 40px;
}
.p-product-link-list__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 30px;
  }
}
/***** 商品詳細 *****/
.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.p-product-explain {
  width: 410px;
}
.p-product-explain-line{
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 1030px) {
  .p-product-explain {
    width: auto;
  }
}
.p-product-explain__body {
	white-space: pre-wrap;
}
.p-product-other {
  width: 530px;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-product-other {
    width: auto;
  }
}
/* おすすめ商品 */
.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
}
.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-product-recommend-list__img {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 5px;
    text-align: center;
  }
}
.p-product-recommend-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-recommend-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-recommend-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-recommend-list__price {
  margin-top: 15px;
  font-size: 12px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 0;
  }
}
.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.p-product-recommend-list__expl {
  margin-top: 15px;
  font-size: 12px;
}
/* レビュー */
/* 蚤の市レビュースタイル */
.p-product-review__item {
  box-sizing: border-box;
}

/* 679px以上の画面幅の場合 */
@media (min-width: 679px) {
  .p-product-review {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 追加：3列表示のためにスペースを均等に */
  }
  .p-product-review__item {
    width: calc(33.33% - 20px); /* 3列に並べるための幅 */
    margin: 20px 10px; /* 各アイテムに均等なマージンを設定 */
    border:1px solid #ccc;
    border-radius:5px;
    padding:15px;
  }
  .p-product-review__image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 auto 15px;
  }
  .p-product-review__comment {
    flex: 1;
    padding: 5px 5px 10px;
    font-size:13px;
    height:170px;
    overflow: hidden;
    position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; /* 8行まで表示 */
  overflow: hidden;
  text-overflow: ellipsis;
}
}
/* 678px以下の画面幅の場合 */
@media (max-width: 678px) {
  .p-product-review {
    display: block;
    padding: 5px;
  }
  .p-product-review__item {
    width: 100%; /* スマホの場合は全幅 */
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
  }
  .p-product-review__image img {
    width: 100%; /* スマホの場合の画像幅 */
    display: block;
    margin: 0 auto 5px;
  }
    .p-product-review__comment {
    flex: 1;
    padding: 5px 5px 20px;
    font-size:12px;
      height:140px;
    position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; /* 8行まで表示 */
  overflow: hidden;
  text-overflow: ellipsis;
}
}

/* ショップレビュースタイル */
.p-product-review__shop {
  display: flex;
  flex-direction: column;
}

/* 679px以上の画面幅の場合 */
@media (min-width: 679px) {
  .p-product-review-shop {
    display: block;
  }
  .p-product-review__shop {
    margin: 20px 10px; /* 各アイテムに均等なマージンを設定 */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    position: relative;
  }
  .p-product-review__top {
    display: flex;
    flex-direction: row;
  }
  .p-product-review__image__shop {
    flex: 0 0 100px; /* 固定幅 */
    margin-right: 15px;
  }
  .p-product-review__image__shop img {
    width: 100px;
    height: 100px;
    margin: 10px 0 0;
    object-fit: cover;
  }
  .p-product-review__comment__shop {
    flex-grow: 1;
    padding: 5px 5px 10px;
  }
  .p-product-review-reply {
    margin: 10px 0 0;
    background:#f7f7f7;
    padding: 15px;
  }
  .p-product-review__stars {
  display: block;
}

.p-product-review__stars i {
  color: #FFD700; /* 星の色をゴールドに設定 */
  margin-right: 2px; /* 星の間隔を設定 */
}
.p-product-review-reply__ttl{
 margin:0 0 10px;
  
  }
}

/* 678px以下の画面幅の場合 */
@media (max-width: 678px) {
  .p-product-review-shop {
    display: block;
  }
  .p-product-review__shop {
    margin: 20px 10px; /* 各アイテムに均等なマージンを設定 */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    position: relative;
  }
  .p-product-review__top {
    display: flex;
    flex-direction: row;
  }
  .p-product-review__image__shop {
    flex: 0 0 70px; /* 固定幅 */
    margin-right: 10px;
  }
  .p-product-review__image__shop img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }
  .p-product-review__comment__shop {
    flex-grow: 1;
    font-size:11px;
    padding: 5px 5px 10px;
  }
  .p-product-review-reply {
    margin: 10px 0 0;
    background:#f2f2f2;
    padding: 15px;
  }
  .p-product-review-reply__body{
   font-size:11px;
    margin: 5px 0 0;
  }
  .p-product-review__stars {
  display: flex;
    margin:0 0 10px;
}

.p-product-review__stars i {
  color: #FFD700; /* 星の色をゴールドに設定 */
  margin-right: 2px; /* 星の間隔を設定 */
}
}







.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}



/*アコーディオン*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #000;
	background:#ededed;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding: 0px 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 5px 20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

textarea {
    padding: 15px;
    line-height: 1.5;
  height: 280px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}
.insta_title {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

.insta_title2 {
  background: #f2f2f2;
  box-shadow: 0px 0px 0px 5px #f2f2f2;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
 margin: 10px 0 20px;
}

input[type="button" i] {
    box-sizing: border-box;
    background-color: #ededed;
  color:#000;
    width:100%;
    padding: 20px 20px;
  border:none;
}
.open_tukaikata{
 border-bottom: 1px solid #000;
  font-size:14px;
  font-weight:bold;
  margin:0 0 15px;
}
.f2open_list p{
 font-size:12px;
}

/*蚤の市よくある質問の表示・非表示ボタン*/
#toggle-faq {
 padding:5px 10px;
  margin:15px 0;
  background:#244666;
  border-radius:5px;
  color:#fff;
}
#faq-section{
  padding:5px 0 40px;
}

/* 蚤の市WPインスタ読み込みiframe */
.iframe-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.iframe-container {
    position: absolute;
    top: -70px; /* 上から50pxの位置 */
    left: 0;
    width: 100%;
    height: calc(100% + 40px); /* 上にずらした分高さを追加 */
    border: none;
}

/* 蚤の市WPツイッター読み込みiframe */
.iframe-wrapper-twitter {
    position: relative;
    width: 100%;
    height: 800px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.iframe-container-twitter {
    position: absolute;
    top: -50px; /* 上から50pxの位置 */
    left: 0;
    width: 100%;
    height: calc(100% + 40px); /* 上にずらした分高さを追加 */
    border: none;
}


@media (max-width: 678px) {
.fc-toolbar-title{
  width:120px;   
}
}
.fc-list-empty{
 padding:20px; 
  height: 230px !important;
}
.fc-list-empty-cushion{
 margin:0 !important;
 padding:0;
}
.fc-list-empty-cushion::before {
    content: '\231b';
    white-space: pre;
  display:block;
  font-size:35px;
  text-align:center;
}
.fc-list-empty-cushion::after {
    content: 'イベントの予定が見つかりませんでした。\A開催情報をご存じでしたら、是非お知らせください。';
    white-space: pre;
}

.fc-wrapper-unique {
  position: relative;
  max-height: 248px;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.fc-wrapper-unique.expanded {
  max-height: none;
  opacity: 1;
}

.fc-more-btn-unique {
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  user-select: none;
  z-index: 100;
}

.fc-more-btn-unique:hover {
  background-color: #666;
}




/* ショップページの画像 */
.image-container {
    display: flex;
    justify-content: space-between; /* 画像の間にスペースを作る */
    align-items: center; /* 画像を垂直方向に中央揃え */
    gap: 5px; /* 画像の間にギャップを作る */
}

@media (min-width: 679px) {
.image-container img {
    width: 49%; /* 画像の幅を設定 */
    height: auto; /* アスペクト比を維持 */
    aspect-ratio: 1.618 / 1; /* 逆黄金比に基づくアスペクト比を設定 */
    object-fit: cover; /* 画像がコンテナ内に収まるように調整 */
}
}

@media (max-width: 678px) {
.image-container img {
    width: 49%; /* 画像の幅を設定 */
    height: auto; /* アスペクト比を維持 */
    aspect-ratio: 1 / 1; /* 逆黄金比に基づくアスペクト比を設定 */
    object-fit: cover; /* 画像がコンテナ内に収まるように調整 */
}
}

/* ショップページの画像ここまで */



