.partyreportSec {
	background: #F0F0E9;
	padding: 95px 0 85px;
}

@media screen and (max-width: 1000px) {
	.partyreportSec {
		padding: 60px 0;
	}
}

.partyreportSec .inner {
	max-width: 1112px;
}

.partyreportSec .inner .title {
	text-align: center;
	margin-bottom: 40px;
	color: #44605F;
}

.partyreportSec .inner .title .en {
	font-size: 2.8rem;
}

.partyreportSec .inner .list {
	margin-bottom: 35px;
}

@media screen and (max-width: 1000px) {
	.partyreportSec .inner .list {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
}

.partyreportSec .inner .list .slick-next {
	right: 10px;
	top: 26.667vw;
}

.partyreportSec .inner .list .slick-prev {
	left: 10px;
	top: 26.667vw;
}

.partyreportSec .inner .list .slide {
	margin: 0 16px;
}

@media screen and (max-width: 1000px) {
	.partyreportSec .inner .list .slide {
		width: calc(100vw - 80px);
		padding: 0;
		margin: 0 10px;
	}
}

.partyreportSec .inner .list .slide figure {
	margin-bottom: 10px;
}

.partyreportSec .inner .list .slide .caption {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.8;
}

@media screen and (max-width: 1000px) {
	.partyreportSec .inner .list .slide .caption {
		font-size: 1.3rem;
	}
}

.partyreportSec .inner .btn {
	width: 265px;
	margin: 0 auto;
	display: block;
	position: relative;
	position: relative;
	display: block;
}

.partyreportSec .inner .btn::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #FFFFFF;
	border: 1px solid #44605F;
}

.partyreportSec .inner .btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 16.5px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #053735;
	border-right: 1px solid #053735;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

@media screen and (max-width: 1000px) {
	.partyreportSec .inner .btn {
		width: calc(100% - 40px);
	}
}




/*PC表示は下記に記載*/
@media screen and (min-width:1031px) {

	/*w-top*/
	.contentsnavSec {
		padding: 100px 0;
		border-top: 1px solid #D8D8D1;
	}

	.contentsnavSec .inner .title {
		color: #44605F;
		text-align: center;
		margin-bottom: 30px;
	}

	.contentsnavSec .inner .title .en {
		font-size: 2.8rem;
	}

	.contentsnavSec__lst {
		width: calc(100vw - 40px);
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contentsnavSec__lst li {
		width: calc((100% - 100px) / 6);
		text-align: center;
		color: #44605F;
		font-size: 1.3rem;
		position: relative;
	}

	.contentsnavSec__lst li img {
		margin-bottom: 15px;
	}

	.contentsnavSec__lst li a {
		font-size: 1.2rem;
		text-decoration: underline;
	}

	.contentsnavSec__lst li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		outline: none;
		border-bottom: 0px;
		opacity: 0;
		transition: opacity 0.2s;
	}

	.contentsnavSec__lst a:hover:before {
		background: #fff;
		filter: alpha(opacity=20);
		opacity: 0.2;
	}

	/*ceremony*/
	.w-ceremony .outlineSec__report {
		width: 600px;
		margin: 50px auto 35px;
		padding: 40px 0 0;
		border-top: 1px solid #D8D8D1;
	}

	.w-ceremony .outlineSec .outlineSec__report .midashi .en {
		font-size: 1.8rem;
		letter-spacing: 1px;
		margin-bottom: 3px;
	}

	.w-ceremony .outlineSec__report__lst {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.w-ceremony .outlineSec__report__lst li {
		width: calc((100% - 30px) / 2);
		text-align: center;
		color: #44605F;
		font-size: 1.2rem;
		position: relative;
	}

	.w-ceremony .outlineSec__report__lst li img {
		margin-bottom: 15px;
	}

	.w-ceremony .outlineSec__report__lst li p {
		margin-bottom: 10px;
		line-height: 2;
	}

	.w-ceremony .outlineSec__report__lst li a {
		text-decoration: underline;
	}

	.w-ceremony .outlineSec__report__lst li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		outline: none;
		border-bottom: 0px;
		opacity: 0;
		transition: opacity 0.2s;
	}

	.w-ceremony .outlineSec__report__lst a:hover:before {
		background: #fff;
		filter: alpha(opacity=20);
		opacity: 0.2;
	}

	/*familywedding*/
	.w-familywedding .pageheadSec {
		padding-bottom: 20px;
	}

	.w-familywedding .introSec {
		padding-bottom: 70px;
	}

	.w-familywedding .introSec .inner .catch {
		font-size: 2rem;
		line-height: 2;
		color: #44605F;
		margin-bottom: 20px;
		text-align: center;
	}

	.w-familywedding .introSec .inner .read {
		line-height: 2;
		text-align: center;
		margin-bottom: 1em;
	}

	.w-familywedding__sec {
		padding: 100px 0;
	}

	.w-familywedding__sec .inner .midashi {
		text-align: center;
		margin-bottom: 70px;
		color: #44605F;
	}

	.w-familywedding__sec .inner .midashi .en {
		font-size: 2.5rem;
		letter-spacing: 1px;
	}

	.w-familywedding .flowSec {
		background: #F0F0E9;
	}

	.w-familywedding .flowSec .inner .block .flexBox {
		display: flex;
		align-items: center;
	}

	.w-familywedding .flowSec .inner .block .flexBox .photo {
		width: 48%;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text {
		width: 52%;
		padding-left: 9%;
		position: relative;
		box-sizing: border-box;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .komidashi {
		color: #44605F;
		margin-bottom: 20px;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .komidashi .en {
		font-size: 2.4rem;
		margin-bottom: 15px;
		letter-spacing: .05em;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .komidashi .ja {
		font-size: 1.8rem;
		letter-spacing: .05em;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .komidashi .ja::after {
		content: "";
		display: block;
		height: 1px;
		background: #D3D3C8;
		margin-top: 20px;
		margin-left: -22%;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .read {
		line-height: 2;
	}

	.w-familywedding .flowSec .inner .block:nth-of-type(even) .flexBox {
		flex-direction: row-reverse;
	}

	.w-familywedding .pointSec .inner {
		margin-bottom: 100px;
	}

	.w-familywedding .pointSec .inner .list {
		display: flex;
		justify-content: space-between;
	}

	.w-familywedding .pointSec .inner .list .card {
		width: 30%;
	}

	.w-familywedding .pointSec .inner .list .card .komidashi {
		font-size: 2rem;
		text-align: center;
		line-height: 1.6;
		margin-bottom: 10px;
		color: #053735;
	}

	.w-familywedding .pointSec .inner .list .card figure {
		margin-bottom: 20px;
	}

	.w-familywedding .pointSec .inner .list .card .catch {
		font-size: 2rem;
		color: #053735;
		margin-bottom: 10px;
	}

	.w-familywedding .specialSec {
		background: #F0F0E9;
	}

	.w-familywedding .specialSec .inner .midashi {
		margin-bottom: 25px;
	}

	.w-familywedding .specialSec .inner .midashi .ja {
		font-size: 2rem;
		letter-spacing: 1px;
		margin: 20px 0 0;
	}

	.w-familywedding .specialSec .inner .note {
		text-align: center;
	}

	.w-familywedding .w-plan .archiveSec {
		padding-top: 0;
		padding-bottom: 0;
	}

	.w-familywedding .bl_present {
		margin-bottom: 0;
	}

	.w-familywedding .bl_present .midashi {
		display: none;
	}
	
	/*
	.w-familywedding .specialSec .bl_present .wrap .wedding-present-slides {
		width: calc(100% - 40px);
		max-width: 1200px;
		margin: 0 auto;
		padding:60px 0 0;
		display:flex; flex-wrap: wrap;
		justify-content:space-between;
	}
	.w-familywedding .specialSec .bl_present .wrap .wedding-present-slides .slide {
		width: calc((100% - 40px) / 3);
		margin:0 0 20px;
		box-sizing: border-box;
	}
	*/

	.w-familywedding .faq .contentSec {
		background: inherit;
		padding: 100px 0;
	}

	.w-familywedding .faq .contentSec .inner .midashi {
		text-align: center;
		margin-bottom: 70px;
		font-size: inherit;
		background: none;
	}

	.w-familywedding .faq .contentSec .inner .box .faqs {
		background: inherit;
		padding: 0 20%;
	}

	.w-familywedding .faq .contentSec .inner .box dl dt {
		padding: 15px 40px;
		font-size: 1.5rem;
	}

	.w-familywedding .faq .contentSec .inner .box dl dt .icon {
		top: 5px;
		font-size: 2.2rem;
	}

	.w-familywedding .faq .contentSec .inner .box dl dt:before,
	.w-familywedding .faq .contentSec .inner .box dl dt.active:before {
		top: 15px !important;
		width: 20px;
		height: 20px;
	}

	.w-familywedding .faq .contentSec .inner .box dl dt:after,
	.w-familywedding .faq .contentSec .inner .box dl dt.active:after {
		top: 26px !important;
		right: 18px;
		width: 5px;
		height: 5px;
	}

	.w-familywedding .faq .contentSec .inner .box dl dd .icon {
		left: 2px;
		font-size: 2.2rem;
	}

	.w-familywedding .faq .contentSec .inner .box dl dd {
		padding: 15px 0 15px 40px;
	}

}




/*SP表示は下記に記載*/
@media screen and (max-width:1030px) {

	/*w-top*/
	.contentsnavSec {
		padding: 70px 0;
		border-top: 1px solid #D8D8D1;
	}

	.contentsnavSec .inner .title {
		color: #44605F;
		text-align: center;
		margin-bottom: 30px;
	}

	.contentsnavSec .inner .title .en {
		font-size: 2.8rem;
	}

	.contentsnavSec__lst {
		width: calc(100vw - 40px);
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contentsnavSec__lst li {
		width: calc((100% - 20px) / 2);
		text-align: center;
		color: #44605F;
		font-size: 1.3rem;
		margin-bottom: 26px;
		position: relative;
	}

	.contentsnavSec__lst li img {
		margin-bottom: 13px;
	}

	.contentsnavSec__lst li a {
		font-size: 1.2rem;
		text-decoration: underline;
	}

	.contentsnavSec__lst li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		outline: none;
		border-bottom: 0px;
	}

	/*ceremony*/
	.w-ceremony .outlineSec__report {
		margin: 50px auto 0;
		padding: 40px 0 0;
		border-top: 1px solid #D8D8D1;
	}

	.w-ceremony .outlineSec .outlineSec__report .midashi .en {
		font-size: 1.6rem;
		letter-spacing: 1px;
		margin-bottom: 3px;
	}

	.w-ceremony .outlineSec__report__lst {
		width: 80%;
		margin: 0 auto;
	}

	.w-ceremony .outlineSec__report__lst li {
		text-align: center;
		color: #44605F;
		font-size: 1.2rem;
		position: relative;
		margin-bottom: 24px;
	}

	.w-ceremony .outlineSec__report__lst li:last-child {
		margin-bottom: 0;
	}

	.w-ceremony .outlineSec__report__lst li img {
		margin-bottom: 15px;
	}

	.w-ceremony .outlineSec__report__lst li p {
		margin-bottom: 10px;
		line-height: 2;
	}

	.w-ceremony .outlineSec__report__lst li a {
		text-decoration: underline;
	}

	.w-ceremony .outlineSec__report__lst li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		outline: none;
		border-bottom: 0px;
	}

	/*familywedding*/
	.w-familywedding .pageheadSec {
		padding-bottom: 20px;
	}

	.w-familywedding .introSec {
		padding-bottom: 60px;
	}

	.w-familywedding .introSec .inner .catch {
		font-size: 1.8rem;
		line-height: 1.8;
		color: #44605F;
		margin-bottom: 20px;
		text-align: center;
	}

	.w-familywedding .introSec .inner .read {
		line-height: 2;
		margin-bottom: 1em;
	}

	.w-familywedding__sec {
		padding: 60px 0 70px;
	}

	.w-familywedding__sec .inner .midashi {
		text-align: center;
		margin-bottom: 40px;
		color: #44605F;
	}

	.w-familywedding__sec .inner .midashi .en {
		font-size: 2.2rem;
		letter-spacing: 1px;
	}

	.w-familywedding .flowSec {
		padding: 60px 0 70px;
		background: #F0F0E9;
	}

	.w-familywedding .flowSec .inner {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.w-familywedding .flowSec .inner .block {
		margin-bottom: 45px;
	}

	.w-familywedding .flowSec .inner .block:last-child {
		margin-bottom: 0;
	}

	.w-familywedding .flowSec .inner .block .flexBox .photo.sp_view {
		width: 100%;
		margin-bottom: 25px;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text {
		width: 100%;
		padding: 0;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .komidashi {
		color: #44605F;
		margin-bottom: 20px;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .komidashi .en {
		font-size: 2rem;
		margin-bottom: 15px;
		letter-spacing: .05em;
		display: inline;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .komidashi .ja {
		font-size: 1.7rem;
		letter-spacing: .05em;
		display: inline;
		padding-left: 0.5em;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .komidashi .ja::after {
		content: "";
		display: block;
		height: 1px;
		background: #D3D3C8;
		margin-top: .5em;
	}

	.w-familywedding .flowSec .inner .block .flexBox .text .read {
		line-height: 2;
	}

	.w-familywedding .flowSec .inner .block:nth-of-type(even) .flexBox {
		flex-direction: row-reverse;
	}


	.w-familywedding .pointSec .inner .list {
		display: block;
	}

	.w-familywedding .pointSec .inner .list .card {
		width: 100%;
		margin-bottom: 40px;
	}

	.w-familywedding .pointSec .inner .list .card .komidashi {
		font-size: 2rem;
		text-align: center;
		line-height: 1.6;
		margin-bottom: 10px;
		color: #053735;
	}

	.w-familywedding .pointSec .inner .list .card figure {
		margin-bottom: 20px;
	}

	.w-familywedding .pointSec .inner .list .card .catch {
		font-size: 1.6rem;
		color: #053735;
		margin-bottom: 10px;
	}

	.w-familywedding .specialSec {
		padding: 60px 0 70px;
		background: #F0F0E9;
	}

	.w-familywedding .specialSec {
		padding: 60px 0 70px;
		background: #F0F0E9;
	}

	.w-familywedding .bl_present .midashi {
		display: none;
	}

	.w-familywedding .faq .contentSec {
		background: inherit;
		padding: 60px 0 70px;
	}

	.w-familywedding .faq .contentSec .inner .midashi {
		text-align: center;
		margin-bottom: 40px;
		font-size: inherit;
		background: none;
	}

	.w-familywedding .faq .contentSec .inner .box .faqs {
		background: inherit;
		padding: 0;
	}

	.w-familywedding .faq .contentSec .inner .box dl dt {
		padding: 15px 50px;
		font-size: 1.4rem;
	}

	.w-familywedding .faq .contentSec .inner .box dl dt .icon {
		top: 8px;
		left: 20px;
		font-size: 2rem;
	}

	.w-familywedding .faq .contentSec .inner .box dl dt:before,
	.w-familywedding .faq .contentSec .inner .box dl dt.active:before {
		top: 17px !important;
		width: 18px;
		height: 18px;
		right: 20px;
	}

	.w-familywedding .faq .contentSec .inner .box dl dt:after,
	.w-familywedding .faq .contentSec .inner .box dl dt.active:after {
		top: 27px !important;
		right: 27px;
		width: 5px;
		height: 5px;
	}

	.w-familywedding .faq .contentSec .inner .box dl dd .icon {
		left: 22px;
		font-size: 2rem;
	}

	.w-familywedding .faq .contentSec .inner .box dl dd {
		padding: 15px 20px 15px 50px;
	}

}
