<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 0;
	background: url("../img/shared/bd-bg.jpg");
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-noto{
	font-family: 'Noto Serif JP', serif;
}

/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}



/*=============================================
 * &lt;main&gt;
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	max-width: 1000px;
}



/*=============================================
 * &lt;header&gt;
 *=============================================*/

header {
}
header h1 {
}
header .logo {
}
header .tel {
}
header nav {
}



/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 950px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*=============================================
 * &lt;section&gt;
 *=============================================*/

section {
	z-index: 1;
}



/*=============================================
 * &lt;footer&gt;
 *=============================================*/

footer {
	text-align: center;
}
footer .logo {
}
footer .tel {
}
footer nav {
}



/*=============================================
 * .socialbuttons
 *=============================================*/

footer .socialbuttons {
}



/*=============================================
 * copyright
 *=============================================*/

address {
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .btn img:hover,
   .over-img img:hover,
	img.over:hover,
	a:hover img:not(.btn):not(.non-over),
	button:hover img {
		transform: none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		transition: none !important;
	}
	
	.btn-over img,
	.over-img img,
	img.over,
	img:not(.btn):not(.non-over),
	button img {
		opacity: 1;
		transform: none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
	}
}

/*=============================================
 * cus
 *=============================================*/
header {
  position: relative;
}
header:before {
  content: '';
  background: url("../img/index/deco-logo.png") top right no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 280px;
  z-index: 1;
}
header h1 {
  font-size: 12px;
  letter-spacing: 0;
  color: #565656;
  position: absolute;
  top: 41px;
  right: 100px;
  z-index: 1;
}
header .logo {
  position: absolute;
  top: 54px;
  left: 80px;
  z-index: 1;
}
header .tel {
  position: absolute;
  top: 89px;
  z-index: 1;
  right: 100px;
  color: #fff;
  text-align: right;
  font-size: 28px;
  line-height: 18px;
}
header .tel i {
  font-size: 15px;
}
header .tel small {
  font-size: 12px;
  padding-right: 16px;
}
header .btn-t {
  position: absolute;
  top: 170px;
  right: 126px;
  z-index: 2;
}
header .btn-t li{
	margin-bottom: 10px;
}
.btn-fix.nav-fixed{
	width: 40px;
	height: 196px;
}
.nav-fixed.btn-fix.fixed{
	position: fixed;
	top: 266px;
	right: 0;
	z-index: 99;
	left: auto;
	padding: 0;
}
header .nav-fl {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 45px 0px 43px 33px;
  margin-right: -30px;
}
header .nav-fl a {
  position: relative;
}
header .nav-fl a:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  height: 1px;
  bottom: -20px;
  transition: all .5s ease;
  background: #852912;
}
header .nav-fl a:hover {
  text-decoration: none;
}
header .nav-fl a:hover:before {
  left: 4px;
  right: 1px;
}
header .nav-fl a.active:before {
  content: '';
  position: absolute;
  left: 4px;
  right: 1px;
  height: 1px;
  bottom: -20px;
  background: #852912;
}
header .nav-fixed{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("../img/shared/bd-bg.jpg");
	z-index: 99;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	padding: 20px 0 20px;
}
header .nav-fixed .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
header .nav-fixed .info-f{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
header .nav-fixed .info-f .btn-fixed:hover{
	opacity: 0.9;
}
header .nav-fixed nav a {
	padding: 0 10px;
	position: relative;
}
header .nav-fixed nav a:hover {
	text-decoration: none;
}
header .nav-fixed nav a.active:before {
	content: '';
    position: absolute;
    left: 4px;
    right: 1px;
    height: 1px;
    bottom: -10px;
    background: #7c4d0d;
}
header .nav-fixed nav a:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  height: 1px;
  bottom: -10px;
  transition: all .5s ease;
  background: #852912;
}
header .nav-fixed nav a:hover:before {
  left: 4px;
  right: 1px;
}
header .nav-fixed .info-f .btn-fixed{
	padding-right: 17px;
}
.nav-fixed.fixed{
	opacity: 1;
	visibility: visible;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#sec9 {
  position: relative;
}
#sec9:before {
  content: '';
  background: url("../img/index/s3-bg-dc5.jpg");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -300px;
}
#sec9:after {
  content: url(../img/index/s3-deco-st5.png);
  position: absolute;
  top: 0;
  left: calc(50% - 712px);
}
#sec9 h2 {
  text-align: center;
  color: #423320;
  padding: 195px 0 84px;
  font-size: 36px;
  letter-spacing: 0.1em;
  position: relative;
}
#sec9 h2:before {
  content: '';
  background: url("../img/index/s9-deco-tit.png");
  width: 436px;
  height: 430px;
  position: absolute;
  top: 93px;
  left: calc(50% - 233px);
}
#sec9 .info {
  padding: 0 149px 60px;
}
#sec9 .info dl {
  display: table;
  border-bottom: 1px dotted #fff;
  width: 100%;
  line-height: 20px;
  letter-spacing: 0;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
#sec9 .info dl dt {
  display: table-cell;
  width: 239px;
}
#sec9 .info dl dd {
  display: table-cell;
}
#sec9 .info dl dd span {
  color: #7b1313;
  font-size: 25px;
  display: block;
  line-height: 30px;
  margin-bottom: -13px;
}
#sec9 .youtube_btn {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
  z-index: 5;
  position: relative;
  padding: 5px;
}
#sec10 {
  position: relative;
  color: #fff;
  z-index: 1;
  padding-bottom: 135px;
}
#sec10:before {
  content: '';
  background: url("../img/index/s10-bg-gra.png") center top repeat-x;
  position: absolute;
  height: 1099px;
  top: -219px;
  left: 0;
  right: 0;
  z-index: -1;
}
#sec10:after {
  content: url("../img/index/s10-decoa.png");
  position: absolute;
  bottom: -15px;
  left: calc(50% - 788px);
}
#sec10 h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.2em;
  padding: 102px 0 79px;
  overflow: hidden;
}
#sec10 h2 span {
  position: relative;
}
#sec10 h2 span:before {
  content: '';
  background: url("../img/index/s10-line.png") repeat-x;
  position: absolute;
  height: 13px;
  top: 37%;
  right: 111%;
  left: -1000px;
}
#sec10 h2 span:after {
  content: '';
  background: url("../img/index/s10-line.png") repeat-x;
  position: absolute;
  height: 13px;
  top: 37%;
  left: 111%;
  right: -1000px;
}
#sec10 .text {
  padding: 0 145px 91px 187px;
  background: url("../img/index/s10-line.png") center bottom repeat-x;
}
#sec10 .text ul {
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0;
  padding-top: 34px;
}
#sec10 .text ul li {
  position: relative;
  padding-left: 31px;
}
#sec10 .text ul li:before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
  color: #ba914a;
  font-size: 14px;
}
#sec10 .text .txt-2 {
  padding-top: 51px;
}
footer {
  background: #000;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  padding: 38px 0 51px;
}
footer address {
  padding: 26px 0 13px !important;
}
footer .cookies_link {
  text-decoration: underline;
}
.slick-dots {
  font-family: Arial;
  font-size: 0;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 177px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -46px;
  display: inline-block !important;
  z-index: 90;
}
.slick-dots button {
  background-color: transparent;
  display: block;
  height: 12px;
  outline: 0 none;
  text-indent: -9999px;
  width: 12px;
  float: left;
  margin: 0 10px;
  border: 1px solid #bf9740;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #bf9740;
}

.kv_btn{
    position: absolute;
    bottom: 152px;
    right: 126px;
    z-index: 2;
}

.kv_btn a{
    display: block;
    width:100%;
    max-width:350px;
    border:1px solid #000;
    background: #fff;
    text-align: center;
    padding:1% 3%;
}
.kv_btn a:hover{
    border: 1px solid #fff;
    background: #000;
    color:#fff;
    text-decoration: none;
}

.kv_btn2{
    position: absolute;
	top: 240px;
    right: 256px;
    z-index: 2;
}</pre></body></html>