@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200&display=swap');


/* ----------------------------------------------------------------------------------------------------

common

---------------------------------------------------------------------------------------------------- */
.bn_sec {
	display: none;
}
@media screen and (max-width: 768px) {
	#page-top {
		bottom: 1rem;	
	}
}
.container {
	margin-bottom: 8rem;
}
.gnav-sp .nav-store {
	width: 80vw;
}
@media screen and (max-width: 768px) {
	.container {
		margin-bottom: 0;
	}
}

/* ----------------------------------------------------------------------------------------------------

font

---------------------------------------------------------------------------------------------------- */
main h2,
main h3,
.serif {
	font-family: var(--font-serif);
}
.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

/* ----------------------------------------------------------------------------------------------------

breadcrumb

---------------------------------------------------------------------------------------------------- */
.c-breadcrumb {
	margin-top: 1rem;
}
.c-breadcrumb .container {
	margin: 0 auto;
	width: 88rem;
}
.c-breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
}
.c-breadcrumb li::after {
	content: '＞';
	padding: 0 0.8rem;
}
.c-breadcrumb li:last-child::after {
	content: none;
}
/* SP */
@media screen and (max-width: 768px) {
	.c-breadcrumb {
		margin-top: 2rem;
		font-size: 1.4rem;
	}
	.c-breadcrumb .container {
		padding: 0 2rem;
		width: auto;
	}
}

/* ----------------------------------------------------------------------------------------------------

heading

---------------------------------------------------------------------------------------------------- */
.c-heading {
	margin-bottom: 5.1rem;
	text-align: center;
	font-weight: 600;
	font-size: 3.45rem;
}
.c-heading br {
	display: none;
}
.c-heading br.static {
	display: block;
}
/* SP */
@media screen and (max-width: 768px) {
	.c-heading {
		margin-bottom: 2rem;
		font-size: 2.8rem;
	}
	.c-heading br {
		display: block;
	}
}

/* ----------------------------------------------------------------------------------------------------

main

---------------------------------------------------------------------------------------------------- */
.p-main {
	background-position: center;
	background-image: url(../img/personal-lesson/main-kv.jpg);
	background-size: cover;
}
.p-main .container {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 88rem;
	min-height: 21.9rem;
}
.p-main h2 {
	padding: 0 2.58rem;
	font-weight: 600;
	font-size: 3.4rem;
	line-height: 1.3;
}
.p-main h2 br {
	display: none;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-main {
		background-position: 80% 80%;
		background-image: url(../img/personal-lesson/main-kv-sp.jpg);
	}
	.p-main .container {
		padding: 0 2rem;
		width: auto;
		min-height: 20rem;
	}
	.p-main h2 {
		padding: 0;
	}
	.p-main h2 br {
		display: block;
	}
}

/* ----------------------------------------------------------------------------------------------------

about

---------------------------------------------------------------------------------------------------- */
.p-about {
	margin-bottom: 8.6rem;
	padding-top: 8.6rem;
}
.p-about .container {
	margin: 0 auto;
	width: 88rem;
}
.p-about .row {
	display: flex;
}
.p-about .detail {
	flex-basis: 50%;
	font-size: 1.46rem;
	line-height: 1.9;
	letter-spacing: 0.04em;
}
.p-about .image {
	flex: 1;
	padding-left: 4.3rem;
}
.p-about .image span {
	display: block;
	overflow: hidden;
	border-radius: 1.7rem;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-about {
		display: block;
		margin-bottom: 5rem;
		padding-top: 4rem;
	}
	.p-about .container {
		padding: 0 2rem;
		width: auto;
	}
	.p-about .row {
		display: block;
	}
	.p-about .detail {
		font-size: 1.5rem;
	}
	.p-about .image {
		margin-top: 3rem;
		padding-left: 0;
	}
	.p-about .image span {
		display: block;
		overflow: hidden;
		border-radius: 1.7rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

quality

---------------------------------------------------------------------------------------------------- */
.p-quality {
	margin-bottom: 8.6rem;
}
.p-quality .container {
	margin: 0 auto;
	width: 88rem;
}
.p-quality .point ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.6rem;
}
.p-quality .point li {
	flex-basis: 50%;
	margin-bottom: 2.58rem;
	padding: 0 3.01rem;
}
.p-quality .point .image {
	overflow: hidden;
	border-radius: 1.7rem;
}
.p-quality .point .number {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -5.6rem 0 0 -2.24rem;
	width: 9.48rem;
	height: 9.48rem;
	border-radius: 50%;
	background-color: #f7bb9e;
	font-size: 1.46rem;
}
.p-quality .point h3 {
	margin-bottom: 1.72rem;
	text-align: center;
	font-size: 2.58rem;
}
.p-quality .point p {
	font-size: 1.46rem;
	letter-spacing: 0;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-quality {
		display: block;
		margin-bottom: 4rem;
	}
	.p-quality .container {
		padding: 0 2rem;
		width: auto;
	}
	.p-quality .point ul {
		display: block;
		margin: 0;
	}
	.p-quality .point li {
		margin-bottom: 3rem;
		padding: 0;
	}
	.p-quality .point .image {
		border-radius: 1.7rem;
	}
	.p-quality .point .number {
		margin: -4rem 0 0 -1.5rem;
		width: 8rem;
		height: 8rem;
		font-size: 1.46rem;
	}
	.p-quality .point h3 {
		margin-bottom: 1.5rem;
		font-size: 2.4rem;
	}
	.p-quality .point p {
		font-size: 1.5rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

machine

---------------------------------------------------------------------------------------------------- */
.p-machine {
	margin-bottom: 8.6rem;
}
.p-machine .container {
	margin: 0 auto;
	width: 88rem;
}
.p-machine .heading {
	margin-bottom: 3.4rem;
	padding: 0.6rem;
	background-color: #b5c6d0;
	border-radius: 999rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2.58rem;
}
.p-machine .list {
	padding: 0 2rem;
}
.p-machine .list li {
	display: flex;
	margin-bottom: 3rem;
}
.p-machine .list li:last-child {
	margin-bottom: 0;
}
.p-machine .list li:nth-child(even) {
	flex-direction: row-reverse;
}
.p-machine .list .image {
	flex-basis: 50%;
	padding: 0 2rem;
}
.p-machine .list .detail {
	flex-basis: 50%;
	padding: 0 2rem;
}
.p-machine .list h3 {
	margin: 2.2rem 0 1.4rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2.58rem;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-machine {
		display: block;
		margin-bottom: 4rem;
	}
	.p-machine .container {
		padding: 0 2rem;
		width: auto;
	}
	.p-machine .heading {
		margin-bottom: 1rem;
		padding: 0.6rem;
		font-size: 2rem;
	}
	.p-machine .list {
		padding: 0;
	}
	.p-machine .list li {
		display: block;
		margin-bottom: 3rem;
	}
	.p-machine .list .image {
		margin: 0 auto;
		width: 80%;
		padding: 0;
	}
	.p-machine .list .detail {
		padding: 0;
	}
	.p-machine .list h3 {
		margin: 1rem 0 ;
		font-size: 2rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

recommend

---------------------------------------------------------------------------------------------------- */
.p-recommend {
	padding: 8.6rem 0;
	background-color: #f2f2f2;
}
.p-recommend .container {
	margin: 0 auto;
	width: 88rem;
}
.p-recommend .list {
}
.p-recommend .list ul {
	display: flex;
	margin: 0 -1.38rem;
}
.p-recommend .list li {
	flex-basis: 20%;
	padding: 0 1.38rem;
}
.p-recommend .list .image {
	overflow: hidden;
	border-radius: 1.72rem;
}
.p-recommend .list h3 {
	margin-top: 1.56rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.72rem;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-recommend {
		display: block;
		padding: 4rem 0;
	}
	.p-recommend .container {
		padding: 0 2rem;
		width: auto;
	}
	.p-recommend .list ul {
		display: block;
		margin: 0;
	}
	.p-recommend .list li {
		display: flex;
		align-items: center;
		margin: 0 0 1rem 0;
		padding: 0;
	}
	.p-recommend .list li:last-child {
		margin: 0;
	}
	.p-recommend .list .image {
		border-radius: 1rem;
		flex-basis: 20%;
	}
	.p-recommend .list h3 {
		margin: 0 0 0 2rem;
		text-align: left;
		font-size: 1.6rem;
	}
	.p-recommend .list h3 br {
		display: none;
	}
}

/* ----------------------------------------------------------------------------------------------------

flow

---------------------------------------------------------------------------------------------------- */
.p-flow {
	padding-top: 8.6rem;
	margin-bottom: 8.6rem;
}
.p-flow .container {
	margin: 0 auto;
	width: 88rem;
}
.p-flow .step {

}
.p-flow .step ul {
	padding: 0 1rem;
}
.p-flow .step li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 5.2rem;
}
.p-flow .step li:last-child {
	margin-bottom: 0;
}
.p-flow .step li::before {
	content: '';
	position: absolute;
	display: block;
	top: 100%;
	left: 18.1rem;
	margin-top: 2.6rem;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.38rem 1.72rem 0 1.72rem;
	border-color: #b5c6d0 transparent transparent transparent;
}
.p-flow .step li:last-child::before {
	content: none;
}
.p-flow .step .image {
	flex-basis: 36.2rem;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 1.72rem;
}
.p-flow .step .detail {
	flex: 1;
	padding-left: 3.4rem;
	font-size: 1.46rem;
}
.p-flow .step .number {
	display: flex;
}
.p-flow .step .number span {
	display: block;
	padding: 0.18em 1em 0.26em 1em;
	background-color: #f7bb9e;
	border-radius: 999rem;
	font-family: var(--font-serif);
	font-size: 2.15rem;
	line-height: 1.2;
}
.p-flow .step h3 {
	margin: 0.8rem 0;
	font-weight: 500;
	font-size: 2.58rem;
}
.p-flow .step .color {
	background: linear-gradient(#3367d1 10%, #3367d1 100%);
	color: #fff;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-flow {
		display: block;
		padding-top: 5rem;
		margin-bottom: 5rem;
	}
	.p-flow .container {
		padding: 0 2rem;
		width: auto;
	}
	.p-flow .step ul {
		padding: 0;
	}
	.p-flow .step li {
		display: block;
		margin-bottom: 6rem;
	}
	.p-flow .step li:last-child {
		margin-bottom: 0;
	}
	.p-flow .step li::before {
		left: 50%;
		margin-top: 3rem;
		border-width: 2rem 1.72rem 0 1.72rem;
	}
	.p-flow .step .image {
		border-radius: 1.72rem;
	}
	.p-flow .step .detail {
		margin-top: 2rem;
		padding-left: 0;
		font-size: 1.5rem;
	}
	.p-flow .step .number span {
		font-size: 1.8rem;
	}
	.p-flow .step h3 {
		margin: 1.9rem 0 1.4rem 0;
		font-weight: 700;
		font-size: 2.2rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

nav

---------------------------------------------------------------------------------------------------- */
.p-nav {
	margin-bottom: 9rem;
}
.p-nav .container {
	margin: 0 auto;
	width: 88rem;
}
.p-nav .list {
	display: flex;
	justify-content: center;
	margin: 0 -1.2rem;
}
.p-nav .list ul {
	padding: 0 1.2rem;
	flex-basis: 50%;
}
.p-nav .list li {
	margin-bottom: 2.5rem;
}
.p-nav .list li:last-child {
	margin-bottom: 0;
}
.p-nav .list a {
	display: block;
	filter: drop-shadow(0 0 1.2rem rgba(41,41,41,0.2));
}
/* SP */
@media screen and (max-width: 768px) {
	.p-nav {
		margin-bottom: 6rem;
	}
	.p-nav .container {
		padding: 0 2rem;
		width: auto;
	}
	.p-nav .list {
		display: block;
		margin: 0;
	}
	.p-nav .list ul {
		margin-bottom: 2rem;
		padding: 0;
	}
	.p-nav .list ul:last-child{
		margin-bottom: 0;
	}
	.p-nav .list li {
		margin-bottom: 2rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

price

---------------------------------------------------------------------------------------------------- */
.p-price {
	margin-bottom: 8.6rem;
	padding: 8.6rem 0;
	background-color: #f4f4f4;
}
.p-price .container {
	margin: 0 auto;
	width: 88rem;
}
.p-price .head {
	margin-bottom: 4.4rem;
	text-align: center;
}
.p-price .head h2 {
	font-size: 3.4rem;
}
.p-price .table {
	overflow: hidden;
	margin-bottom: 6rem;
	border: 1px solid #829cb5;
	border-radius: 0.86rem;
	text-align: center;
}
.p-price .table h3 {
	padding: 1.7rem;
	background-color: #829cb5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2.06rem;
	color: #fff;
}
.p-price .table table {
	width: 100%;
	background-color: #fff;
	font-size: 2rem;
	line-height: 1.5;
}
.p-price .table th,
.p-price .table td {
	border: 1px solid #829cb5;
	vertical-align: middle;
}
.p-price .table th:first-child,
.p-price .table td:first-child {
	border-left: 0;
}
.p-price .table th:last-child,
.p-price .table td:last-child {
	border-right: 0;
}
.p-price .table tr:last-child th,
.p-price .table tr:last-child td {
	border-bottom: 0;
}
.p-price .table tr:nth-child(2) td {
	border-top: 0;
}
.p-price .table th {
	padding: 2.5rem 1rem;
	width: 25%;
	border-bottom: 0;
	background-color: #eaf6fd;
	font-weight: 500;
	white-space: nowrap;
}
.p-price .table th br {
	display: none;
}
.p-price .table .number {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 9.8rem;
}
.p-price .table .number img {
	position: absolute;
	top: 0;
	right: 0;
	width: 6rem;
}
.p-price .detail {
	letter-spacing: 0;
}
.p-price .detail .block {
	margin-bottom: 2.58rem;
	border-radius: 0.86rem;
	background-color: #fff;
}
.p-price .detail .toggle {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1rem 3.8rem;
	min-height: 9.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	cursor: pointer;
}
.p-price .detail .toggle i {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);	
}
.p-price .detail .toggle i::before,
.p-price .detail .toggle i::after {
	content: "";
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.p-price .detail .toggle i::before {
	width: 2rem;
	height: 0.2rem;
}
.p-price .detail .toggle i::after {
	width: 0.2rem;
	height: 2rem;
	transition: all .3s;
}
.p-price .detail .toggle.open i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.p-price .detail .outer {
	overflow: hidden;
}
.p-price .detail .inner {
	padding: 0 3.8rem 3.8rem 3.8rem;
	font-size: 1.7rem;
}
.p-price .detail h4 {
	margin: 3.4rem 0 1rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2rem;
}
.p-price .detail h4:first-child {
	margin-top: 0;
}
.p-price .detail table {
	margin-top: 2.3rem;
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-size: 1.5rem;
}
.p-price .detail table th,
.p-price .detail table td {
	padding: 1.4rem 1.7rem;
}
.p-price .detail table tr:nth-child(odd) th,
.p-price .detail table tr:nth-child(odd) td {
	background-color: #eaf6fd;
}
.p-price .detail table th {
	border-right: 5px solid #fff;
	font-weight: 500;
	white-space: nowrap;
}
.p-price .detail table th br {
	display: none;
}
.p-price .detail a {
	text-decoration: underline;
	color: #f73c3c;
}
.p-price .foot {
	display: flex;
	margin: 4.3rem -1.2rem 0 -1.2rem;
}
.p-price .foot div {
	padding: 0 1.2rem;
	flex-basis: 50%;
}
.p-price .foot a {
	display: block;
	filter: drop-shadow(0 0 1.2rem rgba(41,41,41,0.2));
}
/* SP */
@media screen and (max-width: 768px) {
	.p-price {
		display: block;
		margin-bottom: 5rem;
		padding: 5rem 0;
	}
	.p-price .container {
		padding: 0 2rem;
		width: auto;
	}
	.p-price .head {
		margin-bottom: 4rem;
	}
	.p-price .head h2 {
		font-size: 3.4rem;
	}
	.p-price .table {
		margin-bottom: 3rem;
		border-radius: 0.86rem;
	}
	.p-price .table h3 {
		padding: 1rem;
		font-size: 1.8rem;
	}
	.p-price .table table {
		font-size: 1.4rem;
	}
	.p-price .table th {
		padding: 1rem 0.5rem;
		width: auto;
	}
	.p-price .table th br {
		display: block;
	}
	.p-price .table .number {
		height: 8rem;
	}
	.p-price .table .number img {
		width: 4rem;
	}
	.p-price .detail .block {
		margin-bottom: 2rem;
		border-radius: 0.86rem;
	}
	.p-price .detail .toggle {
		padding: 0.5rem 5rem 0.5rem 2rem;
		min-height: 7.6rem;
		font-size: 1.8rem;
	}
	.p-price .detail .toggle i {
		right: 1.5rem;
	}
	.p-price .detail .inner {
		padding: 0 2rem 3rem 2rem;
		font-size: 1.5rem;
	}
	.p-price .detail h4 {
		margin: 3rem 0 1rem 0;
		font-size: 1.8rem;
	}
	.p-price .detail table {
		margin-top: 2rem;
		font-size: 1.4rem;
	}
	.p-price .detail table th,
	.p-price .detail table td {
		padding: 1rem 1rem;
	}
	.p-price .detail table th {
		border-right-width: 2px;
	}
	.p-price .detail table th br {
		display: block;
	}
	.p-price .foot {
		display: block;
		margin: 4.3rem 0 0 0;
	}
	.p-price .foot div {
		margin-bottom: 2rem;
		padding: 0;
	}
	.p-price .foot div:last-child {
		margin-bottom: 0;
	}
}

/* ----------------------------------------------------------------------------------------------------

instructor

---------------------------------------------------------------------------------------------------- */
.c-instructor {
	padding-bottom: 0;
}
.c-instructor .banner {
	margin: 0 auto;
  width: 88rem;
}
.c-instructor .banner .wrap {
	display: flex;
	justify-content: center;
	margin: 4.3rem -1.2rem 0 -1.2rem;
}
.c-instructor .banner .wrap > div {
	padding: 0 1.2rem;
	flex-basis: 50%;
}
.c-instructor .banner a {
	display: block;
	filter: drop-shadow(0 0 1.2rem rgba(41,41,41,0.2));
}
/* SP */
@media screen and (max-width: 768px) {
	.c-instructor .banner {
		width: auto;
	}
	.c-instructor .banner .wrap {
		display: block;
		margin: 4.3rem 0 0 0;
	}
	.c-instructor .banner .wrap > div {
		margin-bottom: 2rem;
		padding: 0;
	}
	.c-instructor .banner div:last-child {
		margin-bottom: 0;
	}
}

/* ----------------------------------------------------------------------------------------------------

schedule

---------------------------------------------------------------------------------------------------- */
.p-schedule {
	margin-bottom: 8.6rem;
}
.p-schedule .c-head {
	margin-bottom: 4rem;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-schedule {
		display: block;
		margin-bottom: 5rem;
	}
	.p-schedule .container {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/* ----------------------------------------------------------------------------------------------------

faq

---------------------------------------------------------------------------------------------------- */
.p-faq {
	margin-bottom: 8.6rem;
}
.p-faq .container {
	margin: 0 auto;
	width: 88rem;
}
.p-faq .head {
	margin-bottom: 4.4rem;
	text-align: center;
}
.p-faq .list {
	font-size: 1.5rem;
}
.p-faq .list .q {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1rem 4.7rem 1rem 8.6rem;
	min-height: 7.9rem;
	border-bottom: 1px solid #ebebeb;
}
.p-faq .list .q i {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);	
}
.p-faq .list .q i::before,
.p-faq .list .q i::after {
	content: "";
	background: var(--blue);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.p-faq .list .q i::before {
	width: 2rem;
	height: 0.2rem;
}
.p-faq .list .q i::after {
	width: 0.2rem;
	height: 2rem;
	transition: all .3s;
}
.p-faq .list .q.open i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq .list .a {
	overflow: hidden;
	background-color: #f2f2f2;
}
.p-faq .list .a .inner {
	position: relative;
	padding: 2.5rem 4.7rem 2.5rem 8.6rem;
}
.p-faq .list .a a {
	text-decoration: underline;
}
.p-faq .list .q::before,
.p-faq .list .a .inner::before {
	position: absolute;
	left: 2.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.2em;
	width: 4.3rem;
	height: 4.3rem;
	border: 1px solid #f7bb9e;
	border-radius: 50%;
	font-size: 2rem;
	line-height: 1;
	box-sizing: border-box;
}
.p-faq .list .q::before {
	content: 'Q';
	top: 50%;
	transform: translateY(-50%);
	background-color: #f7bb9e;
}
.p-faq .list .a .inner::before {
	content: 'A';
	top: 1.7rem;
	background-color: #fff;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-faq {
		display: block;
		margin-bottom: 5rem;
	}
	.p-faq .container {
		padding: 0 2rem;
		width: auto;
	}
	.p-faq .head {
		margin-bottom: 3rem;
	}
	.p-faq .list .q {
		padding: 1rem 3rem 1rem 6rem;
		min-height: 7.9rem;
	}
	.p-faq .list .q::after {
		font-size: 4rem;
	}
	.p-faq .list .a .inner {
		padding: 2.5rem 2rem 2.5rem 6rem;
	}
	.p-faq .list .q::before,
	.p-faq .list .a .inner::before {
		left: 1rem;
		width: 3.8rem;
		height: 3.8rem;
		font-size: 2rem;
	}
	.p-faq .list .a .inner::before {
		top: 1.7rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

faq

---------------------------------------------------------------------------------------------------- */
.p-contact {
	margin: 8.6rem 0;
}
.p-contact .container {
	margin: 0 auto;
	width: 74rem;
}
.p-contact .store {
	display: flex;
	justify-content: center;
}
.p-contact .store li {
	padding: 0 1.2rem;
  flex-basis: 50%;
}
.p-contact .store a {
	display: block;
	filter: drop-shadow(0 0 1.2rem rgba(41,41,41,0.2));
}
/* SP */
@media screen and (max-width: 768px) {
	.p-contact {
		margin: 5rem 0 5rem 0;
	}
	.p-contact .container {
		padding: 0 2rem;
		width: auto;
	}
	.p-contact .store {
		display: block;
	}
	.p-contact .store li {
		margin-bottom: 2rem;
		padding: 0;
	}
	.p-contact .store li:last-child {
		margin-bottom: 0;
	}
}