@charset "utf-8";
/* CSS Document */

#wrapper {
  padding: 116px 0 0;
}
.secondaryNavArea {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 210;
}
.mainArea {
  width: 100%;
  height: 340px;
  background-image: url(../../common/images/bg_main.jpg);
  background-size: cover;
  background-position: center center;
}
.mainBlock {
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/main.jpg);
}
.mainBox {
  width: 1000px;
  height: 340px;
  margin: 0 auto;
  position: relative;
}
.mainBox h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 154px;
  height: 154px;
  padding: 87px 0 10px;
  background-repeat: no-repeat;
  background-image: url(../../common/images/bg_h1.png);
  background-position: center 93px;
  color: #FFF;
  font-family: "hannari";
  font-size: 262%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  line-height: 1em;
}
.contents_bg {
  background-image: url(../../common/images/bg01.jpg);
}
.contents_bw {
}
.contents_bg .contentsBlock {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-image: url(../../common/images/bg_ttl01.png);
  background-position: 620px -10px;
}
.contents_bw .contentsBlock {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-image: url(../../common/images/bg_ttl03.png);
  background-position: 620px -10px;
}
.contentsBlock h2 {
  font-family: "hannari";
  font-size: 300%;
  text-align: center;
  line-height: 0.7em;
  padding: 0 0 20px;
}
.hen {
  font-size: 13px;
}
.subttl {
  font-size: 30px;
}


.newsBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0 70px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl03.png);
  background-position:560px -8px;

}
.newsBlock h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 20px;
}
.newsSlide {
  width:1030px;
  height:auto;
  margin:0 auto;
  position:relative;
}
.newsSlide ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.newsSlide li {
  margin: 15px;
}

.newsBox {
  width:312px;
  height:auto;
}
.newsBlock a .newsBox{
  color: #333;
  background-color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsBlock a:hover .newsBox{
  background:rgba(251,238,238,1.00);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsImg {
  line-height:0em;
  height: 233px;
  border-top:#caadad solid 1px;
  border-right:#caadad solid 1px;
  border-left:#caadad solid 1px;
}
.newsSlide dl {
  width:auto;
  height:auto;
  padding:16px;
  border:#caadad solid 1px;
}
.newsSlide dt {
  font-size:116%;
  line-height:1.2em;
}
.newsSlide dd {
  border-top:#CCC dotted 1px;
  margin:8px 0 0;
  padding:8px 0 0;
}
.newsSlide p {
  line-height:1.4em;
}
.newsFoot {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding:5px 0 0;
}
.date {
  padding:4px 0 0;
}





.detaiiBlock {
  width:1000px;
  height:auto;
  margin:0px auto 30px;
}
.detailTtl {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom:#666 dotted 1px;
  padding:20px 0 15px;
  background-image:url(../../room/images/ttl_bg.png);
  background-repeat:no-repeat;
  background-size:24px;
  background-position:0 14px;
}
.detailTtl h3 {
  font-size:197%;
  padding:0 0 0 3px;
}
.detailBox {
  padding:20px 0 0;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-direction:reverse;
  -moz-box-direction:reverse;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -webkit-flex-direction:row-reverse;
  -moz-flex-direction:row-reverse;
  flex-direction:row-reverse;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
}
.detailTxt {
  width:550px;
}
.detailTxt p {
  line-height:1.7em;
}
.detailImg {
  width:430px;
}
.detailImg img {
  width:100%;
  height:auto;
}
.detailImg p {
  padding:0 0 10px;
}


.planlistBtn {
  text-align:center;
  width: 528px;
	height: 53px;
  margin:14px auto 0;
}
.planlistBtn a {
  width: 528px;
	height: 53px;
	border-radius: 8px;
  display:table-cell;
  vertical-align:middle;
  font-size:154%;
  color: #ffffff;
  background-image:url(../../common/images/bg_red.jpg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.planlistBtn a:hover {
  text-decoration:none;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
