
html { scroll-behavior: smooth;}
a {
	text-decoration:none;
}
.pc {
	display:block;
}
.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 10px;
	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;
}

.about_text {
	font-size: 1.6rem;
}
}

 /* --------------------------------------------
 * 　わたしたちのこだわり
 * -------------------------------------------- */
 .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: 100px;
	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;
}
}

/* --------------------------------------------
* 　出張はじめました
* -------------------------------------------- */
.btrip {
	padding-top: 100px;
}

.btrip_img {
	margin: 0 auto;
}
.btrip_big_text {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--main-color);
	letter-spacing: normal;
}
.btrip_big_text p {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--main-color);
	letter-spacing: normal;
	font-family: 'Noto Serif JP', serif;
}
.btrip_big_text p.btrip_text {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    color: #000000;
    letter-spacing: normal;
	font-family: 'Noto Serif JP', serif;
}
.btrip .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;
}
.btrip .section_title h3::before {
	display: none;
}

.btrip .section_title h3::after {
	display: none;
}

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

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

/* --------------------------------------------
* 　足つぼ屋さんマッサージのメカニズム
* -------------------------------------------- */
.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%;
}
}


/* --------------------------------------------
* 　メニュー・料金のご案内
* -------------------------------------------- */
.salon_menu_wrap {
    margin: 250px auto;
}    

.salon_menu {
    border: 1px solid #404040;
    border-radius: 10px;
    padding: 50px 30px 40px;
    background: linear-gradient(to bottom, #F7F6F4 0%, #F2E7D6 100%);
}

/* デフォルト2列のグリッド */
.salon-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; /* 横・縦の間隔 */
}

/* 1番上だけ1列 */
.salon-menu-list .salon-menu-item:first-child {
    grid-column: span 2;
    
}
.green {
    position: relative;
    z-index: 1;
}

.green:first-child::before {
    content: '';
    position: absolute;
    width: 270px;
    height: 300px;
    background-image: url('http://test02.jakagi.net/wp-content/uploads/2025/11/16-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 220px;
    left: -30px;
    z-index: 0;
}

.salon-menu-list .salon-menu-item:first-child > * {
    position: relative;
    z-index: 1;
}

/* 2つ目以降のアイテムの調整 */
.salon-menu-list .salon-menu-item:nth-child(n+2) {
    width: 100%;
}

/* アイテム全体 */
.salon-menu-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 60px;
}

/* 左カラム（画像） */
.salon-menu-left {
    width: 35%;
}

/* 2つ目以降の左カラム */
.salon-menu-list .salon-menu-item:nth-child(n+2) .salon-menu-left {
    width: 45%; /* 必要に応じて調整 */
}

/* 画像 */
.salon-menu-thumb {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* 右カラム */
.salon-menu-right {
    width: 50%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.salon-menu-list .salon-menu-item:nth-child(n+2) .salon-menu-right {
    gap: 5px;
}

/* タイトル */
.salon-menu-title {
    font-size: var(--font-size-lg);
    font-weight: 400;
    border-bottom: 1px solid #404040;
    display: inline-block;
    padding-bottom: 5px;
}

.salon-menu-list .salon-menu-item:nth-child(n+2) .salon-menu-title {
    font-size: 1.9rem;  
    letter-spacing: normal;
}

/* サブタイトル */
.salon-menu-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: right;
    letter-spacing: normal;
}

/* 説明文 */
.salon-menu-description {
    font-size: 1.4rem;
}

/* 時間・料金行のラッパー */
.salon-menu-row_wrap {
    margin-top: 20px;
}

/* 時間と料金の横並び */
.salon-menu-row {
    display: flex;
    justify-content: space-between; /* 左右端にくっつける */
    align-items: center;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 16px;
}

/* 時間 */
.salon-menu-time {
    letter-spacing: normal;
}

/* 料金 */
.salon-menu-price {
    white-space: nowrap;
}

/* 中央の点線 */
.salon-menu-line {
    flex: 1;                    
    border-bottom: 1px dashed #404040; 
    margin: 0 10px;          
}

/* 説明部分だけ小さく */
.salon-menu-time-desc {
    font-size: 1.4rem;
    margin-left: 5px;
    line-height: normal;
}

@media screen and (max-width: 767px) {

.salon_menu_wrap {
    margin: 100px auto 100px;
}

.salon-menu-item {
    margin-top: 40px;
    display: block;
    gap: 0;
    align-items: initial;
}

.salon_menu {
    padding: 40px 15px 20px;
}

.salon-menu-list {
    grid-template-columns: 1fr;
    gap: 0px;
}

.salon-menu-list .salon-menu-item:nth-child(n+2) .salon-menu-right {
    gap: 0px;
    width: 100%;
}

.salon-menu-item:nth-of-type(n+2) .salon-menu-left,
.salon-menu-item:nth-of-type(n+2) .salon-menu-right {
    width: 50%;
}

/* デフォルト縦並びにする（1つ目用） */
.salon-menu-list .salon-menu-item.sp:nth-child(2) .salon-menu-ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

/* 一番上のsalon-menu-leftを100%に */
.salon-menu-list .salon-menu-item.sp:nth-child(2) .salon-menu-left {
    width: 100%;
}

/* 一番上のsalon-menu-titleのフォントサイズ */
.salon-menu-list .salon-menu-item.sp:nth-child(2) .salon-menu-title {
    font-size: 2rem;
}

/* 2つ目以降のsalon-menu-titleのフォントサイズ */
.salon-menu-list .salon-menu-item.sp:nth-child(n+4) .salon-menu-title {
    font-size: 1.6rem;
}

/* 2つ目以降は横並び */
.salon-menu-list .salon-menu-item.sp:nth-child(n+4) .salon-menu-ttl {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* スマホ用の装飾（一番上のメニュー） */
.salon-menu-list .salon-menu-item.green.sp:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 120px;
    background-image: url('http://test02.jakagi.net/wp-content/uploads/2025/11/dec-1-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: -140px;
    left: -15px;
    z-index: 0;
}

.salon-menu-line {
    margin: 0px 7px;
}
}


/* 画像なしテキストのみ */


.salon-menu-item.fullwidth {
  display: block;
  width: 100%;
}

.salon-menu-item.fullwidth .salon-menu-right {
  width: 100%;
  gap: 5px;
}

.text_menu {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.text_menu::after {
    content: '';
    position: absolute;
    width: 190px;
    height: 330px;
    background-image: url('http://test02.jakagi.net/wp-content/uploads/2025/11/250822.png');
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -40px;
    right: -34px;
    z-index: -1;
}

.text_title {
    font-size: 1.9rem;
    letter-spacing: normal;
}

.salon-menu-list-text {
    margin-top: 22px;
    line-height: normal;
}

@media screen and (max-width: 767px)  {

.salon-menu-row {
	font-size: 1.4rem;
}

.text_menu {
	flex-direction: column;
	gap: 0px;
}

.text_menu::after {
	background-image: url(http://test02.jakagi.net/wp-content/uploads/2025/11/dec-.png);
	width: 70px;
	height: 170px;
	bottom: -20px;
	right: -15px;
}
}


/* --------------------------------------------
* 　はじめての方へ
* -------------------------------------------- */
.first_time_bg {
    padding: 100px 0 180px;
    background-image: url(http://test02.jakagi.net/wp-content/uploads/2025/11/bg.svg);
    background-size: cover;
    background-position: bottom;
}

.flow_intro {
    text-align: center;
    font-size: var(--font-size-md);
    font-family: 'Noto Serif JP', serif;
}

.flow_list {
    display: flex;
    justify-content: space-between;
    margin: 35px 0 80px 0;
}

.flow_item {
    width: 22%;
    font-family: 'Noto Serif JP', serif;
}

.flow_item img {
    width: 100%;
}

.number {
    font-size: 4rem;
    color: var(--main-color);
    letter-spacing: normal;
    font-weight: 600;
}

.flow_ttl {
    font-size: var(--font-size-lg);
    color: var(--main-color);
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    min-height: 4em;
}

.flow_text {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: normal;
}

.treatment_wrap {
    background: #F7F6F4;
    border: solid 1px #55874E;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 80px;
}

.treatment_wrap p {
    font-size: var(--font-size-sm);
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 10px;
}

.tab-switch {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.tab-head {
    display: inline-flex;
    gap: 15px;
    padding: 10px;
    border: 1px solid #55874E;
    border-radius: 30px;
    margin-bottom: 20px;
}

/* ラジオ非表示 */
.tab-switch input {
    display: none;
}

/* タブボタン */
.tab-switch label {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 15px 60px;
    border: solid 1px #fff;
    border-radius: 50px;
    cursor: pointer;
    order: -1;
    text-align: center;
}

/* コンテンツ非表示 */
.tab-content {
    display: none;
    text-align: left;
}

/* 選択されたタブ＋コンテンツ表示 */
.tab-switch input:checked + label {
    font-size: 1.6rem;
    color: #404040;
    border: solid 1px #55874E;
    border-radius: 30px;
}

/* — input:checked と data-tab を連動 — */
#tab1:checked ~ .tab-contents .tab-content[data-tab="tab1"] { display: block; }
#tab2:checked ~ .tab-contents .tab-content[data-tab="tab2"] { display: block; }
#tab3:checked ~ .tab-contents .tab-content[data-tab="tab3"] { display: block; }

    /* 選択中のタブ */
#tab1:checked ~ .tab-head label[for="tab1"],
#tab2:checked ~ .tab-head label[for="tab2"],
#tab3:checked ~ .tab-head label[for="tab3"] {
color: #404040;
border: 1px solid #55874E;
border-radius: 30px;
}

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

.process_item {
    
    text-align: center;
}

.process1 {
    width: 18%;
}

.process2 {
    width: 23%;
}

.process3 {
    width: 31.5%;
}

.process_item .number {
    font-size: 2rem;
    color: #fff;
    background: var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
}

.process_item img {
    width: 100%;
}

.process_item .text {
    margin: 8px 0;
}

.down {
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    border: solid 1px var(--main-color);
    border-radius: 10px;
    display: inline-block;
    padding: 0 8px;
}

.up {
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    border: solid 1px var(--accent-color);
    border-radius: 10px;
    display: inline-block;
    padding: 0 8px;
}

@media screen and (max-width: 767px) {

.first_time_bg {
	padding: 40px 0 80px;
	background-image: url(http://test02.jakagi.net/wp-content/uploads/2025/11/bg-1.svg);
}

.flow_intro {
	font-size: 1.6rem; 
}

.flow_list {
	flex-direction: column;
	margin: 35px 0px 90px 0;
}

.flow_item {
	width: 100%; 
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flow_img_wrap {
	width: 35%;
}

.flow_text_wrap {
	width: 56%;
	display: flex;
	flex-direction: column;
}

.number {
	font-size: 2rem;
	font-weight: 600;
}

.flow_ttl {
	font-size: 1.8rem;
	letter-spacing: normal;
	min-height: 0em;
	margin-top: 0px;    
	margin-bottom: 8px;
}

.flow_text {
	font-size: 1.4rem;
}

.treatment_wrap {
	padding: 20px 15px;
} 

.treatment_wrap p {
	font-size: 1.6rem;
	text-indent: -1em;
	padding-left: 0.7em;
}

.tab-head {
	gap: 4px;
	padding: 5px;
	margin-bottom: 0px;
}

.tab-switch label {
	font-size: 1.2rem;
	padding: 8px 32px;
}

.process_item {
	margin-bottom: 25px;
}

.process1,
.process2 {
	width: 48%;
}

.process3 {
	width: 100%;
}

.process_item .number {
	font-size: 1.5rem;
	width: 27px;
}
}


/* --------------------------------------------
* 　スタッフ紹介
* -------------------------------------------- */
.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-lg);
	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;
	flex-direction: column;
    gap: 20px;
}

.salon_branch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	line-height: 1.8;
	width: 100%;
	padding: 0 30px;
}

.store_name {
	font-size: 2rem;
	font-weight: 500;
    letter-spacing: normal;
}

.store_detail {
    line-height: 2;
    letter-spacing: normal;
}

.store_middle {
    font-size: 1.8rem;
    display: flex;
    justify-content: flex-start;
}

.store_detail_wrap {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media screen and (max-width: 767px) {

.salon_location {
	padding-top: 100px;
	padding-bottom: 20px;
}

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

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

}

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

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

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

.prefecture {
	font-size: 2rem;
	margin-bottom: 30px;
}

.store_detail_wrap {
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}

.store_middle {
	font-size: 1.6rem;
	margin-bottom: 7px;
}

.store_detail {
	font-size: 1.6rem;
}
}

/* --------------------------------------------
* 　加盟店募集
* -------------------------------------------- */
.partner_withus {
    border: solid 1px #404040;
    padding: 40px;
}

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

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

.partner_bg {
    background: linear-gradient(to bottom right, #F7F6F4 0%, #F2E7D6 100%);
    margin-top: var(--section-top);
    padding: 50px 0;
}

.store_img {
    width: 40%;
}

.store_text {
    width: 60%;
}

.store_title {
    text-align: center;
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
}

.store_category {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 30px 0;
}

.store_category p {
    font-size: 1.8rem;
    color: #fff;
    background: var(--main-color);
    padding: 5px 15px;
    border-radius: 5px;
}

.store_btn {
    display: flex;
    text-align: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store_btn img {
    width: 65%;
}

.store_form {
    width: 65%;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    background: #fff;
    border: solid 1px var(--main-color);
    border-radius: 30px;
    padding: 5px 60px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 30px auto 0;
}

.store_form .title {
    font-size: 1.6rem;
    color: #404040;
    font-family: "Noto Sans JP", sans-serif;
}

.store_form .sub {
    font-size: 1.3rem;
    color: var(--main-color);
}

.store_message {
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
    margin-top: -120px;
}

@media screen and (max-width: 767px) {

.partner_withus {
	margin: 0 15px;
	padding: 25px 15px 70px;
}

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

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

.partner_bg {
	padding: 30px 0; 
	margin-top: 100px;
}

.store_text {
	width: 100%;
}

.store_title {
	font-size: 1.6rem;
}

.store_category {
	margin: 25px 0;
	padding: 0 20px;
}

.store_category p {
	font-size: 1.4rem; 
	padding: 5px 10px;
}

.store_btn img {
	width: 100%;
}

.store_form {
	width: 100%;
	font-size: 1.4rem;
	padding: 5px 40px;
	margin: 20px auto 0;
}

.store_img {
	width: 100%;
}

.store_message {
	font-size: 1.6rem;
	margin-top: -90px;
}
}
