@charset "utf-8";

/*===========================================================
リンパトリートメント・ヘッドスパ・よもぎ蒸し 共通
===========================================================*/

.service01-container {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.service01-text-area {
    margin: 30px 0 0;
    display: grid;
	position: relative;
	z-index: 9;
}

.service01-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
}

.service01-title-box::before {
    content: "";
    display: block;
    width: clamp(30px, 25.874px + 1.1vw, 47px);
    height: 68px;
    background-image: url(/system_panel/uploads/images/service-decoration01.png);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.service01-title-box::after {
    content: "";
    display: block;
    width: clamp(30px, 25.874px + 1.1vw, 47px);
    height: 68px;
    background-image: url(/system_panel/uploads/images/service-decoration02.png);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.service01-text-box {
    display: flex;
	padding: 10px 0;
	/* 線分2px、間隔2px（合計4px）の繰り返し */
    background-image: linear-gradient(
        to right, 
        var(--quaternary) 0px, 
        var(--quaternary) 2px, 
        transparent 2px, 
        transparent 4px
    );
    /* 横幅4px（線分2px + 間隔2px）、高さ0.75px（サイズ） */
    background-size: 4px 0.75px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.service02-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.service02-btn-area {
	max-width: 400px;
	width: 100%;
	display: flex;
	gap: 40px;
}

.service-btn {
	display: block;
    padding: 12px 10px 14px;
    width: 100%;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 500;
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.5;
    color: var(--primary);
    background: var(--base-bg-color);
    border: 1px solid var(--primary);
    border-radius: 3px;
    text-align: center;
    position: relative;
    gap: 10px;
    transition: all .3s;
}

.service-btn:hover {
    color: var(--white);
    background: var(--primary);
}

.service02-text-flex {
	margin: 10px 0 0;
}

.service02-text-flex {
	display: flex;
}

.service03-container {
    margin: 30px 0 0;
}

.service03-container {
    width: 100%;
}

.service03-block {
    margin: 60px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service03-img-box {
    width: 100%;
}

.service03-text-container {
    margin: 40px 0 0;
    width: 100%;
}

.service03-text-box {
    margin: 20px 0 0;
}

.service03-btn-area {
    margin: 30px 0 0;
}

.service04-wrapper {
    margin: 0 auto 80px;
    position: relative;
}

.service04-wrapper::before {
	content: "";
	display: block;
	max-width: 1609px;
	height: 90%;
	background-color: var(--bg-seventh);
	opacity: 0.8;
	mix-blend-mode: soft-light;
	filter: blur(8px);
	position: absolute;
	right: 15px;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0 auto 0 0;
	border-radius:
    0   /* 左上 */
    clamp(60px, -69.854px + 34.628vw, 595px)     /* 右上 */
    clamp(60px, -69.854px + 34.628vw, 595px)     /* 右下 */
    0;  /* 左下 */
}

.service04-wrapper::after {
	content: "";
	display: block;
    max-width: 1544px;
	height: 92.53%;
    background-color: var(--bg-tertiary);
    filter: blur(8px);
	position: absolute;
    bottom: 0;
	left: 15px;
	right: 0;
	z-index: 0;
    margin: 0 0 0 auto;
    border-radius:
    clamp(60px, -69.854px + 34.628vw, 595px)   /* 左上 */
    0     /* 右上 */
    0     /* 右下 */
    clamp(60px, -69.854px + 34.628vw, 595px);  /* 左下 */
}

.service04-container {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.service04-area {
    margin: 30px 0 0;
}

.service04-block {
    margin: 40px 0 0;
}

.service04-block:first-child {
    margin: 0;
}

.service04-title-box {
    padding: 0 5px 5px;
    border-bottom: 1px solid var(--quaternary);
}

.service04-title-box .title01 {
    font-size: clamp(20px, 17.573px + 0.647vw, 30px);
}

.service04-sub-text-box {
    margin: 5px 5px 0;
}

.service04-table {
    margin: 20px 0 0;
    padding: 0 5px;
}

.service04-row {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
}

.service04-row:first-child {
    padding: 0 0 15px;
}

.service04-th {
    width: 100%;
    flex: 1;
}

.service04-td {
    text-align: right;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/

.service04-th {
    padding: 0 10px 0 0;
}

.service04-row {
    flex-direction: row;
}

} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================

===========================================================*/

.service04-wrapper {
    margin: 0 auto 100px;
    padding: 120px 15px !important;
}

.service03-wrapper {
    padding: 120px 15px !important;
}

.service03-container {
    margin: 50px 0 0;
}

.service03-block {
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
}

.service03-block:nth-of-type(even) {
    flex-direction: row-reverse;
}

.service03-img-box {
    max-width: 709px;
    width: 50%;
}

.service03-text-container {
    margin: 0;
    padding: 20px 0;
    max-width: 660px;
    width: 47%;
}

.service03-text-box {
    margin: 40px 0 0;
}

.service03-btn-area {
    margin: 40px 0 0;
}

.service04-title-box {
    padding: 0 20px 5px;
}

.service04-sub-text-box {
    margin: 5px 20px 0;
}

.service04-table {
    padding: 0 20px;
}

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================

===========================================================*/

.service04-wrapper {
    margin: 0 auto 150px;
    padding: 150px 15px !important;
}

.service03-wrapper {
    padding: 150px 15px !important;
}

.service03-container {
    margin: 70px 0 0;
}

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/

.service03-title br {
    display: none;
}

} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 