@charset "utf-8";

/* レイアウト */
.w1180 {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.intro {
	padding: 138px 0 90px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.intro .photo {
	display: block;
	height: 342px;
	max-width: 562px;
	width: 50.65%;
	box-shadow: 5px 5px 25px 0 rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
	top: -60px;
}
.intro .in {
	max-width: 648px;
	position: absolute;
	top: 0;
	right: 20px;
	background: #fff;
	width: 56.6102%;
	padding: 70px 4.78% 70px 11.394%;
	box-sizing: border-box;
	height: 352px;
	z-index: 0;
	text-align: left;
	min-height: 352px;
}
@media (max-width: 1120px) {
	.intro .box .in {
		padding: 70px 6.78% 70px 13.407%;
	}
}
.intro .in:before, .intro .in:after {
	content: '';
	top: 20px;
	bottom: 20px;
	right: 20px;
	left: 20px;
	position: absolute;
}
.intro .in:before {
	border-left: 10px solid rgba(161, 129, 0, 0.08);
	border-right: 10px solid rgba(161, 129, 0, 0.08);
	background: url('../img/intro_deco.png');
	background-size: 80px 84px;
	background-position: calc(100% - 0px) 10px;
	background-repeat: no-repeat;
}
.intro .in:after {
	border-top: 10px solid rgba(161, 129, 0, 0.08);
	border-bottom: 10px solid rgba(161, 129, 0, 0.08);
}
.intro .in .ttl {
	color: #A18100;
	font-size: 2.4rem;
	line-height: 1.458;
	letter-spacing: 0.08em;
	/* font-family: source-han-serif-japanese, serif;
	font-weight: bold; */
}
.intro .in .txt {
	font-size: 1.4rem;
	line-height: 1.78;
	color: #333333;
	margin: 17px 0 30px;
	letter-spacing: 0.08em;
}
.link .comBtn01 {
	width: 240px;
	background-color: #a18100;
	position: relative;
	z-index: 2;
	border: none;
}
.link .comBtn01:after {
	display: none;
}
.link .comBtn01 span {
	left: 0;
}
.row {
	padding-bottom: 120px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}
.row .column {
	display: inline-block;
	/* max-width: 358px; */
	margin-top: 50px;
	background: #fff;
	width: calc((100% - 5.086%)/3);
	border: 1px solid #a18100;
	box-sizing: border-box;
	display: block;
	transition: all .3s;
	position: relative;
}
.no-touchevents .row .column:hover {
	opacity: .6;
}
.no-touchevents .row .column:hover .link {
	filter: saturate(150%) contrast(130%);
}
.no-touchevents .row .column:hover .link:after {
	opacity: 1;
}
.no-touchevents .row .column:hover .link span {
	left: 0;
}
.row .column + .column {
	margin-left: 2.543%;
}
.row .column:nth-child(3n+1) {
	margin-left: 0;
}
.row .column img {
	vertical-align: bottom;
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.row .column dl {
	padding: 28px 35px 90px;
	color: #616161;
	box-sizing: border-box;
	text-align: center;
}
.column dl dt {
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #A18100;
	/* font-family: source-han-serif-japanese, serif;
	font-weight: bold; */
	line-height: 1.55;
	letter-spacing: 0.03em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.column dl dd {
	font-size: 1.3rem;
	line-height: 2;
	text-align: left;
	color: #595757;
	letter-spacing: 0.06em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.column dl dd br {
	display: none;
}
.column .link {
	text-align: center;
	width: 240px;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 20px;
}

@media (max-width: 1120px) {
	.row .column dl {
		padding: 20px 30px 90px;
	}
}

@media (max-width: 640px) {
	.w1180 {
		padding: 0 4.17%;
	}
	.comPageTit .txt {
		font-size: 12px;
		text-align: center;
	}
	.intro {
		padding: 40px 0;
	}
	.intro .photo {
		width: 93.94%;
		left: 50%;
		height: 171px;
		top: 0;
		transform: translateX(-50%);
		box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.3);
	}

	.intro .in {
		width: 100%;
		height: auto;
		padding: 40px 35px 45px;
		position: relative;
		margin: -20px auto 0;
		right: 0;
		min-height: auto;
	}
	.intro .in:before, .intro .in:after {
		content: '';
		top: 15px;
		bottom: 15px;
		right: 15px;
		left: 15px;
		position: absolute;
	}
	.intro .in:before {
		border-left: 5px solid rgba(161, 129, 0, 0.08);
		border-right: 5px solid rgba(161, 129, 0, 0.08);
		background: url('../img/intro_deco.png');
		background-size: 45px 48px;
		background-position: calc(100% - 0px) 5px;
		background-repeat: no-repeat;
	}
	.intro .in:after {
		border-top: 5px solid rgba(161, 129, 0, 0.08);
		border-bottom: 5px solid rgba(161, 129, 0, 0.08);
	}
	.intro .in .ttl {
		font-size: 16px;
		text-align: center;
		line-height: 1.5625;
		letter-spacing: 0;
		position: relative;
		z-index: 4;
	}
	.intro .in .txt {
		font-size: 12px;
		line-height: 1.6667;
		margin: 13px 0 20px;
		letter-spacing: 0.05em;
	}
	.link {
		text-align: center;
	}
	.link .comBtn01 {
		width: 70%;
		height: 40px;
	}
	.comBtn01 span {
		font-size: 12px;
		line-height: 1;
		left: 0;
	}
	.comBtn01:after {
		height: 5px;
		width: 5px;
		margin-left: 3px;
	}
	.row {
		padding: 38px 4.17% 60px;
		display: block;
	}
	.row .column {
		max-width: none;
		width: 100%;
		margin-top: 0;
	}
	.row .column {
		display: flex;
	}
	.row .column + .column {
		margin: 10px 0 0 0;
	}
	.row .column picture ,
	.row .column > .ph {
		width: 37.5%;
		height: 33vw;
	}
	.row .column picture img {
		width: 100%;
		height: 100%;
		vertical-align: top;
	}
	.row .column dl {
		width: 62.5%;
		box-sizing: border-box;
		padding: 14px 15px 19px 15px;
		position: relative;
	}
	.column dl dt {
		font-size: 13px;
		text-align: justify;
		margin-bottom: 0;
		line-height: 1.46;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.column dl dt br {
		display: none;
	}
	.column .link {
		margin-top: 20px;
		text-align: right;
		line-height: 1;
		position: absolute;
		right: 18px;
		bottom: 13px;
		background-color: transparent;
		color: #333333;
		width: auto;
		height: auto;
		font-size: 12px;
		border: none;
	}
	.column .link:after {
		opacity: 1;
	}
}
@media (max-width: 350px) {
	.column dl dt {
		font-size: 13px;
	}
}

.column.relax dl dt {
	letter-spacing: -0.06em;
}
.mincho {font-family: source-han-serif-japanese,serif;}
.comTitle01 .bottom .copy.mincho {font-size: 24px;text-align: center;font-weight: 700;line-height: 1.7;letter-spacing: .12em;}

@media (max-width: 640px) {
	.comTitle01 .bottom .copy.mincho {font-size: 4.1vw;text-align: center;font-weight: 700;line-height: 1.9;letter-spacing: 0.08em;}
}
