@charset "UTF-8";
/* CSS Document */
#beauty-m{
	position: relative;
	height: auto;/* 800px */
	background-image: url("../img/beauty/beauty-m-img.jpg");
	background-size: cover;
}
#beauty-m::after{
	content: '';
	display: block;
	padding-top: 50%;
}
/*-----------------*/
.beauty-box1{
	position: relative;
	height: auto;/* 700px */
}
.beauty-box1::after{
	content: '';
	display: block;
	padding-top: 43.7%;
}
.beauty-img1{
	position: absolute;
	display: block;
	width: 42.5%;/* 680px */
	height: auto;/* 480px */
	top: 20%;/* 140px */
	left: 4.3%;/* 70px */
	border-radius: 15px;
}
.beauty-mark1{
	position: absolute;
	display: block;
	width: 43.7%;/* 700px */
	top: 20%;/* 140px */
	right: 4.3%;/* 70px */
}
/*-----------------*/
.beauty-box2{
	position: relative;
	height: auto;/* 700px */
}
.beauty-box2::after{
	content: '';
	display: block;
	padding-top: 43.7%;
}
.beauty-img2{
	position: absolute;
	display: block;
	width: 42.5%;/* 680px */
	height: autox;/* 480px */
	top: 14.2%;/* 100px */
	right: 4.3%;/* 70px */
	border-radius: 15px;
}
.beauty-mark2{
	position: absolute;
	display: block;
	width: 43.7%;/* 700px */
	top: 14.2%;/* 100px */
	left: 4.3%;/* 70px */
}
/*-----------------*/
.beauty-box3{
	position: relative;
	padding: 9.3% 0;/* 150px 0*/
	background-color: #f8f4e6;
}
.beauty-title{
	width: 59.4%;/* 950px */
	margin: auto;
	background: #E383B0;
	background: linear-gradient(315deg,rgba(227, 131, 176, 1) 44%, rgba(246, 225, 166, 1) 90%);
	padding: 15px 30px;/* 15px 30px */
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 26px;/* 262px*/
	line-height: 1.5;
}
/*------------  料金テーブル　----*/
.beauty-table{
	width: 56.2%;/* 900px */
	margin: 50px auto;/* 50px auto*/
	border-collapse: collapse;
}
.beauty-table tr{
	border-bottom: 1px dotted #C9C9C9;
	line-height: 2;
}
.beauty-table tr th{
	width: 22%;/* 200px */
	padding: 15px;
	vertical-align: middle;
	font-weight: normal;
}
.beauty-table tr td{
	padding: 15px;
}
/*-----*/
.menu-list{
	width: 100%;
	list-style: none;
	margin: 20px auto;
}
.menu-list li{
	padding: 5px 0;
}
/*-----------------------------------  スマホバージョン　---------*/
@media screen and (max-width:770px) {
#beauty-m{
	position: relative;
	height: auto;/* 800px */
	background-image: url("../img/beauty/beauty-m-img-sp.jpg");
	background-size: cover;
}
#beauty-m::after{
	content: '';
	display: block;
	padding-top: 85vh;
}
/*-----------------*/
.beauty-box1{
	position: relative;
	height: auto;/* 700px */
	padding: 60px 0;
}
.beauty-box1::after{
	display: none;
}
.beauty-img1{
	position: inherit;
	display: block;
	width: 90%;/* 680px */
	height: auto;/* 480px */
	top: inherit;/* 140px */
	left: inherit;/* 70px */
	border-radius: 10px;
	margin: auto;
}
.beauty-mark1{
	position: inherit;
	display: block;
	width: 90%;/* 700px */
	top: inherit;/* 140px */
	right: inherit;/* 70px */
	margin: auto;
}
/*-----------------*/
.beauty-box2{
	position: relative;
	height: auto;/* 700px */
	padding: 40px 0 60px;
}
.beauty-box2::after{
	display: none;
}
.beauty-img2{
	position: inherit;
	display: block;
	width: 90%;/* 680px */
	height: auto;/* 480px */
	top: inherit;/* 100px */
	right: inherit;/* 70px */
	border-radius: 10px;
	margin: auto;
}
.beauty-mark2{
	position: inherit;
	display: block;
	width: 90%;/* 700px */
	top: inherit;/* 100px */
	left: inherit;/* 70px */
	margin: auto;
}
/*-----------------*/
.beauty-box3{
	position: relative;
	padding: 80px 0 90px;/* 150px 0*/
	background-color: #f8f4e6;
}
.beauty-title{
	width: 90%;/* 950px */
	margin: auto;
	background: #E383B0;
	background: linear-gradient(315deg,rgba(227, 131, 176, 1) 44%, rgba(246, 225, 166, 1) 90%);
	padding: 10px 20px;/* 15px 30px */
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 21px;/* 262px*/
	line-height: 1.5;
	text-align: center;
}
/*------------  料金テーブル　----*/
.beauty-table{
	width: 90%;/* 900px */
	margin: 50px auto;/* 50px auto*/
	border-collapse: collapse;
}
.beauty-table tr{
	border-bottom: 1px dotted #C9C9C9;
	line-height: 2;
}
.beauty-table tr th{
	display: block;
	width: 100%;/* 200px */
	padding: 15px;
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
}
.beauty-table tr td{
	width: 100%;
	display: block;
	padding: 7px 15px 15px;
}
/*-----*/
.menu-list{
	width: 100%;
	list-style: none;
	margin: 20px auto;
}
.menu-list li{
	padding: 5px 0;
}
}