@charset "utf-8";
.btns{
    width: 740px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.sec__bread-clumb {
    max-width: 1200px;
}
.btns li{
    color: #54402f;
    text-align: center;
    border: solid 1px #54402f;
    width: 32%;
    cursor: pointer;
    padding: 10px 0;
}
.btns li.active{
    background: #54402f;
    color: #fff;
}
.btns li:hover{
    opacity: 0.7;
}

.news-box{
    display: block;
}
.info-box,
.case-box{
    display: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
	border: 0;
	outline: none;
	background:#fff;
}
.slick-dots li button::before{
	color: transparent;
	content:"";
	display: block;
}
.slick-dots li.slick-active button::before {
width: 9px;
height: 9px;
z-index: 10;
background:#7a6a56;
}
.p404{
    padding: 0 0 70px
}
.pd404{
    padding: 100px 0 200px;
}
.main__visual {
	height: 800px;
    min-height: 800px;
    overflow: hidden;
    background: url(../_img/main.jpg) no-repeat center center / cover;
}
.main__visual h2{
   font-size: 38px;
   margin:  0 0 40px;
   color: #fff;
   letter-spacing: 0.15em;
   text-shadow: 0 0 5px #000;
}
.main__visual p{
   font-size: 22px;
   line-height: 2.3;
   color: #fff;
   letter-spacing: 0.05em;
   text-shadow: 0 0 5px #000;
}
.main__visual img{
	width:100%;
}
.main__visual li{
	position: relative;
}
.main__visual .txt {
    position: absolute;
    left: calc(50% - 600px);
    z-index: 50;
    top: 300px;
}


.main__visual .main__bnr {
    position: absolute;
    left: 50%;
    z-index: 50;
    top: 572px;
    margin: 0 0 0 200px;
    width: 320px;
}
.main__visual .main__bnr:hover{
	opacity: 0.8;
}
.main__visual .main__bnr img{
	width:100%;
}
.main__visual .slider__txt h2 img{
	width:100%;
}
.main__visual .slider__txt p {
    color: #4e3c30;
    font-weight: bold;
    line-height: 1.7;
    font-size: 19px;
    margin: 20px 0 0 0;
    letter-spacing: 0.06em;
}
.slick-dots {
    bottom: 15px;
 }
 .sec__news {
 	padding: 45px 0 100px;
 }
 .sec__news .heading__news{
 	font-size: 30px;
 	color: #54402f;
 	display: inline-block;
 	box-sizing: border-box;
 	 padding: 0 0 0 20px;

 }
  .sec__news h4{
  	display: inline-block;
  	margin:0 0 0 50px;
  	position: relative;
  	top:-5px;
  }
.sec__news h4::before {
    content: "";
    position: absolute;
    border-right: 1px
    #ccc6be solid;
    width: 10px;
    height: 70px;
    left: -30px;
    top: -14px;
}
.sec__news .border-bottom{
	border-bottom:1px solid #ccc6be;
	padding: 0 0 60px;
}
.sec__news .border-bottom ul li figure{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.sec__news .border-bottom ul li img{
    width: 100%;
    height: auto;
}
.sec__news  hgroup{
	border-bottom:1px solid #ccc6be;
	padding: 0 0 10px;
}
.sec__news ul{
	display: flex;
	padding: 60px 0 30px;
    flex-wrap: wrap;
}
.sec__news .border-bottom ul{
	padding: 30px 0 30px;
}
.sec__news ul li{
	width:31%;
    margin-right: 3%;
}
.sec__news ul li:nth-child(3n){
    margin-right: 0;
}
.sec__news ul li a{
	color: #000;
	text-decoration: none;
    transition: all 0.3s;
}
.sec__news ul li a:hover{
    opacity: 0.7;
}
.sec__news ul dl{
	overflow: hidden;
	margin:0 0 25px;
}
.sec__news ul dt{
	box-sizing: border-box;
	padding: 10px 0;
	font-size: 13px;
}
.sec__news ul dd{
	line-height: 1.8;
}



.sec__features ul{
  width:100%;
  overflow: hidden;
  margin:90px 0 0 0;
  background: #554234;
  padding: 0 0 45px;
}
.sec__features ul li{
  width:25%;
  float: left;
  position: relative;
}
.sec__features ul li:nth-child(1):before{
	content:"";
	position: absolute;
	left:0;
	top:0;
	display: block;
	width:100%;
	height:270px;
	background: url(../_img/bg_features01.jpg) no-repeat center center / cover;
	z-index: 0;
}
.sec__features ul li:nth-child(2):before{
	content:"";
	position: absolute;
	left:0;
	top:0;
	display: block;
	width:100%;
	height:270px;
	background: url(../_img/bg_features02.jpg) no-repeat center center / cover;
	z-index: 0;
}
.sec__features ul li:nth-child(3):before{
	content:"";
	position: absolute;
	left:0;
	top:0;
	display: block;
	width:100%;
	height:270px;
	background: url(../_img/bg_features03.jpg) no-repeat center center / cover;
	z-index: 0;
}
.sec__features ul li:nth-child(4):before{
	content:"";
	position: absolute;
	left:0;
	top:0;
	display: block;
	width:100%;
	height:270px;
	background: url(../_img/bg_features04.jpg) no-repeat center center / cover;
	z-index: 0;
}
.sec__features ul li dl{
	width:275px;
	box-sizing: border-box;
	border:#b2a389 solid 1px;
	margin:200px auto 0;
	position: relative;
	z-index:1;
	background:  #f7faef;
	background: url(../_img/frame_right-bottom.png) no-repeat right bottom #f7faef;
	padding: 0 0 15px;
}
.sec__features ul li dt{
	color: #54402f;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	margin:0 0 30px;
	padding: 25px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	background: url(../_img/frame_left-top.png) no-repeat left top;
}
.sec__features ul li a{
	text-decoration: none;
}
.sec__features ul li a:hover{
	opacity: 0.8;
}
.sec__features ul li dd{
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	padding: 0 35px 0 35px;
	height:50%;
}
.sec__features ul li dd.no-style{
    height:50%!important;
}

.sec__price{
	background: url(../_img/bg_price.jpg) no-repeat center bottom / cover;
	height:490px;
	box-sizing: border-box;
	padding: 100px 0 145px;
}
.sec__price .heading__level1{
  font-size: 30px;
  color: #ffff;
  text-align: center;
  background: url(../_common/_img/crown_wh.png) no-repeat center top;
  padding: 30px 0  0 0;
}
.sec__price p{
	padding: 80px 0 35px;
	text-align: center;
	color: #fff;
}


.sec__flow-faq{
  display: flex;
}
.sec__flow-faq p{
  padding: 70px 0 30px;
  line-height: 1.8;
  text-align: center;
}
.sec__flow-faq .sec__flow{
  width:50%;
  padding: 50px 0 70px;
  background: #eeefef;
}
.sec__flow-faq .sec__faq{
  width:50%;
  padding: 50px 0 70px;
}


@media screen and (max-width:1100px) {
 .sec__news ul li img{
 	width:100%;
    height:auto;
 }
 .sec__features ul li {
    width: 50%;
    margin: 0 0 50px;
  }
.sec__features ul {
    padding: 0;
}
.main__visual {
    height: 50vh;
    min-height: 480px;
    position: relative;
}
.main__visual .slider__txt {
    position: absolute;
    left: -10%;
    z-index: 50;
    top: 90px;
    margin: 0;
}
.main__visual .main__bnr {
    position: absolute;
    left: auto;
    z-index: 50;
    top: auto;
    margin: 0 0 0 130px;
    width: 360px;
    right: 10px;
    bottom: 20px;
}
}
@media screen and (max-width:1100px) {
.main__visual .txt {
    position: absolute;
    left: calc(50% - 600px);
    z-index: 50;
    top: 190px!important;
    padding: 40px;
}
}
@media screen and (max-width:900px) {
.main__visual .txt {
    position: absolute;
    left: calc(50% - 600px);
    z-index: 50;
    top: 180px!important;
    padding: 30px;
}
.main__visual .txt h2{
  font-size: 24px;
  margin: 0 0 20px;
}
.main__visual .txt p{
  font-size: 13px
}
}
@media screen and (max-width:750px) {
.main__visual .slider__txt {
    top: calc(50% - 250px);
}
.pd{
  padding: 60px 0 0 0;
}
.main__visual{
  height:200px;
  min-height: auto;
}
.bg_container{
  position: relative;
  background :rgba(255,255,255,.9);
}
.bg_container:before{
  content:"";
  height:105%;
  width: 95%;
  background:#b6874b;
  position: absolute;
  left:5%;
  z-index: -1;
}

}
@media screen and (max-width:850px) {
    .btns{
        width: 100%;
    }
}
@media screen and (max-width:640px) {
.main__visual .slider__txt {
    left: 0;
    top: calc(50% - 330px);
}


.bg_container h2{
    padding: 20px 30px;
    font-size: 6vw;
    line-height: 1.5;
    color: #694d2f;
}
.bg_container  p{
    font-size: 3.5vw;
    padding:0 30px 20px;
    line-height: 2;
    color: #694d2f;
}
	.sec__news ul {
    display: block;
    padding: 30px 0 0;
}
	.sec__news ul li {
    width: 100%;
    margin: 0 0 20px
}
.sec__news h4::before{
	display: none;
}
.sec__news h4 {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 10px;
}
.sec__news .heading__news {
    font-size: 30px;
    color: #54402f;
    display: block;
    box-sizing: border-box;
    padding: 0 0 15px 0;
    text-align: center;
}
.sec__news hgroup {
    border-bottom: none;
    padding: 0 0 10px;
    text-align: center;
}
.sec__flow-faq {
    display: block;
}
.sec__flow-faq .sec__flow {
    width: 100%;
    padding: 30px 0 40px;
}
.sec__flow-faq .sec__faq {
    width: 100%;
    padding: 30px 0 40px;
}
.sec__flow-faq p {
    padding: 30px 0 30px;
}
.sec__price {
    background: url(../_img/bg_price.jpg) no-repeat center center / cover;
    height: 400px;
    box-sizing: border-box;
    padding: 40px 0 145px;
}
.sec__price p {
    padding: 40px 0 20px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.sec__features ul li {
    width: 100%;
    margin: 0 0 50px;
    float: none;
    padding: 0 0 90px;
}
.sec__features ul li dl {
    width: 275px;
    top: 90px;
    margin:  0 auto;
}
.sec__news {
    padding: 45px 0 40px;
}
.sec__features ul {
    margin: 40px 0 0 0;
}

.main__visual .slider__txt h2 {
    width: 100%;
}

.main__visual .main__bnr {
    position: absolute;
    left: 50%;
    z-index: 50;
    top: auto;
    width: 65%;
    bottom: 60px;
    margin: 0 0 0 -32.5%;
}
}
@media screen and (max-width:480px) {
.main__visual .slider__txt {
    left: 0;
    top: calc(50% - 250px);
}
}