.p-top.is-herbalgreen .p-top__en {
	color: #c9f2d6;
}
.p-top.is-herbalgreen .p-top__deco--left {
	background-image: url('../../images/top/mv/bg_left_01_pc.svg');
}
@media screen and (max-width: 750px) {
	.p-top.is-herbalgreen .p-top__deco--left {
		background-image: url('../../images/top/mv/bg_left_01_sp.svg');
	}
}
.p-top.is-herbalgreen .p-top__deco--right {
	background-image: url('../../images/top/mv/bg_right_01_pc.png');
}
@media screen and (max-width: 750px) {
	.p-top.is-herbalgreen .p-top__deco--right {
		background-image: url('../../images/top/mv/bg_right_01_sp.png');
	}
}
.p-top.is-herbalgreen .p-detail {
	background-image: url('../../images/top/info/bg_01.svg');
}
.p-top.is-pinkbeige .p-top__en {
	color: #f9ffde;
}
.p-top.is-pinkbeige .p-top__deco--left {
	background-image: url('../../images/top/mv/bg_left_pinkbeige_01_pc.svg');
}
@media screen and (max-width: 750px) {
	.p-top.is-pinkbeige .p-top__deco--left {
		background-image: url('../../images/top/mv/bg_left_pinkbeige_01_sp.svg');
	}
}
.p-top.is-pinkbeige .p-top__deco--right {
	background-image: url('../../images/top/mv/bg_right_pinkbeige_01_pc.png');
}
@media screen and (max-width: 750px) {
	.p-top.is-pinkbeige .p-top__deco--right {
		background-image: url('../../images/top/mv/bg_right_pinkbeige_01_sp.svg');
	}
}
.p-top.is-pinkbeige .p-detail {
	background-image: url('../../images/top/info/bg_pinkbeige_01.svg');
}
.p-top.is-grege .p-top__en {
	color: #f9ffde;
}
.p-top.is-grege .p-top__deco--left {
	background-image: url('../../images/top/mv/bg_left_grege_01_pc.svg');
}
@media screen and (max-width: 750px) {
	.p-top.is-grege .p-top__deco--left {
		background-image: url('../../images/top/mv/bg_left_grege_01_sp.svg');
	}
}
.p-top.is-grege .p-top__deco--right {
	background-image: url('../../images/top/mv/bg_right_grege_01_pc.png');
}
@media screen and (max-width: 750px) {
	.p-top.is-grege .p-top__deco--right {
		background-image: url('../../images/top/mv/bg_right_grege_01_sp.svg');
	}
}
.p-top.is-grege .p-detail {
	background-image: url('../../images/top/info/bg_grege_01.svg');
}
.p-top.is-bluegray .p-top__en {
	color: #f9ffde;
}
.p-top.is-bluegray .p-top__deco--left {
	background-image: url('../../images/top/mv/bg_left_bluegray_01_pc.svg');
}
@media screen and (max-width: 750px) {
	.p-top.is-bluegray .p-top__deco--left {
		background-image: url('../../images/top/mv/bg_left_bluegray_01_sp.svg');
	}
}
.p-top.is-bluegray .p-top__deco--right {
	background-image: url('../../images/top/mv/bg_right_bluegray_01_pc.png');
}
@media screen and (max-width: 750px) {
	.p-top.is-bluegray .p-top__deco--right {
		background-image: url('../../images/top/mv/bg_right_bluegray_01_sp.svg');
	}
}
.p-top.is-bluegray .p-detail {
	background-image: url('../../images/top/info/bg_bluegray_01.svg');
}

.p-main.is-herbalgreen .p-topBg {
	background-color: var(--sub02-color);
}
.p-main.is-pinkbeige .p-topBg {
	background-color: var(--pinkbeige-sub02-color);
}
.p-main.is-grege .p-topBg {
	background-color: var(--grege-sub02-color);
}
.p-main.is-bluegray .p-topBg {
	background-color: var(--bluegray-sub02-color);
}

.l-nav {
	position: relative;
	width: var(--contents-width);
	margin: 100px auto 0;
	background-color: #fff;
	border-radius: 30px;
}
.l-nav__heading {
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s 0.5s;
	transform: translateZ(0);
	transform: translateY(-50px);
}
.l-nav.is-sticky {
	position: sticky;
	width: 100%;
	max-width: calc(100% - 20px);
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0 0 30px 30px;
}
.l-nav.is-sticky .l-nav__heading {
	display: flex;
	width: auto;
	height: auto;
	margin-top: 0;
	opacity: 1;
	transform: translateY(0);
}

.p-topBg {
	padding-top: 400px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
}

.p-woodBg {
	padding: 320px 0;
	margin-top: -210px;
	background-image: url('../../images/top/bg_wood_01_pc.jpg');
	background-size: cover;
}
@media screen and (max-width: 750px) {
	.p-woodBg {
		background-image: url('../../images/top/bg_wood_01_sp.jpg');
		background-size: 100% auto;
	}
}

@media screen and (max-width: 1000px) {
	.l-wrap {
		overflow: hidden;
	}
}

.p-top {
	position: relative;
}
@media screen and (min-width: 1001px) {
	.p-top {
		overflow-x: clip;
	}
}
@media screen and (max-width: 1000px) {
	.p-top {
		padding-top: 10vw;
	}
}
@media screen and (max-width: 750px) {
	.p-top {
		margin-top: 0;
	}
}
.p-top::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
	content: '';
	background-color: #fff;
}
@media screen and (max-width: 750px) {
	.p-top::before {
		height: 180px;
	}
}
.p-top__main {
	position: relative;
	width: 80%;
	margin-left: auto;
}
@media screen and (max-width: 750px) {
	.p-top__main {
		width: 96%;
		padding: 56px 0 0;
	}
}
.p-top__mv {
	display: block;
	-webkit-mask-image: url('../../images/top/mv/bg_main_mask_pc.png');
	mask-image: url('../../images/top/mv/bg_main_mask_pc.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	transform: translate(50px, -50px);
}
@media screen and (max-width: 750px) {
	.p-top__mv {
		-webkit-mask-image: url('../../images/top/mv/bg_main_mask_sp.png');
		mask-image: url('../../images/top/mv/bg_main_mask_sp.png');
		transform: translate(40px, -30px);
	}
}
.p-top__mv .mainslider {
	opacity: 0;
	transition: opacity 0.3s linear;
}
.p-top__mv .mainslider.swiper-initialized {
	opacity: 1;
}
.p-top__copy {
	position: absolute;
	top: 70%;
	right: 0;
	left: 180px;
	width: auto;
	opacity: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
	.p-top__copy {
		left: 40px;
		top: 80%;
		z-index: 5;
	}
}
.p-top__copy span {
	display: block;
	text-shadow: 0 0 16px #000;
}
.p-top__en {
	font-family: var(--font-family-dancing);
	font-size: 8.8rem;
}
@media screen and (max-width: 750px) {
	.p-top__en {
		font-size: 4.7rem;
	}
}
.p-top__ja {
	font-family: var(--font-family-tsukushi);
	font-size: 4.3rem;
	color: #fff;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
	.p-top__ja {
		font-size: 2.4rem;
	}
}
.p-top__deco {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.p-top__deco--right {
	right: -200px;
	bottom: -400px;
	width: 50%;
	height: 41vw;
}
@media screen and (max-width: 1000px) {
	.p-top__deco--right {
		bottom: -14vw;
	}
}
@media screen and (max-width: 750px) {
	.p-top__deco--right {
		right: -33%;
		bottom: -12%;
		width: 122%;
		height: 85vw;
	}
}
.p-top__deco--left {
	bottom: -20px;
	left: -80px;
	width: 34%;
	height: 28vw;
}
@media screen and (max-width: 1000px) {
	.p-top__deco--left {
		bottom: 13vw;
		width: 90%;
		height: 60vw;
	}
}
@media screen and (max-width: 750px) {
	.p-top__deco--left {
		top: 56px;
		bottom: unset;
		left: -4%;
		width: 60%;
		height: 57vw;
	}
}
.p-top__deco--flower {
	bottom: -20px;
	left: 4%;
	width: 16%;
	height: 19vw;
	background-image: url('../../images/top/mv/bg_flower_01_pc.svg');
}
@media screen and (max-width: 750px) {
	.p-top__deco--flower {
		left: -2%;
		width: 37%;
		height: 48vw;
	}
}

.p-detail {
	position: absolute;
	top: 0;
	right: 0;
	width: 1455px;
	height: 166px;
	padding-top: 22px;
	padding-right: 160px;
	color: #fff;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
@media screen and (max-width: 1280px) {
	.p-detail {
		width: 1000px;
		height: 112px;
		padding-top: 10px;
		padding-right: 64px;
	}
}
@media screen and (max-width: 1000px) {
	.p-detail {
		display: none;
	}
}
@media screen and (max-width: 1280px) {
	.p-detail__title {
		font-size: 1.2rem;
	}
}
.p-detail__main {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: flex-end;
	margin-top: 16px;
}
@media screen and (max-width: 1280px) {
	.p-detail__main {
		gap: 12px;
		margin-top: 0;
	}
}
.p-detail__address {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
@media screen and (max-width: 1280px) {
	.p-detail__address {
		font-size: 1.2rem;
	}
}
.p-detail__list {
	display: flex;
	gap: 14px;
}
@media screen and (max-width: 1280px) {
	.p-detail__list {
		gap: 6px;
	}
}
@media screen and (max-width: 1280px) {
	.p-detail__item {
		width: 20px;
	}
}
.p-detail__tel {
	font-family: var(--font-family-sans);
	font-size: 3rem;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}
@media screen and (max-width: 1280px) {
	.p-detail__tel {
		font-size: 2rem;
	}
}

.p-main {
	margin-top: -400px;
	overflow: hidden;
}
.p-main.is-bluegray {
	color: var(--bluegray-point04-color);
}

.p-nav {
	position: relative;
}
@media screen and (max-width: 1000px) {
	.p-nav {
		display: none;
	}
}

.p-intro {
	margin-top: 110px;
}
@media screen and (max-width: 750px) {
	.p-intro {
		display: none;
	}
}
.p-intro__content {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1000px) {
	.p-intro__content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
.p-intro__top {
	display: flex;
	gap: 30px;
}
.p-intro__logo .top {
	fill: #a9cfb7;
}
.p-intro__logo .bottom {
	fill: var(--sub01-color);
}
.p-intro__name--herbalgreen span {
	color: var(--sub03-color);
}
.p-intro__name--pinkbeige .ja {
	color: var(--pinkbeige-sub03-color);
}
.p-intro__name--pinkbeige .en {
	color: var(--pinkbeige-sub01-color);
}
.p-intro__name--grege .ja {
	color: var(--grege-sub03-color);
}
.p-intro__name--grege .en {
	color: var(--grege-sub01-color);
}
.p-intro__name span {
	display: block;
	line-height: 1;
	text-align: center;
}
.p-intro__name .ja {
	margin-top: 8px;
	font-family: var(--font-family-tsukushi);
	font-size: 3.8rem;
}
.p-intro__name .en {
	margin-top: 12px;
	font-family: var(--font-family-poppins);
	font-size: 1.58rem;
	font-weight: var(--font-weight-light);
	letter-spacing: 0.5rem;
}
.p-intro__address,
.p-intro__tel {
	padding-left: 96px;
}
@media screen and (max-width: 1000px) {
	.p-intro__address,
	.p-intro__tel {
		padding-left: 0;
	}
}
.p-intro__address {
	margin-top: 32px;
}
.p-intro__tel {
	font-family: var(--font-family-sans);
	font-size: 3.4rem;
	font-weight: var(--font-weight-bold);
}
.p-intro__table {
	position: relative;
}

.p-date {
	margin-top: 98px;
}
@media screen and (max-width: 750px) {
	.p-date {
		margin-top: 56px;
	}
}
.p-date__list {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.p-date__list {
		flex-direction: column;
		gap: 16px;
	}
}
.p-date__item {
	width: 48.4%;
	padding: 32px 60px 28px;
	border-radius: 20px;
}
@media screen and (max-width: 1280px) {
	.p-date__item {
		padding: 32px 3vw 28px;
	}
}
@media screen and (max-width: 750px) {
	.p-date__item {
		width: 100%;
		padding: 24px 4vw 16px;
	}
}
.p-date__item--open {
	background-color: #fff;
}
.p-date__item--herbalgreen {
	background-color: #dceee3;
}
.p-date__item--pinkbeige {
	background-color: #f5dcd0;
}
.p-date__item--grege {
	background-color: var(--grege-sub04-color);
}
.p-date__item--bluegray {
	background-color: var(--bluegray-sub04-color);
	opacity: 0.7;
}
.p-date__title {
	position: relative;
	padding-bottom: 16px;
	margin-right: -0.5em;
	font-family: var(--font-family-tsukushi);
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.3em;
}
@media screen and (max-width: 1280px) {
	.p-date__title {
		font-size: 2.8vw;
	}
}
@media screen and (max-width: 750px) {
	.p-date__title {
		font-size: 6vw;
	}
}
.p-date__title--herbalgreen {
	color: var(--sub03-color);
}
.p-date__title--pinkbeige {
	color: var(--pinkbeige-sub07-color);
}
.p-date__title--grege {
	color: var(--grege-sub07-color);
}
.p-date__title--bluegray {
	color: var(--bluegray-point04-color);
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	.p-date__title {
		padding-bottom: 8px;
	}
}
.p-date__title::before {
	position: absolute;
	bottom: 0;
	left: 48%;
	width: 60px;
	height: 1px;
	content: '';
	background-color: var(--sub03-color);
	transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
	.p-date__title::before {
		width: 34px;
	}
}
.p-date__main {
	margin-top: 24px;
}
@media screen and (max-width: 750px) {
	.p-date__main {
		margin-top: 12px;
	}
}
.p-date__open {
	font-family: var(--font-family-tsukushi);
	font-size: 3.8rem;
	text-align: center;
}
.p-date__open--herbalgreen {
	color: var(--point01-color);
}
.p-date__open--pinkbeige {
	color: var(--pinkbeige-point01-color);
}
.p-date__open--grege {
	color: var(--grege-point01-color);
}
.p-date__open--bluegray {
	color: var(--bluegray-point01-color);
}
@media screen and (max-width: 1280px) {
	.p-date__open {
		font-size: 2.6vw;
	}
}
@media screen and (max-width: 750px) {
	.p-date__open {
		font-size: 6vw;
	}
}
.p-date__view {
	font-family: var(--font-family-tsukushi);
	font-size: 2.7rem;
	text-align: center;
}
@media screen and (max-width: 1280px) {
	.p-date__view {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 750px) {
	.p-date__view {
		font-size: 1.8rem;
	}
}
.p-date__view span {
	display: block;
}
.p-date__view .mini {
	font-size: 2.2rem;
}
@media screen and (max-width: 1280px) {
	.p-date__view .mini {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 750px) {
	.p-date__view .mini {
		font-size: 1.4rem;
	}
}
.p-date__text {
	margin-top: 16px;
}
.p-date__banner {
	display: flex;
	justify-content: center;
	margin-top: 72px;
}
@media screen and (max-width: 750px) {
	.p-date__banner {
		flex-direction: column;
		gap: 16px;
		margin-top: 32px;
	}
}
.p-date__banner li {
	width: 31.3333333333%;
	margin-right: 3%;
}
@media screen and (max-width: 750px) {
	.p-date__banner li {
		width: 100%;
	}
	@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
		@supports not (translate: none) {
			.p-date__banner li:nth-of-type(n + 2) {
				margin-top: 16px;
			}
		}
	}
}
.p-date__banner li:nth-of-type(3n) {
	margin-right: 0;
}
.p-date__banner a {
	display: block;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-date__banner a:hover {
	transform: scale(1.06);
}

.p-info {
	padding-bottom: 90px;
	margin-top: 144px;
}
@media screen and (max-width: 750px) {
	.p-info {
		margin-top: 64px;
	}
}
.p-info__content {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1000px) {
	.p-info__content {
		flex-direction: column;
	}
}
.p-info__head .c-title {
	display: flex;
	gap: 34px;
	align-items: baseline;
}
@media screen and (max-width: 1280px) {
	.p-info__head .c-title {
		flex-direction: column;
	}
}
@media screen and (max-width: 1000px) {
	.p-info__head .c-title {
		flex-direction: row;
		gap: 12px;
	}
}
.p-info__head .c-button {
	margin-top: 40px;
	margin-left: auto;
}
@media screen and (max-width: 1000px) {
	.p-info__head .c-button {
		display: none;
	}
}
.p-info__body {
	width: 800px;
}
@media screen and (max-width: 1280px) {
	.p-info__body {
		width: 600px;
	}
}
@media screen and (max-width: 1000px) {
	.p-info__body {
		width: 100%;
		margin-top: 24px;
	}
}
.p-info__main {
	height: 280px;
	padding: 40px 32px;
	background-color: #fff;
	border-radius: 20px;
	border-top-left-radius: 0;
}
@media screen and (max-width: 750px) {
	.p-info__main {
		padding: 24px 16px;
	}
}
.p-info__scrollarea {
	height: 100%;
	padding-right: 16px;
	opacity: 0;
}
.p-info__scrollarea[data-simplebar='init'] {
	opacity: 1;
}
.p-info__scrollarea .simplebar-track {
	--track-size: 12px;
}
.p-info__scrollarea .simplebar-track.simplebar-vertical {
	width: var(--track-size);
}
.p-info__scrollarea .simplebar-scrollbar {
	--border-gap: 2px;
	--border-opacity: 0%;
	border: 1px solid rgb(0, 0, 0, var(--border-opacity));
	border-radius: 10em;
}
.p-info__scrollarea .simplebar-scrollbar::before {
	inset: var(--border-gap);
}
.p-info__scrollarea .simplebar-scrollbar.simplebar-visible {
	--border-opacity: 20%;
}
.p-info__scrollarea .simplebar-scrollbar.simplebar-visible::before {
	opacity: 0.7;
}
.p-info__item {
	display: none;
	margin-bottom: 20px;
}
.p-info__item.is-active {
	display: block;
}
.p-info__date {
	min-width: 130px;
}
@media screen and (max-width: 750px) {
	.p-info__date {
		min-width: 96px;
	}
}
.p-info__bottom {
	margin-top: 24px;
}
.p-info__bottom .c-button {
	margin-right: auto;
	margin-left: auto;
}

.p-tab__list {
	display: flex;
	gap: 12px;
}
@media screen and (max-width: 750px) {
	.p-tab__list {
		justify-content: space-between;
	}
}
.p-tab__item {
	width: 200px;
	padding: 8px 12px;
	font-family: var(--font-family-tsukushi);
	font-size: 2rem;
	text-align: center;
	cursor: pointer;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.p-tab__item--herbalgreen {
	background-color: #cee3d6;
}
.p-tab__item--herbalgreen.is-active,
.p-tab__item--herbalgreen:hover {
	color: #fff;
	background-color: #9dc8ad;
}
.p-tab__item--pinkbeige {
	background-color: #dfd3cf;
}
.p-tab__item--pinkbeige.is-active,
.p-tab__item--pinkbeige:hover {
	color: #fff;
	background-color: #c0a79f;
}
.p-tab__item--grege {
	background-color: #cbc7c1;
}
.p-tab__item--grege.is-active,
.p-tab__item--grege:hover {
	color: #fff;
	background-color: #978f83;
}
.p-tab__item--bluegray {
	background-color: #d7e1f3;
}
.p-tab__item--bluegray.is-active,
.p-tab__item--bluegray:hover {
	color: #fff;
	background-color: var(--bluegray-sub01-color);
}
@media screen and (max-width: 750px) {
	.p-tab__item {
		width: 31%;
		font-size: 1.4rem;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
}

.p-contact {
	position: relative;
	padding-bottom: 250px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
@media screen and (max-width: 750px) {
	.p-contact {
		background-repeat: no-repeat, no-repeat;
		background-position: bottom center, bottom center;
		background-size: 150% auto, 100%;
	}
}
.p-contact--herbalgreen {
	background-image: url('../../images/top/bg_appointment_herbalgreen_01_pc.png');
}
@media screen and (max-width: 750px) {
	.p-contact--herbalgreen {
		background-image: url('../../images/top/bg_appointment_herbalgreen_01_pc.png'), var(--sub02-colorLG);
	}
}
.p-contact--pinkbeige {
	background-image: url('../../images/top/bg_appointment_pinkbeige_01_pc.png');
}
@media screen and (max-width: 750px) {
	.p-contact--pinkbeige {
		background-image: url('../../images/top/bg_appointment_pinkbeige_01_pc.png'), var(--pinkbeige-sub02-colorLG);
	}
}
.p-contact--grege {
	background-image: url('../../images/top/bg_appointment_grege_01_pc.png');
}
@media screen and (max-width: 750px) {
	.p-contact--grege {
		background-image: url('../../images/top/bg_appointment_grege_01_pc.png'), var(--grege-sub02-colorLG);
	}
}
.p-contact--bluegray {
	background-image: url('../../images/top/bg_appointment_bluegray_01_pc.png');
}
@media screen and (max-width: 750px) {
	.p-contact--bluegray {
		background-image: url('../../images/top/bg_appointment_bluegray_01_pc.png'), var(--bluegray-sub02-colorLG);
	}
}
.p-contact__head {
	position: relative;
	padding: 40px 0 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
@media screen and (max-width: 1280px) {
	.p-contact__head {
		background-size: 100% 100%;
	}
}
.p-contact__head--herbalgreen {
	background-image: url('../../images/top/appointment/bg_herbalgreen_01.svg');
}
@media screen and (max-width: 750px) {
	.p-contact__head--herbalgreen {
		background-image: url('../../images/top/appointment/bg_herbalgreen_01_sp.svg');
	}
}
.p-contact__head--pinkbeige {
	background-image: url('../../images/top/appointment/bg_pinkbeige_01.svg');
}
@media screen and (max-width: 750px) {
	.p-contact__head--pinkbeige {
		background-image: url('../../images/top/appointment/bg_pinkbeige_01_sp.svg');
	}
}
.p-contact__head--grege {
	background-image: url('../../images/top/appointment/bg_grege_01.svg');
}
@media screen and (max-width: 750px) {
	.p-contact__head--grege {
		background-image: url('../../images/top/appointment/bg_grege_01_sp.svg');
	}
}
.p-contact__head--bluegray {
	background-image: url('../../images/top/appointment/bg_bluegray_01.svg');
}
@media screen and (max-width: 750px) {
	.p-contact__head--bluegray {
		background-image: url('../../images/top/appointment/bg_bluegray_01_sp.svg');
	}
}
@media screen and (max-width: 1280px) {
	.p-contact__head {
		padding: 20px 0 16px;
	}
}
@media screen and (max-width: 750px) {
	.p-contact__head {
		padding: 32px 0 13px;
		background-position: center 0;
	}
}
.p-contact__head .c-title {
	text-align: center;
}
.p-contact__head .c-title__ja {
	margin-top: 16px;
}
@media screen and (max-width: 750px) {
	.p-contact__head .c-title__ja {
		margin-top: 8px;
	}
}
.p-contact__body {
	padding: 48px 88px 40px;
	background-color: #fff;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
@media screen and (max-width: 750px) {
	.p-contact__body {
		padding: 32px 20px 56px;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
	}
}
.p-contact__intro {
	font-family: var(--font-family-tsukushi);
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.15em;
}
.p-contact__intro--herbalgreen {
	color: var(--sub01-color);
}
.p-contact__intro--pinkbeige {
	color: var(--pinkbeige-sub01-color);
}
.p-contact__intro--grege {
	color: var(--grege-sub01-color);
}
.p-contact__intro--bluegray {
	color: var(--bluegray-sub01-color);
}
@media screen and (max-width: 1280px) {
	.p-contact__intro {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 750px) {
	.p-contact__intro {
		font-size: 4.5vw;
	}
}
.p-contact__main {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}
@media screen and (max-width: 1280px) {
	.p-contact__main {
		flex-direction: column;
	}
}
.p-contact__tel {
	width: 360px;
	padding-right: 30px;
	text-align: center;
	border-right: 1px solid var(--text-color);
}
@media screen and (max-width: 1280px) {
	.p-contact__tel {
		width: 100%;
		padding-right: 0;
		padding-bottom: 32px;
		border-right: unset;
		border-bottom: 1px solid var(--text-color);
	}
}
.p-contact__web {
	width: 600px;
	padding-left: 30px;
}
@media screen and (max-width: 1280px) {
	.p-contact__web {
		width: 100%;
		padding-left: 0;
		margin-top: 32px;
	}
}
@media screen and (max-width: 750px) {
	.p-contact__web {
		margin-top: 32px;
	}
}
.p-contact__subttl {
	margin-bottom: 24px;
	font-family: var(--font-family-tsukushi);
	font-size: 2.4rem;
	letter-spacing: 6px;
}
@media screen and (max-width: 1280px) {
	.p-contact__subttl {
		font-size: 2.4rem;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 750px) {
	.p-contact__subttl {
		margin-bottom: 0;
		font-size: 1.8rem;
		text-align: center;
	}
}
.p-contact__number {
	font-family: var(--font-family-sans);
	font-size: 3.4rem;
	font-weight: var(--font-weight-bold);
}
.p-contact__number--herbalgreen {
	color: var(--sub01-color);
}
.p-contact__number--pinkbeige {
	color: var(--pinkbeige-sub01-color);
}
.p-contact__number--grege {
	color: var(--grege-sub01-color);
}
.p-contact__number--bluegray {
	color: var(--bluegray-sub01-color);
}
@media screen and (max-width: 1280px) {
	.p-contact__number {
		font-size: 3rem;
	}
}
@media screen and (max-width: 750px) {
	.p-contact__number {
		font-size: 2.8rem;
	}
}
.p-contact__notice {
	margin-top: 24px;
}
@media screen and (max-width: 1280px) {
	.p-contact__notice {
		margin-top: 8px;
	}
}
.p-contact__cont {
	flex-basis: calc(100% - 200px);
}
@media screen and (max-width: 750px) {
	.p-contact__cont > p {
		display: none;
	}
}
.p-contact__cont .c-button {
	margin-top: 24px;
	margin-left: auto;
}
@media screen and (max-width: 750px) {
	.p-contact__cont .c-button {
		margin-right: auto;
	}
}
.p-contact__code {
	flex-basis: 160px;
}
.p-contact__code__attention {
	position: relative;
	display: block;
	transition: all 0.3s;
}
.p-contact__code__attention:hover {
	opacity: 0.8;
}
.p-contact__code__attention::after {
	position: absolute;
	top: -20px;
	left: -20px;
	font-family: var(--font-family-dancing);
	font-size: 1.8rem;
	letter-spacing: 2px;
	content: 'Click!!';
	transform: rotate(-14deg);
}
@media screen and (max-width: 750px) {
	.p-contact__code {
		display: none;
	}
}
.p-contact__text {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
	.p-contact__text {
		display: block;
	}
}

.p-message__content {
	position: relative;
	padding-top: 64px;
	padding-bottom: 180px;
	background-image: url('../../images/top/message/bg_message_01_pc.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
@media screen and (max-width: 1280px) {
	.p-message__content {
		padding-bottom: 100px;
		background-size: 100% 100%;
	}
}
@media screen and (max-width: 750px) {
	.p-message__content {
		width: 100% !important;
		padding: 96px 32px 0;
		background-color: rgba(255, 255, 255, 0.6);
		background-image: none;
		background-size: 100% auto;
	}
}
.p-message__title {
	position: relative;
}
.p-message__title span {
	display: block;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.p-message__logo {
		width: 48px;
		margin-right: auto;
		margin-left: auto;
	}
}
.p-message__en {
	font-family: var(--font-family-dancing);
	font-size: 13rem;
	opacity: 0.55;
}
@media screen and (max-width: 1280px) {
	.p-message__en {
		font-size: 9rem;
	}
}
@media screen and (max-width: 750px) {
	.p-message__en {
		font-size: 7.4rem;
	}
}
.p-message__en--herbalgreen {
	color: #93ba71;
}
.p-message__en--pinkbeige {
	color: var(--pinkbeige-sub07-color);
}
.p-message__en--grege {
	color: var(--grege-point01-color);
}
.p-message__en--bluegray {
	color: var(--bluegray-sub07-color);
}
.p-message__en::before,
.p-message__en::after {
	display: inline-block;
	content: '';
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 750px) {
	.p-message__en::before,
	.p-message__en::after {
		display: none;
	}
}
.p-message__en::before {
	width: 188px;
	height: 104px;
	margin-right: 72px;
	background-image: url('../../images/top/message/bg_left_01.svg');
}
@media screen and (max-width: 1280px) {
	.p-message__en::before {
		width: 94px;
		height: 52px;
	}
}
.p-message__en::after {
	width: 203px;
	height: 98px;
	margin-left: 72px;
	background-image: url('../../images/top/message/bg_right_01.svg');
}
@media screen and (max-width: 1280px) {
	.p-message__en::after {
		width: 101px;
		height: 49px;
	}
}
.p-message__ja {
	margin-top: 16px;
	font-family: var(--font-family-tsukushi);
	font-size: 3.3rem;
	letter-spacing: 6px;
}
@media screen and (max-width: 1280px) {
	.p-message__ja {
		font-size: 2.8rem;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 750px) {
	.p-message__ja {
		font-size: 2.2rem;
	}
}
.p-message__copy {
	margin-top: 96px;
	font-family: var(--font-family-tsukushi);
	font-size: 3.8rem;
	text-align: center;
	letter-spacing: 6px;
}
.p-message__copy--herbalgreen {
	color: var(--point01-color);
}
.p-message__copy--pinkbeige {
	color: var(--pinkbeige-point01-color);
}
.p-message__copy--grege {
	color: var(--grege-point01-color);
}
.p-message__copy--bluegray {
	color: var(--bluegray-point01-color);
}
@media screen and (max-width: 1280px) {
	.p-message__copy {
		margin-top: 56px;
		font-size: 3rem;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 750px) {
	.p-message__copy {
		margin-top: 48px;
		font-size: 2.4rem;
	}
}
.p-message__para {
	width: 650px;
	margin: 40px auto 0;
}
@media screen and (max-width: 1280px) {
	.p-message__para {
		width: 450px;
		margin: 32px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.p-message__para {
		width: 100%;
		padding: 0;
		margin: 24px auto 0;
	}
}
.p-message__para p {
	margin-top: 2em;
	line-height: 2.35;
}
@media screen and (max-width: 1280px) {
	.p-message__para p {
		margin-top: 1.4em;
	}
}
@media screen and (max-width: 750px) {
	.p-message__para p {
		font-size: 1.4rem;
		line-height: 2;
	}
}
.p-message__deco {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
	.p-message__deco {
		position: relative;
		top: unset;
		transform: translateY(0%);
	}
}
.p-message__deco--left {
	left: -64%;
	width: 926px;
}
.p-message__deco--left img {
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.p-message__deco--left--herbalgreen img {
	-webkit-mask-image: url('../../images/top/message/bg_message_mask01.png');
	mask-image: url('../../images/top/message/bg_message_mask01.png');
}
.p-message__deco--left--herbalgreen::before {
	background-image: url('../../images/top/message/bg_message_mask01.svg');
}
.p-message__deco--left--pinkbeige img {
	-webkit-mask-image: url('../../images/top/message/bg_message_pinkbeige_mask01.png');
	mask-image: url('../../images/top/message/bg_message_pinkbeige_mask01.png');
}
.p-message__deco--left--pinkbeige::before {
	background-image: url('../../images/top/message/bg_message_pinkbeige_mask01.svg');
}
.p-message__deco--left--grege img {
	-webkit-mask-image: url('../../images/top/message/bg_message_grege_mask01.png');
	mask-image: url('../../images/top/message/bg_message_grege_mask01.png');
}
.p-message__deco--left--grege::before {
	background-image: url('../../images/top/message/bg_message_grege_mask01.svg');
}
.p-message__deco--left--bluegray img {
	-webkit-mask-image: url('../../images/top/message/bg_message_bluegray_mask01.png');
	mask-image: url('../../images/top/message/bg_message_bluegray_mask01.png');
}
.p-message__deco--left--bluegray::before {
	background-image: url('../../images/top/message/bg_message_bluegray_mask01.svg');
}
.p-message__deco--left::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	content: '';
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1280px) {
	.p-message__deco--left {
		left: -32%;
		width: 400px;
	}
}
@media screen and (max-width: 1000px) {
	.p-message__deco--left {
		top: auto;
		bottom: -360px;
		width: 60%;
	}
}
@media screen and (max-width: 750px) {
	.p-message__deco--left {
		top: 50%;
		bottom: auto;
		left: 42%;
		width: 160%;
		margin-top: 48px;
		transform: translateX(-50%);
	}
}
.p-message__deco--right {
	right: -52%;
	width: 800px;
}
.p-message__deco--right img {
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.p-message__deco--right--herbalgreen img {
	-webkit-mask-image: url('../../images/top/message/bg_message_mask02.png');
	mask-image: url('../../images/top/message/bg_message_mask02.png');
}
.p-message__deco--right--herbalgreen::before {
	background-image: url('../../images/top/message/bg_message_mask02.svg');
}
.p-message__deco--right--pinkbeige img {
	-webkit-mask-image: url('../../images/top/message/bg_message_pinkbeige_mask02.png');
	mask-image: url('../../images/top/message/bg_message_pinkbeige_mask02.png');
}
.p-message__deco--right--pinkbeige::before {
	background-image: url('../../images/top/message/bg_message_pinkbeige_mask02.svg');
}
.p-message__deco--right--grege img {
	-webkit-mask-image: url('../../images/top/message/bg_message_grege_mask02.png');
	mask-image: url('../../images/top/message/bg_message_grege_mask02.png');
}
.p-message__deco--right--grege::before {
	background-image: url('../../images/top/message/bg_message_grege_mask02.svg');
}
.p-message__deco--right--bluegray img {
	-webkit-mask-image: url('../../images/top/message/bg_message_bluegray_mask02.png');
	mask-image: url('../../images/top/message/bg_message_bluegray_mask02.png');
}
.p-message__deco--right--bluegray::before {
	background-image: url('../../images/top/message/bg_message_bluegray_mask02.svg');
}
.p-message__deco--right::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	content: '';
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1280px) {
	.p-message__deco--right {
		right: -24%;
		width: 400px;
	}
}
@media screen and (max-width: 1000px) {
	.p-message__deco--right {
		top: 10px;
		width: 50%;
	}
}
@media screen and (max-width: 750px) {
	.p-message__deco--right {
		display: none;
	}
}

.p-greet {
	position: relative;
	z-index: 0;
	margin-top: 208px;
	overflow: hidden;
	background-image: url('../../images/top/greeting/bg_thumb_02.png');
	background-repeat: no-repeat;
	background-position: 45% top;
	background-size: min(70%, 350px) auto;
}
.p-greet--herbalgreen {
	--bg-image: url('../../images/top/greeting/bg.png');
}
.p-greet--pinkbeige {
	--bg-image: url('../../images/top/greeting/bg_pinkbeige.png');
}
.p-greet--grege {
	--bg-image: url('../../images/top/greeting/bg_grege.png');
}
.p-greet--bluegray {
	--bg-image: url('../../images/top/greeting/bg_bluegray.png');
}
.p-greet--bluegray .p-greet__copy {
	color: var(--bluegray-sub03-color);
}
@media screen and (max-width: 1280px) {
	.p-greet {
		margin-top: 80px;
	}
}
.p-greet__content {
	position: relative;
	z-index: 0;
	padding: 320px 0 160px;
	overflow: visible;
	container-type: inline-size;
}
@media screen and (max-width: 750px) {
	.p-greet__content {
		padding: 200px 0 80px;
	}
}
.p-greet__bg {
	position: absolute;
	top: calc(min(58cqw, 290px) / 2);
	bottom: 0;
	left: 50%;
	z-index: -1;
	min-width: 1800px;
	aspect-ratio: 1.2/1;
	background-image: var(--bg-image);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	transform: translateX(-50%);
}
.p-greet__body {
	--right-width: 42%;
	display: grid;
	grid-template-areas: 'left right';
	grid-template-columns: 1fr var(--right-width);
	column-gap: 80px;
}
@media screen and (max-width: 1280px) {
	.p-greet__body {
		--right-width: 350px;
	}
}
@media screen and (max-width: 1000px) {
	.p-greet__body {
		--right-width: 38%;
		column-gap: 5%;
	}
}
@media screen and (max-width: 750px) {
	.p-greet__body {
		grid-template-areas: 'thumb' 'lead' 'text' 'sign' 'career' 'button';
		grid-template-columns: 1fr;
		width: 90%;
		margin-inline: auto;
	}
}
.p-greet__right {
	grid-area: right;
}
@media screen and (max-width: 750px) {
	.p-greet__right {
		display: contents;
	}
}
.p-greet__left {
	grid-area: left;
}
@media screen and (max-width: 750px) {
	.p-greet__left {
		display: contents;
	}
}
.p-greet__thumb {
	position: relative;
	grid-area: thumb;
	margin-bottom: 80px;
}
.p-greet__thumb::after {
	position: absolute;
	top: -72px;
	right: -176px;
	width: 310px;
	height: 292px;
	content: '';
	background-image: url('../../images/top/greeting/bg_thumb_01.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 1280px) {
	.p-greet__thumb::after {
		top: -36px;
		right: -88px;
		width: 155px;
		height: 145px;
	}
}
@media screen and (max-width: 750px) {
	.p-greet__thumb::after {
		top: -8%;
		right: -12%;
		transform: rotate(-30deg);
	}
}
@media screen and (max-width: 1280px) {
	.p-greet__thumb {
		max-width: 500px;
		margin-inline: auto;
		margin-bottom: 40px;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	.p-greet__thumb {
		margin-bottom: 32px;
	}
}
.p-greet__thumb > img {
	display: block;
	width: 100%;
	border-radius: 30px;
}
.p-greet__lead {
	grid-area: lead;
	font-family: var(--font-family-tsukushi);
	font-size: 3.2rem;
	letter-spacing: 6px;
}
@media screen and (max-width: 1280px) {
	.p-greet__lead {
		font-size: 2.8rem;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 750px) {
	.p-greet__lead {
		font-size: 2.4rem;
		text-align: center;
	}
}
.p-greet__text {
	grid-area: text;
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.p-greet__text {
		margin-top: 24px;
	}
}
.p-greet__text p {
	line-height: 2.6;
}
@media screen and (max-width: 1280px) {
	.p-greet__text p {
		line-height: 2;
	}
}
@media screen and (max-width: 750px) {
	.p-greet__text p {
		font-size: 1.4rem;
	}
}
.p-greet__sign {
	display: flex;
	grid-area: sign;
	gap: 24px;
	align-items: baseline;
	justify-content: flex-end;
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.p-greet__sign {
		gap: 12px;
		margin-top: 32px;
		font-size: 1.4rem;
	}
}
.p-greet__name {
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
	.p-greet__name {
		font-size: 2rem;
		white-space: nowrap;
	}
}
.p-greet__career {
	grid-area: career;
	margin-top: 72px;
}
@media screen and (max-width: 750px) {
	.p-greet__career {
		margin-top: 40px;
	}
}
.p-greet__button {
	display: flex;
	flex-wrap: wrap;
	grid-area: button;
	gap: 1em 2em;
	margin-top: 40px;
}
@media screen and (max-width: 1280px) {
	.p-greet__button {
		margin-top: 24px;
	}
}
@media screen and (max-width: 750px) {
	.p-greet__button {
		justify-content: center;
	}
}

.p-history {
	padding: 28px 40px 40px;
	border-radius: 30px;
}
.p-history--herbalgreen {
	background-color: rgba(214, 235, 223, 0.7);
}
.p-history--pinkbeige {
	background-color: rgba(246, 224, 214, 0.7);
}
.p-history--grege {
	background-color: rgba(245, 231, 174, 0.7);
}
.p-history--bluegray {
	background-color: rgba(193, 222, 224, 0.7);
}
.p-history--bluegray .p-history__head .en {
	color: var(--bluegray-sub03-color);
}
@media screen and (max-width: 750px) {
	.p-history {
		padding: 20px;
		border-radius: 15px;
	}
}
.p-history__head {
	display: flex;
	gap: 20px;
	align-items: center;
}
.p-history__head--herbalgreen .en {
	color: var(--sub03-color);
}
.p-history__head--pinkbeige .en {
	color: var(--pinkbeige-sub03-color);
}
.p-history__head--grege .en {
	color: var(--grege-sub03-color);
}
.p-history__head .en {
	font-family: var(--font-family-dancing);
	font-size: 3.5rem;
	font-weight: var(--font-weight-bold);
}
@media screen and (max-width: 750px) {
	.p-history__head .en {
		font-size: 2.4rem;
	}
}
.p-history__head .ja {
	font-family: var(--font-family-tsukushi);
	font-size: 2rem;
}
@media screen and (max-width: 750px) {
	.p-history__head .ja {
		font-size: 1.6rem;
	}
}
.p-history__item {
	display: flex;
	margin-top: 12px;
}
@media screen and (max-width: 750px) {
	.p-history__item {
		font-size: 1.4rem;
	}
}
.p-history__year {
	min-width: 80px;
}

.p-feature {
	position: relative;
	padding: 260px 0 390px;
	margin-top: -160px;
}
@media screen and (max-width: 1280px) {
	.p-feature {
		padding: 240px 0 300px;
	}
}
@media screen and (max-width: 750px) {
	.p-feature {
		padding: 70px 0 120px;
	}
}
.p-feature--herbalgreen::before {
	background-image: url('../../images/top/feature/bg_01_herbalgreen_pc.png');
}
@media screen and (max-width: 750px) {
	.p-feature--herbalgreen::before {
		background-image: url('../../images/top/feature/bg_01_herbalgreen_sp.png');
	}
}
.p-feature--pinkbeige::before {
	background-image: url('../../images/top/feature/bg_01_pinkbeige_pc.png');
}
@media screen and (max-width: 750px) {
	.p-feature--pinkbeige::before {
		background-image: url('../../images/top/feature/bg_01_pinkbeige_sp.png');
	}
}
.p-feature--grege::before {
	background-image: url('../../images/top/feature/bg_01_grege_pc.png');
}
@media screen and (max-width: 750px) {
	.p-feature--grege::before {
		background-image: url('../../images/top/feature/bg_01_grege_sp.png');
	}
}
.p-feature--bluegray::before {
	background-image: url('../../images/top/feature/bg_01_bluegray_pc.png');
}
@media screen and (max-width: 750px) {
	.p-feature--bluegray::before {
		background-image: url('../../images/top/feature/bg_01_bluegray_sp.png');
	}
}
.p-feature::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
	.p-feature::before {
		background-size: auto 100%;
	}
}
@media screen and (max-width: 750px) {
	.p-feature::before {
		background-size: 100% 100%;
	}
}
.p-feature__head {
	position: relative;
}
.p-feature__title {
	text-align: center;
}
.p-feature__title span {
	display: block;
	line-height: 1;
}
.p-feature__en {
	font-family: var(--font-family-dancing);
	font-size: 9rem;
	font-weight: var(--font-weight-bold);
}
.p-feature__en--herbalgreen {
	color: var(--sub03-color);
}
.p-feature__en--herbalgreen::before {
	background-image: url('../../images/top/feature/bg_title_left_01.svg');
}
.p-feature__en--herbalgreen::after {
	background-image: url('../../images/top/feature/bg_title_right_01.svg');
}
.p-feature__en--pinkbeige {
	color: #6e6162;
}
.p-feature__en--pinkbeige::before {
	background-image: url('../../images/top/feature/bg_title_left_pinkbeige_01.svg');
}
.p-feature__en--pinkbeige::after {
	background-image: url('../../images/top/feature/bg_title_right_pinkbeige_01.svg');
}
.p-feature__en--grege {
	color: var(--grege-sub07-color);
}
.p-feature__en--grege::before {
	background-image: url('../../images/top/feature/bg_title_left_grege_01.svg');
}
.p-feature__en--grege::after {
	background-image: url('../../images/top/feature/bg_title_right_grege_01.svg');
}
.p-feature__en--bluegray {
	color: var(--bluegray-sub03-color);
}
.p-feature__en--bluegray::before {
	background-image: url('../../images/top/feature/bg_title_left_bluegray_01.svg');
}
.p-feature__en--bluegray::after {
	background-image: url('../../images/top/feature/bg_title_right_bluegray_01.svg');
}
@media screen and (max-width: 1280px) {
	.p-feature__en {
		font-size: 7rem;
	}
}
@media screen and (max-width: 750px) {
	.p-feature__en {
		font-size: 6rem;
	}
}
.p-feature__en::before,
.p-feature__en::after {
	display: inline-block;
	width: 200px;
	height: 70px;
	vertical-align: bottom;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 1280px) {
	.p-feature__en::before,
	.p-feature__en::after {
		width: 100px;
		height: 35px;
	}
}
@media screen and (max-width: 750px) {
	.p-feature__en::before,
	.p-feature__en::after {
		display: none;
	}
}
.p-feature__en::before {
	margin-right: 100px;
}
@media screen and (max-width: 1280px) {
	.p-feature__en::before {
		margin-right: 50px;
	}
}
.p-feature__en::after {
	margin-left: 100px;
}
@media screen and (max-width: 1280px) {
	.p-feature__en::after {
		margin-left: 50px;
	}
}
.p-feature__ja {
	margin-top: 24px;
	font-family: var(--font-family-tsukushi);
	font-size: 2.8rem;
	letter-spacing: 6px;
}
@media screen and (max-width: 1280px) {
	.p-feature__ja {
		margin-top: 20px;
		font-size: 2.5rem;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 750px) {
	.p-feature__ja {
		margin-top: 12px;
		font-size: 2.3rem;
	}
}
.p-feature__list {
	max-width: 1470px;
	margin: 110px auto 0;
}
@media screen and (max-width: 1280px) {
	.p-feature__list {
		max-width: 800px;
		margin: 110px auto 0;
	}
}
@media screen and (max-width: 834px) {
	.p-feature__list {
		margin: 110px 30px 0;
	}
}
@media screen and (max-width: 750px) {
	.p-feature__list {
		margin: 40px 15px 0;
	}
}
.p-feature__item {
	position: relative;
	display: flex;
	margin-top: 100px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 16px 16px 0 rgba(153, 167, 152, 0.2);
}
@media screen and (max-width: 1280px) {
	.p-feature__item {
		margin-top: 32px;
		box-shadow: unset;
	}
}
.p-feature__item:nth-of-type(even) {
	right: -60px;
	flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
	.p-feature__item:nth-of-type(even) {
		right: unset;
		flex-direction: column;
	}
}
.p-feature__item:nth-of-type(even) .p-feature__image {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1280px) {
	.p-feature__item:nth-of-type(even) .p-feature__image {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 0;
	}
}
.p-feature__item:nth-of-type(odd) {
	left: -60px;
}
@media screen and (max-width: 1280px) {
	.p-feature__item:nth-of-type(odd) {
		left: unset;
		flex-direction: column;
	}
}
.p-feature__item:nth-of-type(odd) .p-feature__image {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
@media screen and (max-width: 1280px) {
	.p-feature__item:nth-of-type(odd) .p-feature__image {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 0;
	}
}
.p-feature__thumb {
	position: relative;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1280px) {
	.p-feature__thumb {
		width: 100%;
		height: 400px;
	}
}
@media screen and (max-width: 750px) {
	.p-feature__thumb {
		width: 100%;
		height: 72vw;
	}
}
.p-feature__num {
	position: absolute;
	top: -40px;
}
@media screen and (max-width: 1280px) {
	.p-feature__num {
		top: unset;
		bottom: -24px;
		left: -10px;
		width: 160px;
	}
}
@media screen and (max-width: 750px) {
	.p-feature__num {
		bottom: -5vw;
		left: -3vw;
		width: 30vw;
	}
}
.p-feature__num:where(.p-feature__item:nth-child(odd) *) {
	right: -32px;
}
@media screen and (max-width: 1280px) {
	.p-feature__num:where(.p-feature__item:nth-child(odd) *) {
		right: unset;
	}
}
.p-feature__num:where(.p-feature__item:nth-child(even) *) {
	left: -120px;
}
@media screen and (max-width: 1280px) {
	.p-feature__num:where(.p-feature__item:nth-child(even) *) {
		left: -10px;
	}
}
@media screen and (max-width: 750px) {
	.p-feature__num:where(.p-feature__item:nth-child(even) *) {
		left: -5vw;
	}
}
.p-feature__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-feature__text {
	width: 50%;
	padding: 64px;
}
@media screen and (max-width: 1280px) {
	.p-feature__text {
		width: 100%;
		padding: 36px 16px;
	}
}
.p-feature__copy {
	padding-bottom: 16px;
	font-family: var(--font-family-tsukushi);
	font-size: 3.2rem;
	letter-spacing: 0.145em;
}
.p-feature__copy--herbalgreen {
	color: var(--sub03-color);
	border-bottom: 2px solid var(--sub01-color);
}
.p-feature__copy--pinkbeige {
	color: var(--pinkbeige-sub03-color);
	border-bottom: 2px solid #b09187;
}
.p-feature__copy--grege {
	color: var(--grege-sub07-color);
	border-bottom: 2px solid var(--grege-sub01-color);
}
.p-feature__copy--bluegray {
	color: var(--bluegray-sub03-color);
	border-bottom: 2px solid var(--bluegray-sub01-color);
}
@media screen and (max-width: 1280px) {
	.p-feature__copy {
		font-size: 2.3rem;
		letter-spacing: 0.08em;
	}
}
.p-feature__para {
	margin-top: 32px;
	line-height: 2.2;
}
@media screen and (max-width: 1280px) {
	.p-feature__para {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
.p-feature__button {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 2em;
	justify-content: flex-end;
	margin-top: 24px;
}
@media screen and (max-width: 750px) {
	.p-feature__button {
		justify-content: center;
	}
}

.p-services {
	padding: 320px 0 820px;
	margin-top: -230px;
	background-image: url('../../images/top/services/bg_wood_01.jpg');
	background-size: 100% auto;
}
@media screen and (max-width: 1280px) {
	.p-services {
		margin-top: -240px;
	}
}
@media screen and (max-width: 750px) {
	.p-services {
		padding: 160px 0 400px;
		margin-top: -50px;
		background-image: url('../../images/top/services/bg_wood_01_sp.jpg');
	}
}
.p-services__title {
	text-align: center;
}
@media screen and (max-width: 750px) {
	.p-services__title {
		position: relative;
	}
}
.p-services__title span {
	display: block;
	line-height: 1;
}
.p-services__en {
	font-family: var(--font-family-dancing);
	font-size: 9rem;
	font-weight: var(--font-weight-bold);
}
@media screen and (max-width: 1280px) {
	.p-services__en {
		font-size: 7rem;
	}
}
@media screen and (max-width: 750px) {
	.p-services__en {
		font-size: 6rem;
	}
}
.p-services__en--herbalgreen {
	color: var(--sub01-color);
}
.p-services__en--herbalgreen::before {
	background-image: url('../../images/top/services/bg_title_left_01.svg');
}
.p-services__en--herbalgreen::after {
	background-image: url('../../images/top/services/bg_title_right_01.svg');
}
.p-services__en--pinkbeige {
	color: var(--pinkbeige-sub07-color);
}
.p-services__en--pinkbeige::before {
	background-image: url('../../images/top/services/bg_title_left_pinkbeige_01.svg');
}
.p-services__en--pinkbeige::after {
	background-image: url('../../images/top/services/bg_title_right_pinkbeige_01.svg');
}
.p-services__en--grege {
	color: var(--grege-sub07-color);
}
.p-services__en--grege::before {
	background-image: url('../../images/top/services/bg_title_left_grege_01.svg');
}
.p-services__en--grege::after {
	background-image: url('../../images/top/services/bg_title_right_grege_01.svg');
}
.p-services__en--bluegray {
	color: var(--bluegray-sub07-color);
}
.p-services__en--bluegray::before {
	background-image: url('../../images/top/services/bg_title_left_bluegray_01.svg');
}
.p-services__en--bluegray::after {
	background-image: url('../../images/top/services/bg_title_right_bluegray_01.svg');
}
.p-services__en::before,
.p-services__en::after {
	display: inline-block;
	width: 200px;
	height: 108px;
	vertical-align: bottom;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 1280px) {
	.p-services__en::before,
	.p-services__en::after {
		width: 100px;
		height: 54px;
	}
}
@media screen and (max-width: 750px) {
	.p-services__en::before,
	.p-services__en::after {
		display: none;
	}
}
.p-services__en::before {
	margin-right: 100px;
}
@media screen and (max-width: 1280px) {
	.p-services__en::before {
		margin-right: 50px;
	}
}
.p-services__en::after {
	margin-left: 100px;
}
@media screen and (max-width: 1280px) {
	.p-services__en::after {
		margin-left: 50px;
	}
}
.p-services__ja {
	margin-top: 24px;
	font-family: var(--font-family-tsukushi);
	font-size: 2.8rem;
	letter-spacing: 6px;
}
@media screen and (max-width: 1280px) {
	.p-services__ja {
		margin-top: 20px;
		font-size: 2.5rem;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 750px) {
	.p-services__ja {
		margin-top: 12px;
		font-size: 2.3rem;
	}
}
.p-services__body {
	margin-top: 96px;
}
@media screen and (max-width: 750px) {
	.p-services__body {
		margin-top: 32px;
	}
}
.p-services__list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}
@media screen and (max-width: 1280px) {
	.p-services__list {
		gap: 3vw 1vw;
	}
}
@media screen and (max-width: 750px) {
	.p-services__list {
		gap: 3%;
	}
}
.p-services__list--herbalgreen a:hover .p-services__icon {
	background-color: var(--sub02-color);
}
.p-services__list--herbalgreen a:hover .p-services__text {
	color: var(--sub01-color);
}
.p-services__list--herbalgreen .p-services__link::before {
	background-color: var(--main-color);
}
.p-services__list--herbalgreen .p-services__icon {
	border-color: var(--sub01-color);
}
.p-services__list--herbalgreen path {
	stroke: var(--sub01-color);
}
.p-services__list--pinkbeige a:hover .p-services__icon {
	background-color: var(--pinkbeige-sub02-color);
}
.p-services__list--pinkbeige a:hover .p-services__text {
	color: var(--pinkbeige-sub07-color);
}
.p-services__list--pinkbeige .p-services__link::before {
	background-color: var(--pinkbeige-main-color);
}
.p-services__list--pinkbeige .p-services__icon {
	border-color: var(--pinkbeige-sub07-color);
}
.p-services__list--pinkbeige path {
	stroke: var(--pinkbeige-sub07-color);
}
.p-services__list--grege a:hover .p-services__icon {
	background-color: var(--grege-sub02-color);
}
.p-services__list--grege a:hover .p-services__text {
	color: var(--grege-point01-color);
}
.p-services__list--grege .p-services__link::before {
	background-color: var(--grege-main-color);
}
.p-services__list--grege .p-services__icon {
	border-color: var(--grege-point01-color);
}
.p-services__list--grege path {
	stroke: var(--grege-point01-color);
}
.p-services__list--bluegray a:hover .p-services__icon {
	background-color: var(--bluegray-sub02-color);
}
.p-services__list--bluegray a:hover .p-services__text {
	color: var(--bluegray-point01-color);
}
.p-services__list--bluegray .p-services__link {
	color: var(--bluegray-sub03-color);
	border-bottom: 1px solid var(--bluegray-sub03-color);
}
.p-services__list--bluegray .p-services__link::before {
	background-color: var(--bluegray-main-color);
}
.p-services__list--bluegray .p-services__icon {
	border-color: var(--bluegray-point01-color);
}
.p-services__list--bluegray path {
	stroke: var(--bluegray-point01-color);
}
.p-services__item {
	display: flex;
	width: 270px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
	@supports not (translate: none) {
		.p-services__item {
			margin-right: 1.5%;
			margin-left: 1.5%;
		}
	}
}
@media screen and (max-width: 1280px) {
	.p-services__item {
		width: 24%;
	}
}
@media screen and (max-width: 750px) {
	.p-services__item {
		width: 30%;
		margin-top: 10px;
	}
}
.p-services__item a {
	display: block;
	width: 100%;
	padding: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 16px 16px 0 rgba(153, 167, 152, 0.2);
	transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
	.p-services__item a {
		padding: 40px 2vw;
	}
}
@media screen and (max-width: 750px) {
	.p-services__item a {
		padding: 16px;
		border-radius: 12px;
		box-shadow: 4px 4px 0 rgba(153, 167, 152, 0.2);
	}
}
.p-services__item a:hover .p-services__icon img {
	transform: scale(1.2);
}
.p-services__item a:hover .p-services__link::before {
	transform: scaleX(1);
	transform-origin: left center;
}
.p-services__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
}
@media screen and (max-width: 1280px) {
	.p-services__icon {
		width: 140px;
		height: 140px;
	}
}
@media screen and (max-width: 750px) {
	.p-services__icon {
		width: 64px;
		height: 64px;
		margin-right: auto;
		margin-left: auto;
	}
}
.p-services__icon img {
	max-width: 110px;
	max-height: 90px;
	transition: all 0.3s;
}
@media screen and (max-width: 750px) {
	.p-services__icon img {
		max-width: 10vw;
		max-height: 10vw;
	}
}
.p-services__text {
	margin-top: 32px;
	transition: all 0.3s;
}
@media screen and (max-width: 750px) {
	.p-services__text {
		margin-top: 8px;
	}
}
.p-services__name {
	font-family: var(--font-family-tsukushi);
	font-size: 2.2rem;
	line-height: 1.6;
}
@media screen and (max-width: 750px) {
	.p-services__name {
		font-size: 1.1rem;
	}
}
.p-services__link {
	position: relative;
	width: 150px;
	margin: 24px auto 0;
	color: var(--sub03-color);
	border-bottom: 1px solid var(--sub03-color);
}
@media screen and (max-width: 750px) {
	.p-services__link {
		width: 100%;
		margin-top: 5px;
		font-size: 1rem;
	}
}
.p-services__link::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 1px);
	content: '';
	transition: transform 0.64s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scaleX(0);
	transform-origin: right center;
}
.p-services__link span {
	position: relative;
	display: block;
	padding: 8px 0;
}
@media screen and (max-width: 750px) {
	.p-services__link span {
		padding: 0;
	}
}
.p-services__link::after {
	position: absolute;
	top: 52%;
	right: 12px;
	line-height: 1;
	content: '>';
	transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
	.p-services__link::after {
		right: 6px;
	}
}
.p-services__button {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 2em;
	justify-content: center;
	margin-top: 100px;
}
@media screen and (max-width: 750px) {
	.p-services__button {
		margin-top: 40px;
	}
}

.p-facilities {
	padding-top: 160px;
	margin-top: -620px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 2400px auto;
}
.p-facilities--herbalgreen {
	background-image: url('../../images/top/facilities/bg_01_pc.svg');
}
@media screen and (max-width: 750px) {
	.p-facilities--herbalgreen {
		background-image: url('../../images/top/facilities/bg_01_sp.svg');
	}
}
.p-facilities--herbalgreen h3 {
	color: var(--sub03-color);
}
.p-facilities--pinkbeige {
	background-image: url('../../images/top/facilities/bg_pinkbeige_01_pc.svg');
}
@media screen and (max-width: 750px) {
	.p-facilities--pinkbeige {
		background-image: url('../../images/top/facilities/bg_pinkbeige_01_sp.svg');
	}
}
.p-facilities--pinkbeige h3 {
	color: var(--pinkbeige-sub07-color);
}
.p-facilities--grege {
	background-image: url('../../images/top/facilities/bg_grege_01_pc.svg');
}
@media screen and (max-width: 750px) {
	.p-facilities--grege {
		background-image: url('../../images/top/facilities/bg_grege_01_sp.svg');
	}
}
.p-facilities--grege h3 {
	color: var(--grege-sub07-color);
}
.p-facilities--bluegray {
	background-image: url('../../images/top/facilities/bg_bluegray_01_pc.svg');
}
@media screen and (max-width: 750px) {
	.p-facilities--bluegray {
		background-image: url('../../images/top/facilities/bg_bluegray_01_sp.svg');
	}
}
.p-facilities--bluegray h3 {
	color: var(--bluegray-sub07-color);
}
@media screen and (max-width: 750px) {
	.p-facilities {
		padding-top: 64px;
		margin-top: -330px;
		background-size: 100% auto;
	}
}
.p-facilities__content {
	position: relative;
}
@media screen and (max-width: 750px) {
	.p-facilities__content {
		width: 100% !important;
	}
}
.p-facilities__head {
	position: absolute;
	top: -140px;
	left: -98px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 650px;
	height: 400px;
	background-image: url('../../images/top/facilities/bg_head_01_pc.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 1280px) {
	.p-facilities__head {
		top: -70px;
		left: -50px;
		width: 325px;
		height: 200px;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__head {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		height: 230px;
		background-image: url('../../images/top/facilities/bg_head_01_sp.svg');
		background-position: center;
		background-size: contain;
		transform: translateX(-50px);
	}
}
.p-facilities__title {
	text-align: center;
}
.p-facilities__title span {
	display: block;
	line-height: 1;
}
.p-facilities__en {
	font-family: var(--font-family-dancing);
	font-size: 9rem;
	font-weight: var(--font-weight-bold);
}
.p-facilities__en--herbalgreen {
	color: var(--sub03-color);
}
.p-facilities__en--pinkbeige {
	color: var(--pinkbeige-sub07-color);
}
.p-facilities__en--grege {
	color: var(--grege-sub07-color);
}
.p-facilities__en--bluegray {
	color: var(--bluegray-sub07-color);
}
@media screen and (max-width: 1280px) {
	.p-facilities__en {
		font-size: 7rem;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__en {
		font-size: 6rem;
	}
}
.p-facilities__ja {
	margin-top: 24px;
	font-family: var(--font-family-tsukushi);
	font-size: 2.8rem;
	letter-spacing: 6px;
}
@media screen and (max-width: 1280px) {
	.p-facilities__ja {
		margin-top: 16px;
		font-size: 2.5rem;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__ja {
		margin-top: 12px;
		font-size: 2.3rem;
	}
}
.p-facilities__list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.p-facilities__list {
		flex-direction: column;
		gap: 40px;
		margin-top: -32px;
	}
}
.p-facilities__item:nth-of-type(1) {
	display: flex;
	flex-direction: row-reverse;
	gap: 32px;
	align-items: flex-end;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(1) {
		flex-direction: column;
		gap: 0;
	}
}
.p-facilities__item:nth-of-type(1) .p-facilities__thumb {
	max-width: 680px;
}
.p-facilities__item:nth-of-type(1) .p-facilities__text h3 {
	text-align: right;
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(1) .p-facilities__text h3 {
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(1),
	.p-facilities__item:nth-of-type(3) {
		padding-left: 10%;
	}
}
@media screen and (max-width: 575px) {
	.p-facilities__item:nth-of-type(1),
	.p-facilities__item:nth-of-type(3) {
		padding-left: 15px;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(1) .p-facilities__text,
	.p-facilities__item:nth-of-type(3) .p-facilities__text {
		padding-right: 10%;
	}
}
@media screen and (max-width: 575px) {
	.p-facilities__item:nth-of-type(1) .p-facilities__text,
	.p-facilities__item:nth-of-type(3) .p-facilities__text {
		padding-right: 15px;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(1) .p-facilities__thumb img,
	.p-facilities__item:nth-of-type(3) .p-facilities__thumb img {
		border-radius: 30px 0 0 30px;
	}
}
.p-facilities__item:nth-of-type(2),
.p-facilities__item:nth-of-type(3) {
	width: 45%;
	margin: 42px 28px 0;
}
@media screen and (max-width: 1280px) {
	.p-facilities__item:nth-of-type(2),
	.p-facilities__item:nth-of-type(3) {
		width: 40%;
		margin: 32px 16px 0;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(2),
	.p-facilities__item:nth-of-type(3) {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(2) {
		padding-right: 10%;
	}
}
@media screen and (max-width: 575px) {
	.p-facilities__item:nth-of-type(2) {
		padding-right: 15px;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(2) .p-facilities__text {
		padding-left: 10%;
	}
}
@media screen and (max-width: 575px) {
	.p-facilities__item:nth-of-type(2) .p-facilities__text {
		padding-left: 15px;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(2) .p-facilities__thumb img {
		border-radius: 0 30px 30px 0;
	}
}
.p-facilities__item:nth-of-type(n + 4) {
	width: 30%;
	margin: 48px 18px 0;
}
@media screen and (max-width: 1280px) {
	.p-facilities__item:nth-of-type(n + 4) {
		margin: 32px 6px 0;
	}
}
@media screen and (max-width: 750px) {
	.p-facilities__item:nth-of-type(n + 4) {
		width: 100%;
		padding-right: 10%;
		padding-left: 10%;
		margin: 0;
	}
}
@media screen and (max-width: 575px) {
	.p-facilities__item:nth-of-type(n + 4) {
		padding-right: 15px;
		padding-left: 15px;
	}
	.p-facilities__item:nth-of-type(n + 4) .p-facilities__thumb {
		max-width: 260px;
		margin: 0 auto;
	}
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
	@supports not (translate: none) {
		.p-facilities__item:nth-of-type(n + 2) {
			margin-top: 40px;
		}
	}
}
.p-facilities__thumb img {
	overflow: hidden;
	border-radius: 30px;
}
.p-facilities__text {
	margin-top: 12px;
}
@media screen and (max-width: 750px) {
	.p-facilities__text {
		width: 100%;
		margin-top: 18px;
	}
}
.p-facilities__text h3 {
	font-family: var(--font-family-tsukushi);
	font-size: 2.4rem;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.p-facilities__text h3 {
		margin-top: 0;
		font-size: 2rem;
	}
}
.p-facilities__button {
	display: flex;
	gap: 38px;
	justify-content: center;
	margin-top: 56px;
}
@media screen and (max-width: 750px) {
	.p-facilities__button {
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}
	@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
		@supports not (translate: none) {
			.p-facilities__button .c-button {
				margin-bottom: 24px;
			}
		}
	}
}

.p-calendar {
	margin-top: 150px;
}
@media screen and (max-width: 750px) {
	.p-calendar {
		margin-top: 64px;
	}
}
.p-calendar__body {
	margin-top: 48px;
}
@media screen and (max-width: 750px) {
	.p-calendar__body {
		margin-top: 24px;
	}
}
.p-calendar__list {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
	.p-calendar__list {
		display: block;
	}
}
.p-calendar__item {
	flex-basis: 46%;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.p-calendar__item + .p-calendar__item {
		display: none;
	}
}
.p-calendar__bottom {
	margin-top: 80px;
}
@media screen and (max-width: 750px) {
	.p-calendar__bottom {
		margin-top: 40px;
	}
}
.p-calendar__bottom .c-button {
	width: 280px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.p-calendar__bottom .c-button {
		width: 240px;
	}
}

.p-clinic {
	margin-top: 150px;
}
@media screen and (max-width: 750px) {
	.p-clinic {
		margin-top: 48px;
	}
}

.p-panel {
	margin-top: 40px;
}

.p-sns {
	margin-top: 80px;
	margin-bottom: 120px;
}
.p-sns__list {
	display: flex;
	gap: 62px;
	justify-content: center;
}
@media screen and (max-width: 1280px) {
	.p-sns__list {
		gap: 32px;
	}
}
@media screen and (max-width: 750px) {
	.p-sns__list {
		flex-direction: column;
		gap: 20px;
	}
}
.p-sns__item {
	width: 300px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
	@supports not (translate: none) {
		.p-sns__item {
			margin-bottom: 20px;
		}
	}
}
.p-sns__item--herbalgreen {
	--bg-color: var(--sub01-color);
}
.p-sns__item--pinkbeige {
	--bg-color: var(--pinkbeige-sub01-color);
}
.p-sns__item--grege {
	--bg-color: var(--grege-point03-color);
}
.p-sns__item--bluegray {
	--bg-color: var(--bluegray-sub01-color);
}
@media screen and (max-width: 750px) {
	.p-sns__item {
		width: 72%;
		margin-right: auto;
		margin-left: auto;
	}
}
.p-sns__item a {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 16px 0;
	color: #fff;
	background-color: var(--bg-color);
	border-radius: 5px;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-sns__item a:hover {
	transform: scale(1.06);
}
.p-sns__item span {
	font-family: var(--font-family-tsukushi);
	font-size: 2.4rem;
	font-weight: var(--font-weight-regular);
	line-height: 1;
}
@media screen and (max-width: 750px) {
	.p-sns__item span {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 750px) {
	.p-sns__item .icon {
		width: 24px;
	}
}
