.fl-wide-width{
    width:100%;
}
.col-3-1-item .img-text-over img{
    cursor: pointer;    
    transition: all 0.5s; 
}
.col-3-1-item .img-text-over img:hover{
    transform: scale(1.1); 
}
.fl-wide-width .fl-wide-header{
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: auto;
    height: 470px;
    position: relative;
    z-index: 1;
}
.fl-wide-width .fl-wide-header.height-360{
    height: 360px;
}
.fl-wide-width .fl-wide-header.fl-wide-header-home{
    height:100vh;
    background-size: auto;
    background-position: center top;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background-size: cover;
}
body.logged-in.admin-bar .fl-wide-width .fl-wide-header.fl-wide-header-home{
    height: calc(100vh - 32px);
}
/* .fl-wide-width .fl-wide-header .overview-section{
    max-width: 1440px;
    margin: 0 auto;
} */
.fl-wide-width .fl-wide-header .header-menu-section{
    width: 100%;
    position: relative;
}
.fl-wide-width .fl-wide-header .header-menu-section #dce-pc-header{
    max-width: 1440px;
    margin: 0 auto;
}
body.memorialhall{
    background-image: none;
}

#dce-pc-header{
    width: 100%;
    height: 88px;
    padding-top: 32px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.header{
    width: 100%;
    height: 470px;
}
#globalheader-pc-nav .main-menu>li.navI.borderlink {
    border: 1px solid #ffffff;
    margin-left: 16px;
}
#globalheader-pc-nav .main-menu>li.navI.borderlink:hover{
    background-color: #ffffff;
    color: #000000;
}
#globalheader-pc-nav .main-menu>li.navI.borderlink:hover a span{
    background-color: #ffffff;
    color: #000000;
}
.menu-meta-container,.dec-pc-header-middle-container{max-width: 1440px;margin: 0 auto;}
.menu-meta-container .fl-heading-text,.menu-meta-container .fl-text{
    width: 38%;
    line-height: 1.8;
}
.menu-meta-container h1{
    color:#ffffff;
}
.overview-section .overview-bodertop{
    border-top: 3px solid #ffffff;
    width: 80px;
    margin-bottom: 25px;
}
/* homepage */
.col-3-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1440px;

}
.col-3-section .col-3-1-item{
    width: 32%;
}
.img-text-over{
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.img-text-over .fl-text-overflow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(69 67 68 / 90%);
    width: 100%;
    text-align: center;
    line-height: 3;

}
.fl-text-20{
    font-size: 20px;
}

.fl-wide-width .fl-wide-header.fl-wide-header-home .col-3,.fl-wide-width .fl-wide-header.fl-wide-header-home .overview-btn{
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;

}
.overview-btn img{
    animation: bottommove 1s linear infinite;
    cursor: pointer;
}
.fl-wide-header-home .flyin-logo{
    position: absolute;
    top:260px;
    left: 50%;
    margin-left:-50px;
    width: 100px;
    opacity: 0;
    transition: all 2s;
}
.fl-wide-header-home .flyin-logo.flylogoshow{
    width: 350px;
    margin-left: -175px;
    top: 150px;
    opacity: 1;
}
.fl-wide-header-home .flyin-logo img{
    width: auto;
}
@keyframes bottommove
{
    from {
        transform: translateY(0);
    }
    to {transform: translateY(10px);}
}
/* .fl-wide-header-home .flyin-logo{
    margin-left:0;
    width: 0;
} */
@media screen and (max-width:1440px){
    .col-3-section{
        width: auto;
    }
}
@media screen and (max-width:614px){
    .col-3-section{
        width: auto;
        flex-wrap: wrap;
        padding:0 15px;
    }
    .col-3-section .col-3-1-item{
        width: 48%;
        margin-top: 20px;
    }
    .fl-text-20{
        font-size: 16px;
    }
}
@media screen and (max-width:475px){
    .col-3-section{
        width: auto;
        flex-wrap: wrap;
        padding:0 15px;
    }
    .col-3-section .col-3-1-item{
        width: 100%;
        margin-top: 20px;
    }
}
/* end homepage */
@media screen and (max-width:1399px){
    .menu-meta-container,.dec-pc-header-middle-container{max-width: 95%;margin: 0 auto;}
    .fl-wide-header-home .flyin-logo{
        position: absolute;
        top:150px;
        left: 50%;
        margin-left:-50px;
        width: 100px;
        opacity: 0;
        transition: all 2s;
    }
    .fl-wide-header-home .flyin-logo.flylogoshow{
        width: 350px;
        margin-left: -175px;
        top: 90px;
        opacity: 1;
        transform: scale(0.8);
    }
    .menu-meta-container h1{
        font-size: 38px;
    }
}

.header-menu-section.headerActive{
    background-color: #000000;
}
#dce-pc-header-bag{
    width: 100%;
    height: 134px;
    background-color: #3B3B3B;
    opacity: 0.8;
    display: none;
    position: absolute;
    top: 88px;
}
#dce-pc-header #header-logo {
    margin-top: 7px;
}
#dce-pc-header #header-logo {
    width: 109px;
    height: 17px;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 1px;
}
#globalheader-pc-nav{
    text-align: center;
    color:#ffffff;
}

#globalheader-pc-nav a,#globalheader-pc-nav a span{
    color:#ffffff;
}
#globalheader-pc-nav #menu-pc-headermenu{
    zoom: 1;
    display: inline-block;
    padding-left: 20px;
}
#globalheader-pc-nav .main-menu>li {
    display: inline-block;
    margin-left: 8px;
    text-align: center;
}
#globalheader-pc-nav .main-menu>li.has-sub-pc{
    margin-left:20px;
}
#globalheader-pc-nav .main-menu>li.navI{
    vertical-align: top;
    padding: 8px 32px;
}

.navI a:focus,.navI a:hover{
    color:white;
}
.has-sub-pc{
    position: relative;
}

.navI.has-sub-pc .navI-title{
    position:relative;
}
.navI.has-sub-pc>.navI-title>a:before {
    display: block;
    content:'';
    height: 2px;
    position: absolute;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 10px;
    background-color: white;
    left: -19px;
    top: 11px;
}
.navI.has-sub-pc>.navI-title>a:after {
    display: block;
    content:'';
    height: 2px;
    position: absolute;
    pointer-events: none;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    background-color: white;
    left: -25px;
    top: 11px;
}
.navI.has-sub-pc.active>.navI-title>a:before{
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.navI.has-sub-pc.active>.navI-title>a:after{
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.fl-wide-header .sub-menu{
    display: none;
    position: absolute;
    left: 30px;
    margin-top: 18px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 21px;
    text-align: left;
}
.fl-wide-header .has-sub-pc.active .sub-menu{
    display: block;
    min-width: 250px;

}
.sub-menu li{
    margin-top: 13px;
}
.navII{
    margin-top: 10px;
}
a{
    text-decoration: none;
    color: white;
}
.fl-header{
    color: white;
    padding-top: 100px;
}
.fl-text{
    max-width: 470px;
    color: white;
    margin-top: 33px;
}
.reservationWrap{
    position: fixed;
    top: 275px;
    right: 60px;
    cursor: pointer;
    z-index: 999;
}
.reservation{
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 25px;
    background-color: #77A88D;
    color: white;
    padding: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.reservation2{
    width: 110px;
    display: none;
}
.souvenir{
    border: 1px solid white;
}
.souvenir:hover a{
    color: #333333;
}
.souvenir:hover{
    background-color: white;
}
.menu-image-title{
    font-weight: normal;
}  
.arrow{
    display: inline-block;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.active{
    display: inline-block !important;
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
#dce-pc-header-bag.navII-active{
    display: block;
}
.reservationWrap div{
    display: none;
}
.reservationWrap .reserActive{
    display: inline-block !important;
}
/* footer */
#footer-wrap{
    width: 100%;
    background-color: #434343;
    color: white;
    padding: 56px 0;
}
#footer-wrap a{
    text-decoration: none;
    color: white;
}
#footer-wrap .footer-containers-wrap{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    
}
#footer-wrap .footer-containers-items-wrap{
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    justify-content: space-around;
}
#footer-wrap .footer-container-item,#footer-wrap .footer-item-content{
    display: flex;
    flex-direction:column;
}
#footer-wrap .footer-container-item{
    width: 16.6%;
    height: 243px;
    position: relative;
}
#footer-wrap .footer-container-item:nth-child(3){
    width: 33.2%;
}
#footer-wrap .footer-container-item:nth-child(5){
    text-align: right;
}
.footer-container-item-img{
    width: 261px;
    height: 235px;
    position: absolute;
    bottom: 0;
}
#footer-wrap .footer-container-item .footer-item-title{
    font-size: 20px;
    margin-bottom: 22px;
    
}
#footer-wrap .footer-container-item .footer-item-content{
    color:#D9D9D9;
}
#footer-wrap .footer-container-item .footer-item-content a{
    display: inline-block;
    margin-bottom: 13px;
    color:#D9D9D9;
}
#footer-wrap .footer-containers-bottom-wrap{
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    /* padding-right: 30px; */
}
#footer-wrap .footer-containers-bottom-item{
    width: 49%;
}
#footer-wrap .footer-containers-bottom-item img{
    margin-bottom: 10px;
    display: inline-block;
}
#footer-wrap .footer-containers-bottom-item .footer-gongan{
    text-align: right;
    color:#D9D9D9;
}
.showqr{
    cursor: pointer;
}
.absoluteqr{
    width: 100px;
    display: none;
    margin-top: 10px;
}
.absoluteqr.footer-qrshow{
    display: block;
}
.fl-wide-header-m{display: none;}
@media screen and (max-width: 780px){
    .menu-meta-container,.dec-pc-header-middle-container{max-width: 100%;margin: 0 auto;}
    .fl-wide-header,.fl-wide-header-home{
        display: none !important;
    }
    .fl-wide-header-m{display: block;}
    .fl-wide-header-m .header-menu-section{
        background-color: #000000;
    }
    .fl-wide-header-m #header-logo{
        margin-left: 25px;
    }
    .fl-wide-header-m #mr-mobile-header{
        line-height: 36px;
        width: 36px;
    }
    #dce-pc-header{
        height: 74px;
        padding-top: 22px;
    }
    #globalheader-mb-nav{
        background-color: #252525;
        border-top: 1px solid #6b6b6b;
        color:#ffffff;
        display: none;
    }
    #globalheader-mb-nav .navI-title{
        padding: 15px 25px;
    }
    #globalheader-mb-nav .navI-title a{
        color:#ffffff;
    }
    #globalheader-mb-nav .navI{
        border-bottom: 1px solid #6b6b6b;
    }
    #globalheader-mb-nav .navII{
        border-top: 1px solid #6b6b6b;
        background-color: #404040;
    }
    .sub-menu li{
        margin-top: 0;
    }
    .navII{
        margin-top: 0;
    }
    #globalheader-mb-nav .navI.has-sub-pc{
        position: relative;
    }
    #globalheader-mb-nav .navI.has-sub-pc::after{
        content: "";
        height: 14px;
        width: 9px;
        background: url(/wp-content/themes/bb-theme-child/asset/css/../images/icn-nav-global-dpdown-arrow-m-2x.png) no-repeat;
        -moz-background-size: 9px 5px;
            background-size: 9px 5px;
        background-position: center;
        position: absolute;
        top: 15px;
        bottom: 0;
        right: 15px;
    }
    #globalheader-mb-nav .navI.has-sub-pc.sub-active::after{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #globalheader-mb-nav .navI.has-sub-pc .sub-menu{
        display: none;
    }
    #footer-wrap .footer-containers-items-wrap{
        display: flex;
        flex-direction: row;
        padding: 0 15px 30px;
        flex-wrap: wrap;
    }
    #footer-wrap .footer-containers-items-wrap .footer-container-item{
        width: 50%;
    }
    #footer-wrap .footer-container-item{
        height: auto;
        margin-bottom: 20px;

    }
    #footer-wrap .footer-container-item:nth-child(5){
        text-align: left;
    }
    #footer-wrap .footer-container-item:nth-child(3){
        display: none;
    }
    #footer-wrap .footer-container-item .footer-item-title{
        margin-bottom:10px;
        font-size: 16px;
    }
    #footer-wrap .footer-container-item .footer-item-content,#footer-wrap .footer-containers-bottom-item .footer-gongan{
        font-size: 13px;
    }
    .footer-containers-bottom-wrap{
        padding: 0 15px;
    }
    .absoluteqr{
        width: 100px;
        display: block;
        margin-top: 10px;
    }
}
@media (max-width:1400px){
    #dce-pc-header{
        padding-left:35px;
        padding-right:28px;
        box-sizing:border-box;
    }
    #footer-wrap{
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (max-width:800px){
    #footer-wrap{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:800px){
    .fl-row-content-wrap{
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box;
        width: 100%;
    }
}