@charset "UTF-8";
#tankai-map{
    padding: 30px 0 50px 0;
}

#tankai-map .tankai-map--top{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
}

#tankai-map .tankai-map--bottom{
    max-width: 650px;
    margin: 0 auto;
}

#tankai-list .tankai__container{
    justify-content: space-between;
    padding-bottom: 20px;
}

#tankai-list .tankai__container .tankai__box{
    width: 30%;
    margin-bottom: 20px;
}

#tankai-list .chikuName{
    padding: 6px 20px;
}

#tankai-list .tankai__box .name{
    transition: .3s ease-in-out;
}

#tankai-list .tankai__box .name a{
    padding: 3px 0 3px 20px;
    display: block;
}

#tankai-list .tankai__box .name:hover{
    background-color: rgb(218, 218, 218);
}

#tankai-list .tankai__box .name{
    width: 70%;
}

#tankai-list .tankai__box img{
    width: 22px;
    height: 22px;
}

#tankai-list .kenpoku{
    background-color: #d0d02e;
}

#tankai-list .mitohokubu{
    background-color: #98b2d3;
}

#tankai-list .mitonanbu{
    background-color: #d27d8b;
}

#tankai-list .rokko{
    background-color: #74acad;
}

#tankai-list .chikusei{
    background-color: #e19e22;
}

#tankai-list .koga{
    background-color: #ecc984;
}

#tankai-list .tuchiura{
    background-color: #94b83d;
}

#tankai-list .kennan{
    background-color: #e3a6c0;
}

#tankai-list .tukuba{
    background-color: #b290b8;
}

#tankai-list .joso{
    background-color: #a46e3e;
}

#tankai-list .bikou p{
    position: relative;
    padding: 10px 0;
}

#tankai-list .bikou{
    padding-left: 20px;
}

#tankai-list .bikou img{
    width: 200px;
}

#tankai-list .bikou p:before{
    content:"・・";
}

.tankai-info-title{
    font-size: 3.0rem;
}

.tankai-info-title-en{
    font-size: 1.8rem;
}

#monthlyPlan{
    background-color: #fbfbfb;
}

#monthlyPlan .monthlyPlan__box{
    background-color: #ffffff;
    margin: 30px auto 12px auto;
    max-width: 800px;
    padding: 10px 20px;
}

#monthlyPlan .monthlyPlan__box .flex-date__box{
    width: 150px;
}

#monthlyPlan .monthlyPlan__box .flex-date__box .month{
    font-size: 2.6rem;
    position: relative;
}

#monthlyPlan .monthlyPlan__box .flex-date__box .month::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 1px;
    background-color: #000000;
    transform: rotate(-24deg);
}

#monthlyPlan .monthlyPlan__box .flex-date__box .day{
    font-size: 5.8rem;
    padding-right: 10px;
}

#monthlyPlan .monthlyPlan__box .flex-date__box .time{
    font-size: 1.8rem;
}

#monthlyPlan .monthlyPlan__box .flex-week__box{
    width: 70px;
    padding-top: 20px;
}

#monthlyPlan .monthlyPlan__box .flex-image__box{
    width: 120px;
    margin: 0 20px;
    align-self: center;
}

#monthlyPlan .monthlyPlan__box .flex-tankai__box{
    flex-grow: 1;
    max-width: 380px;
}

#monthlyPlan .monthlyPlan__box .flex-tankai__box .tankai-name{
    font-size: 2.6rem;
}


#monthlyPlan .monthlyPlan__box .flex-tankai__box .monthlyPlan-table{
    border-collapse: separate;
    border-spacing: 0px 8px;
    border-top: 1px solid #3e3a39;
}

#monthlyPlan .monthlyPlan__box .flex-tankai__box .monthlyPlan-table th{
    color: #ffffff;
    background-color: #266db6;
    text-align: center;
    width: 66px;
}

#monthlyPlan .monthlyPlan__box .flex-tankai__box .monthlyPlan-table td{
    padding: 0 0 0 6px;
}

.common-table{
    max-width: 800px;
    margin: 20px auto;
}

.common-table table{
    border-collapse: separate;
    border-spacing: 0 10px;
}

.common-table table th,
.common-table table td{
    padding: 10px;
    font-size: 1.8rem;
}

.common-table table th{
    background-color: #266db6;
    color: #ffffff;
    width: 200px;
    text-align: center;
}

.common-table table td{
    background-color: #e3eff9;
}

#accessMap .map_box{
    max-width: 800px;
    margin: 30px auto;
}

#accessMap .map_box .map-item{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

#accessMap .map_box .map-item iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#greeting .greeting__container{
    margin: 30px auto;
    max-width: 800px;
}

#greeting .greeting__top__box .left__box{
    width: 250px;
    margin-right: 30px;
}

#greeting .greeting__top__box .right__box{
    flex: 1;
}

#memberList .memberList__container{
    max-width: 800px;
    /* min-width: 800px; */
    /* width: 800px; */
    margin: 40px auto;
    overflow: auto;
    /* white-space: nowrap; */
}

#memberList .memberList__container table{
    table-layout: fixed;
    /* width:850px; */
}

@media screen and (max-width: 850px){
    #memberList .memberList__container{
        width: 550px;
    }

    #memberList .memberList__container table{
        width:800px;
    }
}

@media screen and (max-width: 600px){
    #memberList .memberList__container{
        width: 330px;
    }

    #memberList .memberList__container table{
        width:800px;
    }
}

#memberList .memberList__container table th,
#memberList .memberList__container table td{
    padding: 10px;
}

#memberList .memberList__container table th{
    text-align: center;
    background-color: #266db6;
    color: #ffffff;
    width: 200px;
}

#memberList .memberList__container table tr th:nth-last-of-type(1){
    width: auto;
}

#memberList .memberList__container table tr:nth-of-type(even) td{
    background-color: #e3eff9;
}

#memberList .memberList__container table tr td{
    text-align: center;
    border: 1px solid #266db6;
}

#memberList .memberList__container table tr td:nth-of-type(3){
    text-align: left;
}

#jimukyoku .link-btn{
    max-width: 800px;
    margin: 30px auto;
}

#jimukyoku .link-btn>p{
    font-size: 1.8rem;
    align-self: center;
    padding: 0 10px;
}

#jimukyoku .link-btn a{
    width: 200px;
    margin: 0;
}

#download .download-link{
    text-decoration: underline;
    color: #0080ff;
}

@media screen and (max-width: 768px){
    #tankai-map{
        padding: 20px 0;
    }

    #tankai-map .tankai-map--top{
        padding: 0;
    }

    #tankai-map .tankai-map--bottom{
        max-width: none;
        width: 80%;
    }

    #tankai-list .tankai__container{
        flex-direction: column;
    }

    #tankai-list .tankai__container .tankai__box{
        width: 100%;
    }
 
    #tankai-list .bikou{
        margin: 20px 0 0 0;
    }

    #tankai-list .bikou img{
        margin: 0 auto;
    }

    #tankai-list .bikou p{
        text-align: center;
        font-size: 1.4rem;
    }

    #monthlyPlan .monthlyPlan__box{
        margin: 12px auto;
        padding: 10px 20px;
        flex-direction: column;
    }

    #monthlyPlan .monthlyPlan__box .flex-tankai__box{
        flex-grow: 1;
        max-width: auto;
    }

    #msInfo .common-table table th,
    #msInfo .common-table table td{
        display: block;
    }

    #msInfo .common-table table th{
        width: 100%;
    }

    #greeting .greeting__container{
        margin: 20px auto;
    }

    #greeting .greeting__container .greeting__top__box{
        flex-direction: column-reverse;
        align-items: center;
    }

    #greeting .greeting__container .greeting__top__box .left__box{
        width: 50%;
        min-width: 300px;
        margin-top: 20px;
        margin-right: 0;
    }

    #greeting .corp-info{
        width: 50%;
        margin: 0 auto;
        min-width: 300px;
    }

    /* #memberList{
        width: 800px;
        overflow-x: scroll;
    } */

    #memberList .memberList__container table th{
        width: 120px;
    }

    #jimukyoku .common-table table th{
        width: 130px;
    }

    #jimukyoku .link-btn{
        flex-direction: column;
        justify-content: center;
        margin: 0;
    }

     #jimukyoku .link-btn p{
        padding-bottom: 10px;
     }

     #monthlyPlan .monthlyPlan__box .flex-date__box{
        width: 110px;
    }
    
    #monthlyPlan .monthlyPlan__box .flex-week__box{
        width: 60px;
    }

    #monthlyPlan .monthlyPlan__box .flex-image__box{
        width: 110px;
        margin: 0 0 0 auto;
    }
}