.hero {
	padding: 38px 1em 30px;
	background-image: url(../img/frontpage/hero-sp.png);
	text-align: center;
}

h1 {
	padding-top: 8px;
	padding-bottom: 20px;
	font-family: YuKyokasho;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 24px;
	line-height: 30px;
}

h2 {
	display: block;
	position: relative;
	margin: 0 auto 20px;
	box-sizing: border-box;
	padding: 0 0 8px;
	color: #9AC143;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-bottom: 2px solid #9AC143;
}

.hero-inner {
	background: #FFFFFF;
	opacity: 0.9;
	padding: 32px 18px 28px;
	position: relative;
}

.hero p {
	font-size: 13px;
}

.hero-inner p.reword-description {
	position: absolute;
	display: inline;
	font-size: 10px;
	transform: scale(0.5);
	line-height: 120%;
	right: 6px;
	bottom: 14px;
}

.hero-inner strong {}

.hero-inner span {
	font-size: 36px;
	line-height: 30px;
	color: #9AC143;
}

/* 口コミバナー */
.other-banner-container {
	max-width: 100%;
	margin: 30px 3em;
}

.other-banner-container img {
	border: 2px solid #eee;
}

/* 登戸の杜の選べる葬儀プラン */
.corona-info {
	background: #FFE4E4;
	border: 1px solid #F91414;
	margin: 13px 12px 40px;
	padding: 9px 24px 7px;
	color: #000000;
}

.corona-info p {
	font-size: 14px;
	text-align: center;
	font-family: Tsukushi B Round Gothic;
	line-height: 24px;
}

.corona-info button {
	display: block;
	font-size: 16px;
	line-height: 24px;
	background: #FFFFFF;
	font-family: Tsukushi B Round Gothic;
	margin: 10px auto 0;
	border-radius: 22px;
	padding: 2px 61px;
	border: none;
}

.plan h2 {
	max-width: 100%;
	margin: 36px 2em 40px;
}

.plan-box {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	text-align: center;
}

.plan-box a:hover {
	color: #FFFFFF;
}

.plan-box.kazokusou {
	margin-top: 20px;
	border: 2px solid #9AC143;
}

.kazokusou h3 {
	background-color: #9AC143;
}

.plan-box-container {
	max-width: 100%;
	margin: 60px 1em;
}

.plan-inner-box {
	background-color: #FFFFFF;
	padding-bottom: 12px;
}

.kazokusou .plan-inner-box {
	color: #9AC143;
}

.plan-box-header {
	text-align: center;
}

.plan-box-header h2 {
	font-size: 26px;
	color: #9AC143;
	line-height: 1;
	margin: auto;
	padding-bottom: 10px;
	border-bottom: 2px solid #9AC143;
}

.plan-box-header p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 10px;
}

.plan-box-container h3 {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	padding: 10px 0;
}

.plan-box-lead {
	font-size: 16px;
	line-height: 1.6;
}

.plan-inner-box>p {
	display: inline-block;
	padding: 7px 0;
}

.plan-inner-box>p.is-pc {
	display: none;
}

.plan-inner-box img {
	padding: 0 47px;
	max-width: 100%;
	box-sizing: border-box;
}

.price {
	display: flex;
	justify-content: center;
	align-items: center;
}

.price p {
	font-size: 24px;
}

.price ruby {
	font-size: 18px;
}

.price span {
	font-size: 12px;
	display: inline-block;
	line-height: 14px;
	color: #333333;
	padding: 0;
	margin-right: 5px;
}

.price span br {
	line-height: initial;
}

.general-price p {
	font-size: 18px;
}

.general-price ruby {
	font-size: 12px;
}

.kasou {
	border: 2px solid #5F77AF;
}

.kasou h3 {
	background-color: #5F77AF;
}

.kasou .plan-inner-box {
	color: #5F77AF;
}

.freestyle {
	border: 2px solid #E5A1B5;
}

.freestyle h3 {
	background-color: #E5A1B5;
}

.freestyle .plan-inner-box {
	color: #E5A1B5;
}

.syasou {
	border: 2px solid #9D72A3;
}

.syasou h3 {
	background-color: #9D72A3;
}

.syasou .plan-inner-box {
	color: #9D72A3;
}

/* 斎場紹介 */
.hall {
	background-color: #F8F4EB;
	padding: 30px 0;
	margin-bottom: 60px;
}

.hall-inner {
	max-width: 100%;
	margin: 0 1em;
}

.hall-form-container {
	margin: auto;
}

.select-box-container {
	display: flex;
	margin-bottom: 24px;
}

.select-box-container select {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	appearance: none;
	background: #FFFFFF;
	position: relative;
	color: #9AC143;
	text-align: center;
	line-height: 1;
	padding: 10px;
	border: 1px solid #9AC143;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.add-arrow {
	position: relative;
	width: 100%;
}

.add-arrow::after {
	position: absolute;
	content: '';
	background-size: contain;
	vertical-align: middle;
	background-image: url(../img/frontpage/select-arrow.png);
	display: inline-block;
	background-repeat: no-repeat;
	width: 13.42px;
	height: 7px;
	top: 50%;
	transform: translateY(-50%);
	right: 17px;
	pointer-events: none;
}

.select-box-container .add-arrow:first-of-type {
	margin-right: 3px;
}

.hall-card-list {
	list-style: none;
	padding: 0;
	text-align: center;
}

.hall-card {
	padding: 16px 0 25px;
	background: #FFFFFF;
	margin-bottom: 30px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hall-card h3 {
	font-size: 18px;
	color: #9AC143;
	line-height: 1.4;
	padding: 0 1em 8px;
	border-bottom: 2px solid #E9F1D5;
}

.hall-card img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

.hall-info-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 2%;
	margin: 0;
}

.hall-info-box {
	width: 32%;
	margin: auto;
	box-sizing: border-box;
	border: 1px solid #9AC143;
}

div.light-green {
	border: 1px solid #E9F1D5;
}

.hall-info-box h4 {
	padding: 3px 0;
	background: #9AC143;
	width: 100%;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

div.light-green h4 {
	background: #E9F1D5;
}

.hall-info-box p {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0;
}

.address-box {
	border: 1px solid #E9F1D5;
}

.address-box h4,
.remarks-column h4 {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	background: #E9F1D5;
}

.address-box p,
.remarks-column p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	line-height: 1.4;
	padding: 10px;
}

.hall-card {
	opacity: 1;
}

.hall-card__top {
	margin: 10px 1em 0;
}

.hall-card.is-hidden {
	opacity: 0;
	height: 0;
	display: none;
	margin: 0;
}

.place-address {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	width: 100%;
	margin: 20px auto 0;
}

.hall-card__bottom {
	margin: 20px 1em 0;
}

.remarks-column {
	border: 1px solid #E9F1D5;
}

.list-btn {
	margin-top: 20px;
	text-align: center;
}

.list-btn.is-btn-hidden {
	display: none;
}

.list-btn button {
	color: #9AC143;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	font-size: 24px;
	line-height: 36px;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

/* 登戸クラブについて */
.about {
	margin: 60px auto;
}

.about-top {
	margin: 60px 1em;
}

/* 利用者様の声 */
.voice-container {
	background-color: #E9F1D5;
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 40px 0;
}

.voice-container__inner {
	margin: 0 1em;
}

.voice-container>p {
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	color: #000;
}

.voices {
	margin-top: 20px;
}

.voice {
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}

div.voice .is-pc {
	display: none;
}

.voice img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	width: auto;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.voice button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	padding: 5px 15px;
	font-size: 18px;
	white-space: nowrap;
}

/* 事前相談 */
.consultation {
	max-width: 100%;
	margin: 60px 1em;
}

.check-list {
	padding-bottom: 0;
}

.consultation button {
	padding: 5px 15px;
	display: block;
	font-size: 18px;
	margin: 24px auto 0;
}

/* バナー */
.mujo-banner {
	padding: 0px 100px 80px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	object-fit: contain;
}

.mujo-banner.is-pc {
	display: none;
}

.link-banner {
	display: flex;
	justify-content: center;
	column-gap: 2%;
	max-width: 960px;
	margin: 60px auto;
	padding-left: 0;
	list-style-type: none;
}

.link-banner li {
	width: 32%;
}

.link-banner li a {
	display: block;
}

.link-banner li a img {
	display: block;
	max-width: 100%;
	height: auto;
	transition: all .3s ease-in-out;
}

.link-banner li a:hover img {
	opacity: .7;
}

@media (max-width: 768px) {
	.link-banner {
		flex-direction: column;
		row-gap: 20px;
		max-width: 100%;
		margin: 40px 4em;
		padding-left: 0;
	}

	.link-banner li {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 48px;
		line-height: 72px;
		margin: 0 150px 39px;
		border-bottom: 4px solid #9AC143;
	}

	/* ヘッダーアイキャッチ */
	.hero {
		padding: 70px 100px;
	}

	.hero-inner {
		padding: 100px 1em;
	}

	.hero-inner p {
		font-size: 2.25vw;
		color: #000;
		line-height: 2.4;
	}

	.hero-inner span {
		font-size: 3.5vw;
		color: #9AC143;
	}

	.hero-inner p.company {
		font-size: 1.8vw;
	}

	.plan h2 {
		font-size: 40px;
		margin: 65px auto 30px;
	}

	.plan>p {
		font-size: 28px;
		line-height: 47px;
		text-align: center;
		margin: 0 auto;
	}

	/* 葬儀プラン一覧 */
	.plan-inner-box>p {
		display: block;
	}

	.plan-box.kazokusou p {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6;
		padding: 0;
	}

	div.kazokusou .plan-inner-box {
		padding-top: 16px;
		padding-bottom: 24px;
	}

	.plan-inner-box>p.is-pc {
		display: block;
	}

	.plan-box-container {
		max-width: 1040px;
		margin: 80px auto;
	}

	.plan-box-container h3 {
		font-size: 30px;
		color: #fff;
		line-height: 1;
		padding: 10px 0
	}

	.pc-img-flex {
		display: flex;
		padding-top: 16px;
		justify-content: center;
	}

	.plan-box.kazokusou {
		margin-top: 40px;
		margin-right: 0;
	}

	.plan-box.kazokusou img {
		max-width: 38%;
		box-sizing: content-box;
		padding: 0 21px;
	}

	.plan-box-header {
		text-align: center;
	}

	.plan-box-header h2 {
		font-size: 40px;
		color: #9AC143;
		line-height: 1;
		margin: auto;
		padding-bottom: 18px;
		border-bottom: 3px solid #9AC143;
	}

	.plan-box-header p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.8;
		margin-top: 20px;
	}

	.kazokusou .member-price p:first-of-type {
		padding-top: 12px;
	}

	.kazokusou .price p {
		font-size: 50px;
		line-height: 50px;
	}

	.kazokusou .price ruby {
		font-size: 25px;
	}

	.kazokusou .general-price p {
		font-size: 25px;
		line-height: 38px;
	}

	.kazokusou .general-price ruby {
		font-size: 18px;
	}

	.plan-box {
		margin-right: 17px;
	}

	.plan-box:last-of-type {
		margin-right: 0;
	}

	.price p {
		font-size: 35px;
		line-height: 53px;
	}

	.price ruby {
		font-size: 20px;
		line-height: 28px;
	}

	.general-price p {
		font-size: 20px;
	}

	.general-price ruby {
		font-size: 15px;
	}

	.pc-plan-box-lower {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	/* 斎場紹介 */
	.hall {
		max-width: 100%;
		padding: 80px 1em;
	}

	.hall-inner {
		max-width: 1040px;
		margin: auto;
	}

	.hall-inner__header {
		text-align: center;
	}

	.hall-inner__header h2 {
		font-size: 40px;
		color: #9AC143;
		line-height: 1;
		margin: auto;
		padding-bottom: 10px;
		border-bottom: 4px solid #9AC143;
	}

	.hall-inner__header p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.8;
		margin-top: 20px;
	}

	.hall h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.hall>p {
		font-size: 28px;
		line-height: 47px;
		text-align: center;
	}

	.hall-form-container form {
		margin-top: 44px;
	}

	.select-box-container {
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		margin-bottom: 56px;
	}

	.select-box-container .add-arrow {
		width: 46%;
	}

	.select-box-container select {
		font-size: 20px;
		line-height: 1;
		width: 100%;
		padding: 20px;
	}

	.add-arrow::after {
		width: 23px;
		height: 12px;
		right: 40px;
	}

	.select-box-container select:first-of-type {
		margin-right: 25px;
	}

	.hall-card {
		display: flex;
		flex-direction: column;
		padding: 24px 20px 20px;
		margin-bottom: 40px;
	}

	.hall-card h3 {
		font-size: 24px;
		color: #9AC143;
		line-height: 1;
		padding: 0 1em 15px;
		border-bottom: 2px solid #E9F1D5;
	}

	.hall-card__top {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 20px auto 0;
	}

	.hall-card__bottom {
		width: 100%;
		margin: 20px auto 0;
	}

	.hall-card img {
		display: block;
		max-width: 30%;
		height: auto;
		margin: 0 auto 0 0;
		object-fit: cover;
	}

	.hall-info-container-wrapper {
		width: 30%;
		margin: 0;
	}

	.hall-info-container {
		column-gap: 2%;
		margin: 0;
		justify-content: left;
	}

	.hall-info-box {
		width: 32%;
		margin: 0 0 15px;
	}

	.hall-info-box:nth-child(3n) {
		margin-right: 0;
	}

	.hall-info-container-wrapper h3 {
		font-size: 28px;
		line-height: 1;
		text-align: left;
		margin: 0 0 12px 0;
		padding-bottom: 10px;
	}

	.place-address {
		display: block;
		width: 35%;
		margin: 0 0 0 auto;
	}

	.address-box h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.address-box p {
		font-size: 15px;
		font-weight: 400;
		text-align: center;
		line-height: 1;
		height: auto;
		padding: 10px;
	}

	.address-box:first-of-type {
		margin-bottom: 17px;
	}

	.remarks-column {
		border: 1px solid #E9F1D5;
		margin: 0;
		width: auto;
	}

	.remarks-column h4 {
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		background: #E9F1D5;
	}

	.remarks-column p {
		font-size: 15px;
		font-weight: 400;
		text-align: left;
		line-height: 1.2;
		padding: 20px;
	}

	.about {
		margin: 120px auto 60px;
	}

	/* 利用者の声 */
	.voice .is-mobile {
		display: none;
	}

	div.voice .is-pc {
		display: block;
	}

	.voice-container {
		padding: 60px 0 50px;
		margin-bottom: 60px;
	}

	.voice-container__inner {
		max-width: 1040px;
		margin: auto;
	}

	.voice-container>p {
		font-size: 28px;
		line-height: 47px
	}

	.voices {
		display: flex;
		flex-direction: column;
		margin-top: 58px;
	}

	.voice {
		margin-bottom: 60px;
	}

	.voice img {
		max-width: 915px;
		margin: 0 auto;
	}

	.voice button {
		font-size: 24px;
	}

	/* 事前相談 */
	.consultation {
		max-width: 1040px;
		margin: 60px auto;
	}

	.check-list {
		margin: 40px auto 0;
		padding: 0;
	}

	.consultation button {
		margin-top: 67px;
		font-size: 32px;
		line-height: 48px;
	}

	/* バナー */
	.other-banner-container {
		max-width: 600px;
		height: auto;
		margin: 40px auto;
	}

	.other-banner-container img {
		max-width: 100%;
		height: auto;
		object-fit: cover;
		margin: auto;
		padding: 10px;
		border: 3px solid #eee;
	}

	.other-banner-container a {
		display: block;
	}

	.other-banner-container a img {
		transition: all .3s ease-in-out;
	}

	.other-banner-container a:hover img {
		opacity: .7;
	}

	.mujo-banner {
		padding: 60px 20px;
		display: block;
		max-width: 1069px;
		margin: 0 auto;
		box-sizing: border-box;
		height: auto;
		object-fit: contain;
	}

}

/* テキストリンク */
.text-link {
	text-align: center;
}


.souginokuchikomi-banner {
	margin-top: 10px;
	border: 5px solid #eee;
	max-width: 80%;
	text-align: center;
	margin: 20px auto 0;
	padding: 10px;
}

@media screen and (max-width: 768px) {
	.mujo-banner {
		padding: 0px 30px 40px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		object-fit: contain;
	}
}


HTML CSSResult Skip Results Iframe EDIT ON

/* SNSボタン全体 */
.sns-button {
	margin: 3px;
	padding: 0px;
	text-align: center;
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.sns-button a {
	text-decoration: none;
}

/* SNS ボタン*/
.sns-link {
	text-align: center;
	margin: 40px auto 0;
}

@media (max-width:768px) {
	.sns-link {
		margin: 20px 1em 0;
	}

	.sns-link p {
		margin-bottom: 10px;
	}
}

.sns-button {
	display: flex;
	justify-content: center;
	column-gap: 40px;
	padding-left: 0;
	list-style-type: none;
}

.sns-button li {
	border-radius: 50px;
	box-shadow: 2.8px 2.8px #4c4550;
	width: 70px;
	height: 70px;
}

@media (max-width:768px) {
	.sns-button {
		column-gap: 20px;
	}
}


.sns-button i {
	text-align: center;
	font-size: 35px;
	margin: 0px;
	padding: 18px 0px 0px 3px;
	color: #fff;
}

.sns-button li:hover {
	opacity: 0.8;
}

.button_twitter {
	background: #1da1f2;
}

.button_facebook {
	background: #3b5998;
}

.button_pocket {
	background: #ee4056;
}

.button_pinterest {
	background: #BD081C;
}

.button_line {
	background: #6cc755;
}

.button_instagram {
	background: #CF2E92;
}

.button_tumblr {
	background: #39475D;
}

.button_youtube {
	background: #DA1725;
}

.button_linkedin {
	background: #0e76a8;
}

.button_evernote {
	background: #2DBE60;
}