<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
#key {
	min-height: 890px;
}
#key .slide1 {
	background-image: url(../img/index/key1.jpg);
}
#key .slide2 {
	background-image: url(../img/index/key2.jpg);
}
#key .slide3 {
	background-image: url(../img/index/key3.jpg);
}
#key .slide4 {
	background-image: url(../img/index/key4.jpg);
}
#key .slide5 {
	background-image: url(../img/index/key5.jpg);
}
#lead {
	position: relative;
	z-index: 1;
}
#lead:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/index/lead-bg.png) top center no-repeat;
	min-height: 1072px;
}
#lead h2 {
	padding-top: 120px;
	text-align: center;
}
#lead .text {
	margin-top: 85px;
	line-height: 40px;
	height: 520px;
}
#lead .text p {
	margin-right: 20px;
}
#lead .pic {
	margin: -200px 0 0 0;
	text-align: center;
}
#lead .button {
	margin-top: 20px;
	text-align: center;
}
#space {
	position: relative;
}
#space:before {
	position: absolute;
	content: "";
	top: -295px;
	left: 0;
	right: 0;
	background: url(../img/index/space-bg.png) top center no-repeat;
	background-size: 100%;
	bottom: 0;
}
#space h2 {
	padding-top: 25px;
	text-align: center;
}
#space .text {
	margin-top: 20px;
	text-align: center;
	color: #69604e;
	margin-bottom: 55px;
}
#space .box {
	margin-bottom: 55px;
	position: relative;
	min-height: 440px;
	width: 470px;
	float: left;
	box-sizing: border-box;
}
#space .box h3 {
	position: absolute;
	top: -57px;
	right: -30px;
	z-index: 3;
}
#space .box .txt {
	position: absolute;
	bottom: 35px;
	left: 30px;
	right: 30px;
	text-align: center;
	z-index: 2;
}
#space .box .pic {
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	overflow: hidden;
}
#space .box .pic p {
	position: absolute;
	width: 100%;
	height: 100%;
}
#space .box .pic p:nth-of-type(1) {
	opacity: 1;
	transition: all .5s;
}
#space .box .pic p:nth-of-type(2) {
	opacity: 0;
	transition: all .5s;
}
#space .box:nth-of-type(even) {
	float: right;
}
#space .box:nth-of-type(3) {
	width: 100%;
	min-height: 388px;
}
#space .box:nth-of-type(3) .txt {
	bottom: 67px;
}
#space .box:nth-of-type(3) .pic p:nth-of-type(1) {
	background: url(../img/index/space-img3.jpg) top center no-repeat;
	background-size: cover;
}
#space .box:nth-of-type(3) .pic p:nth-of-type(2) {
	background: url(../img/index/space-img3_on.png) top center no-repeat;
	background-size: cover;
}
#space .box:hover .pic p:nth-of-type(1) {
	opacity: 0;
}
#space .box:hover .pic p:nth-of-type(2) {
	opacity: 1;
}
#menu {
	position: relative;
	margin: 0 -1px;
	height: 600px;
	overflow: hidden;
}
#menu .col:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 1;
	transition: all .5s;
}
#menu dl {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background: url(../img/index/menu-txt.png) top center repeat-y;
	width: 550px;
	text-align: center;
	margin: auto;
	transition: all .5s;
}
#menu dl:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -15px;
	height: 30px;
	background: url(../img/index/icon.png) top center no-repeat;
	opacity: 0;
	transition: all .5s;
}
#menu dl dd {
	font-size: 16px;
	position: relative;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
#menu .col {
	cursor: pointer;
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
}
#menu .col a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
#menu .col:hover dl dd {
	height: 100px;
}
#menu .col:hover dl:before {
	opacity: 1;
}
#menu .col:hover:after {
	opacity: 0;
}
#menu .col1 {
	position: absolute;
	width: 80%;
	left: -30%;
	overflow: hidden;
	height: 600px;
	cursor: pointer;
	transition: all .5s;
}
#menu .col1 .pic {
	width: 1600px;
	background: url(../img/index/menu-bg1.jpg) top center no-repeat;
	background-size: cover;
	height: 600px;
}
#menu .col1 dl {
	left: 30%;
	right: 0;
}
#menu .col1:hover {
	left: 0;
}
#menu .col1:hover dl {
	left: 0;
}
#menu .col1.active {
	left: -60%;
}
#menu .col2 {
	position: absolute;
	width: 80%;
	right: -30%;
	overflow: hidden;
	height: 600px;
	transition: all .5s;
}
#menu .col2 .pic {
	width: 1600px;
	background: url(../img/index/menu-bg2.jpg) top center no-repeat;
	background-size: cover;
	height: 600px;
}
#menu .col2 dl {
	left: 0;
	right: 30%;
}
#menu .col2:hover {
	right: 0;
}
#menu .col2:hover dl {
	right: 0;
}
#menu .col2.active {
	right: -60%;
}
#sns {
	margin-top: 5px;
	background: url(../img/index/sns-bg.jpg) top center repeat;
	padding: 50px 0 77px;
}
#sns .col {
	width: 470px;
	float: left;
}
#sns .col:nth-of-type(2) {
	float: right;
}
#sns .col .fb-page {
	height: 470px;
}
#sns .col #instafeed {
	background: #fff;
	padding: 10px;
}
#sns .col #instafeed li {
	margin: 6px;
	width: 138px;
	float: left;
	overflow: hidden;
}
#sns .col #instafeed li img {
	width: 100%;
	height: auto;
}
#rss {
	background: url(../img/index/rss-light.png) top center no-repeat, url(../img/index/rss-bg.jpg) top center repeat;
	padding-bottom: 80px;
	color: #000;
}
#rss h2 {
	text-align: center;
	padding-top: 0;
}
#rss #feed {
	margin-top: 33px;
	text-align: center;
}
#rss #feed dl {
	font-size: 14px;
	line-height: 24px;
	margin: 0 20px;
	width: 230px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
#rss #feed dl .date {
	margin: 6px 0;
}
#rss #feed dl .pic {
	opacity: 1;
	transition: all .5s;
}
#rss #feed dl .pic:hover {
	opacity: .8;
}
#rss #feed dl .button {
	text-align: center;
	margin-top: 30px;
}

#event_bg{
	background: url(../img/index/sns-bg.jpg) top center repeat;
	padding: 50px 0px;
}
#event{
	border:1px #c09b67 solid;
	padding:20px;
	margin:0px auto;
	width:750px;
	background-color: rgba(0,0,0,0.6);
}
#event p.tit{
	font-size:25px;
	font-weight:bold;
	margin-bottom:1em;
	text-align:center;
	border-bottom:1px solid #c09b67;
	padding-bottom:10px;
	padding-top: 2px;
	color: #fefeeb;
	text-shadow:2px 2px 3px #8d8d8d;
	letter-spacing: 2px;
}
#event p.txt{
	line-height:28px;
	text-align: center;
	font-size: 15px;
	color: #fefeeb;
}
#event p.botan a{
	margin: 15px auto 10px auto;
	padding: 10px 0;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #c09b67;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 300px;
	text-shadow:2px 2px 3px #000000;
	font-weight: bold;
}



.bnr_box{
	width: 800px;
	position: absolute;
	margin-left: auto;
    margin-right: auto;
    left: 10px;
    right: 0;
	display: flex;
	z-index: 99999999;
}


.bnr_box p{
	padding-left: 10px;
}

.botan1 a{
	width: 380px;
	margin: 15px auto 30px auto;
	padding: 15px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background-color: #af2719;
	border-bottom: 2px solid #4A4A4A;
	box-sizing:border-box;
	font-weight: bold;
	font-family: serif;
}</pre></body></html>