@charset "utf-8";


/* ------------------------------
 #renova_single
------------------------------ */

#renova_single header{
	margin: 0 auto;
	text-align: center;
	padding: 3em;
	background: var(--color-main-brite)
}

#renova_single header h1{
	color: var(--color-main);
	margin-bottom: 1em
}

.cfs{
	background: #f4f4f4;
	position: relative;
	margin: 3em auto;
	padding: 1.4em 1em;
	border-radius: 20px;
}

.cfs h2{
	background: var(--color-main);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position:absolute;
	top:-20px;
	right: -5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	font-size: 1.1rem
}

.cfs h3{
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	padding: .5em;
	margin: 0 100px 1em 0;
}

.cfs img{
	border-radius: 5px;
	position: relative;
}

.cfs p{
	line-height: 1.8em;
	margin: 0 0 1em
}

.flexwrap{margin: 0 .5em;}

.aspect {
  width: 100%;
}

.aspect img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4.5 / 3;
}



@media screen and (max-width: 667px) {
	#renova_single header p{
		text-align: left
	}
	#renova_single header p br{
		display: none
	}
	}	

@media print, screen and (min-width: 668px) {
	.cfs{
		padding: 2.5em;
		margin: 5em auto;
		max-width: 1000px;
	}
	.cfs h2{
		width: 100px;
		height: 100px;
		right: -20px;
		font-size: 1.3rem
	}
	.cfs h3{margin: 0 100px 1.5em 0;}
	.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 .5em;
	}
	
	.flexwrap > *{
		width: 48%
	}

}	

@media print, screen and (min-width: 1024px) {
	.cfs h2{
		width: 120px;
		height: 120px;
	}
}	


/* ------------------------------
 .custum_before
------------------------------ */

.nisetai_type{
	padding: 2em 0;
}

.type{
	background: #fff;
	box-shadow: 1px 1px 6px #ccc;
	position: relative;
}

.type > div{
	padding: 1em;
}

.type h3{
	background: var(--color-sub);
	color: #fff;
	padding: .6em 1em;
	text-align: center;
}

.nisetai_type .type > div ul{
	border-bottom: dotted 2px #eee;
	padding: 0 .3em 1em;
	margin-bottom: 1em
}
.pattern01 .type > div ul{
	border-top: dotted 2px #eee;
	padding: 1em .3em 0;
	margin-top: 1em
}

.type > div ul li{margin: 0 0 .3em;
	font-weight: bold;
	font-size: 1.1rem
}

.type > div ul li::before{
	font-family: icomoon;
	content: "\ea52";
	padding: 0 5px 0 0;
}

.type > div p{padding: 0 .3em}

@media screen and (max-width: 667px) {
	.type{
	margin: 2em auto;}
}	

@media print, screen and (min-width: 668px) {
	.nisetai_type,
	.pattern01{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 30px;
		padding: 5em 0 0;
	}
	
	.type > div{
	padding: 1.5em;
	}
}	

@media print, screen and (min-width: 1024px) {}	




/* ------------------------------
 .jirei
------------------------------ */
.jirei{
	border: solid 1px var(--color-main-tint);
	padding: 5%;
	position: relative
}

.jirei h2{
	background: var(--color-main-tint);
	color: #fff;
	padding: .5em 1em;
	font-size: 1.1rem
}

.jirei h3{
	text-align: center;
	margin: 0 auto 1em;
}

.beaf{
	display: flex;
	align-items: center;
}

.beaf .arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6em;
	height: 50px
}

.beaf .arrow:after{
	display: block;
	content: "";
	font-family: icomoon;
	content: "\e977";
	font-size: 2em
}

.beaf figcaption{
	font-weight: 700;
	font-size: 1.3rem;
	margin: .5em 0;
	text-align: center;
}

.jirei p{}

@media screen and (max-width: 667px) {
	.jirei h2{
		margin-bottom: 20px;
	}
}	

@media print, screen and (min-width: 668px) {
	.jirei{padding: 5%;}
	.jirei h2{
	position: absolute;
	left: 0;
	top:0;
	font-size: 1.3rem
	}
	.beaf{margin: 0 0 1em;}
	.beaf figcaption{
		font-size: 2rem;
	}

}	

@media print, screen and (min-width: 1024px) {}	


/* ------------------------------
 point
------------------------------ */


.point{
	margin-bottom: 2em
}

.point h2{
	color: var(--color-sub);
	text-align: center;
}

.point h2 {
  position: relative;
  display: block;
  padding: .8em 1em;
  border-bottom: dashed 2px var(--color-sub);
  margin: 48px;
  margin-inline: auto;
  width: fit-content;
}

.point h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  background-color: #fff;　/*背景と同じ色に変更してください*/
  rotate: 135deg;
  translate: -50%;
}

.point h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: dashed 2px;
  border-color: var(--color-sub) var(--color-sub) transparent transparent;
  rotate: 135deg;
  translate: -50%;
}





.point_wrap{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap:30px;
	
	}

.point_wrap dl{
	background: rgba(var(--color-sub-rgb), 0.12);
	border-radius: 10px;
	position: relative;
	padding: 2em 1.5em 1.5em
}

.point_wrap dl dt{
	text-align: center;
	font-size: 1.2rem;
	margin: 0 0 1em;
	font-weight: 700;
}

.point_wrap dl dt span{
	display: block;
	font-size: 2em;
	margin: 0 0 .4em;
	color: rgba(var(--color-sub-rgb), 0.5);
}


@media screen and (max-width: 667px) {}	

@media print, screen and (min-width: 668px) {
	.point{
	margin-bottom: 2em
	}
	.point h2 br{
		display: none
	}
}	

@media print, screen and (min-width: 1024px) {}	


/* ------------------------------
 .related_links
------------------------------ */

ul.related_links{}

ul.related_links li{
	margin-top: 1em;
}

@media screen and (max-width: 767px) {}	

@media print, screen and (min-width: 768px) {
	ul.related_links{
		display: flex;
		gap: 40px;
		justify-content: center;
		margin: 0 auto;
		width: 800px;
	}
	ul.related_links li{
		flex: 1;
		
	}
	ul.related_links li a{margin: 0 auto}
}	

@media print, screen and (min-width: 1024px) {}	




/* ------------------------------
 .related-posts
------------------------------ */
.related-posts{
	padding: 5em 0;
}

.related-posts h3{
	text-align: center;
	margin: 0 auto 1em;
}

.related-posts ul{
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.related-posts ul li{}


.related-posts ul li h4{
	font-size: 1rem;
	margin: 1em 0 0;
}

.related-posts ul li h4 span{
	display: block;
	font-size: .8em
}

.thumb {
  width: 100%;
}
.thumb img{
	border-radius: 3px;
	position: relative;
	width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 5 / 3;
}





@media screen and (max-width: 767px) {}	

@media print, screen and (min-width: 768px) {
	.related-posts{
		width: 80%;
		margin: 0 auto
	}
}	

@media print, screen and (min-width: 1024px) {}	



/* ------------------------------
 .kodate-child
------------------------------ */

.kodate-child_wrap{
	margin: 0 auto;
	padding: 3em 0;
	background: var(--color-main-brite);
}


ul.kodate-child{
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2em;
  margin: 2em auto 0;
  width: 90%;
  max-width: 1000px;
}

ul.kodate-child li h3{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 1em;
	font-weight: bold;
	color: var(--color-main);
}


ul.kodate-child li figure{
	width: 100%;
	margin-bottom: 1em;
	cursor: pointer;
  transition: all 0.2s ease;
  
  /* 浮かんでいる状態の影 */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}



ul.kodate-child li figure img{
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
	object-fit: cover;
	border-radius: 5px;
	position: relative;
	display: block;
}

/* ホバーした時の動き */
ul.kodate-child li figure:hover {
  transform: translateY(4px); /* 下に4px移動 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 影を小さくして接地感を出す */
}


ul.kodate-child li p{
	font-size: .9em;
	padding: 0 .3em
}


