@charset "utf-8";

/* ****************************************************
Title: copy.css
---------------------------------------------------------------------------- */
.sec01 {
  margin-bottom: 50px;
}


/* コンテナ幅を680pxに固定 */
.search-area {
  width: 680px;
  margin: 0 auto;
}

/* 検索フォーム */
.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 40px;
  padding: 0 45px 0 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.search-form .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* カテゴリ一覧 */
.categorylist .catehead {width: 23%;}
.categories {
  width: 77%;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 2;
}
.categories-label {
  font-weight: bold;
  margin-right: 10px;
}
/* 2つめ以降の.category要素の前に「／」を挿入 */
.category + .category::before {
  content: "/";
  margin: 0 3px;
  color: #888;
}
.category a {
  color: #9c9ba0;
  text-decoration: none;
}
.category a:hover {
  text-decoration: none;
  color: #433f40;
}

.category.current a {
  text-decoration: underline;
  text-decoration-color: #0057a4;
  color: #433f40;
}




.sec02 .item_wrap { background: #f3f4f5;
padding:20px 25px ;
box-sizing: border-box;
width: 100%;}

.sec02 .category_bar {
  padding: 18px;
  width: 100%;
  box-sizing: border-box;
  background: #0057a4;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  border-left: solid 16px #004484;
  margin-bottom: 30px;
  line-height: 1.2;
}

.sec02 .item_wrap .itemname{
  font-size: 125%;
  margin-bottom: 20px;
  font-weight: bold;
  color: #0057a4;
  border-left: solid 5px #0057a4;
  padding-left: 15px;
  line-height: 1;
}


.sec02 .item_wrap .item_pic_txt {
  box-sizing: border-box;
}

.sec02 .item_wrap .item_pic_txt .slider-pro {
  width: 250px;
  margin-right: 20px;
  margin-left: 0;
}



.sp-thumbnail-container {border: solid #f7f7f7 1px;}
.sp-selected-thumbnail {border: solid #cbcbcb 1px;}


.sec02 .item_wrap h4 {
  font-size: 125%;
  margin-bottom: 30px;
  font-weight: bold;
  color: #5b5b5f;
}

.sec02 .item_wrap .item_pic_txt .text-des .item_descri li {
  margin-bottom: 5px;
  line-height: 1.8em;
}

.sec02 .item_wrap .item_pic_txt .slider-zoom-wrapper{
  width: 20%;
}

.sec02 .item_wrap .item_pic_txt .text-des{
  width: 78%;
}


@media screen and (max-width: 639px) {
.sec01 {
  padding: 0 5%;
}
.search-form {
  margin-bottom: 20px;
}

.search-area {
    width: 100%;
}
.categorylist .catehead {
    width: 100%;
}
.categories {
    width: 100%;
}
.sec02 {
  padding: 0 5%;
  box-sizing: border-box;
}

.sec02 .item_wrap .item_pic_txt .slider-zoom-wrapper{
  width: 100%;
  margin-bottom: 30px;
}
.sec02 .item_wrap .item_pic_txt .slider-pro{
  margin-right: 0;
}

.sec02 .item_wrap .item_pic_txt .slider-pro img{
  width: 100%;
}

.sec02 .item_wrap .item_pic_txt .text-des{
  width: 100%;
}
}

  /* スライダー本体だけを相対配置 */
.slider-zoom-wrapper {
  position: relative;
  display: inline-block; /* 幅をスライダーに合わせる */
}

/* ezPlus のレンズは自動的に .EZPlusLens という要素になりますが、
   追加スタイルを入れたい場合は以下を活用できます */
.EZPlusLens {
  border: 1px solid #ccc !important;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}