#key ul li.slide1 {
	background: url(../img/access/kv.jpg) no-repeat center center / cover;
}
#sec1 {
	background: url(../img/access/s1_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
}
#sec1 {
	min-height: 1410px;
}
#sec1 .sec1_ttl {
	text-align: center;
	padding: 165px 0 50px;
}

#sec1 .sec1_tel {
	text-align: center;
}

#sec1 .note {
	text-align: center;
	margin-top: -10px;
	font-size: 13px;
}

#sec1 .group {
	width: 600px;
	margin: 40px auto;
	box-sizing: border-box;
}

#sec1 dt {
    float: left;
    width: 130px;
    box-sizing: border-box;
    padding-left: 20px;
}

#sec1 dd {
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
	width: 455px;
}
#sec1 dl {
    border-top: 1px dashed #000;
    margin-top: 16.5px;
    padding-top: 16.5px;
}

#sec1 dl:last-child {
	padding-bottom: 16.5px;
	border-bottom: 1px dashed #000;
}

#sec1 .sec1_btn {
    text-align: center;
}

#sec2 {
	min-height: 940px;
	position: relative;
}
#sec2:before {
	position: absolute;
	content: '';
	height: 5px;
	background: url(../img/shared/line2.jpg) repeat-x center center;
	width: 100%;
	bottom: 0;
}
#sec2 .btn-group .wrap {
    box-sizing: border-box;
    padding: 35px 65px;
}

#sec2 .link {
    clear: both;
    padding: 15px 10px;
    text-decoration: underline;
}


.oshirase{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  background: rgb(244 241 236);
  border: 2px solid #746712;
  color:#000;
  padding: 20px 0;
  display: block;
  width: 800px;
  margin: 0 auto -40px;
  font-weight: normal;
  line-height: 1.8;
}
.oshirase .ttl{
	font-size:22px;
	font-weight: bold;
  margin: 10px auto 15px auto;
}
.oshirase .txt{
	margin-bottom: 10px;
}
.oshirase img{
  width: 90%;
  margin: 20px auto;
}