CSS
.layout_5_2 {
width: 80%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.layout_5_2 a {
display: block;
width: 100%;
overflow: hidden;
position: relative;
}
.layout_5_2 a:hover{
opacity: 0.8;
}
.layout_5_2 a::after {
font-size: 14px;
background-color: rgba(0, 64, 0, 0.8);
color: #FFFFFF;
text-align: center;
width: 100%;
padding-top: 8px;
padding-right: 0px;
padding-bottom: 8px;
padding-left: 0px;
position: absolute;
bottom: 10%;
left: 0;
}
.layout_5_2 img {
display: block;
width: 100%;
}
.layout_5_2 div:nth-child(1) {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.layout_5_2 div:nth-child(1) a {
aspect-ratio: 16/6;
}
.layout_5_2 div:nth-child(1) a::after {
content: "自然豊かな森の恵み";
}
.layout_5_2 div:nth-child(2) {
display: flex;
gap: 10px;
}
.layout_5_2 div:nth-child(2) a {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
aspect-ratio: 3/2;
}
.layout_5_2 div:nth-child(2) a:nth-child(1)::after {
content: "コーヒーの芳醇な香り";
}
.layout_5_2 div:nth-child(2) a:nth-child(2)::after {
content: "読書でリラックスタイム";
}
.layout_5_2 {
width: 80%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.layout_5_2 a {
display: block;
width: 100%;
overflow: hidden;
position: relative;
}
.layout_5_2 a:hover{
opacity: 0.8;
}
.layout_5_2 a::after {
font-size: 10px;
background-color: rgba(0, 64, 0, 0.8);
color: #FFFFFF;
text-align: center;
width: 100%;
padding-top: 2%;
padding-right: 0%;
padding-bottom: 2%;
padding-left: 0%;
position: absolute;
bottom: 10%;
left: 0;
}
.layout_5_2 img {
display: block;
width: 100%;
}
.layout_5_2 div:nth-child(1) {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.layout_5_2 div:nth-child(1) a {
aspect-ratio: 16/6;
}
.layout_5_2 div:nth-child(1) a::after {
content: "自然豊かな森の恵み";
}
.layout_5_2 div:nth-child(2) {
display: flex;
gap: 10px;
}
.layout_5_2 div:nth-child(2) a {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
aspect-ratio: 3/2;
}
.layout_5_2 div:nth-child(2) a:nth-child(1)::after {
content: "コーヒーの芳醇な香り";
}
.layout_5_2 div:nth-child(2) a:nth-child(2)::after {
content: "読書でリラックスタイム";
}