table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

h1#logo_i img {
    max-width: 100%;
}

#validation_select_yes a, #validation_select_no a {
    font-size: 12px;
    padding: 12px 25px;
}

#validation_select_yes, #validation_select_no{
  margin:0;
}

#main_i,#header_i,#footer_i{
  margin:0;
  font-size:14px;
}

.validation_txt {
    font-size: 14px;
}
#main_i {
    padding: 20px;
}
.footstamp {
    margin-top: 15px;
}
.gNav > ul > li {
  min-width: 141px;
}
.gNav > ul > li:not(:last-child) {
  margin-right: 10px !important;
}
.btnWrap .button.arrow {
  font-size: 16px;
}
.hdr--typeE .hdrMiddle__right {
  position: relative;
}
.iconNav [class*="hasChildren"] > ul {
  right: 5% !important;
}
.searchForm input[type="text"] {
  padding-right: 0 !important;
}
@media (min-width: 801px) {
  #hdr .hdrMiddle .hdrMiddle__right .iconNav ul li .hdrSearch__wrap {
    padding: 10px;
    width: 240px;
  }
}
@media (max-width: 800px) {
  .mainSliderSec {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  section {
    margin-bottom: 50px;
  }
  #drawer .drawer__account .drawer__accountNav li a {
    padding: 13px !important;
    font-size: 12px !important;
  }
}

@media(min-width:992px){
 .mainCalendar {
    max-width: 640px;
    display: flex;
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
}
  .newsList--typeB .newsList__body ul li, .newsList--typeB .newsList__body .makeNewsWrap li{
    justify-content:center;
  }
  
  .section_news .h2C{
    margin-bottom:30px;
  }
  
  .section_news .newsList--typeB,.section_news .newsList__body,.section_news ul,.newsList--typeB .newsList__body{
    padding:0 10px !important;
  }
  
  .section_news .container{
    padding:60px 0;
  }
  
  .newsList--typeB .newsList__body ul{
    height:120px !important;
  }
  
  .sec_cale p:last-child{
    font-size:12px !important;
  }
  
}

@media(max-width:991px){
  .newsList--typeB .newsList__body{
    border:none !important;
  }
  
    .section_news .container{
    padding:50px 0 !important;
  }
  
  .section_news .h2C{
    margin-bottom:30px;
  }
  
    .section_news .newsList--typeB,.section_news .newsList__body,.section_news ul,.newsList--typeB .newsList__body{
    padding:0 10px !important;
  }
  
  .newsList--typeB .newsList__body ul{
    height:190px !important;
  }
  
}
  
}

@media(max-width:991px){
  .mainCalendar table.tbl_calendar {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  
}

.sec_cale .h2C{
  margin-bottom:30px !important;
}


.mainCalendar table.tbl_calendar caption {
    font-weight: 500 !important;
}

/* 20240805 add */
/* h1 */
.retouch-h1 {
  margin-bottom: 2em;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

/* 新しいカテゴリーレイアウト用CSS26.3.11 */
.custom-category-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px; /* カテゴリー同士の縦の隙間（スマホ） */
    max-width: 900px; /* PCで横に広がりすぎないように最大幅を指定 */
    margin: 0 auto;   /* 中央寄せ */
    padding: 10px;
}

.custom-category-card {
    display: flex;
    align-items: center; /* 縦の中央揃え */
    text-decoration: none !important;
    color: inherit;
    background: #fff;
    padding: 10px 0;
    transition: opacity 0.3s ease;
}

.custom-category-card:hover {
    opacity: 0.7; /* マウスオーバーで少し薄くする */
}

/* 画像エリア */
.custom-category-img {
    width: 35%; /* スマホでも横並びにするため幅を固定 */
    max-width: 250px;
    flex-shrink: 0;
}

.custom-category-img img {
    width: 100%;
    height: auto;
    border-radius: 12px; /* 画像の角を少し丸くする */
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3; /* 画像の比率を統一（元の画像に近い比率） */
}

/* テキストと矢印のエリア */
.custom-category-content {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-left: 15px; /* 画像とテキストの隙間（スマホ） */
}

.custom-category-text {
    flex-grow: 1;
    padding-right: 15px; /* テキストと矢印の隙間 */
}

.custom-category-text h3 {
    font-size: 16px; /* スマホ用のタイトルサイズ */
    font-weight: bold;
    color: #333;
    margin: 0 0 6px 0;
}

.custom-category-text p {
    font-size: 12px; /* スマホ用の説明文サイズ */
    line-height: 1.5;
    color: #555;
    margin: 0;
    /* スマホで文字が長すぎる場合は3行で点々(...)にする */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 右側の大きな矢印 */
.custom-category-arrow {
    width: 14px;
    height: 14px;
    border-top: 3px solid #dcdcdc;
    border-right: 3px solid #dcdcdc;
    transform: rotate(45deg);
    flex-shrink: 0;
}

/* =========================================
   パソコン用（画面幅768px以上）のレイアウト調整
   ========================================= */
@media screen and (min-width: 768px) {
    .custom-category-wrap {
        gap: 40px; /* カテゴリー同士の隙間を広げる */
        padding: 30px 10px;
    }
    
    .custom-category-img {
        width: 30%; /* PCでは画像の横幅の割合を少し下げる */
    }
    
    .custom-category-content {
        padding-left: 40px; /* 画像とテキストの隙間を広げる */
    }
    
    .custom-category-text h3 {
        font-size: 24px; /* PC用のタイトルサイズ */
        margin-bottom: 12px;
    }
    
    .custom-category-text p {
        font-size: 15px; /* PC用の説明文サイズ */
        line-height: 1.8;
        -webkit-line-clamp: unset; /* PCでは行数制限を解除して全文表示 */
    }
    
    .custom-category-arrow {
        width: 22px; /* 矢印を大きく */
        height: 22px;
        border-width: 4px; /* 矢印の線を太く */
    }
}