@charset "UTF-8";

.main__sidebar {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 300px;
    width: 200px;
    margin-top: 10px;
    /* margin-top: 110px; */
}

/* .sidebar__menu {
    display: block;
} */

.main__content {
    width: 80%;
    max-width: 960px;
    /* padding-left: 200px;
    padding-top: 100px; */
}

.main__content a {
    color: #4162a8;
}

ul {
    list-style-type: none;
    line-height: 2em;
    font-size: 1.6em;
}

ul a {
    text-decoration: none;
    color: #707070;
}

.sidebar__menu__nav a:hover {
    color: #4162a8;
}

.article {
    margin: 10px;
    padding: 10px;
}

.section__title {
    padding-top: 20px;
    font-size: 1.8em;
    letter-spacing: .2em;
    border-bottom: 3px solid #dddddd;
}

.section__detail {
    padding-top: 5px;
    padding-right: 15px;
}

.section__detail__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.section__detail__item {
    width: 45%;
    margin-bottom: 30px;
}

.section__detail__title {
    line-height: 2;
    font-size: 1.4em;
    letter-spacing: .12rem;
    color: #3f3f3f;
}

.section__detail__desc {
    line-height: 1.6;
}

.section__detail__desc__image {
    width: 100%;
}

.section__detail__desc__image__new {
    height: 40em;
}

.section__detail__desc__image__new img {
    width: auto;
    height: 100%;
}

.section__detail__desc__image img {
    width: 100%;
    height: auto;
}

.section__detail__desc__location {
    font-size: 1em;
    letter-spacing: .11rem;
    color: #707070;
    margin-bottom: 10px;
}

.section__detail__desc__location p {
    margin-bottom: 0;
}

.section__detail__desc__location__add {
    font-size: 1em;
    letter-spacing: .1em;
    color: #9c9a9a;
}

/* .section__detail__desc__item p {
    font-size: 1em;
}

.section__detail__desc__item p:first-child {
    font-size: 1.2em;
    line-height: 1.8;
} */

.section__detail__desc__item p:first-child {
    font-size: 1.2em;
    line-height: 1.8;
}

.section__detail__desc__item p {
    font-size: 1em;
    line-height: 1.5;
}

.section__detail__desc__item ul {
    font-size: 0.9em;
    list-style: circle;
    list-style-position: inside;
}

.next {
    margin-bottom: 40px;
}

.latest {
    margin-bottom: 40px;
}

.already {
    margin-bottom: 40px;
}

.new_mark {
    background-color: antiquewhite;
    font-weight: bold;
    margin-right: 8px;
}

#new2025 {
    height: 250px;
}

#new2025img {
    max-height: 100%;
    width: auto;
}

/* 800px以下 */
@media screen and (max-width: 800px) {
    .main__sidebar {
        min-height: 30px;
        height: 40px;
        max-width: 100%;
        width: 100%;
        padding: 0;
        /* margin-top: 90px; */
    }

    .sidebar__menu__nav ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
        font-size: 1.2em;
        font-weight: 800;
    }

    .sidebar__menu__nav li {
        margin: 0 10px;
    }

    .main__content {
        width: 100%;
        /* padding: 150px 0 0 0; */
    }

    .article {
        padding: 0;
        margin: 0;
    }

    .section__detail {
        margin-left: 10px;
    }

    .section__detail__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .section__detail__desc__image__new {
        width: calc(100% - 10px);
        margin: auto;
        margin-left: 0;
        height: auto;
    }

    .section__detail__desc__image__new img {
        width: 100%;
        height: auto;
    }

    .section__detail__desc__image {
        width: calc(100% - 10px);
        margin: auto;
        margin-left: 0;
    }

    .section__detail__desc__image img {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    #new2025 {
        width: 100%;
        height: auto;
    }

    #new2025img {
        max-width: 100%;
        height: auto;
    }
}