html {
	font-family: "yu-mincho-pr6n", sans-serif;
	font-size: 10px;
	line-height: 1.7;
	box-sizing: border-box;
}

.title-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 35vmin;
	background: #007541 url(../img/bn_r7_reitaisai.png) no-repeat center top;
	background-size: contain;
}

.contents {
	width: 1024px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

@media (max-width:1024px) {
   /*　画面サイズが1024pxまではここを読み込む　*/
   .contents {
	   width: 100%;
	   padding: 0 2%;
   }
}

.link-photo {
	margin-top: 4%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: clamp(1.5rem, 1vw + 0.5rem, 1.8rem);
	font-weight: bolder;
	color: #808080;
}

.link-photo a {
	transition: 0.5s;
}

.link-photo a:hover {
	transform: scale(1.1);
	opacity: 0.5;
}

.title {
	margin-top: 4%;
	width: 100%;
	background: #007541;
	border-bottom: 2px solid #007541;
	border-top: 2px solid #007541;
	font-size: clamp(2.4rem, 2vw + 1rem, 3.6rem);
	padding: 1%;
}

.contents-caution {
	margin-top: 4%;	
	width: 100%;
	font-size: clamp(1.2rem, 1vw + 0.5rem, 1.5rem);
}

.footer {
	margin-top: 10%;
	width: 100%;
	height: auto;
	background-color: #007541;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.5rem, 1vw + 0.5rem, 1.8rem);
	font-weight: bolder;
	color: #000;
}

.footer span {
	padding: 2%;
}

.youtube-iframe {
	margin-top: 4%;
	width: 100%;
	padding: 0 2%;
}

.contents-title {
	margin-top: 4%;
	width: 100%;
	font-size: clamp(2.0rem, 1vw + 1rem, 2.8rem);
}

.iframeWrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

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