/*
Theme Name: Kakui Child
Template: newKakui
Version: 1.0
*/
.division-content{
    max-width:1200px;
    margin:0 auto;
    padding:40px;
}

.apartment-main {
	background-image: url('./img/bg.jpg');

}

.apartment-header {
    position: relative;
}

.apartment-header .pc-menu {
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    margin-left: 0 !important;
    height: 60px !important;
}

.eyecatch {
    margin-top: 0 !important;
}
.wp-block-cover__image-background{
    animation: zoomBg 10s ease-in-out infinite alternate;
}

@keyframes zoomBg {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}