@font-face{
	font-family:'myfont';
	src:url(../font/%E3%83%92%E3%83%A9%E3%82%AE%E3%83%8E%E6%98%8E%E6%9C%9D%20Pro%20W3.otf);
}
.shop_contents .shop_concept_ttl p {
	text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 45px;
	/*font-weight: 700;*/
}
.eemon{
	max-width: 530px;
    width: 100%;
    margin: 120px auto 80px auto;
}
.eemon img{
    width: 100%;
}
.eemon_text p{
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 45px;
}
.shopsite{
    text-align: center;
    margin: 45px 0 175px 0;
}
.shopsite a{
    font-size: 18px;
	    color: #0062b1;
		    text-decoration: none;
}
.border{
    text-align: center;
    margin: 35px auto;
    width: fit-content;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.border p{
    padding: 4px 8px;
    color: #000;
    font-size: 18px;
}
.flex{
    display: flex;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
	    margin-bottom: 45px;
}
.flex a{
	    text-decoration: none;
}
.main-box img{
    width: 100%;
}
.main-box p{
	font-size: 16px;
	/*ont-family:'myfont';*/
    line-height: 24px;
    margin-top: 3px;
    padding: 0px 10px;
	/*text-align: center;*/
    margin-top: 10px;
}
.flex a{
    width: 31%;
}
.clearfix.not_after:after{
	content:none;
}
@media screen and (max-width: 1024px) {
.eemon {
    width: 40%;
    margin: 90px auto 70px auto;
}
.flex {
    max-width: 92%;
}
}
@media screen and (max-width: 414px) {
	.shop_contents .shop_concept_ttl p {
	    font-size: 18px;
	}
	.eemon {
	    width: 70%;
	    margin: 70px auto 55px auto;
	}
	.eemon_text p {
	    font-size: 13px;
	    line-height: 28px;
	}
	.shopsite {
	    margin: 35px 0 50px 0;
	}
	.shopsite a {
	    font-size: 15px;
	}
	.border{
	    max-width: 300px;
	    width: 100%;
	    margin: 30px auto;
	}
	.border p{
	    font-size: 15px;
	    line-height: 20px;
	}
	.flex {
	    max-width: 300px;
	    display: block;
	}
	.main-box{
	    margin-bottom: 25px;
	}
	.main-box p {
    	font-size: 14px;
	}
}
@media screen and (max-width: 375px) {
	.eemon_text p {
    	font-size: 11px;
	}
}
@media screen and (max-width: 320px) {
	.eemon_text p {
    	font-size: 10px;
	}
}