@charset "utf-8";

html {
	font-size: 10px;
}
@media screen and (max-width: 1040px) {
	html {
		font-size: 0.961538462vw;
	}
}
body {
	font-size: 2.4rem;
	font-family: "Noto Sans CJK JP", sans-serif;
}

img {
	max-width: 100%;
}

a {
	color: #000;
}

.inner {
	width: 100%;
	max-width: 81.4rem;
	margin: 0 auto;
}

/* nav {
	padding: 3rem 0 1.8rem;
} */
nav .logo img {
	width: 23rem;
}

header {
	text-align: center;
}
header h1 {
	margin-bottom: 6rem;
}

section + section,
section + .details {
	margin-top: 4rem;
}

.heading {
	text-align: center;
	margin-bottom: 3.4rem;
}
.heading p + p {
	margin-top: 1em;
}
.heading .large {
	font-size: 4rem;
	font-weight: bold;
}
.menuInfo {
	border: 0.1rem solid #000;
	padding: 2rem 2rem 3.5rem;
}
.menuInfo .menuInfoTtl {
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
}
.menuInfo .menuInfoTxt {
	margin-top: 2rem;
	line-height: 1.75;
}
.menuInfo ul {
	margin-top: 4rem;
}
.menuInfo ul li > ul {
	margin-top: 0;
}
.menuInfo ul li > ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.menuInfo ul li p {
	margin-top: 1.5rem;
}
.menuInfo ul li.note {
	margin-top: 1.5rem;;
}
.menuInfo .btn {
	text-align: center;
}
.menuInfo .btn a {
	display: inline-block;
	margin-top: 2rem;
	background-color: red;
	color: #fff;
	text-decoration: none;
	padding: 1rem 5rem;
	position: relative;
}
.menuInfo .btn a::after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-top: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.75rem);
	right: 2rem;
}
.menuInfo .infoPrice tr th,
.menuInfo .infoPrice tr td {
	border: none !important;
	background: none !important;
	color: #000 !important;
	font-size: 2.4rem;
	font-weight: normal;
	padding: 0.5rem 0 0;
}
.menuInfo .infoPrice tr:first-child th:first-child {
	padding: 1rem 0 1.5rem;
}
.menuInfo .infoPrice tr th:first-child {
	width: 50%;
}
.menuInfo .infoPrice tr th:nth-child(2),
.menuInfo .infoPrice tr th:nth-child(3) {
	width: 25%;
}
.menuInfo .infoPrice tr .infoPriceBorder {
	padding: 2rem 0 0.5rem;
	text-align: center;
}
.menuInfo .infoPrice tr .infoPriceBorder span {
	border: 1px solid #000;
	padding: 0.4rem 1.2rem;
	font-size: 2rem;
	line-height: 1;
	display: inline-block;
}
.menuInfo .infoPrice .infoPriceContent th {
	padding-left: 1.5em;
}
.menuInfo .infoPrice .infoPriceContent th::before {
	content: "〇";
}
.menuInfo .infoPrice .infoPriceContent td {
	text-align: center;
}
.menuInfo .infoPrice .infoPriceContent td + td {
	position: relative;
}
.menuInfo .infoPrice .infoPriceContent td + td::before {
	content: "⇒";
	position: absolute;
	left: -0.5em;
}
.menuInfo .infoPriceNote {
	font-size: 1.6rem;
	text-align: right;
	padding-right: 2em;
	margin-top: 1rem;
}
.menuInfo .list {
	margin-top: 3rem;
}
.menuInfo .list li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 2rem;
	line-height: 2;
}

table tr th,
table tr td {
	padding: 1.2rem;
	border: 1px solid #000;
}

table tr th:nth-child(2),
table tr td:nth-child(2),
table tr th:nth-child(3),
table tr td:nth-child(3),
table tr th:nth-child(4),
table tr td:nth-child(4) {
	width: 23rem;
}
table tr:not(:first-child) td:nth-child(2),
table tr:not(:first-child) th:nth-child(2),
table tr:not(:first-child) th:nth-child(3),
table tr:not(:first-child) td:nth-child(3),
table tr:not(:first-child) th:nth-child(4),
table tr:not(:first-child) td:nth-child(4) {
	vertical-align: top;
}
table tr:not(:first-child) td:nth-child(2).notTop {
	vertical-align: middle;
}
table tr th:first-child {
	background: #000;
	color: #fff;
	width: 12rem;
	font-size: 2rem;
}
table tr:not(:last-child) th:first-child {
    border-bottom-color: #fff;
}
table tr:first-child th:nth-child(2) {
	background: #D9DCE1;
}
table tr:first-child th:nth-child(3),
table tr:first-child th:nth-child(4) {
	background: #DFCA61;
}

table td .reserve {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
table td .reserve .text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* height: 9rem; */
	margin-top: 1.5rem;
	background: #DFCA61;
	font-weight: bold;
	text-align: center;
}
table td .reserve .text + p {
	margin-top: 1rem;
}
table td .reserve .btn {
	margin-top: 1rem;
	display: block;
	width: 100%;
	/* height: 9.6rem; */
	font-size: 2.3rem;
	font-weight: bold;
	color: #c9a746;
}
table td .reserve .btn a {
	display: inline-block;
	width: 14.2rem;
}
/* table td .reserve::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 3rem 6.8rem 0 6.8rem;
	border-color: #DFCA61 transparent transparent transparent;
} */
/* table td:nth-child(2) .reserve .text {
	background: #D9DCE1;
} */
/* table td:nth-child(2) .reserve::before {
	border-color: #D9DCE1 transparent transparent transparent;
} */
/* table td:nth-child(3) .reserve p {
	color: #C9A746;
	font-weight: bold;
} */
table td .reserve p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* height: 9.6rem; */
	font-size: 2rem;
}
table td .reserve p.mgt {
	margin-top: 1.5rem;
}

table tr.centered td {
	font-size: 2rem;
	text-align: center;
}
table tr.centered td .bold {
	font-size: 2.6rem;
	font-weight: bold;
}
table tr:nth-child(4) td {
	vertical-align: middle !important;
	font-size: 2rem;
}
section .content {
	margin-top: 3.4rem;
}

section .content.base {
	margin-top: 0;
}

section .content.base table th:first-child {
	border-top-color: #fff;
}

section .content .notice {
	font-size: 2rem;
	margin-top: .8em;
}

section .fullWidth {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12rem;
	color: #fff;
	background: #C9A746;
	font-weight: bold;
	font-size: 4.2rem;
}

section.price h3 {
	margin-top: 3rem;
	padding: 1rem;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	background: #000;
	text-align: center;
}

section.price .leadBox {
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

section.price .leadBox .txt {
	width: 60rem;
}

section.price .leadBox .txt span {
	font-weight: bold;
}

section.price .leadBox .card {
	padding: 2rem 0;
	width: 18rem;
	border: solid 1px #DFCA61;
	border-radius: 2rem;
	box-shadow: 0.5rem 0.6rem 0px 0px rgba(223,202,97,1);
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

section.price .subscription {
	margin-top: 3rem;
	padding: 3rem;
	border: solid 1px #000;
	border-radius: 1rem;
}

section.price .subscription dt {
	text-align: center;
}

section.price .subscription dt span {
	font-size: 3rem;
	font-weight: bold;
}

section.price .subscription dd p {
	margin-top: 2rem;
}

section.price .subscription dd p:first-child {
	text-align: center;
}
section.price .subscription dd p:first-child span {
	border-bottom: solid 1px #000;
}

section.shops {
	background: #F9F4DF;
}
section.shops ul {
	padding: 4.2rem 0;
}
section.shops ul > li {
	background: #fff;
	border-radius: 2rem;
	padding: 3.4rem 4rem;
}
section.shops ul > li + li {
	margin-top: 2.4rem;
}
section.shops ul > li h3 {
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
}
section.shops ul > li .time h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #C9A746;
	color: #fff;
	margin: 2.4rem 0 1rem;
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}
section.shops ul > li .time p {
	line-height: 1.8;
}

section.notice {
	margin-top: 0;
}
section.notice .inner {
	padding-top: 4rem;
	line-height: 1.8;
}
section.notice ul > li {
	padding-left: 1em;
	text-indent: -1em;
}
section.notice .reserveButton {
	width: 46rem;
	margin: 3.4rem auto 0;
}

footer {
	padding: 3.5rem 0;
	text-align: center;
}
footer .pageTop {
	width: 7.5rem;
	margin: 0 auto 3.4rem;
}
footer .copyright {
	font-size: 1.2rem;
}

.red {
	color: red;
}

.fwB {
	font-weight: bold;
}

a {
	opacity: 1;
	transition: all 0.2s;
}

a:hover {
	opacity: 0.6;
}

.tks-theme-com-simple-page__header {
	font-size: 2.4rem;
	box-sizing: border-box;
}

.tks-theme-com-simple-page__header a {
	line-height: 1;
}

.tks-theme-com-simple-page__footer-pagetop a {
	color: #000;
}

.bnrArea {
	background: url(/base/pc/store/special/shoeshinecounter/img/bnr.png) no-repeat;
	background-size: contain;
	min-height: 21.5rem;
	position: relative;
	margin: 4rem auto 4rem;
}

.bnrArea:hover {
	opacity: 0.7;
}
.bnrArea a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	padding-top: 10%;
	padding-bottom: 3%;
}
.bnrArea a:hover {
	opacity: 1;
}
.bnrArea a p.up {
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
}
.bnrArea a p.up span {
	font-size: 1.3rem;
	display: block;
}
.bnrArea a p.low {
	font-size: 2.2rem;
	text-align: center;
	margin-top: 2%;
}
@media screen and (max-width: 480px) {
	.bnrArea {
		min-height: 10%;
		margin: 4rem auto 4rem;
	}
	.bnrArea a p.low {
		margin-top: 0;
		margin-bottom: 2%;
	}
}

/*=====menu=====*/
/*newTable*/
.newTable tr th:nth-child(2),
.newTable tr td:nth-child(2),
.newTable tr th:nth-child(3),
.newTable tr td:nth-child(3) {
	width: 34.5rem;	
}
.newTable tr:first-child th:nth-child(3) {
	background-color: #D12D26;
	color: #fff;
}
.content table.newTable tr:nth-child(4) td {
	vertical-align: top !important;
}
.newTable tr.big th, table tr.big td {
	padding: 2.5rem 1.2rem;
}
/*=====price=====*/
.menu .price {
	margin-top: 8rem;
}
/*topBtn*/
.details .topBtn {
	text-align: center;
}
.details .topBtn a {
	display: inline-block;
	margin-top: 2rem;
	text-decoration: none;
	border: 0.1rem solid #000;
	padding: 1rem 7rem;
	position: relative;
}
.details .topBtn a::after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-bottom: solid 0.2rem #000;
	border-left: solid 0.2rem #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.75rem);
	left: 3rem;
}