@charset "UTF-8";

/* 期間限定で公開する記事「regare.html」専用のCSS */


h2{
	margin-top: 40px;
	margin-bottom: 10px;
}

.summary{
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}
.report{
	margin:30px 10px 60px;
	display: flex; 
	justify-content: center;
	min-width: 0;
}

.article{
	margin:0px 10px;
}


.photo{
	position:relatives;
	width: 250px;
	height: 187.5px;
	overflow:hidden;
}

.regareText{
	background: #FFF;
	border-radius: 1px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	width: 250px;
	height: 187.5px;
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	text-align: center;

}

.place{
	margin:10px 60px 8px;
	color: #000;
	font-size: 15px;
	background-color: #f5da89;
	border-radius: 15px;
	padding:  6px 0px;
}


.title{
	margin: 0px 15px 40px;
	font-size: 15px;
	line-height: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	height:47px;
	padding-top: 1px;
}

.date{
	color: #C0C0C0;
	font-size: 12px;
	text-align:right;
	margin-right:15px;
	margin-bottom:15px;
}

@media (hover: hover) and (pointer: fine) {
	.photo img{
		 transition:1s all;
	}
	.photo:hover img{
		transform:scale(1.1,1.1);
		transition:0.5s;
	}

	.title:hover {
		color: #006aff;
	}

	.regareText:hover {
		background: #f5f5f5;
	}
}

@media screen and (max-width:767px){
	.sammary{
		width:95vw;
		margin:auto;
	}
	
	.report{
		justify-content: center;
		min-width:0;
		display: block;
		margin:auto;
		max-width: 100%;
	}
	
	.article{
		margin:auto;
		margin-top:20px;
		display: flex;
		justify-content: center;
	}
	
	.photo{
		width:95vw;
		height:auto;
		aspect-ratio: 250/187.5;
		justify-content: center;
		overflow: visible;
	}
	
	.regareText{
		width: 95vw;
		height: auto;
		aspect-ratio: 250/187.5;
		justify-content: center;
	}
	
	.place{
		margin:6vw 20vw 4vw;
		color: #000;
		font-size: 5vw;
		border-radius:15vw;
		padding:3vw 5vw;
	}
	
	.title{
		margin:3vw 6vw;
		font-size:5vw;
		line-height: 6vw;
		height: 17.5vw;
	}
	
	.date{
		font-size:4vw;
		text-align: right;
		margin-top: 14vw;
		margin-right: 5vw;
	}
}
