@charset "utf-8";

@media screen and (min-width: 0px) and (max-width: 700px) {

.main_title_balloon_left p {
font-size: 90%;
font-weight: bold;
}

.zuiji_houshin {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 2rem 0 0 0;
padding: 1rem 0;
text-align: center;
}

.cashless_photo {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 2rem 0;
}

.cashless_photo img {
width: 100%;
}


}




@media screen and (min-width: 701px) { 

.main_title_balloon_left p {
font-size: 130%;
}

.zuiji_houshin {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 2rem 0 0 0;
padding: 1rem 0;
text-align: center;
}

.cashless_photo {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
width: 96%;
margin: 2rem 0;
}

.cashless_photo img {
width: 100%;
}


}


