html,
header,
footer,
p,
div,
.content__title .header-flex {
    font-family: "FP-ヒラギノ角ゴ ProN W6","hiragino-kaku-gothic-pron",  serif;
    font-size: 14px;
    font-family: "hiragino-kaku-gothic-pron", 
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.jp-item{
    font-family:"FP-ヒラギノ角ゴ ProN W6","hiragino-kaku-gothic-pron",  serif !important;
}
/* aタグの色制御 */
a,
a:visited,
a:hover,
a:active,
img,
map,
area {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.anchor {
    display: block;
}

 ::before,
 ::after {
    box-sizing: inherit;
}
p{
    padding-bottom: 12px;
    letter-spacing: 0.05mm;
}

/* ヘッダー、フッター */

.header-banner {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 1080px;
    justify-content: space-between;
    line-height: 5.68mm;
    color: #000;
    margin: auto;
}

.header-flex {
    display: flex;
    position: fixed;
    margin-right: calc((100% - 1080px) / 2);
    height: 30px;
    width: 30px;
    font-family: "HelveticaNeueeTextPro-Md",'Open Sans';
}

li {
    list-style: none;
}

.lang {
    width: 1080px;
    margin: auto;
    text-align: right;
    padding-top: 15px;
    padding-right: 10px;
    margin-left: calc(100% - (100% - 980px));
    top: 1px;
}

.lang__item__ja {
    width: 20px;
    right: 12px;
}

.lang__item__en {
    width: 20px;
}

.header-lang {
    margin: 20px 50px auto auto;
}

.footer__copyright {
    right: 12px;
    width: auto;
    margin-top: 5px;
    font-size: 12px;
    text-align: right;
    font-family: "HelveticaNeueeTextPro-Md",'Open Sans';
}

footer {
    margin: auto;
    margin-bottom: 10px;
    flex-direction: column;
    width: 1080px;
    line-height: 5.68mm;
    color: #000;
}

.footer__content {
    text-align: center;
}

.footer__item {
    margin: auto 5%;
}


/**************** drawer.jsのスタイリング ****************/


/*メニュー全体*/

.drawer-nav {
    background: #fff;
    margin-top: 50px;
    padding: 10px 0;
    height: auto;
    width: 13rem;
}


/*メニュー外*/

.drawer-overlay {
    background-color: rgba(0, 0, 0, 0);
}


/*メニュー×ボタンの位置*/

.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
}


/*メニュー内のアイテム*/

.drawer-menu-item {
    font-size: 13px;
    font-family: "HelveticaNeueeTextPro-Md",'Open Sans';
}

/**************** ここまで、メニューのスタイリング ****************/

.wall-locations {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  flex-direction: row;
}
.wall-locations > div {
  flex: 1 1 250px; /* 幅調整。必要に応じて調整 */
  min-width: 200px;
  width: 50%;
}
.wall-locations div> p {
    font-size: 13px;
}

@media screen and (min-width: 1081px) {
    .footer__copyright {
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 1079px) {
    .header__right,
    .footer__copyright {
        top: 20px;
        padding-right: 0px;
    }
    .header-flex {
        display: flex;
        position: fixed;
        margin-right: auto;
        height: 30px;
        width: 30px;
    }
    .header-banner {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        width: 100%;
        justify-content: space-between;
        line-height: 5.68mm;
        color: #000;
    }
    .lang {
        width: 50px;
        margin: auto;
        text-align: right;
        padding-top: 15px;
        padding-right: 10px;
        margin-left: auto;
        top: 1px;
        right: 50px;
    }
    /*メニュー×ボタンの位置*/
    .drawer--right .drawer-hamburger,
    .drawer--right.drawer-open .drawer-nav,
    .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        right: 0;
    }
    .wall-locations {
        display: flex;    
        flex-wrap: nowrap;
        flex-direction: column;
      }
      .wall-locations > div {
        flex: 0; /* 幅調整。必要に応じて調整 */
        width: 100%;
      }
    /*メニュー全体*/
    .drawer-nav {
        background: #fff;
        margin-top: 50px;
        height: auto;
        width: 10rem;
    }
    footer {
        flex-direction: column;
        /* margin: 10px auto; */
        width: 100%;
    }
    .footer__copyright {
        width: 100%;
        text-align: center;
    }
}