<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
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 .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;
}
#key {
  background: url("../img/index/key.jpg") center top no-repeat;
  background-size: cover;
}
#oshirase{
	text-align: center;
    padding: 20px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 0 10px rgb(255 255 255 / 80%);
    width: 1000px;
    margin: 20px auto;
    border: 4px solid;
}

#oshirase h3{
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
}
#oshirase .botan1 a {
   width: 250px;
   margin: 10px auto 10px auto;
   padding: 7px 0;
   display: block;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 18px;
   background-color: #000000;
   border-bottom: 2px solid #4A4A4A;
   box-sizing: border-box;
   font-weight: bold;
}
#oshirase .botan2 a {
   width: 310px;
   margin: 10px auto 10px auto;
   padding: 7px 0;
   display: block;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 18px;
   background-color: #000000;
   border-bottom: 2px solid #4A4A4A;
   box-sizing: border-box;
   font-weight: bold;
}
#sec1 .set1 {
  background: url("../img/index/s1-bg.jpg") center top no-repeat;
  background-size: cover;
}
#sec1 .set1 h2 {
  text-align: right;
  padding: 156px 85px 194px 0;
}
#sec1 .set2 {
  position: relative;
}
#sec1 .set2:before {
  content: '';
  background: url("../img/index/s1-bg-gra.png") center top repeat-x;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  height: 718px;
  z-index: -2;
}
#sec1 .set2:after {
  content: url("../img/index/s1-bg-deco.jpg");
  position: absolute;
  top: 64px;
  left: calc(50% - 900px);
  z-index: -1;
}
#sec1 .set2 .box {
  background: url("../img/shared/bd-bg.jpg");
  width: 880px;
  margin-left: -39px;
  margin-top: -64px;
  box-sizing: border-box;
  padding: 106px 93px 85px 89px;
}
#sec2 {
  position: relative;
  padding-bottom: 82px;
}
#sec2:before {
  content: '';
  background: url("../img/index/s2-bg.png");
  background-size: cover;
  position: absolute;
  height: 959px;
  bottom: 0;
  left: 0;
  right: 0;
}
#sec2 .photo_1 {
  position: absolute;
  top: 37px;
  left: 500px;
}
#sec2 .photo_2 {
  position: absolute;
  top: 366px;
  left: -400px;
}
#sec2 h2 {
  padding-left: 237px;
}
#sec2 .txt {
  padding: 108px 200px 115px 264px;
}
#sec2 .gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-left: 106px;
  margin-right: -400px;
  padding-bottom: 46px;
}
#sec2 .gallery &gt; p:nth-child(1) {
  margin-right: 10px;
}
#sec2 .box {
  background: url("../img/index/s2-bg-txt.png") no-repeat;
  background-size: cover;
  width: 440px;
  padding: 119px 42px 138px;
  box-sizing: border-box;
  margin-left: -44px;
}
#sec2 .box h3 {
  font-size: 30px;
  color: #423320;
  border-bottom: 1px solid #b5a688;
  padding-bottom: 21px;
  margin-bottom: 28px;
  text-align: center;
  line-height: 42px;
  letter-spacing: 0.2em;
}
#sec2 .box h3 span {
  color: #aa8b4d;
  font-size: 36px;
}
#sec3 {
  background: url("../img/index/s3-bg-bl.jpg");
}
#sec3 .set1 {
  background: url("../img/index/s3-bg-img-1.jpg") center top no-repeat;
  background-size: cover;
}
#sec3 .set1 h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0.2em;
  padding: 252px 0 267px;
}
#sec3 .set2 {
  position: relative;
  color: #fff;
  padding-bottom: 149px;
}
#sec3 .set2:before {
  content: '';
  background: url("../img/index/s3-deco-1.png");
  width: 1380px;
  height: 660px;
  position: absolute;
  top: -193px;
  left: calc(50% - 1005px);
}
#sec3 .set2 .photo_1 {
  position: absolute;
  top: 0;
  left: calc(50% - 299px);
}
#sec3 .set2 h3 {
  padding: 110px 0 245px 146px;
}
#sec3 .set2 .gallery {
  position: absolute;
  top: 475px;
  left: -31px;
}
#sec3 .set2 .gallery &gt; p {
  padding-bottom: 5px;
}
#sec3 .set2 .txt {
  padding: 6px 0 130px 534px;
  position: relative;
}
#sec3 .set2 .txt:before {
  content: '';
  background: url("../img/index/s3-deco-a3.png");
  width: 1030px;
  height: 620px;
  position: absolute;
  top: 158px;
  left: 270px;
}
#sec3 .set2 .txt &gt; p:nth-child(1) {
  padding-bottom: 30px;
}
#sec3 .set2 .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #000;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  z-index: 1;
}
#sec3 .set2 #add {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start!important;
  color: #000;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  z-index: 2;
}
#sec3 .set2 .content:beforE {
  content: '';
  background: url("../img/index/s3-deco-a2.jpg");
  position: absolute;
  bottom: -149px;
  width: 1765px;
  height: 515px;
  left: calc(50% - 838px);
  z-index: -1;
}
#sec3 .set2 .content .item {
  background: url("../img/index/s3-bg-txt-a2.jpg");
  width: 310px;
  padding: 60px 20px 60px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 27px;
}
#sec3 .set2 .content .item h4 {
  font-size: 24px;
  color: #423320;
  letter-spacing: 0.1em;
}
#sec3 .set2 .content .item h4 span {
  font-size: 18px;
}
#sec3 .set2 .content .item .price {
  font-size: 25px;
  color: #4d0d0d;
  letter-spacing: 0.1em;
}
#sec3 .set2 .content .item .price span {
  color: #423320;
  font-size: 18px;
}
#sec3 .set2 .content .item ul {
  border-top: 1px solid #423320;
  padding-top: 40px;
  margin-top: 20px;
  letter-spacing: 0;
}
#sec3 .set2 .content .item ul li {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 20px;
}
#sec3 .set3 {
  background: url("../img/index/s3-bg-img-3.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 656px;
}
#sec3 .set3 h3 {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 65px;
  padding: 163px 0 28px 13px;
}
#sec3 .set3 h3 span {
  font-size: 40px;
  letter-spacing: 0.2em;
}
#sec3 .set3 .txt {
  width: 480px;
  padding: 0 0 0 15px;
}
#sec3 .set4 {
  background: url("../img/index/s3-bg-st5.jpg") center top no-repeat, url("../img/index/s3-bg-img-4.jpg") center top repeat;
  color: #fff;
  min-height: 758px;
}
#sec3 .set4 h3 {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 55px;
  padding: 232px 0 19px 501px;
  position: relative;
  z-index: 2;
}
#sec3 .set4 h3 span {
  font-size: 42px;
  letter-spacing: 0.2em;
}
#sec3 .set4 .txt {
  width: 460px;
  padding: 0 0 0 504px;
  position: relative;
  z-index: 2;
}
#sec3 .set4 .photo {
  position: absolute;
  top: 125px;
  left: -138px;
}
#sec3 .set5 {
  background: url("../img/index/s3-bg-dc5.jpg");
  padding-bottom: 74px;
  position: relative;
}
#sec3 .set5:before {
  content: url("../img/index/s3-deco-st5.png");
  position: absolute;
  top: 0;
  left: calc(50% - 712px);
}
#sec3 .set5 h2 {
  text-align: center;
  font-size: 23px;
  /* line-height: 50px; */
  letter-spacing: 0.1em;
  padding: 102px 0 31px;
  font-weight: bold;
}
#sec3 .set5 h3 {
  text-align: center;
  font-size: 39px;
  line-height: 50px;
  letter-spacing: 0.1em;
  padding-bottom: 11px;
}
#sec3 .set5 .note {
  text-align: center;
  padding-bottom: 77px;
}
#sec3 .set5 .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec3 .set5 .content .item {
  width: 452px;
  padding-bottom: 62px;
}
#sec3 .set5 .content .item h4 {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #6a5c40;
}
#sec3 .set5 .content .item dl {
  display: table;
  width: 100%;
  letter-spacing: 0;
  line-height: 38px;
}
#sec3 .set5 .content .item dl dt {
  display: table-cell;
}
#sec3 .set5 .content .item dl dd {
  display: table-cell;
  text-align: right;
}
#sec4 .set1 {
  position: relative;
}
#sec4 .set1:before {
  content: '';
  background: url("../img/index/s4-deco-as1.png");
  width: 970px;
  height: 755px;
  position: absolute;
  top: 79px;
  left: calc(50% + 153px);
}
#sec4 .set1 h2 {
  padding: 271px 0 0 734px;
  position: relative;
  z-index: 3;
}
#sec4 .set1 .txt {
  padding: 46px 10px 116px 661px;
  position: relative;
  z-index: 3;
}
#sec4 .set1 .txt &gt; p:nth-child(1) {
  padding-bottom: 20px;
}
#sec4 .set1 .txt &gt; p:nth-child(2) {
  line-height: 30px;
}
#sec4 .set1 .photo_1 {
  position: absolute;
  top: 119px;
  left: -400px;
}
#sec4 .set1 .photo_1:before {
  content: url("../img/index/s4-img-1-dc.jpg");
  position: absolute;
  bottom: -17px;
  right: 0;
  z-index: 2;
}
#sec4 .set1 .photo_2 {
  position: absolute;
  top: 694px;
  left: 0;
}
#sec4 .set2 {
  position: relative;
}
#sec4 .set2:before {
  content: '';
  background: url("../img/index/s3-deco-as2.png");
  position: absolute;
  width: 969px;
  height: 660px;
  top: -144px;
  left: -479px;
}
#sec4 .set2 .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  z-index: 1;
}
#sec4 .set2 .content .item {
  background: url("../img/index/s4-bg-txt-1.png");
  width: 310px;
  padding: 89px 20px 121px;
  text-align: center;
  box-sizing: border-box;
}
#sec4 .set2 .content .item h4 {
  font-size: 25px;
  letter-spacing: 0.1em;
}
#sec4 .set2 .content .item .price {
  font-size: 25px;
  letter-spacing: 0.1em;
}
#sec4 .set2 .content .item .price span {
  font-size: 18px;
}
#sec4 .set2 .content .item ul {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 20px;
  letter-spacing: 0;
}
#sec4 .set2 .content .item ul li {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 20px;
}
#sec4 .set3 {
  position: relative;
  padding-bottom: 143px;
}
#sec4 .set3:before {
  content: '';
  background: url("../img/index/s4-dec0-a2.png");
  position: absolute;
  width: 910px;
  height: 166px;
  bottom: 0;
  left: calc(50% - 725px);
}
#sec4 .set3 h3 {
  font-size: 30px;
  line-height: 52px;
  letter-spacing: 0.1em;
  padding: 172px 0 20px;
}
#sec4 .set3 h3 span {
  color: #aa8b4d;
}
#sec4 .set3 h3 span i {
  font-size: 36px;
}
#sec4 .set3 .photo {
  position: absolute;
  top: 162px;
  left: 424px;
}
#sec4 .set3 .photo:before {
  content: '';
  background: url("../img/index/s4-deco-a1.png");
  position: absolute;
  width: 1319px;
  height: 640px;
  top: -257px;
  left: -491px;
}
#sec4 .set3 .txt {
  width: 330px;
}
#sec4 .set4 {
  background: url("../img/index/s4-bg-st4a.jpg");
  padding-bottom: 74px;
  position: relative;
}
#sec4 .set4:before {
  content: url("../img/index/s3-deco-st5.png");
  position: absolute;
  top: 0;
  left: calc(50% - 712px);
}
#sec4 .set4 h3 {
  text-align: center;
  font-size: 39px;
  line-height: 50px;
  letter-spacing: 0.1em;
  padding: 152px 0 11px;
}
#sec4 .set4 .note {
  text-align: center;
  padding-bottom: 77px;
}
#sec4 .set4 .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /* display: flex; */
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
#sec4 .set4 .content .item {
  width: 580px;
  padding-bottom: 62px;
  margin: 0 auto;
}
#sec4 .set4 .content .item h4 {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #6a5c40;
}
#sec4 .set4 .content .item dl {
  display: table;
  width: 100%;
  letter-spacing: 0;
  line-height: 38px;
}
#sec4 .set4 .content .item dl dt {
  display: table-cell;
}
#sec4 .set4 .content .item dl dt span {
  font-weight: bold;
}
#sec4 .set4 .content .item dl dd {
  display: table-cell;
  text-align: right;
}
#sec5 h2 {
  padding: 157px 0 0 210px;
  margin-bottom: -24px;
  position: relative;
}
#sec5 h2:before {
  content: '';
  background: url("../img/index/s5-deco-h2.png");
  position: absolute;
  width: 648px;
  height: 640px;
  top: 52px;
  left: -39px;
}
#sec5 h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #423320;
  border-bottom: 1px solid #b5a688;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#sec5 .set {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
#sec5 .set &gt; * {
  width: 500px;
  box-sizing: border-box;
}
#sec5 .set1 {
  flex-direction: row-reverse;
  padding-bottom: 110px;
}
#sec5 .set1:before {
  content: '';
  background: url("../img/index/s5-deco-1.png");
  width: 680px;
  height: 385px;
  position: absolute;
  top: -383px;
  left: calc(50% + 70px);
}
#sec5 .set1 .photo {
  position: relative;
  margin-left: 19px;
}
#sec5 .set1 .photo a {
  position: absolute;
  bottom: 19px;
  left: -52px;
}
#sec5 .set1 .text {
  padding: 114px 71px 0 50px;
}
#sec5 .set1 .text .txt {
  padding-left: 5px;
}
#sec5 .set2 {
  position: relative;
  padding-bottom: 160px;
}
#sec5 .set2:before {
  content: '';
  background: url("../img/index/s5-deco-2.png");
  width: 1210px;
  height: 925px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 685px);
}
#sec5 .set2 .photo {
  margin-left: 9px;
}
#sec5 .set2 .text {
  padding: 40px 50px 0 80px;
}
#sec5 .set2 .text .txt {
  padding-left: 5px;
}
#sec6 {
  background: url("../img/index/s3-bg-img-4.jpg");
  color: #fff;
}
#sec6 .heading {
  position: relative;
  padding: 132px 0 78px;
}
#sec6 h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
}
#sec6 .btn {
  position: absolute;
  right: 51px;
  top: 128px;
}
#feed {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0 50px 97px;
}
#feed .date {
  font-size: 16px;
  line-height: 26px;
}
#feed dd {
  padding-top: 37px;
  line-height: 26px;
}
#sec7 {
  background: url("../img/index/s7-bg.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
}
#sec7 h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  padding: 257px 20px 28px 0;
  margin-left: 51px;
  margin-bottom: 45px;
  background: url("../img/index/s7-line.png") left bottom no-repeat;
}
#sec7 .map {
  position: absolute;
  top: 240px;
  right: 51px;
}
#sec7 .s7-slide {
  margin-left: 45px;
  padding-bottom: 132px;
}
#sec7 .txt {
  padding: 0px 50px 155px 50px;
}
#sec8 .banner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 75px 50px 95px;
}
#sec8 .banner .link {
  display: block;
  font-size: 16px;
  margin-top: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: underline;
  color: #725420;
}
#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;
}


#news_box {
	background: url(../img/index/s3-bg-bl.jpg);
    width: 1000px;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom:39px;
}
#news_box .ttl {
	color: #fff;
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 22px;
    width: 760px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
#news_box .txt {
	color: #fff;
	padding: 20px 50px 0;
	text-align: center;
	font-size: 20px;
}
#news_box .img_box{
	width: 500px;
	margin: 20px auto;
	display: flex;
}

#news_box .img_box img{
	width: 200px;
}
#news_box .img_box .l{
	width: 250px;
	text-align: center;
}
#news_box .img_box .r{
	width: 250px;
	text-align: center;
}

#news_box .img_box .r p{
	margin: 20px 0;
}

#news_box1 {
	background: url(../img/index/s3-bg-bl.jpg);
    width: 1000px;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom:39px;
}
#news_box1 .ttl {
	color: #fff;
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 22px;
    width: 760px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
#news_box1 .txt {
	color: #fff;
	padding: 20px 50px 0;
	text-align: center;
	font-size: 20px;
}
#news_box1 .txt span {
	color: #FF0004;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}


@media (max-width: 768px) {
	#oshirase .botan1 a {
   width: 50%;
   margin: 10px auto 10px auto;
   padding: 7px 0;
   display: block;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 14px;
   background-color: #000000;
   border-bottom: 2px solid #4A4A4A;
   box-sizing: border-box;
   font-weight: bold;
}
	#oshirase .botan2 a {
   width: 80%;
   margin: 10px auto 10px auto;
   padding: 7px 0;
   display: block;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 14px;
   background-color: #000000;
   border-bottom: 2px solid #4A4A4A;
   box-sizing: border-box;
   font-weight: bold;
}
	#oshirase img {
   width: 70%;
}
	}</pre></body></html>