@charset "utf-8";

/* PLANページ共通 */
.font-whine-red {
	color: #B44578;
}
.font-purple {
	color: #8667A3;;
}
.font-gold {
	color: #B6A460;
}
.font-blue {
	color: #59A0A6;
}
.font-green {
	color: #008E72;
}

.bk-whine-red {
	background: #B44578;
}
.bk-purple {
	background: #8667A3;
}
.bk-gold {
	background: #B6A460;
}
.bk-blue {
	background: #59A0A6;
}
.bk-green {
	background: #008E72;
}

.border-whine-red {
	border: 1px solid #B44578;
}
.border-purple {
	border: 1px solid #8667A3;
}
.border-gold {
	border: 1px solid #B6A460;
}
.border-blue {
	border: 1px solid #59A0A6;
}
.border-green {
	border: 1px solid #008E72;
}

/* 葬儀コース　ここから --------------------------------*/
/* PCサイズ */
/* .cource-list {

} */

.cource-list-wrapper {
	max-width: 1170px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	gap: 0 20px;
	justify-content: center;
}

.cource-list-wrapper.top-cource {
	margin: 90px auto 80px;
}

.cource-list-wrapper.bottom-cource {
	margin: 0 auto 210px;
}



.cource-btn {
	width: calc(20% - 16px);
	border-radius: 10px;
	height: 80px;
	background-color: #fff;
}

.cource-btn.whine-red {
	border: 3px solid #B44578;
}
.cource-btn.purple {
	border: 3px solid #8667A3;
}
.cource-btn.gold {
	border: 3px solid #B6A460;
}
.cource-btn.blue {
	border: 3px solid #59A0A6;
}
.cource-btn.limited-cource {
	border: 3px solid #008E72;
}

.cource-btn a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
}

.cource-btn.whine-red a {
	color: #B44578;
}
.cource-btn.purple a {
	color: #8667A3;;
}
.cource-btn.gold a {
	color: #B6A460;
}
.cource-btn.blue a {
	color: #59A0A6;
}
.cource-btn.limited-cource a {
	color: #008E72;
}

/* 表示中のページのボタンのみ適用 */

.cource-btn a.oncource {
	color: #fff;
	cursor: default;
	pointer-events: none;
}

.cource-btn.whine-red a.oncource {
	background: #B44578;
}
.cource-btn.purple a.oncource {
	background: #8667A3;
}
.cource-btn.gold a.oncource {
	background: #B6A460;
}
.cource-btn.blue a.oncource {
	background: #59A0A6;
}
.cource-btn.limited-cource a.oncource {
	background: #008E72;
}



/* TBサイズ */
@media screen and (max-width:1240px){
	.cource-list-wrapper {
		padding: 0 2em;
	}
}

/* SPサイズ */
@media screen and (max-width:768px){
	.cource-list {
		background: #E9F5F3;
	}

	.cource-list-wrapper {
		flex-wrap: wrap;
		gap: 10px;
		padding: 5%;
	}

	.cource-list-wrapper.top-cource {
		margin: 10px auto 54px;
	}
	
	.cource-list-wrapper.bottom-cource {
		margin: 0 auto 60px;
	}

	.cource-btn {
		width: calc(50% - 5px);
		border-radius: 10px;
		height: 60px;
	}

	.cource-btn.limited-cource {
		/* width: 100%; */
		line-height: 1.5em;
	}

	.cource-btn a {
		font-size: 16px;
	}


}

/* 葬儀コース　ここまで --------------------------------*/

/* コースメイン　ここから --------------------------------*/
/* PCサイズ */

h2 {
	text-align: center;
	position: relative;
	margin-bottom: 30px;

  }
  h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px; /*下線の上下位置調整*/
	display: inline-block;
	width: 53px; /*下線の幅*/
	height: 5px; /*下線の太さ*/
	border-radius: 2.5px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置調整*/
  }

  h2.font-whine-red:before {
	background: #B44578; /*下線の色*/
  }
  h2.font-purple:before {
	background: #8667A3; /*下線の色*/
  }
  h2.font-gold:before {
	background: #B6A460; /*下線の色*/
  }
  h2.font-blue:before {
	background: #59A0A6; /*下線の色*/
  }
  h2.font-green:before {
	background: #008E72; /*下線の色*/
  }

  .cource-main-wrapper {
	max-width: 1170px;
	width: 100%;
	margin: 80px auto 0px;
	padding: 80px 30px 70px;
	display: flex;
	gap: 0 40px;
  }
  
  .cource-main-left {
	width: calc(45% - 20px);
  }

  .cource-main-right img {
	width: 100%;
  }

  .cource-main-right {
	width: calc(46% - 20px);
  }

  .cource-main-right .cource-main-tit {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 27px 0;
	border-top: 5px double #fff;
	border-bottom: 5px double #fff;
	margin-bottom: 40px;
  }

  .cource-flow-wrapper {
	display: flex;
	align-items: center;
	gap: 0 6px;
	height: 198px;
	margin-bottom: 50px;
  }

  .cource-flow-wrapper .cource-flow-item {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	border: 1px solid #fff;
	height: 100%;
	width: calc(16.6% - 21px);
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: relative; */
  }

  .delta {
	width: 13px;
	height: 28px;
	border-style: solid;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 13px solid #fff;
	border-right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .flow-opcity {
	opacity: .3;
  }

  /* kazokuso.css 打消し　ここから */

  .cource-main-right .plan-wrapper-left p {
	color: #fff;
  }

  .cource-main-right .plan-wrapper-left p br {
	display: none;
  }

  .cource-main-right .plan-price {
	color: #fff;
  }

  .cource-main-right .plan-wrapper {
	margin: 0;
  }

  .cource-main-right .price-normal {
	color: #fff;
	margin: 0 0 15px 0;
  }

   /* kazokuso.css 打消し　ここまで */

  /* .flow-arrow::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 28px;
	border-style: solid;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 13px solid #330a0a;
	border-right: 0;
  } */




/* TBサイズ */
@media screen and (max-width:1240px){

	.cource-main-right .plan-wrapper-left p br {
		display: block;
	  }
}

/* SPサイズ */
@media screen and (max-width:768px){
	h2 {
		font-size: 20px;
	
	  }
	.cource-main-wrapper {
		max-width: 1170px;
		width: 100%;
		margin: 70px auto 0px;
		padding: 30px 5% 40px;
		display: flex;
		flex-direction: column;
		gap: 40px 0;
	  }
	  
	  .cource-main-left {
		width: 100%;
	  }
	
	  .cource-main-right {
		width: 100%;
	  }

	  .cource-flow-wrapper .cource-flow-item {
		font-size: 22px;
	  }

	  .cource-main-right .plan-wrapper  {
		background: #fff;
		padding: 17px 5% 0px;
	  }

	  .cource-main-right .plan-wrapper-left p {
		color: #BD3D3D;
	  }
	
	  .cource-main-right .plan-price {
		color: #BD3D3D;
	  }
	
	  .cource-main-right .plan-wrapper {
		margin: 0;
	  }
	
	  .cource-main-right .price-normal {
		color: #000000;
		padding: 0 5% 17px;
		margin: 0 0 15px 0;
		background: #fff;
	  }

}

/* コースメイン　ここまで --------------------------------*/


/* 対象エリア　ここから --------------------------------*/
/* PCサイズ */
.cource-area {
	background: #F6F6F6;
	padding: 36px 0 40px;
	margin-bottom: 60px;
}

.cource-are-wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.cource-are-wrapper p {
	text-align: center;
	padding-top: 29px;
}

/* TBサイズ */
@media screen and (max-width:1240px){
}

/* SPサイズ */
@media screen and (max-width:768px){

	.cource-area {
		background: #fff;
		padding: 36px 10% 38px;
		margin-bottom: 0px;
	}
	
	.cource-are-wrapper {
		width: 100%;
		max-width: 1170px;
	}
}

/* 対象エリア　ここまで --------------------------------*/

/* コース内容　ここから --------------------------------*/
/* PCサイズ */


.cource-contents-tit {
	max-width: 1170px;
	width: 100%;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	height: 77px;
	margin: 0 auto 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cource-contents-wrapper {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto 78px;
	padding: 0 30px;

}

.cource-contents-top {
	display: flex;
	gap: 0 30px;
	margin-bottom: 40px;
	justify-content: center;
}

.cource-contents-top.cource10-contents-top {
	justify-content: center;
}

.cource-contents-top-item {
	width: calc(50% - 15px);
}

.cource-contents-top-item img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.cource-contents-top-item p {
	text-align: center;
}

.cource-contents-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin-bottom: 60px;
}

.cource-contents-item {
	width: calc(25% - 22.5px);
	display: flex;
	align-items: center;
}

.courece-contents-item-img {
	width: 47%;
}

.courece-contents-item-img img {
	width: 100%;
}

.cource-contents-item p {
	width: 53%;
	margin-left: 20px;
}

.cource-uninclude {
	border-radius: 10px;
	margin-bottom: 38px;
}

.cource-uninclude-tit {
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	width: 91%;
	clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 36px;
}

.cource-uninclude-wrapper {
	padding: 0 30px 10px 39px;
}

.cource-uninclude-top {
	display: flex;
	flex-wrap: wrap;
	gap: 0 80px;

}

.uninclude-top-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.uninclude-top-item.item-left {
	width: calc(34.6% - 13.3px);
}
.uninclude-top-item.item-center {
	width: calc(27% - 13.3px);
}
.uninclude-top-item.item-item-right {
	width: calc(26.6% - 13.3px);
}


.uninclude-top-item-tit span {
	font-size: .8em;
}

/* .uninclude-top-item-fare span {
	color: #A0A0A0;
} */

/* .cource-uninclude-top .uninclude-top-item-fare {
	font-size: 16px;
} */
	

/* .uninclude-top-item-fare br {
	display: none;
} */

.cource-uninclude-bottoom .uninclude-top-item {
	justify-content: flex-start
}

.cource-uninclude-bottoom .uninclude-top-item-tit {
	width: 23.7%;;
}

/* .cource-uninclude-bottoom .uninclude-top-item-fare {
	width: 52.3%;
} */


/* TBサイズ */
@media screen and (max-width:1240px){
	.cource-uninclude-top {
		display: flex;
		flex-wrap: wrap;
		gap: 0 80px;
	
	}
	.uninclude-top-item {
		justify-content: center;
	}

	.uninclude-top-item.item-left {
		width: 100%;
	}
	.uninclude-top-item.item-center {
		width: 100%;
	}
	.uninclude-top-item.item-rihgt {
		width: 100%;
	}

	.uninclude-top-item-tit {
		width: 24.6%;;
	}
	
	/* .uninclude-top-item-fare {
		width: 52.3%;
	} */

	.cource-uninclude-bottoom .uninclude-top-item {
		justify-content: center;
	}
}

/* SPサイズ */
@media screen and (max-width:768px){
	.cource-contents-tit {
		font-size: 24px;
		height: 70px;
		margin: 0 auto 40px;
	}


	.cource-contents-top {
		gap: 0 20px;
		margin-bottom: 20px;
	}

	.cource-contents-top-item {
		width: calc(50% - 10px);
	}
	
	.cource-contents-wrapper {
		padding: 0 5%;
		margin: 0 auto 40px;
	
	}

	.cource-contents-bottom {
		gap: 10px 15px;
		margin-bottom: 40px;
	}
	
	.cource-contents-item {
		width: calc(50% - 7.5px);
	}

	.uninclude-top-item {
		justify-content: space-between;
	}

	.cource-uninclude-wrapper {
		padding: 0 5% 10px 2vw;
	}

	.uninclude-top-item-tit {
        width: 58.6%;
		font-size: 14px;
    }

	/* .uninclude-top-item-fare {
		width: 30%;
		text-align: right;
		font-size: 16px;
	} */

	/* .uninclude-top-item-fare span {
		display: none;
	} */

	/* .uninclude-top-item-fare br {
		display: block;
	} */

	.cource-uninclude-bottoom .uninclude-top-item {
        justify-content: space-between;
    }

	.cource-uninclude-bottoom .uninclude-top-item-tit {
		width: 35%;
		font-size: 14px;
	}

	/* .cource-uninclude-bottoom .uninclude-top-item-fare {
		width: 50%;
		font-size: 10px;
	} */


}

/* セレマ会員募集中　ここまで --------------------------------*/

/* セレマ会員募集中　ここから --------------------------------*/
/* PCサイズ */
.cource-voice {
	background: #FFFCF5;
	padding: 80px 0;
}

.cource-voice-wrapper {
	max-width: 1170px;
	width: 100%;
	display: flex;
	gap: 0 30px;
	margin: 0 auto;
}

.cource-voice-item {
	width: calc(50% - 15px);
	border: 1px solid #3C967E;
	background: #fff;
	border-radius: 10px;
	padding: 0 30px 40px;
}

.cource-voice-tit-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 82px;
	border-bottom: 1px solid #3C967E;
	margin-bottom: 20px;
}

.cource-voice-tit-wrapper img {
	max-width: 54px;
	width: 100%;
	display: block;
	margin-right: 9px;
}

.cource-voice-tit {
	font-size: 24px;
	font-weight: bold;
	color: #3C967E;
}

.customer-voice-wrapper {
	display: flex;
	align-items: center;
	gap: 0 18px;
	margin-bottom: 30px;
}

.costomer-img {
	width: calc(21% - 9px);
}

.costomer-img img {
	width: 100%;
}

.coutomer-voice {
	width: calc(79% - 9px);
}


.coustomer-voice-bold {
	color: #3C967E;
	font-weight: bold;
	font-size: 18px;
}

.cource-voice-text li {
	padding-left: 16px;
	position: relative;
}

.cource-voice-text li::before {
	content: '・';
	position: absolute;
	left: 0;
}


/* TBサイズ */
@media screen and (max-width:1240px){
	.cource-voice-wrapper {
		width: 100%;
		flex-direction: column;
		gap: 40px 0px;
	}
	
	.cource-voice-item {
		max-width: 570px;
		width: 100%;
		margin: 0 auto;
	}
}

/* SPサイズ */
@media screen and (max-width:768px){
	.cource-voice {
		background: #FFFCF5;
		padding: 40px 5%;
	}
	
	.cource-voice-item {
		padding: 30px 5% 40px;
	}

	.cource-voice-tit-wrapper {
		height: auto;
		padding-bottom: 10px;
	}

	.cource-voice-tit-wrapper img {
		max-width: 42px;
	}

	.cource-voice-tit {
		font-size: 20px;
	}

	.coustomer-voice-bold {
		font-size: 16px;
	}
}

/* セレマ会員募集中　ここまで --------------------------------*/

/* PCサイズ */
.bottom-message {
	color: #008E72;
	font-size: 20px;
	font-weight: bold;
	/* background: linear-gradient(transparent 50%, #FFFF56 0%); */
	max-width: 465px;
	width: 100%;
	text-align: center;
	margin: 80px auto;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.5em; /* 線の太さ */
	text-decoration-color: #FFFF56; /* 線の色 */
	text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */

}

.bottom-message br {
	display: none;
}

/* 岡山・広島限定コース　ここから --------------------------------*/
/* PCサイズ */

.cource-tit br {
	display: none;
}

.plan-limited .plan-item.border-wine-red {
	margin: 110px auto 60px;
}

.plan-limited .plan-item {
	max-width: 1170px;
	width: 100%;
	margin: 70px auto 60px;
}

.plan-limited .plan-item-tit {
	height: 60px;
	margin-bottom: 32px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plan-limited .plan-wrapper {
	justify-content: center;
	gap: 0 5%;
}

.plan-limited .price-normal {
    text-align: right;
    margin: 0 36.1% 40px 0;
}

.cource-area.area-limited {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto 60px;
}

.limited-sp-btn.plan-btn-area {
	display: none;
}

/* TBサイズ */
@media screen and (max-width:1240px){
	.plan-limited {
		padding: 0 30px;
	}

	.plan-limited .price-normal {
		/* text-align: right; */
		max-width: 300px;
		width: 100%;
		margin: 0 auto 20px;
	}
}

/* SPサイズ */
@media screen and (max-width:768px){
	body {
		scroll-behavior: auto;
	}

	.cource-tit br {
		display: block;
	}

	.plan-limited .plan-item.border-wine-red {
		margin: 60px auto 0px;
	}

	.plan-limited .plan-item {
		max-width: 1170px;
		width: 100%;
		margin: 0px auto 0px;
	}

	.plan-limited .price-normal {
		/* text-align: right; */
		max-width: 293px;
		width: 100%;
		margin: 0 auto 20px;
	}


	.plan-pulldown {
		height: 0;
		overflow: hidden;
		transition: max-height 1.7s ease; /* max-heightをアニメーション */
		max-height: 0; /* 初期状態では高さを0に */
	}

	.plan-pulldown.list-open {
		max-height: 9999px;
		height: auto;
		transition: max-height 1.7s ease;
	}

	.cource-area.area-limited {
		margin-top: 30px;
		background: #F6F6F6;
	}

	.plan-limited {
		padding: 0 5%;
		/* scroll-behavior: auto; */
	}

	.limited-sp-btn.plan-btn-area {
		display: block;
		padding: 30px 0;
		height: 120px;
	}
	
	.limited-sp-btn.plan-btn-area .plan-btn {
		height: 60px;
		border-radius: 0px;
	}
	
	.limited-sp-btn.plan-btn-area .plan-btn a {
		height: 100%;
		width: 100%;
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		/* scroll-behavior: auto; */
	}

	.limited-sp-btn.plan-btn-area .plan-btn a.open-btn {
		display: flex;
	}

	.limited-sp-btn.list-open.plan-btn-area .plan-btn a.open-btn {
		display: none;
	}

	.limited-sp-btn.plan-btn-area .plan-btn a.close-btn {
		display: none;
	}

	.limited-sp-btn.list-open.plan-btn-area .plan-btn a.close-btn {
		display: flex;
	}

	/* .close-btn {
		display: none;
	}
	.close-btn {
		display: none;
	} */

	/* 丸ボタン　中の三角の設定　 */
	.limited-sp-btn .plan-btn a::after{
	content: "";
	position: absolute;
	top: 28px;
    right: 24px;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
	z-index: 2;
}

.limited-sp-btn.list-open .plan-btn a::after{
	content: "";
	position: absolute;
	top: 28px;
    right: 24px;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0px solid #fff;
	border-top: 0px solid #fff;
}

/* 丸ボタン　外枠の丸の設定　 */
.limited-sp-btn .plan-btn a:before{
	position: absolute;
	top: 15px;
	right: 15px;
	content: "";
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	z-index: 1;
}
}

/* 岡山・広島限定コース　ここまで --------------------------------*/

/* SPサイズ */
@media screen and (max-width:768px){
	.bottom-message br {
		display: block;
	}
}

/* 電話番号・LINEボタン表示 */
/* PCサイズ */
.sp_buttons_wrap{
	display: none;
}
/* SPサイズ */
@media screen and (max-width:768px){

	.sp_buttons_wrap{
		display: block;
		text-align: center;
	}
}