@charset "UTF-8";
/* Scss Document */
/*=============================================================
 ウエディングリポート　共通
=============================================================*/
.c-inner {
	width: 1180px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.report-hero {
	background: url("../img/wedding-report/report_pic01.jpg") no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
}
.report-hero .report-hero-tit h1 {
	color: #fff;
	font-size: 2em;
	text-align: center
}
.report-hero .report-hero-tit h1 span {
	display: block;
	font-size: 0.5em;
	margin-top: 0.5em;
	
}

@media screen and (max-width:768px) {
.c-header img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
}

@media screen and (min-width:768px) {
	.sec-report {
		padding: 70px 0;
	}
}
@media screen and (max-width:768px) {
	.sec-report {
		padding: 50px 0;
	}
}
.txt-cl {
	text-align: center;
}
dl.report_info {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
	margin-top: 20px;
}
dl.report_info dt {
	width: 35%;
	float: left;
	margin-bottom: 7px;
}
dl.report_info dd {
	margin: 0 0 0 35%;
	margin-bottom: 7px;
}
dl.report_info dd, dl.report_info dt {
	font-size: .87em;
}
/*=== ボタン===*/
a.btn-style-01 {
	display: inline-block;
	line-height: 54px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #ada090;
	color: #000;
	position: relative;
	padding: 0 2rem 0 1rem;
	width: 60%;
	font-size: .85em;
	margin: 0px auto 20px auto;
}
@media screen and (min-width:768px) {
	a.btn-style-01 {
		cursor: pointer;
		position: relative;
		text-decoration: none;
	}
	a.btn-style-01::after {
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 5px);
		right: 20px;
		width: 6px;
		height: 6px;
		border: 1px solid;
		border-color: transparent transparent #b59500 #b59500;
		transform: rotate(-135deg);
		transition: .3s;
	}
	a.btn-style-01:hover::after {
		right: 10px;
	}
}
/*=============================================================
 archiveページ
=============================================================*/
.list-plan .card img {
	width: 100%;
	height: auto;
	min-height: 260px;
	object-fit: cover;
}
.list-plan .card_txt {
	padding: 15px;
	background: #fff;
	height: 100%;
}
.list-plan .card h3 {
	font-size: 15px;
}
@media screen and (min-width:768px) {
	.report-lead {
		text-align: center;
		margin-bottom: 80px;
	}
	.report-block {
		display: grid;
		gap: 50px;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width:768px) {
	.report-lead {
		margin-bottom: 50px;
	}
	.report-block {
		display: grid;
		gap: 30px 0;
		grid-template-columns: 1fr;
	}
}
/*=============================================================
 singleページ
=============================================================*/
.wrap-data h4 {
	font-weight: 500;
	font-size: 140%;
	margin-bottom: 0.5em;
}
.title-lined {
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.5em;
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 500;
	margin-top: 80px;
}
@media screen and (max-width:768px) {
	.title-lined {
		font-size: 120%;
		margin-top: 40px;
	}
	
}
@media screen and (min-width:768px) {

	.report-single-wrap {
		display: grid;
		gap: 50px;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 50px;
	}
	.wrap-data {
		padding: 20px 0;
	}
	.tit-box-report {
		text-align: center;
		margin-bottom: 50px;
	}
	.report-single-wrap img {
		width: auto;
		height: 350px;
		object-fit: cover;
	}
}
@media screen and (max-width:768px) {
	.report-single-wrap {
		margin-bottom: 30px;
	}
	.wrap-data {
		padding: 10px;
	}
	.tit-box-report {
		text-align: center;
		margin-bottom: 20px;
	}
	.report-single-wrap img {
		width: auto;
		height: 240px;
		object-fit: cover;
	}
}
@media screen and (min-width:768px) {
	.by_planner {
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(2, 1fr);
	margin: 80px auto;
	width: 80%;
}
}

.by_planner h4 {
	border-bottom: 2px solid #CCC;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 140%;
}
@media screen and (max-width:768px) {
	.by_planner {
		margin-top: 50px;
	}
	.by_planner img  {
		display: block;
		margin: 30px 0;
	}
}
@media screen and (min-width:768px) {}

