/* カスタマイズ用CSS */

/* 画面幅の最大化 */
.ec-role ,
.ec-headerNaviRole ,
.ec-headerRole ,
.ec-sliderRole ,
.ec-shelfRole ,
.ec-layoutRole .ec-layoutRole__contents ,
.ec-searchnavRole .ec-searchnavRole__infos ,
.ec-footerRoleBefore__inner {
    max-width: 2260px;
}

/* 画面左右余白 */
.ec-role ,
.ec-newsRole ,
.ec-contactRole , 
.ec-productRole ,
.ec-shelfRole ,
.ec-registerRole ,
.ec-cartRole ,
.ec-orderRole ,
.ec-cartCompleteRole ,
.ec-contactConfirmRole ,
.ec-contactCompleteRole {
    padding-left: 10px;
    padding-right: 10px;
}

.front_page .ec-role {
    padding-left: 0px;
    padding-right: 0px;
}

.ec-sliderRole {
     padding-left: 0px;
     padding-right:0px;
}


@media only screen and (min-width: 768px) {
    .ec-searchnavRole {
    max-width: 2260px;
    }
    .ec-role {
        padding-left: 30px;
        padding-right: 30px;
    }
    .front_page .ec-role {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* セクションヘッダー */
.ec-secHeading {
    padding-left: 20px;
}

/* Google map */
.gmap
{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.gmap iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* トップ画面 */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #a20010;
}

.fa-user:before {
    color: #a20010;
}

.fa-heart:before {
    color: #a20010;
}

.fa-lock:before {
    color: #a20010;
}

.fa-shopping-cart:before {
    color: #a20010;
}

.ec-headerNavSP {
    color: #a20010;
}

.ec-drawerRole .ec-headerLinkArea {
    background: #310808;
}

/* 商品一覧の価格 */
.price02-default
{
    font-weight: bold;
}

/* 商品詳細の商品名 */
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-weight: bold;
}


/* トップ画像ブロック */
.ec-topimageRole {
  padding: 40px 0;
  color: black;
  background: #F8F8F8;
}

.ec-topimageRole .ec-topimageRole__list {
    display: flex;
    flex-wrap: wrap;
}

.ec-topimageRole .ec-topimageRole__listItem {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    text-align: center;
}
.ec-topimageRole .ec-topimageRole__listItem img {
    max-width: 800px;
    vertical-align: top;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {	
    .ec-categoryRole {	
         padding: 60px 0; 
    }	
}

/* おすすめ */	
.ec-osusumeRole {	
  padding: 10px 0; 	
}	
	
.ec-osusumeRole .ec-osusumeRole__list {	
    display: flex;	
    flex-wrap: wrap; 
	margin-top: -10px;
}	
	
.ec-osusumeRole .ec-osusumeRole__listItem {	
    width: 49%;
	height: auto; 	
    margin-bottom: 4%;	
	padding-top: 10px;
}	

.ec-osusumeRole .ec-osusumeRole__listItem a{
    background: #a20010;
    border-color: #a20010;
    
}

.ec-osusumeRole .ec-osusumeRole__listItem:not(:first-child) a {	
      color: black; 	
}	
	
.ec-osusumeRole .ec-osusumeRole__listItem:nth-child(odd) {	
      margin-right: 2%; 
}	


.ec-osusumeRole .ec-osusumeRole__listItemHeading {	
    margin-top: calc(45% - 20px); 	
}	
	
.ec-osusumeRole .ec-osusumeRole__listItemTitle {	
    margin: 8px 0;
    margin-left: 6px;
    font-size: 17px;	
    font-weight: bold; 
}	

.ec-osusumeRole .ec-osusumeRole__listItemDescription {	
    margin: 8px 0;
    margin-left: 6px;
    font-size: 16px;	
/*    font-weight: bold; */
}	
	
.ec-osusumeRole .ec-osusumeRole__listItemPrice {	
    margin-left: 6px;
    font-size:18px;
    font-weight:bold;
}	

@media only screen and (min-width: 768px) {	
    .ec-osusumeRole {	
    	padding: 60px 0; 
	}
    .ec-osusumeRole .ec-osusumeRole__list {	
        flex-wrap: wrap;
    	margin: -10px 0 0 -10px;

	}
	
    .ec-osusumeRole .ec-osusumeRole__listItem {	
        margin-bottom: 15px;	
        width: calc(100% / 4);
    	padding: 10px 0 0 10px;
	}

    .ec-osusumeRole .ec-osusumeRole__listItem:nth-child(odd) {
      margin-right: 0;
	}
}

@media only screen and (min-width: 1400px) {	
    .ec-osusumeRole .ec-osusumeRole__listItem {	
        width: calc(100% / 5);
	}
}

.ec-secHeading--tandem .ec-secHeading__en {
    font-size: 18px;
    font-weight: normal;
	margin-bottom: 30px;
}

.ec-secHeading--tandem .ec-secHeading__ja {
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 20px;
}

/* 商品詳細 */
ec-shelfGrid .ec-shelfGrid__item-image {
	height: auto;
}

/* フッター */
.ec-footerRole
{
    background-color: #a20010;
    margin-top: 20px;
}

.ec-footerNavi .ec-footerNavi__link a 
{
    border-bottom-color: #f07878;
    padding: 8px 0;
    font-size: 12px;
}
.ec-footerTitle {
    padding: 10px 0 10px;
}

/* footer 表示追加 */
.ec-footerRoleBefore {
  margin-top: 30px;
  background: #ffffff; }

.ec-footerTitleBefore {
  text-align: center;
  color: black; }

.ec-footerTitleBefore .ec-footerTitleBefore__logo {
    display: block;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 20px;
    font-weight: bold; 
}

.ec-footerTitleBefore .ec-footerTitleBefore__logo img {
    width: 100%;
    margin-top: 30px;
}

.ec-footerTitleBefore .ec-footerTitleBefore__logo a {
      color: inherit;
      text-decoration: none; 
}

.ec-footerTitleBefore .ec-footerTitleBefore__logo a:hover {
      text-decoration: none; 
}

.ec-footerTitleBefore .ec-footerTitleBefore__logo a {
      font-size: 22px;
      color: inherit; 
}

.ec-footerTitleBefore .ec-footerTitleBefore__logo:hover a {
      opacity: .8;
      text-decoration: none; 
}

.ec-footerTitleBefore .ec-footerTitleBefore__name {
    font-size: 13px;
}

.ec-footerTitleBefore .ec-footerTitleBefore__name h3 {
    font-size: 16px;
}

/* sns */
.icon-sns {
    padding-top: 15px;
    padding-bottom: 30px;
}

.icon-sns a {
    padding-right: 15px;
}

.icon-sns a:hover {
    opacity: 0.8;
}

.icon-sns a:nth-last-of-type(1) {
    margin-right: 0;
}

.icon-sns #facebook {
    color:#305097;
}
.icon-sns #twitter {
    color:#77CAEE;
}
.icon-sns #instagram {
    color:#9966CC;
}


/* ****************** */
@media only screen and (min-width: 768px) {
    .ec-footerRole {
        padding-top: 20px;
    }

    .ec-footerRoleBefore {
    }

    .ec-footerRoleBefore .ec-footerRoleBefore__inner {
      margin: 0 auto;
      padding-left: 0px;
      padding-right: 0px;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 1.4;
      color: #525263;
      -webkit-text-size-adjust: 100%;
      width: 100%;
      max-width: 2260px;
    }

    .ec-footerRoleBefore .ec-footerRoleBefore__inner:after {
        content: " ";
        display: table; }

    .ec-footerRoleBefore .ec-footerRoleBefore__inner:after {
        clear: both;
    }

    .ec-footerRoleBefore .ec-footerRoleBefore__inner textarea {
        /* for chrome fontsize bug */
        font-family: sans-serif;
    }

    .ec-footerRoleBefore .ec-footerRoleBefore__inner img {
        max-width: 100%; 
    }

    .ec-footerRoleBefore .ec-footerRoleBefore__inner html {
        box-sizing: border-box; 
    }

    .ec-footerRoleBefore .ec-footerRoleBefore__inner *,
    .ec-footerRoleBefore .ec-footerRoleBefore__inner *::before,
    .ec-footerRoleBefore .ec-footerRoleBefore__inner *::after {
        box-sizing: inherit; 
    }

    .ec-footerRoleBefore .ec-footerRoleBefore__inner img {
        width: 100%; 
        max-width: 500px; 
        margin-top: 50px;
    }

    .ec-footerTitleBefore {
    }

    .ec-footerTitleBefore .ec-footerTitleBefore__logo a {
      font-size: 24px; 
    
    }

    .ec-footerTitleBefore .ec-footerTitleBefore__name {
        font-size: 14px;
    }
    
    .ec-footerTitleBefore .ec-footerTitleBefore__name h3 {
        font-size: 18px;
    }
}