<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.sp_view {
  display: none;
}
.pc_view {
  display: block;
}
@media screen and (max-width: 999px) {
.hd_btn1 {
    position: absolute;
    top: 270px;
    left: 5%;
    width: 100px;
    z-index: 1;
}
	.hd_btn2 {
  position: fixed;
  top: 6px;
  right: 72px;
  width: 59px;
		z-index: 99;
	}
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
  }
  header:before {
    width: 65%;
    height: 30%;
    background-size: cover;
  }
  header h1 {
    top: 3%;
    left: 3%;
    right: 7%;
	  line-height: 2;
  }
  header .logo {
    top: 10%;
    left: 5%;
    max-width: 130px;
  }
  #key {
    min-height: 700px;
    background: url("../img/respon/key-rp.jpg") center top no-repeat;
    background-size: cover;
  }
  .navOpen {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .navOpen #pagetop {
    z-index: -1;
  }
  #pagetop {
    /*bottom: 5px;
    right: 10px;
    transform: translate(30%);*/
    display: none;
  }
  #pagetop img {
    width: 65%;
  }
  body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
    touch-action: none !important;
    pointer-events: none !important;
  }
  body.navOpen .hamburger1, body.navOpen #menu_toggle_mb, body.navOpen #menu_toggle_mb * {
    touch-action: auto !important;
    pointer-events: visible !important;
  }
  .hamburger-box {
    height: 16px;
    width: 35px;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 36px;
  }
  header .menu_toggle {
    padding: 85px 0 100px;
    background: rgba(36, 36, 36, 0.94);
    color: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100% !important;
    top: 0px;
    right: 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 90;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .menu_toggle ul {
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    margin-left: 20%;
    margin-right: 20%;
  }
  header .menu_toggle ul li {
    position: relative;
    padding: 20px 5px;
    clear: both;
    transform: matrix(1, 0, 0, 1, 0, -20);
    transition: all ease 0.5s 0.3s;
    opacity: 0;
  }
  header .menu_toggle ul li.active {
    border-bottom: 1px solid #aa8b4d;
  }
  header .menu_toggle a {
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 3.75vw;
    font-size: 3.75vw;
    font-weight: bold;
    position: relative;
  }
  header .hamburger1 {
    top: 5px;
    right: 5px;
    position: fixed;
    z-index: 100;
    padding: 7px 13px 16px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: #fff;
    text-transform: none;
    background-color: #000;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  header .hamburger1:before {
    content: "Menu";
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    position: absolute;
    bottom: -3px;
    right: 11px;
  }
  .navOpen header .hamburger1:before {
    content: "Close";
  }
  .navOpen #menu_toggle_mb {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .navOpen #menu_toggle_mb li {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background: #aa8b4d;
    height: 3px;
  }
  #ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*opacity: 0;
	 visibility: hidden;*/
    font-size: 12px;
    z-index: 70;
  }
  .ft_fixed_shared {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row;
    text-align: center;
    background: rgba(0, 0, 0, 1);
  }
  #ft_fixed li {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;;
    color: #fff;
    /*border-right: 1px solid #fff;*/
  }
  #ft_fixed li a {
    display: block;
    padding: 8px 10px 8px 0;
    font-size: 2.5vw;
    font-weight: bold;
    position: relative;
    font-family: 'Noto Serif JP', serif;
  }
  #ft_fixed li:last-child {
    border-right: none;
  }
  #ft_fixed li:last-child a {
  }
  #ft_fixed li img {
    max-width: 20px;
    padding-right: 10px;
  }
  #ft_fixed li:nth-child(2) {
	  border-left: 1px solid #fff;
  }
  #ft_fixed li:nth-child(2) img {
    height: auto;
  }
  #ft_fixed li:nth-child(3) {
	  border-left: 1px solid #fff;
  }
  #ft_fixed li:nth-child(3) img {
    height: auto;
  }
  .has_nav #ft_fixed {
    opacity: 1;
    visibility: visible;
  }
	#oshirase{
	text-align: center;
	padding: 10px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 0 10px rgba(255,255,255,0.8);
	width: auto;
	margin: 10px;
	border: 2px solid;
}

#oshirase h3{
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 5px;
}

#oshirase p{
	font-size: 12px;
	line-height: 25px;
}
  #sec1 .set1 {
    margin: 3% 3% 0;
  }
  #sec1 .set1 h2 {
    padding: 15% 5% 25%;
    width: 20%;
    margin: 0 auto;
  }
  #sec1 .set2 {
    padding-bottom: 15%;
  }
  #sec1 .set2:before {
    background: url("../img/respon/s1-deco-1-rp.png") center top repeat-x;
    background-size: 100%;
    top: 10%;
    height: 50%;
    z-index: -2;
  }
  #sec1 .set2:after {
    content: '';
    background: url("../img/respon/s1-deco-2-rp.png") center top repeat-x;
    background-size: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 30%;
    right: 0;
    z-index: -1;
  }
  #sec1 .set2 .box {
    background: url("../img/shared/bd-bg.jpg");
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -15%;
    padding: 5%;
  }
  #sec2 {
    padding-bottom: 10%;
  }
  #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: static;
    margin-right: 3%;
    margin-left: 20%;
  }
  #sec2 .photo_2 {
    position: static;
    margin-left: 3%;
    margin-right: 40%;
    margin-top: -25%;
  }
  #sec2 .text {
    background: url("../img/respon/s2-bg-dc-a-rp.png") center top 40% no-repeat;
    background-size: 100%;
  }
  #sec2 h2 {
    padding-left: 67%;
    text-align: center;
    margin-right: 7%;
    margin-top: -35%;
  }
  #sec2 .txt {
    padding: 5% 3%;
  }
  #sec2 .gallery {
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 0;
    padding-bottom: 10%;
    margin-right: 0;
  }
  #sec2 .gallery &gt; p:nth-child(1) {
    margin-right: 3px;
  }
  #sec2 .gallery &gt; p:nth-child(2) {
    margin-left: 3px;
  }
  #sec2 .box {
    background: linear-gradient(to bottom, transparent, #f2f1ef 25%, #f2f1ef 75%, transparent 100%);
    width: auto;
    padding: 15% 5%;
    margin-left: 10%;
    margin-right: 10%;
  }
  #sec2 .box h3 {
    font-size: 6vw;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  #sec2 .box h3 span {
    font-size: 6.5vw;
  }
  #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 {
    color: #fff;
    font-size: 5vw;
    line-height: 2.5;
    letter-spacing: 0.2em;
    padding: 15% 0 15%;
  }
  #sec3 .set2 {
    position: relative;
    color: #fff;
    padding-bottom: 0;
  }
  #sec3 .set2:before {
    content: '';
    background: url("../img/respon/s3-deco-1-rp.png") center top no-repeat;
    background-size: 100%;
    width: auto;
    top: -40px;
    right: 0;
    left: 0;
    height: 15%;
    position: absolute;
    z-index: 1;
  }
  #sec3 .set2 .photo_1 {
    position: static;
  }
  #sec3 .set2 h3 {
    padding: 25% 35% 10%;
    position: relative;
    z-index: 2;
  }
  #sec3 .set2 .gallery {
    position: static;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: -10%;
  }
  #sec3 .set2 .gallery &gt; p {
    padding-bottom: 5px;
  }
  #sec3 .set2 .gallery &gt; p:nth-child(1) {
    padding-right: 3px;
  }
  #sec3 .set2 .gallery &gt; p:nth-child(2) {
    padding-left: 3px;
  }
  #sec3 .set2 .txt {
    padding: 5% 3% 10%;
    position: relative;
  }
  #sec3 .set2 .txt:before {
    content: '';
    background: url("../img/index/s3-deco-a3.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec3 .set2 .txt &gt; p:nth-child(1) {
    padding-bottom: 30px;
  }
  #sec3 .set2 .content,
  #sec3 .set2 #add {
    display: block;
    margin-left: 3%;
    margin-right: -4%;
    overflow: hidden;
  }
  #sec3 .set2 #add {
    padding-bottom: 1%;
  }
  #sec3 .set2 .content:before {
    content: '';
    background: url("../img/index/s3-deco-a2.jpg");
    background-size: cover;
    position: absolute;
    bottom: -4%;
    width: 100%;
    height: 20%;
    left: 0;
    z-index: -1;
  }
  #sec3 .set2 .content .item {
    width: auto;
    padding: 5% 3%;
    margin-bottom: 5%;
  }
  #sec3 .set2 .content .item h4 {
    font-size: 5.5vw;
  }
  #sec3 .set2 .content .item .price {
    font-size: 5.5vw;
  }
  #sec3 .set2 .content .item .price span {
    font-size: 4.5vw;
  }
  #sec3 .set2 .content .item ul {
    border-top: 1px solid #423320;
    padding-top: 10%;
    margin-top: 5%;
    letter-spacing: 0;
  }
  #sec3 .set2 .content .item ul li {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  #sec3 .set3 {
    background: url("../img/respon/s3-bg-img-3-rp.jpg") center top no-repeat, #000;
    background-size: 100%;
    min-height: inherit;
  }
  #sec3 .set3 h3 {
    font-size: 6vw;
    text-align: center;
    line-height: 2.5;
    padding: 55% 0 5%;
  }
  #sec3 .set3 h3 span {
    font-size: 6.5vw;
  }
  #sec3 .set3 .txt {
    width: auto;
    padding: 0 3% 10%;
    text-align: justify;
  }
  #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;
    background-size: cover, auto;
    color: #fff;
    min-height: inherit;
    padding-top: 10%;
  }
  #sec3 .set4 h3 {
    font-size: 6vw;
    padding: 10% 5% 0 10%;
    line-height: 2;
  }
  #sec3 .set4 h3 span {
    font-size: 6.5vw;
  }
  #sec3 .set4 .txt {
    width: auto;
    padding: 5% 3% 10%;
  }
  #sec3 .set4 .photo {
    position: static;
    padding: 3%;
    padding-right: 3%;
  }
  #sec3 .set5 {
    padding-bottom: 10%;
  }
  #sec3 .set5:before {
    content: '';
    background: url("../img/index/s3-deco-st5.png") bottom no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 15%;
    background-size: cover;
  }
  #sec3 .set5 h3 {
    text-align: center;
    font-size: 7vw;
    line-height: 2;
    padding: 10% 0 0;
  }
  #sec3 .set5 .note {
    text-align: center;
    padding-bottom: 10%;
  }
  #sec3 .set5 .content {
    display: block;
    margin-left: 3%;
    margin-right: 3%;
  }
  #sec3 .set5 .content .item {
    width: auto;
    padding-bottom: 10%;
  }
  #sec3 .set5 .content .item h4 {
    font-size: 22px;
  }
  #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") left top no-repeat;
    background-size: cover;
    width: 65%;
    height: 35%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
  #sec4 .set1 h2 {
    padding: 10% 40% 3%;
  }
  #sec4 .set1 .txt {
    padding: 5% 3%;
    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: static;
    padding-bottom: 5%;
  }
  #sec4 .set1 .photo_1:before {
    display: none;
  }
  #sec4 .set1 .photo_2 {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 5%;
    z-index: 2;
  }
  #sec4 .set2 {
    position: relative;
  }
  #sec4 .set2:before {
    content: '';
    background: url("../img/index/s3-deco-as2.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
  }
  #sec4 .set2 .content {
    display: block;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 10%;
  }
  #sec4 .set2 .content .item {
    background: url("../img/index/s4-bg-txt-1.png");
    width: auto;
    padding: 5% 3%;
    margin-bottom: 5%;
  }
  #sec4 .set2 .content .item h4 {
    font-size: 5.5vw;
  }
  #sec4 .set2 .content .item .price {
    font-size: 5.5vw;
  }
  #sec4 .set2 .content .item .price span {
    font-size: 4.5vw;
  }
  #sec4 .set2 .content .item ul {
    padding-top: 10%;
    margin-top: 5%;
  }
  #sec4 .set3 {
    padding-bottom: 10%;
  }
  #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: 5.5vw;
    line-height: 2;
    padding: 15% 3% 3%;
  }
  #sec4 .set3 h3 span {
    color: #aa8b4d;
  }
  #sec4 .set3 h3 span i {
    font-size: 6.5vw;
  }
  #sec4 .set3 .photo {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 3%;
    margin-left: 3%;
  }
  #sec4 .set3 .photo:before {
    content: '';
    background: url("../img/index/s4-deco-a1.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
    right: -36%;
    bottom: -110%;
    transform: scale(1.5);
  }
  #sec4 .set3 .txt {
    width: auto;
    padding-left: 3%;
    padding-right: 3%;
  }
  #sec4 .set4 {
    padding-bottom: 10%;
  }
  #sec4 .set4:before {
    content: '';
    background: url("../img/index/s3-deco-st5.png") bottom no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 15%;
    background-size: cover;
  }
  #sec4 .set4 h3 {
    text-align: center;
    font-size: 7vw;
    line-height: 2;
    padding: 15% 0 0;
  }
  #sec4 .set4 .note {
    text-align: center;
    padding-bottom: 10%;
  }
  #sec4 .set4 .content {
    display: block;
    margin-left: 3%;
    margin-right: 3%;
  }
  #sec4 .set4 .content .item {
    width: auto;
    padding-bottom: 10%;
  }
  #sec4 .set4 .content .item h4 {
    font-size: 22px;
  }
  #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 dd {
    display: table-cell;
    text-align: right;
  }
  #sec5 h2 {
    padding: 15% 38% 5%;
    margin-bottom: 0;
    position: relative;
  }
  #sec5 h2:before {
    content: '';
    background: url("../img/index/s5-deco-h2.png") center top no-repeat;
    background-size: cover;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec5 h3 {
    font-size: 6vw;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  #sec5 .set {
    display: block;
  }
  #sec5 .set &gt; * {
    width: auto;
  }
  #sec5 .set1 {
    padding-bottom: 5%;
    position: relative;
  }
  #sec5 .set1:before {
    display: none;
  }
  #sec5 .set1:after {
    content: '';
    background: url("../img/respon/s5-dca-rp.png");
    background-size: 100%;
    height: 50%;
    position: absolute;
    bottom: -25%;
    left: 0;
    right: 0;
    z-index: 0;
  }
  #sec5 .set1 .photo {
    margin-left: 15%;
    margin-right: 15%;
  }
  #sec5 .set1 .photo a {
    position: absolute;
    bottom: 5%;
    left: -15%;
    width: 35%;
  }
  #sec5 .set1 .text {
    padding: 5% 15%;
  }
  #sec5 .set1 .text .txt {
    padding-left: 0;
  }
  #sec5 .set2 {
    position: relative;
    padding-bottom: 5%;
  }
  #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: 15%;
    margin-right: 15%;
  }
  #sec5 .set2 .text {
    padding: 5% 15%;
  }
  #sec5 .set2 .text .txt {
    padding-left: 0;
  }
  #sec6 {
    background: url("../img/index/s3-bg-img-4.jpg");
    color: #fff;
    padding: 10% 0;
  }
  #sec6 .heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 3% 5% 5%;
  }
  #sec6 .heading &gt; * {
    width: 50%;
  }
  #sec6 h2 {
    text-align: left;
    font-size: 6.5vw;
  }
  #sec6 .btn {
    position: static;
    width: 40%;
  }
  #feed {
    display: block;
    text-align: left;
    padding: 0 5%;
  }
  #feed dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3%;
  }
  #feed dl &gt; * {
    width: 46%;
  }
  #feed dl dt.img span {
    width: 100% !important;
    height: 0 !important;
    padding-top: 65% !important;
  }
  #feed .date {
    line-height: 1.5;
    font-size: 14px;
  }
  #feed dd {
    padding-top: 5%;
    font-size: 14px;
    line-height: 1.5;
  }
  #sec7 {
    background: url("../img/index/s7-bg.jpg") center top no-repeat;
    background-size: cover;
    color: #fff;
  }
  #sec7 h2 {
    font-size: 6.5vw;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 10% 3% 5%;
    margin-left: 13%;
    margin-right: 13%;
    margin-bottom: 5%;
    background: url("../img/respon/s7-line-rp.png") center bottom no-repeat;
    background-size: 100%;
  }
  #sec7 .map {
    position: static;
    margin-left: 10%;
    margin-right: 5%;
    padding-bottom: 5%;
  }
  #sec7 .s7-slide {
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 5%;
  }
  #sec7 .txt {
    padding: 5% 3% 10%;
  }
  #sec8 .banner {
    display: block;
    padding: 10% 15%;
  }
  #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: '';
    background: url(../img/index/s3-deco-st5.png) bottom no-repeat;
    position: absolute;
    top: 0;
    left: -15%;
    width: 60%;
    height: 25%;
    background-size: cover;
  }
  #sec9 h2 {
    padding: 25% 3% 10%;
    font-size: 6.5vw;
  }
  #sec9 h2:before {
    content: '';
    background: url("../img/index/s9-deco-tit.png");
    background-size: cover;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 20%;
    left: calc(50%);
    transform: translateX(-50%);
  }
  #sec9 .info {
    padding: 3% 3% 7%;
  }
  #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: 110px;
  }
  #sec9 .info dl dd {
    display: table-cell;
    padding-left: 10px;
  }
  #sec10 {
    padding-bottom: 15%;
  }
  #sec10:before {
    content: '';
    background: url("../img/index/s10-bg-gra.png") center top repeat-x;
    position: absolute;
    height: 600px;
    top: -200px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  #sec10:after {
    content: '';
    background: url("../img/index/s3-bg-img-4.jpg");
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    z-index: -1;
  }
  #sec10 .wrap:before {
    content: '';
    background: url("../img/respon/s10-dc-a-rp.png") center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -10%;
    left: -3%;
    right: -3%;
    height: 100%;
  }
  #sec10 h2 {
    text-align: center;
    font-size: 6.5vw;
    letter-spacing: 0.1em;
    padding: 10% 0 5%;
    margin-left: 3%;
    margin-right: 3%;
    overflow: visible;
    position: relative;
  }
  #sec10 h2:before {
    content: '';
    background: url("../img/respon/s-10-deco-a-rp.png") center top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1000%;
  }
  #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: 3% 0 10%;
    margin-left: 3%;
    margin-right: 3%;
    background: url("../img/index/s10-line.png") center bottom repeat-x;
    position: relative;
    z-index: 3;
  }
  #sec10 .text ul {
    font-size: 18px;
    line-height: 2;
    padding-top: 3%;
  }
  #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: 3%;
  }
  footer {
    line-height: 2;
    padding: 5% 3% 60px;
    position: relative;
    z-index: 9;
  }
  footer address {
    padding: 5% 0 5% !important;
  }
  .slick-dots {
    font-family: Arial;
    font-size: 0;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-25%);
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -5%;
    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{
    bottom: 0px;
    right:0;
      left:0;
  }
    
}

@media screen and (max-width: 480px) {
	#news_box {
	background: url(../img/index/s3-bg-bl.jpg);
    width: 100%;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom:39px;
}
#news_box .ttl {
	color: #fff;
    padding: 39px 10px 10px;
    text-align: center;
    font-size: 20px;
    width: 70%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
#news_box .txt {
	color: #fff;
	padding: 20px 10px 0;
	text-align: center;
	font-size: 16px;
}
#news_box .img_box{
	width: 100%;
	margin: 20px auto;
	display: block;
}
#news_box .img_box .l{
	width: 100%;
	text-align: center;
}
#news_box .img_box .r{
	width: 100%;
	text-align: center;
}

#news_box .img_box .r p{
	margin: 20px 0;
}
	
	
	#news_box1 {
	background: url(../img/index/s3-bg-bl.jpg);
    width: 100%;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom:39px;
}
#news_box1 .ttl {
	color: #fff;
    padding: 39px 10px 10px;
    text-align: center;
    font-size: 20px;
    width: 70%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
#news_box1 .txt {
	color: #fff;
	padding: 20px 10px 0;
	text-align: center;
	font-size: 16px;
}
	
	#news_box1 .txt span {
	color: #FF0004;
	text-align: center;
	font-size: 16px;
    font-weight: bold;
}
	
}</pre></body></html>