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: #FF0000;
}

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;
}
.breadcrumb {
  margin: 20px 0 40px;
}

div#breadcrumbWrap {
  margin: 20px 0 40px;
}

#breadcrumbWrap .breadcrumb {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-list {
  display: inline-block;
  font-size: 14px;
}

.breadcrumb-list:not(:last-child):after {
  content: ">";
  color: #666;
  margin: 0 4px 0 8px;
}
@media (max-width: 991px){
  .hdr--typeA .hdrBottom .bottomNav a:hover{
    color:#fff;
  }
}
.megaMenu__color .iconButton{
  border:none;
}
.megaMenu__color .iconButton::after{
  content:none;
}
.row.pay_list{
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px!important;
  align-items:center;
}
.row.pay_list img{
  height: 27px;
  width: auto;
}

.newsList--typeB .newsList__body ul.js-news {
    height: 130px;
    overflow-y: auto;
}
@media (max-width: 991px){
    .newsList--typeB .newsList__body ul.js-news {
        height: 180px;
    }
}

.itemImg {
    border: 1px solid #ddd;
}

.brand-list.toggleClass {
    pointer-events: none;
}
.brand-list.toggleClass.open {
    pointer-events: all;
}
.cartBtnRow .detail__favBtn.is-added i {
    color: #FF0000;
}

.p-shop__logo{
    width: 260px;
}

@media(max-width:991px){
  .frame_sec .contentsSlider .slick-prev,.history_sec .contentsSlider .slick-prev{
    left: 0px;
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    background:none;
    width:15px;
    height:15px;
    transform: rotate(45deg) translate(0, -50%);
  }
  .frame_sec .contentsSlider .slick-next,.history_sec .contentsSlider .slick-next{
    right: 0px;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    background:none;
    width:15px;
    height:15px;
    transform: rotate(45deg) translate(0, -50%);
  }
  
  .history_sec .contentsSlider .slick-prev{
    top: 20%;
  }
  .history_sec .contentsSlider .slick-next{
    top: 20%;
  }
}


/* ----------------------------------------------------	
Yab. tips
---------------------------------------------------- */
/* margin */
.mb0.5 { margin-bottom: 0.5em !important; }
.mb1 { margin-bottom: 1em !important; }
.mb2 { margin-bottom: 2em !important; }
.mb3 { margin-bottom: 3em !important; }
.mb4 { margin-bottom: 4em !important; }
.mb5 { margin-bottom: 5em !important; }
.mb6 { margin-bottom: 6em !important; }
.mb7 { margin-bottom: 7em !important; }
.mb8 { margin-bottom: 8em !important; }
.mb9 { margin-bottom: 9em !important; }
.mb5p { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:0px !important; }
.mb70 { margin-bottom:70px !important; }
.mb80 { margin-bottom:80px !important; }
.mb90 { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }
.mt0.5 { margin-top: 0.5em !important; }
.mt1 { margin-top: 1em !important; }
.mt2 { margin-top: 2em !important; }
.mt3 { margin-top: 3em !important; }
.mt4 { margin-top: 4em !important; }
.mt5 { margin-top: 5em !important; }
.mt6 { margin-top: 6em !important; }
.mt7 { margin-top: 7em !important; }
.mt8 { margin-top: 8em !important; }
.mt9 { margin-top: 9em !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt70 { margin-top:70px !important; }
.mt80 { margin-top:80px !important; }
.mt90 { margin-top:90px !important; }
.mt100 { margin-top:100px !important; }
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 0.5%; }
.mar_t_5 { margin-top: 0.5%; }
.mar_r_5 { margin-right: 0.5%; }
.mar_b_5 { margin-bottom: 0.5%; }
.mar_l_5 { margin-left: 0.5%; }
.mar_t_8 { margin-top: 0.8%; }
.mar_10 { margin: 1%; }
.mar_t_10 { margin-top: 1%; }
.mar_r_10 { margin-right: 1%; }
.mar_b_10 { margin-bottom: 1%; }
.mar_l_10 { margin-left: 1%; }
.mar_20 { margin: 2%; }
.mar_t_20 { margin-top: 2%; }
.mar_r_20 { margin-right: 2%; }
.mar_b_20 { margin-bottom: 2%; }
.mar_l_20 { margin-left: 2%; }
.mar_30 { margin: 3%; }
.mar_t_30 { margin-top: 3%; }
.mar_r_30 { margin-right: 3%; }
.mar_b_30 { margin-bottom: 3%; }
.mar_l_30 { margin-left: 3%; }
.mar_50 { margin: 5%; }
.mar_t_50 { margin-top: 5%; }
.mar_r_50 { margin-right: 5%; }
.mar_b_50 { margin-bottom: 5%; }
.mar_l_50 { margin-left: 5%; }

/* padding */
.pad_v_10 { padding: 1% 0; }
.pad_v_20 { padding: 2% 0; }
.pad_v_30 { padding: 3% 0; }
.pad_h_10 { padding: 0 10%; }
.pad_h_20 { padding: 0 20%; }
.pad_h_30 { padding: 0 30%; }

.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 0.5%; }
.pad_t_5 { padding-top: 0.5%; }
.pad_r_5 { padding-right: 0.5%; }
.pad_b_5 { padding-bottom: 0.5%; }
.pad_l_5 { padding-left: 0.5%; }
.pad_10 { padding: 1%; }
.pad_t_10 { padding-top: 1%; }
.pad_r_10 { padding-right: 1%; }
.pad_b_10 { padding-bottom: 1%; }
.pad_l_10 { padding-left: 1%; }
.pad_20 { padding: 2%; }
.pad_t_20 { padding-top: 2%; }
.pad_r_20 { padding-right: 2%; }
.pad_b_20 { padding-bottom: 2%; }
.pad_l_20 { padding-left: 2%; }
.pad_30 { padding: 3%}
.pad_t_30 { padding-top: 3%; }
.pad_r_30 { padding-right: 3%; }
.pad_b_30 { padding-bottom: 3%; }
.pad_l_30 { padding-left: 3%; }

/* margin px */
.mar_5p { margin: 5px; }
.mar_t_5p { margin-top: 5px; }
.mar_r_5p { margin-right: 5px; }
.mar_b_5p { margin-bottom: 5px; }
.mar_l_5p { margin-left: 5px; }
.mar_t_8p { margin-top: 8px; }
.mar_10p { margin: 10px; }
.mar_t_10p { margin-top: 10px; }
.mar_r_10p { margin-right: 10px; }
.mar_b_10p { margin-bottom: 10px; }
.mar_l_10p { margin-left: 10px; }
.mar_t_20p { margin-top: 20px; }
.mar_r_20p { margin-right: 20px; }
.mar_b_20p { margin-bottom: 20px; }
.mar_l_20p { margin-left: 20px; }
.mar_t_30p { margin-top: 30px; }
.mar_r_30p { margin-right: 30px; }
.mar_b_30p { margin-bottom: 30px; }
.mar_l_30p { margin-left: 30px; }
.mar_t_50p { margin-top: 50px; }
.mar_r_50p { margin-right: 50px; }
.mar_b_50p { margin-bottom: 50px; }
.mar_l_50p { margin-left: 50px; }

/* padding px  */
.pad_v_10p { padding: 10px 0; }
.pad_v_20p { padding: 20px 0; }
.pad_v_30p { padding: 30px 0; }
.pad_h_10p { padding: 0 10px; }
.pad_h_20p { padding: 0 20px; }
.pad_h_30p { padding: 0 30px; }
.pad_0p { padding: 0; }
.pad_t_0p { padding-top: 0; }
.pad_r_0p { padding-right: 0; }
.pad_b_0p { padding-bottom: 0; }
.pad_l_0p { padding-left: 0; }
.pad_5p { padding: 5px; }
.pad_t_5p { padding-top: 5px; }
.pad_r_5p { padding-right: 5px; }
.pad_b_5p { padding-bottom: 5px; }
.pad_l_5p { padding-left: 5px; }
.pad_10p { padding: 10px; }
.pad_t_10p { padding-top: 10px; }
.pad_r_10p { padding-right: 10px; }
.pad_b_10p { padding-bottom: 10px; }
.pad_l_10p { padding-left: 10px; }
.pad_20p { padding: 20px; }
.pad_t_20p { padding-top: 20px; }
.pad_r_20p { padding-right: 20px; }
.pad_b_20p { padding-bottom: 20px; }
.pad_l_20p { padding-left: 20px; }
.pad_30p { padding: 30px}
.pad_t_30p { padding-top: 30px; }
.pad_r_30p { padding-right: 30px; }
.pad_b_30p { padding-bottom: 30px; }
.pad_l_30p { padding-left: 30px; }
.pad_50p { padding: 50px}
.pad_t_50p { padding-top: 50px; }
.pad_r_50p { padding-right: 50px; }
.pad_b_50p { padding-bottom: 50px; }
.pad_l_50p { padding-left: 50px; }



/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

.bor_t_1c { border-top: 1px solid #cccccc; }
.bor_r_1c { border-right: 1px solid #cccccc; }
.bor_b_1c { border-bottom: 1px solid #cccccc; }
.bor_l_1c { border-left: 1px solid #cccccc; }

.bor_t_2c { border-top: 2px solid #cccccc; }
.bor_r_2c { border-right: 2px solid #cccccc; }
.bor_b_2c { border-bottom: 2px solid #cccccc; }
.bor_l_2c { border-left: 2px solid #cccccc; }


/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }
.va-top { vertical-align: top; }
.va-middle { vertical-align: middle; }

/* text align */
.txt-left { text-align: left;}
.txt-right { text-align: right;}
.txt-center { text-align: center;}

/* inline */
.inline {
    display: inline-block;
}
/* none */
.display-none {
    display: none;
}

/* float */
.fll { float: left; }
.flr { float: right;}

/* clear */
.clear { clear: both;}



/**************************************************************
Yab. 【回り込み画像横のテキスト余白】
**************************************************************/
.image-text{
margin-right : 10px;
margin-bottom : 0px;
}


/**************************************************************
yab フリーページ、商品詳細
**************************************************************/

.snsb {
   list-style: none;
   overflow: hidden;
}
.snsb li {
	float: left;
	margin-right: 5px;
}
.snsb iframe {
	margin: 0 !important;
}

.large_title {
    font-size: 22px;
    font-weight: bold;
}

.large_title2 {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0px 10px 5px;
}

.medium_title {
    font-size: 20px;
    font-weight: bold;
}

.medium_title2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px 10px 5px;
}

.small_title {
    font-size: 15px;
    font-weight: bold;
}

.small_title2 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}

.bold24px {
    font-size: 24px;
    font-weight: bold;
}

.bold19px {
    font-size: 19px;
    font-weight: bold;
}

.bold17px {
    font-size: 17px;
    font-weight: bold;
}

.bold16px {
    font-size: 16px;
    font-weight: bold;
}
.bold14px {
    font-size: 14px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.16px {
    font-size: 16px;
}

.15px {
    font-size: 15px;
}

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

.11px {
    font-size: 11px;
}

.black {
    color: #000000;
}

.gray606060 {
    color: #606060;
}

.red {
    color: #ff0000;
}

.blue {
    color: #0000ff;
}

.green {
    color: #008000;
}

.green_e {
    color: #009c4d;
}

.yellow {
    color: #ffff00;
}

.gray9 {
    font-size: 12px;
    color: #999999;
}

/**************************************************************
Yab. 枠線
**************************************************************/
.img-border01 {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}

.img-border02 {
  border: 2px solid #cecece;
  box-sizing: border-box;
}

/**************************************************************
Yab. 画像横並び
**************************************************************/
.float_box li {
    float: left;
    padding: 0px 5px 5px 0px;
    list-style: none;
	text-align: center;
    font-size: 12px;
}

.float_box2 li {
    float: left;
    list-style: none;
}

.float_box3 li {
    float: left;
    padding: 0px 20px 10px 0px;
    list-style: none;
    text-align: left;
}


/**************************************************************
Yab. 箇条書き
**************************************************************/
dl#kajokaki{
    width:100%;
}
 
dl#kajokaki dt{
    clear:left;
    float:left;
    margin:0 0 1em 0;
    text-align: left;

    color:#000000;
    width:3em;
    line-height:1.5em;
}
 
dl#kajokaki dd{
    margin:0 0 1em 0;
    padding: 0 0.5em 2px 3em;
    line-height:1.5em;
}
 

/* マーカーなし */
.liststyletype_none{
    list-style-type: none;
}
/* 黒丸 */
.liststyletype_disc{
    list-style-type: disc;
}
/* 白丸 */
.liststyletype_circle{
    list-style-type: circle;
}
/* 黒四角 */
.liststyletype_square{
    list-style-type: square;
}
/* 小文字のローマ数字 */
.liststyletype_lowerroman{
    list-style-type: lower-roman;
}
/* 大文字のローマ数字 */
.liststyletype_upperroman{
    list-style-type: upper-roman;
}
/* 算用数字 */
.liststyletype_decimal{
    list-style-type: decimal;
}
/* 先頭に 0 をつけた算用数字 */
.liststyletype_decimalleadingzero{
    list-style-type: decimal-leading-zero;
}
/* 丸数字 */
.liststyletype_circleddecimal{
    list-style-type: circled-decimal;
}
/* 小文字のギリシャ文字 */
.liststyletype_lowergreek{
    list-style-type: lower-greek;
}
/* 大文字のギリシャ文字 */
.liststyletype_uppergreek{
    list-style-type: upper-greek;
}
/* 小文字のラテン文字 */
.liststyletype_lowerlatin{
    list-style-type: lower-latin;
}
/* 大文字のラテン文字 */
.liststyletype_upperlatin{
    list-style-type: upper-latin;
}
/* 小文字のアルファベット */
.liststyletype_loweralpha{
    list-style-type: lower-alpha;
}
/* 大文字のアルファベット */
.liststyletype_upperalpha{
    list-style-type: upper-alpha;
}
/* 漢数字 */
.liststyletype_cjkideographic{
    list-style-type: cjk-ideographic;
}
/* あいうえお順 */
.liststyletype_hiragana{
    list-style-type: hiragana;
}
/* アイウエオ順 */
.liststyletype_katakana{
    list-style-type: katakana;
}
/* いろはにほへと順 */
.liststyletype_hiraganairoha{
    list-style-type: hiragana-iroha;
}
/* イロハニホヘト順 */
.liststyletype_katakanairoha{
    list-style-type: katakana-iroha;
}
/* ヘブライ数字 */
.liststyletype_hebrew{
    list-style-type: hebrew;
}
/* アルメニア数字 */
.liststyletype_armenian{
    list-style-type: armenian;
}
/* グルジア数字 */
.liststyletype_georgian{
    list-style-type: georgian;
}

/**************************************************************
Yab. テーブル (商品詳細からコピー)
**************************************************************/
.item_01 {
	border-collapse: collapse;
	max-width:728px;
}

.item_01 th {http://admin.shop-pro.jp/shop/design/img/incre.gif
    width: 17%;
    font-weight: 700;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    padding: 5px 0 3px 10px;
    text-align:left;   
}

.item_01 td {
    width: 83%;
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
}


.item_02 {
	border-collapse: collapse;
	max-700%;
}

.item_02 th {
    width:90px; 
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
}

.item_02 td {
    width: 610px;  
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
}


.item_03 {
	border-collapse: collapse;
	max-width: 960px;
}

.item_03 th {
    width: 85px;
    font-weight: 700;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    padding: 5px 5px 3px 10px;
    text-align:left;
}

.item_03 td {
    width: auto;
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
}

/**************************************************************
Yab. テーブル
**************************************************************/
.item_04 {
	border-collapse: collapse;
	max-width: 728px;
}

.item_04 th {
    width:auto; 
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    text-align:left;
}

.item_04 td {
    width: auto;  
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    text-align:left;
}

.item_05 {
	border-collapse: collapse;
	max-width: 700px;
}

.item_05 th {
    width:auto; 
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    text-align:left;
}

.item_05 td {
    width: auto;  
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    text-align:left;
}

.item_06 {
	border-collapse: collapse;
	width: 600px;
}

.item_06 th {
    width:auto; 
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    text-align:left;
}

.item_06 td {
    width: auto;  
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    text-align:left;
}

/**************************************************************
Yab. YouTubeレスポンシブサイズ
**************************************************************/
.youtube {
position: relative;
margin: 1em auto;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/**************************************************************
Yab. アイコン 新しいウィンドウで開く
**************************************************************/
a[target=_blank][rel=nofollow] {
	padding-right: 20px;
	background: url(https://img11.shop-pro.jp/PA01290/741/etc/icon_i_icon_12229_icon_122290_16s.png?cmsp_timestamp=20211113011627) right center/11px auto no-repeat;
}


/**************************************************************
Yab. 見出しデザイン
**************************************************************/
h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}


.headline_01 {
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 1px solid #ccc;
}
.headline_01::before,
.headline_01::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.headline_01::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .5);
}
.headline_01::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .5);
}
