header #hd_top{
  background: none;
  box-shadow: none;
}
header #key{
  margin-top: 0;
}

.bnr{
	margin: 0 0 5vw 0;
	text-align: center;
}

.hamburger:before{
  content: '';
  position: absolute;
  top: 0;
  left: -54px;
  right: 0;
  bottom: 0;
  background: url(../img/shared/ft_bg.jpg) repeat center top;
}
#sec2 {
  position: relative;
  padding-bottom: 8%;
}
#sec2 .txt {
  padding: 5% 5% 0;
}
#sec2 .accor{
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
#sec2 .accor:after{
  display: none;
}
#sec2 .accor span{
  padding-left: 10px;
}
#sec2 .txt2{
  padding: 0 5% 0;
}


#sec3 {
  position: relative;
  background: url("../img/shared/ft_bg.jpg") repeat center top;
  color: #fff;
}
#sec3 .txt {
  padding: 5% 0 6%;
}
#sec3 .button {
  padding: 0 0 8%;
}

#sec4 {
  background: url("../img/index/sec4_bg.png") no-repeat center bottom/cover;
  position: relative;
}
#sec4 .txt {
  padding: 5% 0 10%;
}
#sec4 .button {
  padding: 0 0 35%;
}

#sec5 {
  position: relative;
  padding: 0 0 10%;
}
#sec5 .txt1 {
  padding: 8% 5%;
}
#sec5 .button {
  padding: 0 5%;
}
#sec5 .photo2 {
  padding: 10% 0 5%;
}
#sec5 .photo3 {
  padding: 10% 0 0 0;
}
#sec5 .txt2 {
  padding: 0 5% 9%;
}

#sec6 {
  position: relative;
  background: url("../img/index/sec6_bg.jpg") repeat center top;
}
#sec6 .box1 {
  padding-bottom: 5%;
}
#sec6 .box1 #feed dl dt {
  width: 60%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sec6 .box1 #feed dl dt span {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 66%;
}
#sec6 .box1 #feed dl dd {
  width: 40%;
  float: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sec6 .box2 {
  border-top: 2px solid #ae8159;
}
#sec6 .box2 #instafeed {
  margin: 0 -10px;
}
#sec6 .box2 #instafeed li {
  width: 33.3%;
  float: left;
  padding: 0 10px 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#news_box {
	background: url(../../../shared/img/index/bg_01.jpg) repeat center top;
    width: 98%;
    margin: 40px auto;
    line-height: 1.8;
    padding-bottom:39px;
	font-weight: bold;
}
#news_box .ttl {
	color: #32180b;
    padding: 39px 10px 10px;
    text-align: center;
    font-size: 20px;
    width: 70%;
    border-bottom: 1px solid #32180b;
    margin: 0 auto;
}
#news_box .txt {
	color: #32180b;
	padding: 20px 10px 0;
	text-align: center;
}
.mb_10{
	margin-bottom: 10px;
}
