@charset "utf-8";
body {
    background-color: #eee6d6;
    font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
    overflow-x: hidden;
}

#wrap {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

/*
header {
    position: relative;
}

.titleArea {
    min-height: 60px;
}*/

header {
    padding: 15px 0;
    position: relative;
}

header#upSide {
    padding: 0 !important;
}

.page header {
    padding: 15px 0 0;
}

header.container-fuild .titleArea {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

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 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;
}

.moveMenu .navDownSide {
    padding: 1rem;
}

a, a:hover {
    color: #5b5b5b;
    text-decoration: none;
}

.hoverMove:hover {
    position: relative;
    top: -1px;
}

.footerArea {
    background-color: #3a3735;
    color: #fff;
    margin-top: 8rem;
    padding-top: 1rem;
    font-size: 1.5rem;
}

/*---------- WordPress ----------*/

.drawer .pl-md-2, .px-md-2 {
    padding-left: 1.5rem !important;
}

.drawer .pr-md-2, .px-md-2 {
    padding-right: 1.5rem !important;
}

.drawer .gallery-area .postBox {
    padding: 1.5rem 0 0;
}

.drawer .gallery-area .postBox .imgWrap {
    margin: 0 0 1rem;
}

.drawer .gallery-area .postBox .PostDetail p {
    text-align: right;
}

.drawer .col-12 {
    margin: 0 0 1.5rem !important;
}

/*---------- END WordPress ----------*/

/*
.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;
}
*/

.nstImg {
    cursor: pointer;
}

.lightBoxWrap {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;
}

.lightBoxImg {
    width: auto;
    height: 100%;
    max-height: 55%;
    /* margin: 10% auto; */
    margin: 5% auto;
}

.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;
}

.titleArea {
    position: relative;
    border-bottom: 1px solid #3a3735;
    font-size: 0.9rem;
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    position: absolute;
    top: auto;
    display: none;
}

.titleImg {
    /*width: 12%;*/
    width: auto;
    height: 45px;
}

.titleImg2 {
    width: 18%;
}

.mt-10 {
    margin-top: 10rem;
}

.linkArea a {
    display: block;
    border: 1px solid #3a3735;
    padding: 0.5rem;
    font-weight: bold;
    font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
}

.linkArea a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1024px) {
    .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: 800px) {
    .sideNav {
        display: block;
    }
    .footerArea {
        font-size: 1rem;
    }
    .titleImg {
        width: 20%;
    }
    .titleImg2 {
        width: 35%;
    }
    .mt-10 {
        margin-top: 5rem;
    }
    .drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
        display: block;
    }
}

/*@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;
    }
    .lightBoxImg {
        width: 100%;
        max-width: 85%;
        height:auto;
        max-height: inherit;
        /* margin: 10% auto; */
        margin: 5% auto;
    }
}

@media screen and (max-width: 750px) {
    .page header.container-fuild h1 img {
        max-height: 30px;
        height: 100%;
        width: auto !important;
    }
    .drawer .gallery-area .postBox .mb-5 {
        margin-bottom: 0.5rem !important;
    }
    .drawer .gallery-area .postBox h3 {
        font-size: 1.5rem;
    }
    .drawer .linkArea .col-4 {
        padding: 0 7.5px;
    }
    .drawer .linkArea .col-4 a {
        padding: 0.5rem 0;
    }
    .titleSamll {
        font-size: 1.125rem;
    }
    .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: 0rem !important;
    }
    .footerArea .container .col-12 {
        margin:1rem 0 0 !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;
    }
    .footerArea {
        margin-top: 2rem;
    }
    .footerArea small.mt-5 {
        margin: 1.5rem 0 0!important;
        padding: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .page header.container-fuild .col-9 {
        font-size:2.0vh;
    }
    .titleImg {
        width: 30%;
    }
    .titleImg2 {
        width: 50%;
    }
    .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) {
    .page 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;
    }
}