#main #box_news p.news_date{
  width:auto;
}

.product-row .item_box {
  margin: 1% 1% 3% 1%;
  width: 18%;
}

@media(max-width:960px){/*480*/
  
  .product-row .item_box {/*
    width: 30% !important;
    margin: 5% 1.6% !important;*/
  }
  
  .item_box {
      margin: 0 1.5% 10px 1.8% !important;
      /*margin: 1% 1.5% 5% 1.8% !important;*/
      width:30% !important;
      min-height: 195px !important;
    }

}




/*info, feature*/


.icon{
  display: none;
}
.top-info{
  width:100%;
  overflow:hidden;
  margin: 6% 0 2% 0;
}
.top-sub-contents {
    margin-bottom: 50px;
    width:50%;
}
.top-sub-contents__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  width: 100%;
  height: 1px;
  border-top: solid 1.5px #e6dcc1;
  z-index: -1;
}
.top-sub-contents__title {
    font-size: 18px;
    color: #906D66;
    text-align: center;
}
.top-sub-contents__text {
    padding: 0 24px;
    background: #FFFDFA;
    z-index: 10;
}
.top-information__item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #d49e12;
}
#box_news, #box_feature{
  position:relative;
  float:left;
}
#box_news{
  width:38%;
  padding-bottom: 1%;
}
ul.top_news li{
  line-height:0;
  list-style: none;
}


#box_feature{
  margin-left:6%;
  width:56%;
}

.feature-archive-link{
  text-align: right;
  margin: 5px;
}

#main #box_news p.news_date {
    float: left;
    margin-right: 20px;
    width: 70px;
    margin-left: 10px;
}
#box_news ul{
  margin-top:5%;
}
.news_message{
  transition: all 0.3s;
}

.feature-contents{
  width: 99%;
  margin: 6% 1% 0 0;
  overflow: hidden;
  transition: all 0.3s;
}
.feature-text{
  width:44%;
  float:left;
  padding: 0% 4% 0 2%;
  }
.feature-text h4{
  margin-bottom:1em;
  font-weight:600;
}
.feature-image{
  width:48%;
  float:left;
  padding:0 1%;
}
.feature-image img{
  width:100%;
}

.feature-toptitle{
  font-size:400;
}

@media(max-width:1300px){
  .feature-text a.hide_mobile{
    font-size: 12px !important;
  }

}

@media(max-width:800px){

  #main #box_news p.news_date{
    float:none;
  }
  .box_default ul li div p {
      margin-left: 10px;
  }
  .feature-text a.hide_mobile{
    font-size: 10px !important;
  }  

}


@media(max-width:960px){/*480px*/

  .feature-contents{
    width: 95%;
    margin: 10% 2% 10% 3%;
  }
  .feature-text, .feature-image{
    width:100% !important;
    margin-top:1%;
  }
  .feature-text h4 {
      margin-bottom: 1em;
      font-weight: 500;
  }
  .featurepage h2{
    font-size:14px;
  }
  .featurepage p{
    font-size:13px;
  }

  .feature-text a.hide_mobile{
    font-size: 9px;
  }
  #news_blog_contents{
    margin-top:8% !important;
  }


  /*お知らせ*/

  .box_default ul li div{
    padding: 0.5em 0 1em !important; 
  }
  #main #box_news p.news_date{
    margin:0 !important;
  }
  #box_news ul{
    padding-left:5%;
    margin-top: 10%;
  }
  .news_message{
    margin-left:0px !important;
  }

  .feature-text{
    padding:0 !important;
    margin-top:0 !important;
  }
  .feature-image{
    margin-top:10% !important;
  }
  .feature-contents .feature-image{
    margin-top:0% !important;
  }
}


/*トップスライド下特集表示*/


.top_feature_wrapper{
  position: relative;
  overflow: hidden;
  margin: 6% 0 3% 0;
}

#news_blog_contents{
  overflow: hidden;
  margin-top: 1%;
}

#news_blog_contents h4{
  margin-top:1em;
}
#news_blog_contents .feature-item {
    width: 30%;
    float: left;
    padding: 1.66%;
}

#news_blog_contents .feature-text {
    width: 100%;
    float: none;
    padding: 0%;
}


#news_blog_contents .feature-image {
    width: 100%;
    float: none;
    padding: 0;
}

.feature-item:last-child {
  display: none;
}



@media(max-width:960px){/*480px*/

  #news_blog_contents .feature-text p{
    display: none;
  }
  #news_blog_contents .feature-item{
    width:48%;
    padding: 1%;
  }
  #news_blog_contents h4 {
    margin-top: 0.3em;
    font-size: 14px;
  }

/*  .feature-item:last-child {
    display: none;
  }*/

  .feature-item:last-child {
    display: block;
  }
  .feature-item:last-child .feature-image, .feature-item:nth-last-of-type(2) .feature-image {
    margin-top:0 !important;
  }
  #news_blog_contents .feature-contents {
    width: 100%;
    margin: 0% 0% 0% 0%;
  }
  .top_feature_wrapper .top-sub-contents__text{
    font-size: 16px;
  }

}




/*コーディネート紹介*/


.cd_select{
  margin:5% 0;
  padding:5% 2%;
  overflow: hidden;
  /*
  border-top:3px double #ccc;
  border-bottom:3px double #ccc;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background:url(https://img07.shop-pro.jp/PA01426/811/etc/washi_backimg_light.jpg);

}
.cd_season{
  width:40%;
  float:left;
}

.cd_season_text{
  position: relative;
  /*text-align: right;*/
  font-size: 13px !important;
}
.cd_season_text h2{
  font-weight:normal;
  font-size:16px;
  padding-bottom: 3px;
}

.cd_season_text span{
  font-size: 26px;
  margin-right: 10px;
  color: #EEA9A9;
}



/*.cd_season a h2::before {
    position: absolute;
    top:26px;
    content: '';
    width: 100%;
    height: 1.5px;
    background:#CCD5CE;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
*/

/*.cd_season a:hover h2::before {
    transform: scale(1, 1);
}*/

/*.cd_season p{
  margin-top:20px;
}*/

.cd_season img{
  width:100%;
  box-shadow: 15px -15px #f2f2f2;
  margin-top:40px;
}
.cd_season a img{
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.cd_season span{
  padding: 5px 10px;
  border-radius: 3px;
}


.cd_spring a:hover img{
  box-shadow: 17px -17px #EEA9A9;
}
.cd_spring span{
  color:#EEA9A9;
  background: #fae8e8;
}
.cd_spring .cd_season_text{
  border-bottom: 1px solid #EEA9A9;
}


.cd_summer a:hover img{
  box-shadow: 17px -17px #5DAC81;
}
.cd_summer span{
  color:#5DAC81;
  background: #daede3;
}
.cd_summer .cd_season_text{
  border-bottom: 1px solid #5DAC81;
}


.cd_autumn a:hover img{
  box-shadow: 17px -17px #E2943B;
}
.cd_autumn span{
  color:#E2943B;
  background: #fce9d3;
}
.cd_autumn .cd_season_text{
  border-bottom: 1px solid #E2943B;
}


.cd_winter a:hover img{
  box-shadow: 17px -17px #81C7D4;
}
.cd_winter span{
  color: #81C7D4;
  background: #d9edf1;
}
.cd_winter .cd_season_text{
  border-bottom: 1px solid #81C7D4;
}



/*.cd_spring a:hover span{
  color:#d77;
}*//*
.cd_spring a:hover h2{
  color:white;
}*/


/*#CCD5CE*/


.cd_season a:hover{
  color:#222;
}

/*.cd_summer, .cd_winter{
  margin:0 0 0 12%;
}
*/
.cd_autumn, .cd_winter{
  margin-top:6%;
}


/*.cd_summer h2  .cd_winter{
  margin-top:40px;
}
*/

/*.cd_summer img, .cd_winter img{
  box-shadow: 25px -25px #f2f2f2;
}
.cd_spring img, .cd_autumn img{
  margin-top:40px;
  box-shadow: 25px -25px #f2f2f2;
}*/







/*陶器市*/

.event_container{
  overflow: hidden;
  width: 100%;
  background: url("https://img21.shop-pro.jp/PA01426/811/etc/garland5.png?cmsp_timestamp=20200414160839");
  letter-spacing: 0.1em;
}
.toukiichi_topbanner{
  margin:0% 1% 0% 0;
}
.toukiichi_topbanner img{
  width:100%;
}
.tt_mobile{
  display: none;
}

.top-banner-container.t2020_ex{
  margin-top:3%;
  padding:0;
  border: 1px solid #ccc;
  margin-right:1%;
}
.top-banner-container.t2020_ex{
  margin-top:0;
}
.t2020_ex .top-banner{
   width:100%;
   margin:0;
}
.t2020_ex .top-banner-img{
  width:45%;
  padding: 5% 0;
}
.t2020_ex .top-banner-text{
  margin: 6% 5% 3% 5%;
  position: relative;
}
.t2020_ex .top-banner-text img{
  width: 10%;
  position: absolute;
  top: 0px;
  left: 190px;
}
/*.t2020_point_wrapper{
  background: url("https://img21.shop-pro.jp/PA01426/811/etc/garland7.png?cmsp_timestamp=20200426021706");
}*/
.toukiichi_option_wrapper{
  margin-top:2%;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  padding:0 2px;
}

.t2020_point{
  background: #DD7777;
  width: 100%;
  margin: 5% 0 4% 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  letter-spacing: .5em;
}

.toukiichi_option{
  width:28%;
  position: relative;
}

.toukiichi_option img{
  transition:all 0.3s;
  width:100%;
}

.toukiichi_option_text h3{
  margin:0.5em 0 1em 0;
  color:#D77;
  font-size: 18px;
  letter-spacing:0.05em
}

.toukiichi_option_text img{
  position: absolute;
  top: 3%;
  left:3%;
  width: 10%;
  opacity:0.7;
}

.t2020_horidashimono{
  margin: 5% auto 4% auto;
  text-align: center;
  width: 80%;
  background: #f2f2f2;
  padding: 3%;
}
.t2020_horidashimono div{
  text-align:left;
}
.t2020_horidashimono h4{
  margin-bottom:2%;
}
.t2020_horidashimono p img{
  width:15px !important;
}

.t2020_extra{
  padding:5% 3% 7% 3%;
  border: double #ccc 4px;/*
  background: #f2f2f2;*/
  margin:5% 0;
}
.jb_touckiichi_ex li{
  margin:1em 1.5em;
}
.t2020_extra img{
  width: 10%;
  margin-left: 20px;
}
.t2020_extra li{
  list-style-type:none;
}
.t2020_extra li h4{
  margin: 3% 0 1% 0;
}
.toukiichi_op_free{
  padding: 2%;
  margin-top: 5%;
  background: #f2f2f2;
}
.toukiichi_op_free h2 {
    color: #d77;
    margin-bottom: 2%;
} 
.t2020_point_wrapper .junebride_ex li{
    margin:1em 0;
}


@media(min-width:480px){
  .toukiichi_option_img img{
    box-shadow: 0px 0px 0px 0.5px #ccc;
  }
  .toukiichi_option a:hover .toukiichi_option_img img{
    box-shadow: 0px 0px 0px 2px #ecd3cd;
 }

  .t2020_op1_m, .t2020_op2_m{
  border-right: 1px dashed #ccc;
  padding-right: 4%;
  }

}
@media(max-width:480px){

  .t2020_ex .top-banner{
    margin-top:0 !important;
    background:none;
   }
   .t2020_ex .top-banner-text img{
    top:32px;
   }
   .t2020_ex{
    margin-top:0 !important;
    background: url("https://img21.shop-pro.jp/PA01426/811/etc/garland7.png?cmsp_timestamp=20200426021706");
   }
   .t2020_ex .top-banner-text{
    padding: 9% 3% 5% 3% !important;
  }
  .t2020_ex .top-banner-text h4{
    text-align: left;
  }
   .top-banner-container.t2020_ex{
    border:none;
   }
  .toukiichi_option_wrapper{
    margin-top: 0%;
  /*  border-bottom: 3px dotted #ccc; */
    padding:0% 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .t2020_point h2{
    letter-spacing: 3px;
    font-size: 18px;
  }
  .toukiichi_topbanner{
    display:none;
  }
  .toukiichi_topbanner.tt_mobile{
    display: block;
    margin-top:2%;
  }
  .t2020_ex .top-banner-img{
   display: none;
  }

  .toukiichi_option{
    width: 100%;
    margin: 0.5px 0;
  }
  .toukiichi_option_text img{
    display: none;
  }
  .toukiichi_option_img, .toukiichi_option_text {
    width: 50%;
    float: right;
  }
  .t2020_point{
    border-radius:1px;
  }
   .t2020_op2_m .toukiichi_option_img{
    float: left;
   }

  .t2020_op1_m{
    background: #f9cdad;
    border: .5px solid #f9cdad;
  }
  .t2020_op2_m{
    background: #ec9d9b;
    border: .5px solid #ec9d9b;
    margin:2% 0;
  }
  .t2020_op3_m{
    background: #c0e3d6;
    border: .5px solid #c0e3d6;
  }

  .toukiichi_option_text p{
    display: none;
  }
  .toukiichi_option_text{
    position: relative;
    height: 100%;
  }
  .toukiichi_option_text h3 {
    margin-bottom: 10px;
    font-size: 15px;
    color:#fff;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }
  .t2020_horidashimono{
    padding: 6% 4%;
    width: 92%;
  }
  .t2020_horidashimono img{
    width:50% !important; 
    /*width:100%;*/
    float:none !important;
  }
  .t2020_horidashimono div{
    width:98% !important;
    margin:5% 0;
  }

   .t2020_extra{
    margin:1% 0 5% 0;
    background:none;
   }
   .t2020_extra li h4 {
    margin: 7% 0 1% 0;
    }
   .t2020_extra img {
    width: 40% !important;
    margin:1em 0 !important;
  }
  .toukiichi_op_free {
    padding: 4%;
    margin-top: 0%;
  }
  .toukiichi_op_free h2 {
    font-size: 19px;
  }
  .t2021_horidashimono_wrapper{
  width: 100% !important;
  margin: 4% 0% 0% 0% !important;
  }

  .toukiichi_shipping{
    padding: 5% 4% !important;
  }

}






