/*===================================================*/
html{
    font-size: 1vw;
    background: #006940;
}

@media (orientation: landscape){
    html{
        font-size: 1vh;
    }
}

.basic {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #006940;
    font-family: "Meiryo", sans-serif;
}

.main {
    margin: auto;
    position: relative;
    width: 100%;
}

.header {
    width: 97%;
    height: 10rem;
    margin: auto;
}

.log-img{
    width: 25rem;
    margin-right: 6rem;
}

@media (orientation: landscape){
    .index-main{
        padding-bottom: 5rem;
    }

    .log-img{
        margin-right: 52rem;
    }
}

.flex_test-box {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.flex_test-item {
    color: #fff;
    font-size: 5rem;
}

.content {
    width: 97%;
    height: calc(calc(var(--vh, 1vh) * 100) - 42rem);
    border-radius: 10px;
    margin: auto;
    background: #fff;
    overflow: scroll;
}

@media (orientation: landscape){
    .basic{
        height: fit-content;
    }

    .content{
        height: fit-content;
    }
}

/* index */
.index-content{
    height: calc(calc(var(--vh, 1vh) * 100) - 15rem);
}

.index-txt{
    font-size: 4rem;
    color: #006940;
    font-weight: 600;
    text-align: center;
    margin: 5rem 0;
}

.index-btn{
    border: solid #006940 3px;
    border-radius: 15px;
    color: #006940;
    font-size: 6rem;
    font-weight: 600;
    display: block;
    width: 65%;
    margin: 0 auto 3rem;
    text-align: center;
    line-height: .8;
    padding: 4rem 0;
}

.btn-small{
    font-size: .5em;
}



.content-bottom{
    margin-top: 20rem;
}

.sp-icon{
    display: block;
    width: 30rem;
    margin: 5rem auto;
}

.content_left {
    padding: 3rem 5rem;
}

.mapkey{
    width: 100%;
}

.mapfloor{
    margin: 5rem auto 0;
    width: 100%;
}

/*目的地ボタン*/
.content_right {
    width: 100%;
    font-weight: 600;
    padding: 5rem 5px;
    box-sizing:border-box;
}

.cr_btn{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    gap: 2rem 1%;
}

.cr_btn a {
    width: 32%;
    font-size: 3rem;
    text-align: center;
    border: solid 1px #333;
    border-radius: 5px;
    color: #fff;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr_btn .btn01{
    background-color: #eeeeee;
    color: #000;
}


.cr_btn .btn02{
    background-color: #707070;
}

.cr_btn .btn03 {
    background-color: #adadad;
}

.cr_btn .cr-current{
    background-color: #006940;
    color: #fff;
}

.cr_btn .cr_btn_1{
    line-height: 2.5em;
}

@media (orientation: landscape){
    .cr_btn .cr_btn_1{
        line-height: normal;
    }
}

/*目的地ボタン　ひらがな&英語*/
.cr_btn .cr_jp-h{
    font-size: 2.4rem;
}

@media (orientation: landscape){
    .cr_btn .cr_jp-h{
        font-size: 3rem;
    }
}

/*言語切り替えボタン*/
.footer {
    width: 97%;
    height: 32rem;
    margin: auto;
}

.language {
    width: 95%;
    margin: auto;
    font-weight: 600;
}

.l_btn{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 15px;
}

.l_btn a {
    width: 18%;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 5px;
    font-size: 3rem;
    color: #fff;
    text-decoration: none;
    padding: 3px 0;
}

.l_btn .lang_current{
    background: #fff;
    color: #006940;
}

/*タブ*/
.area {
    width: 98%;
    margin: 0 auto;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 600;
}

.area .area_tab {
    color: #fff;
    border: 2px solid #fff;
    border-top: none;
    border-radius: 0 0 20px 20px;
    width: 24%;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: .8rem;
    margin-top: -1rem;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.area .tab_small {
    font-size: .8em;
}

.area .area_current {
    background-color: #fff;
    color: #006940;
}

.area .area_tab_3{
    line-height: 0.8em;
}

@media (orientation: landscape){
    .area .area_tab_1, .area .area_tab_3{
        line-height: normal;
    }
}

.back-btn{
    width: 95%;
    margin: 0 auto;
}

.top-btn{
    display: block;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 5px;
    width: 18%;
    margin: 5px 0 0 auto;
    text-align: center;
    font-size: 3rem;
    padding: 3px 0;
}

/* フロアごとのご案内 */
.floor_content {
    justify-content: center;
}

.floor_center {
    margin-left: 18px;
    margin-right: 20px;
}

/* モーダル */
.modal {
    display: none;
    width: 97%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.modal_floor, .modal_navi {
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #006940;
    width: 100%;
    padding: 3rem 0;
}

.modal_floor img, .modal_navi img {
    width: 96%;
    display: block;
    margin: auto;
}

@media (orientation: landscape){
    .modal{
        width: auto;
        height: 90%;
    }

    .modal_floor, .modal_navi {
        width: auto;
        height: 100%;
        padding: 1rem 3rem;
    }

    .modal_floor img, .modal_navi img{
        width: auto;
        height: 100%;
    }
}

/*部署名からさがす*/
.nav-txt{
    font-size: 5rem;
    text-align: center;
    color: #006940;
    font-weight: 600;
    margin: 3rem auto 2rem;
}

.nav-flex{
    display: flex;
    width: 97%;
    margin: 0 auto;
}

.swiper-wrap .title {
    font-size: 5em;
    margin: 2rem 2rem 0 0;
    font-weight: 600;
    color: #006940;
}

.nav-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.nav-btn {
    width: 45%;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    color: #006940;
    border: solid 2px #006940;
    display: flex;
    align-items: center;
    line-height: 1.2;
    padding:  2rem 2rem 2rem 0;
    margin-bottom: 2rem;
}

@media (orientation: landscape){
    .nav-btn{
        width: 30%;
    }
}

.btn_l {
    width: 10rem;
    text-align: left;
    font-size: 4rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.btn_lf {
    font-size: .5em;
}

.btn_r{
    width: calc(100% - 10rem);
}

.btn_rf {
    font-size: .7em;
}

/*部署名からさがす 英語*/
.nav-flex-en{
    justify-content: space-between;
}

.nav-box-en{
    width: 92%;
}

/* 目的から探す */
.top_txt {
    font-size: 5rem;
    font-weight: 600;
    margin: 3rem auto 2rem;
    text-align: center;
}

.bottom_content {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottom_box {
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    border: 2px solid #006940;
    box-sizing: border-box;
    padding: 5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bottom_content a {
    color: #000;
    width: 48%;
    margin-bottom: 2rem;
}

.bottom_txt {
    font-size: 4rem;
}

.txt_small {
    font-size: 3.5rem;
}

.al_txt {
    font-size: 10rem;
    line-height: 1;
    padding-top: .3em;
}

.al_small {
    padding-top: 0;
}

@media (orientation: landscape){
    .bottom_content {
        width: 97%;
    }

    .bottom_content a {
        width: 24%;
    }
}

/* 目的から探す　ひらがな */
.top_txt_jph{
font-size: 4rem;
}

.bottom_box_jph{
    padding-top: 2rem;
}

.bottom_txt_jph{
    font-size: 3.3rem;
}

.txt_small_jph{
    font-size: 3rem;
}

/* 目的から探す　英語 */
.top_txt-en{
    font-size: 4.5rem;
}

/* フロアごとのご案内 */
.floormap-img img{
    width: 97%;
    margin: 0 auto 3rem;
    display: block;
}