.contWrap {
	width: 100%;
	max-width: 1200px;
	/* height: 100vh; */
	margin: 0 auto;
}
.spaceT {
	margin-top: 8%;
}
.spaceB {
	margin-bottom: 15%;
}
.center {
	text-align: center;
}
.font5xl {
	font-size: var(--font-size-5xl);
}
.weight700 {
	font-weight: var(--weight700);
}
.SP-view {
	display: none;
}
br.pc {
	display: none;
}
a:hover {
	color: var(--color-link-hover);
	outline: none;
}
/* 画面の高さが50%になったときに要素を表示 */
.visible {
visibility: hidden;
}
  .red {
	color: var(--color-red);
}
.white {
    color: white!important;
}
.bgRed {
    background-color: var(--color-red);
	position: relative;
}
.line-h p {
	line-height: 1.85em!important;
}
#footer__column {
	width: 100%;
	background-color: #232323;
	padding: 15px 0;
	z-index: 1;
}
/* .p-center {
	position: relative;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
} */
.contents-title {
	text-align: center;
	font-weight: bold;
	font-style: normal;
}
	.contents-title h2 {
		color: var(--color-red);
		font-size: 3.6rem;
		font-weight: 500;
	}
	.contents-title h3 {
		color: var(--color-red);
		font-size: 3rem;
		font-weight: 500;
	}
	.contents-title h4 {
		color: var(--color-red);
		font-size: 2rem;
		font-weight: 500;
	}
	.contents-title p {
		color: var(--color-text);
		font-size: 1.85rem;
		font-weight: bold;
		line-height: 2em;
	}
	.contents-title img {
		width: 100%;
		max-width: 600px;
	}
	.contents-title span {
		display: inline-block;
		background-color: #FFFFFF;
		border: 1px solid #232323;
		border-radius: 25px;
		padding: 2px 10px;
		font-size: .8rem;
	}
.cont-img,
.cont-img2 {
	text-align: center;
	margin: 0 auto;
}
.cont-img {
	margin-top: 50px;
}
	.cont-img img {
		width: 100%;
		max-width: 800px;
		height: auto;
	}
	.cont-img2 img {
		width: 100%;
		max-width: 800px;
		height: auto;
	}
.contents-txt {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: justify;
}
	.contents-txt p {
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 2.4em;
	}
.badige {
	font-size: .65rem!important;
	padding: 2px 10px 0;
	border: 1px solid var(--color-text);
	display: inline-block;
	border-radius: 25px;
}
.sub-img {
	text-align: center;
	margin: 0;
}
	.sub-img img {
		width: 300px;
	}
/**************************************************************************
flex
**************************************************************************/
.three-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
	.three-flex > .three-child {
		width: 31%;
		display: flex;
		flex-direction: column;
		background-color: white;
		border: 1px solid var(--color-red);
		border-radius: 15px;
		padding: 10px;
		position: relative;
	}
		.three-flex > .three-child::after {
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			background-color: var(--color-red);
			border-radius: 15px;
			top: 2%;
			right: -3%;
			z-index: -1;
		}
		.three-flex > .three-child > .three-photo {
			text-align: center;
			margin: 0;
		}
			.three-flex > .three-child > .three-photo img {
				width: 100%;
				height: 300px;
				object-fit: cover;
				border-radius: 15px;
			}
		.three-flex > .three-child > .three-title {
			text-align: center;
			margin: 20px 0;
		}
			.three-flex > .three-child > .three-title p {
				font-size: 1rem;
			}
			.three-flex > .three-child > .three-title h4 {
				font-size: 1.65rem;
				position: relative;
				padding-bottom: 10px;
			}
				.three-flex > .three-child > .three-title h4::before {
					position: absolute;
					border-bottom: 2px solid #353535;
					top: 100%;
					left: 50%;
					transform: translateX(-50%);
					width: 70px;
					content: '';
				}
		.three-flex > .three-child > .three-txt {
			text-align: left;
			margin: 10px 0 0;
			padding: 0 10px;
		}
			.three-flex > .three-child > .three-txt p {
				line-height: 1.85em;
			}
/* .reverse-flex {
	flex-direction: row-reverse;
}
.three-box {
	width: 100%;
	position: relative;
}
.three-left-inner::before {
	position: absolute;
	width: 89.15%;
	height: 100%;
	content: "";
	background-color: var(--color-red);
	background-size: cover;
	border-top-right-radius: 20px;
  	border-bottom-right-radius: 20px;
}
.three-right-inner::before {
	position: absolute;
	right: 0;
	width: 89.15%;
	height: 100%;
	content: "";
	background-color: var(--color-red);
	background-size: cover;
	border-top-left-radius: 20px;
  	border-bottom-left-radius: 20px;
}
.three-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
}
	.txt {
		width: calc( 100% - 450px );
		color: white;
		margin-right: auto;
		line-height: 2em;
		position: relative;
	}
		.txt p {
			margin-top: 30px;
		}
		.flex-number {
			position: absolute;
			top: -50px;
			font-size: 2rem;
			opacity: .8;
		}
	.photo {
		width: 450px;
	}
		.photo img {
			width: 100%;
			max-width: 450px;
			border: 5px solid white;
			box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
		} */
/**************************************************************************
first view
**************************************************************************/
.intro__title h1 img {
	max-width: 600px;
	width: 100%;
}
.intro__title2 h2 img {
	max-width: 400px;
	width: 400px;
}
.intro__title p img {
	width: 100%;
	max-width: 300px;
}
.intro__title2 p img {
	width: 100%;
	max-width: 200px;
	filter: brightness(0);
}
.z-hight {
	padding-top: 30px;
	height: 100px;
	min-height: 100px;
}
.svg-logo {
	position: absolute;
	top: 20px;
	left: 70px;
}
	.svg-logo img {
		width: 200px;
		max-width: 200px;
	}
.intro {
	height: 100vh;
    text-align: center;
    place-items: center;
    display: grid;
    /* margin-bottom: 2vh; */
}
	.intro__title,
	.intro__title3,
	.build_logo {
		width: 100%;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 10;
	}
		.intro__title h1 {
			width: 100%;
			color: var(--color-bg);
			font-size: 5rem;
		}
		.intro__title p {
			color: var(--color-bg);
			font-size: 1.65rem;
			font-weight: bold;
		}
		.intro__title3 > .svg-logo,
		.build_logo {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
		}
		.intro__title3 > .svg-logo img,
		.build_logo img {
			width: 600px;
			max-width: 600px!important;
		}
.intro__title2 {
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
}
	.intro__title2 h2 {
		color: var(--color-red);
		font-size: 2.45rem;
	}
	.intro__title2 p {
		color: var(--color-text);
		line-height: 1em;
		font-size: 1.45rem;
		font-weight: bold;
	}
.view-wrapper {
	position: relative;
	width: 100%;
	top: 0;
	padding: 15px 50px;
}
	.view-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
	}
		.view-box img {
			display: flex;
			width: calc(8.8% - 10px);
			margin: 0;
			padding: 0;
			opacity: 0;
			display: inline-block;
			vertical-align: middle;
		}

/**************************************************************************
second
**************************************************************************/
.sliders div {
vertical-align: top;
}
.sliders img,
.slidersReverse img {
	width: 100%;
	max-width: 400px;
	backface-visibility: hidden;
}
.space {
	margin-bottom: -1px;
}
/**************************************************************************
three
**************************************************************************/
.bg-white {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 100px;
}
  
/**************************************************************************
four
**************************************************************************/
.gallery-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0;
}
	.gallery-box div {
		width: auto;
	}
		.gallery-box div img {
			width: 280px;
			border-radius: 10px;
			height: 210px;
		}
		.gallery-box div figcaption {
			text-align: center;
			font-size: .95rem;
			font-weight: 400;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
.reveal-with-layer {
	/* visibility: hidden; */
	position: relative;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
	.reveal-with-layer img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
			object-fit: cover;
		opacity: 1;
	}
	/* .reveal-with-layer .layer {
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: var(--color-red);
		z-index: 2;
		margin-bottom: 60px;
		display: block;
	} */
#info {
	position: relative;
	text-align: center;
	z-index: 1;
}
	#info a {
		font-size: 1.1rem;
	}
/******************************footer*********************************/
.scllor-background {
	background-image: url('../images/webp/road_bg.webp');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	/* padding: 68.58% 0; */
	height: 60vw;
	position: relative;
}
  
#fkiyaku {
	text-align: center;
}
	#fkiyaku > ul > li {
		font-size: .8rem;
		color: white;
	}
		#fkiyaku > ul > li a {
			color: white;
		}
.footer-white {
	position: absolute;
	bottom: 0;
	background-color: white;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	text-align: right;
}
.footer-img {
	text-align: center;
	padding: 10px 0;
}
	.footer-img img {
		width: 200px;
	}
@media (641px <= width <= 834px ) {
	br.sp {
		display: none;
	}
	br.pc {
		display: block;
	}
	.contents-title h3 {
		color: var(--color-red);
		font-size: 2.2rem;
		font-weight: 500;
	}
	.contents-title h4 {
		color: var(--color-red);
		font-size: 2rem;
		font-weight: 500;
	}
	.contents-txt {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px!important;
		text-align: justify;
	}
		.contents-txt p {
			font-size: 1.45rem;
			font-weight: 300;
			line-height: 2.4em;
		}
		.sub-img {
			text-align: center;
			margin: 0;
		}
			.sub-img img {
				width: 200px;
			}
/**************************************************************************
flex
**************************************************************************/
.three-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	padding: 0 10px;
}
	.three-flex > .three-child {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}
		.three-flex > .three-child:last-child {
			margin-bottom: 0;
		}
		.three-flex > .three-child > .three-photo {
			text-align: center;
			margin: 0;
			flex-grow: 1;
		}
			.three-flex > .three-child > .three-photo img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				border-radius: 15px;
			}
		.three-flex > .three-child > .three-title {
			text-align: center;
			margin: 20px 0;
		}
			.three-flex > .three-child > .three-title p {
				font-size: 1.8rem;
			}
			.three-flex > .three-child > .three-title h4 {
				font-size: 2.85rem;
				position: relative;
				padding-bottom: 10px;
			}
				.three-flex > .three-child > .three-title h4::before {
					position: absolute;
					border-bottom: 2px solid #353535;
					top: 100%;
					left: 50%;
					transform: translateX(-50%);
					width: 70px;
					content: '';
				}
		.three-flex > .three-child > .three-txt {
			text-align: left;
			margin: 10px 0;
		}
			.three-flex > .three-child > .three-txt p {
				font-size: 1.45rem;
				line-height: 1.85em;
			}
/* .reverse-flex {
	flex-direction: row-reverse;
}
.three-box {
	width: 100%;
	position: relative;
}
.three-left-inner::before {
	position: absolute;
	width: 95%;
	height: 100%;
	content: "";
	background-color: var(--color-red);
	background-size: cover;
	border-top-right-radius: 20px;
  	border-bottom-right-radius: 20px;
}
.three-right-inner::before {
	position: absolute;
	right: 0;
	width: 95%;
	height: 100%;
	content: "";
	background-color: var(--color-red);
	background-size: cover;
	border-top-left-radius: 20px;
  	border-bottom-left-radius: 20px;
}
.three-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 80px 20px 50px;
}
	.txt {
		width: calc( 100% - 300px );
		color: white;
		margin-right: auto;
		line-height: 2em;
		position: relative;
	}
		.txt p {
			margin-top: 30px;
		}
		.flex-number {
			position: absolute;
			top: -50px;
			font-size: 2rem;
			opacity: .8;
		}
	.photo {
		width: 300px;
	}
		.photo img {
			width: 100%;
			max-width: 300px;
			border: 5px solid white;
			box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
		} */
/**************************************************************************
first view
**************************************************************************/
.z-hight {
	padding-top: 40px;
	height: 100px;
	min-height: 60px;
}
.svg-logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
	.svg-logo img {
		width: 200px;
		max-width: 200px;
	}
.intro {
	height: 100vh;
    text-align: center;
    place-items: center;
    display: grid;
    /* margin-bottom: 2vh; */
}
	.intro__title {
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
		.intro__title h1 {
			width: 100%;
			color: var(--color-bg);
			font-size: 5rem;
		}
		.intro__title p {
			color: var(--color-bg);
			font-size: 1.45rem;
		}
.intro__title2 {
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
}
	.intro__title2 h2 {
		color: var(--color-red);
		font-size: 2rem;
	}
	.intro__title2 p {
		color: var(--color-text);
		font-size: 1.15rem;
	}
.view-wrapper {
	position: relative;
	width: 100%;
	top: -30px;
	padding: 0 20px;
}
	.view-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
	}
		.view-box img {
			display: flex;
			width: calc(13.1% - 5px);
			margin: 0;
			padding: 0;
			opacity: 0;
			display: inline-block;
			vertical-align: middle;
		}
/**************************************************************************
four
**************************************************************************/
.gallery-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
	gap: 10px;
	margin: 20px auto 0;
	padding: 0 20px;
}
	.gallery-box div {
		width: 48%;
	}
		.gallery-box div img {
			width: 100%;
			max-width: 500px;
			border-radius: 10px;
			height: 100%;
		}
		.gallery-box div figcaption {
			text-align: center;
			font-size: .95rem;
			font-weight: 400;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
/**************************************************************************
three
**************************************************************************/
.bg-white {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 20px;
}
.sub-img {
	text-align: center;
	margin: 0;
}
	.sub-img img {
		width: 200px;
	}
	.scllor-background {
		background-image: url('../images/webp/road_bg.webp');
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		padding: 68.58% 0;
		height: 60vw;
		position: relative;
	}
}
@media (360px <= width <= 640px ) {
.PC-view {
	display: none;
}
.SP-view {
	display: block;
}
br.sp {
	display: none;
}
br.pc {
	display: block;
}
.contWrap {
	padding: 0 30px;
}
.contents-title {
	padding: 0;
	width: 100%;
}
	.contents-title h2 {
		font-size: 1.6rem;
	}
	.contents-title h3 {
		font-size: 1.6rem;
	}
	.contents-title p {
		font-size: 1rem;
	}
	.contents-title img {
		width: 100%;
		max-width: 300px;
	}
.cont-img {
	text-align: center!important;
	margin: 30px auto 0!important;
}
	.cont-img img {
		width: 100%;
		max-width: 650px;
		height: auto;
	}
.contents-txt {
	padding: 0 30px;
}
	.contents-txt p {
		font-size: 1rem;
		text-align: justify;
		line-height: 2.4em;
	}
	.sub-img {
		text-align: center;
		margin: 0;
	}
		.sub-img img {
			width: 200px;
		}
/**************************************************************************
flex
**************************************************************************/
	.three-flex > .three-child {
		width: 100%;
		margin-bottom: 30px;
	}
		.three-flex > .three-child:last-child {
			margin-bottom: 0;
		}
		.three-flex > .three-child > .three-photo {
			text-align: center;
			margin: 0;
			flex-grow: 1;
		}
			.three-flex > .three-child > .three-photo img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				border-radius: 15px;
			}
		.three-flex > .three-child > .three-title {
			text-align: center;
			margin: 20px 0;
		}
			.three-flex > .three-child > .three-title p {
				font-size: 1rem;
			}
			.three-flex > .three-child > .three-title h4 {
				font-size: 1.65rem;
				position: relative;
				padding-bottom: 10px;
			}
				.three-flex > .three-child > .three-title h4::before {
					position: absolute;
					border-bottom: 2px solid #353535;
					top: 100%;
					left: 50%;
					transform: translateX(-50%);
					width: 70px;
					content: '';
				}
		.three-flex > .three-child > .three-txt {
			text-align: left;
			margin: 10px 0 0;
		}
			.three-flex > .three-child > .three-txt p {
				line-height: 1.85em;
			}
/* .reverse-flex {
	flex-direction: row-reverse;
}
.three-box {
	width: 100%;
	position: relative;
}
.three-left-inner::before {
	position: absolute;
	width: 95%;
	height: 100%;
	content: "";
	background-color: var(--color-red);
	background-size: cover;
	border-top-right-radius: 20px;
  	border-bottom-right-radius: 20px;
}
.three-right-inner::before {
	position: absolute;
	right: 0;
	width: 95%;
	height: 100%;
	content: "";
	background-color: var(--color-red);
	background-size: cover;
	border-top-left-radius: 20px;
  	border-bottom-left-radius: 20px;
}
.three-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
}
	.txt {
		width: 100%;
		color: white;
		margin-right: auto;
		line-height: 2em;
		position: relative;
	}
		.txt p {
			margin-top: 30px;
		}
		.flex-number {
			position: relative;
			top: 0;
			left: 0;
			font-size: 1.2rem;
			opacity: .8;
		}
	.photo {
		width: 450px;
	}
		.photo img {
			width: 100%;
			max-width: 450px;
			border: 5px solid white;
		} */
/**************************************************************************
first view
**************************************************************************/
.z-hight {
    display: flex;
    align-items: flex-end;
	height: 100%;
	min-height: 45px;
	padding-top: 15px;
}
.z-hight2 {
	height: 100%;
	min-height: 90px;
	padding-top: 0;
}
.sp-svg-logo {
	text-align: center;
}
	.sp-svg-logo img {
		width: 100%;
		max-width: 200px;
	}
.sp_intro {
	position: relative;
	height: 100svh;
    text-align: center;
    place-items: center;
    display: grid;
    margin-bottom: 0;
}
	.sp_intro__title {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100vh;
		opacity: 0;
	}
	.sp_intro__title {
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 0;
		left: 50%;
  		transform: translateX(-50%);
		z-index: 999;
	}
		.sp_intro__title h1 img {
			width: 100%;
			max-width: 280px;
		}
		.sp_intro__title p {
			padding-top: 20px;
		}
		.sp_intro__title p img {
			width: 100%;
			max-width: 80px;
			max-height: 200px;
		}
	.sp_intro__title2 {
		font-weight: 400;
		font-style: normal;
	}
		.sp_intro__title2 h2 img {
			width: 100%;
			max-width: 300px;
		}
		.sp_intro__title2 p img {
			width: 100%;
			max-width: 150px;
			filter: brightness(0);
		}
		.sp_build_logo {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
		}
		.sp_build_logo img {
			width: 300px;
			max-width: 300px!important;
		}
.sp_view-wrapper {
	position: relative;
	padding: 0 20px;
}
	.sp_view-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
	}
		.sp_view-box img {
			display: flex;
			width: 100%;
			max-width: 55px;
			margin: 0;
			padding: 0;
			opacity: 0;
			display: inline-block;
			vertical-align: middle;
			transform: translateX(40%);
		}
/**************************************************************************
second
**************************************************************************/
.sliders div {
	vertical-align: bottom;
	}
	.sliders img,
	.slidersReverse img {
		width: 100%;
		max-width: 300px;
		backface-visibility: hidden;
		object-fit: cover;
	} 
/**************************************************************************
four
**************************************************************************/
.gallery-box {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0;
}
	.gallery-box div {
		width: 50%;
		text-align: center;
		margin-bottom: 20px;
	}
		.gallery-box div img {
			width: 150px;
			border-radius: 5px;
			height: 112px;
		}
		.gallery-box div figcaption {
			text-align: center;
			font-size: .95rem;
			font-weight: 400;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
.reveal-with-layer {
	/* visibility: hidden; */
	position: relative;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
	.reveal-with-layer img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
			object-fit: cover;
		opacity: 1;
	}
	.reveal-with-layer .layer {
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: var(--color-red);
		z-index: 2;
		margin-bottom: 60px;
		display: block;
	}
#info {
	position: relative;
	text-align: center;
	z-index: 1;
}
#info a {
	font-size: 1.1rem;
}
/**************************************************************************
three
**************************************************************************/

/**************************************************************************
footer
**************************************************************************/
.bg-white {
	text-align: center;
	background-color: #fff;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}
.scllor-background {
	background-image: url('../images/webp/road_bg.webp');
	background-attachment: fixed;
	background-size: auto 1000px;
	background-position: center;
	width: 100%;
	padding: 65% 0;
	position: relative;
  }
.footer-img {
	text-align: center;
}
.footer-img img {
	width: 100px;
}
}