<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 setting
===================================================================*/
@import url("import/reset.css");
@import url("import/util.css");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Marcellus&amp;display=swap');
/*==================================================================
	Common setting
===================================================================*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	font-size: 62.5%;
}
body {
	background: #fff;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Serif JP', serif;
}

.page {
	color: #333;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
}
.cinzel { font-family: 'Cinzel', serif; }
.cormorant { font-family: 'Cormorant Infant', serif; }

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

.sec_inner {
	margin: 0 auto;
	max-width: 1170px;
	width: 92%;
}

.pc, .pc_only {	display: block !important; }
.sp, .sp_only {	display: none !important; }
.ipad, .ipad_only {	display: block !important; }

@media screen and (max-width: 767px) {
	.pc_only { display: none !important; }
	.sp_only { display: block !important; }
}
a { text-decoration: none;}
a.disable {
	color: #999999 !important;
	cursor: default;
}
a.disable:hover {
	opacity: 1;
}
figure {
    margin: 0;
    padding: 0;
}
img.full {
    width:100%;
    max-width: 100%;
    height:auto;
}
@media only screen and (max-width:1000px){
	.bg {
		padding: 0;
	}
	.ipad_only { display: none !important; }
}
a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	color: #333333;
	text-decoration: none;
}
a:visited {}
a:hover {
	opacity: 0.8;
}
a:active {}

@font-face {
    font-family: 'Marcellus';
   
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KizaKinryou Medium';
	src: url('../fonts/AP-OTF-KizaKinryouStdN-Med.otf');
}

@font-face {
    font-family: 'KizaKinryou Bold';
	src: url('../fonts/AP-OTF-KizaKinryouStdN-Bol.otf');
}

.pkiza-b { font-family: 'KizaKinryou Bold'; }
.pkiza-m { font-family: 'KizaKinryou Medium'; }
.marcellus { font-family: 'Marcellus'; }



/*==================================================================
	Contents setting
===================================================================*/
body #container {
	width: 100%;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#FFF;
}
img {
	max-width: 100%;
	height: auto;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.bg_gray {
	background: #f2f2f3;
}
.bg_white {
	background: #fff;
}
.pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 40px;
	z-index: 30;
}
@media only screen and (max-width: 1000px) {
	.pageTop {
		width: 40px;
	}
	.pageTop img {
		width: 100%;
		height: auto;
	}	
}

/* print */
@media print {
	.site-header,
	.global-navi-base,
	.site-footer,
	.print-btn,
	.planBtn {
		display: none;
	}
	.planDetail {
		padding: 80px 0 0;
	}
}

.pos_rel {
	position: relative;
}
.pic_cap {
	font-family: 'Noto Sans Japanese';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	color: #000 !important;
	font-size: 10px;
	line-height: 1.2 !important;
	padding: 5px;
}
.pic_cap.l_side {
	right: auto;
	left: 0;
}
.pic_cap.bg {
	background: rgba(0,0,0,.50);
	color: #fff !important;
}
.caption {
	font-family: 'Noto Sans Japanese';
	color: #000 !important;
	font-size: 10px;
	line-height: 1.2 !important;
}

/* fade_up */
.fadeup {
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
}
.fadeup.on {
	opacity: 1;
	transform: translateY(0);
}
/* fade_in */
.fadein {
    opacity: 0;
    transition-duration: 2s;
}
.fadein.on {
    opacity: 1;
}

/* Swipe icon */
.swipe_scroll{position: relative;}
.swipe_icon {display: none;}

@media only screen and (max-width: 767px) {
	.swipe_scroll {
		overflow-x: auto;
		padding-bottom: 15px;
	}
	.swipe_scroll img {
		width: 768px;
		max-width: inherit;
	}
	.swipe_icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 70px;
		height: 70px;
		display: block;
		margin: -35px;
		animation:horizontal 1s ease-in-out infinite alternate;
		z-index: 10;
	}
	.swipe_icon img {
		max-width: 100%!important;
		width: 70px!important;
	}
	@keyframes horizontal {
		0% { transform:translate(-20%,-20%); }
		100% { transform:translate(30%,-20%); }
	}
}

.fadesplit &gt; span {
	transition: all linear 0.25s;
	opacity: 0;
	display: inline-block;
}
.fadesplit.on &gt; span {
	opacity: 1;
}
.nolink {
	pointer-events: none;
}

a.disabled{
    pointer-events: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
header .tools li.links {
    padding-right: 0px;
}
header .tools li.links a {
    letter-spacing: 0.05em;
}
}	

.tab_only {display: none !important; }
@media only screen and (min-width: 768px) and (max-width: 1366px) {
.tab_only {
display: block !important;
}
.global-navi-base {
top: 100px;
}
}

.des_main.des_main_pre {
	/*display: none;*/
	visibility: visible !important;
    position: absolute;
    bottom: 0;
    /*left: 50%;
    transform: translateX(-50%);*/
	transition: all 1.5s;
	transition-delay: 2.5s;
    text-align: center;
    padding: 30px 0;
    width: 100%;
    opacity: 1 !important;
    z-index: 2;
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);*/
    /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);*/
}

/* IE11 */
@media all and (-ms-high-contrast:none){
.site-footer .foot-navi ul li.new a:before {
top: -24px;
}
}
.businessHours li{
	padding-bottom: 13px;
}

/*==================================================================
	Base content setting
===================================================================*/




/*instagram*/
.pc_only_insta_bnr{display: block;}
.sp_only_insta_bnr{display: none;}
@media only screen and (max-width: 1000px) {
	.pc_only_insta_bnr{display: none;}
	.sp_only_insta_bnr{display: block;}	
}
.insta_logo{
	margin: 0 auto;
  max-width: 450px;
  padding: 20px 0;	
}
@media only screen and (max-width: 1000px) {
	.insta_logo{
	margin: 0 auto;
  max-width: 330px;
  padding: 40px 0;
}
	.insta_btn{
	margin: 0 auto;
  max-width: 290px;
  padding: 10px 0 30px;
}
}

.blurin {
	opacity: 0;
}
.blurin.on {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
	opacity: 0;
}
@-webkit-keyframes blurInAnime {
	0%{
		-webkit-filter: blur(15px);
		filter: blur(15px);
		opacity: 0;
		perspective: 1000;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	100%{
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
		perspective: 1000;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@keyframes blurInAnime {
	0%{
		-webkit-filter: blur(15px);
		filter: blur(15px);
		opacity: 0;
		perspective: 1000;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	100%{
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
		perspective: 1000;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
.txt-vertical-col {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	/* flex: 1; */
}
.txt-vertical-col .num {
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-bt;
	writing-mode: horizontal-tb;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 5px;
}
.block-link {
	display: block;
}

.nolink .box-link .b-btn:after {
	display: none!important;
}

.js-txt-hover {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.js-txt-hover .js-txt-up {
	position: absolute;
	left: 0;
	top: 0;
}
.js-txt-hover .js-txt-up .txt-split {
	-webkit-transform: translateY(2.2em);
	-ms-transform: translateY(2.2em);
	transform: translateY(2.2em);
	opacity: 0;
	-webkit-transition: color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
	-o-transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms);
	transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
}
.js-txt-hover .js-txt-cur .txt-split {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
	-o-transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms);
	transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
}
.js-txt-hover .js-txt.fadesplit &gt; span {
	opacity: 1;
	line-height: 1.4;
}
a:hover ~ .js-txt-hover .js-txt-cur .txt-split,
.block-link:hover .js-txt-hover .js-txt-cur .txt-split,
.js-txt-hover:hover .js-txt-cur .txt-split {
	-webkit-transform: translateY(-2.2em);
	-ms-transform: translateY(-2.2em);
	transform: translateY(-2.2em);
	opacity: 0;
	-webkit-transition: color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
	transition: color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
	-o-transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms);
	transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms);
	transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
}
a:hover ~ .js-txt-hover .js-txt-up .txt-split,
.block-link:hover .js-txt-hover .js-txt-up .txt-split,
.js-txt-hover:hover .js-txt-up .txt-split {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms), -webkit-transform 0.8s ease calc(var(--split-delay)*30ms);
	transition: color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms), -webkit-transform 0.8s ease calc(var(--split-delay)*30ms);
	-o-transition: transform 0.8s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms);
	transition: transform 0.8s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms);
	transition: transform 0.8s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms), -webkit-transform 0.8s ease calc(var(--split-delay)*30ms);
}

.ani-hover-img {
	overflow: hidden;
}
.ani-hover-img img {
	transition: transform 2s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 2s cubic-bezier(0, 0, 0.3, 1);
}
a:hover .ani-hover-img img,
a:hover ~ .ani-hover-img img,
.ani-hover-img:hover img {
	animation: flashHover 2s 0s ease both;
	transform: scale(1.05);
}
@-webkit-keyframes flashHover {
	0% {
	 	opacity:0.8;
	}
	to {
	 	opacity:1;
	}
}
@keyframes flashHover {
	0% {
		opacity:0.8;
	}
	to {
		opacity:1;
	}
}

/* #page_main */
#page_main {
	background: url('../imgs/bg_main.jpg') no-repeat center center / cover;
	position: relative;
	padding: 50px 15px;
	text-align: center;
}
#page_main .main-box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#page_main .main-box .ttl {
	color: #ffffff;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1.1;
}
@media only screen and (max-width: 1000px) {
	#page_main {
		padding: 35px 15px;
	}
	#page_main .main-box {
		max-width: 80px;
	}
	#page_main .main-box .ttl {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 767px) {
	#page_main {
		background-position: center left;
	}


}

/* sec main image */

.sec-main-image .image-wrap {
    position: relative;
}
.sec-main-image .cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    padding: 0 0 50px;
    z-index: 1;
}
.sec-main-image .cont .ttl {
    animation-delay: 0.5s;
    text-align: center;
}
.sec-main-image .cont .ttl img {
    width: 60px;
}
.sec-main-image .line-animation {
    height: 0px;
    width: 1px;
    margin: 0 auto;
    position: relative;
}
.sec-main-image .line-animation .line {
	background: #ffffff;
	width: 100%;
	height: 0;
	transition: all ease-in-out 1.0s;
	top: 0;
	right: 50%;
	position: absolute;
}
.sec-main-image .line-animation.on .line {
	height: 80%;
}
.sec-main-image .line-animation .square {
	background: #ffffff;
	width: 40px;
	height: 40px;
	position: absolute;
	transform: rotate(45deg);
	bottom: -14px;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 1.25s;
	transition-delay: 1s;
	margin-left: -20px;
}
.sec-main-image .line-animation.on .square {
	opacity: 1;
	visibility: visible;
}
.sec-main-image .line-animation .square:before {
	content: "";
	width: 45%;
	height: 45%;
	position: absolute;
	border-bottom: 1px solid #48563F;
	border-right: 1px solid #48563F;
	bottom: 10px;
	right: 10px;	
}
@media only screen and (max-width: 1000px) {
	.sec-main-image .bg_photo {
		height: 80vh;
	}
	.sec-main-image .bg_photo img {
		height: 100%;
		object-fit: cover;
		object-position: top;
	}
	.sec-main-image .line-animation {
		height: 160px;
	}
}
@media only screen and (max-width: 767px) {
	.sec-main-image .line-animation {
		height: 90px;
	}
	.sec-main-image .cont .ttl img {
		width: 44px;
	}
}
.global-navi .gallery span {
	letter-spacing: -0.08em;
	font-size: 1.05rem;
	line-height: 1.35;
}

.global-navi .support_n span {
	letter-spacing: -0.05em;
}

/* */
.notes{letter-spacing: 0.1rem;}
.fs10{font-size: 10px;}

.open .info_txt {
	font-size: 0.9em;
	max-width: 550px;
	text-align: left;
	margin: 0 auto;
	padding-left: 1em;
	text-indent: -1em;
}

/* */
.double{display: none;}
@media only screen and (max-width: 1170px) and (min-width: 1000px) {
	.double{display: block;}
	.global-navi .value span, .global-navi .select span, .global-navi .support_n span, .global-navi .premium span{
		line-height: 1.35;
	}
}

</pre></body></html>