.loading {
  width: 100%;
  min-height: 768px;
  background: #e8e8e8 url("../img/shared/bg-body.jpg") repeat center top;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
body.visible .loading{
  display: none;
}
.loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading .loading-txt{
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #000;
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.loading:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px solid #000;
}
.loading:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 15px solid #000;
}

#key .slide1 {
  background: url("../img/index/key-01.jpg") no-repeat center/cover;
}
#key .slide2 {
  background: url("../img/index/key-02.jpg") no-repeat center/cover;
}
#key .slide3 {
  background: url("../img/index/key-03.jpg") no-repeat center/cover;
}

#sec1 {
  position: relative;
  padding: 72px 0 45px;
}
#sec1 .wrap:before {
  content: '';
  position: absolute;
  top: 57px;
  left: -150px;
  width: 1300px;
  height: 630px;
  background: url("../img/index/sec1-photo.jpg") no-repeat center top/cover;
}
#sec1 .wrap:after {
  content: '';
  position: absolute;
  bottom: -82px;
  right: -170px;
  width: 304px;
  height: 470px;
  background: url("../img/index/sec1-deco.png") no-repeat center top/cover;
}
#sec1 h2 {
  text-align: right;
  margin-right: -20px;
}
#sec1 .txt {
  padding: 158px 70px 0 0;
}
#sec1 .txt p {
  float: right;
  max-width: 250px;
  height: 400px;
  margin-left: 35px;
}

#sec2 {
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}
#sec2 .wrap:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -150px;
  width: 1300px;
  height: 690px;
  background: url("../img/index/sec2-bg.jpg") no-repeat center top/cover;
}
#sec2 .wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: -150px;
  bottom: -20px;
  left: -150px;
  background: url("../img/index/sec2-line.jpg") no-repeat center top, url("../img/index/sec2-line.jpg") no-repeat center bottom;
}
#sec2 h2 {
  margin-left: -30px;
  padding: 54px 0 15px;
}
#sec2 .txt {
  position: relative;
  z-index: 1;
  padding: 0 0 56px 3px;
}
#sec2 .photo {
  position: absolute;
  top: -304px;
  right: -550px;
  z-index: 1;
}
#sec2 .sec2-btn {
  position: absolute;
  bottom: 40px;
  right: 24px;
  z-index: 2;
}

#sec3 {
  position: relative;
  padding-bottom: 178px;
}
#sec3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -25px;
  left: 0;
  background: url("../img/index/sec3-bg.png") no-repeat center bottom/cover;
}
#sec3:after {
  content: '';
  position: absolute;
  top: -99px;
  left: 50%;
  width: 52px;
  height: 99px;
  background: url("../img/index/sec3-deco.png") no-repeat center top/cover;
  margin-left: 50px;
}
#sec3 .box {
  width: 400px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding: 50px 96px 0 0;
}
#sec3 .box .txt {
  padding: 25px 0 50px;
}

#sec4 {
  position: relative;
  padding-bottom: 74px;
}
#sec4:before {
  content: '';
  position: absolute;
  top: -150px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/index/sec4-bg.png") no-repeat center top/cover;
}
#sec4 .box {
  width: 478px;
}
#sec4 .box>* {
  float: right;
}
#sec4 .box .txt {
  width: 200px;
  height: 390px;
  padding: 63px 14px 0 0;
}
#sec4 .box .sec4-btn {
  padding: 133px 46px 0 0;
}

#sec5 {
  padding: 70px 0 90px;
}
#sec5 .box {
  padding: 100px 0 74px;
  position: relative;
}
#sec5 .box:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100px;
  left: -100px;
  bottom: 0;
  background: url("../img/index/sec5-bg.jpg") no-repeat center top/cover;
}
#sec5 .box h2 {
  text-align: center;
}
#sec5 .box #feed {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 240px;
  margin-top: 72px;
  position: relative;
  z-index: 1;
}
#sec5 .box #feed dl {
  position: relative;
  padding: 40px 0 0 40px;
}
#sec5 .box #feed dl .photo {
  width: 280px;
  height: 210px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
#sec5 .box #feed dl .photo:hover{
  opacity: 0.8;
}
#sec5 .box #feed dl .photo span {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#sec5 .box #feed dl dd {
  width: 450px;
  background: url("../img/shared/bg-1.jpg") repeat center top;
  padding: 50px 30px 75px 268px;
  box-sizing: border-box;
}
#sec5 .box #feed dl dd .date {
  font-size: 14px;
  line-height: 25px;
}
#sec5 .box #feed dl dd h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}
#sec5 .box .sec5-btn_1 {
  position: absolute;
  top: 110px;
  right: 60px;
}
#sec5 .sec5-btn_2 {
  text-align: center;
  padding-top: 37px;
}

#sec7 {
  color: #fff;
  padding: 97px 0 237px;
  position: relative;
}
#sec7 .sec7-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sec7 .sec7-slider .slick-list, #sec7 .sec7-slider .slick-track {
  height: 100%;
}
#sec7 .sec7-slider .slick-slide {
  width: 100%;
  height: 100%;
}
#sec7 .sec7-slider .slide1 {
  background: url("../img/index/sec7-sl_01.jpg") no-repeat center/cover;
}
#sec7 .sec7-slider .slide2 {
  background: url("../img/index/sec7-sl_02.jpg") no-repeat center/cover;
}
#sec7 .wrap {
  z-index: 1;
}
#sec7 h2 {
  padding: 111px 0 0 102px;
}
#sec7 .txt {
  width: 420px;
  text-align: center;
  padding: 36px 0 0 30px;
}
#sec7 .photo {
  position: absolute;
  top: 0;
  right: 110px;
}

#sec8 {
  padding: 85px 0 70px;
}
#sec8 .sec8-map {
  width: 1300px;
  margin: 0 auto;
  padding-top: 620px;
  position: relative;
}
#sec8 .sec8-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sec8 .sec8-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 59px 125px 58px 123px;
}
#sec8 .sec8-btn li p+p {
  text-align: center;
  padding-top: 4px;
}
#sec8 .box-parking {
  width: 720px;
  background: url("../img/shared/bg-1.jpg") repeat center top;
  text-align: center;
  margin: 0 auto;
  padding: 8px 0 34px;
  position: relative;
}
#sec8 .box-parking:before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  width: 150px;
  height: 150px;
  background: url("../img/shared/bg-1.jpg") repeat center top;
  margin-left: -75px;
  border-radius: 50%;
}
#sec8 .box-parking .txt {
  padding-top: 34px;
}
.info {
	 padding:14px; 
	width:700px; 
	border:3px #000000 solid; 
	background-color:hsla(51,59%,93%,0.40); 
	margin:20px auto;
}
.info h3 {
	margin-bottom:10px; 
	border-bottom:2px #000000 dotted; 
	padding-bottom:5px;  
	text-align:center; 
	font-size:16px; 
	font-weight:bold; 
	color:#000000; 
	font-size: 20px;
	font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif'; 
	letter-spacing: 1px;
} 
.info p {
	margin:10px 0; 
	padding-top: 20px; 
	line-height:1.4em;
	text-align: center;
}
.botan a {
   width: 200px;
   margin: 10px auto 1px 5px;
   padding: 7px 0;
   display: block;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 15px;
   background-color: #024967;
   border-bottom: 2px solid #4A4A4A;
   box-sizing: border-box;
   font-weight: bold;
}
.botan1 a {
   width: 200px;
   margin: 10px auto 1px auto;
   padding: 7px 0;
   display: block;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 15px;
   background-color: #024967;
   border-bottom: 2px solid #4A4A4A;
   box-sizing: border-box;
   font-weight: bold;
}
/*# sourceMappingURL=index.css.map */