@charset "UTF-8";

body,
html {
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
  font-feature-settings: "palt";
}
img {
  max-width: 100%;
  height: auto;
}
table {
  width: 100%;
}
a, a:active, a:hover, a:visited {
  color: #000;
  text-decoration: none;
  transition: all .3s ease;
}
a:hover,
a:hover img {
  opacity: .6;
}
.ttl {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
}

/* device */
@media only screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pctb_none {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .tbsp_none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

/* header */
.header {
	padding: 2rem 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.gnav a {
	padding: 1rem;
	color: #fff;
	background-color: #e23f41;
	border-radius: 7px;
	display: flex;
	align-items: center;
}
.gnav a img {
	margin-left: 1rem;
}
@media only screen and (min-width: 1025px) {
	.header {
		padding: 3rem;
		justify-content: flex-end;
	}
	.header .logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.header .logo img {
		width: 28rem;
	}
	.gnav a {
		padding: 1rem;
		font-size: 1.4rem;
	}
	.gnav a img {
		margin-left: 1.5rem;
	}
}
@media only screen and (min-width: 1201px) {
	.header .logo img {
		width: 30rem;
	}
	.gnav a {
		font-size: 1.8rem;
	}
}
@media only screen and (min-width: 1441px) {
	.header {
		padding: 4rem;
		justify-content: flex-end;
	}
	.header .logo img {
		width: 36rem;
	}
	.gnav a {
		padding: 1.5rem;
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.header {
		padding: 2rem 1rem;
		flex-direction: column;
	}
	.header .logo {
		max-width: 80%;
		margin-bottom: 2rem;
	}
}

/* 葬儀の口コミ */
.kuchikomi-link {
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kuchikomi-link img {
	width: 100%;
	max-width: 400px;
}
.voice-block {
	padding: 0 0 15px;
	text-align: center;
}
.voice-title {
	margin-bottom: 15px;
	font-size: 18px;
}
.voice-link {
	padding: 0 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.voice-link a {
	margin: 0 5px;
	padding: 0.5em 1.5em;
	border-radius: 8px;
	background-color: #f77e23;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.voice-link a:hover {
	opacity: 0.8;
}

@media screen and (min-width:769px) {
	.display_pc {

	}
	.display_sp {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.display_pc {
		display: none;
	}
	.display_sp {

	}
	.voice-title {
		font-size: 14px;
	}
	.voice-link a {
		padding: 0.2em 0.5em;
	}
}
/* footer */
.footer {
	padding: 2rem 4rem;
	display: flex;
	justify-content: space-between;
}
/* plan */
.plan {
	padding: 1.5rem;
	background: url(../img/bg.png) repeat-y;
	background-size: 100%;
	position: relative;
}
.plan .star {
	width: 20%;
	max-width: 36rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
.plan .inner {
	background-color: #fff;
}
.plan .mv {
	padding: 7rem 0;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.plan .mv::before,
.plan .mv::after {
	content: "";
	width: 50%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
}
.plan .mv::before {
	background: url(../img/bg_mv-left.png) no-repeat top left;
	background-size: auto 100%;
	left: 0;
}
.plan .mv::after {
	background: url(../img/bg_mv-right.png) no-repeat top right;
	background-size: auto 100%;
	right: 0;
}
.plan .mv img {
	width: 60%;
}
.plan-box {
	position: relative;
}
.plan-box::before {
	content: "";
	width: 100%;
	height: 5rem;
	display: block;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	position: absolute;
	top: -5rem;
	left: 0;
	z-index: 1;
}
.plan-box .main-ttl {
	font-size: 5rem;
	color: #e23f41;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan-box .main-ttl::before,
.plan-box .main-ttl::after {
	content: "";
	width: 12rem;
	height: 4.6rem;
	display: block;
}
.plan-box .main-ttl::before {
	background: url(../img/icon_plan-left.png) no-repeat left center;
	background-size: 100% auto;
}
.plan-box .main-ttl::after {
	background: url(../img/icon_plan-right.png) no-repeat right center;
	background-size: 100% auto;
}
.plan-box .main-ttl em {
	padding-bottom: 1.5rem;
	font-size: 7rem;
	font-style: normal;
	line-height: 1;
}
.plan-list {
	margin: 4rem auto 0;
	padding-bottom: 6rem;
	display: flex;
	justify-content: center;
}
.plan-list > li {
	width: 33rem;
	margin: 0 1rem;
	text-align: center;
}
.plan-list > li:nth-child(1) {
	color: #e23f41;
}
.plan-list > li:nth-child(2) {
	color: #508a27;
}
.plan-list > li:nth-child(3) {
	color: #003e69;
}
.plan-list > li .border {
	border-radius: 1rem;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	position: relative;
}
.plan-list > li .border::before {
	content: "";
	width: 90%;
	height: 30rem;
	display: block;
	background: url(../img/bg_bar-bottom.png) no-repeat left bottom;
	background-size: 100% auto;
	position: absolute;
	bottom: 7px;
	left: 7px;
}
.plan-list > li .ttl {
	font-size: 4rem;
	color: #fff;
	border-radius: 1rem 1rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan-list > li:nth-child(1) .ttl {
	background-color: #e23f41;
}
.plan-list > li:nth-child(2) .ttl {
	background-color: #508a27;
}
.plan-list > li:nth-child(3) .ttl {
	background-color: #003e69;
}
.plan-list > li .ttl img {
	margin-right: 1rem;
}
.plan-list > li .box {
	padding: 0 2rem 4rem;
	position: relative;
}
.plan-list > li .box::before,
.plan-list > li .box::after {
	content: "";
	width: 3px;
	display: block;
	position: absolute;
	top: 1rem;
}
.plan-list > li .box::before {
	background: url(../img/bg_bar-left.png) no-repeat left top;
	background-size: 100% auto;
	height: 21rem;
	left: 7px;
}
.plan-list > li .box::after {
	background: url(../img/bg_bar-right.png) no-repeat right top;
	background-size: 100% auto;
	height: 43rem;
	right: 7px;
}
.plan-list > li .txt-catch {
	margin: 1rem 0 2rem;
	text-decoration: underline;
}
.plan-list > li .plan-txt {
	margin-top: 2rem;
	padding: 1px 1rem;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	z-index: 1;
}
.plan-list > li:nth-child(1) .plan-txt {
	background-color: #e23f41;
}
.plan-list > li:nth-child(2) .plan-txt {
	background-color: #508a27;
}
.plan-list > li:nth-child(3) .plan-txt {
	background-color: #003e69;
}
.plan-list > li:nth-child(3) .plan-txt .p3br {
	display: none;
}
@media only screen and (min-width:900px) and (max-width:1024px) {
	.plan-list > li:nth-child(3) .plan-txt {
		transform: scale( 0.8, 1 );
	}
}
@media only screen and (min-width:768px) and (max-width:899px) {
	.plan-list > li:nth-child(3) .plan-txt .p3br {
		display: inline;
	}
}
.plan-list > li .detail-list {
	margin-top: -1.5rem;
	padding: 2rem 0 1rem;
	border-radius: 5px;
	border: 2px solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.plan-list > li:nth-child(1) .detail-list {
	color: #e23f41;
	border-color: #e23f41;
}
.plan-list > li:nth-child(2) .detail-list {
	color: #508a27;
	border-color: #508a27;
}
.plan-list > li:nth-child(3) .detail-list {
	color: #003e69;
	border-color: #003e69;
}
.plan-list > li .detail-list li {
	margin: 0 .5rem;
}
.flow-box {
	margin-top: 1rem;
}
.flow-box .flow-list {
	padding-top: 1rem;
	padding-bottom: 6rem;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow-box .flow-list1 {
	background: url(../img/img_plan-common_01.png) no-repeat center bottom;
	background-size: 100% auto;
}
.flow-box .flow-list2 {
	background: url(../img/img_plan2_02.png) no-repeat center bottom;
	background-size: 100% auto;
}
.plan-list > li:nth-child(1) .flow-list2 {
	background: url(../img/img_plan1_02.png) no-repeat center bottom;
	background-size: 100% auto;
}
.flow-box .flow-list3 {
	background: url(../img/img_plan2_03.png) no-repeat center bottom;
	background-size: 100% auto;
}
.flow-box .flow-list li {
	margin: 0 1px;
}
.flow-box .flow-list li img {
	margin-bottom: 3px;
}

.info-box {
	padding: 6rem 0;
	background: url(../img/bg_addres.png) repeat-y;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
}
.info-box .logo-group {
	width: 60rem;
	margin-right: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-box .logo-group .logo {
	width: 100%;
	margin-bottom: 3rem;
	text-align: center;
}
.info-box .logo-group .box-left .address {
	font-style: normal;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
}
.info-box .logo-group .box-left .txt {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	display: flex;
	justify-content: space-between;
}
.info-box .logo-group .box-right .txt-catch {
	margin-bottom: 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
}
.info-box .logo-group .box-right .txt-catch em {
	font-style: normal;
	font-size: 2.6rem;
}
.info-box .logo-group .box-right .note {
	margin-top: .5rem;
	padding-left: .5rem;
	font-size: 1.2rem;
}

/*** 2020-05-11 ***/
.info-box .logo-group2 {
	width: 62rem;
	display: flex;
	flex-direction: column;
	margin-right: 40px;
}
.info-box .logo-group2 .address-box {
	font-style: normal;
	font-size: 1.6rem;
	display: flex;
	justify-content: flex-end;
	padding-right: 5rem;
}
.info-box .logo-group2 .upper-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-box .logo-group2 .upper-box .logo {
	width: 100%;
	margin-bottom: 3rem;
	text-align: center;
}
.info-box .logo-group2 .upper-box .txt {
	width: 40%;
}
.info-box .logo-group2 .upper-box .txt .search-here {
	display: block;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 0.5rem;
}
.info-box .tel-group {
	width: 40rem;
	display: flex;
	flex-direction: column;
}
.info-box .tel-group p.note {
	font-size: 1.8rem;
}

@media only screen and (max-width: 1160px) {
	.plan-box .main-ttl {
		font-size: 4rem;
	}
	.plan-list > li .box {
		padding: 0 1rem 4rem;
	}
}
@media only screen and (max-width: 1024px) {
	.plan-box .main-ttl {
		font-size: 3rem;
	}
	.plan-box .main-ttl::before,
	.plan-box .main-ttl::after {
		width: 6rem;
	}
	.plan-box .main-ttl::before {
		margin-right: 1rem;
	}
	.plan-box .main-ttl::after {
		margin-left: 1rem;
	}
	.plan-box .main-ttl em {
		padding-bottom: .5rem;
		font-size: 4rem;
	}
	.plan-list > li {
		width: 32%;
		margin: 0 calc(4% / 3);
	}
	.plan-list > li .ttl {
		padding: 1rem 0;
		font-size: 2.4rem;
	}
	.flow-box .flow-list {
		padding-bottom: 5rem;
	}
	.info-box {
		flex-direction: column;
		align-items: center;
	}
	.info-box .logo-group {
		margin: 0 0 3rem;
	}

	/*** 2022-05-11 ***/
	.info-box .logo-group2 .address-box {
		justify-content: center;
		padding-right: 0;
		margin-bottom: 3rem;
	}
}
@media only screen and (max-width: 767px) {
	.plan {
		padding: .5rem;
	}
	.plan .mv img {
    width: 85%;
	}
	.plan-box .main-ttl {
    font-size: 2.4rem;
		display: block;
	}
	.plan-box .main-ttl::before,
	.plan-box .main-ttl::after {
		content: unset;
	}
	.plan-box .main-ttl em {
		padding-bottom: 0;
		font-size: 3rem;
	}
	.plan-list {
		margin-top: 2rem;
		flex-direction: column;
	}
	.plan-list > li {
		width: 95%;
		margin: 2rem auto;
	}
	.plan-list > li .box {
		padding: 0 3rem 4rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.plan-list > li .detail-list {
		padding: 2rem .5rem 1rem;
	}
	.flow-box .flow-list {
    padding-bottom: 6rem;
		font-size: 1.3rem;
	}
	.info-box {
		padding: 6rem 1rem;
	}
	.info-box .logo-group {
		width: 100%;
		justify-content: center;
	}
	.info-box .logo-group .logo {
		width: 28rem;
	}
	.plan .star {
		width: 20rem;
	}

	/*** 2022-05-11 ***/
	.info-box .logo-group2,
	.info-box .logo-group2 .upper-box {
		width: 100%;
		justify-content: center;
		flex-direction: column;
		margin-right: unset;
	}
	.info-box .logo-group2 .upper-box .logo {
		width: 28rem;
		margin: auto auto 3rem;
	}
	.info-box .logo-group2 .upper-box .txt {
		width: 100%;
		text-align: center;
	}
	.info-box .logo-group2 .upper-box .txt .search-here {
		line-height: 1.3;
	}
	.info-box .logo-group2 .address-box .address {
		font-style: normal;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.2rem;
	}
	.info-box .tel-group {
		width: 28rem;
	}
	.info-box .tel-group p.note {
		font-size: 1.3rem;
		margin-top: 1rem;
	}
}

/* reason */
.reason {
	padding-top: 6rem;
	background: url(../img/bg_reason-top.png) no-repeat top center;
	background-size: 100% auto;
}
.reason .main-ttl {
	width: 45%;
	max-width: 85.2rem;
	margin: auto;
}
.reason-list {
	width: 110rem;
	margin: 4rem auto 6rem;
}
.reason-list li {
	padding: 1rem 0;
	display: flex;
	flex-direction: column;
}
.reason-list li .txt {
    width: 90rem;
    font-size: 2.2rem;
    padding: 0 3%;
    font-size: 28px;
}
.reason-list li .ttl img {
	width: 60%;
	height: auto;
}
.reason-list li .txt-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.reason-list li .txt-body {
	padding: 0.5rem 3%;
	color: #555;
	font-size: 3rem;
	font-weight: 700;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
.reason-list li .txt-large {
  display: block;
  line-height: 1.2em;
	color: #ec4092;
	font-size: 44px;
	font-weight: 900;
  font-family: 'Noto Serif JP', sans-serif;
}
.reason-list li .txt-lightblue {
	color: #01b4ee;
	font-size: 3.3rem;
	font-weight: 900;
}
.reason-list li .txt-phone {
	width: 110rem;
	padding: 0 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reason-list li .txt-qrcode {
	width: 110rem;
	padding: 0 3%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.voice-box {
	padding: 6rem 0;
	background: #f5c3c5 url(../img/bg_reason-bottom.png) no-repeat left bottom;
	background-size: 60% auto;
	position: relative;
}
.voice-box::before {
	content: "";
	width: 100%;
	height: 5rem;
	display: block;
	background: linear-gradient(0deg, rgba(245,195,197,1) 0%, rgba(245,195,197,0) 100%);
	position: absolute;
	top: -5rem;
	left: 0;
	z-index: 1;
}
.voice-list {
	width: 100rem;
	margin: auto;
	color: #55393c;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice-list li {
	position: relative;
}
.voice-list li:nth-child(1) {
	width: 52.5%;
}
.voice-list li:nth-child(2) {
	width: 45%;
}
.voice-list li:nth-child(3) {
	width: 45%;
}
.voice-list li:nth-child(4) {
	width: 52.5%;
}
/*
.voice-list li:nth-child(5) {
	width: 32.5%;
	order: 6;
}
*/
.voice-list li:nth-child(5) {
	width: 100%;
	order: 6;
	display: flex;
  justify-content: flex-end;
}
.img-thanks {
	max-width: 30%;
	position: absolute;
	right: -12px;
	bottom: -4px;
}
.img-thanks-sp {
	display: none;
}
.voice-list li:nth-child(6) {
	width: 32.5%;
	order: 7;
}
.voice-list li:nth-child(7) {
	width: 25%;
	padding-bottom: 2rem;
	order: 5;
	display: flex;
	align-items: flex-end;
}
.voice-list li > .box {
	margin: 2rem 0;
	padding: 2rem;
	background-color: #fff;
	box-shadow: 4px 4px 3px rgba(0,0,0,.4);
	position: relative;
}
.voice-list li > .box .sub-ttl {
	padding: .5rem;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	background-color: #945e4f;
	display: inline-block;
	position: absolute;
	top: -1.5rem;
	right: 0;
}
.voice-list li > .box .box {
	overflow: hidden;
}
.voice-list li > .box .txt {
	font-size: 1.5rem;
	line-height: 28px;
	background: url(../img/bg_under.png) top left;
}
.voice-list li > .box .space {
	height: 6rem;
}
.voice-list li > .box .right {
	float: right;
}
.voice-list li > .box .img {
	clear: both;
	width: 22rem;
	background-color: #fff;
}
@media only screen and (min-width: 1025px) {
	.reason-list li:nth-child(3) {
		margin-top: -80px;
	}
}
@media only screen and (max-width: 1024px) {
	.reason-list {
		width: 90%;
	}
	.reason-list li .txt {
		width: 90%;
		font-size: 1.6rem;
	}
	.reason-list li .txt-body {
		padding: 0.5rem 3%;
		font-size: 2.2rem;
	  line-height: 1.5em;
	}
	.reason-list li .txt-large {
		font-size: 3rem;
	}
	.reason-list li .txt-lightblue {
		font-size: 2.5rem;
	}
	.reason-list li .txt-phone {
		width: 90%;
		padding: 0 3%;
		flex-direction: column;
		justify-content: space-between;
	}
	.reason-list li .txt-phone .link-phone {
		display: block;
		margin: 1.5rem 0;
	}
	.reason-list li .txt-qrcode {
		width: 90%;
		justify-content: center;
		align-items: center;
	}
	.voice-list {
		width: 90%;
	}
	.voice-list li > .box .space {
		height: 0;
	}
	.voice-list li > .box .right {
		float: unset;
	}
	.voice-list li > .box .img {
		width: 100%;
	}
	.img-thanks,
	.img-thanks-br {
		display: none;
	}
	.img-thanks-sp {
		display: block;
		width: 32.5%;
		min-width: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.reason .main-ttl {
		width: 90%;
	}
	.reason-list {
		margin-top: 0;
	}
	.reason-list li {
		flex-direction: column;
	}
	.reason-list li .ttl {
		width: 7.2rem;
		margin: auto;
	}
	.reason-list li .ttl img {
		width: 80%;
	}
	.reason-list li .txt {
		width: 100%;
		margin-top: 2rem;
		font-size: 1.4rem;
	}
	.reason-list li .txt-header {
		flex-direction: column;
	}
	.reason-list li .txt-large {
		margin: 1rem 0;
		font-size: 2rem;
	}
	.reason-list li .txt-body {
		font-size: 1.6rem;
	}
	.reason-list li .txt-lightblue {
		font-size: 1.8rem;
	}
	.reason-list li .txt-phone {
		width: 100%;
	}
	.reason-list li .txt-qrcode {
		display: none;
	}
	.voice-box {
		padding-top: 2rem;
	}
	.voice-list li:nth-child(1),
	.voice-list li:nth-child(2),
	.voice-list li:nth-child(3),
	.voice-list li:nth-child(4),
	.voice-list li:nth-child(5),
	.voice-list li:nth-child(6),
	.voice-list li:nth-child(7) {
		width: 100%;
		order: unset;
	}
}

.txt-pink {
	color: #c9548a;
	font-size: 2.5rem;
	font-weight: 900;
	font-family: 'Noto Serif JP', sans-serif;
}

.txt-kazoku-plan {
	width: 75%;
}
@media only screen and (max-width: 1024px) {
	.txt-kazoku-plan {
		width: 63%;
	}
}