#key {
  position: relative;
}

#key h2 {
  position: absolute;
  top: 18vw;
  right: 0;
  left: 0;
  z-index: 2;
}

#key ul, #key li {
  height: 66.67vh;
}

#key .slide1 {
  background: url("../img/index/key1.jpg") center no-repeat;
  background-size: cover;
}

#key .slide2 {
  background: url("../img/index/key2.jpg") center no-repeat;
  background-size: cover;
}
#read .toggle-link{
  font-weight: 600;
  text-align: center;
}
#read .toggle-link:after{
  position: static;
  margin-left: 10px;
}
#floor {
  position: relative;
}

#floor h2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

#scroll {
  background: url("../img/index/scroll_bg.jpg");
  padding: 30px 0;
}

#scroll .slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
}

#scroll .slide .inner {
  background: #fff;
  padding: 20px 3vw 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#scroll .slide .inner .btn {
  margin: 10px 0;
}

#scroll .slide .inner .btn a {
  display: inline-block;
  padding: 5px 25px;
  font-size: 16px;
  background: #d78226;
  color: #fff;
  font-weight: 700;
}

#scroll .slick-dots {
  margin-top: 30px;
}

#scroll .slick-arrow {
  top: auto;
  bottom: -10px;
}

#scroll .slick-arrow.slick-next {
  right: 5px;
}

#scroll .slick-arrow.slick-prev {
  left: 5px;
}

#news {
  background: url("../img/index/news_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 30px 0 40px;
}

#news .inner {
  background: url("../img/index/news_inner_bg.jpg");
  color: #fff;
  position: relative;
  padding: 30px 5vw 50px;
}

#news .inner:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background: url("../img/index/news_deco.png");
  background-size: 100% 100%;
}

#news .inner:after {
  content: '';
  position: absolute;
  right: 50%;
  bottom: -70px;
  left: -3vw;
  height: 30vw;
  background: url("../img/index/slide_bott_deco.png") center no-repeat;
  background-size: 100%;
}

#news .inner #feed {
  padding: 20px 0 0;
}

#news .inner #feed dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news .inner #feed dl dt {
  width: 30%;
}

#news .inner #feed dl dd {
  width: 70%;
}

#gmap {
  height: 480px;
}

#gmap iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */



#text_box{
	width:95%;
	margin:0px auto 20px auto;
	padding:20px 0;
    border: double 3px #dd471f;
}
#text_box p.ttl{
	font-size:24px;
	margin-bottom: 8px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#000;
	font-weight: bold;
}
#text_box p.txt{
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#000;
}