/* カスタマイズ用CSS */
/*検索窓*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #b8a890;
}
/*ロゴ*/
.ec-headerTitle .ec-headerTitle__title a {
    width: 40%;
    height: 100%;
    min-width: 300px;
    display: block;
    margin: 0 auto 20px;
}
.ec-headerTitle img {
    max-height: 100%!important;
}
/*ヘッダーリスト*/
.ec-itemNav {
    border-top: 1px solid #b7a990;
    border-bottom: 1px solid #b7a990;
    list-style: none;
    margin: 15px 0 30px;
    padding: 0;
    font-size: 0;
    width: 100%;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #b8a890;
}

.ec-itemNav__nav li a {
    color: #b8a890;
}
/*ヘッダーメニュー　カテゴリ*/
ul.dropdown-menu {
    border: none;
}
.ec-itemNav__nav li ul li a {
    background: #bba890;
}
/*メニュー画像*/
.top-image-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}

.top-image-block__list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.top-image-block__item {
  flex: 1 2 45%; /* 4分割表示 */
  box-sizing: border-box;
  text-align: center;
}

.top-image-block__item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.top-image-block__item:hover img {
  transform: scale(1.05);
}

/*一覧を見るボタン*/
.ec-blockBtn--top {
    background-color: #b8a890;
    border-color: #b8a890;
}
.ec-blockBtn--top {
    color: white;
    background-color: #b8a890;
    border-color: #b8a890;
}
ec-inlineBtn--top {
    background-color: #b8a890;
    border-color: #b8a890;
}

/*カテゴリ*/
.ec-categoryRole__name {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}


/*フッター*/
.ec-footerRole {
    border-top: 1px solid #b8a890;
    margin-top: 30px;
    background: #b8a890;
}
.ec-blockTopBtn {
    color: #fff;
    background-color: #b6b5af;
}
.ec-footerNavi .ec-footerNavi__link a {
    border-bottom: 1px solid #ffff;
}

/*お問い合わせ*/
.ec-blockBtn--action {
    background-color: #b7a990;
    border-color: #b7a990;
}

/*安さの秘密*/
.ec-card {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
@media (max-width: 767px) {
    .ec-card {
        flex-direction: column;
    }
}
.ec-card__icon {
    width: 100%;
    max-width: 350px;
    min-width: 300px;
}

.ec-card__icon img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.ec-card__content h2 {
    margin-top: 0;
    color: #3a3a3a;
}

/*テンプレートダウンロード*/
.template-download-block {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.template-download-block a.download_btn {
    display: block;
}
.template-download-block a.download_btn img {
    width: 100%;
    height: auto;
}