@charset "UTF-8";

body{background: url(../img/gankenkasui/masakirogo.png) repeat fixed;}

.wrp {
    box-shadow: 3px 0px 5px #c3c3c3, -3px 0px 5px #c3c3c3;
}

.hikaku{position: relative}
.detail-Btn{
    position: absolute;
    bottom: 44.5%;
    left: 21%;
    width: 60%;
}
.LP05 .detail-Btn{
    position: absolute;
    bottom: 41.5%;
    left: 21%;
    width: 60%;
}
.mfp-wrap{
z-index:  999999!important
}
img.mfp-img {
	max-width: 750px!important;
}
@media screen and (max-width: 769px) {
img.mfp-img {
	max-width:100%!important;
}
	.mfp-close {    font-size: 70px!important;}
}

.contact-area{
	position: relative
}
.contact-area img{
	display: block;
	width: 100%
}
.tel{
	position: absolute;
	top: 44.5%;
	width: 80%;
	left: 10.2%;
	transition:0.3s;
}
.tel:hover{
	transform: scale(0.9);
}
.mail{
	position: absolute;
	bottom: 16%;
	width: 43%;
	left: 5%;
	transition:0.3s;
}
.mail:hover{
	transform: scale(0.9);
}
.Line{
	position: absolute;
	bottom: 16%;
	width: 43%;
	right: 5%;
	transition:0.3s;
}
.Line:hover{
	transform: scale(0.9);
}

footer{background-color: #48cae4;padding-bottom: 3%}
@media screen and (max-width: 769px) {
footer{background-color: #48cae4;padding-bottom: 20%}
}
.f-nav{text-align: center;padding: 5% 0}
.f-nav a{
	color: #fff;
	padding: 3% 0%;
	text-decoration: none;
	display: block;
}
.copy{text-align: center; color: #fff;}
.copy small{}

@media screen and (max-width: 769px) {
.copy{margin: 0 0 15%;}
}

.mailbnr{width: 90%;
    margin: 5% auto 0;
    display: block;
padding-bottom: 5%;}

.mailbnr:hover{
	transition-duration:0.5s;
	transform: scale(0.95);
}

.resp {
aspect-ratio: 16/9;
background: #edfcff;
overflow: hidden;
display: block;
padding: 5% 5%;
}
@media screen and (max-width: 769px) {
.resp{
aspect-ratio: 16/9;
background: #edfcff;
overflow: hidden;
display: block;
	}
}

iframe{
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 769px) {
.mvb{
margin: 5% 0 0;
	}
}

.mb {
    background: #edfcff;
}

#contact h1{
	display: block;
	text-align: center;
	width: 100%;
	background: #48cae4;
	color: #fff;
	font-weight: 600;
	padding: 2% 0;
}

div#moviebook {
    background: #edfcff;
}

#ask {
    background: #fff;
    padding: 5% 0 0;
}

.smovie{background: #edfcff;display: block;overflow: hidden;}

.smovie iframe{margin: 3% auto 3% !important;min-height: 900px;}

#contact{background: #fff;}

.gannav .BG {
    background-color: #48cae4;
    background-size: cover;
    background-position: center top;
}


.gannav #overlay ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.5em;
	font-weight: 600;
}

.gannav nav a{
text-shadow: none;
}

@media screen and (max-width: 769px) {
    #page-top {
        position: fixed;
         left: 0; 
        bottom: 0;
        z-index: 2;
        opacity: 0;
        transform: translateY(100px);
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .conbox {
       display: flex;
    }
}

@media screen and (max-width: 769px) {
    #page-top a {
        width: 50%;
        margin-right: 0%;
        filter: none;
    }
}

#page-top.DownMove {
    animation: DownAnime 0.25s ;
}