/* カスタマイズ用CSS */
body {
    font-family:"FOT-筑紫オールド明朝 Pro R","ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription {
    font-size: 15px;
    line-height: 2;
    color: #444444;
    margin: 2em 0.5em 3em;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 12px;
    letter-spacing: 0.1em;
}
.ec-blockBtn--top {
    letter-spacing: 0.2em;
}
.ec-inlineBtn--top {
    letter-spacing: 0.2em;
}
.ec-itemNav__nav li a {
    color: #2e3233;
    letter-spacing: 0.1em;
}
.ec-footerRole {
    background-color: #eeeeee;
    border-top:none;
}
.ec-Producer {
    margin-top:60px;
}
.ec-itemNav__nav li ul li a {
    border-bottom: 1px solid #808080;
    background-color:#333333;
    font-size:14px;
}
.ec-layoutRole__header {
    margin-bottom:2em;
}

.ec-topicpath {
    color: #f98aaa;
}
.ec-blockBtn--action {
    background-color: #f98aaa;
    border-color: #f98aaa;
}
.ec-blockBtn--action:hover {
    background-color: #f46c90;
    border-color: #f46c90;
}

.ec-layoutRole .ec-layoutRole__contents {
    padding-top: 3em;
}
.ec-productRole .ec-productRole__category a {
    color: #f98aaa;
}
.ec-productRole .ec-productRole__description {
    font-size:15px;
    padding: 1em 0.5em;
    line-height: 1.8em;
}
.footer_contents {
    text-align: center;
}
.ec-footerNavi {
    margin: 1em 0.5em 2.5em;
}
.ec-footerNavi .ec-footerNavi__link a {
    color: #555555;
    text-decoration: none !important;
}
.ec-footerTitle__copyright {
    letter-spacing: 0.2em;
}
.souryou_img {
    max-width: 1000px !important;
}
.ec-role img {
    margin:3em 0;
}
.ec-borderedDefs p {
    line-height: 2em !important;
    margin: 0 1em 1.5em;
}
.ec-borderedDefs ul {
    margin:1em;
    padding-left: 1.5em;
}
.ec-borderedDefs ul li {
    padding:0.3em 0;
}
.ec-borderedDefs h3 {
    margin-bottom: 30px;
}
.ec-borderedDefs h4 {
    margin-bottom: 30px;
}
.ec-borderedDefs {
    border-top: none;
}

.ec-categoryRole {
    background-image:url('/html/user_data/assets/img/d_parts/back_white.jpg');
    background-repeat:repeat;
    padding:60px 20px 40px;
}
.ec-categoryRole img {
    margin:1em 0;
}
.ec-newsRole {
    padding: 80px 0 50px;
}
.ec-topicRole {
    padding:60px 0 40px;
}
.ec-topicRole img {
    margin:0;
}
.ec-footerTitle {
    color: #bbbbbb !important;
}
.foot_wrap {
    display: flex;
    font-size:90%;
}
.foot_wrap p {
    margin:0.5em 1em 1.5em;
    line-height:1.8em;
    color: #666666;
    font-size: 85%;
}
.foot_left, .foot_right {
    width:46%;
    margin:20px 2%;
}
img.card_img {
    width:300px !important;
    height: auto !important;
}
h2.santyoku {
	font-size: 1.7em;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.6em;
    margin: 2em 1em;
    color: #E26687;
}

/* トップページ新着商品 */
.ec-newItemRole__list2 {
    display: flex;
    flex-wrap: wrap;
}
.ec-newItemRole__list2 .ec-newItemRole__listItem {
    width: 25%;
	margin:0 0 30px 0 !important;
	padding:0 16px
}
.ec-newItemRole__list2 .ec-newItemRole__listItem a {
    display: block;
}
.ec-newItemRole__list2 .ec-newItemRole__listItem a img {
    width: 250px;
    height: 250px;
    object-fit: cover;
	margin:0 !important;
}
.heading-block h2 {
	margin-bottom: 1em;
    letter-spacing: 0.2em;
}

/* 商品一覧 */
.ec-shelfGrid .ec-shelfGrid__item img {
	width: 250px;
	height: 250px;
	object-fit:cover;
}

/* 検索エリア */
.ec-select {
	margin-bottom:10px;
}
.custom-select-trigger {
	line-height:39px !important;
}
.ec-headerSearch__category {
	padding:30px 30px 0 !important;
}
.fa-search:before {
    content:none !important;
}
.search-name {
    width: 230px !important;
}
.search_container input[type="text"] {
	height: 2.8em !important;
}
.search_container button {
	font-size: 1.1em !important;
	width: 4em !important;
	height: 2.5em !important;
	border-radius: 4px !important;
	top: 30px !important;
}
.custom-option {
	font-size: 14px !important;
	color:#9a9a9a !important;
	margin:0 !important;
	padding:6px 22px !important;
}
.custom-options {
	margin:6px 0 !important;
}
.ec-headerSearch__category button {
  	cursor: pointer;
    font-size: 1.1em;
    border: none;
    background: #E26687;
    color: #fff;
    width: 4em;
    height: 2.5em;
    border-radius: 4px;
    outline: none;
}
@media screen and (max-width: 1150px){
.ec-headerSearch__category {
    padding: 30px 10px !important;
}
}

@media only screen and (max-width: 768px) {
    .foot_wrap {
        display: block;
    }
    .foot_left, .foot_right {
        width:92%;
        margin:20px 4%;
    }
    .ec-footerRole__inner {
        padding-top:2em;
    }
	h2.santyoku {
	font-size: 1.4em;
}
}