body{
margin:0;
font-family:"Yu Mincho","游明朝",serif;
background:#e9eef5;
padding-bottom:80px;
}

.container{
max-width:900px;
margin:auto;
padding:10px;
}

.section{
margin-bottom:20px;
}

img{
width:100%;
border-radius:10px;
box-shadow:0 6px 15px rgba(0,0,0,0.1);
}

.catch{
text-align:center;
font-size:14px;
margin-top:8px;
}

.tel-note{
text-align:center;
font-size:13px;
color:#666;
margin-bottom:10px;
}

.cta a{
display:block;
margin-bottom:10px;
}

.grid-strong{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
}

.fixed{
position:fixed;
bottom:10px;
left:50%;
transform:translateX(-50%);
width:90%;
max-width:400px;
display:flex;
gap:5px;
z-index:999;
}

.fixed img{
height:60px;
object-fit:contain;
box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

@media screen and (max-width:768px){
.grid-strong{
grid-template-columns:1fr;
}
}