@charset "UTF-8";

/**** 変数の定義 ****/
:root {
	/* カラー */
	/*    //メインカラー  rgb(75,188,184)*/
	--mint-blue: #4bbcb8;
	/*    //ベースカラー  rgb(249,235,197)*/
	--beige: #f9ebc5;
	/*    //アクセントカラー1  rgb(211,166,95)*/
	--brown: #d3a65f;
	/*    //アクセントカラー2  rgb(234,125,104)*/
	--light-red: #ea7d68;
}

html {
	width: calc(100vw - calc(100vw - 100%));
	overflow-x: hidden;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
	color: #333;
}

/*基本*/
.este *,
.este::before *,
.este::after * {
	margin: 0;
	box-sizing: border-box;
}

.este {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: linear-gradient(180deg, #f9ebc5, #fff 30%, #fff 85%, #4bbcb8 100%);
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 1fr;
	grid-row-gap: 3.125em;
}

.este img {
	max-width: 100%;
	height: auto;
	padding: 0;
	vertical-align: bottom;
}

.este-banner {
	max-width: 200px;
	margin: 0 auto 2em;
}

.este-title {
	display: inline-block;
	z-index: 10;
	margin: 0;
	padding-bottom: 0.5em;
	font-family: serif;
	font-size: 2.5em;
	line-height: 1.0;
	color: var(--mint-blue);
	border-bottom: 2px ridge var(--light-red);
	text-shadow: 3px 5px 15px #fff;
}

.este-title_jp {
	display: block;
	margin: -2em 0 0;
	font-family: serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.3;
	color: var(--brown);
	text-shadow: 2px 3px 10px #fff;
}

.este-title + p {
	padding-top: 0.5em;
}

.este-sub_title {
	display: inline-block;
	z-index: 10;
	margin: 0;
	padding-bottom: 0.5em;
	font-size: 2em;
	font-family: serif;
	line-height: 1.0;
	color: var(--light-red);
	border-bottom: 2px ridge var(--mint-blue);
	text-shadow: 3px 5px 15px #fff;
}

.este-sub_title_jp {
	display: block;
	margin: -1.4em 0 1em;
	font-family: serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.1;
	color: var(--mint-blue);
	text-shadow: 2px 3px 10px #fff;
}

.este-title_text {
	margin: 0;
	padding-top: 0.5em;
	font-family: serif;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3;
	color: #999;
	text-shadow: 2px 3px 10px #fff;
}

.este-catch {
	padding: 10px;
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
}

.text {
	font-size: 1.143em;
}

.fee {
	padding-top: 1em;
	font-size: 1.063em;
}

.wbr {
	word-break: keep-all;
}

/* slide-fadein */
.fadein {
	transition: all 1.5s 1.5s ease-out;
	transform: translateY(-100px);
	opacity: 0;
}

.scrollin {
	transform: translateY(0);
	opacity: 1;
}

/* fadein-left */
.fadein-left {
	transition: all .5s .5s ease;
	transform: translateX(-100%);
	opacity: 0;
}

.fadein-left.active {
	transform: translateX(0);
	opacity: 1;
}

/* fadein-right */
.fadein-right {
	transition: all .5s 1s ease;
	transform: translateX(100%);
	opacity: 0;
}

.fadein-right.active {
	transform: translateX(0);
	opacity: 1;
}

/* fadein-bottom */
.fadein-bottom {
	transition: all .5s .5s ease;
	transform: translateY(100%);
	opacity: 0;
}

.fadein-bottom.active {
	transform: translateY(0%);
	opacity: 1;
}

/* *** コンテンツ *** */
/*<!-- este-header -->*/
.este-head {
	margin-bottom: 3.125em;
}

/*↓　1 ヘッダー　.este-head_sec　↓　*/
.este-head_sec {
	grid-row: 1;
	grid-column: 1/-1;
	margin: 0;
	/* este-head_sec grid */
	display: grid;
	grid-template-rows: 1.875em 1fr auto;
	grid-template-columns: 1fr 2fr 1fr;
	grid-row-gap: 1em;
	grid-column-gap: 1em;
}

.este-head_title {
	grid-row: 2;
	grid-column: 2;
	z-index: 10;
	padding: 30px;
}

.este-head_title_h1 {
	z-index: 1;
	margin: 0 15px;
	padding-bottom: 0.625em;
	font-family: serif;
	font-size: 1.5em;
	line-height: 1.2;
	text-align: center;
	text-shadow: 3px 5px 15px #666;
	color: #fff;
	border-bottom: 2px solid var(--mint-blue);
}

.este-head_catch {
	padding: 0.625em;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	text-shadow: 3px 3px 10px #666;
	color: #fff;
}

.este-head_lead {
	grid-row: 3;
	grid-column: 1/-1;
	z-index: 1;
	padding: 1.25em 0;
	color: #fff;
	background-color: rgba(26, 20, 11, .7);
}

.este-head_title_h2 {
	display: block;
	margin: 0 15px;
	padding-top: 10px;
	border: none;
}

.este-head_title_ja {
	display: inline-block;
	margin: -1.2em 15px 1.5em;
	font-family: serif;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1.3;
	text-shadow: 2px 3px 10px #fff;
	color: var(--brown);
	border-bottom: 2px ridge var(--light-red);
}

.este-head_title_en {
	display: block;
	margin: -4em 15px 0em;
	padding: 0.938em 0 0.938em 0;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3;
	text-shadow: 2px 3px 10px #666;
}

.este-head_lead .text {
	padding: 0 15px;
	font-size: 1.1em;
}

.este-head .este-title-fig {
	grid-row: 1 / -1;
	grid-column: 1 / -1;
	height: 100%;
	object-fit: cover;
	background-color: rgba(111, 76, 48, .9);
}

/*↑　1 ヘッダー　.este-head_sec ↑*/


/*<!-- este-main -->*/
.este-main {
	margin-bottom: 6.25em;
}

/*↓　2 リード　.este-lead　↓*/
.este-lead {
	grid-row: 2;
	grid-column: 1 / -1;
	max-width: 960px;
	margin: 0 auto 6.25em;
}

.este-list {
	max-width: 800px;
	margin: 0 auto 2em;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid var(--brown);
}

.este-list_promise {
	padding: 0 0 1em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: var(--light-red);
}

.este-list ul {
	padding: 1.563em 100px;
}

.este-list li {
	padding: 0 0 0.5em 0;
	font-size: 1em;
	list-style: none;
}

.este-list li:first-child {
	font-size: 1.5em;
}

.este-list span {
	color: #666;
}

.este-lead_fig {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 1.25em;
	grid-column-gap: 1.875em;
	padding-top: 1.875em;
}

.este-lead_fig img {
	height: 100%;
	object-fit: cover;
}

.este-lead_fig01 {
	grid-row: 1;
	grid-column: 1;
}

.este-lead_fig02 {
	grid-row: 2;
	grid-column: 1;
}

.este-lead_fig03 {
	grid-row: 1/-1;
	grid-column: 2;
}

.este-lead_fig01 img,
.este-lead_fig02 img,
.este-lead_fig03 img {
	border: 0.5px solid #ccc;
}

/*↑　2 リード　.este-lead　↑*/

/*↓　3 インフォメーション　.este-info　↓　*/
.este-info {
	grid-row: 3;
	grid-column: 2 / -2;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 6.25em;
	font-family: 'Noto Sans JP', sans-serif;
}

.este-info_wrapper {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 65% 20%;
	grid-column-gap: 1em;
	margin-top: 3.125em;
	justify-content: center;
}

.este-info_inner {
	grid-row: 1;
	grid-column: 1;
	z-index: 2;
	max-width: 100%;
	padding: 2.5em 0 3.75em 3.75em;
}

.este-info_mat {
	grid-row: 1;
	grid-column: 1;
	z-index: 1;
	margin: 30px 10px 30px 30px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, .9) 80%, rgba(255, 255, 255, .8));
	box-shadow: 0 0px 30px rgba(211, 166, 95, .6);
	border-radius: 5%;
}

.este-info_info {
	padding: 0;
	font-size: 1.7em;
	font-weight: bold;
	color: var(--light-red);
	border-bottom: 1px solid var(--mint-blue);
}

.este-info_inner dt {
	padding-top: 1em;
	font-size: 1.1em;
}

.este-info_inner dt:first-child {
	padding-top: 0.5em;
}

.este-info_inner dd {
	font-size: 1.1em;
	line-height: 1.3;
	border-bottom: 1px dotted #999;
}

.este-info_inner dd:last-child {
	margin-bottom: 1.5em;
}

.este-info_link {
	grid-row: 1;
	grid-column: 1;
	z-index: 3;
	justify-self: center;
	align-self: end;
	width: 150px;
	height: 35px;
	margin: 0 0 3.5em;
	padding: 10px;
	font-size: 1.063em;
	text-align: center;
	color: #fff;
	background-color: rgba(102, 102, 102, .5);
	box-shadow: 2px 2px 5px rgba(51, 51, 51, .7);
}

.este-info_link:hover {
	opacity: .7;
	cursor: pointer;
}

.este-info_clean {
	display: inline-block;
	justify-self: center;
	margin: 1em 30% 1.25em;
	padding: 10px 15px;
	text-align: center;
	color: #666;
	border: 2px solid #ccc;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #777;
	cursor: pointer;
}

.este-info_clean:hover {
	background-color: rgba(204, 204, 204, .8);
}

.este-info_clean_dl {
	display: none;
	margin: 1em auto 2em;
	padding: 1.5em 1.5em 1em;
	text-align: left;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.este-info_clean dt {
	margin: 1em 0;
	padding: 2px 5px;
	font-family: serif;
	font-size: 1.25em;
	text-align: center;
	color: #eee;
	background-color: #4b88bd;
}

.este-info_clean dt:first-child {
	margin-top: 0.5em;
}

.este-info_clean dd {
	padding-bottom: 1em;
	line-height: 1.3em;
	color: #666;
}

.este-info_clean_dl dd {
	padding-bottom: 1em;
}

.este-info_fig {
	grid-row: 1/-1;
	grid-column: 1/-1;
	height: 100%;
	object-fit: cover;
	background-color: rgba(75, 188, 184, .7);
	box-shadow: 0 0px 30px rgba(211, 166, 95, .6);
	border-radius: 5%;
}

/*.este-info_link + #este-info_note/.este-note*/
#este-info_note {
	display: none;
	grid-row: 2;
	grid-column: 1/-1;
	z-index: 2;
	width: 90%;
	justify-self: center;
	margin: 50px auto 50px;
	padding: 30px;
	background-color: rgba(250, 250, 250, .9);
	border: 1px solid #ccc;
	box-shadow: 0 0px 30px rgba(211, 166, 95, .6);
}

.este-note dl {
	padding: 0 25px;
}

.este-note_info {
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: var(--light-red);
}

.este-note ul {
	padding: 25px 6.25em;
}

.este-note li {
	padding: 0 0 0.5em 0;
	font-size: 1.125em;
	text-align: center;
	list-style: none;
}

.este-note dt {
	margin-bottom: 0.625em;
	padding: 0.2em;
	font-family: serif;
	font-size: 1.1em;
	color: #555;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.este-note dd {
	color: #666;
	line-height: 1.3em;
}

/*↑　3 インフォメーション　.este-info　↑　*/

/*↓　4　ルームリラクゼーション .este-room_relax　↓*/
.este-room_relax {
	grid-row: 4;
	grid-column: 1 / -1;
	max-width: 800px;
	margin: 0 auto 8.125em;
}

.room_relax-wrapper {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

.room_relax-inner01,
.room_relax-inner02 {
	width: 100%;
	min-width: 400px;
	height: auto;
	text-align: center;
}

.room_relax-inner01 {
	grid-row: 1;
	grid-column: 1;
}

.room_relax-inner02 {
	grid-row: 1;
	grid-column: 1;
	align-self: end;
}

.este-room_fig {
	grid-row: 1/-1;
	grid-column: 2;
}

.room_relax-wrapper img {
	padding: 1px;
	background-origin: content-box;
	border: 0.5px solid #ccc;
}

/*↑　4 ルームリラクゼーション .este-room_relax　↑*/

/*↓　5 エステメニュー　.este-menu　↓*/
.este-menu {
	grid-row: 5;
	grid-column: 1 / -1;
	max-width: 85%;
	margin: 0 auto 6.25em;
}

.este-menu_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.este-menu_wrapper * {
	flex: 1 1 auto;
}

.este-menu_wrapper img {
	height: 100%;
	object-fit: cover;
}

.este-menu_index01 .este-sub_title:first-of-type {
	padding-bottom: 1.3em;
}

.este-menu_index01 .este-sub_title_jp:first-of-type {
	margin: -2.8em 0 1em;
}

.este-menu .este-catch {
	margin-bottom: 1.875em;
}

.este-menu_index01,
.este-menu_index02,
.este-menu_index03 {
	width: 60%;
}

.este-menu_fig01,
.este-menu_fig02,
.este-menu_fig03 {
	width: 30%;
}

.este-appendix {
	width: 100%;
}

.este-menu_index01 {
	padding: 2em 25px 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.este-menu_index02 {
	padding: 2em 25px 2em 0;
	border-bottom: 1px solid #ccc;
}

.este-menu_index03 {
	padding: 2em 25px 4em 0;
	border-bottom: 1px solid #ccc;
}

.este-menu_fig01 {
	padding: 2em 0 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.este-menu_fig02 {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}

.este-menu_fig03 {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}

/*↑　5 エステメニュー　.este-menu　↑*/

/*↓　6 リラックス&スパセット　.este-spa　↓*/
.este-spa {
	grid-row: 6;
	grid-column: 1 / -1;
	margin: 0 auto 6.25em;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: rgba(151, 189, 187, .1);
	outline: 5px solid rgba(255, 77, 139, .5);
	outline-offset: -50px;
}

.este-spa_wrapper {
	display: grid;
	grid-template-rows: auto 1fr 1fr auto;
	grid-template-columns: 1fr 4fr;
	grid-row-gap: 2em;
	width: 85%;
	margin: 0 auto;
	padding: 0.1em 3em 0em;
}

.este-spa_title {
	grid-row: 1/-1;
	grid-column: 1;
	margin: 0 15px;
	padding: 3em 0 7em;
	font-size: 1.875em;
	font-family: serif;
	line-height: 1.2;
	text-align: center;
	text-shadow: 3px 5px 15px #999;
	writing-mode: vertical-lr;
	text-orientation: upright;
	color: #666;
	background-image: url(../svg/este-flower-r.svg);
	background-repeat: no-repeat;
	background-position: left 5% top 0;
	border-right: 2px solid rgb(203, 182, 94);
}

.este-spa_catch {
	grid-row: 1;
	grid-column: 2;
	padding-top: 6.313em;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3;
	text-align: left;
	text-shadow: 3px 3px 10px #ccc;
	text-indent: 1em;
	color: #666;
}

.este-spa_inner01,
.este-spa_inner01 h3,
.este-spa_inner02,
.este-spa_inner02 h3 {
	border-radius: 10px 0 0 10px;
}

.este-spa_inner01 {
	grid-row: 2;
	grid-column: 2;
	display: grid;
	grid-template-rows: repeat(5, 1fr);
	grid-template-columns: 2fr 5fr;
	background-color: rgba(255, 255, 255, .8);
	border: 0.5px solid #ccc;
}

.este-spa_inner01 h3 {
	grid-row: 1/-1;
	grid-column: 1;
	padding-top: 1.5em;
	font-size: 1.313em;
	text-align: center;
	color: #fff;
	background-color: rgb(255, 77, 139);
	background-origin: border-box;
	border-right: 0.5px solid #ccc;
}

.este-spa_inner01 p:first-of-type {
	grid-row: 2;
	grid-column: 2;
	padding-left: 1.262em;
	font-size: 1.188em;
	font-weight: bold;
	color: rgb(255, 77, 139);
}

.este-spa_inner01 p:last-of-type {
	grid-row: 3;
	grid-column: 2;
	padding: 0.5em 0 0 1.5em;
}

.este-spa_inner02 {
	grid-row: 3;
	grid-column: 2;
	display: grid;
	grid-template-rows: repeat(5, 1fr);
	grid-template-columns: 2fr 5fr;
	background-color: rgba(255, 255, 255, .8);
	border: 0.5px solid #ccc;
}

.este-spa_inner02 h3 {
	grid-row: 1/-1;
	grid-column: 1;
	padding-top: 1.5em;
	font-size: 1.313em;
	text-align: center;
	color: #fff;
	background-color: rgb(255, 102, 156);
	background-origin: border-box;
	border-right: 0.5px solid #ccc;
}

.este-spa_inner02 p:first-of-type {
	grid-row: 2;
	grid-column: 2;
	padding-left: 1.262em;
	font-size: 1.188em;
	font-weight: bold;
	color: rgb(255, 102, 156);
}

.este-spa_inner02 p:nth-of-type(2) {
	grid-row: 3;
	grid-column: 2;
	padding-left: 1.5em;
}

.este-spa_inner02 p:last-of-type {
	grid-row: 4;
	grid-column: 2;
	padding: 0.5em 0 0 1.5em;
}

.este-spa_inner02 p:last-of-type span {
	font-weight: bold;
	color: rgb(203, 182, 94);
}

.este-spa_inner03 {
	grid-row: 4;
	grid-column: 2;
	justify-self: end;
	margin-top: -2em;
	padding-bottom: 5.813em;
}

/*↑　6 リラックス&スパセット　.este-spa　↑*/

/*↓　7 利用案内　.este-note　↓*/
.este-note {
	grid-row: 7;
	grid-column: 1 / -1;
	max-width: 700px;
	margin: 3em auto 1.875em;
	padding: 30px;
	background-color: rgba(232, 255, 248, .7);
	border: 1px solid #ccc;
}

.este-note ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.este-note dd {
	font-family: 'Noto Sans JP', sans-serif;
}

/*↑　7 利用案内　.este-note　↑*/

/*↓　8 衛生・注意事項　.este-clean　↓*/
.este-clean {
	grid-row: 8;
	grid-column: 1 / -1;
	margin: 3em auto 0;
	text-align: center;
}

.este-clean .este-clean_list {
	display: inline-block;
	margin: -1em auto 1em;
	padding: 10px 15px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: rgba(234, 125, 104, .9);
	border: 1px solid #ccc;
	box-shadow: 2px 3px 10px #999;
	cursor: pointer;
}

.este-clean .este-clean_list:hover {
	background-color: rgba(204, 109, 90);
}

.este-clean_dl {
	display: none;
	width: 550px;
	margin: -30px auto 10px;
	padding: 1.5em 1.5em 1em;
	text-align: left;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #999;
}

.este-clean dt {
	margin: 1em 0 0.3em;
	padding: 2px 5px;
	font-family: serif;
	font-size: 1.25em;
	text-align: center;
	color: #eee;
	background-color: #4b88bd;
	cursor: pointer;
}

.este-clean dt:hover {
	opacity: .8;
}

.este-clean dt:first-child {
	margin-top: 0.5em;
}

.este-clean dd {
	display: none;
	line-height: 1.3em;
	color: #666;
}

/*↑　8 衛生・注意事項　.este-clean　↑*/



/* ***** Media Query ***** */

/* max-width:1200px */
@media screen and (max-width:1199px) {

	/*header*/
	.este-head_lead .este-title {
		font-size: 2.188em;
	}

	.este-head_title_ja {
		font-size: 2.188em;
	}

}

/* max-width:960px */
@media screen and (max-width:959px) {
	.este {
		font-size: 0.938em;
	}

	/*este-info*/
	.este-info_wrapper {
		grid-template-columns: 70% 20%;
	}

	.este-info_inner {
		width: 90%;
		padding-left: 4em;
	}

	/*este-spa*/
	.este-spa {
		outline: 5px solid rgba(255, 77, 139, .5);
	}

	.este-spa_wrapper {
		grid-template-rows: auto 1fr 1fr auto;
		grid-template-columns: 1fr;
		grid-row-gap: 2.5em;
		width: 90%;
		color: #444;
	}

	.este-spa_title {
		grid-row: 1;
		grid-column: 1;
		margin: 1.8em -0.5em 0;
		padding: 0.7em 0.5em 1em;
		font-size: 2.375em;
		text-shadow: 0px 0px 3px #fff;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		color: var(--mint-blue);
		background-image: url(../svg/este-flower-r30.svg), linear-gradient(90deg, transparent, rgba(255, 255, 255, .3) 5%, rgba(255, 255, 255, .5) 95%, transparent);
		background-position: center 15%;
		background-size: 40%;
		background-blend-mode: screen;
		border-right: 0;
	}

	.este-spa_title div {
		padding: 0.75em 0;
		background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4) 20%, rgba(255, 255, 255, .4) 80%, transparent);
		border-top: 3px dotted rgb(203, 182, 94);
		border-bottom: 3px dotted rgb(203, 182, 94);
	}

	.este-spa_catch {
		grid-row: 1;
		grid-column: 1;
		align-self: end;
		margin-top: 0;
		padding: 0;
		text-align: center;
		text-shadow: 0px 0px 3px #fff;
	}

	.este-spa_inner01,
	.este-spa_inner02 {
		border-radius: 10px;
	}

	.este-spa_inner01 h3,
	.este-spa_inner02 h3 {
		border-radius: 10px 0 0 10px;
	}

	.este-spa_inner01 {
		grid-row: 2;
		grid-column: 1;
	}

	.este-spa_inner02 {
		grid-row: 3;
		grid-column: 1;
	}

	.este-spa_inner03 {
		grid-row: 4;
		grid-column: 1;
	}

}

/* max-width:767px */
@media screen and (max-width:767px) {

	/*header*/
	.este-head_sec {
		grid-template-rows: 1.875em 1fr auto;
		grid-row-gap: 0;
	}

	.este-head_lead {
		grid-row: 4;
		padding-bottom: 1.875em;
		background-color: rgba(26, 20, 11, .8);
	}

	.este-head_lead .este-title {
		text-shadow: 2px 3px 10px #ccc;
	}

	/*este-lead*/
	.este-lead {
		margin: 0 auto 4.125em;
		padding-bottom: 4em;
		border-bottom: 4px dotted rgba(204, 204, 204, .5);
	}

	.este-list {
		max-width: 85%;
	}

	.este-list ul {
		text-align: justify;
		text-justify: inter-ideograph;
		padding: 1.563em 3em;

	}

	/*este-info*/
	.este-info {
		max-width: 99%;
		margin: 0 auto 6.625em;
		padding-bottom: 4em;
		border-bottom: 4px dotted rgba(204, 204, 204, .5);
	}

	.este-info_wrapper {
		grid-template-rows: 1fr;
		grid-template-columns: 90% auto;
		margin-top: 3.125em;
	}

	.este-info_inner {
		max-width: 90%;
		padding-left: 2.5em;
		padding-right: 2.5em;
	}

	.este-info_info {
		padding-bottom: 5px;
		text-align: center;
	}

	.este-info_link {
		width: 130px;
		height: 35px;
		z-index: 2;
		justify-self: end;
		margin-top: 5px;
		margin-right: 2.5em;
		padding: 5px;
		text-align: center;
		background-color: rgba(102, 102, 102, .5);
		box-shadow: 2px 2px 5px rgba(51, 51, 51, .7);
	}

	.este-info_fig {
		border-radius: 1%;
	}

	.este-info_mat {
		z-index: 1;
		margin: 5% 10%;
	}

	#este-info_note {
		margin-bottom: 0;
	}

	#este-info_note .este-note_info {
		padding-top: 0.5em;
		font-family: serif;
		font-size: 1.875em;
		text-shadow: 3px 5px 15px #ccc;
		border-top: none;
	}

	.este-info_clean {
		padding: 10px 10px;
	}

	/*este-room_relax*/
	.este-room_relax {
		max-width: 85%;
		margin: 0 auto 6.625em;
		padding-bottom: 1.75em;
		border-bottom: 4px dotted rgba(204, 204, 204, .5);
	}

	.room_relax-wrapper {
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		justify-content: center;
		margin: 0 auto;
	}

	.room_relax-inner01 {
		grid-row: 1;
		grid-column: 1;
	}

	.room_relax-inner02 {
		grid-row: 3;
		grid-column: 1;
	}

	.este-room_fig {
		grid-row: 2;
		grid-column: 1;
		text-align: center;
	}

	.room_relax-inner01 p:last-child {
		padding-bottom: 1.5em;
	}

	.room_relax-inner02 p {
		font-size: 1.125em;
	}

	.room_relax-wrapper img {
		width: 85%;
	}

	/*este-menu*/
	.este-menu_index01,
	.este-menu_index02,
	.este-menu_index03 {
		width: 100%;
	}

	.este-menu_fig01,
	.este-menu_fig02,
	.este-menu_fig03 {
		width: 100%;
	}

	.este-appendix {
		width: 100%;
		padding-top: 0.3em;
		text-align: end;
	}

	.este-menu_index01 {
		padding: 2em 0 0;
		border-top: 0.5px solid #ccc;
		border-bottom: 0;
	}

	.este-menu_index02 {
		padding: 2em 0 0;
		border-top: 0.5px solid #ccc;
		border-bottom: 0;
	}

	.este-menu_index03 {
		padding: 2em 0 0;
		border-top: 0.5px solid #ccc;
		border-bottom: 0;
	}

	.este-menu_fig01 {
		margin-bottom: 2em;
		border-top: 0;
		border-bottom: 0;
	}

	.este-menu_fig02 {
		margin-bottom: 2em;
		border-bottom: 0;
	}

	.este-menu_fig03 {
		padding-bottom: 3em;
		border-bottom: 0.5px solid #ccc;
	}

	/*este-spa*/
	.este-spa {
		margin-bottom: 0;
		outline-offset: -30px;
	}

	.este-spa_wrapper {
		width: 95%;
	}

	.este-spa_title {
		margin-top: 0.8em;
		padding: 1.75em 0 0.8em;
		border-right: 0;
	}

	.este-spa_inner01 h3,
	.este-spa_inner02 h3 {
		border-radius: 10px 10px 0 0;
	}

	.este-spa_inner01 {
		display: grid;
		grid-template-rows: 1fr repeat(2, 1fr);
		grid-template-columns: 1fr;
		align-items: center;
		justify-content: center;
	}

	.este-spa_inner01 h3 {
		grid-row: 1;
		grid-column: 1;
		align-self: start;
		padding: 0.75em 0;
		font-size: 1.313em;
		text-align: center;
		vertical-align: middle;
		color: #fff;
		background-color: rgb(255, 77, 139);
		background-origin: border-box;
	}

	.este-spa_inner01 p:first-of-type {
		grid-row: 2;
		grid-column: 1;
		justify-self: center;
		padding: 0 1em;
	}

	.este-spa_inner01 p:last-of-type {
		grid-row: 3;
		grid-column: 1;
		justify-self: center;
		padding: 0 1em;
	}

	.este-spa_inner02 {
		display: grid;
		grid-template-rows: 3.5fr 2fr 1.5fr 2fr;
		grid-template-columns: 1fr;
	}

	.este-spa_inner02 h3 {
		grid-row: 1;
		grid-column: 1;
		align-self: start;
		padding: 0.75em 0;
	}

	.este-spa_inner02 p:first-of-type {
		grid-row: 2;
		grid-column: 1;
		justify-self: center;
		padding: 0.25em 1em 0;
	}

	.este-spa_inner02 p:nth-of-type(2) {
		grid-row: 3;
		grid-column: 1;
		justify-self: center;
		align-self: end;
		padding: 0 1em;
	}

	.este-spa_inner02 p:last-of-type {
		grid-row: 4;
		grid-column: 1;
		justify-self: center;
		padding: 0 1em 0.5em;
	}

	.este-spa_inner03 {
		padding-top: 2em 0;
	}

	/*.este-note*/
	.este-note {
		max-width: 100%;
		margin-top: 0;
		padding-top: 4.125em;
		background-color: rgba(250, 250, 250, .3);
		border: 0;
	}

	.este-note .este-note_info {
		padding-top: 2.5em;
		font-family: serif;
		font-size: 1.875em;
		text-shadow: 3px 5px 15px #ccc;
		border-top: 4px dotted rgba(204, 204, 204, .8);
	}

	.este-note ul {
		padding: 25px 0;
	}

	.este-note dd {
		padding: 0 0.5em;
	}

}

/* max-width:649 */
@media screen and (max-width:649px) {

	.este-main,
	.este-head,
	.este-lead,
	.este-info,
	.este-room_relax,
	.este-bread,
	.este-menu,
	.este-spa_set,
	.este-note,
	.este-clean {
		margin-bottom: 3em;
	}

	/*este-info*/
	.este-info {
		max-width: 100%;
	}

	/*este-note*/
	#este-note {
		margin-top: 5em;
	}

}

/* max-width:543 */
@media screen and (max-width:543px) {
	.text {
		font-size: 1.1em;
	}

	/*este-head*/
	.este-head_lead .este-title {
		padding-bottom: 0.2em;
		border-bottom: 2px ridge var(--light-red);
	}

	.este-head_title_ja:first-of-type {
		display: none;
		margin-top: -2em;
		font-size: 1em;
	}

	.este-head_title_en {
		margin-top: -0.7em;
	}

	/*este-spa*/
	.este-spa_wrapper {
		width: 98%;
	}

	.este-spa_title {
		font-size: 2em;
	}

	.este-spa_catch {
		font-size: 1em;
	}

	/*este-note*/
	.este-note {
		background-color: rgba(250, 250, 250, .8);
	}

	.este-note_info {
		font-family: serif;
		font-size: 1.875em;
		text-shadow: 3px 5px 15px #ccc;
	}

	/*este-clean*/
	.este-clean_dl {
		width: 90%;
	}

}
