@charset "utf-8";


.caution_list{
	margin-left: 0;
	padding-left: 1.5em;
}

.shop_info_content{
	margin-bottom: 0;
}

.shop_explanation{
	margin-top: 0;
}

.top_banner ul {
	margin: 0;
	padding: 32px 0;
}

.top_banner li{
	list-style: none;
	width: 90%;
	margin: auto;
}

.top_gaibubanner{
	text-align: center;
}
.top_gaibubanner ul{
	list-style: none;
	padding: 0;
	margin: auto;
}

.top_gaibubanner li{
	
}

@media only screen and (min-width: 540px) , print {
.top_banner ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.top_banner li{
	list-style: none;
	width: 32%;
}
	}

@media only screen and (min-width: 769px) , print {
.top_gaibubanner ul{
	display: flex;
	justify-content: center;
	gap:1em;
}

.top_gaibubanner li{
	width: calc(50% - 1em);
}
}

@media only screen and (min-width: 1024px) , print {
}