@charset "utf-8";
/* CSS Document */

.page-title {
	background-image: url(../../esthetic/img/title.png);
}

@media only screen and (max-width: 767px) {
	.page-title {
		background-image: url(../../esthetic/img/title_sp.png);
	}
}

.esthetic__inner {
	background: url(../../esthetic/img/bg.png) repeat center top;
	color: #111;
}

.esthetic__inner div,
.esthetic__inner a,
.esthetic__inner p,
.esthetic__inner ul,
.esthetic__inner li,
.esthetic__inner h1,
.esthetic__inner h2,
.esthetic__inner h3 {
	color: #111;
}

.section01 {
	height: 745px;
	margin-bottom: 64px;
	background-color: rgba(0, 0, 0, 1);
	background-image: url(../../esthetic/img/img01.png);
	background-repeat: no-repeat;
	background-position: center top;
}

@media only screen and (max-width: 1279px) {
	.section01 {
		height: 0;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		padding-top: 35.41666666666667%;
		background-size: contain;
	}
}

@media only screen and (max-width: 767px) {
	.section01 {
		height: 240px;
		margin-bottom: 0;
		padding-top: 0;
		background-position: center center;
		background-size: cover;
	}
}

.section02 {
	padding-bottom: 34px;
}

.section02 .box {
	margin-bottom: 24px;
}

.section02 .row>.col {
	width: calc(50% - 12px);
}

.section02 .row>.col:last-child {
	margin-left: 24px;
}

.section02 .box {
	margin-top: 64px;
	align-items: center;
}

.section02 .logo {
	margin: 0 0 16px;
	position: relative;
}

.section02 .new-open {
	position: absolute;
	top: -24px;
	right: 34px;
}

.section02 .title {
	margin-bottom: 16px;
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.section02 {
		padding: 40px 0;
	}

	.section02 .box {
		margin: 0;
	}

	.section02 .row>.col {
		width: 100%;
	}

	.section02 .row>.col+.col {
		margin: 4px 0 0;
	}

	.section02 .logo {
		margin-top: 16px;
		display: flex;
		justify-content: center;
	}

	.section02 .logo-img {
		width: 150px;
		margin-bottom: 0;
	}

	.section02 .new-open {
		width: 160px;
		margin: 8px 0 0 16px;
		position: relative;
		top: 0;
		right: 0;
	}

	.section02 .title {
		margin: 16px 0 4px;
	}

	.txt_outline img {
		margin-bottom: 0;
	}
}

.section03 {
	padding: 64px 0;
	background: #62c5d9 url(../../esthetic/img/pat.png) repeat center top;
}

.section03 .box01 {
	padding: 64px 100px 124px;
	border: 0;
	background-color: #fff;
	background-image: none;
	color: #463412;
}

.section03.box_menu h3 {
	margin-top: 64px;
	margin-bottom: 0;
}

.section03 .container {
	margin: 0;
	padding: 24px 0;
	display: flex;
}

.box_menu .bdr_top {
	margin: 0;
	border-top: dotted 1px rgb(142, 118, 50);
}

.section03 .container .left {
	width: 180px;
}

.section03 .container .right {
	width: calc(100% - 180px);
}

.section03 .container.bridal .left {
	width: 340px;
}

.section03 .container.bridal .right {
	width: calc(100% - 340px);
}

.section03.box_menu h4 {
	margin: 0;
	font-size: 20px;
	color: #463412;
}

.section03.box_menu h4 small {
	font-size: 14px;
}

.section03.box_menu ul {
	margin: 4px 0 0 0;
	display: flex;
}

.section03.box_menu ul:nth-child(n + 2) {
	margin-top: 16px;
}

.section03.box_menu ul li {
	margin-bottom: 0;
}

.section03.box_menu ul .text {
	width: calc(100% - 260px);
}

.section03.box_menu ul .price {
	width: 260px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.box_menu ul li span:first-child {
	width: 160px;
	background: #e5dd2d;
	color: #463412;
}

.box_menu ul li span:nth-child(2) {
	width: 100px;
	text-align: right;
}

.section03 .container .note {
	width: 100%;
	font-size: 10px;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.box01 .title-label {
		display: block;
	}

	.section03 .box01 {
		padding: 32px 16px 40px;
	}

	.section03.box_menu h3 {
		margin-top: 24px;
		margin-bottom: 0;
	}

	.section03 .container {
		flex-wrap: wrap;
	}

	.section03 .container .left {
		width: 100%;
	}

	.section03 .container .right {
		width: 100%;
	}

	.section03 .container.bridal .left {
		width: 100%;
	}

	.section03 .container.bridal .right {
		width: 100%;
	}

	.section03.box_menu h4 {
		font-size: 16px;
	}

	.section03.box_menu ul {
		flex-wrap: wrap;
	}

	.section03.box_menu ul:nth-child(n + 2) {
		margin-top: 16px;
	}

	.section03.box_menu ul li {
		margin-bottom: 0;
	}

	.section03.box_menu ul .text {
		width: 100%;
		margin-top: 8px;
		font-size: 12px;
	}

	.section03.box_menu ul .price {
		width: 50%;
		margin: 4px 0 0 auto;
	}

	.box_menu ul li span:first-child {
		width: 50%;
		background: #e5dd2d;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #463412;
	}

	.box_menu ul li span:nth-child(2) {
		width: 50%;
		text-align: right;
	}

	.section03 .container .note {
		width: 100%;
		font-size: 10px;
		text-align: right;
	}
}

@media screen and (min-width: 1170px) {
	.section04 .txt_outline .col-7 {
		padding: 20px 0 0 55px;
	}

	.section04 .txt_outline .col-7 img {
		width: 332px;
	}
}

@media screen and (max-width: 1169px) and (min-width: 768px) {
	.section04 .txt_outline .col-7 {
		padding: 20px 0 0 20px;
	}

	.section04 .txt_outline .col-7 img {
		width: 332px;
	}
}