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




/* main
-----------------------------------------------------------------*/



.slide_block {
  position: absolute;
  width: 100%;
  height: 760px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  top:0px;
}


.logo_head {
  position: absolute;
  width: 100%;
  text-align: center;
  top:130px;
  z-index: 20;
}
#header_area h1 {
  font-family: "hannari";
  line-height: 2.3em;
  font-size: 123%;
  font-weight: 600;
  writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
  position:absolute;
  top:495px;
  left:50%;
  display:inline;
  transform:translate(-50%, 0%);
  height: auto;
  z-index: 14;
  height: 300px;
}




#contents_nav {
  padding: 50px 0;
}
#contents_nav 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-pack:center;
  -moz-box-pack:center;
  -webkit-flex-pack:center;
  -moz-flex-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  justify-content:center;
}
#contents_nav li {
  text-align: center;
  width: 310px;
  font-family: "hannari";
}
#contents_nav li a h2 {
  color: #000;
  font-size: 147%;
  line-height: 1.2em;
  padding: 16px 0 8px;
}
#contents_nav li a p {
  color: #b28247;
	font-size: 116%;
  line-height: 1.4em;
}



#news_area {
  background-color: #ededed;
  padding: 50px 0;
}
.news_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  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-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;
}
.news_list {
  width: 485px;
  height: auto;
  background-color: #FFF;
}
.news_list h2 {
  border-bottom: #c8a063 solid 3px;
  font-size: 154%;
  background-repeat: no-repeat;
  background-image: url(../images/updates.png);
  background-position: right center;
  background-color: #ededed;
  padding: 0 0 8px;
}
.news_list ul {
  padding: 8px 15px 15px;
  border-top:#ededed solid 10px;
}
.news_list ul li {
  padding: 10px 0 0;
  line-height: 1.4em;
}
.news_list ul li a {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  color: #000;
}
.date {
  white-space: nowrap;
  padding: 0 10px 0 0;
}
.news_list ul li a:hover {
  text-decoration: underline;
}

.banner_list {
  width: 500px;
  height: auto;
}
.banner_list ul {
}
.banner_list ul:after { content: ''; display: block; clear: both; }
.banner_list ul li {
  width: 236px;
  height: auto;
  margin: 13px 0 0 13px;
  float: left;
  line-height: 0em;
}
.banner_list ul li a {
  width: 236px;
  height: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}



.loopSliderWrap {
  top: 0;
  left: 0;
  height: 202px;
  overflow: hidden;
  position: absolute;
}
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}
#roll {
  margin: 0 auto;
  width: 100%;
  height: 202px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
 
#roll ul {
  height: 202px;
  float: left;
  overflow: hidden;
}
 
#roll ul li {
  width: 300px;
  height: 202px;
  float: left;
  display: inline;
  overflow: hidden;
  line-height: 0em;
}


.tateyama_spec {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 30px;
  position: relative;
}
.tateyama_spec h2 {
  font-size: 262%;
  line-height: 1em;
}
.tateyama_spec p {
  width: 520px;
  padding: 16px 0 0 5px;
  line-height: 1.4em;
}
.tateyama_spec h3 {
  padding: 16px 0 0 5px;
  line-height: 1.4em;
  font-size: 116%;
}
.tateyama_spec ul {
  padding: 0px 0 0 5px;
}
.tateyama_spec ul li {
  padding: 8px 0 0 0;
}
.spec_map {
  position: absolute;
  top:80px;
  right: 0px;
}

























