@charset "utf-8";

/*-------------------------------------------------------
	store.css
--------------------------------------------------------*/
/*mainTtl*/
.mainTtl {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #eb50a0;
	line-height: 1;
}
.mainTtl .inner {
	padding: 0.7rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
main.bg .mainTtl h1 {
	font-size: 3rem;
}
.mainTtl p:nth-child(2) {
	margin: 0 4rem;
	width: 6rem;
}
.mainTtl p:nth-child(3) {
	font-size: 4rem;
	line-height: 1.1;
}
@media (max-width: 768px) {
	.mainTtl .inner {
		padding: 2rem;
	}
	.mainTtl p:nth-child(3) {
		font-size: 3rem;
	}
}

/*storeTtl*/
.storeTtl .inner {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.storeTtl h2 {
	font-size: 5rem;
	line-height: 1.2;
	text-align: center;
}
.storeTtl h2 span {
	background: linear-gradient(transparent 75%, #fff33f 75%);
}
@media (max-width: 768px) {
}

/*listBlock*/
.listBlock {
	background: #f9d0e6;
}
.listBlock .inner {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media (max-width: 768px) {
	.listBlock .inner {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

/*list*/
.list {
	padding: 4rem;
	background: #fff;
	border-radius: 2rem;
	font-size: 1.6rem;
}
.list > div + div {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #000;
}
.list .name {
	font-weight: bold;
	line-height: 1.2;
}
.list .tel {
	margin-top: 1rem;
}
.list .tel + .tel {
	text-indent: 3em;
}
@media (max-width: 768px) {
	.list {
		padding: 3rem;
		font-size: 3rem;
	}
	.list > div + div {
		margin-top: 3rem;
		padding-top: 3rem;
	}
}

/*allstore*/
.allstore {
	margin-top: 4rem;
	padding: 3rem;
	background: #fff;
	border-radius: 2rem;
	line-height: 1.55;
}
.allstore .ttl {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
.allstore .ttl span {
	background: linear-gradient(transparent 75%, #fff33f 75%);
}
.allstore .txt {
	margin-top: 2rem;
	font-size: 1.8rem;
}
.allstore .txt p:first-child {
	margin-bottom: 1rem;
	font-weight: bold;
}
@media (max-width: 768px) {
	.allstore {
		margin-top: 3rem;
		padding: 3rem 4rem;
	}
	.allstore .ttl {
		font-size: 3rem;
	}
	.allstore .txt {
		font-size: 2.8rem;
	}
	.allstore .txt p:first-child {
		margin-bottom: 2rem;
		font-size: 3rem;
	}
}

/*storeBlock*/
.storeBlock {
	background: #f9d0e6;
	color: #ed1282;
	text-align: center;
	line-height: 1.42;
}
.storeBlock .store {
	padding: 2.5rem 0 5rem;
}
.storeBlock .ttl {
	font-size: 3.5rem;
}
.storeBlock .storeList {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1.4rem 2%;
}
.storeBlock .storeList li {
	width: 23.5%;
	font-size: 2.2rem;
	line-height: 1.4;
}
.storeBlock .storeList li.shinjuku,
.storeBlock .storeList li.jr {
	font-size: 1.8rem;
	line-height: 1.2;
}
.storeBlock .storeList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	padding: 2.4rem;
	background: #fff;
	color: #ed1282;
	text-decoration: none;
	position: relative;
}
.storeBlock .storeList li.shinjuku a,
.storeBlock .storeList li.jr a {
	padding: 1.5rem 2.4rem;
}
.storeBlock .storeList li a::after {
	display: block;
	content: "";
	width: 2rem;
	height: 2rem;
	border-right: solid 1px #ed1282;
	border-bottom: solid 1px #ed1282;
	position: absolute;
	top: calc(50% - 1rem);
	right: 1.3rem;
	transform: rotate(-45deg);
}
@media (max-width: 768px) {
	.storeBlock .store {
		padding: 4.8rem 0;
	}
	.storeBlock .ttl {
		font-size: 4.8rem;
	}
	.storeBlock .storeList {
		margin-top: 1.6rem;
		justify-content: space-between;
		gap: 2rem 2%;
	}
	.storeBlock .storeList li {
		width: 49%;
		font-size: 3.2rem;
	}
	.storeBlock .storeList li.shinjuku,
	.storeBlock .storeList li.jr {
		font-size: 2.4rem;
	}
	.storeBlock .storeList li a {
		padding: 2.5rem 1rem;
	}
	.storeBlock .storeList li a::after {
		top: calc(50% - 1.4rem);
		width: 2.8rem;
		height: 2.8rem;
	}
}

/*btnBlock*/
.btnBlock {
	margin: 5rem 0;
	text-align: center;
}
.btnBlock .btn {
	margin: 0 auto;
	width: 77%;
}
.btnBlock .btn a {
	display: block;
	padding: 1.3rem;
	background: #fff;
	border: solid 1px #000;
	border-radius: 2rem;
	font-size: 2.8rem;
	color: #333;
	line-height: 1.3;
	text-decoration: none;
	position: relative;
}
.btnBlock .btn a::after {
	display: block;
	content: '';
	width: 3rem;
	height: 3rem;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	position: absolute;
	top: calc(50% - 1.5rem);
	right: 4.5rem;
	transform: rotate(-45deg);
}
.btnBlock .btn + p {
	margin-top: 4.5rem;
	font-size: 2.8rem;
	line-height: 1.3;
}
.btnBlock .btnStore {
	margin: 2.5rem auto 0;
	width: 50%;
}
.btnBlock .btnStore a {
	display: block;
	padding: 2rem 5rem 2rem 2rem;
	background: #ed1282;
	border-radius: 2rem;
	font-size: 3rem;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
	position: relative;
}
.btnBlock .btnStore a::after {
	display: block;
	content: '';
	width: 2.6rem;
	height: 2.6rem;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: calc(50% - 1.3rem);
	right: 2.5rem;
	transform: rotate(-45deg);
}
.btnBlock .btnStore a.sp {
	display: none;
}
.btnBlock .btnTop {
	margin: 2.5rem auto 0;
	width: 50%;
}
.btnBlock .btnTop a {
	display: block;
	padding: 2rem;
	background: #ed1282;
	border-radius: 2rem;
	font-size: 3rem;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
	position: relative;
}
.btnBlock .btnTop a::after {
	display: block;
	content: '';
	width: 2.6rem;
	height: 2.6rem;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: calc(50% - 1.3rem);
	left: 2.5rem;
	transform: rotate(45deg);
}
@media (max-width: 768px) {
	.btnBlock {
		margin: 3rem 0;
	}
	.btnBlock .btn {
		width: 100%;
	}
	.btnBlock .btn a {
		padding: 2.2rem 4.8rem;
		font-size: 4.8rem;
	}
	.btnBlock .btn a::after {
		border-right: solid 1px #333;
		border-bottom: solid 1px #333;
		right: 3.5rem;
	}
	.btnBlock .btn + p {
		margin-top: 3rem;
		font-size: 3rem;
	}
	.btnBlock .btnStore {
		margin: 3rem auto 0;
		width: 78%;
	}
	.btnBlock .btnStore a {
		padding: 3rem 4rem 3rem 2rem;
		font-size: 3.2rem;
	}
	.btnBlock .btnStore a::after {
		right: 2rem;
	}
	.btnBlock .btnStore a.sp {
		display: block;
	}
	.btnBlock .btnStore a.pc {
		display: none;
	}
	.btnBlock .btnTop {
		margin: 3rem auto 0;
		width: 68.7%;
	}
	.btnBlock .btnTop a {
		padding: 3.2rem 2.2rem 3.2rem 4.2rem;
		font-size: 3.2rem;
	}
	.btnBlock .btnTop a::after {
		left: 3.5rem;
	}
}
