.w1080 {
    max-width: 108rem;
}

.w854 {
    max-width: 85.4rem;
}

.sp-mode {
    display: none;

    @media screen and (max-width: 767px) {
        display: block;
    }
}
.toggle-content-top {
    line-height: 2.5rem;
    #kyoukaihou096 {
        padding: 2rem 0;
    }

    strong {
        margin-bottom: 2rem;
    }

    .mokuji_hidari:nth-last-child p {
        gap: 1rem;
    }
    
}

.mishop-nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    background-color: #f6f6f6;
    padding: 5rem 0;
    margin: auto;

    @media screen and (max-width: 767px) {
        padding: 2rem 2rem;
        gap: 1rem;
        flex-direction: column;
    }
}

#content01 {
    display: flex;
    flex-direction: column-reverse;

}

.list-numbers {
    display: flex;
    flex-direction: column-reverse;
}

.nav-item {
    position: relative;
    color: #000;
    cursor: pointer;
    /* font-family: 'Noto Sans CJK JP'; */
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.04em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2;
    }
}

.nav-item img {
    /* display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1rem;
    padding-left: 1rem; */
   
}

.nav-item a {
    background-color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    border: #DFDFDF solid 1px;
    padding: 1.6rem 2.6rem;
    border-radius: 0.5rem;
    position: relative;
    @media screen and (max-width: 767px) {
        padding: 0.6rem 1rem;   
    }
}


.newsletter-section {
    padding: 9.5rem 0;

    @media screen and (max-width: 767px) {
        padding-top: 5rem;
        padding-bottom: 1rem;
    }
}

.other-section {
    padding: 9.5rem 0;

    @media screen and (max-width: 767px) {
        padding: 5rem 0;
    }
}

.newsletter-container {
    @media screen and (max-width: 767px) {}
}


.toggle-header-top {
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.4rem;
    gap: 1rem;
    padding: 1.3rem 2rem;
    color: #fff;
    display: block;
    transition: 0.3s opacity;
    background-color: #6D6D6D;
    border-radius: 5px;
    position: relative;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.7;
    }

}

.toggle-header-top .toggle-icon-top {
    font-size: 1.8rem;
    user-select: none;
    background-color: #fff;
    color: #A4A4A4;
    border-radius: 50%;
    padding: 0.2rem;
    display: block;
    color: #A4A4A4;
    border: 1px solid;
    margin-left: 1%;
    right: 1rem;
    top: 1rem;
    position: absolute;

    @media screen and (max-width: 767px) {
        font-size: 1rem;
        top: 1.5rem;
    }
}

.mishop-heading {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 767px) {
        margin-bottom: 0;

    }
}

.mishop-jp-heading {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.04em;
    color: #000000;
    border-left: 4px solid #0f2350;
    padding-left: 1.5rem;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        line-height: 1.6;
        padding-left: 1rem;
        margin-bottom: 2rem;
    }
}

.newsletter-book {
    display: flex;
    gap: 5rem;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 0;
    }
}

.book1-img {
    width: 21.6rem;

    @media screen and (max-width: 767px) {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.book1-des {
    width: 70%;
        @media screen and (max-width: 767px) {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.book1-img img {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.book1-tag {
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 1rem;
    }
}

.red-tag {
    background-color: #ff4649;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.book1-des-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
}

.newsletter-btn {
    margin-bottom: 3rem;
}

.pdf-btn {
    font-size: 1.6rem;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    width: 28.7rem;
    height: 4.8rem;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 33px;
    text-align: center;
    justify-content: center;
    position: relative;
    gap: 1rem;
    transition: 0.3s;

    &:hover {
        background-color: black;
        color: white;
    }

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.contents-title {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}

.toggle-header {
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.4rem;
    gap: 1rem;
    padding: 2rem;
    color: #000;
    display: inline-flex;
    transition: 0.3s opacity;

    /* background-color: #6D6D6D; */
    /* border-radius: 5px; */

    &:hover {
        opacity: 0.5;
    }

    @media screen and (max-width: 767px) {
        padding: 1rem 0;
    }
}

.toggle-header span {
    flex-shrink: 0;
}

.toggle-header a {
    display: flex;
    align-items: center;
}


.toggle-header .toggle-icon-2 {
    font-size: 2rem;
    user-select: none;
    background-color: #fff;
    color: #A4A4A4;
    border-radius: 50%;
    padding: 0.5rem;
    display: block;
    color: #A4A4A4;
    border: 1px solid;
    margin-left: 1%;
    /* margin-top: 0.8%; */

    @media screen and (max-width: 767px) {
        font-size: 1rem;
        padding: 0.6rem;
    }
}

.toggle-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: none;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.04em;
    color: #000000;

    /* transform: scaleY(0);
    transform-origin: top left;
    height: 0;
    overflow: hidden;

    transition: all 0.3s; */
}

.toggle-content.open{
    /* height: auto;
    margin-top: 3rem;
    transform: scaleY(1); */
}

/* .toggle-content p {
    margin-bottom: 2rem;
    width: 100%;
} */

.toggle-content strong {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.04em;
    color: #000000;
}

.toggle-content-des {
    display: flex;
    margin-left: 2rem;
}

.toggle-content .show {
    display: inline;
    /* animation: slideDown 0.4s ease; */
}

.mokuji_hidari {
    line-height: 1.6;

    @media screen and (max-width: 767px) {
        line-height: 1.8;
    }
}

.mokuji_hidari strong {
    margin-bottom: 1rem;
}

.mokuji_migi {
    margin-bottom: 2rem;
    line-height: 1.6;
    text-align: right;
}

.detail-contents {
    margin-bottom: 2rem;
}

.detail-contents div {
    margin-bottom: 1rem;
}

.detail-jp-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 2rem;

}

.detail-content-des,
.detail-content-des-2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2;
    }
}

.detail-content-des li,
.detail-content-des-2 li {
    gap: 1rem;
    display: flex;
}

.detail-content-des p {
    &::before {
        content: "■";
    }
}


.detail-content-pdf-btn,
.detail-content-excel-btn {
    border: 1px solid #ccc;
    /* padding: 0.6rem 1.2rem; */
    border-radius: 2rem;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    text-align: center;
    position: relative;
    transition: 0.3s opacity;
    font-weight: 400;
    line-height: 1;
    height: 3.1rem;
    width: 8.1rem;

    &:hover {
        opacity: 0.5;
    }
}

.detail-content-excel-btn {
    background-color: white;
}

.detail-content-pdf-btn-2 {
    border: 1px solid #ccc;
    /* padding: 0.6rem 1.2rem; */
    border-radius: 2rem;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    text-align: center;
    position: relative;
    transition: 0.3s opacity;
    font-weight: 400;
    line-height: 1;
    margin: auto;
    width: 8.1rem;
    height: 3.1rem;

    &:hover {
        opacity: 0.5;
    }
}

.detail-content-pdf-btn-3 {
    border: 1px solid #ccc;
    /* padding: 0.6rem 1.2rem; */
    border-radius: 2rem;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    text-align: center;
    position: relative;
    transition: 0.3s opacity;
    font-weight: 400;
    line-height: 1;
    width: 8.2rem;
    height: 3.1rem;

    &:hover {
        opacity: 0.5;
    }

    @media screen and (max-width: 767px) {
        margin: auto;
    }
}

.back-num-section,
.map-section {
    background-color: #f6f6f6;
    padding: 9.5rem 0;

    @media screen and (max-width: 767px) {
        padding: 5rem 0;
    }
}

.back-num-nav-container {
    display: flex;
    border-bottom: 1px solid #ccc;
  }

  .back-num-nav-tab {
    padding: 2rem 2.5rem;
    color: #ccc;
    cursor: pointer;
    width: 20%;
    height: 6.3rem;
    align-items: center;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: color 0.3s, background-color 0.3s;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;

    @media screen and (max-width: 767px) {
        padding: 1rem;
        font-size: 1.4rem;

    }
  }

  .back-num-nav-tab.active {
    background-color: #F6F6F6;
    color: #000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: none;
    font-weight: bold;
    transform: translateY(0.1rem);

  }

  .back-num-nav-tab:not(.active):hover {
    color: #999;
  }

  .back-num-article-list {
    margin-bottom: 3rem;
  }

.excel-content{
    display: flex;
    align-items: center;
    gap: 2rem;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.5;
        text-decoration: none;
    }
}
.excel-content span {
    text-decoration: underline;

}

.magazine-section {
    padding: 9.5rem 0;

    @media screen and (max-width: 767px) {
        padding: 5rem 0;
    }
}

.magazine-box,
.map-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 6rem 8rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: relative;

    @media screen and (max-width: 767px) {
        padding: 0;
    }
}

.magazine-content {
    padding-bottom: 5rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5rem;

    .toggle-header-top {

        @media screen and (max-width: 767px) {
        margin: 0 1rem;
        }
    }

    @media screen and (max-width: 767px) {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
}

.toggle-header-top span {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    /* line-height: 27px; */
    letter-spacing: 0.04em;
}


.magazine-content-2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 2rem;
    }

    .detail-content-pdf-btn {

        @media screen and (max-width: 767px) {
            font-size: 1rem;
            padding-left: 1rem;
        }
    }
}


.magazine-content-3 {
    margin-bottom: 5rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 2rem;
    }

    .detail-content-pdf-btn {

        @media screen and (max-width: 767px) {
            font-size: 1rem;
            padding-left: 1rem;
        }
    }
}

.kinenshi {
    display: flex;
    gap: 5rem;
    line-height: 1.6;
    margin-bottom: 5rem;

    img {
        width: 25rem;
        max-height: 36.5rem;

        @media screen and (max-width: 767px) {
            width: 40%;
        }
    }

    .magazine-des {
        width: 70%;
        h3 {
            display: block;
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 500;
            font-size: 2.8rem;
            line-height: 3.2rem;
            letter-spacing: 0.04em;
            color: #000000;
            padding-bottom: 2rem;
            margin-bottom: 2rem;
            border-bottom: 1px solid #ccc;

            @media screen and (max-width: 767px) {
                font-size: 1.5rem;
                line-height: 2;
                 padding-bottom: 1rem;
                margin-bottom: 1rem;
            }
        }

        p {

            @media screen and (max-width: 767px) {
                font-size: 1.2rem;
                line-height: 1.8;
            }
        }
    }

    @media screen and (max-width: 767px) {
        gap: 2rem;
        padding: 2.5rem 1rem 1rem;
        margin-bottom: 2rem;
    }
}


.mokuji_naiyou {
    margin: 3rem 0;
    line-height: 1.6;

    @media screen and (max-width: 767px) {
        padding: 1rem;
    }
}


.map-full-content {
    display: flex;
    gap: 10rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ccc;

    .map-img {
        width: 15.9rem;

        @media screen and (max-width: 767px) {
            width: 100%;
            align-items: center;
            justify-content: center;
            display: flex;
            margin: auto;
        }
    }

    .map-content-des {
        width: 70%;
        display: flex;
        flex-direction: column;

        @media screen and (max-width: 767px) {
            width: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        gap: 3rem;
        padding: 1.4rem;
        flex-direction: column;
        margin-bottom: 2rem;

    }
    
}
.map-des-1 {
    line-height: 1.6;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        align-items: center;
        justify-content: center;
        display: flex;
        text-align: left;
    }
}

.map-des-2 {
    line-height: 1.6;
    margin-bottom: 3rem;
}

.map-imgs {
    display: flex;
    gap: 3rem;
    margin-left: 2rem;
    align-items: center;

    @media screen and (max-width: 767px) {
        margin-left: 0;
        flex-direction: column;
        gap: 2rem;
    }
}

.muse-detail {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.muse-des,
.map-card-des {
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 1.6;

    /* p {
        text-decoration: underline;
    } */
    
}

.muse-detail .muse-des span {
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.map-card-des {
    text-align: left;
    p {
        margin-bottom: 1rem;
        line-height: 2.5rem;
    }

    @media screen and (max-width: 767px) {
        line-height: 2;
        text-align: center;
    }
}

.map-small-content {
    display: flex;
    flex-wrap: wrap;
    gap: 3.6rem;

    @media screen and (max-width: 767px) {
        gap: 2rem;
        flex-direction: column;
        margin: auto;
        align-items: center;
        padding: 2rem;
    }
}

.map-card {
    width: 22%;
    display: flex;
    flex-direction: column;
    padding: 10px;

    @media screen and (max-width: 767px) {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex
;
    }
}

.map-card-img {
    /* width: 100%;
    height: auto; */
    margin-bottom: 1.8rem;
    width: 16.2rem;
    height: 34.4rem;
}


.report-content,
.guidebook-content,
.museum-square-content,
.network-content {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 3rem;


    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2;
    }

    .report-contenth3 {
        display: flex;
        margin-bottom: 3rem;
        gap: 1rem;
    }
    
    span {
        font-weight: 500;
        font-size: 2rem;
    }

    img {
        padding-top: 0.5rem;
    }

}

table.kyoukaihou,
table.kyoukaihou-2 {
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-spacing:0;
    margin-bottom: 3rem;
    table-layout: fixed;
}

table.kyoukaihou tr td a {
  text-decoration: underline;
  transition: 0.3s opacity;

  &:hover {
    opacity: 0.5;
  }
}
table.kyoukaihou tr th,
table.kyoukaihou tr td,
table.kyoukaihou-2 tr th,
table.kyoukaihou-2 tr td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 2rem;
    line-height: 1.6;
    @media screen and (max-width: 767px) {
        padding: 1rem;
    }
}
table.kyoukaihou tr th,
table.kyoukaihou-2 tr th {
	background: #F6F6F6;
}

table.kyoukaihou tr th:first-child {
  width: 35%;

    @media screen and (max-width: 767px) {
        width: 40%;
    }
}

table.kyoukaihou tr th:nth-child(2n) {
  width: 30%;

    @media screen and (max-width: 767px) {
        width: 38%;
    }
}

table.kyoukaihou tr th:last-child {
  width: 45%;

    @media screen and (max-width: 767px) {
        width: 40%;
    }
}

table.kyoukaihou-2 tr th:first-child {
  width: 12%;

    @media screen and (max-width: 767px) {
        width: 18%;
    }
}

table.kyoukaihou-2 tr th:nth-child(2n) {
  width: 8%;
  text-align: center;

    @media screen and (max-width: 767px) {
        width: 18%;
    }
}

table.kyoukaihou-2 tr th:nth-child(3n) {
  width: 35%;
}

table.kyoukaihou-2 tr th:last-child {
  width: 50%;
}

table.none {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-spacing:0;
}
table.none tr th,table.none tr td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 1px 1em;
}








.dli-chevron-round-right {
    display: flex;
    text-align: center;
    align-items: center;
    vertical-align: right;
    color: #000;
    line-height: 1;
    position: absolute;
    right: 2rem;
    width: 1rem;
    height: 1rem;
    transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
    transition: 0.3s;
}

.dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
}

.dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}

.pdf-btn:hover .dli-chevron-round-right::before,
.pdf-btn:hover .dli-chevron-round-right::after {
  background-color: white;
}

.issue-number {
    width: 5.4rem;
    display: inline-block;
    @media screen and (max-width: 767px) {
        width: 5rem;
    }
}


.td-center {
    text-align: center;
}

.other-section .toggle-header-top {
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    #kinenshi05 {
        padding: 1rem;
    }    
    #kinenshi03 {
        padding: 1rem;
    }    
    #kinenshi06 {
        padding: 1rem;
    }    
    #kinenshi07 {
        padding: 1rem;
    }    
}