.biz-udpgothic-regular {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.top_features_text p {
    line-height: 1.65;
}

.UDGothic {
    font-family: "BIZ UDPGothic";
}


.basicinformation-table {
    width: 85%;
}

.main-column .blog-date {
    margin-left: 1em;
    font-weight: normal;
    color: #FFC778;
}
.main-column .blog-category {
    margin-left: 1em;
    font-weight: normal;
    color: #FFC778;
}
.main-column .blog-category a{
    font-weight: normal;
    color: #FFC778;
}
.entry-header {
    border-bottom: 1px solid #FFC778;
    margin-bottom: 1em;
}
.main-text {
    padding-left: 1em;
}
.side-column ul {
    list-style-type: none;
    padding-left: 0;
}

.side-column li {
    position: relative;
    padding-left: 2em;
    line-height: 1.4;  /* 行の高さを調整 */
    margin-bottom: 0.5em;  /* 項目間の間隔を調整 */
}

.side-column li > a:before {
    content: "📁";
    position: absolute;
    left: 0;
    font-size: 1em;  /* アイコンのサイズを調整 */
    padding-left: 0.5em;
}

.main-column .navigation {
    margin: 4em 0;
}
@media (min-width: 1200px) {
    div.container {
        width: 1320px;
    }
}

/* アクセスページ */
.map-container {
    max-width: 1200px;
    width: 100%;
    aspect-ratio: 2 / 1; /* 幅:高さ = 2:1 */
    margin: 0 auto;
    padding: 0 2em; /* 左右のパディングを追加 */
    box-sizing: border-box;
}
.map-responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%; /* 2:1のアスペクト比 */
    overflow: hidden;
}
.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
