@charset "utf-8";

main {
	padding: 0 1.8519% 9.0rem;
}

main h2 {
	text-align: center;
	font-size: 2.1rem;
	padding: 3.6rem 0 0;
	line-height: 1;
}

main p,
main dl {
	font-size: 1.8rem;
	padding-top: 1.8rem;
}

/* メインビジュアル */

.mainVisual {
	position: relative;
	padding-bottom: 0.5rem;
}

.mainVisual .slide {
	position: relative;
	padding-top: 66.1458%;
	padding-bottom: 3.0rem;
}

@keyframes slideshow{
	0% {
		opacity: 0;
	}
	
	10% {
		opacity: 1;
	}
	
	28% {
		opacity: 1;
	}
	
	38% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

.mainVisual .slide img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: slideshow 24s linear infinite;
}

.mainVisual .slide img:nth-child(2){
  animation-delay: 8s;
}
 
.mainVisual .slide img:last-child{
  animation-delay: 16s;
}

.mainVisual .textOnPhoto {
	position: absolute;
	left: 2.0rem;
	bottom: 20.0%;
	font-weight: bold;
}

.mainVisual .textOnPhoto .text1 {
	font-size: 2.4rem;
}

.mainVisual .textOnPhoto .text2 {
	font-size: 2.9rem;
	margin-top: -7.0%;
}

.mainVisual .text3 {
	font-size: 2.3rem;
	font-weight: bold;
	background: #dc143c;
	width: 36.8rem;
	margin: 0 auto;
	text-align: center;
	padding-top: 0;
}

.mainVisual .text3 a {
	display: block;
}

/* セクション1（新着情報） */

.section1 dl {
	font-size: 1.8rem;
}

.section1 dl dd {
	margin: -3.15rem 0 0 12.0rem;
}

/* セクション2（アクセス） */

.section2 .map {
	width: 62.5%;
	position: relative;
	padding-top: 56.25%;
	float: left;
	margin: 2.0rem 1.5rem 0.8rem 0;
}

.section2 .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section2 .access {
	font-size: 1.8rem;
}

.section2 .banner {
	width: 16.0rem;
	padding-top: 1.0rem;
	margin: 0 auto;
}

/* 画面サイズ540px以下の場合 */

@media (max-width: 540px) {
	
	main {
		padding: 0 1.0rem 8.0rem;
	}

	main h2 {
		font-size: 2.1rem;
		padding: 3.1rem 0 0;
		line-height: 1;
	}
	
	main p,
	main dl {
		font-size: 1.4rem;
		padding-top: 1.4rem;
	}
	
	/* メインビジュアル */

	.mainVisual .textOnPhoto {
		bottom: 24.5%;
	}
	
	.mainVisual .textOnPhoto .text1 {
		font-size: 1.6rem;
	}

	.mainVisual .textOnPhoto .text2 {
		font-size: 1.6rem;
		margin-top: -9.0%;
	}
	
	.mainVisual .text3 {
		font-size: 1.4rem;
		width: 23.0rem;
	}
	
	/* セクション1（新着情報） */
	
	.section1 dl {
		font-size: 1.4rem;
	}

	.section1 dl dd {
		margin: 0 0 0 1.4rem;
	}
	
	/* セクション2（アクセス） */
		
	.section2 h2 {
		padding-bottom: 1.4rem;
	}
	
	.section2 .map {
		float: none;
		margin: 0 auto;
		width: 100%;
	}	

	.section2 .access {
		font-size: 1.4rem;
	}
}