@charset "utf-8";

/*===========================
イントロ
===========================*/
.intro {
  position: relative;
  padding-bottom: 1.00rem;
}
@media screen and (max-width: 640px) {
	.intro {
		padding-bottom: 0;
	}
}

.intro .in .logo_ttl {
	width: 2.80rem;
	margin: auto;
	padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	.intro .in .logo_ttl {
		width: 2.00rem;
	}
}

.intro .in .anc_link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 0 0.10rem;
	padding: 0.30rem 0;
}
@media screen and (max-width: 640px) {
	.intro .in .anc_link {
		padding: 0.20rem 0;
		gap: 0 0.03rem;
	}
}

.intro .in .anc_link .link {
	width: 2.00rem;
}
@media screen and (max-width: 640px) {
	.intro .in .anc_link .link {
		width: 32%;
	}
}

.intro .in .anc_link .link a {
	display: block;
	border-bottom: 1px solid #986F21;
	padding: 0.15rem 0.10rem 0.15rem 0;
	font-size: 0.15rem;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 640px) {
	.intro .in .anc_link .link a {
		font-size: 0.13rem;
		line-height: 1.2;
		padding: 0.10rem 0.05rem 0.10rem 0;
	}
}

.intro .in .anc_link .link a::after {
	content: "";
	width: 0.10rem;
	height: 0.10rem;
	background-image: url(../img/esthe/icon_arrow_down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	.intro .in .anc_link .link a::after {
		width: 0.08rem;
		height: 0.08rem;
		right: 0;
	}
}

.intro .in .sec_ttl {
	margin: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
	.intro .in .sec_ttl {
		font-size: 0.20rem;
		padding-top: 0.20rem;
	}
}

.intro .in .cont_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.50rem;
	align-items: center;
	flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
	.intro .in .cont_box {
		flex-direction: column;
		padding-top: 0;
		padding-bottom: 0.50rem;
	}
}

.intro .in .cont_box:nth-of-type(2n) {
	flex-direction: row;
}

.intro .in .cont_box .ph {
	width: 5.50rem;
	height: 3.50rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.intro .in .cont_box .ph {
		width: 100%;
		height: 60vw;
		margin-bottom: 0.20rem;
	}
}

.intro .in .cont_box .txt_box {
	width: 100%;
  max-width: 5.00rem;
}
@media screen and (max-width: 640px) {
	.intro .in .cont_box .txt_box {
		max-width: 100%;
	}
}

.intro .in .cont_box .txt_box .txt {
	font-size: 0.15rem;
	line-height: 2;
	text-align: justify;
}
@media screen and (max-width: 640px) {
	.intro .in .cont_box .txt_box .txt {
		font-size: 0.14rem;
		letter-spacing: 0;
	}
}

/*===========================
ムービー
===========================*/
.movie {
	background-image: url(../img/esthe/mov_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 50px 0;
  position: relative;
  z-index: -3;
}

.movie video {
	width: 3.20rem;
	margin: auto;
	display: block;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/*===========================
キャンペーン
===========================*/
.campaign {
	padding: 80px 0 120px;
  position: relative;
}

.campaign .sec_ttl {
	font-size: 26px;
	font-weight: 500;
	color: #093353;
	text-align: center;
	padding-bottom: 40px;
}

.campaign .campaign_imgbox {
	max-width: 620px;
	margin: auto;
}

/*===========================
とくとくタイム
===========================*/
.happyhour {
	padding: 60px 0;
	background-image: url(../img/esthe/happyhour_bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
  z-index: -3;
}

.happyhour::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/esthe/happyour_deco.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 104% auto;
	z-index: 1;
	position: absolute;
	top: -3.6vw;
	left: 0;
}

.happyhour .in {
	max-width: 850px;
	margin: 0 auto;
}

/*===========================
施術メニュー
===========================*/
.menu {
	background-color: #F8F6EA;
  letter-spacing: 0;
}

.menu .header {
	width: 100%;
	height: 50vw;
	max-height: 5.00rem;
	background-image: url(../img/esthe/menu_header_ph.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}

.menu .header .logo {
	width: 3.00rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
	.menu .header .logo {
		width: 1.00rem;
	}
}

.menu .in {
	padding: 0.80rem 0 0.40rem;
	max-width: 8.50rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.menu .in {
		padding: 0.40rem 0.20rem;
	}
}

.menu .in .sec_ttl {
	font-size: 0.26rem;
	font-weight: 500;
	color: #093353;
	text-align: center;
	padding-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	.menu .in .sec_ttl {
		font-size: 0.20rem;
	}
}

.menu .in .menu_list_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.50rem;
	gap: 0.60rem 0;
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap {
		padding-top: 0;
		gap: 0.50rem 0;
	}
}

.menu .in .menu_list_wrap .detail {
	width: 47%;
	color: #093353;
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap .detail {
		width: 100%;
	}
}

.menu .in .menu_list_wrap .detail .menu_ttl_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #093353;
	padding-bottom: 0.15rem;
}

.menu .in .menu_list_wrap .detail .menu_ttl_wrap .menu_ttl {
	font-size: 0.20rem;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap .detail .menu_ttl_wrap .menu_ttl {
		font-size: 0.17rem;
	}
}

.menu .in .menu_list_wrap .detail .menu_ttl_wrap span {
	font-size: 0.12rem;
	font-weight: 500;
}

.menu .in .menu_list_wrap .detail .price_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.20rem;
}

.menu .in .menu_list_wrap .detail .price_list .price_time {
	width: 1.00rem;
	text-align: right;
	font-size: 0.26rem;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap .detail .price_list .price_time {
		font-size: 0.18rem;
	}
}

.menu .in .menu_list_wrap .detail .price_list .price_time span {
	font-size: 0.18rem;
	display: inline-block;
	padding-left: 0.06rem;
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap .detail .price_list .price_time span {
		font-size: 0.14rem;
	}
}

.menu .in .menu_list_wrap .detail .price_list .dot {
	height: 1px;
	background-image: url(../img/esthe/price_dot.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: auto 1px;
	width: calc(100% - 2.70rem);
}

.menu .in .menu_list_wrap .detail .price_list .price {
	width: 1.24rem;
	text-align: right;
	font-size: 0.26rem;
	font-weight: 500;
	padding-right: 0.10rem;
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap .detail .price_list .price {
		font-size: 0.18rem;
		padding-right: 0.06rem;
	}
}

.menu .in .menu_list_wrap .detail .price_list .price span {
	font-size: 0.18rem;
	display: inline-block;
	padding-left: 0.06rem;
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap .detail .price_list .price span {
		font-size: 0.14rem;
	}
}

.menu .in .menu_list_wrap .detail.-option {
	border: 1px solid #DB035E;
	padding: 0.25rem;
	box-sizing: border-box;
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap {
	position: relative;
	padding-bottom: 0.20rem;
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap::after {
	content: "";
	width: 0.80rem;
	height: 0.80rem;
	background-image: url(../img/esthe/option_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .catch {
	font-size: 0.13rem;
	color: #DB035E;
	display: block;
	padding-bottom: 0.06rem;
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .menu_ttl {
	font-size: 0.24rem;
	font-weight: 600;
	color: #DB035E;
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list {
	width: 2.55rem;
	color: #DB035E;
	padding-top: 0.06rem;
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list {
		width: 1.80rem;
	}
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list .price_time {
	width: 0.70rem;
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list .price_time {
		padding-right: 0.10rem;
	}
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list .dot {
	width: calc(100% - 2.00rem);
}
@media screen and (max-width: 640px) {
	.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list .dot {
		width: calc(100% - 1.50rem);
	}
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list .price {
	width: 1.10rem;
	padding-right: 0;
}

.menu .in .menu_list_wrap .detail.-option .txt {
	font-size: 0.14rem;
	line-height: 1.91;
}

.menu .in .menu_list_wrap .detail.-option .small_txt {
	font-size: 0.13rem;
	padding-top: 0.10rem;
}

.menu .in .caption {
	text-align: right;
	font-size: 0.14rem;
	color: #093353;
	padding-top: 0.20rem;
}

/*===========================
スペシャルメニュー
===========================*/
.special {
	background-color: #F8F6EA;
	position: relative;
	padding-bottom: 0.80rem;
}

.special::after {
	content: "";
	width: 100%;
	height: calc(100% - 1.50rem);
	background-image: url(/img/esthe/special_bg.jpg);
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.special .in {
	max-width: 8.50rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.special .in .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.40rem 0;
}

.special .in .list .detail {
	width: 47%;
}
@media screen and (max-width: 640px) {
	.special .in .list .detail {
		width: 100%;
	}
}

/*===========================
その他メニュー
===========================*/
.other {
	background-color: #FFF;
  letter-spacing: 0;
}

.other .in {
	padding: 0.50rem 0;
	max-width: 8.50rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.other .in {
		padding: 0.30rem 0.20rem;
	}
}

.other .in .menu_list_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.50rem;
	gap: 0.60rem 0;
}
@media screen and (max-width: 640px) {
	.other .in .menu_list_wrap {
		padding-top: 0;
		gap: 0.50rem 0;
	}
}

.other .in .menu_list_wrap .detail {
	width: 47%;
	color: #093353;
}
@media screen and (max-width: 640px) {
	.other .in .menu_list_wrap .detail {
		width: 100%;
	}
}

.other .in .menu_list_wrap .detail .menu_ttl_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #093353;
	padding-bottom: 0.15rem;
}

.other .in .menu_list_wrap .detail .menu_ttl_wrap .menu_ttl {
	font-size: 0.20rem;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	.other .in .menu_list_wrap .detail .menu_ttl_wrap .menu_ttl {
		font-size: 0.17rem;
	}
}

.other .in .menu_list_wrap .detail .menu_ttl_wrap em {
	font-size: 0.14rem;
	font-weight: 500;
	font-style: normal;
	padding: 0 0.03rem;
}

.other .in .menu_list_wrap .detail .price_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.20rem;
}

.other .in .menu_list_wrap .detail .price_list .price_time {
	width: 1.00rem;
	text-align: right;
	font-size: 0.26rem;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	.other .in .menu_list_wrap .detail .price_list .price_time {
		font-size: 0.17rem;
	}
}

.other .in .menu_list_wrap .detail .price_list .price_time span {
	font-size: 0.18rem;
	display: inline-block;
	padding-left: 0.06rem;
}
@media screen and (max-width: 640px) {
	.other .in .menu_list_wrap .detail .price_list .price_time span {
		font-size: 0.14rem;
	}
}

.other .in .menu_list_wrap .detail .price_list .dot {
	height: 1px;
	background-image: url(/img/esthe/price_dot.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: auto 1px;
	width: calc(100% - 2.70rem);
}

.other .in .menu_list_wrap .detail .price_list .price {
	width: 1.24rem;
	text-align: right;
	font-size: 0.26rem;
	font-weight: 500;
	padding-right: 0.10rem;
}
@media screen and (max-width: 640px) {
	.other .in .menu_list_wrap .detail .price_list .price {
		font-size: 0.17rem;
		padding-right: 0.06rem;
	}
}

.other .in .menu_list_wrap .detail .price_list .price span {
	font-size: 0.18rem;
	display: inline-block;
	padding-left: 0.06rem;
}
@media screen and (max-width: 640px) {
	.other .in .menu_list_wrap .detail .price_list .price span {
		font-size: 0.14rem;
	}
}

.other .in .menu_list_wrap .detail .txt {
	font-size: 0.14rem;
	line-height: 1.875;
	padding-top: 0.15rem;
	padding-left: 0.15rem;
}
@media screen and (max-width: 640px) {
	.other .in .menu_list_wrap .detail .txt {
		font-size: 0.13rem;
		padding-left: 0.10rem;
	}
}

.other .in .pdf_btn {
	width: 3.00rem;
	margin: auto;
	padding: 0.50rem 0 0.20rem;
}

.other .in .pdf_btn a {
	display: block;
	background-color: #093353;
	color: #FFF;
	text-align: center;
	padding: 0.20rem 0 0.22rem;
	border-radius: 0.40rem;
	text-decoration: none;
	font-size: 0.18rem;
	font-weight: 600;
	position: relative;
	transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
	.other .in .pdf_btn a {
		font-size: 0.16rem;
	}
}


.other .in .pdf_btn a:hover {
	opacity: 0.7;
}

.other .in .pdf_btn a::before {
	content: "";
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background-color: #FFEE9D;
	position: absolute;
	right: 0.22rem;
	top: 50%;
	transform: translateY(-50%);
}

/*===========================
お問い合わせ
===========================*/
.esthe_contact {
	background-color: #8E1A1A;
	color: #FFF;
	position: relative;
	padding: 1.40rem 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.esthe_contact {
		padding: 0.80rem 0;
	}
}

.esthe_contact::before {
	content: "";
	width: 100%;
	height: 0.80rem;
	background-image: url(/img/esthe/contact_deco_upper.svg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 0.79rem;
	position: absolute;
	top: 0.05rem;
	left: 0;
}
@media screen and (max-width: 640px) {
	.esthe_contact::before {
		height: 0.40rem;
		background-size: auto 0.39rem;
	}
}

.esthe_contact::after {
	content: "";
	width: 100%;
	height: 0.80rem;
	background-image: url(/img/esthe/contact_deco_bottom.svg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 0.79rem;
	position: absolute;
	bottom: 0.05rem;
	left: 0;
}
@media screen and (max-width: 640px) {
	.esthe_contact::after {
		height: 0.40rem;
		background-size: auto 0.39rem;
	}
}

.esthe_contact .sec_ttl {
	font-size: 0.26rem;
	font-weight: 500;
	padding-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	.esthe_contact .sec_ttl {
		font-size: 0.20rem;
	}
}

.esthe_contact .time {
	font-size: 0.26rem;
	font-weight: 500;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	.esthe_contact .time {
		font-size: 0.17rem;
	}
}

.esthe_contact .small {
	font-size: 0.20rem;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	.esthe_contact .small {
		font-size: 0.14rem;
	}
}

.esthe_contact .renraku {
	font-size: 0.22rem;
	font-weight: 500;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	.esthe_contact .renraku {
		font-size: 0.16rem;
		line-height: 1.7;
	}
}

.esthe_contact .renraku span {
	font-size: 0.18rem;
}
@media screen and (max-width: 640px) {
	.esthe_contact .renraku span {
		font-size: 0.14rem;
		display: block;
	}
}

.esthe_contact .caption {
	font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
	.esthe_contact .caption {
		font-size: 0.12rem;
	}
}

.esthe_contact .maternity {
	padding-top: 0.20rem;
	line-height: 1.6;
}
@media screen and (max-width: 640px) {
	.esthe_contact .maternity {
		line-height: 1.75;
	}
}

.esthe_contact .maternity .ttl {
	font-size: 0.16rem;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
	.esthe_contact .maternity .ttl {
		font-size: 0.14rem;
	}
}

.esthe_contact .maternity .ttl span::before {
	content: "";
	width: 0.08rem;
	height: 1px;
	background-color: #FFF;
	display: inline-block;
	margin-right: 0.08rem;
	position: relative;
	top: -0.04rem;
}

.esthe_contact .maternity .ttl span::after {
	content: "";
	width: 0.08rem;
	height: 1px;
	background-color: #FFF;
	display: inline-block;
	margin-left: 0.08rem;
	position: relative;
	top: -0.04rem;
}

.esthe_contact .maternity .txt {
	font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
	.esthe_contact .maternity .txt {
		font-size: 0.12rem;
	}
}

/*===========================
フッター写真
===========================*/
.esthe_footer {
	height: 40vw;
	max-height: 5.00rem;
	background-image: url(../img/esthe/bottom_ph.jpg);
	background-position: center;
	background-size: cover;
	margin-bottom: 0.60rem;
}