@charset "utf-8";
/* CSS Document */

#apron{
  font-family: "mamelon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height:1.6em;
  color: #7b6860;
  -webkit-text-size-adjust: 100%;
}

#apron .img_center {
  text-align: center;
  margin-bottom: 0.5em;
}

#apron .main_img_mab {
  margin-bottom: 30px;
}

#apron .block-section--header span {
  border-bottom: 2px solid #977c61;
}

#apron h2 {
  font-size: 5vw;
  font-size: min(5vw,24px);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5em;
}

#apron .under {
  border-bottom: dotted 2px #7b6860;
}

#apron p {
  font-size: 3.5vw;
  font-size: min(3.5vw, 16px);
}

#apron .box {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

/* 手書き風 */
#apron .cstm-box-handdrawn {
   margin: 2em 0.5em; /* 外側余白 */
   padding: 2em;   /* 内側余白 */
   border-radius: 30px 60px / 60px 30px;  /* 角をランダムに丸めて手書き風に */
   border: solid 1px #ccc7be;   /* 太めの枠線（8px、色: #ccc7be） */
    max-width: 800px; /* 最大幅 */
  background-color: #f1eceb;
}

/* ボックス内の段落 */
#apron .cstm-box-handdrawn img {
  margin:1em auto; 
}

#apron .cstm-box-handdrawn p { 
  margin:0; 
}




/*::::::::::::::::::::::::::::::::::
　デフォルト表示調整
:::::::::::::::::::::::::::::::::::*/

/*:: もっと見るを非表示にする :::::::::::::::::::::::*/
.block-link { 
  display: none;
}

.btn-more-link {
  margin-top: 30px;
  text-align: center;
}

.btn-more-link--link {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #363636;
  background: #FFF;
  border: solid 1px #363636;
  border-radius: 10px;
}

/*:: イベント上部の余白調整 :::::::::::::::::::::::*/
.block-top-event {
  padding: 30px 0px;
}

/*:: 商品サムネイル中央寄せ :::::::::::::::::::::::*/
.block-thumbnail-t {
  display: flex;
  justify-content: center;
}

/*:: サムネイル商品名左寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--goods-name {
    text-align: left;
}

/*:: 表示形式を非表示にする :::::::::::::::::::::::*/
.block-goods-list--sort-order-items{ 
  display: none;
}
.block-goods-list--display-style-items {
  display: none;
}

/*:: 表示件数（上）を非表示にする :::::::::::::::::::::::*/
.block-goods-list--pager-top{ 
  display: none;
}

/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom{ 
  display: none;
}

