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



/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {



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



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


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

.logo_head img {
  width: auto;
  height: 100%;
}




#contents_nav {
  padding: 30px 0 0;
}
#contents_nav ul {
  display:block;
}
#contents_nav li {
  text-align: center;
  width: auto;
  font-family: "hannari";
  padding: 0 0 30px;
}
#contents_nav li a h2 {
  color: #000;
  font-size: 147%;
  line-height: 1.2em;
  padding: 4px 0 3px;
}
#contents_nav li a p {
  color: #b28247;
	font-size: 116%;
  line-height: 1.2em;
}



#news_area {
  background-color: #ededed;
  padding: 20px 0;
}
.news_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 10px;
  display:block;
}
.news_list {
  width: 100%;
  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: 100%;
  height: auto;
}
.banner_list ul {
}
.banner_list ul li {
  width: 46%;
  height: auto;
  background-color: #FFF;
  margin: 10px 5px 0 6px;
}
.banner_list ul li a {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  vertical-align: middle;
  overflow: hidden;
}
.banner_list ul li a img {
  position: relative;
  width: 100%;
  height: auto;
}
#roll {
  display: none;
}


.tateyama_spec {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 20px 10px 10px;
  position: relative;
}
.tateyama_spec h2 {
  font-size: 154%;
  line-height: 1.2em;
}
.tateyama_spec p {
  width: auto;
  padding: 0px 0 0 0px;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.tateyama_spec h3 {
  padding: 5px 0 0 5px;
  line-height: 1.4em;
  font-size: 116%;
}
.tateyama_spec ul {
  padding: 0px 0 0 5px;
}
.tateyama_spec ul li {
  padding: 4px 0 0 0;
  line-height: 1.3em
}
.spec_map {
  position:relative;
  top:auto;
  right:auto;
}
.spec_map img {
  width: 100%;
  height: auto;
}







/* Do not delete this Closing parenthesis
------------------------------------------------------------------- */
}
