@charset "UTF-8";
/* CSS Document */


/* sp */
@media screen and (max-width: 768px){

section {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}		
	
.btn {
	width: 100%;
	margin: 0 auto;
	position: relative;
}	
		
.fade-button {
  display: inline-block;
  position: absolute;
  width: 86.6%;
  margin: 0 auto;
  top: 24.48%;
  left: 0;
  right: 0;
}

.fade-button img {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: opacity 0.3s ease;
  display: block;
  height: auto;
}
	
/* 通常画像 */
.fade-button .default {
  display: block;
  opacity: 1;
}

/* ホバー用画像（初期は非表示） */
.fade-button .hover {
  display: none !important;
}


/* contact */	
	
#contact {
		margin: 0 auto 100px auto;
	}	
	
	#contact h2 {
		font-size: 5.3vw;
		text-align: center;
	}	
	
	
	
/* footer */

footer {
	width: 100%;
	margin: 0 auto 0 auto;
	padding-bottom: 3%;
}	

	footer ul {
		font-size: 2.9vw;
		display: flex;
		justify-content: center;
	}
	
	footer ul li {
		padding: 0 2% 0 2%;
	}
	
	footer ul li a {
		text-decoration: none;
		color: #383b3c;
	}

	footer ul li a:hover {
		text-decoration: underline;
		color: #383b3c;
	}
	
	footer p {
		width: 90%;
		font-size: 2.4vw;
		border-top: 1px solid #000;
		text-align: center;
		margin: 3% auto 0 auto;
		padding: 2% 0 0 0;
}	
	
}



@media screen and (min-width: 769px){

section {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}		
	
.btn {
	width: 100%;
	margin: 0 auto;
	position: relative;
}	
		
.fade-button {
  display: inline-block;
  position: absolute;
  width: 86.6%;
  margin: 0 auto;
  top: 24.48%;
  left: 0;
  right: 0;
}

.fade-button img {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: opacity 0.3s ease;
  display: block;
  height: auto;
}
	
/* 通常画像 */
.fade-button .default {
  opacity: 1;
  z-index: 1;
}

/* ホバー用画像（初期は非表示） */
.fade-button .hover {
  opacity: 0;
  z-index: 2;
}

/* ホバー時に切り替え */
.fade-button:hover .hover {
  opacity: 1;
}

.fade-button:hover .default {
  opacity: 0;
}
	

/* contact */	
	
#contact {
		margin: 0 auto 100px auto;
	}	
	
	#contact h2 {
		font-size: 4.0rem;
		text-align: center;
	}	
	
	
	
/* footer */

footer {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
}	

	footer ul {
		font-size: 1.4rem;
		display: flex;
		justify-content: center;
	}
	
	footer ul li {
		padding: 0 2% 0 2%;
	}
	
	footer ul li a {
		text-decoration: none;
		color: #383b3c;
	}

	footer ul li a:hover {
		text-decoration: underline;
		color: #383b3c;
	}
	
	
	footer p {
		width: 900px;
		font-size: 1.2rem;
		border-top: 1px solid #000;
		text-align: center;
		margin: 20px auto 0 auto;
		padding:10px 0 0 0;
}	
	
	
}


