body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	text-align: justify;
}

h2 {
	font-size: 2.8em;
	text-align: center;
	padding: 2em 0 1.5em 0;
	color: #72584B;
}

.small_only {
	display: none;
}

/* ヘッダー */

#top .logo {
	padding: 30px;
}

#top .logo img {
	width: 300px;
}

#top nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top nav .connect {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top nav .connect li {
	margin: 0 .5em;
}

#top nav .connect img {
	width: 48px;
}

#top nav .connect .tel {
	font-size: 1.1em;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	background-color: #72584B;
	border-radius: .7em;
	padding: .5em .9em;
	margin: 0 0 0 2em;
	display: inline-block;
	text-align: center;
}

/* 見出し写真 */

.cover {
	height: 720px;
	overflow: hidden;
	position: relative;
}

.cover .bg {
	position:absolute;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: 1500ms;
}
.cover .bg1 {
	position:absolute;
	background-image: url(../img/cover_01.jpg);
	opacity: 1;
}
.cover .bg2 {
	position:absolute;
	background-image: url(../img/cover_02.jpg);
	opacity: 0;
}
.cover .bg3 {
	position:absolute;
	background-image: url(../img/cover_03.jpg);
	opacity: 0;
}

.cover .container {
	height: 100%;
	position: relative;
}

.cover h2 {
	position: absolute;
	color: #fff;
	right: 2em;
	bottom: 2em;
	font-weight: 300;
	font-size: 3em;
	text-shadow: #333 0 0 1px;
}

.concept {
	text-align: center;
	font-size: 3em;
	padding: 1.5em 0;
	color: #72584B;
}

/* 写真 */

.photos {
	background-color: #D7CECB;
}

.photos .container {
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.photos li {
	margin: 1em;
}

.photos img {
	border-radius: 2em;
	box-shadow: 0 0 2px #ccc;
}


/* ポイント */

#features h2 {
	border-bottom: 1px solid #72584B;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.points {
	color: #72584B;
	text-align: center;
	padding: 1em;
}

.points h3 {
	font-size: 1.5em;
	font-weight: 400;
	height: 3.5em;
}

.points p {
	font-size: 1.2em;
}

.points img {
	height: 100px;
	margin: 1em 0;
}

.pickups {
	color: #72584B;
}

.pickup {
	border: 1px solid #ccc;
	border-radius: 2em;
	padding: 2em;
}

.pickup_head {
	display: flex;
	justify-content: space-between;
}

.pickup_head img,
.pickup_head h3 {
	width: 49%;
	border-radius: 2em;
}

.pickup_head h3 {
	padding: 3em .0em;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: right .2em top .2em;
	background-size: 2.5em;
}
.pickup_head h3:nth-child(1) {
	background-position: left .2em top .2em;
}

.pickup p {
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 2;
	padding: 0 2em 2em 2em;
}

.pickup_head h3 {
	font-size: 2em;
}

.pickup_head img {
	border-radius: 2em;
}

.pickups {
	color: #72584B;
}

.pickups {
	color: #72584B;
}

/* ご利用の流れ */

#flow .caution {
	border: 1px solid #72584B;
	width: 80%;
	padding: 2em;
	margin: 0 auto;
	font-size: 1.2em;
	color: #72584B;
	font-weight: 800;
	border-radius: 2em;
}

#flow .caution ul {
	margin: 1em;
}

#flow .caution h3 {
	text-align: center;
	font-size: 1.8em;
}

#flow .step h3 {
	font-size: 2.5em;
	color: #72584B;
	position: relative;
}

#flow h3 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border: 1px solid #72584B;
	padding: 0em .5em;
	font-size: 90%;
	font-weight: 300;
}

#flow .step {
	text-align: center;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	padding: 3em 0;
	margin-bottom: 3em;
}

#flow .step:last-child {
	background-image: url(../img/arrow2.png);
}

#flow .step img {
	width: 70%;
	margin: 1em 0 3em 0;
}

/* 料金プラン */
#plan h2 {
	border-bottom: 1px solid #72584B;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

#plan .first {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#plan .first .h {
	width: 45%;
}

#plan .first h3 {
	font-size: 4em;
	text-align: center;
	background-color: #72584B;
	color: #fff;
	border-radius: 2em;
	line-height: 1.2;
	padding: .5em 0;
	font-weight: 400;
	position: relative;
	margin-right: 2em;
}

#plan .first h3::after {
	content: "▶";
	position: absolute;
	right: -1.2em;
	top: Calc(50% - .6em);
	color: #aaa;
	font-size: 1.5em;
}

#plan .first dl {
	font-size: 2em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1;
	width: 55%;
	gap: 1em 0;
}

#plan .first dt {
	font-weight: 400;
	margin-left: 10%;
	width: 30%;
	font-size: 1em;
}

#plan .first dt::after {
	content: "▶";
	color: #aaa;
	margin-left: 1em;
	font-size: 1.2em;
}

#plan .first dd {
	font-weight: 800;
	font-size: 2.5em;
}

#plan .second h3 {
	background-image: url(../img/plan_second.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	text-align: center;
	margin: 1em 0;
	padding: 1em 0;
	font-size: 2.5em;
	line-height: 1.1;
}

#plan .second h3 span {
	display: block;
	font-size: 5em;
}

#plan .second .courses {
	background-color: #ddd;
	padding: 3em 8em;
}

#plan .second .course {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2em;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 1.5em 0;
}

#plan .second .course h4 {
	width: 25%;
	text-align: center;
	background-color: #72584B;
	color: #fff;
	font-size: 2em;
	line-height: 1.2;
	padding: .5em 0;
}

#plan .second .course h4 span {
	display: block;
	font-size: 60%;
	font-weight: 400;
}

#plan .second .course .normal {
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2;
	position: relative;
	padding-right: .2em;
	margin-right: .5em;
}

#plan .second .course .normal::after {
	content: "▶";
	color: #aaa;
	position: absolute;
	right: -1em;
	top: Calc(50% - .6em);
	font-size: 2em;
}

#plan .second .course .normal span {
	display: block;
	font-size: 1.5em;
}


#plan .second .course .special {
	color: #b00;
	font-size: 3em;
	font-weight: 800;
	width: 40%;
}



/* よくある質問 */

#faq h3 {
	background-color: #72584B;
	color: #fff;
	font-size: 1.8em;
	border-radius: 4rem;
	padding: .5em 1em .5em .5em;
	font-weight: 400;
	margin-bottom: 1em;
	transition: 300ms;
	cursor: pointer;
	display: flex;
	justify-content: left;
	align-items: center;
}
#faq h3:hover {
	opacity: .8;
}
#faq h3::before {
	content: "+";
	font-size: 1.5em;
	margin: 0 .5em;
	color: #c9b9b2;
	font-family: monospace;
}
#faq h3.open::before {
	content: "-";
}

#faq .answer {
	border: 1px solid #ccc;
	color: #72584B;
	border-radius: 1em;
	font-size: 1.3em;
	padding: 1em 2em;
	margin: 0em 0 4em 0;
	line-height: 2;
	overflow: hidden;
}

#faq ul {
	margin: 1em;
	padding: 0 1em;
}

/* サロン概要 */

#about table {
	border-collapse: separate;
	border-spacing: 0 8px;
	margin: 1em auto;
	width: 90%;
	max-width: 800px;
	font-size: 1.2em;
}

#about tr {
	margin: 1em;
}

#about th,
#about td {
	padding: 1em;
	border: 1px solid #72584B;
}

#about th {
	background-color: #72584B;
	text-align: center;
	color: #fff;
	width: 30%;
	font-weight: 400;
}

#about .map {
	margin: 1em auto;
	width: 90%;
	max-width: 800px;
	border: 1px solid #ccc;
}

/* フッター */

footer.global {
	margin-top: 5em;
	background-color: #72584B;
	color: #fff;
	text-align: center;
	font-size: .9em;
	padding: 2em 0;
}

#totop {
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	background-color: #72584B;
	padding: .5em;
	border-radius: .5em;
	opacity: .7;
}

/* toggle */

.btn {
	text-align: center;
	display: block;
	padding: 3em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 200ms;
}
.btn:hover {
	opacity: .7;
}
	.btn img {
	width: 5em;
	transition: 400ms;
}
.btn span {
	font-size: 1.2em;
	margin-left: 1em;
}
.btn.open img {
	transform:rotate(180deg);	
} 

/* ***** モバイル対応等 ***** */

@media screen and (max-width:960px) {
	.pickup_head {
		display: initial;
	}

	.pickup_head img,
	.pickup_head h3 {
		width: 100%;
	}

	.pickup {
		padding: 1em .5em;
		background-size: 3em;
	}

	.pickup_head h3 {
		margin-top: 1em;
		text-align: center;
	}

	.pickup p {
		margin-top: 1em;
		padding: 1em;
	}

	#plan .first {
		display: initial;
	}

	#plan .first .h {
		width: 100%;
	}

	#plan .first h3 {
		font-size: 2em;
		padding: 0.5em 0;
		position: relative;
		margin-right: 0;
	}

	#plan .first h3::after {
		display: none;
	}

	#plan .first dl {
		font-size: 2em;
		display: initial;
		line-height: 1;
		width: 100%;
	}

	#plan .first dt {
		font-weight: 400;
		margin-left: 0;
		width: 100%;
		text-align: center;
		font-size: 1em;
		margin: 1em 0 .5em 0;
	}

	#plan .first dt::after {
		display: none;
	}

	#plan .first dd {
		font-size: 2em;
		text-align: center;
	}

	#plan .second h3 {
		text-align: center;
		margin: 1em 0 0 0;
		padding: 4em 0 0 0;
		font-size: 2em;
		line-height: 1.1;
	}

	#plan .second h3 span {
		font-size: 4em;
		padding: 4rem 1rem;
	}

	#plan .second .courses {
		padding: 0;
		background-color: #fff;
	}

	#plan .second .course {
		display: block;
		justify-content: space-between;
		align-items: center;
		font-size: 2em;
		border: none;
		margin: 0 0 .5em 0;
	}

	#plan .second .course h4 {
		width: 100%;
		font-size: 2em;
		line-height: 1.2;
		padding: 0.3em 0;
		margin: 0;
	}

	#plan .second .course .normal {
		width: 100%;
		font-size: 1em;
		line-height: 1.2;
		position: relative;
		padding-left: 0;
		margin-left: 0;
		padding-right: 0;
		margin-right: 0;
		padding-top: 1em;
		padding-bottom: .5em;
		background-color: #eee;
	}

	#plan .second .course .normal::after {
		content: "▼";
		display: block;
		position: absolute;
		left: Calc(50% - 1em);
		bottom: -1em;
    color: #aaa;
    top: auto;
    font-size: 2em;
		width: 2em;
	}

	#plan .second .course .special {
		font-size: 2.5em;
		width: 100%;
		text-align: center;
		background-color: #eee;
		padding: .5em 0 0 0;
	}

	#flow .step img {
		width: 90%;
	}
	#flow h3 span {
		position: relative;
		display: block;
		width: 5em;
		padding: 0em 0.5em;
		margin: 0 auto 1em auto;
	}

	.pickup_head h3 {
		padding: 0 3em 0 1em;
	}
	.pickup_head h3:nth-child(1) {
		padding: 0 1em 2em 4em;
	}
	
	.btn {
		text-align: center;
		display: block;
		padding: 3em 0 1.5em 0;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transition: 200ms;
	}
}

@media screen and (max-width:480px) {
	body {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 2em;
		padding: 2em 1em 1.5em 1em;
	}

	.small_only {
		display: initial;
	}

	.big_only {
		display: none;
	}

	#top nav {
		display: block !important;

	}

	#top nav .connect .tel {
		border-radius: 0.7em;
		padding: 0.5em 0.9em;
		margin-bottom: 1em;
	}

	.cover {
		background-position: center;
		background-size: cover;
		height: 240px;
	}

	.cover h2 {
		position: absolute;
		color: #fff;
		right: 1em;
		bottom: 0em;
		font-size: 2em;
	}

	.concept {
		font-size: 1.6em;
		padding: 3em 1em;
		font-weight: 400;
	}

	.photos .container {
		display: block !important;
	}

	.photos img {
		border-radius: 1.6em;
	}

	.point {
		margin: 2em 1em;
	}

	#flow .caution {
		width: 90%;
		padding: 1em;
	}

	#flow h3 {
		font-size: 2em !important;
	}

	.pickup_head h3 {
		font-size: 1.3em;
	}

	#faq h3 {
		font-size: 1.4em;
	}
}