@charset "utf-8";

.base{
	position: relative;
}
.wed_header {
	position: absolute;
	top: 0;
	left: 0;
}


.main{
	text-align: center;
}
.image-introduction-wrap{
  padding-bottom: calc( 652 / 1120 * 100% );
}
.image-about-wrap{
  padding-bottom: calc( 460 / 690 * 100% );
}
.image-plus-wrap{
	padding-bottom: 130px;
}
.image-party_style-wrap{
	padding-bottom: calc( 428 / 1120 * 100% );
}
.image-plans-wrap{
	padding-bottom: calc( 420 / 630 * 100% );
}
.image-schedule-wrap{
	padding-bottom: calc( 272 / 542 * 100% );
}
@media (max-width: 768px){ 
	.image-plus-wrap{
		padding-bottom: calc( 240 / 750 * 100vw );
	}
	.image-party_style-wrap{
		padding-bottom: calc( 420 / 690 * 100% );
	}
}

.caption{
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 0.75em;
}
@media (max-width: 768px){ 
	.caption{
		font-size: 0.857em;
		bottom: -23px;
	}
}

.main_visual{
	position: relative;
	height: 860px;
	background: url(/wed/party/images/main_visual.jpg) no-repeat top center / cover;
	.caption{
		right: 10px;
	}
}
.contents_heading{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 150px;
	width: 100%;
	background: rgba(190, 235, 233, .9);
	font-family: var(--ff-yu_mincho);
	color: var(--color-2);
	font-size: 5.0rem;
	text-align: center;
	line-height: 1;
	.en{
		display: block;
		margin-top: -39px;
		font-family: "Mrs Saint Delafield", serif;
		font-size: 1.2em;
		letter-spacing: 0.01em;
	}
	.jp{
		span{
			display: block;
			font-size: 0.48em;
		}
	}
}
h1{
	line-height: 1.4;
	letter-spacing: 0.05em;
}
@media (min-width: 769px) and (max-width: 1140px){  
	.main_visual{
		background-position: left -390px top;
	}
}
@media (max-width: 768px){ 
	.main_visual{
		height: calc( 1000 / 750 * 100vw );
		background-image: url(/wed/party/images/main_visual-sp.jpg);
	}
	.contents_heading{
		height: calc( 200 / 750 * 100vw );
		font-size: calc( 54 / 750 * 100vw );
		.en{
			margin-top: -5.5vw;
		}
		.jp{
			span{
				font-size: 0.592em;
				letter-spacing: -0.1vw;
				white-space: nowrap;
			}
		}
	}
}
.nav{
	padding: 45px 0;
}
@media (max-width: 768px){ 
	.nav{
		padding: 45px calc(30 / 750* 100vw) 0;
		ul {
			grid-template-columns: repeat(2, 1fr);
		}	
		li:first-of-type{
				grid-column: span 2 / span 2;
		}
		li{
			a{
				display: flex;
				justify-content: space-between;
				border-bottom: 1px solid #dfd2c1;
				white-space: nowrap;
				padding-bottom: 10px;
			}
		}
		/* .js-anchor-link{
			&::after{
				width: 12px;
				height: 12px;
				background-size: 100%;
			}
		} */
	}
}

.concept{
	padding: 30px 0 75px;
	font-family: var(--ff-yu_mincho);
}
.concept__title{
	line-height: 2;
}
.concept__lead{
	line-height: 2.2;
}
@media (max-width: 768px){ 
	.concept{
		padding: 50px 0;
	}
	.concept__lead {
    white-space: nowrap;
	}
}

.section__heading + .section__lead{
	margin-top: -10px;
}
h3 {
	white-space: nowrap;
	font-weight: bold;
}
.section__heading.-rwd_common.-bottom_line{
	margin-bottom: 30px;
}
@media (min-width: 769px){
	.section{
		padding-top: 30px;
		padding-bottom: 90px;
	}
	.section__heading.-rwd_common:not(.-bottom_line){
		padding-bottom: 20px;
		margin-bottom: 35px;
	}
	.section__lead{
		line-height: 2.375;
	}
	h3 {
		font-size: 1.125em;
	}
}
@media (max-width: 768px){ 
	.section{
		padding: 50px 0;
	}
}

.introduction{
	padding-bottom: 75px;
	background: url(/wed/party/images/bg-introduction.jpg) no-repeat bottom center / cover;
}
@media (min-width: 769px){
	.introduction{
		padding-top: 0;
	}
}
@media (max-width: 768px){ 
	.introduction{
		padding-bottom: 50px;
	}
}

.about__heading{
	background: url(/wed/party/images/text-about_after_party.png) no-repeat top 45px right / auto;
}
.about__item{
	display: flex;
	flex-direction: column;
	h3{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.order {
		display: block;
		color: #9f815a;
		font-family: var(--ff-yu_mincho);
		font-weight: bold;
		font-style: italic;
		font-size: 3em;
		line-height: 1;
	}
}
.about__item:last-of-type{
	.order {
		width: fit-content;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.555em;
		img{
			width: 32px;
		}
	}
}
.plus__item{
	padding: 30px 0;
}
@media (min-width: 769px){
	.about__item{
		p{
			padding: 0 40px;
		}
		.order {
			height: 54px;
		}
	}
	img.image-plus_item-01{
		width: 130px;
	}
	img.image-plus_item-02{
		width: 157px;
		position: relative;
		left: 3px;
	}
	img.image-plus_item-03{
		width: 138px;
		position: relative;
		left: -3px;
	}
}
@media (max-width: 768px){
	.about__item{
    .order {
			font-size: 1.875em;
    }
  }
	.about__item:last-of-type{
		.order {
			margin-bottom: 3px;
			font-size: 1.8rem;
			img{
				width: 21px;
			}
		}
	}
	.plus__item{
		padding: 30px calc(30 / 750* 100vw);
	}
	img.image-plus_item-01{
		width: calc(240 / 750* 100vw);
	}
	img.image-plus_item-02{
		width: calc(287 / 750* 100vw);
		left: calc(6.5 / 750* 100vw);
	}
	img.image-plus_item-03{
		width: calc(251 / 750* 100vw);
		left: calc(3 / 750* 100vw);
	}
}

.party_style{
	/* padding-bottom: 90px; */
	background: url(/wed/common/images/module/bg-damask-gray.jpg) repeat top left / auto;
}
.party_style__heading{
	background: url(/wed/party/images/text-party_style.png) no-repeat top 40px left / auto;
}
.party_style__item{
	h3{
		height: 50px;
		color: #ffffff;
	}
}
.party_style__itemLabel{
	width: 180px;
	background-color: var(--color-4);
	color: #ffffff;
	margin-right: 15px;
}
/* Mac retina chrome */
@media (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2){
	.party_style__itemLabel{
		width: 190px;
	}
}

.party_style__item + .party_style__item{
	margin-top: 90px;
}
.party_style__text{
	background-color: #ffffff;
	padding: 30px 40px;
	text-align: left;
	p{
		padding-left: 1em;
		text-indent: -1em;
		&::before{
			content: "♦";
			color: var(--color-5);
			margin-right: 5px;
		}
	}
}
@media (max-width: 768px){
	.party_style__item{
		h3{
			height: 40px;
		}
		dl{
			dt{
				width: calc(260 / 750* 100vw);
				min-width: 130px;
				margin-right: 10px;
				padding: 3px 0;
				white-space: nowrap;
			}
			dd{
				padding-top: 1px;
			}
		}
	}
	.party_style__item + .party_style__item {
    margin-top: 50px;
	}
	.party_style__text{
		padding: 15px;
	}
}

.plans__heading{
	background: url(/wed/party/images/text-recommended_plans.png) no-repeat top 45px right / auto;
}
.plans-block__heading{
	margin-bottom: 30px;
	padding: 15px 20px 12px;
	line-height: 1.6;
}
.plans-container{
	dt{
		> div {
		padding: 0 15px;
		}
	}
	dd p{
		position: relative;
		padding-left: 12px;
		word-break: break-all;
		&::before{
			content: "";
			position: absolute;
			top: 10px;
			left: 0;
			display: inline-block;
			width: 6px;
			height: 6px;
			border-radius: 3px;
			background-color: var(--color-2);
		}
	}
}
.benefits__heading{
	color: #ffffff;
	border-bottom: 1px solid var(--color-2);
}
.questionnaire__item{
	padding: 30px;
	border: 1px solid #dfd2c1;
	dt{
		line-height: 1.4;
	}
}
@media (max-width: 768px){
	.plans-block__heading{
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		margin-bottom: 20px;
	}
	.plans-container{
		dd{
			p{
				line-height: 1.4;
				&+ p{
					margin-top: 8px;
				}
			}
		}
	}
}

.schedule{
  background: url(/wed/party/images/bg-schedule.jpg) no-repeat center top / auto;
}
.schedule__body{
	padding-top: 80px;
	background-color: #ffffff;
	&::before {
		content: "";
		position: absolute;
		background-color: #ffffff;
		top: 0;
		left: 0;
		width: calc(50vw + 640px);
		margin: 0 calc(50% - 50vw);
		height: 100%;
	}
}
.schedule_introduction{
	width: 100%;
	max-width: 736px;
	margin: auto;
	padding: 30px;
	background-color: #f0e9e0;
}
.schedule__term{
	position: relative;
	width: 30px;
	text-align: left;
	writing-mode: vertical-rl;
	font-weight: bold;
	line-height: 31px;
	&::after{
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
    height: 17px;
		z-index: 1;
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 100%;
	}
}
.schedule_before{
	.schedule__term{
		padding-top: 8px;
		background-color: #f0e9e0;
		&::after{
			bottom: -15px;
			background-image: url(/wed/party/images/image-schedule_before-after.png);
		}
	}
}
.schedule_after{
	.schedule__term{
		padding-top: 20px;
		background-color: #dfd2c1;
		&::after{
			bottom: 0;
			background-image: url(/wed/party/images/image-schedule_after-after.png);
		}
	}
}
.scheduleDescription-container{
	flex: 1;
	margin-left: 17px;
	padding-left: 17px;
	border-left: 1px solid #dfd2c1;
	dt{
		display: flex;
		color: var(--color-2);
		font-weight: bold;
	}
}
.scheduleItem__term{
	position: relative;
	[class$="-box"]{
		white-space: nowrap;
	}
	.left-box{
		width: 310px;
		background-color: #dfd2c1;
	}
	.right-box{
		flex: 1;
		background-color: #f0e9e0;
	}
}
.scheduleItem__description{
	flex: 1;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0e9e0;
	text-align: left;
	p{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 60px;
		color: var(--color-2);
		font-size: 1.125em;
		font-weight: bold;
	}
	ul{
		line-height: 1;
	}
	li{
		padding-left: 1.3em;
		text-indent: -1.3em;
		&::before{
			content: "";
			display: inline-block;
			width: 10px;
			height: 10px;
			margin-right: 8px;
			border: 1px solid #b08f64;
			box-sizing: border-box;
		}
	}
	li + li{
		margin-top: 10px;
	}
}
.last{
	.scheduleItem__description{
		position: relative;
		border: none;
		padding-bottom: 0;
	}
}
@media (min-width: 1921px){
	.schedule{
		background-size: 100%;
	}
}
@media (min-width: 769px) and (max-width: 1140px){
	.schedule{
		background-position: left -390px top;
	}
}
@media (min-width: 769px){
	.schedule{
		padding-bottom: 40px;
	}
	.scheduleItem__term{
		width: 480px;
		height: 60px;
		font-size: 1.125em;
		line-height: 60px;
		&::before{
			content: "";
			position: absolute;
			left: -21px;
			top: 50%;
			transform: translateY(-50%);
			display: inline-block;
			width: 7px;
			height: 7px;
			border-radius: 3px;
			background-color: var(--color-2);
			z-index: 1;
		}
		&::after{
			content: "";
			position: absolute;
			left: -17px;
			top: 50%;
			width: 17px;
			height: 1px;
			background-color: #dfd2c1;
		}
	}
}
@media (max-width: 768px){
	.schedule{
		padding-bottom: 20px;
		background-image: url(/wed/party/images/bg-schedule-sp.jpg);
		background-size: 100%;
	}
	.schedule .schedule__heading{
		.jp{
			font-size: 1.857em;
		}
	}
	.schedule_introduction {
    padding: 20px 15px;
	}
	.schedule__body {
		padding-top: 50px;
	}
	.schedule__term{
		width: 25px;
		line-height: 26px;
	}
	.schedule__term{
		&::after{
			height: 15px;
		}
	}
	.schedule_before{
		.schedule__term{
			&::after{
				background-image: url(/wed/party/images/image-schedule_before-after-sp.png);
			}
		}
	}
	.schedule_after{
		.schedule__term{
			&::after{
				background-image: url(/wed/party/images/image-schedule_after-after-sp.png);
			}
		}
	}

	.scheduleDescription-container{
		margin-left: 0;
		padding-left: 15px;
		border: 0;
	}
	.scheduleItem__term {
		height: 35px;
		line-height: 36px;
		.left-box{
			width: calc( 425 / 750 * 100vw );
		}
		.right-box{
			font-size: 0.857em;
		}
	}
	.scheduleItem__description {
		padding-bottom: 17px;
		p{
			height: auto;
			margin-top: 18px;
			margin-bottom: 12px;
		}
		ul{
			padding-left: 15px;
		}
		li{
			line-height: 1.4;
		}
	}
	.schedule_after {
		.scheduleDescription-container{
			padding-top: 20px;
		}
	}
}


.faq__heading{
	background: url(/wed/party/images/text-after_party_QandA.png) no-repeat top 90px right / auto;
}

.faq__item{
	border-bottom: 1px solid #dfd2c1;
	.head{
		padding-right: 5px;
		color: var(--color-4);
		font-weight: bold;
	}
}
.faq__term{
	padding-bottom: 30px;
	font-weight: bold;
	> span{
		display: flex;
	}
}
.faq__description{
	display: flex;
	padding: 0 75px 30px 0;
	padding-right: 75px;
	text-align: justify;
}
@media (min-width: 769px){
	/* .faq{
		padding-top: 230px;
	} */
	.faq__term{
		padding-bottom: 28px;
		font-size: 1.125em;
	}
	.faq__description{
		.head{
			font-size: 1.125em;
		}
	}
}
@media (max-width: 768px){
	.faq{
		padding-top: 40px;
	}
	.faq__term{
		padding-bottom: 20px;
		> span{
			padding-right: 27px;
		}
	}
	.faq__description{
		padding-bottom: 20px;
		padding-right: 0;
	}
}

.faq__item {
  .js-summary-toggle {
		/* position: relative; */
		display: flex;
		justify-content: space-between;
  	transition: 0.2s;
		cursor: pointer;
    &::-webkit-details-marker {
      display: none;
    }
    &::after {
			content: "\FF0B";
			display: block;
			color: var(--color-4);
			font-size: 1.6em;
			transition: 0.2s;
			line-height: 1;
    }
  }
  &.is-opened>.js-summary-toggle::after {
		content: "\FF0D";
  }

  .js-summary-content {
    position: relative;
    overflow: hidden;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: padding .25s, height .25s, opacity .25s;
  }

  &:not(.is-opened)>.js-summary-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 769px){
	.js-summary-toggle:hover{
		color: var(--color-4);
	}
}


.wedding_content{
	padding-top: 0;
}
@media (max-width: 768px){
	.wedding_content{
		padding-top: 20px;
	}
}