@charset "UTF-8";

/* 葬儀内容4種：個別ページ　共通　PC */
html {
	scroll-behavior: smooth;
}


.funeral_plan {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

.plan_introduction p {
	text-align: left;
	font-size: 1.4em;
	line-height: 1.6em!important;
	font-weight: bold;
	white-space: normal!important;
	padding: 2em 1em;
}

/* 葬儀内容イメージカラー　ここから */
.plan_color_01 {
	color: #e65656;
}

.plan_color_02 {
	color: #ea860e;
}

.plan_color_03 {
	color: #728b37;
}

.plan_color_04 {
	color: #e8ca10;
}

.plan_bgcolor_01 {
	background-color: #e65656;
}

.plan_bgcolor_02 {
	background-color: #ea860e;
}

.plan_bgcolor_03 {
	background-color: #728b37;
}

.plan_bgcolor_04 {
	background-color: #e8ca10;
}

.plan_line_color_01 {
	border: solid 2px #e65656;
}

.plan_line_color_02 {
	border: solid 2px #ea860e;
}

.plan_line_color_03 {
	border: solid 2px #728b37;
}

.plan_line_color_04 {
	border: solid 2px #e8ca10;
}

.rec_box_color_01 {
	background-color: #ffbfbf;
	border: solid 2px #e65656;
}

.rec_box_color_02 {
	background-color: #fdbb6d;
	border: solid 2px #ea860e;
}

.rec_box_color_03 {
	background-color: #b8d37e;
	border: solid 2px #708b36;
}

.rec_box_color_04 {
	background-color: #f1e07c;
	border: solid 2px #e8ca10;
}
/* 葬儀内容イメージカラー　ここまで */

.detail_ttl h3 {
	width: 100%;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 3em;
	color: #ffffff;
	padding-left: 1em;
	margin: 0 0 1em;
}

.recommended {

}

.recommended .rec_ttl {
	font-size: 2em;
	line-height: 3em;
	font-weight: bold;
}

.rec_box {
	width: 90%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.rec_box_01 {
	max-width: 550px;
	border: solid 2px #585859;
	background-color: #cccccc;
	padding: 2.5em 3em;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
	display: inline-block;
}

.rec_box_01_02 {
	max-width: 550px;
	border: solid 2px #585859;
	background-color: #cccccc;
	padding: 2em 3em;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
	display: inline-block;
}

.rec_arrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 1em;
}

.rec_arrow img {
	width: 5em;
}

.rec_arrow span {
	font-size: 2em;
	font-weight: bold;
}

.rec_box_02 {
	max-width: 550px;
	padding: 2em 3em 1em;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
	display: inline-block;
}

.rec_box_02 p {
	text-shadow: 2px 2px 0 #ffffff,
	 -2px -2px 0 #ffffff,
	 -2px 2px 0 #ffffff,
	 1px -2px 0 #ffffff,
	 0px 2px 0 #ffffff,
	 0-2px 0 #ffffff,
	 -2px 0 0 #ffffff,
	 2px 0 0 #ffffff;
}

.rec_people {
	width: 90%;
	display: flex;
	margin: 2em auto;
	font-size: 2em;
	text-align: center;
	line-height: 2.4em;
	font-weight: bold;
}

.rec_people span:first-of-type {
	color: #ffffff;
	display: inline-block;
	width: 50%;
}

.rec_people span:last-of-type {
	display: inline-block;
	width: 50%;
}

.plan_option {
	width: 100%;
	padding: 0 5%;
}

.option_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.option_items li {
	border: solid 1px #000000;
	width: 24%;
	min-width: 280px;
	display: flex;
	align-items: center;
	margin: 0 10px 10px 0;
}

.option_items li:last-of-type {
	margin-right: auto;
}

.option_items li img {
	border-right: solid 1px #000000;
}

.option_items li span {
	margin:  0 0 0 1em;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	margin: auto;
}

.option_note {
	margin: 1em 0;
}

.option_note p {
	font-size: 1.2em;
	white-space: normal;
	line-height: 1.6em;
}

.option_note span {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0.5em;
	display: block;
}

.plan_flow h3 {
	text-align: center;
	font-size: 2.4em;
	font-weight: 500;
	margin-bottom: 1em;
}

.flow_list {
	background: url(/img/plan/flow_arrow.png) no-repeat 5px center;
	display: flex;
	justify-content: space-between;
	margin: 5em auto;
	max-width: 1280px;
}

.flow_list li {
	background: #fff;
	border: 1px solid #2288AA;
	border-radius: 3px;
	font-size: 1em;
	margin-right: 60px;
	width: 90px;
}

.flow_list li:last-of-type {
	margin-right: 0;
}

.flow_list a {
	text-decoration: none;
}

.flow_list li .ttl_no {
	background: #2288AA;
	color: #fff;
	font-size: 0.8em;
	padding: 0.5em 0;
	text-align: center;
}

.flow_list li .ttl_txt {
	color: #2288AA;
	font-size: 0.6em;
	line-height: 90px;
	letter-spacing: 0.1em;
	min-height: 240px;
	margin: 1em auto 2em;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-align: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.ttl_arrow img {
	width: 25px;
	vertical-align: bottom;
}

.flow_list_detail {
	width: 100%;
	margin: 150px 0 3em;
}

.flow_list_detail_ttl {
	display: flex;
	align-items: center;
	border: solid 1px #2288AA;
	margin-bottom: 2em;
}

.detail_ttl_no {
	background-color: #2288AA;
	color: #ffffff;
	font-size: 2.6em;
	font-weight: 500;
	padding: 0.5em 0.8em;

}

.flow_list_detail_ttl h4 {
	background-color: #f8f8f8;
	color: #2288AA;
	font-size: 2em;
	font-weight: 500;
	padding: 0 0 0 1em;
	width: 100%;
	line-height: 2.6em;
}

.detail_item_ttl {
	width: 100%;
	background-color: #2288AA;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2.6em;
	padding-left: 1em;
	margin-bottom: 2em;
}

.flow_list_detail_item ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.flow_list_detail_item li {
	width: 32%;
	max-height: 173px;
	border: solid 1px #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 2% 2% 0;
}

.flow_list_detail_item li:nth-of-type(3n) {
	margin: 0 0 2% 0;
}

.flow_list_detail_item img {
	width: auto;
	flex-shrink: 0;
	border-right: solid 1px #000000;
}

.flow_list_detail_item span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	font-weight: 500;
}

.flow_contents {
	width: 100%;
	border: solid 2px #2288AA;
	margin: 2em auto;
	padding: 2em 3em;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.contents_ttl {
	display: flex;
	align-items: center;
	width: 100%;
}

.contents_ttl_no {
	width: 2.8em;
	height: 2.6em;
	background-color: #2288AA;
	border-radius: 50%;
	color: #ffffff;
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	line-height: 2.7em;
}

.contents_ttl h5 {
	font-size: 2em;
	color: #2288AA;
	width: 100%;
	font-weight: bold;
	line-height: 3em;
	padding: 0 0 0 1em;
	border-bottom: dashed 2px #2288AA;
}

.contents_detail {
	margin: 4em 0 3em;
	width: 92%;
	border-radius: 5px;
}

.contents_detail p {
	background-color: #f8f8f8;
	width: 100%;
	margin-bottom: 2em;
	padding: 3em;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	white-space: normal;
	line-height: 1.8em;
}

.contents_detail span {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}

.flow_contents_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 80px 0 80px;
	border-color: #2288AA transparent transparent transparent;
	margin: 0 auto;
	display: block;
}

.flow_list_detail_item_02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 50px auto 200px;
}

.flow_list_detail_item_02 div {
	font-size: 1.2em;
	line-height: 2em;
	padding-right: 1em;
	font-weight: bold;
}

.flow_list_detail_item_02 img {
	border: none;
	flex-shrink: 0;
}

.slick-dotted.slick-slider {
	background-color: #a0a0a0;
}

.recommend_hall{
	padding: 80px 0;
}

.recommend_hall_title{
	font-size: 2.8rem;
	border-bottom: solid #2288AA 3px;
	padding-bottom: 7px;
}

.recommend_hall_area{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 30px;
}

ul.recommend_hall_list {
	margin-left: 25px;
}


.recommend_hall_list li{
	list-style: disc;
	padding-top: 20px;
}

.recommend_hall_add{
	font-size: 1.4rem;
	margin-left: 30px;
}

@media screen and (min-width: 1278px){
	.option_items li:nth-of-type(4),
	.option_items li:nth-of-type(8),
	.option_items li:nth-of-type(12) {
		margin: 0 0 10px 0;
	}

	.plan_flow h3 {
		text-align: center;
		font-size: 2.4em;
		font-weight: 500;
		margin-bottom: 1em;
	}

	.flow_list {
		background: url(/img/plan/flow_arrow.png) no-repeat 5px center;
		display: flex;
		justify-content: space-between;
		margin: 5em auto;
		max-width: 1280px;
		min-height: 450px;
	}

	.flow_list li {
		background: #fff;
		border: 1px solid #2288AA;
		border-radius: 3px;
		font-size: 1em;
		margin-right: 60px;
		/*width: 90px;*/
		width: 100%;
		max-width: 74px;
	}

	.flow_list li:last-of-type {
		margin-right: 0;
	}

	.flow_list a {
		text-decoration: none;
	}

	.flow_list li .ttl_no {
		background: #2288AA;
		color: #fff;
		font-size: 0.8em;
		padding: 0.5em 0;
		text-align: center;
	}

	.flow_list li .ttl_txt {
		color: #2288AA;
		font-size: 0.6em;
		line-height: 90px;
		letter-spacing: 0.1em;
		min-height: 240px;
		margin: 1em auto 2em;
		writing-mode: vertical-rl;
		text-align: left;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.ttl_arrow img {
		width: 25px;
		vertical-align: bottom;
	}
}

@media screen and (max-width: 1277px){
	.option_items li:nth-of-type(3),
	.option_items li:nth-of-type(6),
	.option_items li:nth-of-type(9),
	.option_items li:last-of-type {
		margin: 0 0 10px 0;
	}

	.option_items li:last-of-type {
		margin-right: 0;
	}

	.plan_flow h3 {
		text-align: center;
		font-size: 2.4em;
		font-weight: 500;
		margin-bottom: 0;
	}

	.flow_list {
		background: url(/img/plan/flow_arrow_sp.png) no-repeat 0 center;
		background-position: right 50% bottom 4em;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 5em auto;
		max-width: 90%;
	}

	.flow_list .ttl {
		display: flex;
		flex-wrap: nowrap;
	}

	.flow_list li {
		background: #fff;
		border: 1px solid #2288AA;
		border-radius: 3px;
		font-size: 1em;
		margin: 0 0 3em 0;
		width: 100%;
		max-height: 4em;
	}

	.flow_list li:last-of-type {
		margin-bottom: 0;
	}

	.flow_list a {
		text-decoration: none;
	}

	.flow_list span {
		display: inline-block;
	}

	.flow_list li .ttl_no {
		background: #2288AA;
		color: #fff;
		font-size: 0.8em;
		padding: 0.5em;
		text-align: center;
	}

	.flow_list li .ttl_txt {
		color: #2288AA;
		font-size: 0.5em;
		line-height: 1em;
		letter-spacing: 0.1em;
		margin: 1em auto;
		text-align: left;
		position: relative;
		writing-mode: horizontal-tb;
		min-height: 1em;
		left: 0%;
		transform: translateX(-0%);
	}

	.ttl_arrow img {
		width: 25px;
		margin-right: 0.5em;
		vertical-align: text-bottom;
	}

}


@media screen and (max-width: 1066px){
	.option_items {
		width: 90%;
		margin: 0 auto;
	}

	.option_items li {
		width: 49%;
		display: flex;
		align-items: center;
		margin: 0 1% 1% 0;
	}

	.option_items li img {
		border-right: solid 1px #000000;
		width: 50%;
	}

	.option_items li span {
		margin: auto;
		font-size: 0.8em;
		line-height: 1.4em;
	}

	.option_items li:nth-of-type(2),
	.option_items li:nth-of-type(4),
	.option_items li:nth-of-type(6),
	.option_items li:nth-of-type(8),
	.option_items li:nth-of-type(10),
	.option_items li:nth-of-type(12) {
		margin: 0 0 1% 0;
	}

	.option_items li:last-child{
		margin-right: auto;
	}
}

/* 葬儀内容4種：個別ページ　共通　SP */
@media screen and (max-width: 768px){
	.detail_ttl h3 {
		font-size: 1.8em;
		line-height: 2.4em;
		margin: 0 auto 1em;
	}

	.recommended {
		width: 90%;
		margin: 0 auto;
	}

	.recommended .rec_ttl {
		text-align: center;
	}

	.rec_box {
		display: flex;
		flex-direction: column;
	}

	.rec_box_01 {
		width: 100%;
		border: solid 2px #585859;
		background-color: #cccccc;
		padding: 2em;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 2em;
		display: inline-block;
	}

	.rec_box_01_02 {
		width: 100%;
		border: solid 2px #585859;
		background-color: #cccccc;
		padding: 2em;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 2em;
		display: inline-block;
	}

	.rec_arrow {
		display: flex;
		flex-direction: initial;
		align-items: center;
		justify-content: center;
		margin: 1em;
	}

	.rec_arrow img {
		width: 5em;
		transform: rotate(90deg);
	}

	.rec_arrow span {
		font-size: 2em;
		font-weight: bold;
		margin: 0 0.5em 0;
	}

	.rec_box_02 {
		width: 100%;
		padding: 1.5em;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 2em;
		display: inline-block;
	}

	.rec_people {
		font-size: 1.2em;
	}

	.option_items {
		width: 90%;
		margin: 0 auto;
	}

	.option_items li {
		width: 49%;
		display: flex;
		align-items: center;
		margin: 0 1% 1% 0;
	}

	.option_items li img {
		border-right: solid 1px #000000;
		width: 50%;
	}

	.option_items li span {
		margin: auto;
		font-size: 0.8em;
		line-height: 1.4em;
	}

	.option_items li:nth-of-type(2),
	.option_items li:nth-of-type(4),
	.option_items li:nth-of-type(6),
	.option_items li:nth-of-type(8),
	.option_items li:nth-of-type(10),
	.option_items li:nth-of-type(12) {
		margin: 0 0 1% 0;
	}

	.option_items li:last-child{
		margin-right: auto;
	}

	.option_note {
		margin: 1em auto;
		width: 90%;
	}

	.flow_list_detail {
		width: 100%;
		margin: 80px 0 3em;
	}

	.flow_list_detail_ttl h4 {
		font-size: 1.6em;
		line-height: 3.2em;
	}

	.flow_list_detail_item li {
		width: 48%;
		max-height: 173px;
		border: solid 1px #000000;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 4% 4% 0;
	}

	.flow_list_detail_item ul {
		width: 92%;
		margin: 0 auto;
	}

	.flow_list_detail_item li:nth-of-type(3n) {
		margin: 0 4% 4% 0;
	}

	.flow_list_detail_item li:nth-of-type(2n) {
		margin: 0 0 4% 0;
	}

	.flow_list_detail_item img {
		width: 50%;
		flex-shrink: 0;
		border-right: solid 1px #000000;
	}

	.flow_list_detail_item span {
		font-size: 1em;
		line-height: 1.4em;
	}

	.flow_contents {
		width: 92%;
		padding: 2em 1em;
	}

	.contents_ttl_no {
		width: 2.6em;
		height: 2em;
		font-size: 2em;
		line-height: 2em;
	}

	.contents_ttl h5 {
		font-size: 1.4em;
		line-height: 2.4em;
		padding: 0 0 0 0.5em;
	}

	.contents_detail {
		width: 100%;
		margin: 2.5em 0 0;
	}

	.contents_detail p {
		padding: 1em;
		font-size: 1.2em;
		font-weight: 500;
		margin-bottom: 1em;
	}

	.flow_list_detail_item_02 {
		flex-direction: column;
		width: 92%;
		margin: 30px auto 100px;
	}

	.flow_list_detail_item_02 div {
		line-height: 1.6em;
		padding-right: 0;
		padding-bottom: 1em;
		font-weight: 500;
	}

	.recommend_hall_title{
		padding: 0 15px;
	}

	.recommend_hall_add {
		margin-left: 0;
		display: block;
		padding-top: 5px;
	}

	.recommend_hall_area {
		padding: 0 15px;
	}

	ul.recommend_hall_list {
		padding: 0 15px;
	}

}

@media screen and (max-width: 698px){
	.option_items {
		width: 89%;
		margin: 0 auto;
	}

	.option_items li {
		margin: 0 0 1% 0;
	}

	.option_items li:last-child {
		margin-right: 0;
	}

}