<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&amp;display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #204482;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #204482;
}
a:hover {
	color: #204482;
}
a:active {
	color: #204482;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #204482;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#container {
	text-align: left;
	position: relative;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	box-sizing: border-box;
}
#header h1 {
    width: 197px;
}
@media all and (max-width: 1050px) {
	#header h1 {
		width: 160px;
	}
}
@media all and (max-width: 896px) {
	#header {
		padding: 5px 10px;
	}
	#header h1 {
		width: 152px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 45px 0 43px;
	text-align: center;
}
#footer address {
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	font-style: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
@media all and (max-width: 896px) {
	#footer {
		padding: 30px 0 29px;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.noto {
	font-family: 'Noto Sans JP', sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 990px;
	margin: 0 auto;
	padding: 0 15px 0 17px;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit;
		padding: 0 30px;
	}
}
/*------------------------------------------------------------
	com-link
------------------------------------------------------------*/
.com-link {
	width: 350px;
	margin: 0 auto;
}
.com-link a {
	padding: 24px 0 29px;
	display: block;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	background-color: #000;
}
.com-link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.com-link {
		width: auto;
		max-width: 328px;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.main-visual {
	padding: 49px 15px;
	height: 851px;
	position: relative;
	background: url(../img/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
.main-visual::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 330px;
	background : linear-gradient(0, rgba(255, 255, 255, 1) 0%, rgba(172, 172, 172, 1) 27.04%, rgba(98, 98, 98, 1) 53.37%, rgba(45, 45, 45, 1) 75.01%, rgba(12, 12, 12, 1) 91.15%, rgba(0, 0, 0, 1) 100%);
	content: "";
	mix-blend-mode: multiply;
}
.main-visual .text-img {
	max-width: 904px;
	margin: 0 auto;
	position: relative;
}
.main-visual .bg-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 15px 38px;
	background : rgba(32, 68, 130, 0.8);
	box-sizing: border-box;
}
.main-visual p {
	margin: 0 34px 23px 0;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.01em;
	font-weight: 600;
}
.main-visual ul {
	align-items: center;
}
.main-visual li {
	margin: 0 43px;
}
.main-visual li img {
	height: 31px;
}
#main {
	padding-top: 104px;
	position: relative;
	background: url(../img/main_bg.jpg) no-repeat top center;
	background-size: cover;
}
#main::before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 200px;
	width: 100%;
	background-image: linear-gradient( 180deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
	content: "";
}
#main .top-box {
	margin-bottom: 37px;
	overflow: hidden;
}
#main .top-box .bg-box {
	margin-bottom: 40px;
	padding: 25px 24px 23px;
	background-color: rgba(255,255,255,0.5);
}
#main .top-box ul {
	position: relative;
}
#main .top-box ul::after {
	content: "";
	width: 29.67%;
}
#main .top-box li {
	width: 29.67%;
}
#main .top-box .pho {
	margin-bottom: 23px;
	position: relative;
}
#main .top-box .pho .img {
	position: absolute;
	bottom: -35px;
    right: -29px;
	width: 170px;
}
#main .top-box h2 {
	margin-bottom: 9px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.63;
	font-weight: 700;
	position: relative;
}
#main .top-box h2 .big {
	margin-bottom: -2px;
	display: block;
	font-size: 2.1rem;
}
#main .top-box li:nth-child(3) .big {
	line-height: 1.5;
	margin-bottom: 0;
}
#main .top-box h2 .sml01 {
	display: block;
	font-size: 1.85rem;
}
#main .top-box h2 .sml02 {
	margin: -2px 0 5px;
	display: block;
	font-size: 1.6rem;
}
#main .top-box p {
	font-weight: 500;
	line-height: 2;
	text-align: justify;
	letter-spacing: -0.01em;
}
#main .top-box p span {
	margin-top: 4px;
	display: block;
	font-size: 1.3rem;
}
#main .top-box p a {
	text-decoration: underline;
}
#main .top-box p a:hover {
	text-decoration: none;
}
#main .method {
	margin-bottom: 151px;
}
#main .method h2 {
	margin-bottom: 37px;
	text-align: center;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}
#main .method ul {
	margin: 0 -1px;
	position: relative;
}
#main .method ul::after {
	width: 31.25%;
	content: "";
}
#main .method li {
	width: 31.25%;
	padding: 10px 29px 36px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .method .step {
    width: 72px;
	margin: 0 auto 27px;
	padding: 1px 0;
	text-align: center;
    border-left: 1px solid #204482;
    border-right: 1px solid #204482;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.066em;
}
#main .method .step span {
	margin-top: 2px;
    display: block;
    font-size: 3.8rem;
}
#main .method .img {
	margin-bottom: 16px;
	height: 137px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#main .method .img img {
	height: 137px;
}
#main .method li:first-child img {
	height: 111px;
}
#main .method p {
	margin-right: -5px;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	line-height: 1.77;
}
#main .salon {
	margin: 0 -1px 78px;
	padding: 77px 33px 79px;
	background-color: rgba(255,255,255,0.5);
}
#main .salon h2 {
	margin: 0 4px 59px 0;
	text-align: center;
}
#main .salon h2 img {
	width: 225px;
}
#main .salon .top-text {
	margin-bottom: 65px;
	text-align: center;
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.27;
}
#main .salon ul {
	margin-bottom: 50px;
	position: relative;
}
#main .salon ul::after {
	content: "";
	width: 30.2%;
}
#main .salon li {
	width: 30.2%;
	color: #000;
}
#main .salon li h3 {
	margin-bottom: 7px;
	display: flex;
	min-height: 75px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.63;
}
#main .salon li p {
	margin-bottom: 4px;
	line-height: 2;
}
#main .salon li .num {
	margin: 0 auto 20px;
	width: 130px;
	height: 130px;
	padding-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	background-color: #204482;
	border-radius: 100px;
	box-sizing: border-box;
}
#main .salon li .note {
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: -0.1em;
	line-height: 1.66;
}
#main .salon .com-link {
	width: 430px;
}
#main .terms {
	margin: 0 -1px;
}
#main .terms h2 {
	margin-bottom: 21px;
	text-align: center;
	font-weight: 600;
	font-size: 3rem;
	letter-spacing: 0.15em;
}
#main .terms .white-bg {
    padding: 24px 6px 14px 35px;
    height: 330px;
	color: #000;
    box-sizing: border-box;
    background-color: #fff;
}
#main .terms .inner .white-bg {
    padding-top: 28px;
}
#main .terms .ttl {
	margin-bottom: 9px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.04em;
}
#main .terms .ttl .big {
    display: block;
    margin-bottom: -3px;
    font-size: 1.8rem;
}
#main .terms .ttl .link {
    display: block;
    font-size: 1.5rem;
}
#main .terms .text-list li {
    padding-left: 0.5em;
    text-indent: -0.5em;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.66;
}
#main .terms .text-ul li {
	padding-bottom: 14px;
	font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.66;
}
#main .terms a {
	color: #000;
	text-decoration: underline;
}
#main .terms a:hover {
	text-decoration: none;
}
#main .terms .info {
	margin-bottom: 73px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 70px!important;
    width: 8px;
	border-radius: 10px;
	background : rgba(117, 105, 75, 0.5) !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px!important;
	border-radius: 10px;
	background : rgba(117, 105, 75, 0.5) !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 8px!important;
	margin: -10px 0 0 !important;
	background : rgba(117, 105, 75, 0.5) !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}
.mCSB_scrollTools {
    opacity: 1;
}
@media all and (max-width: 1150px) {
	.main-visual li {
		margin: 0 18px;
	}
	#main .salon li h3 {
		font-size: 2rem;
	}
}
@media all and (max-width: 896px) {
	.main-visual {
		padding: 84px 30px;
		height: 164vw;
		max-height: 900px;
		background-image: url(../img/main_visual_bg_sp.jpg);
	}
	.main-visual::before {
		height: 290px;
	}
	.main-visual .bg-box {
		padding: 21px 5px 16px;
	}
	.main-visual p {
		margin: 0 0 15px;
		font-size: 1.25rem;
		letter-spacing: 0.01em;
	}
	.main-visual li {
		margin: 0 9px;
	}
	.main-visual li img {
		height: 12px;
	}
	.main-visual .text-img {
		max-width: inherit;
	}
	.main-visual .text-img img {
		width: 100%;
	}
	#main {
		padding: 38px 0 60px;
		background-image: url(../img/main_bg_sp.jpg);
	}
	#main::before {
		display: none;
	}
	#main .top-box {
		margin-bottom: 55px;
	}
	#main .top-box .bg-box {
		margin-bottom: 62px;
		padding: 0;
		background-color: transparent;
	}
	#main .top-box ul {
		display: block;
	}
	#main .top-box li {
		margin-bottom: 32px;
		padding-bottom: 25px;
		width: auto;
		background-color: rgba(255,255,255,0.5);
	}
	#main .top-box li:last-child {
		margin-bottom: 0;
	}
	#main .top-box .pho {
		margin-bottom: 25px;
	}
	#main .top-box .pho img {
		width: 100%;
	}
	#main .top-box li:last-child .pho {
		margin-bottom: 56px;
	}
	#main .top-box .pho .img {
		bottom: -64px;
		right: -10.7%;
		width: 63%;
	}
	#main .top-box h2 {
		margin: 0 10px 11px;
		font-size: 1.65rem;
		line-height: 1.55;
	}
	#main .top-box h2 .big {
		margin-bottom: -1px;
		font-size: 2.2rem;
	}
	#main .top-box h2 .sml01 {
		font-size: 2rem;
	}
	#main .top-box h2 .sml02 {
		margin: -1px 0 6px;
		font-size: 1.7rem;
	}
	#main .top-box li:nth-child(2) h2 .big {
		margin: 2px 0 -4px;
	} 
	#main .top-box li:nth-child(3) h2 {
		padding: 0;
		margin-top: -13px;
	}
	#main .top-box li:nth-child(3) h2 .big {
		margin: 2px 0 -2px;
	} 
	#main .top-box p {
		margin: 0 20px;
		line-height: 1.75;
		font-size: 1.6rem;
	}
	#main .top-box p span {
		margin-top: 0;
		font-size: 1.6rem;
	}
	#main .top-box p a:hover {
		text-decoration: underline;
	}
	#main .method {
		margin-bottom: 124px;
	}
	#main .method h2 {
		margin-bottom: 39px;
		font-size: 2.4rem;
	}
	#main .method ul {
		margin: 0;
		display: block;
	}
	#main .method li {
		width: auto;
		margin-bottom: 44px;
		padding: 11px 32px 38px;
	}
	#main .method li:last-child {
		margin-bottom: 0;
	}
	#main .method .step {
		width: 79px;
		margin: 0 auto 31px;
		font-size: 1.43rem;
	}
	#main .method .step span {
		margin-top: 2px;
		font-size: 4.18rem;
	}
	#main .method .img {
		margin-bottom: 19px;
		height: 150px;
	}
	#main .method .img img {
		height: 150px;
	}
	#main .method li:first-child img {
		height: 122px;
	}
	#main .method p {
		margin-right: -5px;
		font-size: 1.4rem;
	}
	#main .salon {
		margin: 0 0 38px;
		padding: 42px 10px 41px;
	}
	#main .salon h2 {
		margin: 0 4px 32px 0;
	}
	#main .salon h2 img {
		width: 182px;
	}
	#main .salon .top-text {
		margin-bottom: 35px;
		font-size: 1.45rem;
		line-height: 2;
	}
	#main .salon ul {
		margin: 0 30px 35px;
		display: block;
	}
	#main .salon li {
		margin-bottom: 38px;
		width: auto;
	}
	#main .salon li:last-child {
		margin-bottom: 0;
	}
	#main .salon li h3 {
		margin-bottom: 22px;
		display: block;
		min-height: inherit;
		font-size: 1.98rem;
	}
	#main .salon li p {
		margin-bottom: 4px;
		font-size: 1.35rem;
	}
	#main .salon li .num {
		margin: 0 auto 35px;
		width: 117px;
		height: 117px;
		padding-top: 26px;
		font-size: 5.4rem;
	}
	#main .salon li .note {
		margin-bottom: 0;
		font-size: 1.08rem;
	}
	#main .salon .com-link {
		width: auto;
		padding: 0 11px;
		box-sizing: border-box;
	}
	#main .salon .com-link a {
		padding: 13px 0 17px;
		line-height: 1.67;
	}
	#main .terms {
		margin: 0;
	}
	#main .terms h2 {
		margin-bottom: 13px;
		font-size: 2rem;
	}
	#main .terms .white-bg {
		padding: 17px 5px 14px 22px;
		height: 500px;
	}
	#main .terms .inner .white-bg {
		padding-top: 10px;
	}
	#main .terms .ttl {
		margin-bottom: 25px;
		line-height: 1.71;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#main .terms .ttl .big {
		margin-bottom: 3px;
		font-size: 1.6rem;
	}
	#main .terms .ttl .link {
		font-size: 1.4rem;
	}
	#main .terms a:hover {
		text-decoration: underline;
	}
	#main .terms .text-list li {
		padding-left: 0;
		text-indent: 0;
	}
	#main .terms .info {
		margin-bottom: 37px;
	}
}
@media all and (max-width: 359px) {
	.main-visual li {
		margin: 0 4px;
	}
	#main .salon .top-text {
		font-size: 1.3rem;
	}
	#main .salon ul {
		margin: 0 5px 35px;
	}
	.com-link a {
		letter-spacing: 0;
	}
}</pre></body></html>