@charset "UTF-8";
/* コンテンツ */

#title section span:nth-child(1) {
    background-image: url("../img/title_bg.webp");
}

.gsub {
    text-align: left;
}
.gsub span {
    display: block;
    border-bottom: 1px solid #35d;
    line-height: 1.5;
    font-size: 1.48em;
    font-weight: 500;
    padding: 0 0 0.3em;
    letter-spacing: 2px;
    text-indent: 2px;
}

.map_img img {
    width: 100%;
}

.anai ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.anai ul li img {
    width: 100%;
}
.anai ul li:first-child {
    width: 10%;
    max-width: 60px;
    margin-right: 0.8em;
    flex-shrink: 0;
}
.anai ul li:last-child {
    flex-grow: 1;
    line-height: 1.7;
}
.anai ul li p {
    text-align: justify !important;
    text-justify: inter-ideograph;
}

@media screen and (max-width: 960px) {
.gsub span {
    font-size: 1.4em;
    letter-spacing: 1px;
    text-indent: 1px;
}
}

@media screen and (max-width: 520px) {
.gsub span {
    font-size: 1.32em;
}
}
