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

@media screen and (max-width: 780px) {
	.sp_none {
  		display: none;
	}
	.pc_none {
		display: block;
		height: 50vw;
		object-fit: cover;
	}
}
.shop-list_title h1{
	position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size: 2rem;
}
.shop-list_title h1::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #9e43a9;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}
.shop-list_title h2.num_title{
	font-size: 1rem;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
}
.shop_category{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.category_list{
	width: 50%;
	margin-bottom: 30px;
	padding: 0 2em;
}
.attachment-post-thumbnail {
	width: 100%;
	height: 75%;
}
.category_list h3{
	border-left: solid 1px #9e43a9;
	font-size: 24px;
    padding-left: 0.5em;
    font-weight: normal;
	margin-top: 10px;
}
.category_list a{
	color: #1a1a1a;
}

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