@charset "UTF-8";
/* Scss Document */
/*=============================================================
 ウエディングリポート　共通
=============================================================*/
@media screen and (max-width:768px) {
.c-header img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
}

@media screen and (min-width:768px) {
	.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 {
		padding-left: 0;
		padding-right: 0;
			
	}
}
.txt-cl {
	text-align: center;
}
dl.report_info {
	line-height: 1.8;
	margin-bottom: 20px;
	margin-top: 20px;
	display: grid;
gap: 0px 20px;
grid-template-columns: auto 1fr;  
}
dl.report_info dt {
	/*width: 25%;
	float: left;*/
	font-weight: bold;
}
dl.report_info dd {
	/*margin: 0 0 0 35%;*/
}
dl.report_info dd, dl.report_info dt {
}
/*=== ボタン===*/
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-size: 2rem;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 0 !important;
  margin-bottom: 1.25rem;
	font-weight: 400;
	font-family: "Cormorant", serif;

}
.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: 5vw;
}
@media screen and (max-width:768px) {
	.title-lined {
		font-size: 120%;
		margin-top: 40px;
	}
	
}

.tit-box-report .category {
	font-size: clamp(1.3125rem, 3vw, 1.75rem);
  color: #a78f45;
	font-weight: 400;
	font-family: "Cormorant", serif;
}

.tit-box-report h3 {
  line-height: 2;
	 font-size: clamp(1.25rem, 3vw, 2rem);
}

@media screen and (min-width:768px) {

	.report-single-wrap {
		display: grid;
		gap:0 50px;
		grid-template-columns:2.2fr 2fr;  
		margin-bottom: 5vw;
		align-items: center;
	}
	.wrap-data {
		width: 100%;
		padding: 20px 0;
	}
	.tit-box-report {
		text-align: center;
		margin-bottom: 5vw;
		
	}
	.report-single-wrap img {
		width: 100%;
		/*height: 380px;*/
		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: 100%;
		/*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;
  }
}

