<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#key {
	background: url(../img/index/key-bg.jpg) no-repeat center top / cover;
}
#key .wrap {
	min-height: 680px;
}
#key .wrap img {
	position: absolute;
	top: 127px;
	left: 145px;
}
#sec1 {
	background: url(../img/index/sec1-bg.png) no-repeat center top, url(../img/shared/line-02.png) repeat-x center top, url(../img/index/sec1-bg-rpx.jpg) repeat-x center top;
	padding: 199px 0 125px;
}
#sec1 .wrap:before {
	position: absolute;
	top: -201px;
	left: -300px;
	background: url(../img/index/sec1-deco.png) no-repeat center top;
	width: 703px;
	height: 440px;
	content: '';
	pointer-events: none;
}
#sec1 .txt {
	width: 583px;
	padding-top: 29px;
}
#sec1 .bnr {
	float: right;
	padding-top: 90px;
}
.bg-share {
	background: url(../img/index/bg-bt.jpg) repeat-x center bottom;
}
#sec2 {
	padding-top: 70px;
	background: url(../img/index/sec2-bg.png) no-repeat center top;
	margin-bottom: -2px;
}
#sec2 .box {
	float: left;
	width: 332px;
	height: 332px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#sec2 .zoom {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
#sec2 .zoom img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#sec2 .zoom .inner {
	display: block;
	width: 302px;
	height: 302px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}
#sec2 .zoom .inner .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/sec2-overlay-bg.png) no-repeat center top;
	opacity: 0;
	/*?????????*/
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#sec2 .zoom .inner .text {
	-webkit-transition: opacity 0.5s ease-out, top 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out, top 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out, top 0.5s ease-out;
	transition: opacity 0.5s ease-out, top 0.5s ease-out;
	opacity: 0;
	/*?????????*/
	position: relative;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sec2 .zoom:hover .overlay {
	opacity: 1;
}
#sec2 .zoom:hover .text {
	opacity: 1;
	top: 50%;
}
#sec2 .zoom:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.15);
	transform: scale(1.1, 1.1);
}
#sec3 {
	    padding: 146px 0 133px;
	background: url(../img/index/sec3-bg.png) no-repeat center top;
}
#sec3 .txt {
	color: #e5d6bf;
	width: 564px;
	padding-top: 44px;
}
#sec3 .txt p {
	padding-bottom: 32px;
}


#sec4 {
	text-align:center;
	padding-bottom: 113px;
	background:url(../img/index/sec4-bg.jpg) no-repeat center center / cover;	
}

#sec5 .photo-list {
	min-height: 896px;
	padding-bottom: 81px;	
}
#sec5 .photo-list  .photo1 {
	position: absolute;
	top: 0;
	left: -150px;	
}
#sec5 .photo-list  .photo2 {
	position: absolute;
	top: 101px;
	left: 367px;	
}
#sec5 .photo-list  .photo3 {
	position: absolute;
	top: 101px;
	left: 753px;	
}
#sec5 .photo-list  .photo4 {
	position: absolute;
	top: 414px;
	left: 196px;	
}
#sec5 .photo-list  .photo5 {
	position: absolute;
	top: 478px;
	right: -58px;
}

#sec5 .news {
	padding-bottom: 112px;	
}
#sec5  .rss {
	background:url(../img/index/rss-bg.png) no-repeat center top;
	float: left;
}
#sec5  .rss #feed1 {
	padding:56px 0 40px 113px;
	width: 300px;
	height: 300px;	
}
#sec5  .rss #feed2 {
	padding: 8px 0 0 64px;
    color: #e0d8c7;
    width: 411px;
    letter-spacing: 3px;
}
#sec5  .rss #feed2 dt {
	float: left;
	width: 130px;
}
#sec5  .rss #feed2 dd {
	float: left;
	font-weight: bold;
}
#sec5 .facebook {
	margin-right: -22px;
	float: right;	
}
#sec5 .fb-page {
	background:url(../img/index/facebook-bg.png) no-repeat center top;
	padding:15px;
	width: 428px;
	height: 490px;
	box-shadow: 0px 0px 32px 0px rgba(4, 4, 4, 0.85);
}
.insta_btn2{
  color: #FFF;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 400px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration:none;
	margin-left: 60px;
	margin-top: 50px;
	padding: 5px 0;
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}

.insta_btn2:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{
  font-size: 35px;
  position: relative;
  top: 4px;
}

.insta_btn2 span {
  display:inline-block;
  position: relative;
  transition: .5s
}
.oshirase{
	width: 700px;
	background: #b05600;
	color: #FFFFFF;
	margin: 20px auto;
	padding: 10px 0;
}
.oshirase .waku{
	width: 680px;
	border: solid 1px #FFFFFF;
	margin: 0 auto;
}
.oshirase .waku .tit{
	text-align: center;
	font-size: 23px;
	font-family:"æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE";
	margin-top: 20px;
	letter-spacing: 1px;
}
.oshirase .waku .txtx{
	text-align: center;
	line-height: 24px;
	margin: 15px 0 20px 0;
	font-size: 15px;
}
.oshirase .waku .txtx strong{
	font-size: 20px;	
}

#gotoeat {
	width:640px;
	margin: 10px auto 20px;
}</pre></body></html>