@charset "UTF-8";
/* Scss Document */
/*=============================================================
 ウエディングリポート　共通
=============================================================*/
.c-header {
	position: relative;
	text-align: center;
	color: #fff;
}
.c-header .uk-container {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.c-header__eng {
	font-size: 2em;
	color: #fff;
}

.c-header__title {
	font-size: 1em;
	color: #fff;
}

@media screen and (max-width:768px) {
.c-header img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
}

@media screen and (min-width:768px) {
	.c-header img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
	.c-header .c-inner {
		flex-direction: row;
		justify-content: flex-start;
	}
}



@media screen and (min-width:768px) {
	.sec-report {
		padding: 70px 0;
	}
}
@media screen and (max-width:768px) {
	.sec-report {
		padding: 50px 0;
	}
}

	.sec-report .c-inner {
		width: 1200px;
		max-width: 90%;
		margin: 0 auto;

	}

.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) {}


/*=============================================================
 パンフレット
=============================================================*/

.l-wedding .l-footer__pamphlet {
  color: #1e2414;
  text-align: center;
  padding: 10rem 0;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet {
    padding: 6.25rem 0;
  }
}
.l-wedding .l-footer__pamphlet .c-inner {
  max-width: 65rem;
}
.l-wedding .l-footer__pamphlet-eng {
  color: #a78f45;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet-eng {
    margin-bottom: 0;
  }
}
.l-wedding .l-footer__pamphlet-eng span {
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet-eng span {
    font-size: 1.125rem;
    gap: 1rem;
  }
}
.l-wedding .l-footer__pamphlet-eng span:before {
  width: 5rem;
  height: 1px;
  content: "";
  background-color: #a78f45;
  display: inline-block;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet-eng span:before {
    width: 2.5rem;
  }
}
.l-wedding .l-footer__pamphlet-eng span:after {
  width: 5rem;
  height: 1px;
  content: "";
  background-color: #a78f45;
  display: inline-block;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet-eng span:after {
    width: 2.5rem;
  }
}
.l-wedding .l-footer__pamphlet-title {
  font-size: 2.25rem;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet-title {
    font-size: 1.75rem;
  }
}
.l-wedding .l-footer__pamphlet-p {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 3.75rem;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet-p {
    font-size: 0.9375rem;
    text-align: left;
    margin-bottom: 1.875rem;
  }
}
.l-wedding .l-footer__pamphlet-bnr {
  position: relative;
  height: 17.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet-bnr {
    height: 11.25rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
  }
}
.l-wedding .l-footer__pamphlet-bnr:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.l-wedding .l-footer__pamphlet-bnr-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-wedding .l-footer__pamphlet-bnr-inner {
  position: relative;
  z-index: 1;
  color: #fff;
}
.l-wedding .l-footer__pamphlet-bnr-title {
  font-size: 1.3125rem;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet-bnr-title {
    font-size: 1rem;
  }
}
.l-wedding .l-footer__pamphlet .c-btn {
  width: 17.5rem;
}
@media (width <= 768px) {
  .l-wedding .l-footer__pamphlet .c-btn {
    width: 14rem;
    padding-right: 0;
  }
}

