@charset "UTF-8";
body {
	display: none;
}

h1{
	font-size: 1.4rem;
	font-weight: 400;
	white-space: nowrap;
	color: #fff;
	margin-top: 5px;
}
html {
    scroll-behavior: smooth;
}


header .nav-menu a{
	color: #fff !important;
}

footer .nav-menu a{
	color: #333 ;
}
footer .nav-menu .contactBtn a{
	color: #fff !important;
}
.foot_h2{
	color: rgba(22, 40, 77);
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5px;
}


@media all and (min-width: 821px) {
/*--------------------------------------
フェードイン
--------------------------------------*/
	.inner{
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
	}
a{
	color:#fff;
}		
/*右から*/
.fadein {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 800ms;
    }

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/*左から*/
.fadein2 {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 600ms;
    }
.fadein2.scrollin2 {
    opacity : 1;
    transform : translate(0, 0);
    }

/*したから*/
.fadein3 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
    }
.fadein3.scrollin3 {
    opacity : 1;
    transform : translate(0, 0);
    }
}
/*----------------------------------foot----------------------------------
--------------------------------------------------------------------*/

.foot{
	width: 100%;
	height: 550px;
	background: url("../img/mihama/img-1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: -1;
}
.foot::after{
	content: "";
	display: block;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
.footArea{
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 10;
	align-items: center;
}
.footArea .cnt{
	width: 50%;
	color: #fff;
	margin: 7%;
}
.footArea .cnt img{
	z-index: 10;
}
.footArea .cnt .footer-copy{
	width: 80%;
}
@media all and (max-width: 821px) {
footer .nav-menu {
	display: none;
}
.logoArea{
	margin: 10px 0 0 10px;
    position: absolute;
}
.mainVisual{
		width: 100%;
		height: 100vh;
	}
.inner{
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
}
/*----------------------------------------------------------------------
about
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
service
----------------------------------------------------------------------*/

/*--------------------------------------
フェードイン
--------------------------------------*/

/*右から*/
.fadein {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 800ms;
    }

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/*左から*/
.fadein2 {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 600ms;
    }
.fadein2.scrollin2 {
    opacity : 1;
    transform : translate(0, 0);
    }

/*したから*/
.fadein3 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
    }
.fadein3.scrollin3 {
    opacity : 1;
    transform : translate(0, 0);
    }
/*----------------------------------foot----------------------------------
--------------------------------------------------------------------*/

.foot{
	width: 100%;
	height: 100%;
	padding:  7% 3%;
	background: url("../img/mihama/img-1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot::after{
	content: "";
	display: block;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
.footArea{
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 10;
	flex-direction: column;
}
.footArea .cnt{
	width: 100%;
	color: #fff;
	margin: 0%;
}
.footArea .cnt img{
	z-index: 10;
}

.footArea .cnt p{
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	position: relative;
	margin-bottom: 22px;
	text-align: center;
}	
.footArea .cnt p img{
	width: 100%;
	max-width: 70%;
	height: 100%;
	display: none;
}	
	
}

@media all and (max-width: 520px) {
h1{
	font-size: 1rem;
	font-weight: 400;
	white-space: nowrap;
	color: #fff;
	margin-top: 5px;
}
	.footer-copy{
		display: none;
	}
}