@charset "utf-8";
.main {
    padding: 60px 30px 60px;
    color: #c9c9c9;
    background-image: url(images/back1.jpg);
    background-size: 240px;
}
h2 {
    font-size: 24px;
}
h2:before {
    content: "■";
    color: #8f7f4a;
    position: relative;
    bottom: 0.05em;
    right: 0.1em;
}
h3 {
    padding-left: 13%;
    color: #b2b2b2;
    font-size: 22px;
}
h3:before {
    content: "■";
    color: #8f7f4a;
    position: relative;
    bottom: 0.05em;
    right: 0.1em;
}
p {
    font-size: 20px;
}
.scene-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: calc(16%)
}
.scene-card {
    width: 50%;
    padding: 20px 0px;
}
.scene-img {
    display: block;
    width: 60%;
    margin-bottom: 20px;
}
.scene-heading p {
    color: #999999;
    padding-right: 40%;
    line-height: 200%;
    white-space: nowrap;
}