/* 追加するCSS */
.cd-img7 {
    width: 100%;
    height: auto;
    display: flex;
}
.cd-img7 .cd7img{
    width: 50px;
    height: 50px;
}
.cd5img-1{width: 222px; height: auto;}
.cd5img-2{width: 196px; height: auto; margin-bottom:5px;}
.cd5img-3{width: 141px; height: auto; margin-bottom:5px;}
.cd5img-4{width: 99px; height: auto; margin-bottom:5px;}
.cd5img-5{width: 79px; height: auto; }

.add-cart{background-color:#92D6DF; border:0px;}
.add-cart:hover{background-color:#A0CBD1; border:0px;}
.ec-headerRole{margin:0px auto 0px auto;}
.ec-footerRole{background-color:#A0CBD1; border:0px;}
.ec-footerNavi__link{color:#fff;}
.item_come{font-size:13px; margin:10px 0px;}
.ec-layoutRole__contents{padding-bottom:50px;}
.ec-productRole__description{line-height:2.0em;}

.content-wrapper {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    gap: 20px; /* Add space between content and image */
}

.content-left {
    flex: 1;
}

.content-right {
    flex: 0 0 auto;
    max-width: 200px; /* Adjust the width of the image as needed */
}

.content-right img {
    width: 100%; /* Make the image responsive */
    height: auto;
}

/* カスタマイズ用CSS */

.ec-layoutRole {
    font-family: 'Zen Old Mincho', serif;
}

.text-zaiko {
    color: #333;
    font-size: 14px;
}

.container {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin: 50px auto;
    width: 96%;
    max-width: 800px;
    box-sizing: border-box;
}

h1, h2, h3 {
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    color: #333;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; /* 要素を上詰めに配置 */
}

.content-left, .content-right {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

.content-left {
    max-width: 60%;
}

.content-right {
    max-width: 35%;
    text-align: center;
}

.content-right img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

ul {
    padding-left: 20px;
    color: #555; /* リストのテキスト色を調整 */
}

ul li {
    list-style-type: disc;
    margin: 5px 0;
    color: #555; /* リストアイテムのテキスト色を調整 */
}

.sibunp{
    color: #666; /* 通常の段落のテキスト色を調整 */
    line-height: 2.0;
    margin: 20px 0px;
}








/* トップページ新着商品リスト */
.ec-newItemRole__listItem img{ 
    margin:0px 0px -10px 0px;
}
.ec-newItemRole__listItemTitle{ 
    color:#000; 
    margin:0px 0px 0px 0px;
}
.ec-newItemRole .ec-newItemRole__list{
    flex-wrap:wrap;
    font-family: 'Zen Old Mincho', serif;
    font-size:15px;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
    width:25%;
    margin:0px 0px 20px 0px;
    padding:0px 0px 10px 0px;
    box-sizing: border-box;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a{
    max-width:96%;
    display:block;
}
.ec-newItemRole .ec-newItemRole__listItemPrice{
    color:#333;
    font-weight:700;
    text-align: left;
    font-size:15px;
    margin-top:-10px ;
}
.ec-newItemRole__listItemHeading{
    text-align:center;
}
.ec-inlineBtn--top{
      text-align:center;
}


@media screen and (max-width:768px){
    
    .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
        width:50%;
    }
    
}



.column1title {
  font-size: 25px;
  font-family: 'Zen Old Mincho', serif;
}
.column1txt {
  font-size: 15px;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.8em;
}
/*トピック*/
.ec-role{font-family: 'Zen Old Mincho', serif;}
/*レフト項目タイトル*/
.item_title_left{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px auto 0px auto;
	padding: 20px 50px 0px 50px;
	width: 100%;
	text-align: center;
	color: #333;
	box-sizing:border-box;
}
.item_title{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:20px; 
	margin: 20px auto 0px auto;
	padding: 20px 15px 10px 15px;
	width: 100%;
	text-align: center;
	color: #333;
	box-sizing:border-box;
}

    .item_title_font1{
    	font-size:20px; 
    	margin: 0px 0px  0px 0px ;
    	padding: 0px 0px 0px 0px;
    	text-align: center;
    	display: block;
    	line-height: 1.0em;
    	font-weight: 900;
    }

    .item_title_font2{
    	font-size:13px; 
    	margin: 0px 0px 0px 0px ;
    	padding: 0px 0px 0px 0px;
    	text-align: center;
    }

.item_title:before,
.item_title:after {
	border-top: 1px solid #ccc;
	content: ""; 
	flex-grow: 1;
}
.item_title:before {
	margin-right: 10%; 
}
.item_title:after {
	margin-left: 10%; 
}

.item_title_left:before,
.item_title_left:after {
	border-top: 1px solid #555;
	content: ""; 
	flex-grow: 1;
}
.item_title_left:before {
	margin-right: 20%; 
}
.item_title_left:after {
	margin-left: 20%; 
}
/*レフトメニュー*/
.ec-headerNav2{
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.ec-headerNav2__item{
    width: 100%;
    margin: 2px 0px 2px 0px;
    padding: 15px 15px;
    background-color:#f7f7f7;
    text-align: left;
    border-radius:10px;
}
.ec-headerNav2__item a{
    color:#333;
}
/*レフトカテゴリ*/
.ec-categoryNaviRole2{
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px;
    border-radius:10px;
}
.ec-itemNav2 ul{
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border-radius:10px;
}
.ec-itemNav2 li{
    width: 100%;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    border-bottom:1px dotted #bbb ;
}
.ec-itemNav2 li a{
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: left;
}


@media screen and (max-width:550px){
    
    .ec-headerTitle__title{
        width: 250px;
        margin: 0px auto;
    }
    
}



/* その他の既存のCSS */