@charset "utf-8";
/* CSS Document */
#sec_ichi{
	padding-top: 1em;}
.blk_ichi {
    margin-top: 5em;
    border: 1px solid #C7C7C7;
    padding: 4em 10%;}
.blk_ichi .area_img{
	text-align: center;
	width: 30%;}
.blk_ichi .area_img img{
	max-width: 135px;}
.blk_ichi .area_txt{
	width: 60%;}
#sec_shop h3 {
    border-bottom: 1px solid #707070;
    padding-bottom: 1em;}
#sec_shop h3 .bgc_white{
	padding: 0.3em;}
#sec_shop dl{
	display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #707070;
	padding: 2em 0;}
#sec_shop dt{
	width: 37%;}
.blk_shop:not(:last-child){
	margin-bottom: 6em;}
@media screen and (max-width: 767px) {
	.blk_ichi .area_txt,
	.blk_ichi .area_img{
		width: 100%;}
	.blk_ichi .area_img{
		padding-bottom: 1em;}
	#sec_shop dt{
		width: 100%;
		margin-bottom: 0.5em;}
	.blk_shop:not(:last-child){
		margin-bottom: 4em;}
}