<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&amp;display=swap');

body{font-family: 'Montserrat', sans-serif;
  margin: 0px;
}

html,body{
	height: 100%;
}

.no-sp{display:none;}
#no-sp{display:none;}

a {text-decoration:none; 
	color:inherit
}

.menubtn{
	display: block;
	position: fixed;
	top: 25px;
	right: 29px;
	z-index: 30;
	padding: 20px 15px;
}
.menubtn.white .bar1,
.menubtn.white .bar2,
.menubtn.white .bar3{
	background: #000;
}
.hamburger{
  display: inline-block;
  cursor: pointer;
	width: 60px;
}
.bar1, .bar2, .bar3 {
	display: block;
  width: 60px;
  height: 2px;
  background-color: #c0c0c0;
  transition: 0.4s;
}
.hamburger:hover .bar1,
.hamburger:hover .bar2,
.hamburger:hover .bar3{
	background-color: #8C8C8C;
}
.bar2{
  margin: 18px 0;
}
.active .bar1 {
  transform: rotate(-45deg) translate(-7px, 20px);
	background: #fff !important;
}
.active .bar2 {
  opacity: 0;
}
.active .bar3 {
  transform: rotate(45deg) translate(-7px, -20px);
	background: #fff !important;
}

nav#menu{
	position: fixed;
	top:0;
	right: -70vw;
	width: 70vw;
	height: 100vh;
	background: #a9a9a9;
	z-index: 20;
	display: flex;
    justify-content: center;
	transition: right 0.5s ease;
}

nav#menu h3{
	font-size: 40px;
	padding-bottom: 30px;
}

nav#menu.active{
	right: 0;
	height: 100vh;
	box-sizing: border-box;
}
#navcloseclickbase{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19;
	background: rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease;
	/*backdrop-filter: blur(6px);*/
}
#navcloseclickbase.active{
	visibility: visible;
	opacity: 1;
}
nav#menu .animate{
	opacity: 0;
	transition:all 3s ease;
}
nav#menu.active .animate{
	opacity: 1;
}

nav#menu .delay{
	transition-delay: 0.45s;
	}

nav#menu .decision{
	font-size: 40px;
	text-align: center;
	transition-delay: 0.45s;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

nav#menu .decision:hover {
	color:#000;
}

nav#menu a,
nav#menu span{
	color: #fff;
	transition: all 0.3s ease;
}
nav#menu a:hover{
	color: #000;
}

nav#menu span:hover{
	color: #666;
}

nav#menu ul li{
	margin-top: 55px;
	font-size: 40px;
	list-style: none;
}

nav#menu .calendar{
	text-align: center;
	margin-top: 85px;
	margin-left: 2em;
}
nav#menu .calendar a{
	font-size: 35px;
	letter-spacing: 0.05em;
}

nav#menu .info{
	text-align: center;
	margin-top: 25px;
	margin-left: 2em;
	padding-bottom: 30px;
}
nav#menu .info a{
	font-size: 35px;
	letter-spacing: 0.05em;
}

nav#menu .ins{
	margin-top: 50px;
}

nav#menu .ins a img{
	width:200px;
	height:auto;
}

.menubtn.black .bar1,
.menubtn.black .bar2,
.menubtn.black .bar3{
	background: #000;
}

.en{margin-top: 10vh;
}

#topvideo{
	height: 100%;
	position: relative;
}
#topvideo:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.1);
}
#topvideo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

header h1{
	text-align: center;
	font-weight: normal;
	margin-bottom: 0;
}

#nav {
	width:100%;
	list-style: none;
    display: flex;
	background-color: #fff;
}

#nav img{
	margin-left:40px;
	margin-top: 40px;
}

#nav ul{
}

#nav li {
  width:17vw;
  margin-top: 30px;
  height:80px;
  text-align: center;
  list-style: none;
  font-size: 28px;
  float: left;
}

#nav li.r {
  border-right: 1.5px solid #000;
  height:35px;}

#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: rgba(0,0,0,0.45);
	z-index: 9999;
}

#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  width: auto;
縲opacity: 1;
  transform: translate(0, 0);
}

.top_title {
	font-size: 1.5em;
	width:96vw;
	margin-left: 15px;
    padding-bottom:0px;
    padding-left: 10px;
    padding-right: 20px;
    border-bottom: 1px dotted #000;
}

.top_title2 {
	font-size: 1.5em;
	width:96vw;
	margin-left: 15px;
	padding-top:15px;
    padding-bottom:0px;
    padding-left: 10px;
    padding-right: 20px;
    border-bottom: 1px dotted #000;
}

.innerbox{
	width: 100vw;
	padding-top:0px;
	padding-left:auto;
	padding-right:auto;
}

.innerbox img {
  width: 100%;
	height:100%;
 padding-top:10px;
}

.innerboxtop{
	width: 100vw;
	padding-top:0px;
}

.innerboxtop img {
   width: 100%;
	height:100%;
 padding-top:10px;
}

.innerbox2{
	display: flex;
	padding-top:0px;
	padding-left:auto;
	padding-right:auto;
}

.innerbox2 img {
  width: calc(97% / 3);
	height:calc(97% / 3);
 padding-top:10px;
	padding-left:0px;
	padding-right:10px;
}

#directions{
	margin-top:1%;
	margin-bottom:1%;
	width:100vw;
	margin-left:auto;
	margin-right:auto;
 }

#summarymain{
    width: 99.3%;
	height:auto;
	padding-left:0px;
	padding-right:20px;
}

summary{
position: relative;
max-width: 100%;
padding: 0px;
cursor: pointer;
color: #000;
margin: 10px auto;
}
summary::-webkit-details-marker{
position: absolute;
color: transparent;
}
summary:hover,details[open] summary {
}
summary::after {
content: '+';
font-size: 200%;
position: absolute;
top: 30%;
right:50px;
transform: translateY(-50%);
transition: transform.5s;
}
details[open] summary::after{
transform:translateY(-50%) rotate(45deg);
}

#firstbasement {
	padding-top: 130px;
	margin-top: -130px;
}

#FloarMap{
	padding-top: 130px;
	margin-top: -130px;
}

#Info{
	padding-top: 190px;
	margin-top: -190px;
}

.wrap {
  max-width: 95vw;
  margin: 0 auto;
  padding: 0 20px;
	clear: both;
}

.toggle_title {
	font-size:25px;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #000;
  cursor: pointer; 
	position: relative;
}

.toggle_title::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 45%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.toggle_title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.toggle_title2 {
	font-size:25px;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #000;
  cursor: pointer; 
	position: relative;
}

.toggle_item {
  margin: 0;
  padding: 5px;
  display: none;
}

.wi_title{
	font-size: 1.2em;
	width: 90vw;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	border-bottom: 1px dotted #000;
}

.wi_item{
	width: 90vw;
	padding-top:10px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

.mv-campaign{text-align: center;
	 margin-bottom: 10px;
             }

#AEmain{
    width:100%;
	height: auto;
	padding-left:auto;
	padding-right:auto;
}

.wi_price{display:flex;	
}

.wi_price span{float: right;
}

.wi_item span{float: right;
}

.wi_price1{width:45%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.wi_price2{width:45%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.eq {
	margin-left:auto;
	margin-right:auto;
	width:100%;
 border-collapse: collapse;
 border-spacing: 0;
}

.eq1 {
	font-weight: normal;
	width:45%;
    padding:7px;
	border: 1px solid #808080;
	background-color:#C0C0C0;
	}
.eq2 {
	text-align: center;
	width: 25%;
    background-color:#C0C0C0;
	border: 1px solid #808080;
}

.eq3 {
	text-align: center;
	width: 20%;
    background-color:#C0C0C0;
	border: 1px solid #808080;
}

.eq4 {
	text-align: left;
	font-weight: normal;
	width:45%;
	padding:7px;
	border-bottom:1px dashed #808080;
	}
.eq5 {
	text-align: center;
	width: 25%;
	border-bottom:1px dashed #808080;
	border-left:1px solid #808080;
}

.eq6 {
	text-align: center;
	width: 20%;
    border-bottom:1px dashed #808080;
	border-left:1px solid #808080;
}

.d1 {
	margin-left:auto;
	margin-right:auto;
	width:100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.d1 th {
	text-align: center;
	font-weight: normal;
	 width:20%;
 padding: 10px;
	border: 1px solid #808080;
	}
.d1 td {
	width: 30%;
 padding: 10px;
	border: 1px solid #808080;
}

.d2 {
	margin-left:auto;
	margin-right:auto;
	width:100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.d2 th {
	text-align: center;
	font-weight: normal;
	 width:20%;
 padding: 10px;
	border: solid #808080;
	border-width:0px 1px 0px 1px; 
	}

.d2 td {
	width: 30%;
 padding: 10px 0px 10px 0px;
	border:solid #808080;
	border-width:0px 1px 0px 1px; 
}

.d3 {
	margin-left:auto;
	margin-right:auto;
	width:100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.d3 th {
	text-align: center;
	font-weight: normal;
	 width:20%;
 padding: 10px;
	border: 1px solid #808080;
	}
.d3 td {
	width: 30%;
 padding: 10px 0px 10px 0px;
	border: 1px solid #808080;
 
}

.d4 {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.d4 th {
	text-align: center;
	font-weight: normal;
	 width:20%;
 padding: 10px;
	border: 1px solid #808080;
	}
.d4 td {
	width: 20%;
 padding: 10px;
	border: 1px solid #808080;
 
}

.zumen{ width:100%;
		}

.zumen img {
	padding-top:2%;
	padding-bottom:2%;
  width: calc(100%);
	height:calc(100%);
	float:left;
}

.zumen1{ width:95vw;
	margin-left:auto;
	margin-right:auto;
		}

.zumen1 img {
	padding-top:2%;
	padding-bottom:2%;
    width: 100%;
	height:auto;
}

.zumen2{ width:55vw;
	margin-left:auto;
	margin-right:auto;
		}

.zumen2 img {
	padding-top:0%;
	padding-bottom:2%;
    width: 100%;
	height:auto;
}

hr {
	width:95vw;
	margin-left:auto;
	margin-right:auto;
  border-width: 1px; 
  border-color: #F1F1F1; 
}

#page-top {
  position: fixed;
  right: 20px;
  bottom:20px;
  z-index: 2;
    /*縺ｯ縺倥ａ縺ｯ髱櫁｡ｨ遉ｺ*/
  opacity: 0;
  transform: translateY(100px);
}

/*縲荳翫↓荳翫′繧句虚縺阪*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*縲荳九↓荳九′繧句虚縺阪*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

.f-infomation h3{
	font-size: 1.5em;
	text-align:center;	
} 

.f-infomation{
	font-size:1.5em;
	display:flex;
  justify-content: center;
}

.ft{font-size: 1.3em;
	}

.fs1{font-size: 1em; 
	margin-left: 10px;
	vertical-align: top;
	}

.f-con{
	font-size: 1.2em;
	margin-top: 30px;
    padding: 0.5em 1.8em;
    border: solid 1px #000;/*邱�*/
	border-radius: 5px;/*隗偵�荳ｸ縺ｿ*/}

.f-dic{
	color: #fff;
	background-color:#000;
	font-size:1.2em;
	margin-top: 30px;
    padding: 0.5em 3.2em;
	border: solid 1px #000;/*邱�*/
	border-radius: 5px;/*隗偵�荳ｸ縺ｿ*/}

.f-ins img{
	margin-top: 60px;
    width:70px;
    height:70px;}

.f-studio {margin-left:3%;	
} 

.f-studio h3{
	font-size:1.5em;
	text-align:center;	
} 

.f-studio ul {margin-top:0;
	list-style: none;}

.f-studio li {font-size:1.3em;
	margin-top:7px;
	margin-bottom:15px;
	}

.footer{margin-top:7%;
	height:800px;
	background-color: #E2E2E2;
}

.footer h1{
	padding-top:3%;
	text-align: center;
}

p.Copyright{ 
	text-align: center;
	margin-top:80px;
	 font-size:20px;	
}

.kizai{
	display: flex;
	padding-top:0px;
	padding-left:auto;
	padding-right:auto;
}

.kizai img {
  width: calc(96% / 3);
	height:calc(96% / 3);
 padding-top:10px;
	padding-left:0px;
	padding-right:15px;
}

.wi_price00{
	max-width:100%;
	height:auto;
}

.design00{
	margin-left:auto;
	margin-right:auto;
	width:100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design00 th {
	text-align: center;
	font-weight: normal;
	 width:30%;
    padding-top:10px;
	padding-bottom:10px;
	}
.design00 td {
	width: 25%;
    padding-top:10px;
	padding-bottom:10px;
}

td.p00 {
	text-align: center;
	font-weight: normal;
	 width:25%;
    padding-top:10px;
	padding-bottom:10px;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	}

th.p0 {
	text-align: center;
	font-weight: normal;
	 width:15%;
    padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid #808080;
	}

th.p01 {
	text-align: center;
	font-weight: normal;
	 width:30%;
    padding-top:10px;
	padding-bottom:10px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	}
th.p02 {
	text-align: center;
	font-weight: normal;
	 width:30%;
    padding-top:10px;
	padding-bottom:10px;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	}

.design01{
	margin-left:auto;
	margin-right:auto;
	width:100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}

.design01 h3{
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.design01 th {
	text-align: center;
	font-weight: normal;
	width:30%;
    padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #808080;
	}
.design01 td {
	width:25%;
    padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #808080;
}

th.p1 {
	text-align: center;
	font-weight: normal;
	 width:15%;
    padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #808080;
	}

.design02{
	margin-left:auto;
	margin-right:auto;
	width:100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}

.design02 h3{
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.design02 th {
	text-align: center;
	font-weight: normal;
	 width:30%;
    padding-top:10px;
	padding-bottom:10px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	}
.design02 td {
	width:25%;
    padding-top:10px;
	padding-bottom:10px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

th.p2 {
	text-align: center;
	font-weight: normal;
	 width:15%;
    padding-top:10px;
	padding-bottom:10px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

h3.switch {
    font-size:25px ;
	font-weight:normal;
    padding:3px 0 15px 22px ;
    border-bottom: 1px solid #000;
    margin-bottom: 2px ;
    cursor:pointer;
	position: relative;
}

h3.switch::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 30%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
 
h3.active::after { border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 30%;
  transform: rotate(-45deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
} 
.toggle_faq {
    overflow: hidden;
    padding: 5px 10px;
}</pre></body></html>