
html { scroll-behavior: smooth;}
a {
	text-decoration:none;
}
.pc {
	display:flex;
}
.sp {
	display:none;
}


/* --------------------------------------------
 * 　共通
 * -------------------------------------------- */
 .section_title {
	margin-bottom: 50px;
}

 .section_title h3{
	display: flex;
	justify-content: center;
	width: 100%;  
	align-items: center;
	text-align: center;
	font-weight: 500;
	font-size: var(--font-size-xl); 
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: normal;
}

.section_title h3::before {
	content: "";
	flex: 1;
	height: 1px;
	background: #404040;
	margin-right: 15px;
}

.section_title h3::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #404040;
	margin-left: 15px;
}

/* --------------------------------------------
 * 　メインヴィジュアル
 * -------------------------------------------- */
.mv_wrap {
	padding-top: 10px;
 }

 @media screen and (max-width: 767px) {
	.mv_wrap {
		padding-left: 0;
		padding-right: 0;
	}
 }

 /* --------------------------------------------
 * 　足つぼ屋さんとは？
 * -------------------------------------------- */
 .about_wrap {
	padding-top: 100px;
}

.title {
	font-size: 4.8rem;
	color: var(--main-color);
	text-align: center;
	font-family: 'Domine', serif;
}

.sub_title {
	text-align: center;
    font-size: var(--font-size-2xl);
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    margin-top: 10px;
}

.about_text p {
	line-height: 2;
}

.about_title {
	font-size: 2.2rem;
	text-align: center;
	margin-top: 40px;
}

.about_text {
	font-size: 1.8rem;
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.about_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.about_item {
	width: 31.5%;
	background: #fff;
	border: 1px solid #55874E;
	border-radius: 0 50px 0 50px;
	margin-bottom: 30px;
	overflow: hidden;
	font-family: 'Noto Serif JP', serif;
}

.about_item:nth-child(n+4) {
	margin-bottom: 0;
}

.about_item_ttl {
	background: var(--main-color);
	color: #fff;
	font-size: 1.9rem;
	text-align: center;
	border-radius: 0 0 0 15px;
	padding: 10px 0;
}

.about_item_text {
	padding: 30px 0;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--main-color);
	letter-spacing: normal;
}

.about_item span {
	font-size: 1.6rem;
	color: #404040;
	display: block;
	margin-top: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.about_item a {
	text-decoration: underline;
	text-underline-offset: 3px;
}











@media screen and (max-width: 767px) {
	.about_wrap {
		padding-top: 50px;
	}

	.title {
		letter-spacing: normal;
		font-size: 2.4rem;
	}

	.about_title {
		font-size: 1.8rem;
		text-align: left;
		margin-top: 40px;
	}

	.about_content {
		flex-direction: column;
		margin-top: 50px;
	}

	.about_item  {
		width: 100%;
		margin-bottom: 15px;
	}

	.about_item:nth-child(n+4) {
		margin-bottom: 15px;
	}

	.about_item_text {
		padding: 15px 0;
	}

	.about_item_ttl {
		font-size: 1.6rem;
	}

	.about_item span {
		margin-top: 10px;
	}
}

 /* --------------------------------------------
 * 　わたしたちのこだわり
 * -------------------------------------------- */
 .our_principles {
	padding-top: var(--section-top);
	background-image: url(http://test02.jakagi.net/wp-content/uploads/2025/11/bg-cercle.png);
	background-repeat: no-repeat;
    background-position: center 140px;
	padding-bottom: 100px;
}

.principles_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.principles_item {
	width: 30%;
	padding: 25px 30px 32px;
	background: var(--bg-gradient);
	border-radius: 5px;
	box-shadow: 1px 0px 6px 1px rgba(0, 0, 0, 0.1);
}

.principles_number {
	font-size: 3.2rem;
	font-weight: 600;
	color: var(--main-color);
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 0.5;
}

.principles_text {
	font-size: var(--font-size-md);
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	margin: 15px 0;
	letter-spacing: normal;
}

.principles_item span {
	font-size: 1.6rem;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 400;
}

.principles_item img {
	margin: 0 auto
}

@media screen and (max-width: 767px) {
	.our_principles {
		padding-top: 120px;
		padding-bottom: 0px
	}

	.principles_list {
		flex-direction: column;
		gap: 15px;
	}

	.principles_item {
		width: 100%;
		padding: 25px 15px 20px;
	}

	.principles_number {
		font-size: 2.4rem;
	}

	.principles_text {
		margin: 10px 0;
	}
}

/* --------------------------------------------
* 　足つぼ屋さんマッサージのメカニズム
* -------------------------------------------- */
.mechanism {
	padding-top: 100px;
}

.mechanism_img {
	margin: 0 auto;
}

.mechanism_text {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.mechanism_text p {
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.mechanism_img {
		width: 70%;
	}

	.mechanism_text p {
		letter-spacing: normal;
	}
}

/* --------------------------------------------
* 　期待できる主な効果
* -------------------------------------------- */
.expected_effect {
    padding-top: var(--section-top);
}

.improvement_list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.improvement_item {
	width: 31.5%;
	text-align: center;
	padding: 24px 0 20px;
	border: 1px solid #404040;
    margin-bottom: 30px;
    border-radius: 5px;
}

.improvement_title {
    font-size: var(--font-size-md);
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--main-color);
    font-family: 'Noto Serif JP', serif;
}

.improvements_text {
	font-size: 1.4rem;
    margin-bottom: 15px;
}

.improvement_item img {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.expected_effect {
		padding-top: 70px;
	}

	.improvement_list {
		gap: 15px;
	}

	.improvement_item {
		width: 47.5%;
		margin-bottom: 0px;
		padding: 15px 8px 15px;
	}

	.improvement_title {
		font-size: 1.8rem;
		text-align: justify;
		line-height: normal;
	}

	.improvements_text {
		font-size: 1.3rem;
		text-align: left;
		letter-spacing: 0.1rem;
	}

	.improvement_item img {
		width: 90%;
	}
}


/* --------------------------------------------
* 　他社との違い
* -------------------------------------------- */


/* --------------------------------------------
* 　はじめての方へ
* -------------------------------------------- */


/* --------------------------------------------
* 　スタッフ紹介
* -------------------------------------------- */
.about_ourteam {
	padding-top: 100px;
}

.member_list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.member_item {
	width: 22%;
}

.staff_name_en {
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: normal;
    margin-top: 15px;
}

.name {
	font-size: var(--font-size-lg);
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

.staff_message {
	font-size: 1.6rem;
	line-height: 1.6;
}

.staff_experience {
	font-size: 1.6rem;
	text-align: center;
	margin: 15px 0;
	line-height: normal;
}

.member_item img {
	width: 90%;
	height: auto;
	aspect-ratio: 3 / 4;
	display: block;
	margin: 0 auto;
	border-radius: 130px;
	object-fit: cover; 
}

@media screen and (max-width: 767px) {
	.about_ourteam {
		padding-top: 70px;
	}

	.member_list {
		flex-wrap: wrap;
	}

	.member_item {
		width: 47%;
		margin-bottom: 20px;
	}

	.staff_name_en {
		font-size: 1.4rem;
	}

	.staff_message {
		font-size: 1.4rem;
	}
}

/* --------------------------------------------
* 　店舗一覧マップ
* -------------------------------------------- */
.salon_location {
	padding-top: var(--section-top);
}

.salon_location img {
	margin: 40px 0 50px;
	width: 100%;
}

.salon_list {
	display: flex;
	flex-direction: column;
}

.prefecture {
	display: flex;
	align-items: center;
	font-size: var(--font-size-sm);
	color: var(--main-color);
	font-weight: 500;
	margin-bottom: 15px;
}

.prefecture::after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: var(--main-color);
	margin-left: 15px; 	
}

.salon_item {
	width: 100%;
	margin-bottom: 20px;
}

.salon_group {
	display: flex;
	justify-content: space-between;
}

.salon_branch {
	display: flex;
	align-items: center;
	gap: 30px;
	line-height: 1.8;
	width: 50%;
}

.store_name {
	font-weight: bold;
    width: 15%;
}

@media screen and (max-width: 767px) {
	.salon_location {
		padding-top: 100px;
		padding-bottom: 20px;
	}

	.salon_list {
		flex-direction: column;
		gap: 20px;
	}

	.salon_group {
		gap: 15px;
		flex-direction: column;

	}

	.salon_item {
		width: 100%;
		margin-bottom: 0px
	}

	.salon_branch {
		gap: 15px;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}

	.store_name {
        width: 100%;
        text-align: left;
		font-size: 1.6rem;
    }


}

/* --------------------------------------------
* 　加盟店募集
* -------------------------------------------- */
.partner_withus {
	padding-top: var(--section-top);
}

.partner_text {
	font-size: var(--font-size-sm);
	line-height: 2;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.affiliated_store {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.store_text {
	width: 60%;
	display: flex;
	align-items: center;
}

.store_text_wrap {
	width: 48%;
	height: fit-content;
	background: #fff;
	padding: 40px 24px 45px;
	border-radius: 10px;
}

.recommend {
	font-size: var(--font-size-sm);
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}

.store_text_wrap a {
	font-size: 1.6rem;
	color: var(--main-color);
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 4px;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.store_img_wrap {
	width: 50%;
	margin-left: -30px;
}

.store_img {
	width: 40%;
}

.store_img img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.partner_withus {
		padding-top: 70px;
	}

	.partner_text {
		font-size: 1.4rem;
		letter-spacing: normal;
	}

	.affiliated_store {
		flex-direction: column;
		margin-top: 40px;
		gap: 30px;
	}

	.store_text {
		width: 100%;
		flex-direction: column;
	}

	.store_text_wrap {
		width: 100%;
	}

	.store_img_wrap {
		width: 82%;
		margin-left: 0;
		margin-top: -25px;
	}

	.store_text_wrap {
		padding: 25px 15px 45px;
	}

	.store_img {
		width: 100%;
	}

}
