<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* colors */
/* font-styles */
/* font-familys */
::selection {
	background: #d19f59;
	color: #fff;
}

::-moz-selection {
	background: #d19f59;
	color: #fff;
}

html {
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Open Sans", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0;
	color: #3b3127;
	overflow-x: hidden;
	background-color: #fff;
	/*	-webkit-text-stroke-width: 0.1px; */
}

img {
	width: 100%;
}

.inner {
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pc {
	display: none !important;
}

.smt {
	display: block !important;
}

.pc-inline {
	display: none !important;
}

.smt-inline {
	display: inline-block !important;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
	font-weight: bold;
}
.ib{
	display: inline-block;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, p b {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

h1 {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	border-bottom: 1px solid #dcb681;
	padding: 5px;
}

header {
	border-bottom: 3px solid #d19f59;
}

#logo {
	line-height: 0;
	margin: 10px auto;
	width: 80%;
	max-width: 390px;
}

.slides-wrap {
	position: relative;
	margin: 0 0 3%;
}
.slides-wrap .slides {
	position: relative;
	overflow: hidden;
}
.slides-wrap .slides span {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.slides-wrap .slides span img {
	position: relative;
	top: 0;
	left: 0;
	-moz-transition: all 10s linear;
	-o-transition: all 10s linear;
	-webkit-transition: all 10s linear;
	transition: all 10s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slides-wrap .slides span:nth-child(odd) img {
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.slides-wrap .slides span:nth-child(even) img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.slides-wrap .slides span.show {
	position: relative;
}
.slides-wrap .slides span:nth-child(odd).show img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.slides-wrap .slides span:nth-child(even).show img {
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.slides-wrap .slides-caption .capt.smt {
	text-align: center;
	line-height: 1.5em;
}
.slides-wrap .slides-caption .capt.smt strong {
	display: block;
	font-size: 18px;
	line-height: 1.3em;
	margin: 0 0 10px;
}
.slides-wrap .slides-caption .capt.smt strong b {
	color: #d19f59;
}
.slides-wrap .indicator {
	padding: 0 10px;
	margin: 10px -1% 0;
}
.slides-wrap .indicator div {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 31.3%;
	margin: 1%;
}
.slides-wrap .indicator div span {
	line-height: 0;
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
}
.slides-wrap .indicator div span img {
	width: 160%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slides-wrap .indicator div:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 0;
	height: 0;
	border: 2px solid #0AA0D2;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slides-wrap .indicator div:hover:before,
.slides-wrap .indicator div.active:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	opacity: 1;
	width: 98%;
	height: 98%;
}

section {
	padding: 10px 0;
}

.sec01 {
	text-align: center;
	background: url(../img/common/bg_stripe.png);
}
.sec01 .sec-head h2 {
	font-size: 18px;
	line-height: 1.3em;
}
.sec01 .sec-head p {
	margin: 10px 0 0;
	line-height: 1.5em;
}
.sec01 .sec-body img.img01 {
	display: block;
	width: 80%;
	max-width: 430px;
	margin: 10px auto 0;
}

.sec02 .sub-sec {
	overflow: hidden;
	margin: 5% 0 0;
}
.sec02 .sub-sec h3 {
	position: relative;
	font-size: 18px;
	line-height: 1.6em;
	margin: 0 0 10px;
}
.sec02 .sub-sec h3 span {
	position: relative;
	z-index: 1;
}
.sec02 .sub-sec h3:after {
	content: '';
	display: block;
	width: 30%;
	max-width: 150px;
	height: 0;
	padding-top: 40%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/main/sec02/point.png) no-repeat;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.sec02 .sub-sec p {
	margin: 0 0 10px;
}
.sec02 .sub-sec .sec-right,
.sec02 .sub-sec .sec-left {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sec02 .sub-sec:first-of-type {
	margin: 0;
}

.sec03 .sec-head h2 {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #d19f59;
	padding: 0 0 10px;
}
.sec03 .sec-head h2 span {
	display: block;
	font-size: 16px;
	font-family: Times, "Times New Roman", serif;
}
.sec03 .sec-head h2 strong {
	color: #d19f59;
	font-size: 18px;
	line-height: 1.2em;
}
.sec03 .sec-head h2 strong b {
	margin: 0 !important;
	padding: 0 !important;
}
.sec03 .sec-head h2:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	border: 10px solid transparent;
	border-top: 10px solid #d19f59;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec03 .sec-body {
	margin: 5% -10px 0;
	background-color: #f4f2eb;
	padding: 20px 10px;
}
.sec03 .separate {
	text-align: center;
	margin: 5% 0;
}
.sec03 .separate img {
	width: 50%;
	max-width: 210px;
}

.plan {

}
.plan:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.plan .plan-right {
	text-align: center;
}
.plan .plan-right img.pattern {
	width: 50%;
	max-width: 200px;
}
.plan .plan-right h3 {
	color: #d19f59;
	font-size: 18px;
}
.plan .plan-right h3 small {
	display: block;
	color: #3b3127;
	font-size: 14px;
	font-family: "Open Sans", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-weight: normal;
}
.plan .plan-right p {
	font-size: 12px;
	line-height: 1.5em;
}
.plan .plan-right .price {
	margin: 10px 0;
}
.plan .plan-right .price strong {
	font-family: Times, "Times New Roman", serif;
	font-size: 28px;
	margin: 0 5px 0 0;
}
.plan .plan-right .price p{
	margin: 5px 0 0;
	color: #c0272d;
	font-size: 13px;
	font-family: "Open Sans", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
.plan .plan-right .price p b{
	font-weight: bold;
}
.plan .plan-right .location {
	text-align: left;
	margin: 10px 0 0;
	background: #fff;
	padding: 10px 0 10px 10px;
}
.plan .plan-right .location ul{
	font-size: 0;
	overflow: hidden;
}

.plan .plan-right .location ul li {
	display: inline-block;
	box-sizing: border-box;
	min-width: 50%;
	float: left;
	font-size: 10px;
	line-height: 1.3em;
	padding: 3px 10px 3px 0;
	margin: 0 !important;
	vertical-align: top;
}
.plan .plan-right .location ul li b:after{
	content: ".";
}
.plan .plan-left {
	position: relative;
	line-height: 0;
	margin: 10px 0;
	overflow: visible;
}
.plan .plan-left em{
	position: absolute;
	display: block;
	left: -10px;
	bottom: -10px;
	width: 70px;
	height: 70px;
	background: url(../img/common/icon_num_dress.png) no-repeat center center;
	background-size: 100% !important;
	font-size: 28px;
	line-height: 70px;
	font-family: Times, "TImes New Roman", serif;
	color: #fff;
	text-align: center;
}
.plan .plan-left em.casual{
	background: url(../img/common/icon_num_casual.png) no-repeat center center;
}
.sec04 .sec-head {
	text-align: center;
}
.sec04 .sec-head h2 {
	font-size: 16px;
	line-height: 1.8em;
}
.sec04 .sec-head h2 strong {
	color: #f46595;
	font-family: "Noto Sans Japanese", serif;
	font-weight: 800;
}
.sec04 .sec-body {
	max-width: 940px;
	margin: auto;
}
.sec04 .sec-body .sec-left {
	line-height: 0;
	margin: 15px;
}
.sec04 .sec-body .sec-right h3 {
	font-size: 18px;
	color: #d19f59;
	border-bottom: 1px solid #d19f59;
	padding: 0 0 5px;
}
.sec04 .sec-body .sec-right .adrs {
	padding: 10px 0 0;
	margin: 0;
}
.sec04 .sec-body .sec-right .adrs a {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	color: #fff;
	font-weight: bold;
	background-color: #3b3127;
	border: 1px solid #3b3127;
	padding: 5px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
}
.sec04 .sec-body .sec-right .adrs a:hover {
	text-decoration: none;
	color: #3b3127;
	background-color: #fff;
}
.sec04 .sec-body .sec-right a.banner {
	display: block;
	margin: 10px 0 0;
}

#close {
	text-align: center;
}
#close a {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 200px;
	color: #fff;
	background-color: #3b3127;
	border: 1px solid #3b3127;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#close a span {
	font-size: 18px;
	margin-right: 5px;
}
#close a:hover {
	text-decoration: none;
	color: #3b3127;
	background-color: #fff;
}

footer {
	text-align: center;
	color: #fff;
	background-color: #d19f59;
	padding: 2% 5px;
	line-height: 20px;
	margin: 30px 0 0;
}
footer small {
	font-size: 12px;
}

#pagetop {
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	z-index: 2;
}

@media screen and (min-width: 600px) {
	.inner {
		padding: 15px;
	}

	.sec02 .sub-sec h3 {
		font-size: 24px;
	}
	.sec02 .sub-sec01 .sec-right {
		float: right;
		width: 55%;
		padding-left: 20px;
	}
	.sec02 .sub-sec01 .sec-left {
		float: left;
		width: 45%;
	}
	.sec02 .sub-sec02 .sec-left {
		float: left;
		width: 55%;
		padding-right: 20px;
	}
	.sec02 .sub-sec02 .sec-right {
		float: right;
		width: 45%;
	}

	.sec03 .sec-head h2 span {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		margin: 0 10px 0 0;
		font-size: 18px;
	}
	.sec03 .sec-head h2 strong {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		font-size: 21px;
	}
	.sec03 .sec-body {
		margin: 3% 0 0;
		padding: 15px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	}

	.plan .plan-right {
		float: right;
		width: 50%;
		padding-left: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.plan .plan-left {
		float: left;
		width: 50%;
		margin: 0;
	}
	.plan .plan-foot {
		text-align: center;
		margin: 10px 0 0;
	}

	.sec04 .sec-head h2 {
		font-size: 21px;
	}
	.sec04 .sec-body {
		overflow: hidden;
		margin: 20px auto 0;
	}
	.sec04 .sec-body .sec-left {
		float: left;
		width: 37%;
		margin: 0;
	}
	.sec04 .sec-body .sec-right {
		float: right;
		width: 63%;
		padding-left: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#close {
		margin: 20px 0 0;
	}

	footer {
		margin: 60px 0 0;
		font-size: 13px;
		letter-spacing: 1px;
	}

	#pagetop {
		bottom: 20px;
		right: 15px;
		width: 75px;
	}
}
@media screen and (min-width: 800px) {
	.pc {
		display: block !important;
	}

	.smt {
		display: none !important;
	}

	.pc-inline {
		display: inline-block !important;
	}

	.smt-inline {
		display: none !important;
	}

	.inner {
		padding: 20px;
	}

	#logo {
		max-width: 670px;
	}

	.slides-wrap .slides-caption {
		position: absolute;
		top: 5%;
		right: 5%;
		width: 50%;
		max-width: 540px;
	}
	.slides-wrap .indicator {
		max-width: 1000px;
		margin: 10px auto;
	}
	.slides-wrap .indicator div {
		width: 15.6%;
		margin: 0.5%;
	}

	.sec01 .sec-head {
		position: relative;
		z-index: 1;
	}
	.sec01 .sec-head h2 {
		font-size: 24px;
	}
	.sec01 .sec-head p {
		margin: 15px 0;
		font-size: 15px;
		line-height: 2em;
	}
	.sec01 .sec-body {
		position: relative;
		text-align: right;
	}
	.sec01 .sec-body img.ring {
		width: 70px;
		position: absolute;
		top: -45%;
		right: 3%;
	}
	.sec01 .sec-body img.img01 {
		position: absolute;
		top: -20%;
		left: -10px;
		width: 30%;
		max-width: 360px;
	}
	.sec01 .sec-body img.img02 {
		width: 70%;
		max-width: 700px;
	}

	.sec02 .sub-sec h3 {
		font-size: 28px;
		line-height: 1.5em;
		margin: 0 0 20px;
	}

	.sec03 .sec-head h2 span {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.sec03 .sec-head h2 strong {
		font-size: 28px;
	}
	.sec03 .sec-body {
		padding: 30px;
	}

	.plan .plan-right {
		width: 50%;
		padding-left: 15px;
	}
	.plan .plan-right h3 {
		font-size: 21px;
	}
	.plan .plan-right h3 small {
		font-size: 15px;
	}
	.plan .plan-right .price {
		margin: 15px 0;
	}
	.plan .plan-right .price strong {
		font-size: 32px;
	}
	.plan .plan-left {
		width: 50%;
	}
	.plan .plan-foot {
		margin: 15px 0 0;
	}
	.plan .plan-right .location{
		margin-top: 15px;
	}
	.plan .plan-right .location ul li{
		font-size: 11px;
	}
	.plan .plan-right .location ul li b{
		font-size: 115%;
	}
	.plan .plan-right p{
		line-height: 1.6em;
	}

	.plan .plan-left em{
		width: 85px;
		height: 85px;
		line-height: 80px;
		font-size: 48px;
	}
	.sec04 .sec-head h2 {
		font-size: 24px;
	}
	.sec04 .sec-body .sec-right {
		padding-left: 20px;
	}
	.sec04 .sec-body .sec-right h3 {
		font-size: 24px;
		padding: 0 0 10px;
	}
	.sec04 .sec-body .sec-right .adrs {
		padding: 15px 0 0;
	}
	.sec04 .sec-body .sec-right .adrs a {
		margin: 0 0 0 10px;
	}
	.sec04 .sec-body .sec-right a.banner {
		margin: 10px 0 0;
	}
}
@media screen and (min-width: 1040px) {
	.inner {
		padding: 0;
	}

	section {
		padding: 30px 0;
	}

	.sec01 .sec-head h2 {
		font-size: 30px;
	}
	.sec01 .sec-head p {
		font-size: 16px;
	}
	.sec01 .sec-body img.ring {
		top: -35%;
		right: 12%;
	}
	.sec01 .sec-body img.img01 {
		top: -45%;
		left: -80px;
		width: 40%;
	}

	.sec02 {
		padding-top: 40px;
	}
	.sec02 .sub-sec02 h3:after {
		top: -10px;
	}

	.sec03 .sec-head h2 strong {
		font-size: 32px;
	}
	.sec03 .sec-body {
		padding: 50px;
	}

	.plan .plan-right {
		width: 500px;
		padding-left: 20px;
	}
	.plan .plan-right h3 {
		font-size: 28px;
	}
	.plan .plan-right h3 small {
		font-size: 16px;
		letter-spacing: 1px;
		margin: 10px 0 5px;
	}
	.plan .plan-right p {
		line-height: 1.6em;
	}
	.plan .plan-right .price {
		margin: 10px 0;
	}
	.plan .plan-right .price strong {
		font-size: 38px;
	}
	.plan .plan-foot {
		margin: 20px 0 0;
	}
	.plan .plan-right .location{
		margin-top: 20px;
	}
	.plan .plan-right .location ul li{
		font-size: 12px;
	}
	.plan .plan-left{
		width: 400px;
	}
	.plan .plan-left em{
		width: 100px;
		height: 100px;
		line-height: 95px;
		font-size: 56px;
	}
	.plan .plan-right p.words{
		line-height: 1.8em;
	}

	.sec04 .sec-head h2 {
		font-size: 28px;
	}
	.sec04 .sec-body {
		margin: 30px auto 0;
	}
	.sec04 .sec-body .sec-right a.banner {
		margin: 15px 0 0;
	}
}
.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #0071bc;
	-moz-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	transition: color 0.5s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

a:hover {
	text-decoration: underline;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

a img, input[type="image"] {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

a:hover img, input[type="image"]:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

button {
	cursor: pointer;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	vertical-align: middle;
}

button:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
</pre></body></html>