@charset "UTF-8";

figure {
    text-align: center;
}
figcaption {
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
}

.section {
    padding-top: 20px;
}
.section + .section {
    margin-top: 60px;
}
.section__inner {
    max-width: 830px;
    margin: 0 auto;
}
.text {
    line-height: 2;
}
.text__emphasize {
    font-size: 1.3em;
}
.buttonArea {
    margin-top: 15px;
    text-align: center;
}
.buttonWrap {
    max-width: 160px;
    margin: 0 auto;
}
.buttonCaption {
    margin-bottom: 10px;
}
.list li {
    display: flex;
}
.list li + li {
    margin-top: 10px;
}
.list li::before {
    content: "●";
    color: #e84466;
    margin-right: 5px;
}
.link {
    color: #0000cc;
    transition: all 0.2s;
}
.link:hover {
    opacity: 0.4;
}
.explainImage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.explainImage__item {
    box-sizing: border-box;
}
.explainImage__item:first-child {
    width: 75%;
    padding-right: 20px;
}
.explainImage__item:last-child {
    width: 25%;
    text-align: right;
}
.relatedLinks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 10px 20px;
    background-color: #eeeeee;
}
.relatedLinks__item {
    display: flex;
    align-items: center;
}
.relatedLinks__item:first-child {
    width: 200px;
}
.relatedLinks__item:last-child {
    width: calc(100% - 200px);
}
.relatedLinks__item img {
    margin-right: 10px;
}

.about__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.about__mainvisual {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about__mainvisualItem {
    width: 50%;
    box-sizing: border-box;
}
.about__mainvisualTitle {
    position: relative;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 5px 0;
    text-align: center;
}
.about__mainvisualTitle::before {
    content: "";
    position: absolute;
    right: 52%;
    bottom: 0;
    width: 52%;
    height: 2px;
    background-color: #e84466;
}
.about__mainvisualTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 48%;
    width: 52%;
    height: 2px;
    background-color: #999999;
}
.about__mainvisualText {
    font-size: 1.6rem;
    width: 80%;
    margin: 0 auto;
    line-height: 2;
}
.about__mainvisualText + .about__mainvisualText {
    margin-top: 20px;
}
.about__2column {
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px;
}
.about__2columnItem {
    width: 50%;
    margin-top: 60px;
    box-sizing: border-box;
}
.about__2columnItem:nth-child(odd) {
    padding-right: 20px;
}
.about__2columnItem:nth-child(even) {
    padding-left: 20px;
}
.about__stationItem + .about__stationItem {
    margin-top: 20px;
}
.about__stationName {
    font-size: 1.2rem;
    margin-bottom: 2px;
}
.about__stationDescription {
    font-size: 1.2rem;
}
.about__stationImage {
    margin-top: 15px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    figcaption {
        font-size: 1.2rem;
    }
    .explainImage__item + .explainImage__item {
        margin-top: 40px;
    }
    .explainImage__item:first-child {
        width: 100%;
        padding-right: 0;
    }
    .explainImage__item:last-child {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .relatedLinks__item + .relatedLinks__item {
        margin-top: 10px;
    }
    .relatedLinks__item:first-child {
        width: 100%;
    }
    .relatedLinks__item:last-child {
        width: 100%;
    }

    .about__inner {
        padding: 0 10px;
    }
    .about__mainvisualItem {
        width: 100%;
    }
    .about__mainvisualItem + .about__mainvisualItem {
        margin-top: 40px;
    }
    .about__mainvisualItem:first-child {
        text-align: center;
    }
    .about__mainvisualTitle {
        font-size: 2.2rem;
    }
    .about__mainvisualTitle::before {
        right: 50%;
        width: 50%;
    }
    .about__mainvisualTitle::after {
        left: 50%;
        width: 50%;
    }
    .about__mainvisualText {
        width: 90%;
    }
    .about__2column {
        margin-top: -40px;
    }
    .about__2columnItem {
        width: 100%;
        margin-top: 40px;
    }
    .about__2columnItem:nth-child(odd) {
        padding-right: 0;
    }
    .about__2columnItem:nth-child(even) {
        padding-left: 0;
    }
}
