@charset "UTF-8";
/* CSS Document */

.section-title .kana{
	position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size: 2rem;
}
.section-title .kana::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #9e43a9;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}
.section-title .alpha {
	font-size: 1rem;
}
.listWrapper {
	margin-top: -20px;
}
.shop_category{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    justify-content: center;
	max-width: 600px;
	margin: 0 auto;
}
.category_list{
	width: 100%;
	margin-bottom: 10px;
	padding: 0 2em;
}
.attachment-post-thumbnail {
	width: 100%;
	height: 75%;
}
.category_list h3{
	border-left: solid 1px #9e43a9;
	font-size: 18px;
    padding-left: 1em;
    font-weight: normal;
	margin-top: 10px;
	overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}
.category_list a{
	color: #1a1a1a;
	display: block;
	padding: 0.4em 0;
	border-bottom: solid 1px #eee;
	text-align: left;
}

@media screen and (max-width: 600px) {
	.shop_category{
		display: block;
	}
	.category_list {
		width: 100%;
	}
	.category_list h3 {
		font-size: 18px;
	}
}
