@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Sawarabi+Mincho&display=swap');

img {
	max-width: 100%;
}

/*===========================
イントロ
===========================*/
.intro {
	background-image: url(/img/esthe/intro_bg.jpg);
	background-position: center top;
	background-size: cover;
	font-family: "Noto Serif JP", serif;
}

.intro .in {
	width: 100%;
	max-width: 850px;
	padding: 50px 15px 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

.intro .in .logo_ttl {
	width: 220px;
	margin: auto;
	padding-bottom: 15px;
}

.intro .in .open_date {
	text-align: center;
}

.intro .in .open_date span {
	display: inline-block;
	padding: 6px 20px 8px;
	background-color: #FFEE9D;
	border-radius: 20px;
	color: #093353;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.intro .in .anc_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 50px;
	gap: 20px 0;
}

.intro .in .anc_link .link {
	width: 48%;
}

.intro .in .anc_link .link a {
	display: block;
	border-bottom: 1px solid #FFEE9D;
	padding: 15px 10px 15px 0;
	font-size: 13px;
	font-weight: 600;
	color: #FFEE9D;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.intro .in .anc_link .link a::after {
	content: "";
	width: 10px;
	height: 10px;
	background-image: url(/img/esthe/anc_link_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.intro .in .sec_ttl {
	margin: auto;
	text-align: center;
}

.intro .in .cont_box {
	padding-top: 30px;
	align-items: center;
	flex-direction: row-reverse;
}

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

.intro .in .cont_box .ph {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.intro .in .cont_box .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro .in .cont_box .txt_box {
	padding-top: 10px;
	padding-bottom: 20px;
}

.intro .in .cont_box .txt_box .txt {
	font-size: 14px;
	line-height: 2;
	color: #FFF;
	text-align: justify;
}

/*===========================
ムービー
===========================*/
.movie {
	background-image: url(/img/esthe/mov_bg_sp.jpg);
	background-position: center;
	background-size: cover;
	padding: 30px;
}

.movie video {
	width: 100%;
	margin: auto;
	display: block;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

/*===========================
キャンペーン
===========================*/
.campaign {
	padding: 40px 20px 60px;
}

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

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

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

.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: 144% auto;
	z-index: 1;
	position: absolute;
	top: -3.6vw;
	left: 0;
}

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

/*===========================
施術メニュー
===========================*/
.menu {
	background-color: #F8F6EA;
	font-family: "Noto Serif JP", serif;
}

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

.menu .header .logo {
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.menu .in {
	padding: 40px 20px;
	max-width: 850px;
	margin: auto;
}

.menu .in .sec_ttl {
	font-size: 22px;
	font-weight: 500;
	color: #093353;
	text-align: center;
	padding-bottom: 20px;
}

.menu .in .menu_list_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	gap: 60px 0;
}

.menu .in .menu_list_wrap .detail {
	width: 100%;
	color: #093353;
}

.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: 15px;
}

.menu .in .menu_list_wrap .detail .menu_ttl_wrap .menu_ttl {
	font-size: 18px;
	font-weight: 500;
}

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

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

.menu .in .menu_list_wrap .detail .price_list .price_time {
	width: 23%;
	text-align: right;
	font-size: 20px;
	font-weight: 500;
}

.menu .in .menu_list_wrap .detail .price_list .price_time span {
	font-size: 16px;
	display: inline-block;
	padding-left: 6px;
}

.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: 37%;
}

.menu .in .menu_list_wrap .detail .price_list .price {
	width: 30%;
	text-align: right;
	font-size: 20px;
	font-weight: 500;
	padding-right: 10px;
}

.menu .in .menu_list_wrap .detail .price_list .price span {
	font-size: 16px;
	display: inline-block;
	padding-left: 6px;
}

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

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

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap::after {
	content: "";
	width: 80px;
	height: 80px;
	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: 13px;
	color: #DB035E;
	display: block;
	padding-bottom: 6px;
}

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

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list {
	width: 200px;
	color: #DB035E;
	padding-top: 6px;
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list .price_time {
	width: 65px;
}

.menu .in .menu_list_wrap .detail.-option .option_ttl_wrap .price_list .dot {
	width: calc(100% - 165px);
}

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

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

.menu .in .menu_list_wrap .detail.-option .small_txt {
	font-size: 11px;
	padding-top: 10px;
}

.menu .in .caption {
	text-align: right;
	font-size: 14px;
	color: #093353;
	padding-top: 20px;
}

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

.special::after {
	content: "";
	width: 100%;
	height: calc(100% - 150px);
	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: 850px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

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

.special .in .list .detail {
	width: 100%;
	padding-bottom: 20px;
}

/*===========================
その他メニュー
===========================*/
.other {
	background-color: #FFF;
	font-family: "Noto Serif JP", serif;
}

.other .in {
	padding: 30px 20px;
	max-width: 850px;
	margin: auto;
}

.other .in .menu_list_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	gap: 60px 0;
}

.other .in .menu_list_wrap .detail {
	width: 100%;
	color: #093353;
}

.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: 15px;
}

.other .in .menu_list_wrap .detail .menu_ttl_wrap .menu_ttl {
	font-size: 20px;
	font-weight: 500;
}

.other .in .menu_list_wrap .detail .menu_ttl_wrap em {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	padding: 0 3px;
}

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

.other .in .menu_list_wrap .detail .price_list .price_time {
	width: 23%;
	text-align: right;
	font-size: 20px;
	font-weight: 500;
}

.other .in .menu_list_wrap .detail .price_list .price_time span {
	font-size: 16px;
	display: inline-block;
	padding-left: 6px;
}

.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: 37%;
}

.other .in .menu_list_wrap .detail .price_list .price {
	width: 30%;
	text-align: right;
	font-size: 20px;
	font-weight: 500;
	padding-right: 10px;
}

.other .in .menu_list_wrap .detail .price_list .price span {
	font-size: 16px;
	display: inline-block;
	padding-left: 6px;
}

.other .in .menu_list_wrap .detail .txt {
	font-size: 14px;
	line-height: 1.875;
	padding-top: 15px;
}


.other .in .pdf_btn {
	width: 280px;
	margin: auto;
	padding: 30px 0 20px;
}

.other .in .pdf_btn a {
	display: block;
	background-color: #093353;
	color: #FFF;
	text-align: center;
	padding: 20px 0 22px;
	border-radius: 40px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	transition: opacity 0.3s;
}

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

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

/*===========================
お問い合わせ
===========================*/
.esthe_contact {
	background-color: #8E1A1A;
	color: #FFF;
	position: relative;
	padding: 70px 0;
	text-align: center;
}

.esthe_contact::before {
	content: "";
	width: 100%;
	height: 45px;
	background-image: url(/img/esthe/contact_deco_upper.svg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 40px;
	position: absolute;
	top: 5px;
	left: 0;
}

.esthe_contact::after {
	content: "";
	width: 100%;
	height: 45px;
	background-image: url(/img/esthe/contact_deco_bottom.svg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.esthe_contact .sec_ttl {
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 40px;
}

.esthe_contact .time {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
}

.esthe_contact .small {
	font-size: 16px;
	padding-bottom: 30px;
}

.esthe_contact .renraku {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 1.6;
}

.esthe_contact .renraku span {
	font-size: 16px;
	display: block;
}

.esthe_contact .caption {
	font-size: 14px;
}

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