@charset "UTF-8";
/* CSS Document */
.bg-b{
	background-color: #DBD3D8;
}

/* ttlArea */
.imgArea {
	height: 700px;
	background-image: url("../img/top/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
}

/* breadArea */
.breadArea .inner,
.breadArea02 .inner,
.breadArea03 .inner {
	display: flex;
	justify-content: flex-end;
	padding: 12px 20px;
}
.breadArea .inner li,
.breadArea02 .inner li,
.breadArea03 .inner li {
	display: flex;
	justify-content: flex-end;
	color: #213341;
	font-size: 13px;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1),
.breadArea03 .inner li:nth-of-type(1) {
	position: relative;
	padding-right: 26px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after,
.breadArea03 .inner li:nth-of-type(1):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	color: #3e3a39;
}
.breadArea .inner li:nth-of-type(2) {
	padding-left: 16px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 16px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 26px;
}
.breadArea03 .inner li:nth-of-type(2) {
	padding: 0 16px;
}
.breadArea03 .inner li:nth-of-type(3) {
	position: relative;
	padding: 0 16px;
}
.breadArea03 .inner li:nth-of-type(4) {
	position: relative;
	padding-left: 16px;
}
.breadArea02 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	color: #3e3a39;
} 
.breadArea03 .inner li:nth-of-type(3):before,
.breadArea03 .inner li:nth-of-type(4):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	color: #3e3a39;
} 
.breadArea .inner li a,
.breadArea02 .inner li a,
.breadArea03 .inner li a {
	font-size: 13px;
	color: #3e3a39;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover,
.breadArea03 .inner li a:hover {
	color: #777;
}

/* ttlArea */
.ttlArea{
	margin: 0 auto;
	margin-top: auto;
	align-self: end;
}
.ttlArea .inner {
	padding: 20px 20px 0;
	text-align: center;
}
.ttlArea .inner .whitebg{
	width: 1000px;
	background-color: rgba(255,255,255,0.80);
	padding-bottom: 40px;
	margin-bottom: 50px;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}
.ttlArea .inner .h1Area {
	position: relative;
	width: 100%;
}
.ttlArea .inner .h1Area h1 {
	font-weight: 700;
	font-size: 18px;
	padding-top: 86px;
	margin-bottom: 26px;
}
.ttlArea .inner .h1Area h1:before {
    position: absolute;
    line-height: 2;
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.09em;
	content: "";
	display: block;
    width: 70px;
	height: 31px;
	top: 40px;
    left: 50%;
	transform: translateX(-50%);
	background-image: url("../img/common/sun_ora.svg");
	background-size: cover;
}
.ttlArea .inner .h1Area .ima:after {
	content: "KIYOSATO IMA";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
.ttlArea .inner p {
	padding:40px 40px 0 40px;
}

/* kijicontentsArea */
.kijicontentsArea ul{
    max-width: 2000px;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.kijicontentsArea ul li{
	width: 30%;
	margin: 20px 10px;
	background-color: #FFF;
	border-radius: 15px;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}
.kijicontentsArea ul li img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	  width: 100%;
	  height: 200px;
	  object-fit: cover;	
}
.kijicontentsArea ul li .detail{
	padding: 20px;
}
.kijicontentsArea ul li p{
	padding: 10px 0 0 0;
}
.kijicontentsArea ul li .badge{
	font-size: min(2.2vw,12px);
	padding: 0 2em;
	display: inline-block;
	color: #FFF;
	background-color: #D77A61;
}

.kijicontentsArea ul li p.date{
	font-weight: bold;
}
.kijicontentsArea ul li p.ttl{
	font-size: 18px;
    font-weight: bold;
	color: #D77A61;
}
.kijicontentsArea ul li p.htag span{
	font-size: 10px;
	border: 1px solid #223843;
	border-radius: 15px;
	padding: 5px;
	margin: 5px 5px 0 0;
    display: inline-block;
}
	
@media screen and (max-width: 1000px) {
/* imgArea */
.imgArea {
	height: 1200px;
}
/* breadArea */
	.breadArea .inner,
	.breadArea02 .inner,
	.breadArea03 .inner {
		padding: 12px 3vw;
	}
	
/* ttlArea */
	.ttlArea{
		width: 100%;
	}
	.ttlArea .inner .h1Area h1 {
		font-size: 16px;
		padding-top: 80px;
	}	
	.ttlArea .inner .h1Area h1:before {
		font-size: 48px;
	}	
	.ttlArea .inner .whitebg{
		width: 100%;
	}
}	

@media screen and (max-width: 767px) {
/* imgArea */
	.imgArea:before {
		height: 38px;
		background-size: 498px;
	}	
	
/* ttlArea */
	.ttlArea .inner {
    padding: 90px 6vw 0;
	}
	.ttlArea .inner p {
		text-align: left;
		line-height: inherit;
	}	
	
/* kijicontentsArea */
	.kijicontentsArea ul{
	justify-content: center;
}
.kijicontentsArea ul li{
	width: 46%;
}

}	

@media screen and (max-width: 600px) {
/* header */
	header .h_inner .left .logo {
		width: 100px;
	}
/* imgArea */
	.imgArea {
		height: 100%;
	}
	.imgArea .img_bg .inner {
		height: 100%
	}
.ttlArea .inner .whitebg{
	margin-bottom: 30px;
}
	
/* breadArea */
	.breadArea,
	.breadArea02,
	.breadArea03 {
		display: none;
	}
	
/* ttlArea */
	.ttlArea .inner .h1Area h1 {
		font-size: 14px;
		padding-top: 70px;
		margin-bottom: 16px;
	}
	.ttlArea .inner .h1Area h1:before {
		font-size: 35px;
	}	
/* 共通 */	
/* btn */	
	.btnarrow {
		width: 250px;
		padding: 10px 1em 10px;
	}	
	.btn03 {
		width: 90%;
	}
	
/* kijicontentsArea */
	.kijicontentsArea ul li{
	width: 100%;
}
	
}	

