@charset "UTF-8";

/* !ページタイトル -------------------------------------------------------------- */
.page_title {
	padding: 3em 0 3.9em;
}
.page_imgWrap {
	background: #fafafa;
	position: relative;
	height: 30em;
}
.page_img_txt {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.page_img_txt > p {
	padding: 0;
}
.page_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_imgWrap2 {
	position: relative;
	height: 27.5em;
}
.page_img_txt2 {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
@media screen and (max-width: 1024px) {
	.page_img_txt,
	.page_img_txt2 {
		left: 5%;
	}
}
@media screen and (max-width: 540px) {
	.page_title {
		padding: 4vw 0 6vw;
	}
	.page_imgWrap,
	.page_img_txt,
	.page_img {
		position: inherit;
		height: inherit;
	}
	.page_img_txt {
		transform: none;
		padding: 0 5% 10vw;
		font-size: 2.9vw;
	}
	.post-type-archive-beauty-infusion .page_img_txt {
		padding: 0 1% 10vw 5%;
	}
	.page_imgWrap2 {
		height: 76.9vw;
	}
}



/* !page header -------------------------------------------------------------- */
.ph-inner {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.ph-inner-txt1 { /* serif2 */
	font-size: 1.25em;
}
.ph-inner-txt1::before,
.ph-inner-txt1::after {
	content: "";
	background: #000;
	width: 1.15em;
	height: 1px;
	display: inline-block;
	transform: rotate(60deg);
	vertical-align: .3em;
}
.ph-inner-txt1::after {
	transform: rotate(-60deg);
}
.ph-inner-txt2 {
	font-size: 1.75em;
	background: var(--blue);
	width: 2.57em;
	height: 2.57em;
	padding: 0.15em 0 0;
	color: #fff;
	line-height: 1.1;
	margin-right: .3em;
}
.ph-inner-txt3 {
	font-size: 3.5em;
}
.ph-inner-txt4 {
	font-size: 5.5em;
}
.ph-inner-txt5 {
	font-size: 4em;
}
.ph-inner-txt6 {
	font-size: 1.25em;
}
.ph-inner-txt7 {
	font-size: 1.75em;
}
.ph-inner-txt8 {
	font-size: 1.4em;
}
.ph-inner-txt9 {
	width: 3.5em;
	height: 3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gold);
	border-radius: 50%;
	margin-right: .7em;
}
.ph-inner-txt9 span {
	color: #fff;
	font-size: 1.25em;
}
.ph-inner-txt10 {
	font-size: 1.6em;
}
.p-relative {
	position: relative;
	width: 100%;
}
.p-ab-txt1 { /*月々*/
	position: absolute;
	right: 0;
	top: -.9em;
	background: url(../images/icon_fukidashi.svg) no-repeat;
	background-size: 100%;
	width: 3.5em;
	height: 3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-ab-txt1 span {
	color: #fff;
	font-size: 1.25em;
}
.p-ab-txt2 {
	position: absolute;
	right: -1em;
	bottom: -1.4em;
	color: var(--gray);
	font-size: .875em;
	letter-spacing: 0;
}
.p-ab-txt3 {
	position: absolute;
	right: -2em;
	bottom: -1.4em;
	font-size: 1.4em;
	letter-spacing: 0;
}
.fukidashi { /* serif */
	padding: 0 1.3em;
	border-radius: 1.6em;
	position: relative;
}
.fukidashi::after {
	content: "";
	background: var(--blue);
	display: block;
	width: .6em;
	height: .6em;
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 540px) {
	.post-type-archive-mesona-j .ph-inner-txt7 {
		font-size: 4.5vw;
		line-height: 1.5;
	}
}


/* !パンくずリスト -------------------------------------------------------------- */
.breadcrumb {
	color: var(--gold);
	padding: 1.3em 0 7em;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li::after {
	content: "";
	margin-left: 0.8em;
	margin-right: 0.8em;
	background: var(--gold);
	display: inline-block;
	width: .33em;
	height: .55em;
	clip-path: polygon(18% 0, 100% 50%, 18% 100%, 0 90%, 66% 50%, 0 10%);
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
	color: var(--gold);
}
.breadcrumb li:last-child {
	border-bottom: 1px solid;
}
.breadcrumb li a br {
	display: none;
}
@media screen and (max-width: 540px) {
	.breadcrumb {
		padding: 1.3em 0 3.5em;
	}
}


/* !contents -------------------------------------------------------------- */


/* post */
.btn_anchor {
	margin-bottom: 1em;
}
.btn_anchor a {
	width: 23.87%;
	margin-bottom: 1.5%;
	margin-right: 1.5%;
}
.btn_anchor a:nth-child(4n) {
	margin-right: 0;
}
@media screen and (min-width: 1025px) {
	.btn_anchor-col-6 a,
	.btn_anchor-col-11 a,
	.btn_anchor-col-12 a {
		width: 15.83%;
		margin-bottom: 1%;
		margin-right: 1%;
	}
	.btn_anchor-col-6 a:nth-child(4n),
	.btn_anchor-col-11 a:nth-child(4n),
	.btn_anchor-col-12 a:nth-child(4n) {
		margin-right: 1%;
	}
	.btn_anchor-col-6 a:nth-child(6n),
	.btn_anchor-col-11 a:nth-child(6n),
	.btn_anchor-col-12 a:nth-child(6n) {
		margin-right: 0;
	}
}
.btn_anchor-col-5 a,
.btn_anchor-col-9 a,
.btn_anchor-col-10 a {
	width: 19.2%;
	margin-bottom: 1%;
	margin-right: 1%;
}
.btn_anchor-col-5 a:nth-child(4n),
.btn_anchor-col-9 a:nth-child(4n),
.btn_anchor-col-10 a:nth-child(4n) {
	margin-right: 1%;
}
.btn_anchor-col-5 a:nth-child(5n),
.btn_anchor-col-9 a:nth-child(5n),
.btn_anchor-col-10 a:nth-child(5n) {
	margin-right: 0;
}
.btn_anchor-col-4 a:nth-child(4n),
.btn_anchor-col-8 a:nth-child(4n) {
	margin-right: 0;
}
.btn_anchor a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--blue);
	color: #fff;
	line-height: 1.15;
	font-size: 0.875em;
	border-radius: 0.5em;
	padding: 1.1em 0 1.7em;
	padding: .5em 0 1.2em;
	min-height: 4em;
	letter-spacing: 0;
	position: relative;
	transition: .2s;
	text-align: center
}
.btn_anchor a::after {
	position: absolute;
	content: "";
	background: #fff;
	display: inline-block;
	width: .55em;
	height: .33em;
	clip-path: polygon(18% 0, 100% 50%, 18% 100%, 0 90%, 66% 50%, 0 10%);
	clip-path: polygon(100% 18%, 50% 100%, 0 18%, 12% 0, 50% 66%, 88% 0);
	bottom: 0.5em;
	left: 50%;
	transform: translateX(-50%);
	transition: .2s;
}
.btn_anchor a:hover {
	background: #67b2be;
}
.btn_anchor a:hover::after {
	bottom: 0.25em;
}
@media screen and (max-width: 540px) {
	.btn_anchor-col-5 a:nth-child(5n),
	.btn_anchor-col-9 a:nth-child(5n),
	.btn_anchor-col-10 a:nth-child(5n) {
		margin-right: 2%;
	}
	.btn_anchor a {
		width: 49%;
		margin-bottom: 2%;
		margin-right: 2%;
		min-height: 4em;
	}
	.btn_anchor a:nth-child(2n) {
		margin-right: 0;
	}
}

.detail > section {
	margin-bottom: 3em;
	margin-top: 2.5em;
}
.detail > section.mt0 {
	margin-top: 0;
}
@media screen and (max-width: 540px) {
	.detail > section {
		margin-bottom: 8vw;
		margin-top: 5vw;
	}
}
.detail h2,
.detail_news h1 {
	position: relative;
	padding-bottom: .7em;
}
.detail h2::before,
.detail h2::after,
.detail_news h1::before,
.detail_news h1::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: #F5F5F5;
}
.detail h2::after,
.detail_news h1::after {
	width: 5.6%;
	background: var(--gold);
}
.detail h3,
.detail_news h2 {
	background: #F9F9F9;
	border-left: 0.15em solid var(--gold);
	padding: .6em 0 .6em .8em;
}
.detail h3.bg_f5 {
	background: #f5f5f5;
}
.detail h4::before,
.detail_news h3::before {
	content: "";
	display: inline-block;
	background: #B49B72;
	border: .25em solid #F3E5CC;
	border-radius: 50%;
	margin-right: .5em;
	width: 1em;
	height: 1em;
	vertical-align: -0.1em;
}
.detail h4.nodot::before {
	content: none;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.detail h2::after,
	.detail_news h1::after {
		width: 14%;
	}
}


/* page */

.point {
	position: relative;
	width: 15em;
	height: 15em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
}
.point span {
	color: #fff;
	line-height: 1.46;
}
.point::before,
.point::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--blue);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.point::after {
	width: 92%;
	height: 92%;
	border: 1px solid #fff;
}
.point + .point {
	margin-left: 2.5em;
}
.point.point_header {
	width: 9em;
	height: 9em;
	letter-spacing: 0;
}
.point.point_header + .point.point_header {
	margin-left: 1em;
}
@media screen and (max-width: 1024px) {
	.point {
		width: 19vw;
		height: 19vw;
	}
	.point + .point {
		margin-left: 2vw;
	}
}
@media screen and (max-width: 540px) {
	.point {
		width: 36vw;
		height: 36vw;
		margin-bottom: 3vw;
	}
	.point + .point {
		margin-left: 3vw;
	}
	.point:nth-child(2n-1) {
		margin-left: 0;
	}
	.point.point_header {
		width: 9.6em;
		height: 9.6em;
	}
	.point.point_header + .point.point_header {
		margin-left: .6em;
	}
}

.flex-online-item {
	width: 23.43%;
	padding: 1.3em 0 1.5em;
	margin-left: 2.09%;
}
.flex-online-item:first-child {
	margin-left: 0;
}
.flex-online-item img {
	width: 6.25em;
	margin-bottom: 1em;
}
.flex-online-item p {
	padding: 0.1em 0;
	line-height: 1.44;
}
@media screen and (max-width: 1024px) {
	.flex-online-item {
		width: 33%;
		margin-left: 3%;
		margin-bottom: 3%;
	}
	.flex-online-item:nth-child(2n-1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 540px) {
	.flex-online-item {
		width: 64%;
		margin-left: 0;
		margin-bottom: 5%;
	}
}

.flex-online2 > * {
	padding: 1.3em 1em 1.3em 1.3em;
}

a.btn_03 {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	color: #fff;
	height: 4.5em;
	border-radius: 2.3em;
	background: var(--gold);
	background: linear-gradient(0deg,rgba(180, 155, 114, 1) 0%, rgba(214, 189, 147, 1) 100%);
	width: 23.75em;
	max-width: 100%;
	transition: .2s;
	margin: 0 auto;
}
a.btn_03 span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
a.btn_03 span span.bg_white {
	margin-top: .3em;
	border-radius: 1em;
	padding: 0 .8em;
}
a.btn_03:hover { filter: brightness(90%) contrast(110%);}


.page_img_onlinebtn {
	position: absolute;
	left: 8.5%;
	bottom: 16%;
	transform: scale(85%);
}
.page_img_onlinebtn a.btn_03 {
	width: 19.5em;
}
@media screen and (max-width: 1024px) {
	.page_img_onlinebtn {
		left: 3.5%;
	}
}
@media screen and (max-width: 540px) {
	.page_img_onlinebtn {
		left: 50%;
		transform: translateX(-50%);
		bottom: 6%;
	}
}


.detail h3.title-num {
	background: none;
	border-left: none;
	padding: 1.1em 0 0 1.1em;
}
.detail h3.title-num span {
	font-size: 1.66em;
	color: var(--gold);
	position: relative;
	top: -.8em;
	left: -.7em;
}
.detail h3.title-num span::after {
	width: 1.6em;
	height: 1px;
	content: "";
	display: inline-block;
	background: var(--gold);
	position: absolute;
	right: -1.1em;
	bottom: .15em;
	transform: rotate(-44deg);
}
@media screen and (max-width: 540px) {
	.detail h3.title-num {
		padding: 0.7em 0 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.detail h3.title-num span {
		top: -0.1em;
		left: 0;
	}
	.detail h3.title-num span::after {
		width: 1.1em;
		bottom: .65em;
		right: -1.1em;
	}
}


.item-list figure {
	border: 1px solid #F5F5F5;
	text-align: center;
	margin-bottom: .8em;
}
.item-list figure img {
	height: 13.625em;
}
.item-list2 .flex-col-4 {
	width: 23.43%;
	margin-left: 2%;
}
.item-list2 .flex-col-4 {
}
.item-list2 figure {
	margin-bottom: .8em;
}
.item-list2 figure img {
	height: 18.625em;
}
.item-list2 figure.border {
	border: 1px solid #F5F5F5;
	text-align: center;
}
.item-list2 figure.border img {
	height: 18.5em;
}
@media screen and (max-width: 540px) {
	.item-list .flex-col-4 {
		width: 74%;
		margin-left: 13%;
	}
	.item-list .flex-col-4:nth-child(4n-3) {
		margin-left: 13%;
	}
	.item-list2 .flex-col-2 {
		width: 100%;
		margin-left: 0;
	}
	.item-list2 .flex-col-4 {
		width: 74%;
		margin-left: 13%;
	}
}