@charset "utf-8";

body {
    background-color: #eee6d6;
    font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN',
        'Yu Mincho', 'MS PMincho', serif;
}

#wrap {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

header {
    padding:15px 0;
    position: relative;
}
.page header {
    padding: 15px 0 0;
}
header.container-fuild .titleArea{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
header.container-fuild .col-9 {text-align: left;
}
header.container-fuild .titleArea.pt-2{
    padding-top: 0!important;
}
header.container-fuild .titleArea.mb-2 {
    margin-bottom: 0!important;
    padding-bottom:15px;
}
header.container-fuild h1{
    line-height: 0 !important;
    border-right:0.125px solid #5F4942;
    margin-bottom:0 !important;
}
.page header.container-fuild h1 {
    border-right: none;
    padding-left: 0;
}
.page header.container-fuild .col-9{
    display:none;
}

header.container-fuild h1 a{
    line-height: 0 !important;
}

.titleArea {
    min-height: 2rem;
}

.sideNav {
    width: 250px;
    background-color: #fff;
    position: absolute;
    top: 90px;
    right: -250px;
    z-index: 999;
    transition: 1s;
    display: none;
}

.moveMenu {
    right: 0;
}

.sideNav .logo {
    width: 60%;
    margin: 1rem auto;
    display: block;
}
/*
.sideNav .logo img {
    width: 100%;
}*/
.sideNav .logo img {
    width: 75%;
    display: block;
    margin:0 auto;
}
.sideNav ul {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #5f4942;
    padding: 1rem 0;
    line-height: 2rem;
}

.sideNav li {
    list-style: none;
    text-align: right;
}

.sideNav li a,
.navDownSide a {
    color: #5f4942;
}

.sideNav .container .row{
    justify-content: center;
}

.navDownSide {
    text-align: center;
    border-top: 1px solid #5f4942;
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
}

.drawer-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.sinceArea {
    position: absolute;
    z-index: 99;
    width: 30%;
    top: 15%;
    left: 5%;
}

.sinceTextArea {
    position: absolute;
    z-index: 99;
    bottom: 15%;
    right: 10%;
    color: #fff;
    font-size: 1.5rem;
}

.jpTitle {
    border-top: 2px solid #3a3735;
    padding-top: 5rem;
}

.image-area .box{
    
}
.image-area .box:nth-child(1){
    padding-right:0.5rem!important;
}
.image-area .box:nth-child(2){
    padding-left:0.5rem!important;
}

.news {
    font-size: 1.5rem;
    font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans',
        'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
    color: #3a3735;
}

.news dl a {
    color: #3a3735;
    text-decoration: none;
    display: flex;
    width: 100%;
}

.news a {
    color: #3a3735;
    text-decoration: none;
    display: block;
    width: 100%;
    
}

.news dl .row a{
    border-bottom: 1px solid #3a3735;
}

.news a:hover {
    opacity: 0.6;
}

.news dt {
    font-style: italic;
    letter-spacing: 1.2;
}

.news dt,
.news dd {
    /*border-bottom: 1px solid #3a3735;*/
    font-weight: normal;
    line-height: 5rem;
}

.news dd {
    background-image: url('../img/list-style.png');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    background-size: 2rem;
}

.newsDetailTitle {
    background-color: rgba(58, 55, 53, 0.06);
    padding: 1rem;
}

.newsDetailTitle .titleText,
.newsDetailTitle .date {
    font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans',
        'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
}

.newsDetailTitle .date {
    font-style: italic;
}

.newsDetailText {
    font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN',
        'Yu Mincho', 'MS PMincho', serif;
}

.newsDetailText ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.storyText h3 {
    line-height: 3rem;
}

.storyText div {
    line-height: 2rem;
    font-size: 1.2rem;
}

.storySecondTextArea {
    position: absolute;
    top: 15%;
    left: 15%;
    color: #fff;
}

.storySecondTextArea .storySecondTextBig {
    font-size: 2rem;
}
.storySecondTextArea .storySecondTextSmall {
    font-size: 1.2rem;
    line-height: 2rem;
}

.bandBtn {
    border: 3px solid #5f4942;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック',
        'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    color: #5f4942;
    background-color: #fff;
}

.bandBtn:hover {
    color: #5f4942;
    text-decoration: none;
    opacity: 0.6;
}

.textList ul li,
.storyDetail ul li {
    border-top: 1px solid #3a3735;
    font-size: 1.2rem;
}

.textList a,
.topLink a {
    color: #5f4942;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック',
        'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.textList a:hover,
.topLink a:hover {
    color: #5f4942;
    text-decoration: none;
    opacity: 0.6;
}

.titleArea {
    border-bottom: 1px solid #3a3735;
    font-size: 0.9rem;
}

.titleAreaH {
    border-bottom: none;
}

.footerArea {
    background-color: #3a3735;
    color: #fff;
    margin-top: 8rem;
    padding-top: 1rem;
    font-size: 1.5rem;
}

.footerArea nav a::before {
    content: '-';
    margin-right: 0.5rem;
}

.footerArea a {
    color: #fff;
    text-decoration: none;
}

.footerArea small {
    font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans',
        'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
}

.footerArea .row .col-lg-6 .col-6 a{
    padding:5px 0;
    display:inline-block;
}
.footerArea .container .d-block .row {
    justify-content: center;
}

.mt-10 {
    margin-top: 10rem;
}

.w-10 {
    width: 8%;
}
@media screen and (max-width: 1024px) {
    .mt-10 {
        margin-top: 7.5rem;
    }
    .news-area .mb-5{
        margin-bottom: 2.5rem!important;
    }
    .news-area .offset-md-2 {
        margin-left: 8.333333%;
    }
    .news-area .col-md-8 {
        -ms-flex: 0 0 83.333334%;
        flex: 0 0 83.333334%;
        max-width: 83.333334%;
    }
    .news-area .news{
        font-size: 1.25rem;
    }
    .news-area .news .row .col-md-3 {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
    }
    .news-area .news .row .col-md-9 {
        -ms-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%;
    }
    .news-area .news{
        margin-bottom: 1.5rem;
    }


    .newsDetail{
        font-size: 1.25rem !important;
    }
    .newsDetail .mt-10 {
        margin-top:5rem;
    }
    .newsDetail .col-md-8,.storyText .col-md-8,.textList .offset-1 {
        -ms-flex: 0 0 94% !important;
        flex: 0 0 94% !important;
        max-width: 94% !important;
        margin-top: 1.5rem!important;
    }
    .newsDetail .offset-md-2,.storyText .offset-md-2,.textList .offset-1 {
        margin-left: 3% !important;
    }

    .textList ul li, .storyDetail ul li {
        font-size: 1.125rem;
    }

    .jpTitle {
        border-top: 1px solid #3a3735;
        padding-top: 2rem;
    }
    .footerArea .mx-0 {
        display:flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }
    .footerArea .col-lg-1{
        line-height: 0 !important;
    }
    .footerArea .col-lg-5{
        font-size:85%;
    }
    .footerArea .d-lg-block .row .col-3{
        line-height: 0 !important;
    }
    .footerArea .col-lg-6 .row{
        font-size:90% !important;
    }
    .footerArea .container .row.mt-5 {
        margin-top: 2.5rem!important;
    }
    .footerArea .offset-lg-2 {
        margin-left: 8.333333%;
    }

}
@media screen and (max-width: 991px) {
    .footerArea .col-lg-1 {
        text-align:center;
    }
    .footerArea .col-lg-1 .w-100 {
        width: 100%!important;
        max-width:150px;
    }

    .footerArea .col-lg-6.offset-lg-2 {
        margin-left:0;
    }

}
@media screen and (max-width: 835px) {
    
    .news-area .news .row .col-md-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .news-area .news .row .col-md-9 {
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
    }
    .news-area .news .row .col-md-9.mb-3 {
        margin-bottom: 0!important;
    }
    .news-area .news {
        font-size: 1.125rem;
    }

    
    .newsDetail{
        font-size: 1.125rem !important;
        margin-top: 25px !important;
    }
    .newsDetail .col-md-8 {
        margin-top: 0!important;
        margin-bottom:20px;
    }
    .newsDetail .offset-md-2 {
        margin-left: 3% !important;
        font-size:1.5rem;
    }
    .newsDetailTitle .row{
        display:flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size:1.125rem !important;
    }
    .newsDetailTitle .row .col-12 {
        flex:none !important;
        max-width:inherit !important;
        width:auto !important;
    }
    .newsDetailText .col-8,.newsDetailText .col-4{
        width:100%;
        margin:0 0 20px !important;
        flex: none;
    max-width: 100% !important;
    }
    
    .newsDetailText .col-4 img{
        display:block;
        margin:0 auto 20px;
        max-width:50%;
    }
    .newsDetailText {
        font-size: 1.125rem !important;
    }

    .storyText div {
        font-size: 1.125rem;
    }
}
/*@media screen and (max-width: 800px) {*/
    @media screen and (max-width: 767px) {
        .page header.container-fuild h1 {
            border-right: 0.125px solid #5F4942;
        }
        .page header.container-fuild h1 a{
            display:inline-block;
        }
        .page header.container-fuild .col-9{
            display:block;
            padding:0 0 0 10px;
        }
    }
@media screen and (max-width: 750px) {
    header.container-fuild .col-9 {
        font-size:2.0vh;
    }
    .page header.container-fuild h1 img{
        max-height:30px;
        height:100%;
        width:auto !important;
    }
    .drawer-hamburger {
        display: block;
    }

    .sideNav {
        display: block;
    }
    .sinceTextArea {
        bottom: 0;
        right: 5%;
        font-size: 0.9rem;
    }
    .sinceArea {
        width: 45%;
    }

    .jpTitle {
        padding-top: 1.125rem;
        font-size:1.125rem;
    }

    .mt-10 {
        margin-top: 5rem;
    }

    .news {
        font-size: 1rem;
    }
    

    .news dd,
    .news dt {
        line-height: 1;
        margin-bottom:0;
    }

    .news dt {
        border-bottom: none;
        background-image: none;
        font-size:90%;
    }
    

    .news dd {
        background-image: none;
        padding-bottom: 1rem;
    }

    .news dl a{
        padding: 1rem 60px 1rem 0;
        display:flex !important;
        flex-direction:column-reverse !important;
        flex-wrap: nowrap !important;
    }

    .news dl div {
        background-image: url('../img/list-style.png');
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 26px;
        background-size: 2rem;
        width: 100% !important;
    }

    .news dl a {
        color: #3a3735;
        text-decoration: none;
        display: block;
        width: 100% !important;
    }

    .news-area .col-md-8 {
        -ms-flex: 0 0 94%;
        flex: 0 0 94%;
        max-width: 94%;
    }
    .news-area .offset-md-2 {
        margin-left: 3%;
    }
    .news-area .mb-5 {
        margin-bottom: 1.125rem!important;
    }
    .news-area .news .row .col-md-9,.news-area .news .row .col-md-3 {
        -ms-flex: 0 0 100%;
        flex:none !important;
        max-width: 100% !important;
        width:100% !important;
    }
    .news-area .news {
        font-size: 1.0rem;
    }

    .storyText h3 {
        font-size: 1.5rem;
    }
    .storyText div {
        line-height: 2rem;
        font-size: 1rem;
    }
    .textList ul li, .storyDetail ul li {
        font-size: 1.0rem;
    }

    .storySecondTextArea .storySecondTextBig {
        font-size: 1.5rem;
    }

    .storySecondTextArea .storySecondTextSmall {
        font-size: 1rem;
    }
    .secretaryNo {
        font-size: 1.5rem;
    }


    .footerArea {
        margin-top: 4rem;
        font-size: 1rem;
        padding-bottom:1rem;
    }

    .footerArea nav a::before {
        content: '';
    }

    .footerArea .col-lg-1{
        text-align: center;
    }
    .footerArea .col-lg-1 .w-100 {
        width: 50%!important;
    }
    
    .footerArea .col-lg-5.mt-5 {
        margin-top:1.5rem!important;
    }
    .footerArea .container .row.mt-5 {
        margin-top: 1.5rem!important;
    }
    .footerArea .container .d-block {
        margin-top: 2rem!important;
    }
    .footerArea small {
        font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
        margin-top: 2rem!important;
    }

    .mt-10 {
        margin-top: 5rem;
    }

    .w-10 {
        width: 20%;
    }

}
@media screen and (max-width: 640px) {
    .page header.container-fuild h1 img {
        max-height: 20px;
    }
    .mb-5, .my-5 {
        margin-bottom:1.5rem!important;
    }
    .mt-10 {
        margin-top:2.5rem;
    }

    .news-area .mt-5.news {
        margin-top: 1.5rem!important;
    }
    .footerArea {
        margin-top:2rem;
    }
}
@media screen and (max-width: 450px) {
    .strImgBk {
        background-image: url('../img/story_bg_section.png');
    }

    .storySecondTextArea {
        position: static;
        margin-left: 5%;
        margin-top: 5%;
    }

    .storySecondTextArea .storySecondTextBig {
        font-size: 1rem;
    }

    .storySecondTextArea .storySecondTextSmall {
        font-size: 1rem;
        line-height: inherit;
    }
    .ssdnone {
        display: none !important;
    }

    .footerArea .container {
        
    }
    .footerArea .container .col-6.offset-3 {
        
    }
    .footerArea .container .mt-5 .col-6 {
        padding-left:0 !important;
        padding-right:0 !important;
        max-width:49%;
        margin:0 2% 0 0;
    }
    .footerArea .container .mt-5 .col-6:last-child{
        margin:0;
    }
}
@media screen and (max-width: 350px) {
    header.container-fuild .col-9 {
        font-size:1.5vh;
    }
    .footerArea .col-lg-5 {
        font-size: 70%;
    padding: 0 !important;
        
    }
    .footerArea .col-lg-5.mt-5 {
        margin-top: 1rem!important;
    }
    .footerArea .col-lg-6 .row {
        flex-direction: column !important;
        font-size:80% !important;
    }
    .footerArea .container .mt-5 .col-6 {
        max-width: 100%;
        margin: 0;
    }

    .footerArea .container .d-block .col-3 {
        padding:0 7.5px !important;
        
    }
    .footerArea small.mt-5 {
        margin-top: 1.5rem!important;
        padding:0 !important;
    }
}