
section h2 {
	position: relative;
}
section h2::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #dfceab;
}
section h2 {
}
section h2 img {
	position: relative;
	vertical-align: top;
}

section h3 {
	color: #313459;
	font-family: 'Shin Go Light';
}
#nailMenu h3 {
	color: #bf9c56;
	font-family: 'Shuei Mincho M';
}
#contactUs h3 {
	color: black;
}

@media all and (max-width: 640px) {
	section h3 {
		font-size: 1.2rem;
	}
	#contactUs h3 {
		font-size: 1rem;
	}
}
@media all and (min-width: 641px) {
	section h3 {
		font-size: 1.2rem;
	}
	#contactUs h3 {
		font-size: 1rem;
	}
}

/* ==================== タイトル  ====================*/

#title {
	position: relative;
	width: 100%;
	height: 20rem;
	background: no-repeat center center;
	background-size: cover;
}

#title h1 {
	position: absolute;
	top: 50%;
	margin: 0;
	color: white;
	font-family: 'Shuei Mincho M';
	letter-spacing: 0.05em;
}
#title h1 small {
	display: block;
	letter-spacing: 0;
}

#lead p {
	margin: 1.5em auto;
	color: #ea8a9a;
	font-family: 'Shuei Mincho M';
	line-height: 1.4;
	letter-spacing: 0.1em;
}

@media all and (max-width: 640px) {
	#title {
		background-image: url(/src/images/aura_beauty/head_image_sp.jpg);
	}
	#title h1 {
		left: 1.1rem;
		width: 5em;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		font-size: 2.8rem;
		line-height: 0.95;
		text-align: left;
	}
	#title h1 small {
		margin-top: 0.5em;
		font-size: 1rem;
	}
	#lead {
		font-size: 1.1rem;
	}
}


@media all and (min-width: 641px) {
	#title {
		background-image: url(/src/images/aura_beauty/head_image_pc.jpg);
	}
	#title h1 {
		left: 50%;
		-webkit-transform: translate(-24rem, -50%);
		transform: translate(-24rem, -50%);
		font-size: 3.2rem;
		line-height: 1;
	}
	#title h1 small {
		font-size: 1.2rem;
	}
	#lead {
		font-size: 1.4rem;
	}
}

/* ==================== エステ  ====================*/

#esthe h3 strong {
	border: 1px solid #313459;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5em;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#esthe .body > div:nth-of-type(1) h3 strong {
	background: #313459;
	color: white;
}
#esthe .body h3 {
	margin: 0;
	text-align: center;
}
#esthe .body p {
	text-align: left;
}

.ticket {
	margin: 2rem auto;
}
.ticket ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ticket li {
	display: inline-block;
}
.ticket li img {
	vertical-align: bottom;
}

@media all and (max-width: 640px) {
	#esthe .body {
		padding: 0 1rem;
	}
	#esthe .body > div {
		position: relative;
		padding-top: 4em;
	}
	#esthe .body > div:nth-of-type(1) {
		padding-bottom: 1rem;
		border-bottom: 1px solid #ccc;
		margin-bottom: 2rem;
	}
	#esthe .body h3 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	.ticket {
		width: 80%;
	}
	.ticket li:nth-of-type(n+2) {
		margin-top: 1rem;
	}
}

@media all and (min-width: 641px) {
	#esthe .body {
		width: 41rem;
		margin: -1rem auto 0;
	}

	#esthe .body > div {
		position: relative;
	}
	#esthe .body .text {
		position: absolute;
		top: 50%;
		width: 21rem;
		transform: translateY(-50%);
	}

	#esthe .body > div:nth-of-type(1) {
		text-align: left;
	}
	#esthe .body > div:nth-of-type(1) .text {
		right: 4.5rem;
	}
	#esthe .body > div:nth-of-type(2) {
		text-align: right;
		margin-top: -1rem;
	}
	#esthe .body > div:nth-of-type(2) .text {
		left: 4.5rem;
	}

	.ticket {
		width: 45rem;
	}
	.ticket li {
		width: 47%;
		margin: 1%;
	}
}

/* ==================== ネイル  ====================*/

#nail p {
	text-align: left;
}

#nailMenu table {
	display: inline-table;
	border-collapse: collapse;
	text-align: left;
}
#nailMenu th,
#nailMenu td {
	border: solid #dfceab;
	border-width: 1px 0;
	padding: 1em;
	font-weight: normal;
}
#nailMenu td:nth-of-type(3) {
	text-align: right;
}
#nailMenu h3 {
	margin: 0 auto 0.5em;
}



@media all and (max-width: 640px) {
	#nail .body {
		position: relative;
		padding: 3rem 1rem 0;
	}
	#nail .body h3 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0;
	}
	#nailMenu {
		margin-top: 2rem;
	}
}

@media all and (min-width: 641px) {
	#nail .body {
		position: relative;
		width: 43.7rem;
		margin: -1rem auto 0;
	}
	#nail .body .text {
		position: absolute;
		left: 0;
		top: 50%;
		width: 27.2rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#nail .body .image {
		text-align: right;
	}
}

/* ==================== その他  ====================*/

#other .body {
	display: table;
	border-spacing: 1px 0;
	margin: 0 auto;
	background: #ccc;
}
#other .body > div {
	display: table-cell;
	vertical-align: top;
	padding: 0 1.5em;
	background: white;
}
#other .body h4 {
}
#other .body p {
	text-align: left;
	line-height: 1.4;
}

@media all and (max-width: 640px) {
	#other .body {
		table-layout: fixed;
		width: 23rem;
	}
}

@media all and (min-width: 641px) {
	#other .body > div {
		width: 10.5rem;
	}
}

/* ==================== お問い合わせ  ====================*/

#contactUs {
	border-top: 1px solid #dfceab;
}

#contactUs .tel {
	display: grid;
	width: max-content;
	margin: 4em auto 0;
}
#contactUs .tel > div {
	display: grid;
	grid-gap: 0.5em;
}

@media (max-width: 640px) {
	#contactUs .tel {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1em;
	}
}

@media (min-width: 641px) {
	#contactUs .tel {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 2em 3em;
	}
}


#contactUs dl {
	position: relative;
	padding: 0;
}
#contactUs dt {
	font-family: 'Shin Go Light';
}
#contactUs dd {
	margin: 0;
}

@media all and (max-width: 640px) {
	#contactUs {
		margin-top: 3rem;
		padding-top: 2rem;
	}
	#contactUs h3 {
		margin: 0 1rem;
		text-align: left;
	}
	#contactUs dl {
		width: 23rem;
		margin: 1.5rem auto 0;
	}
	#contactUs dt,
	#contactUs dd {
		display: inline-block;
		box-sizing: border-box;
		width: 50%;
		padding: 1%;
		font-size: 95%;
	}
	#contactUs dt {
		padding-bottom: 5em;
	}
	#contactUs dd {
		position: absolute;
		transform: translate(-100%, 2em);
	}
	#contactUs h3 br {
		display: none;
	}
}

@media all and (min-width: 641px) {
	#contactUs {
		margin-top: 3rem;
		padding-top: 2rem;
	}
	#contactUs dl {
		display: table;
		width: 47.5rem;
		margin: 4rem auto 1rem;
	}
	#contactUs dt,
	#contactUs dd {
		display: table-cell;
		width: 25%;
		font-size: 110%;
	}
	#contactUs dt {
		position: absolute;
		-webkit-transform: translateY(-2em);
		transform: translateY(-2em);
	}
}