<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#location-salon-list {
	color: #333;
	text-align: center;
	border: 1px none currentColor;
	overflow: hidden;
}
#location-salon-list &gt; h3 {
	font-size: 1em;
	font-weight: inherit;
	cursor: pointer;
	display: none;
	padding: 5px;
	position: relative;
}
#location-salon-list &gt; h3:hover {
	background-color: #DDD;
}

#location-salon-list &gt; ul {
	border: inherit;
}

#location-salon-list &gt; ul &gt; li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 11.1111%;
	width: calc(100% / 9);
	border-width: 1px;
	border-color: inherit;
	border-style: solid;
	border-right-style: none;
}
#location-salon-list &gt; ul &gt; li:last-child {
	border-style: solid;
}

#location-salon-list &gt; ul &gt; li &gt; a {
	background-color: #FFF;
	display: block;
	color: inherit;
	padding: 7px 5px;
}
#location-salon-list &gt; ul &gt; li.active &gt; a,
#location-salon-list &gt; ul &gt; li &gt; a:hover {
	background-color: #666;
	color: #FFF;
	text-decoration: none;
}


#location-salon-list2 {
	color: #333;
	text-align: center;
	border: 1px none currentColor;
	overflow: hidden;
}
#location-salon-list2 &gt; h3 {
	font-size: 1em;
	font-weight: inherit;
	cursor: pointer;
	display: none;
	padding: 5px;
	position: relative;
}
#location-salon-list2 &gt; h3:hover {
	background-color: #DDD;
}

#location-salon-list2 &gt; ul {
	border: inherit;
}

#location-salon-list2 &gt; ul &gt; li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 300px;
	border-width: 1px;
	border-color: inherit;
	border-style: solid;
	border-right-style: none;
}
#location-salon-list2 &gt; ul &gt; li:last-child {
	border-style: solid;
}

#location-salon-list2 &gt; ul &gt; li &gt; a {
	background-color: #FFF;
	display: block;
	color: inherit;
	padding: 7px 5px;
}
#location-salon-list2 &gt; ul &gt; li.active &gt; a,
#location-salon-list2 &gt; ul &gt; li &gt; a:hover {
	background-color: #666;
	color: #FFF;
	text-decoration: none;
}


/* ---- */
.midasi2.box-style {
	font-size: 1em;
}

.midasi2.box-style &gt; div {
	padding: 30px 15px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	position: relative;
	max-width: 800px;
}

.midasi2.box-style &gt; div .lead {
	text-align: center;
	margin: 0 auto;
}
.midasi2.box-style &gt; div p {
	font-size: 0.8em;
}

/* */
.iframe-holder {
	background-color: #888;
	position: relative;
	padding-top: 65%;
}
.iframe-holder.big {
	padding-top: 25%;
	max-height: 400px;
}
.iframe-holder iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* */
#salon-top
{}

#salon-top &gt; img,
#salon-top &gt; div {
	display: inline-block;
	vertical-align: top;
}
#salon-top &gt; img {
	width: 48%;
	margin-right: 2%;
}

#salon-top &gt; div {
	width: 50%;
}

#salon-top &gt; div h4 {
	border-bottom: 1px solid currentColor;
	font-size: 1.25em;
	line-height: 1.6em;
	font-weight: inherit;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#salon-top &gt; div p:not(:last-child) {
	margin-bottom: 20px;
}
#salon-top &gt; div &gt; a {
	background-color: #EB1F78;
	background: -webkit-linear-gradient(top, #EB1F78, #B12753);
	background: linear-gradient(to bottom, #EB1F78, #B12753);
	color: #FFF;
	font-size: 1.05em;
	text-align: center;
	display: block;
	border-radius: 10px;
	padding: 10px;
	max-width: 360px;
	margin: 0 auto;
}

#salon-top &gt; div &gt; a &gt; small {
	display: block;
	font-size: 0.9em;
}
#salon-top &gt; div &gt; a &gt; strong {
	display: block;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
}
#salon-top &gt; div &gt; a &gt; strong em {
	background-color: #FFF;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #CD1559;
	text-align: center;
	padding: 0.25em 0.5em;
	border-radius: 5px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

#salon-top &gt; div &gt; a:hover {
	background-color: #FB2F88;
	background: -webkit-linear-gradient(top, #FB2F88, #C13763);
	background: linear-gradient(to bottom, #FB2F88, #C13763);
	text-decoration: none;
}

#salon-top &gt; div &gt; a:hover &gt; strong em {
	color: #DD2569;
}

/* ------- */
.salon-footnote {
	margin: 0 auto;
}

.salon-footnote p {
	font-size: 1.25em;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

/* ------- */
.salon-mid-wrap {
	background: url("../img/top/bg_line.png");
	padding: 30px;
	position: relative;
}

.salon-mid {
	overflow: hidden;
}
.salon-mid &gt; li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	position: static;
}
.salon-mid &gt; li:nth-child(3n) {
	margin-right: 0;
}
.salon-mid &gt; li:nth-child(n+4) {
	margin-top: 2%;
}
.salon-mid &gt; li img {
	display: block;
	margin: 0 auto 10px;
}
.salon-mid &gt; li p {
	margin: 0 auto;
}
.salon-mid &gt; li &gt; a {
	display: block;
	color: inherit;
}
.salon-mid &gt; li &gt; a:hover {
	text-decoration: none;
}

/* */
.salon-mid-navi {
	display: none;
}

/* ------- */
#route_tabs {
	max-width: 600px;
	margin: 0 auto 30px;
}

#route_tabs &gt; li {
	background-color: #FFF;
	overflow: hidden;
	color: #4D4D4D;
	text-align: center;
	padding: 10px 30px;
	border-radius: 8px;
	border: 1px solid #4D4D4D;
	position: relative;
	cursor: pointer;
}

#route_tabs &gt; li:not(:last-child) {
	margin-bottom: 15px;
}

#route_tabs &gt; li:hover {
	background-color: #DDD;
}

#route_tabs &gt; li.on {
	background-color: #555;
	color: #FFF;
}

#route_tabs &gt; li::after {
	content: "";
	border: 1px solid transparent;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-top-color: currentColor;
	border-right-color: currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#route_tabs &gt; li.on::after {
	margin-top: -9px;
	right: 12px;
	border-top-color: transparent;
	border-bottom-color: currentColor;
}

/* ----- */
.annotation.route-annotation {
	padding-bottom: 30px;
}

.annotation.route-annotation &gt; h4 strong {
	font-size: 1.25em;
	line-height: 1.6em;
	display: inline-block;
}

/* --- */
.route_box.hide {
	display: none;
}

/* --- */
.route_thumbs {
	margin: 0 auto 20px;
	counter-reset: counter0;
	padding: 0 15px;
}

.route_thumbs &gt; a {
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	width: 10.75%;
	margin-right: 2%;
	counter-increment: counter0;
	position: relative;
}
.route_thumbs &gt; a:nth-child(8n) {
	margin-right: 0;
}
.route_thumbs &gt; a:nth-child(n+9) {
	margin-top: 2%;
}
.route_thumbs &gt; a::before {
	background-color: #099FD1;
	content: counter(counter0);
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	color: #FFF;
	font-size: 1.05em;
	min-width: 1.5em;
	line-height: 1.5em;
	text-align: center;
}
.route_thumbs &gt; a img {
	display: block;
	margin: 0 auto;
}

.route_thumbs &gt; a:hover {
	opacity: 0.8;
}
.route_thumbs &gt; a:hover img {
	opacity: 1;
}

/* */
.route_info {
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px;
	display: none;
	overflow: hidden;
	position: relative;
}

.route_info.on {
	display: block;
}

/* */
.route_info dl {
	margin-bottom: 20px;
}

.route_info dl &gt; dt {
	font-size: 1.35em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 2em;
	text-indent: -2em;
}

.route_info dl &gt; dt b {
	background-color: #099FD1;
	display: inline-block;
	color: #FFF;
	text-align: center;
	min-width: 1.35em;
	margin-right: 0.65em;
	text-indent: 0;
}

.route_info dl &gt; dd
{}

/* */
.route_image {
	width: 58%;
	display: block;
	vertical-align: top;
	margin: 0 0 0 auto !important;
}

.route_image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* */
.route_map {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 38%;
	text-align: center;
}

.route_map p {
	margin: 0 auto 10px;
	text-align: center;
}

.route_map p a {
	display: inline-block;
	vertical-align: bottom;
	padding: 0.2em;
}

.route_map img {
	margin: 0 auto;
	display: block;
}


/* ======= */
.honolulu .route_image {
	width: auto;
	margin: 0 auto 20px !important;
	max-width: 750px;
}

/* */
.honolulu .route_map {
	position: static;
	width: auto;
}
.honolulu .route_map img {
	display: none;
}

/* --------- */
#salon-gallery {
	overflow: hidden;
}

#salon-gallery &gt; li {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #FFF;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	position: static;
}
#salon-gallery &gt; li:nth-child(3n) {
	margin-right: 0;
}
#salon-gallery &gt; li:nth-child(n+4) {
	margin-top: 2%;
}
#salon-gallery &gt; li img {
	display: block;
}

/* */
#salon-gallery-navi {
	font-size: 1.5em;
	position: relative;
	margin: 20px auto 0;
	max-width: 400px;
	display: none;
}

#salon-gallery-navi p {
	font-size: 1em;
	line-height: 1.5em;
}
#salon-gallery-navi a {
	background-color: #E0E0E0;
	position: absolute;
	top: 0;
	color: inherit;
	width: 1.5em;
	height: 1.5em;
	cursor: pointer;
}
#salon-gallery-navi a:first-child {
	left: 0;
}
#salon-gallery-navi a:last-child {
	right: 0;
}
#salon-gallery-navi a:hover {
	background-color: #D0D0D0;
}
#salon-gallery-navi a::before,
#salon-gallery-navi a::after {
	border-left: 2px solid currentColor;
	content: "";
	left: 50%;
	margin-left: -1px;
	box-sizing: border-box;
	position: absolute;
}
#salon-gallery-navi a::before {
	top: 15%;
	bottom: 50%;
}
#salon-gallery-navi a::after {
	bottom: 15%;
	top: 50%;
}

#salon-gallery-navi a:first-child::after,
#salon-gallery-navi a:last-child::before {
	-webkit-transform: skew(15deg);
	-ms-transform: skew(15deg);
	transform: skew(15deg);
}
#salon-gallery-navi a:first-child::before,
#salon-gallery-navi a:last-child::after {
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
}

.midasi.b-line {
	max-width: 620px;
	margin-left: auto;
	margin-left: auto;
	padding-bottom: 6px;
	border-bottom: 1px solid #c4bbc0;
}
.midasi.b-line em {
	font-size: 150%;
}

/* ============================================================================================= */
@media only screen and (max-width: 1024px) {
	#location-salon-list &gt; ul &gt; li &gt; a {
		font-size: 0.925em;
	}
}

/* ============================================================================================= */
@media only screen and (max-width: 799px) {
	#location-salon-list {
		border-style: solid;
		border-radius: 5px;
	}
	#location-salon-list &gt; h3 {
		display: block;
		padding-right: 30px;
		padding-left: 30px;
	}
	#location-salon-list &gt; h3::after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		box-sizing: border-box;
		border: 1px solid transparent;
		border-top-color: currentColor;
		border-right-color: currentColor;
		right: 15px;
		top: 50%;
		margin-top: -6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#location-salon-list &gt; h3.active::after {
		border-top-color: transparent;
		border-bottom-color: currentColor;
		right: 12px;
		margin-top: -9px;
	}
	
	#location-salon-list &gt; h3,
	#location-salon-list &gt; ul &gt; li &gt; a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.15em;
	}

	#location-salon-list &gt; ul {
		border: none;
		display: none;
	}
	#location-salon-list &gt; h3.active ~ ul {
		display: block;
	}

	#location-salon-list &gt; ul &gt; li {
		display: block;
		width: auto;
		border-width: 0;
		border-style: none;
		border-bottom: 1px solid #C6C6C6;
	}
	#location-salon-list &gt; ul &gt; li:first-child {
		border-top: 1px solid #C6C6C6;
	}
	#location-salon-list &gt; ul &gt; li:last-child {
		border-style: none;
	}
	

/* */
	#salon-top &gt; img,
	#salon-top &gt; div {
		display: block;
		width: auto;
	}
	#salon-top &gt; img {
		margin: 0 auto 20px;
		width: 100%;
	}
	#salon-top &gt; div &gt; a {
		font-size: 1em;
		max-width: none;
	}
	#salon-top &gt; div &gt; a &gt; strong {
		font-size: 1.1em;
	}

/* */
	.salon-mid-wrap {
		padding: 15px;
	}

	.salon-mid {
		white-space: nowrap;
	}
	.salon-mid &gt; li {
		width: 100%;
		white-space: normal;
		margin-right: 0;
		position: relative;
	}
	.salon-mid &gt; li:nth-child(3n) {
		margin-right: 0;
	}
	.salon-mid &gt; li:nth-child(n+4) {
		margin-top: 0;
	}
/* */
	.salon-mid-navi {
		display: block;
		position: relative;
		font-size: 1.25em;
		text-align: center;
	}

	.salon-mid-navi &gt; a,
	.salon-mid-navi &gt; p {
		display: inline-block;
		vertical-align: middle;
	}
	
	.salon-mid-navi &gt; a {
		background-color: #E0E0E0;
		width: 30px;
		height: 30px;
		cursor: pointer;
		position: relative;
		color: inherit;
	}
	.salon-mid-navi &gt; a::before,
	.salon-mid-navi &gt; a::after {
		content: "";
		border-left: 2px solid currentColor;
		left: 50%;
		margin-left: -1px;
		position: absolute;
	}
	.salon-mid-navi &gt; a::before {
		top: 5px;
		bottom: 50%;
	}
	.salon-mid-navi &gt; a::after {
		bottom: 5px;
		top: 50%;
	}
	.salon-mid-navi &gt; a:last-child::before,
	.salon-mid-navi &gt; a:first-child::after {
		-webkit-transform: skew(20deg);
		-ms-transform: skew(20deg);
		transform: skew(20deg);
	}
	.salon-mid-navi &gt; a:last-child::after,
	.salon-mid-navi &gt; a:first-child::before {
		-webkit-transform: skew(-20deg);
		-ms-transform: skew(-20deg);
		transform: skew(-20deg);
	}
	
	.salon-mid-navi &gt; a:hover {
		background-color: #C0C0C0;
	}
	
	.salon-mid-navi &gt; p {
		margin: 0 2em;
	}

/* */
	.annotation.route-annotation {
		padding-bottom: 10px;
	}
	
/* */
	.route_thumbs {
		padding: 0;
	}
	.route_thumbs &gt; a {
		width: 23.5%;
		margin-right: 2%;
	}
	.route_thumbs &gt; a:nth-child(8n) {
		margin-right: 2%;
	}
	.route_thumbs &gt; a:nth-child(4n) {
		margin-right: 0;
	}
	.route_thumbs &gt; a:nth-child(n+5) {
		margin-top: 2%;
	}
	.route_thumbs &gt; a::before {
		font-size: 1.25em;
		min-width: 1.5em;
		line-height: 1.5em;
	}

/* */
	.route_info dl &gt; dt {
		font-size: 1.2em;
	}
/* */
	.route_image {
		width: auto;
		margin: 0 auto !important;
	}

/* */
	.route_map {
		position: static;
		width: auto;
		margin: 20px auto 0;
	}
	
	.route_map p {
		font-size: 1.05em;
	}
	
	.route_map p a {
		padding: 0.25em;
	}

/* --- */
	#salon-gallery {
		white-space: nowrap;
	}
	#salon-gallery &gt; li {
		width: 100%;
		margin-right: 0;
		position: relative;
		white-space: normal;
	}
	#salon-gallery &gt; li:nth-child(n+4) {
		margin-top: 0;
	}
/* */
	#salon-gallery-navi {
		display: block;
	}
}

/* ============================================================================================= */
@media only screen and (max-width: 600px) {
	.route_thumbs &gt; a::before {
		font-size: 1.1em;
	}
	.iframe-holder.big {
		padding-top: 0;
		max-height: none;
		height: 300px;
	}
	
	#route_tabs &gt; li {
		font-size: 0.95em;
		padding-right: 20px;
		padding-left: 20px;
	}
	
	#route_tabs &gt; li::after {
		width: 8px;
		height: 8px;
		right: 10px;
		margin-top: -4px;
	}
	#route_tabs &gt; li.on::after {
		margin-top: -6px;
		right: 8px;
	}

	.midasi.b-line em {
		font-size: 130%;
	}

}



.route-text {
	margin: 15px auto 40px;
	max-width: 940px;	
}

.route-text h4 {
	font-size: 120%;
}
.route-text ul {
	margin: 0 0 20px;
}
.route-text ul li {
	margin: 10px 0 0;
	padding-left: 1em;
	text-indent: -1em;
}
.route-text ul li:before {
	content: "â—";
	color: #84cfe8;
}

.chillma-reception {
	overflow: hidden;
	counter-reset: route;
}

.chillma-reception li {
	box-sizing: border-box;
	padding: 5px;
	float: left;
	width: 50%;
}
.chillma-reception li &gt; div {
	position: relative;
	margin: 0 0 5px;
}
.chillma-reception li &gt; div img {
	display: block;
	width: 100%;
}
.chillma-reception li &gt; div:before {
	counter-increment: route;
	content: counter(route);
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	background: #0aa0d2;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

@media only screen and (min-width: 800px) {
	.chillma-reception li {
		padding: 10px;
		width: 33.3333%;
	}
	.chillma-reception li &gt; div:before {
		width: 30px;
		height: 30px;
		font-size: 24px;
		line-height: 32px;
	}
}




/* ============================================================================================= */
#location-salon-tab li {
	position: relative;
	display: inline-block;
	background-color: #e4f4fa;
	height: 74px;
	text-align: center;
	margin-bottom: 10px;
	vertical-align: top;
}

#location-salon-tab li:nth-child(1) {
	width: 200px;
}
#location-salon-tab li:nth-child(2) {
	width: 332px;
	margin-left: 3px;
	margin-right: 3px;
}
#location-salon-tab li:nth-child(3) {
	width: 462px;
}



#location-salon-tab li a{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
	font-weight: bold;
}

#location-salon-tab li a span {
	display: block;
}

#location-salon-tab li a span.upper {
	color: #24a1d0;
}
#location-salon-tab li a span.main {
	color: #000;
	letter-spacing: 0.125em;
}

#location-salon-tab li:hover a{
	text-decoration: none;
}
#location-salon-tab li:hover, #location-salon-tab li.active {
	background-color: #24a1d0;
}
#location-salon-tab li:hover:after, #location-salon-tab li.active:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #24a2d0 transparent transparent transparent;
}
#location-salon-tab li:hover a span.upper, #location-salon-tab li.active a span.upper {
	color: #fff;
}
#location-salon-tab li:hover a span.main, #location-salon-tab li.active a span.main {
	color: #fff;
}

@media only screen and (min-width: 800px) {
#location-salon-tab li a span br {
	display: none;
}
}

@media only screen and (max-width: 1019px) {
#location-salon-tab li:nth-child(1) {
	width: 23.5%;
}
#location-salon-tab li:nth-child(2) {
	width: 31.5%;
	margin-left: 0.25%;
	margin-right: 0.25%;
}
#location-salon-tab li:nth-child(3) {
	width: 44.5%;
}
}
@media only screen and (max-width: 799px) {
#location-salon-tab li a{
	font-size: 10px;
}
}</pre></body></html>