@charset "utf-8";
.main {
    padding: 60px 30px 60px;
    color: #c9c9c9;
    background-image: url(images/back1.jpg);
    background-size: 240px;
}
.description {
    margin: 20px 40px;
}
h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
h2:before {
    content: "■";
    color: #8f7f4a;
    position: relative;
    bottom: 0.05em;
    right: 0.1em;
}
p {
    padding-bottom: 40px;
    font-size: 20px;
}
.main-image {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
a {
    color: #cccccc;
}
.main-image p {
    text-align: center;
    font-size: 18px;
}
.arrow {
    height: 12px;
}
.img {
    width: 30vw;
    display: block;
    margin-bottom: 20px;
}
.scene-link {
    display: block;
    margin-bottom: 40px;
    width: 30vw;
}