@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#appointment .bg_gray::after {
	content: "RESERVATION";
	position: absolute;
	right: calc(((100vw - 100%) / 2) * -1);
	top: -35px;
	color: #fff;
	font-size: 85px;
	font-family: var(--font-com);
}
#appointment .bg_gray .grid {
	margin-top: 50px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 350px);
}
#appointment .bg_gray .grid a {
	display: block;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
	padding: 30px 40px 20px;
	color: #333;
	position: relative;
}
#appointment .bg_gray .grid a::before {
	content: "";
	background: url("../img/top/arrow01.png") no-repeat bottom right/100%;
	width: 43px;
	height: 43px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#appointment .bg_gray .grid a .ico {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 101px;
	margin-bottom: 20px;
}
#appointment .bg_gray .grid a .txt {
	line-height: 1.4;
}
#appointment .list dl:not(:last-of-type) {
	margin-bottom: 60px;
}
#appointment .list dl dt {
	display: flex;
	align-items: center;
	font-size: 40px;
	margin-bottom: 30px;
}
#appointment .list dl dt .maru {
	width: 88px;
	height: 88px;
	background: #f9f4a7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	border-radius: 50%;
}
#appointment .list dl dt .fs {
	font-size: 24px;
}
#appointment .list dl dd {
	background: #f7f7f7;
	border-radius: 25px;
	padding: 40px 30px;
	position: relative;
}
#appointment .list dl dd.line {
	padding-bottom: 100px;
}
#appointment .list dl dd a {
	text-decoration: underline;
	color: #00c4cc;
}
#appointment .list dl dd .qr {
	position: absolute;
	right: 30px;
	top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
#appointment .list dl dd .btn01 {
	margin-bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -36px;
}
#appointment .list dl dd .btn01 a {
	color: #333;
	text-decoration: none;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#appointment .bg_gray::after {
		font-size: 50px;
		top: -21px;
	}
	#appointment .bg_gray .grid {
		grid-template-columns: repeat(3, 32%);
	}
	#appointment .bg_gray .grid a {
		padding: 30px 20px 20px;
	}
	#appointment .list dl:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#appointment .list dl dt {
		font-size: 22px;
		line-height: 1;
		margin-bottom: 20px;
		display: block;
		position: relative;
		min-height: 52px;
		padding-left: 70px;
		padding-top: 18px;
	}
	#appointment .list dl dt .maru {
		transform: scale(0.6);
		margin-right: 0;
		position: absolute;
		top: -15px;
		left: -10px;
	}
	#appointment .list dl dt .fs {
		font-size: 16px;
	}
	#appointment .list dl dd {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#appointment .bg_gray::after {
		font-size: 40px;
		top: -18px;
	}
	#appointment .bg_gray .grid {
		display: flex;
		flex-wrap: wrap;
	}
	#appointment .bg_gray .grid a {
		width: 48%;
		padding: 15px 5px 25px;
	}
	#appointment .bg_gray .grid a::before {
		width: 38px;
		height: 38px;
	}
	#appointment .bg_gray .grid a:last-of-type {
		margin: 20px auto 0;
	}
	#appointment .bg_gray .grid a .ico {
		height: 60px;
	}
	#appointment .bg_gray .grid a .ico img {
		transform: scale(0.7);
	}
	#appointment .list dl dd.line {
		padding-bottom: 70px;
	}
	#appointment .list dl dd .qr {
		position: relative;
		width: 200px;
		margin: 20px auto 0;
		right: auto;
		top: auto;
	}
}