#key li.slide1 {
	background-image: url(../img/access/img_key.jpg);
}

#lead {
  background: url(../img/shared/line_ft.jpg) repeat-x top center;
  padding: 155px 0 75px;
}

#lead .wrap::before {
  background: url(../img/access/deco_lead.png) no-repeat top center;
  content: "";
  position: absolute;
  top: -55px;
  right: -128px;
  width: 242px;
  height: 303px;
}

#lead h2 {
  text-align: center;
  padding: 16px 0 20px;
  background: url(../img/meat/line.png) no-repeat top center, url(../img/meat/line.png) no-repeat bottom center;
  margin: 0 0 68px 68px;
}

#lead .info {
  display: flex;
  justify-content: center;
}

#lead .info .box {
  width: 750px;
}

#lead .info dl {
  border-bottom: 1px solid #a69e8c;
  display: flex;
  justify-content: space-between;
  padding: 21px 0 20px;
}

#lead .info dl dt {
  width: 172px;
}


#lead .info dl dd {
  width: 578px;
  letter-spacing: 0.05em;
}

#lead .info dl dd a,
#lead .info dl dd span {  
  font-size: 25px;
  color: #392817;
}

.map-info {
  padding: 20px 0 95px;
  background: url(../img/index/bg_line.jpg) repeat top center;
}

.map-info .wrap::before {
  background: url(../img/access/bg_access.jpg) no-repeat top center;
  content: "";
  position: absolute;
  top: 0px;
  left: 500px;
  width: 900px;
  height: 846px;
}
.map-info h2 {
  font-size: 40px;
  line-height: 75px;
  letter-spacing: 0.25em;
  color: #392817;
  padding: 65px 0 25px 30px;
  text-align: center;
  position: relative;
}

.map-info h2 span {
  display: block;
  font-size: 25px;
  margin-top: -6px;
}

.map-info .box {
  position: relative;
}

.map-info .box .map {
  margin: auto;
  width: 780px;
  padding-bottom: 32px;
}

.map-info .box .photo {
  float: right;
}

.map-arrow{
  position: absolute;
  bottom: 0;
  left: 0;
}

#map-btn ul {
  display: flex;
  justify-content: center;
  padding: 47px 0 7px;
}

#map-btn li {
  width: 390px;
  margin: 0 50px;
}

#map-btn .btn {
  width: 450px;
  text-align: right;
}

#infomation {
  padding: 52px 0 30px;
  position: relative;
  margin-top: 95px;
  margin-bottom: 150px;
}

#infomation::before {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  background: url(../img/index/bg_line.jpg) repeat top center;
  content: "";
}

#infomation h2 {
  display: flex;
  justify-content: center;
  padding: 20px 0 25px;
}
#infomation .title-common span {
  letter-spacing: 0.15em;
  padding: 10px 90px;
}
.list-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-box .item {
  width: 470px;
  margin-bottom: 30px;
  background: url(../img/access/bg_box.jpg) repeat;
  padding: 25px 0 55px;
  position: relative;
}

.list-box .item:last-child {
  margin-top: 10px;
}

.list-box .item h3 {
  margin-left: 30px;
  color: #392817;
  font-size: 30px;
  padding-bottom: 8px;
}

.list-box .item h3 span {
  font-size: 15px;
}

.list-box .item .text {
  margin: 0 35px;
  padding-bottom: 35px;
  letter-spacing: 0.05em;
}

.list-box .item .text.is-text {
  padding-bottom: 80px;
}

.list-box .item .btn {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
}

.list-box .item .btn a {
  background: url(../img/access/bg_btn.jpg) no-repeat center right;
  padding: 10px 45px;
  color: #FFF;
  display: block;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: all 0.4s ease;
  font-size: 17px;
}

.list-box .item .btn a:hover {
  opacity: 0.8;
}