@charset "utf-8";
/* CSS Document */
div {text-align:center;}
img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.allwidth{
    width: 90%;
    margin:0 auto;
}

.mgb110{
    margin-bottom: 110px;
}

.mgb160{
    margin-bottom: 160px;
}


.mgb200{
    margin-bottom: 300px;
}
.flex_test-box {
    display: flex;              /* フレックスボックスにする */
    justify-content:center;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    padding: 0;
}
.flex_test-item {
    padding: 0;
    margin:  0;              /* 外側の余白 */
}


.covervid-wrapper{
    position: relative;
}

.covervid-video{
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    height: auto;
    z-index: -100;
    background: url(poster.jpg) no-repeat;
    background-size: cover;
}



.covervid-wrapper img {
    position: absolute;
    top: 6%;
    right: 44%;
    width: 13%;
}


/*ここからフローティングメニュー*/

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
    margin:0 auto;
}

.page-top {
    position: fixed;
    bottom: 15px!important;
    font-size: 77%;
    width: 90%;
    z-index: 3;
}

.page-top a:hover {
    text-decoration: none;
}


.sp_box img{
    width: 25%;
}


.page-top ul {
    width: 800px;
    list-style: none;
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    border: 1px solid #333;
    max-width: 100%;
    background-color: rgba(255,255,255,0.8);
}

.page-top ul li.docu {
    width: 50%;
}
.page-top ul li {
    width: 25%;
    text-align: center;
    /* border-left: 1px solid #333; */
    height: 59px;
}

.page-top ul li.docu,
.page-top ul li.visit{
    border-right: 1px solid #333;
}


.page-top ul li.docu img {
width: 35px;
margin-bottom: 5px;
}
.page-top ul li.visit img{
    width: 30px;
    margin-bottom: 5px;
}
.page-top ul li.tel img{
    width: 36px;
    margin-bottom: 5px;
    margin-top: 9px;
}

.page-top ul li a{
    color: #333;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2em;
    width: 100%;
}


@media screen and (max-width: 880px){
    .mgb110{margin-bottom:15%;}
	.mgb160{margin-bottom:15%;}
    .mgb200{margin-bottom: 30%;}
}




@media screen and (max-width: 820px){
    .page-top ul{
        width: 90%;
    }
}

@media screen and (max-width: 520px){
    .page-top ul li.docu img{
        width: 24px;
    }
    .page-top ul li.visit img{
        width: 20px;
    }
    .page-top ul li.tel img{
        width: 29px;
    }
    .page-top ul li{
        height: 50px;
    }
    .page-top ul{
        height: 44px;
    }
    .page-top ul li.docu,
    .page-top ul li.tel, 
    .page-top ul li.visit{
        width: 33%;
    }
}

@media screen and (max-width: 375px){
.covervid-wrapper{
    overflow: hidden;
}

.covervid-video{
    right: 35%;
    max-width: 220%;
}

.covervid-wrapper img{
    width:31%;
    right:36%;
}
}
