/*-------------------
 common
-------------------*/
#link_pagetop{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#link_takeout,
#link_kaisyoku,
#link_altar,
#link_price{
	display: block;
	padding-top: 130px;
	margin-top: -130px;
}

#contents section{
	padding: 100px 0 100px 0;
}
#contents a:hover{
	text-decoration: none;
}
#contents .txt{
	text-align: center;
	margin-bottom: 60px;
	font-size: 1.5rem;
}
.banq_tit02{
	margin: 0 auto 40px auto
}
.banq_tit02:before{
	content:"";
	display:block;
	width: 143px;
	height: 4px;
	position: absolute;
	left:0;
	top:10px;
	background:url(../images/banquet/memorial/line.svg) no-repeat center center;
	background-size: contain;
}
.banq_tit02:after{
	content:"";
	display:block;
	width: 143px;
	height: 4px;
	position: absolute;
	right:0;
	top:10px;
	background:url(../images/banquet/memorial/line.svg) no-repeat center center;
	background-size: contain;
}
.banq_tit02 span{
	margin: 10px auto 0;
}
.gothic{
	font-family: 'Noto Sans Japanese', 'Noto Sans JP',"メイリオ", Meiryo !important;
}
/*plan*/
.plan {
	margin: 0 0 80px 0;
}
.plan:last-of-type{
	margin: 0 0 0 0;
}
.plan dl{
	display: flex;
	justify-content: space-between;
}
.plan dl dt{
	width: 48%;
	max-width: 572px;
}
.plan dl dd{
	width: 49%;
}
.plan dl dt p{
	margin-top: 20px;
}
.plan h3 {
	color: white;
	font-weight: normal;
	background: 
		url(../images/banquet/memorial/bg_plan_icon.png), 
		url(../images/banquet/memorial/bg_plan.jpg) ;
	background-repeat: no-repeat,repeat-y;
	background-position: top right 200px , top left;
	background-size: auto 100% , 100% auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	margin: 0 0 35px 0;
}
.plan h3 .title{
	font-size: 2.4rem;
}
.plan h3 .title span{
	font-size: 1.6rem;
}
.plan h3 .price{
	font-size: 2.4rem;
}
.plan h3 .price span{
	font-size: 1.5rem;
}
.accordion h4{
	border-bottom: solid #BEBAB1 1px;
	font-size: 2.0rem;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.accordion h4:before{
	content: "◆";
	font-size: 1.5rem;
	color: #390F8D;
}
.accordion h4 .note{
	font-size: 1.3rem;
	float: right;
}
.accordion label{
	pointer-events: none;
}
.accordion input{
	display: none;
}
.accordion .col2{
	display: flex;
	justify-content: space-between;
}
.accordion .col2 > li{
	width: 48.5%;
}
.accordion .col2 table.icon{
	border-collapse : separate;
	border-spacing: 0px 8px;
}
.accordion .col2 table.icon th{
	width: 60px;
	color: white;
	padding: 2px 0;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	font-size: 1.2rem;
}
.accordion .col2 table.icon th.wa{
	background-color: #597A52
}
.accordion .col2 table.icon th.you{
	background-color: #A5935F
}
.accordion .col2 table.icon th.chu{
	background-color: #924D44
}
.accordion .col2 table.icon td{
	padding: 2px 0 2px 10px;
	font-size: 1.4rem;
}
.accordion .col2 table.dott td{
	text-indent: -1rem;
	padding: 0px 0px 5px 1rem;
	font-size: 1.4rem;
}
.accordion .col2 table.dott td:before{
	content: '・';
}

@media screen and (max-width: 768px){
	#link_takeout,
	#link_kaisyoku,
	#link_altar,
	#link_price{
		display: block;
		padding-top: 50px;
		margin-top: -50px;
	}
	#contents {
		margin: 0;
		padding: 0 0 0 0;
	}
	#contents section{
		padding: 40px 0 40px 0 !important;
	}
	#contents .txt{
		margin-bottom: 30px;
	}
	.banq_tit02{
		font-size: 2.4rem;
		margin: 0 auto 7% auto;
		letter-spacing: 1px;
	}
	.banq_tit02 span{
		font-size: 1.4rem;
		margin: 5px auto 0;
	}
	/*plan*/
	.plan {
		margin: 0 0 30px 0;
	}
	.plan:last-of-type{
		margin: 0 0 0 0;
	}
	.plan dl{
		display: block;
		justify-content: space-between;
	}
	.plan dl dt{
		margin-bottom: 15px;
	}
	.plan dl dt,
	.plan dl dd{
		width: 100%;
		max-width: 100%;
	}
	.plan dl dt p{
		margin: 15px 0;
	}
	.plan h3 {
		background: 
			url(../images/banquet/memorial/bg_plan_icon_sp.png), 
			url(../images/banquet/memorial/bg_plan.jpg) ;
		background-repeat: no-repeat,repeat-y;
		background-position: top right 45%, top left;
		background-size: auto 100% , 100% auto;
		padding: 6px 2px 6px 10px;
		margin: 0 0 10px 0;
	}
	.plan h3.long{
		background: 
			url(../images/banquet/memorial/bg_plan_icon_sp_long.png), 
			url(../images/banquet/memorial/bg_plan.jpg) ;
		background-repeat: no-repeat,repeat-y;
		background-position: top right -10px, top left;
		background-size: auto 100% , 100% auto;
		display: block
	}
	.plan h3 .title{
		font-size: 1.7rem;
	}
	.plan h3 .title span{
		font-size: 1.2rem;
	}
	.plan h3 .price{
		font-size: 1.7rem;
	}
	.plan h3.long .price{
		font-size: 1.7rem;
		display: block;
		text-align: right;
	}
	.plan h3 .price span{
		font-size: 1.2rem;
	}
	.accordion h4{
		font-size: 1.8rem;
		font-weight: normal;
		padding: 0 0 10px 0;
		margin-bottom: 5px;
	}
	.accordion h4:before{
		font-size: 1.0rem;
		margin-right: 3px;
	}
	.accordion h4 .note{
		display: block;
		float: none;
		text-align: left;
		font-size: 1.2rem;
	}
	.accordion .col2{
		display: block;
	}
	.accordion .col2 > li{
		width: 100%;
	}
	.accordion .col2 table.icon{
		border-spacing: 0px 6px;
		font-size: 1.2rem;
	}
	.accordion .title {
		pointer-events: all !important;
	}
	.accordion .title:hover{
		cursor: pointer;
	}
	.accordion .title .arrow{
		display: block;
		width: 100%;
		padding: 10px 0;
		border: solid #5C3B64 1px;
		color: #5C3B64;
		font-size: 1.5rem;
		text-align: center;
		box-sizing: border-box;
	}
	.accordion .title .arrow:after{
		content: '';
		display: inline-block;
		width: 18px;
		height: 10px;
		background: url(../images/banquet/memorial/arrow_purple.svg) top left no-repeat;
		background-size: contain;
		margin-left: 10px;
		transition: 0.3s; 
	}
	.accordion .title span.up01:after,
	.accordion .title span.up02:after,
	.accordion .title span.up03:after,
	.accordion .title span.up04:after,
	.accordion .title span.up05:after,
	.accordion .title span.up06:after,
	.accordion .title span.up07:after,
	.accordion .title span.up08:after,
	.accordion .title span.up09:after,
	.accordion .title span.up10:after{
		transform:rotate(180deg);
		transition: 0.3s; 
	}
	.accordion .toggle{
		height: 0;
		transition: .4s;
	}
	.accordion input:checked + .toggle{
		height: auto;
	}	
	.accordion .toggle .open{
		line-height: 0;
		visibility: hidden;
		opacity: 0;
		transition: 
			padding .2s,
			line-height .2s,
			visibility .1s,
			opacity .1s;
	}
	.accordion input:checked + .toggle .open{
		padding-top: 15px;
		line-height: 1.5;
		visibility: visible;
		opacity: 1;
	}
}

/*-------------------
 main
-------------------*/
#main{
	background: url("../images/banquet/memorial/bg_title.jpg") top center no-repeat;
	margin-top: 148px;
	height: 260px;
	position: relative;
}
#main h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
@media screen and (max-width: 768px){
	#main{
		background: url("../images/banquet/memorial/bg_title_sp.jpg") bottom center no-repeat;
		background-size: cover;
		margin-top:50px;
		height: 200px;
		position: relative;
	}
	#main h2 {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);
	}
	#main h2 img{
		width: 150px;
		height: auto;
	}
}

/*-------------------
 head_txt_area
-------------------*/
.head_txt_area {
	background:url(../images/banquet/memorial/bg_head_txt_area.jpg) bottom center no-repeat;
	background-size: 100% auto;
	padding-bottom: 100px;
}
.head_txt_area p {
	margin: 0 0 60px 0;
}
.head_txt_area p strong{
	color: #411F51;
	display: block;
	margin-bottom: 40px;
	font-weight: normal;
	letter-spacing: 6px;
}
.head_txt_area p span{
	display: block;
	font-size: 1.5rem;
	line-height: 180%;
	letter-spacing: 0;
}
.head_txt_area ul {
	display: flex;
	justify-content: space-between;
}
.head_txt_area ul li{
	width: 24%;
	text-align: center;
	font-size: 1.5rem;
	background-color: white;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.head_txt_area ul li img{
	width: 100%;
	height: auto;
}
.head_txt_area ul li span{
	display: block;
	padding: 10px 0;
}
.head_txt_area ul li span:after{
	display: inline-block;
	content: '';
	width: 16px;
	height: 10px;
	background: url(../images/banquet/memorial/arrow_gray.svg) top center no-repeat;
	margin-left: 10px;
}
.head_txt_area ul li a:hover span{
	opacity: 0.8;
}
@media screen and (max-width: 768px){
	/*.head_txt_area {
		background:url(../images/banquet/memorial/bg_head_txt_area_sp.jpg) top center no-repeat;
		background-size: contain;
		padding: 40px 0 0 0;
	}*/
	.head_txt_area {
		background:
			url(../images/banquet/memorial/bg_head_txt_area_sp01.jpg),
			url(../images/banquet/memorial/bg_head_txt_area_sp02.jpg) ;
		background-repeat: no-repeat,no-repeat;
		background-position: left top, right top;
		background-size: 80px auto , 80px auto;
		padding: 40px 0 0 0;
	}
	.head_txt_area p {
		margin: 0 0 40px 0;
	}
	.head_txt_area p strong{
		margin-bottom: 20px;
		letter-spacing: 2px;
		font-size: 2.0rem;
	}
	.head_txt_area ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.head_txt_area ul li{
		width: 48%;
		text-align: center;
		font-size: 1.3rem;
		background-color: white;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		margin-bottom: 15px;
	}
	.head_txt_area ul li span{
		display: block;
		padding: 7px 0;
	}
	.head_txt_area ul li span:after{
		display: block;
		content: '';
		width: 16px;
		height: 10px;
		background: url(../images/banquet/memorial/arrow_gray.svg) top center no-repeat;
		margin: 5px auto 0 auto;
	}

	.head_txt_area ul li a:hover span{
		opacity: 0.8;
	}
}

/*-------------------
takeout
-------------------*/
#takeout {
	padding: 100px 0px 0px 0px !important;
}
#takeout img{
	width: 100%;
	height: auto;
}
#takeout .banq_tit02{
	max-width: 766px;
}
#takeout .banq_tit02:before{
	top:20px;
}
#takeout .banq_tit02:after{
	top:20px;
}
#takeout h2 .sp_hide{
	display: inline-block;
	color: #411F51;
	font-size: 3.2rem;
}
#takeout .box {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 80px auto;
}
#takeout .box span{
	width: calc(100% - 10px);
	display: inline-block;
	border: 1px solid #9A9A9A;
	outline: 2px solid #9A9A9A;
	outline-offset: 2px;
	margin:5px;
	box-sizing: border-box;
}
#takeout .box span dl{
	width: 350px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}
#takeout .box span dl dt{
	width: 35%;
	position: relative;
}
#takeout .box span dl dt:after{
	content: '/';
	position: absolute;
	right: 10px;
}
#takeout .box span dl dd{
	width: 65%;
}
#takeout .info{
	margin-top: 20px;
}
#takeout .info ul.note {
	margin-bottom: 20px;
}
#takeout .info ul.note li{
	text-indent: -1rem;
	margin-left: 1rem;
	line-height: 150%;
	margin-bottom: 8px;
}
#takeout .plan:nth-of-type(2) .accordion .col2 > li:nth-child(1){
	width: 51%;
}
#takeout .plan:nth-of-type(2) .accordion .col2 > li:nth-child(2){
	width: 45%
}
#takeout .info .date{
	width: 100%;
	display: flex;
}
#takeout .info .date li{
	width: calc(100% / 3);
	text-align: center;
	border:solid gray 1px;
}
#takeout .info .date li:nth-child(1),
#takeout .info .date li:nth-child(2){
	border-right: none;
}
#takeout .info .date li h5{
	background-color: #726B77;
	color: white;
	font-size: 1.7rem;
	font-weight: normal;
	padding: 5px 0;
}
#takeout .info .date li p{
	padding: 10px 5px;
}
@media screen and (max-width: 768px){
	#takeout h2{
		line-height: 110%;
	}
	#takeout h2 .sp_hide{
		display: none !Important;
	}
	#takeout .banq_tit02:before{
		width: 70px;
		left:calc( 50% - 160px);
		top:30px;
		background-size: auto auto;
	}
	#takeout .banq_tit02:after{
		width: 70px;
		right:calc( 50% - 160px);
		top:30px;
		background:url(../images/banquet/memorial/line.svg) no-repeat center center;
		background-size: auto auto;
	}
	#takeout .plan:nth-of-type(3) .col2{
		display: flex;
	}
	#takeout .accordion .plan:nth-of-type(2) .col2 > li{
		width: 48.5%;
	}
	#takeout .box {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 30px auto;
		font-size: 1.3rem;
	}
	#takeout .box span dl{
		width: 100%;
		margin: 0;
		padding: 3% ;
		box-sizing: border-box;
	}
	#takeout .box span dl dt{
		width: 35%;
		position: relative;
	}
	#takeout .box span dl dt:after{
		content: '/';
		position: absolute;
		right: 10px;
	}
	#takeout .box span dl dd{
		width: 65%;
	}
	#takeout .info ul.note {
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	#takeout .info{
		border-top: solid #BEBAB1 1px;
		margin-top: 5px;
		padding-top: 10px;
	}
	#takeout .info .date{
		width: 100%;
		display: block;
	}
	#takeout .info .date li{
		width: 100%;
		text-align: center;
		border:solid gray 1px;
		display: flex;
	}
	#takeout .info .date li:nth-child(1),
	#takeout .info .date li:nth-child(2){
		border-right:solid gray 1px;
		border-bottom:none;
	}
	#takeout .info .date li h5{
		width: 30%;
		font-size: 1.3rem;
		padding: 6px 0;
	}
	#takeout .info .date li p{
		width: 70%;
		padding: 6px 0;
	}
}

/*-------------------
 kaisyoku
-------------------*/
#kaisyoku .banq_tit02{
	max-width: 620px;
}
#kaisyoku img{
	width: 100%;
	height: auto;
}
#kaisyoku .info{
	border-top: solid #BEBAB1 1px;
	margin-top: 18px;
	padding-top: 20px;
}
#kaisyoku .info ul.note {
	margin-bottom: 20px;
}
#kaisyoku .info ul.note li{
	text-indent: -1rem;
	margin-left: 1rem;
	line-height: 150%;
	margin-bottom: 8px;
}
#kaisyoku .plan:nth-of-type(2) .accordion .col2 > li:nth-child(1){
	width: 51%;
}
#kaisyoku .plan:nth-of-type(2) .accordion .col2 > li:nth-child(2){
	width: 45%
}
#kaisyoku .info .date{
	width: 100%;
	display: flex;
}
#kaisyoku .info .date li{
	width: calc(100% / 3);
	text-align: center;
	border:solid gray 1px;
}
#kaisyoku .info .date li:nth-child(1),
#kaisyoku .info .date li:nth-child(2){
	border-right: none;
}
#kaisyoku .info .date li h5{
	background-color: #726B77;
	color: white;
	font-size: 1.7rem;
	font-weight: normal;
	padding: 5px 0;
}
#kaisyoku .info .date li p{
	padding: 10px 5px;
}
@media screen and (max-width: 768px){
	#kaisyoku .banq_tit02:before{
		width: 50px;
		left:calc( 50% - 160px);
		top:10px;
		background-size: auto auto;
	}
	#kaisyoku .banq_tit02:after{
		width: 50px;
		right:calc( 50% - 160px);
		top:10px;
		background:url(../images/banquet/memorial/line.svg) no-repeat center center;
		background-size: auto auto;
	}
	#kaisyoku .plan:nth-of-type(2) .accordion .col2 > li:nth-child(1){
		width: 100%;
	}
	#kaisyoku .plan:nth-of-type(2) .accordion .col2 > li:nth-child(2){
		width: 100%
	}
	#kaisyoku .plan h3.long {
		background: 
			url(../images/banquet/memorial/bg_plan_icon_sp.png) , 
			url(../images/banquet/memorial/bg_plan.jpg) ;
		background-repeat: no-repeat,repeat-y;
		background-position: top right 45% , top left;
		background-size: auto 100% , 100% auto;
		display: block;
	}
	#kaisyoku .plan h3.long .price{
		font-size: 1.7rem;
		display: block;
		text-align: right;
	}
	#kaisyoku .info ul.note {
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	#kaisyoku .info{
		border-top: solid #BEBAB1 1px;
		margin-top: 5px;
		padding-top: 10px;
	}
	#kaisyoku .info .date{
		width: 100%;
		display: block;
	}
	#kaisyoku .info .date li{
		width: 100%;
		text-align: center;
		border:solid gray 1px;
		display: flex;
	}
	#kaisyoku .info .date li:nth-child(1),
	#kaisyoku .info .date li:nth-child(2){
		border-right:solid gray 1px;
		border-bottom:none;
	}
	#kaisyoku .info .date li h5{
		width: 30%;
		font-size: 1.4rem;
		padding: 6px 0;
	}
	#kaisyoku .info .date li p{
		width: 70%;
		padding: 6px 0;
	}
}

/*-------------------
 alter
-------------------*/
#altar{
	background: url(../images/banquet/memorial/bg_alter.jpg) top center repeat;
	padding: 100px 0 20px 0 !important;
}
#altar .banq_tit02{
	max-width: 520px;
}
#altar .detail {
	display: flex;
	justify-content: space-between;
}
#altar .detail > li{
	width: 31.5%;
	background-color: white;
	border: solid #928D82 1px;
	transition: 0.3s; 
}
#altar .detail > li a:hover{
	opacity: 1;
}
#altar .detail > li:hover{
	opacity: 0.8;
	transition: 0.3s; 
}
#altar .detail h3{
	background-color: #CDC7D1;
	font-size: 2.4rem;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0 20px 0;
	font-weight: normal;
}
#altar .detail li a{
	display: block;
	padding: 10px 10px 15px 10px;
	box-sizing: border-box;
}
#altar .detail img{
	width: 100%;
	height: auto;
}
#altar .detail dl{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
}
#altar .detail dl dt{
	width: 70px;
	margin-bottom: 5px;
}
#altar .detail dl dd{
	width: calc(100% - 70px);
	margin-bottom: 5px;
	padding-right: 10px;
	text-align: right;
	box-sizing: border-box;
}
#altar .detail dl dd:nth-of-type(2){
	padding-right: 0;
}
#altar .detail dl dd .price{
	font-size: 2.0rem;
}
#altar .detail dl dd .price span{
	font-size: 1.3rem;
}
.altar_wrap img{
	width: 100%;
	height: auto;
}
.altar_wrap p{
	margin-top: 20px;
}
.slideSP{
	opacity: 0;
	transition: opacity .3s linear;
}
.slideSP.slick-initialized{
	opacity: 1;
}
@media screen and (max-width: 768px){
	#altar{
		background: url(../images/banquet/memorial/bg_alter.jpg) top center repeat;
		background-size: 241px auto;
		padding: 100px 0 20px 0 !important;
	}
	#altar .banq_tit02:before{
		width: 50px;
		left:calc( 50% - 125px);
		top:10px;
		background-size: auto auto;
	}
	#altar .banq_tit02:after{
		width: 50px;
		right:calc( 50% - 125px);
		top:10px;
		background:url(../images/banquet/memorial/line.svg) no-repeat center center;
		background-size: auto auto;
	}
	#altar .detail {
		display: block;
	}
	#altar .detail > li{
		width: 100%;
		padding: 10px 10px 15px 10px;
		box-sizing: border-box;
		margin-bottom: 5%;
	}
	#altar .detail > li:last-child{
		margin-bottom: 0;
	}
	#altar .detail > li:hover{
		opacity: 1;
	}
	#altar .detail h3{
		font-size: 1.7rem;
		padding: 5px 0;
		margin: 10px 0 15px 0;
	}
	#altar .detail li dl{
		font-size: 1.5rem;
	}
	#altar .detail dl dt{
		margin-bottom: 5px;
	}
	#altar .detail dl dd:nth-of-type(2){
		padding-right: 0;
	}
	#altar .detail dl dd .price{
		font-size: 1.7rem;
	}
	#altar .detail dl dd .price span{
		font-size: 1.3rem;
	}
	.slick-prev, .slick-prev:hover, .slick-prev:focus{
		width: 20px;
		height: 37px;
		z-index: 2;
		background:url(../images/banquet/memorial/arrow_left.svg) top center no-repeat;
		background-size: contain;
		left: 15px;
	}
	.slick-next, .slick-next:hover, .slick-next:focus{
		width: 20px;
		height: 37px;
		z-index: 2;
		background:url(../images/banquet/memorial/arrow_right.svg) top center no-repeat;
		background-size: contain;
		right: 15px;
	}
	.slick-prev:before,	.slick-next:before{
		content: '' !important;
	}
}

/*-------------------
preparation
-------------------*/
#preparation{
	background: url(../images/banquet/memorial/bg_alter.jpg) top center repeat;
}
#preparation img{
	width: 100%;
	height: auto;
}
#preparation .banq_tit02{
	max-width: 685px;
}
#preparation h3 {
	color: white;
	font-weight: normal;
	background: 
		url(../images/banquet/memorial/bg_altar_icon.png), 
		url(../images/banquet/memorial/bg_altar.jpg) ;
	background-repeat: no-repeat,repeat-y;
	background-position: top right 20px , top left;
	background-size: auto 100% , 100% auto;
	padding: 10px 20px;
	margin: 0 0 35px 0;
	font-size: 2.2rem;
}
#preparation .flex_box{
	align-items: unset;
}
/*day*/
#preparation .day {
	margin-bottom: 120px;
}
#preparation .day .flex_box .left{
	width: 65%;
}
#preparation .day .flex_box .right{
	width: 31.5%;
}
#preparation .day .flex_box .left dl{
	display: table;
	align-items: center;
	width: 100%;
	border:solid #707070 1px;
	position: relative;
	margin-bottom: 70px;
	box-sizing: border-box;
}
#preparation .day .flex_box .left dl dt{
	display: table-cell;
	width: 190px;
	background-color: #BCBCBC;
	color: white;
	vertical-align: middle;
	text-align: center;
	font-size: 1.8rem;
}
#preparation .day .flex_box .left dl dd{
	display: table-cell;
	background-color: white;
	padding: 20px 20px;
	font-size: 1.5rem;
}
#preparation .day .flex_box .left dl:after{
	content: '';
	display: block;
	width: 60px;
	height: 12px;
	background:url(../images/banquet/memorial/arrow.svg) top center no-repeat;
	position: absolute;
	bottom: -43px;
	left: calc(50% - 30px);
}
#preparation .day .flex_box .left dl:last-of-type{
	margin-bottom: 0px;
}
#preparation .day .flex_box .left dl:last-of-type dt{
	background-color: #643785;
}
#preparation .day .flex_box .left dl:last-of-type:after{
	display: none;
}
#preparation .day .flex_box .right img:first-of-type{
	margin-bottom: 8%;
}
/*flow*/
#preparation .flow .flex_box .left,
#preparation .flow .flex_box .right{
	width: 48.4%;
}
#preparation .flow .flex_box dl{
	display: table;
	align-items: center;
	width: 100%;
	border:solid #7B7361 1px;
	background-color: white;
	position: relative;
	margin-bottom: 35px;
	box-sizing: border-box;
}
#preparation .flow .flex_box dl dt{
	display: table-cell;
	width: 30%;
	max-width: 180px;
	padding: 10px;
	box-sizing: border-box;
}
#preparation .flow .flex_box dl dd{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 2.0rem;
}
#preparation .flow ul li{
	background-color: #CDC7D1;
	margin-bottom: 60px;
	position: relative;
	font-size: 1.5rem;
	text-align: center;
	padding: 13px;
}
#preparation .flow ul li:last-child{
	background-color: #643785;
	color: white;
	margin-bottom: 0;
}
#preparation .flow ul li:after{
	content: '';
	display: block;
	width: 60px;
	height: 12px;
	background:url(../images/banquet/memorial/arrow.svg) top center no-repeat;
	position: absolute;
	bottom: -36px;
	left: calc(50% - 30px);
}
#preparation .flow ul li:last-child:after{
	display: none;
}
@media screen and (max-width: 768px){
	#preparation .banq_tit02:before{
		width: 30px;
		left:calc( 50% - 170px);
		top:10px;
		background-size: auto auto;
	}
	#preparation .banq_tit02:after{
		width: 30px;
		right:calc( 50% - 170px);
		top:10px;
		background:url(../images/banquet/memorial/line.svg) no-repeat center center;
		background-size: auto auto;
	}
	#preparation h3 {
		background: 
			url(../images/banquet/memorial/bg_altar_icon_sp.png), 
			url(../images/banquet/memorial/bg_altar.jpg) ;
		background-repeat: no-repeat,repeat-y;
		background-position: top right 0px , top left;
		background-size: auto 100% , 100% auto;
		padding: 7px 10px;
		margin: 0 0 15px 0;
		font-size: 1.7rem;
	}
	
	#preparation .flex_box{
		display: block;
	}
	/*day*/
	#preparation .day{
		margin-bottom: 40px;
	}
	#preparation .day .flex_box .left{
		width: 100%;
	}
	#preparation .day .flex_box .right{
		width: 100%;
	}
	#preparation .day .flex_box .left dl dt{
		width: 90px;
		font-size: 1.4rem;
	}
	#preparation .day .flex_box .left dl dd{
		font-size: 1.3rem;
		padding: 3%;
		line-height: 160%;
	}
	#preparation .day .flex_box .left dl{
		margin-bottom: 40px;
	}
	#preparation .day .flex_box .left dl:after{
		width: 50px;
		height: 10px;
		background:url(../images/banquet/memorial/arrow.svg) top center no-repeat;
		background-size: contain;
		bottom: -27px;
		left: calc(50% - 25px);
	}
	#preparation .day .flex_box .right{
		display: flex;
		width: 100%;
		justify-content: space-between;
		margin-top: 4%;
	}
	#preparation .day .flex_box .right img{
		width: 48.5%;
		height: auto;
		margin-bottom: 0 !important;
	}
	/*flow*/
	#preparation .flow .flex_box .left,
	#preparation .flow .flex_box .right{
		width: 100%;
	}
	#preparation .flow .flex_box .left{
		margin-bottom: 40px;
	}
	#preparation .flow .flex_box dl{
		margin-bottom: 15px;
	}
	#preparation .flow .flex_box dl dt{
		padding: 1.5%;
	}
	#preparation .flow .flex_box dl dd{
		font-size: 1.6rem;
	}
	#preparation .flow ul li{
		background-color: #CDC7D1;
		margin-bottom: 20px;
		position: relative;
		font-size: 1.4rem;
		text-align: center;
		padding: 6px;
	}
	#preparation .flow ul li:last-child{
		background-color: #643785;
		color: white;
		margin-bottom: 0;
	}
	#preparation .flow ul li:after{
		content: '';
		display: block;
		width: 30px;
		height: 6px;
		background:url(../images/banquet/memorial/arrow.svg) top center no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -12px;
		left: calc(50% - 15px);
	}
}

/*-------------------
 list
-------------------*/
#price .banq_tit02{
	max-width: 540px;
}
#price .flex_box{
	align-items: unset;
}
#price .flex_box .left,
#price .flex_box .right{
	width: 48.4%;
}
#price table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#price .right table{
	margin-bottom: 40px;
}
#price table th{
	border-top:solid #928D82 1px;
	border-right:dotted #928D82 1px;
	border-bottom:solid #928D82 1px;
	border-left:solid #928D82 1px;
	background-color: #F9F5FF;
	padding: 8px 30px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	width: 58%;
}
#price table tr:nth-child(1) th{
	font-size: 1.6rem;
	color: white;
	text-align: center;
	line-height: 100%;
	padding: 7px ;
}
#price table tr:nth-child(1) th:nth-child(1){
	background-color: #331B5D;
}
#price table tr:nth-child(1) th:nth-child(2){
	background-color: #4F3878;

}
#price table td{
	background-color: white;
	border-top:solid #928D82 1px;
	border-right:solid #928D82 1px;
	border-bottom:solid #928D82 1px;
	border-left:dotted #928D82 1px;
	text-align: center;
	font-size: 1.4rem;
	width: 42%;
}
#price table td strong{
	display: block;
	line-height: 160%;
	font-weight: normal;
	font-size: 1.1rem;
	margin: 5px 0 10px 0;
}
#price table td strong b{
	font-weight: normal;
	font-size: 1.3rem;
}
#price table .purple {
	color: #4F3878;
}
#price ul{
	margin-bottom: 40px;
}
#price ul li{
	text-indent: -1rem;
	padding-left: 1rem;
	line-height: 140%;
	margin-bottom: 8px;
}
#price .box {
	width: 100%;
	margin: 40px auto 0px auto;
}
#price .box .box_inner{
	width: calc(100% - 10px);
	display: inline-block;
	border: 1px solid #9A9A9A;
	outline: 2px solid #9A9A9A;
	outline-offset: 2px;
	margin:5px;
	box-sizing: border-box;
	padding: 5%;
	font-size: 1.4rem;
}
#price .box .box_inner h5{
	font-size: 2.0rem;
	margin-bottom: 10px;
}
#price .box .box_inner h5 span{
	font-weight: 1.5rem;
}
#price .box .box_inner h5:before{
	content: '◆';
	font-size: 1.5rem;
	color: #390F8D;
	margin-right: 5px;
}
#price .box .box_inner .note{
	display: block;
	text-indent: -1rem;
	padding-left: 1rem;
	line-height: 140%;
	margin-top: 5px;
}

#price  .news{
	text-align: center;
	border: solid #BCAB43 2px;
	padding: 20px;
	margin: 30px 0 50px 0;
}
#price .news b{
	display: block;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px){
	#price .banq_tit02:before{
		width: 70px;
		left:calc( 50% - 165px);
		top:10px;
		background-size: auto auto;
	}
	#price .banq_tit02:after{
		width: 70px;
		right:calc( 50% - 165px);
		top:10px;
		background:url(../images/banquet/memorial/line.svg) no-repeat center center;
		background-size: auto auto;
	}
	#price .flex_box{
		display: block;
	}
	#price .flex_box .left,
	#price .flex_box .right{
		width: 100%;
	}
	#price table {
		margin-bottom: 8px;
	}
	#price .right table{
		margin-bottom: 30px;
	}
	#price table th{
		padding: 3px 15px;
		width: 40%;
	}
	#price table tr:nth-child(1) th{
		font-size: 1.4rem;
		padding: 6px ;
	}
	#price table tr:nth-child(1) th:nth-child(1){
		background-color: #331B5D;

	}
	#price table tr:nth-child(1) th:nth-child(2){
		background-color: #4F3878;
	}
	#price table td{
		width: 45%;
	}
	#price table td strong{
		display: block;
		line-height: 160%;
		font-weight: normal;
		font-size: 1.1rem;
		margin: 0px 0 5px 0;
	}
	#price table td strong b{
		font-weight: normal;
		font-size: 1.3rem;
	}
	
	#price table.alter span{
		display: block;
		width: 6.5rem;
		text-align: right;
		margin: 0 auto;
	}
	#price table.drink span{
		display: block;
		width: 5rem;
		text-align: right;
		margin: 0 auto;
	}
	#price ul{
		margin-bottom: 30px;
	}
	#price ul li{
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
	#price .box {
		margin: 20px auto 0px auto;
	}
	#price .box .box_inner{
		padding: 3%;
		line-height: 160%;
	}
	#price .box .box_inner h5{
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	#price .box .box_inner h5 span{
		font-weight: 1.5rem;
	}
	#price .box .box_inner h5:before{
		content: '◆';
		font-size: 1.5rem;
		color: #390F8D;
		margin-right: 5px;
	}
	#price .box .box_inner .note{
		display: block;
		text-indent: -1rem;
		padding-left: 1rem;
		font-size: 1.3rem;
		line-height: 140%;
		margin-top: 7px;
	}
	#price .news{
		font-size: 1.3rem;
		text-align: left;
		line-height: 160%;
		padding: 15px;
		margin: 0 0 30px 0;
	}
	#price .news b{
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 10px;
	}
}
