/*------ shop_list------*/ 
#shoplist{
	font-size: 16px;	
}
#shoplist .item{
	justify-content: flex-start;
}
#shoplist .item+.item{
	margin-top: 0;
}

#shoplist .mt30{
	margin-top: 15px;
}

.shoplist_ttl{
	margin: 20px 0;
	font-size: 1.4em;
	font-weight: bold;
}


ul.shoplist_box li{
	margin: 5% 0;
	position: relative;

}

ul.shoplist_box li a{
	font-size: 20px;
	color:  #a89989;
	background: #f3eee9;
	padding: 6%;
	display: block;
	text-decoration: none;
}

ul.shoplist_box li a::after{
    position: absolute;
    font-size: 24px;
    content: ">";
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
	
}

/* MAINCONTENTS */


#shoplist h2{
	font-size: 1.4em;
	background: #f5eee2;
	font-weight: bold;
	border-bottom:  1px solid #ba9;
	line-height: 1.4;
	/* padding:  23px; */
	padding: 12.5px;
}

#shoplist .section{
	width: 90%;
	margin: 16px auto 0;
}



#shoplist h3{
	background: #f0e6d7;
	font-size: 15px;
	font-weight: bold;
	padding: 2% 4%;
	
}



#shoplist .section p.note{
	font-size: 10px;
	padding-top: 2%;
}


#shoplist .section .block  dt{
	padding: 0 0 2%;

}


#shoplist .section .block  small{
	font-size: 10px;
}

#shoplist .section .block > small{
	display: block;
	margin-top: 8px;
}

#shoplist .section .block{
	margin-top: 14px;
	font-size: 14.4px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #a89989;
}

#shoplist .section .block:last-child{
	border-bottom: none;
}

#shoplist .section .block ul{
	display: flex;
	margin-top: 2%;
}

#shoplist .section .block ul li{
	margin: 1%;
}

#shoplist .section .block ul li img{ 
	width: 50px;
	display: block;
}

#shoplist .acc-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

#shoplist .acc {
	position: relative;
}  
#shoplist .acc-body.open {
	max-height: 2000px; 
}

#shoplist .acc-header {
	font-size: 20px;
	position: relative;
	width: 100%;
	color: #a89989;
	background: #f3eee9;;
	border: none;
	padding: 3% 6%;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	cursor: pointer;
	font-size: 12px;
}

#shoplist .acc-header>figure{
	width: 20%;
    margin-right: 10%;
}
#shoplist .acc-header>div span{
	font-size: 20px;
}
#shoplist .acc-header>div figure{
	margin: auto;
	width: 64%;
}

#shoplist .icon {
	font-size: 22px;
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
}
#shoplist .acc-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#shoplist .acc-body .item {
	display: flex;
	gap: 58px;
	padding: 16px 0;
	border-bottom: 1px solid #eee;
	/* margin-right: 8%; */
}

#shoplist .acc-body .item img {
	width: 170px;
	height: auto;
}

#shoplist .acc-body .text h3 {
	margin: 0 0 8px;
	font-size: 19px;
	background: none;
	padding: 0;
}

#shoplist .acc-body .text p {
	margin: 0 0 4px;
	font-size: 18px;
} 


@media (max-width: 768px) {
	/*------ shop_list------*/ 
	#shoplist{
		font-size: 12px;	
	}

	#shoplist .mt30{
		margin-top: 15px;
	}

	.shoplist_ttl{
		margin: 20px 0;
		font-size: 1.4em;
		font-weight: bold;
	}


	ul.shoplist_box li{
		margin: 5% 0;
		position: relative;

	}

	ul.shoplist_box li a{
		font-size: 16px;
		color:  #a89989;
		background: #f3eee9;
		padding: 6%;
		display: block;
		text-decoration: none;
	}

	ul.shoplist_box li a::after{
		position: absolute;
        content: ">";
        right: 6%;
        font-size: 17px;
		
	}

	/* MAINCONTENTS */


	#shoplist h2{
		font-size: 1.4em;
		background: #f5eee2;
		font-weight: bold;
		border-bottom:  1px solid #ba9;
		line-height: 1.4;
		/* padding:  23px; */
		padding: 12.5px;
	}

	#shoplist .section{
		width: 90%;
		margin: 16px auto 0;
	}



	#shoplist h3{
		background: #f0e6d7;
		font-size: 15px;
		font-weight: bold;
		padding: 2% 4%;
		
	}



	#shoplist .section p.note{
		font-size: 10px;
		padding-top: 2%;
	}


	#shoplist .section .block  dt{
		padding: 0 0 2%;

	}


	#shoplist .section .block  small{
		font-size: 10px;
	}

	#shoplist .section .block > small{
		display: block;
		margin-top: 8px;
	}

	#shoplist .section .block{
		margin-top: 14px;
		font-size: 14.4px;
		padding-bottom: 14px;
		border-bottom: 1px dotted #a89989;
	}

	#shoplist .section .block:last-child{
		border-bottom: none;
	}

	#shoplist .section .block ul{
		display: flex;
		margin-top: 2%;
	}

	#shoplist .section .block ul li{
		margin: 1%;
	}

	#shoplist .section .block ul li img{ 
		width: 50px;
		display: block;
	}

	#shoplist .acc-body {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}

	#shoplist .acc {
		position: relative;
	}  
	#shoplist .acc-body.open {
		max-height: 2000px; 
	}

	#shoplist .acc-header {
		padding: 3% 15% 3% 6%;
		font-size: 12px;
	}

	#shoplist .acc-header>figure{
		width: 27%;
		margin-right: 0;
	}
	#shoplist .acc-header>div{
		flex: 1;
	}
	#shoplist .acc-header>div span{
		font-size: 12px
	}
	#shoplist .acc-header>div figure{
		width: 45%;
	}

	#shoplist .icon {
		font-size: 16px;
		position: absolute;
		right: 6%;
	}
	#shoplist .acc-body ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#shoplist .acc-body .item {
		display: flex;
		gap: 13px;
		padding: 16px 0;
		border-bottom: 1px solid #eee;
	}

	#shoplist .acc-body .item img {
		width: 38%;
        height: auto;
	}

	#shoplist .acc-body .text h3 {
		margin: 0 0 8px;
		font-size: 14px;
		background: none;
		padding: 0;
	}

	#shoplist .acc-body .text p {
		margin: 0 0 4px;
		font-size: 13px;
	}  
}