@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* font-family: "Noto Serif JP", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}
body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 20px 0;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #fff !important;
	background: #54B565;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
}
.post .time a, .postlist .time a {
	font-weight: 500;
	color: #fff!important;
}

.post4b li .post4b_contents {
	opacity: 1;
	/*  display: none; */
}
.post4b .time {
	display: block;
	background: #54B565;
	border-radius: 5px;
}
.post4b .time a {
	color: #fff;
}

.post_link a {
	color: #262626!important;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

body p {
	line-height: 2;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #000;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: var(--rem48);
	color: #262626;
}
#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
#header a.head_btn {
	font-weight: 500;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #FFE34D;
	color: #54B565;
	width: 100%;
	max-width: 250px;
	flex-direction: unset;
}
#header a.head_btn.mail_btn {
	background: #54B565;
	color: #fff;
	width: 100%;
	max-width: 250px;
	flex-direction: unset;
}

nav#mainNav ul li a {
	color: #262626;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 14px;
}
nav#mainNav ul li a b,
nav#mainNav ul li a span {
	font-weight: 400;
	color: #262626;
	position: relative;
}
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span {
	color: #262626;
}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a span {
	color: #262626;
}
nav#mainNav ul li.current-menu-item a b::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	border-bottom: dashed 2px #54B565;
	position: absolute;
	bottom: -5px;
	left: 0;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #262626;
}
nav#mainNav ul li.current-menu-parent a b,
nav#mainNav ul li.current-menu-parent a span {
	color: #262626;
}

nav#mainNav ul li ul.sub-menu li a {
	background: #F0F0F0;
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #54B565;
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #F0F0F0;
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #54B565;
	color: #fff;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #54B565;
}
.spmenu #menu p {
	color: #54B565;
	white-space: nowrap;
}

a#scrollUp {
	background: #54B565;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #262626;
	background: #fff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #262626;
}
#footer .footnav ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 15px;
}
#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
	color: #54B565;
}

.inner {
	width: 94%;
	max-width: 1400px;
	margin-inline: auto;
}

h1.title {
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #54B565;
	line-height: 1.5;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-inline: auto;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	font-weight: 400;
	display: block;
	font-size: var(--rem20);
	color: #262626;
	position: relative;
}

.post h2 {
	font-weight: 500;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin: 0!important;
	margin-inline: auto!important;
	margin-bottom: 40px!important;
	padding: 0!important;
	padding-bottom: 20px!important;
	position: relative;
}
.post h2.title::after {
	content: '';
	display: inline-block;
	background: #54B565;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.post h3 {
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-weight: 400;
}

.post h4::before {
	background: #54B565;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	background: #54B565;
	display: block;
	max-width: 260px;
	padding: 16px;
	border-radius: 0;
	margin-top: 40px;
}
a.linkBtn::after {
	display: none!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #54B565;
	opacity: .7;
}

.linkBtn.bg {
	background: url(/wp-content/uploads/btn-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.linkBtn.bg:hover {
	background: url(/wp-content/uploads/btn-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .7;
}


.cta {
	position: relative;
	z-index: 0;
	padding: 80px 0;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.cta .inner {
	background: rgba(255, 255, 255, .8);
	padding: 50px 5%;
	position: relative;
	z-index: 2;
}
.cta h1.title {
	font-size: var(--rem48)!important;
	text-align: center;
}
.cta ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.cta a {
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	padding: 12px 24px;
	width: 300px;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1;
	margin-right: 5px;
}
.cta a.mailLink {
	background: #54B565;
	color: #fff;
	font-weight: 500;
}
.cta a.mailLink::before {
	content: '\f0e0';
}
.cta a.telLink {
	background: #FFE34D;
	color: #54B565;
	font-weight: 500;
}
.cta a.telLink::before {
	content: '\f095';
}

.metaslider .theme-default .nivo-controlNav {
	display: none!important;
}
#metaslider_159 {
	display: none!important;
}

@media print, screen and (max-width: 768px) {
	#metaslider_98 {
		display: none!important;
	}
	#metaslider_159 {
		display: block!important;
	}
}

.u-fade {
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.u-fade.is-active {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.u-fade-up {
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

/*-----------------------------
Top
------------------------------*/
.top_news {
	background: #EBF2ED;
	padding: 120px 0 500px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.top_news .left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 200px;
	z-index: -1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.top_news .right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 260px;
	z-index: -1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.top_news .left img,
.top_news .right img {
	display: block;
	max-width: 100%;
}
.top_news .right img {
	margin-left: auto;
}
.top_news .illust01 {
	width: 200px;
}
.top_news .illust02 {
	width: 140px;
}
.top_news .illust03 {
	width: 160px;
}
.top_news .illust04 {
	width: 200px;
}
.top_news .illust05 {
	width: 260px;
}
.top_news .illust06 {
	width: 140px;
}
.top_news .illust07 {
	width: 220px;
}
.top_news .illust08 {
	width: 140px;
}

.top_concept {
	background: url(/wp-content/uploads/top_concept_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 80px;
	z-index: 2;
}
.top_concept .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.top_concept .copy {
	width: 40%;
}
.top_concept .copy img {
	width: 100%;
	max-width: 480px;
	margin-inline: auto;
	display: block;
	margin-bottom: 5px;
}
.top_concept h3 {
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
.top_concept .text {
	width: 56%;
}
.top_concept .text p span {
	text-decoration: underline;
}
.top_concept .link {
	font-family: "Montserrat", sans-serif;
	color: #54B565;
	width: fit-content;
	margin-left: auto;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
}
.top_concept .link::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	width: 45px;
	height: 6px;
}
.hero-slider {
	position: relative;
	overflow: hidden;
	margin-top: -350px;
}
.hero-slider .slider-track {
	display: flex;
	transition: transform 1s ease;
}
.hero-slider .slide {
	min-width: 100%;
	position: relative;
}
.hero-slider .slide img {
	display: block;
	width: 100%;
	aspect-ratio: 1400 / 750;
	object-fit: cover;
}
/* キャプション */
.hero-slider .slide figcaption {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 60px; /* ドットより少し上 */
	transform: translateX(-50%);
	padding: .8rem 1.2rem;
	background: rgba(51, 49, 46, .4);
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(16px, 2vw, 22px);
	letter-spacing: .08em;
	line-height: 1.6;
	text-align: center;
	backdrop-filter: saturate(140%) blur(1px);
}
/* ドット */
.hero-slider .slider-dots {
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}
.hero-slider .slider-dots button {
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50%;
	background: #F0F0F0;
	cursor: pointer;
}
.hero-slider .slider-dots button.is-active {
	background: #54B565;
}

.top_product {
	--vis: 5; /* 表示アイテム数 */
	--gap: 24px; /* アイテム間の間隔 */
	position: relative;
	padding-top: 120px;
}
.top_product > ul {
	display: flex;
	gap: var(--gap);
	margin: 0;
	padding: 0;
	list-style: none;
	will-change: transform;
	transition: transform 1s ease;
	position: relative;
}
.top_product > ul > li {
	position: relative;
	flex: 0 0 calc((100% - (var(--gap) * (var(--vis) - 1))) / var(--vis));
	/* 各アイテムの既定値 */
	--bubble: none;
	display: flex;
	flex-direction: column;
}
/* 中央だけ吹き出し表示（各 li の --bubble を使用） */
.top_product > ul > li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: calc(100% + 14px);
	transform: translate(-50%, 10px);
	width: 100%;
	max-width: 320px;
	aspect-ratio: 326 / 114;
	object-fit: contain;
	background-image: var(--bubble);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity .35s ease, transform .35s ease;
	pointer-events: none;
	z-index: 1;
}
/* 疑似要素を独立レイヤーにしてフリック抑制 */
.top_product > ul > li::after,
.top_product > ul > li::before{
	backface-visibility: hidden;
	will-change: opacity, transform;
	transform: translate3d(-50%, 10px, 0); /* ← 2D→3Dに */
}
/* 表示時 */
.top_product > ul > li.is-center::after,
.top_product > ul > li.is-center::before{
	transform: translate3d(-50%, 0, 0);
}
/* ループの瞬間ジャンプ中は吹きだしのtransitionを止める */
.top_product.is-jumping > ul > li::after,
.top_product.is-jumping > ul > li::before{
	transition: none !important;
}
.top_product__bubble {
	display:none !important;
}
.top_product > ul > li.is-center::after {
	opacity: 1;
	transform: translate(-50%, 0);
}
.top_product .image {
	position: relative;
	overflow: hidden;
}
.top_product .image img {
	display: block;
	width: 100%;
	height: auto;
}
.top_product .image .linkBtn {
	margin: 0;
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 130px;
	font-size: 14px;
	padding: 10px;
}
.top_product .text {
	background: #F0F0F0;
	padding: 8px;
	text-align: center;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_product .text p {
	line-height: 1.5;
}
.top_product .wrap {
	padding-top: 300px;
	padding-bottom: 120px;
	position: relative;
}
.top_product .illust01 img,
.top_product .illust02 img,
.top_product .illust03 img {
	max-width: 100%;
}
.top_product .illust01 {
	position: absolute;
	bottom: -140px;
	left: 0;
	z-index: -1;
	width: 660px;
}
.top_product .illust02 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 360px;
}
.top_product .illust03 {
	position: absolute;
	bottom: -140px;
	right: 0;
	z-index: -1;
	width: 200px;
}
.top_product .flex {
	display: flex;
	align-items: center;
	gap: 40px;
}
.top_product .flex .left,
.top_product .flex .right {
	width: 100%;
}
.top_product .left h3 {
	font-size: var(--rem36);
	font-family: "Noto Serif JP", serif;
}
.top_product .linkBtn {
	margin-left: 0;
}

.top_salon {
	--vis: 5;         /* 同時表示数（PC） */
	--gap: 24px;      /* アイテム間隔 */
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.top_salon > ul {
	display: flex;
	gap: var(--gap);
	margin: 0;
	padding: 0;
	list-style: none;
	will-change: transform;
	transition: transform 1s ease;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.top_salon > ul > li {
	flex: 0 0 calc((100% - (var(--gap) * (var(--vis) - 1))) / var(--vis));
}
.top_salon .image {
	position: relative;
	overflow: hidden;
}
.top_salon .image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 369 / 385;
	object-fit: cover;
}
.top_salon .text {
	border: solid 1px #EBEBEB;
	border-top: none;
	padding: 20px;
	text-align: center;
}
.top_salon .text p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
}
.top_salon .text h3 {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 0;
}
.top_salon .text .linkBtn {
	width: 130px;
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
}

.top_info {
	padding: 120px 0;
}
.top_info .flex {
	display: flex;
	align-items: center;
	gap: 30px 40px;
}
.top_info .movie,
.top_info .text {
	width: 100%;
}
.top_info .movie iframe {
	width: 100%;
	aspect-ratio: 473 / 355;
}
.top_info h3 {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem36);
}
.top_info .linkBtn {
	margin-left: 0;
}

.top_seminar {
	padding-bottom: 120px;
}
.top_seminar .inner {
	background: url(/wp-content/uploads/seminar_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 5%;
}
.top_seminar h1 {
	color: #FFE34D;
}
.top_seminar h1 .ja {
	color: #fff;
}
.top_seminar .box {
	max-width: 900px;
	margin-inline: auto;
}
.top_seminar p {
	color: #fff;
}
.top_seminar .link {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	width: fit-content;
	margin-left: auto;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
}
.top_seminar .link::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow_w.png)no-repeat;
	background-size: contain;
	width: 45px;
	height: 6px;
}

@media print, screen and (max-width: 1023px) {
	.top_product {
		--vis: 3; --gap: 16px;
	}

	.top_salon {
		--vis: 3;
		--gap: 16px;
	}
}

@media print, screen and (max-width: 768px) {
	.top_news {
		padding: 60px 0 180px;
	}
	.top_news .left {
		width: 120px;
	}
	.top_news .right {
		width: 140px;
	}
	.top_news .illust01 {
		width: 120px;
	}
	.top_news .illust02 {
		width: 80px;
	}
	.top_news .illust03 {
		width: 100px;
	}
	.top_news .illust04 {
		width: 120px;
	}
	.top_news .illust05 {
		width: 140px;
	}
	.top_news .illust06 {
		width: 80px;
	}
	.top_news .illust07 {
		width: 120px;
	}
	.top_news .illust08 {
		width: 80px;
	}

	.top_concept {
		padding-bottom: 70px;
	}
	.top_concept .flex {
		flex-direction: column;
		margin-top: 40px;
	}
	.top_concept .copy {
		width: 100%;
	}
	.top_concept .copy img {
		max-width: 300px;
	}
	.top_concept .text {
		width: 100%;
	}
	.top_concept .link {
		margin-top: 30px;
	}
	.hero-slider {
		margin-top: -120px;
	}
	.hero-slider .slide img {
		aspect-ratio: 1100 / 750;
	}
	.hero-slider .slider-dots {
		bottom: 14px;
	}
	.hero-slider .slide figcaption {
		bottom: 40px;
	}

	.top_product {
		--vis: 1;
		--gap: 12px;
		padding-top: 70px;
	}
	.top_product .wrap {
		padding-top: 160px;
		padding-bottom: 80px;
	}
	.top_product .illust01 {
		width: 260px;
		bottom: -90px;
	}
	.top_product .illust02 {
		width: 220px;
	}
	.top_product .illust03 {
		width: 70px;
		bottom: -90px;
	}
	.top_product .flex {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.top_product .left h3 {
		font-size: var(--rem30);
		text-align: center;
	}
	.top_product .linkBtn {
		margin-left: auto;
	}

	.top_salon {
		--vis: 2;
		--gap: 12px;
	}

	.top_info {
		padding: 70px 0;
	}
	.top_info .flex {
		flex-direction: column;
	}
	.top_info h3 {
		text-align: center;
		font-size: var(--rem30);
	}
	.top_info .linkBtn {
		margin-left: auto;
	}

	.top_seminar {
		padding-bottom: 70px;
	}
	.top_seminar .inner {
		padding: 60px 5%;
		background-position: left;
	}
	.top_seminar .link {
		margin-top: 30px;
	}
}

/*-----------------------------
エコノワについて
------------------------------*/
.about.sec01 .wrap {
	background: #EBF2ED;
	padding: 70px 40px;
}
.about.sec01 .flex {
	display: flex;
	gap: 20px 40px;
	margin-top: 70px;
}
.about.sec01 .image {
	width: 100%;
}

.about.sec02 {
	padding-top: 120px;
}
.about.sec02 .inner {
	max-width: 1000px;
}
.about.sec02 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 60px 40px;
}
.about.sec02 li iframe {
	width: 100%;
	aspect-ratio: 472 / 355;
}
.about.sec02 h3 {
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 8px;
	margin-top: 20px;
	margin-bottom: 8px;
	border-bottom: 1px solid #707070;
}
.about.sec02 li img {
	width: 100%;
	aspect-ratio: 472 / 615;
}

.about.sec03 {
	padding-top: 120px;
}
.about.sec03 table,
.about.sec03 th,
.about.sec03 td {
	background: unset!important;
	font-weight: 400!important;
	border: none!important;
}
.about.sec03 tr {
	border-bottom: 1px solid #707070;
}
.about.sec03 th {
	text-align: center!important;
}
.about.sec03 .banner {
	width: 100%;
	max-width: 400px;
	margin-inline: auto;
	margin-top: 40px;
}

.about.sec04 {
	padding-top: 120px;
}
.about.sec04 .inner {
	max-width: 1200px;
}
.about.sec04 ul {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.about.sec04 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about.sec04 .image {
	width: 26%;
}
.about.sec04 .image span {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 8px;
}
.about.sec04 .text {
	width: 70%;
}

@media print, screen and (max-width: 768px) {
	.about.sec01 .wrap {
		padding: 35px 25px;
	}
	.about.sec01 .flex {
		flex-direction: column;
		margin-top: 40px;
	}

	.about.sec02 {
		padding-top: 70px;
	}
	.about.sec02 ul {
		grid-template-columns: repeat(1,1fr);
		gap: 40px;
	}
	.about.sec02 h3 {
		font-size: 18px;
	}

	.about.sec03 {
		padding-top: 70px;
	}
	.about.sec03 .banner {
		max-width: 300px;
	}

	.about.sec04 {
		padding-top: 70px;
	}
	.about.sec04 ul {
		gap: 50px;
	}
	.about.sec04 li {
		flex-direction: column;
		gap: 30px;
	}
	.about.sec04 .image {
		width: 100%;
		max-width: 200px;
		margin-inline: auto;
	}
	.about.sec04 .image span {
		display: block;
		text-align: center;
	}
	.about.sec04 .text {
		width: 100%;
	}
}

/*-----------------------------
太陽と大地のヘナとは
------------------------------*/
.henna.sec01 {
	padding-bottom: 120px;
}
.henna.sec01 h3 {
	text-align: center;
	font-size: var(--rem36);
	font-family: "Noto Serif JP", serif;
}
.henna.sec01 .flex {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 50px;
}
.henna.sec01 .image,
.henna.sec01 .text {
	width: 100%;
}
.henna.sec01 .image {
	position: relative;
}
.henna.sec01 .image::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/henna_copy.png)no-repeat;
	background-size: contain;
	aspect-ratio: 455 / 211;
	width: 380px;
	position: absolute;
	top: -20px;
	left: -5%;
	z-index: 2;
}
.henna.sec01 h4 {
	font-size: var(--rem36);
	font-family: "Noto Serif JP", serif;
	margin-left: 0;
	padding-left: 0;
}
.henna.sec01 h4::before {
	display: none;
}
.henna.sec01 p span {
	color: #FF0000;
}
.henna.sec01 .linkBtn {
	margin-left: 0;
}

.henna.sec02 {
	background: url(/wp-content/uploads/henna_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.henna.sec02 .inner {
	background: #EEF1E8;
	padding: 50px 5%;
}
.henna.sec02 ul {
	max-width: 900px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 20px 35px;
}
.henna.sec02 li {
	background: #fff;
	padding: 25px;
}
.henna.sec02 h3 {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 12px;
}

.henna.sec03 {
	padding-top: 120px;
}
.henna.sec03 .image {
	width: 100%;
	max-width: 800px;
	margin-inline: auto;
}

.henna.sec04 {
	padding-top: 120px;
}
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #262626;
	background: #EEF1E8;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	background: #54B565;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
	background: #F9F9F9;
}
.qa_list .qa_list_inner dt:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 3rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
	top: 43%;
	right: 2rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

.qa_list .qa_list_inner summary {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #F9F9F9;
	border: 1px solid #cccccc;
	cursor: pointer;
	list-style: none;
}
.qa_list .qa_list_inner summary::-webkit-details-marker {
	display:none;
}
.qa_list .qa_list_inner .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
	display: flex;
	align-items: center;
}
.qa_list .qa_list_inner .q_desc {
	padding: 1.5rem 2rem 1.5rem 2rem;
}
.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}
.qa_list .qa_list_inner summary:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 2rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner details[open] summary:after {
	top: 43%;
	right: 1rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner .ans_flex {
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner .q_desc {
		padding: 0.5rem 2rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

@media print, screen and (max-width: 768px) {
	.henna.sec01 {
		padding-bottom: 70px;
	}
	.henna.sec01 .flex {
		flex-direction: column;
		margin-top: 40px;
	}
	.henna.sec01 .image::before {
		width: 240px;
	}
	.henna.sec01 h3 {
		font-size: var(--rem30);
	}
	.henna.sec01 h4 {
		font-size: var(--rem30);
		margin-inline: auto;
		text-align: center;
	}
	.henna.sec01 .linkBtn {
		margin-left: auto;
	}

	.henna.sec02 {
		padding: 70px 0;
	}
	.henna.sec02 .inner {
		padding: 40px 5%;
	}
	.henna.sec02 ul {
		grid-template-columns: repeat(1,1fr);
	}

	.henna.sec03 {
		padding-top: 70px;
	}
}

/*-----------------------------
サロン向け商品
------------------------------*/
.salon.sec01 li {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
	border-bottom: 1px solid #54B565;
	padding: 40px 0;
}
.salon.sec01 li:first-child {
	padding-top: 0;
}
.salon.sec01 .image,
.salon.sec01 .text {
	width: 100%;
}
.salon.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.salon.sec01 h3 {
	font-size: var(--rem36);
	font-family: "Noto Serif JP", serif;
}

@media print, screen and (max-width: 768px) {
	.salon.sec01 li {
		flex-direction: column;
	}
	.salon.sec01 h3 {
		font-size: var(--rem30);
		text-align: center;
	}
}

/*-----------------------------
パブリック商品
------------------------------*/
.public .flex {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin-inline: auto;
}
.public .flex.center {
	align-items: center;
}
.public .flex .image {
	width: 36%;
}
.public .flex .text {
	width: 60%;
}
.public .box {
	margin-top: 60px;
	padding: 80px 5% 60px;
	background: #EBF2ED;
	position: relative;
}
.public .box::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/public_copy.png)no-repeat;
	background-size: contain;
	aspect-ratio: 769 / 376;
	width: 360px;
	position: absolute;
	top: -20px;
	left: -5%;
	z-index: 2;
}
.public ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 40px 25px;
}
.public li p {
	margin-top: 15px;
}
.public li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.public.sec02 {
	padding-top: 120px;
}
.public.sec03 {
	padding-top: 120px;
}

@media print, screen and (max-width: 768px) {
	.public .flex {
		flex-direction: column;
		gap: 30px;
	}
	.public .flex .image {
		width: 100%;
		max-width: 280px;
		margin-inline: auto;
	}
	.public .flex .text {
		width: 100%;
	}
	.public .box {
		margin-top: 40px;
		padding: 50px 5% 40px;
	}
	.public .box::before {
		width: 220px;
	}
	.public ul {
		grid-template-columns: repeat(1,1fr);
	}

	.public.sec02 {
		padding-top: 70px;
	}
	.public.sec03 {
		padding-top: 70px;
	}
}

/*-----------------------------
直営美容室紹介
------------------------------*/
body.page-direct #content.wide {
	padding-top: 0;
}
.direct.sec01 {
	background: #F0F0F0;
	padding: 80px 0;
}
.direct.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.direct.sec01 .image {
	width: 30%;
}
.direct.sec01 .text {
	width: 66%;
}

.direct.sec02 {
	padding-top: 120px;
}
.direct.sec02 ul {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.direct.sec02 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px 50px;
}
.direct.sec02 .text,
.direct.sec02 .image {
	width: 100%;
}
.direct.sec02 h3 {
	font-family: "Noto Serif JP", serif;
}
.direct.sec02 table,
.direct.sec02 th,
.direct.sec02 td {
	background: unset!important;
	border: none!important;
	font-weight: 400!important;
}
.direct.sec02 tr {
	border-bottom: 1px solid #707070;
}
.direct.sec02 tr:first-child {
	border-top: 1px solid #707070;
}
.direct.sec02 .btnWrap {
	text-align: center;
	margin-top: 40px;
}
.direct.sec02 .btnWrap .linkBtn {
	margin-top: 0;
}

@media print, screen and (max-width: 768px) {
	.direct.sec01 {
		padding: 60px 0;
	}
	.direct.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.direct.sec01 .image {
		width: 100%;
		max-width: 280px;
	}
	.direct.sec01 .text {
		width: 100%;
	}

	.direct.sec02 {
		padding-top: 70px;
	}
	.direct.sec02 ul {
		gap: 50px;
	}
	.direct.sec02 li {
		flex-direction: column;
	}
	.direct.sec02 h3 {
		text-align: center;
	}
	.direct.sec02 .btnWrap {
		margin-top: 30px;
	}
}

/*-----------------------------
美容室様向け情報／取り扱い美容室の声
------------------------------*/
.info.sec01 .flex {
	display: flex;
	gap: 40px;
	align-items: center;
	flex-direction: row-reverse;
}
.info.sec01 .image,
.info.sec01 .text {
	width: 100%;
}
.info.sec01 h3 {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem36);
}

.info.sec02 {
	padding-top: 120px;
}
.info.sec02 .flex {
	display: flex;
	gap: 40px;
	align-items: center;
}
.info.sec02 .image,
.info.sec02 .text {
	width: 100%;
}

.info.sec03 {
	padding-top: 120px;
}
.info.sec03 .btnList {
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
}
.info.sec03 .btnList a {
	display: block;
	width: 268px;
	text-align: center;
	border: solid 1px #54B565;
	color: #54B565;
	padding: 15px;
}
.info.sec03 li {
	padding-top: 120px;
	display: flex;
	justify-content: space-between;
}
.info.sec03 .image {
	width: 30%;
	position: relative;
}
.info.sec03 .image a {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	margin: 0;
}
.info.sec03 .image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.info.sec03 .text {
	width: 66%;
}
.info.sec03 h3 {
	font-family: "Noto Serif JP", serif;
	text-align: left;
}

@media print, screen and (max-width: 768px) {
	.info.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.info.sec01 h3 {
		text-align: center;
		font-size: var(--rem30);
	}

	.info.sec02 {
		padding-top: 70px;
	}
	.info.sec02 .flex {
		flex-direction: column;
		gap: 30px;
	}

	.info.sec03 {
		padding-top: 70px;
	}
	.info.sec03 .btnList {
		justify-content: center;
	}
	.info.sec03 .btnList a {
		width: 150px;
		min-height: 76px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.info.sec03 li {
		flex-direction: column;
		gap: 30px;
		padding-top: 70px;
	}
	.info.sec03 .image {
		width: 100%;
		max-width: 300px;
		margin-inline: auto;
	}
	.info.sec03 .text {
		width: 100%;
	}
	.info.sec03 h3 {
		text-align: center;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #54B565!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #fff!important;
	color: #54B565!important;
	border: solid 1px #54B565;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	padding: 20px;
	background: #54B565!important;
	width: 100%;
	margin-inline: auto;
	border-radius: 0;
}
.post .subimitarea .linkBtn::after {
	display: none!important;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	body.mobile #header .logo img {
		max-width: 150px;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li.current-menu-item a b::after {
		display: none;
	}
	nav#mainNav ul li ul.sub-menu li a {
		background: #fff;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: #fff;
		color: #262626;
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a {
		background: #fff;
		color: #262626;
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
		color: #262626;
	}
}

@media screen and (min-width: 769px){
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }

	h1.title {
		margin-bottom: 20px;
	}
	.post h2 {
		margin-bottom: 20px;
	}
	.post h2.title {
		margin-bottom: 20px!important;
		padding-bottom: 10px!important;
	}
	.post h2.title::after {
		width: 40px;
		height: 1px;
	}

	.cta {
		padding: 60px 0;
	}
	.cta .inner {
		padding: 40px 5%;
	}
	.cta a {
		font-size: 16px;
	}
}

.under { color: red; text-decoration : underline; }

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}