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



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


footer {
  padding: 0px 0 0;
  background-position: center -350px;
}

#header_area {
  background-image: url(../../common/images/bg_woody.jpg);
  height: 190px;
}

.logo_head {
  position: absolute;
  width: auto;
  height: 100px;
  text-align: center;
  top:58px;
  left: 10px;
  z-index: 20;
}
.logo_head img {
  width: auto;
  height: 100%;
}
.header_box {
  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;
}
.header_box nav {
  width: 820px;
}
.visual {
  position: absolute;
  top:0px;
  width: 100%;
  height: 190px;
  z-index: 15;
  background-repeat: no-repeat;
  background-image: url(../images/main.jpg);
  background-position: center;
  background-size: cover;
}


#contents_ttl {
  padding: 10px 10px;
  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_ttl .txt_box {
  padding: 0 0 0 10px;
}
#contents_ttl .txt_box h1 {
  font-size: 182%;
  font-family: "hannari";
  line-height: 1.1em;
  padding: 0 0 8px;
}
#contents_ttl .txt_box p {
  font-size: 100%;
  line-height: 1.6em;
  color: #b28247;
  font-weight: 600;
}



#contents_area {
  background-color: #ededed;
  padding: 10px 10px 10px;
}

.contents_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-image: none;
  background-position: 0px 480px;
}
.contents_block a:hover {
  text-decoration: underline;
}

.gmap {
  padding: 10px;
}
.gmap iframe {
  width: 100%;
  height: 250px;
}

.access_info {
  padding: 0px 10px;
  display:block;
}
.info_txt h2 {
  font-size: 123%;
  line-height: 1.3em;
}
.info_map {
  width: 100%;
  padding: 10px 0 0;
}
.info_map img {
  width: 100%;
  height: auto;
}
.car_box,
.bus_box {
  padding: 10px;
  position: relative;
}
.contents_block h3 {
  border-bottom: #666 dotted 1px;
  padding: 0 0 5px;
}
  .contents_block h3 img {
    height: 24px;
    width: auto;
  }
.flow {
  padding: 10px 0;
}
.flow img {
  width: 100%;
  height: auto;
}

.car_link {
  position:relative;
  top:auto;
  left:auto;
}
.car_link ul {
  
}
.car_link ul li {
  background-repeat: no-repeat;
  background-image: url(../../common/images/arrow02.png);
  background-position: 0 8px;
  padding: 4px 0 4px 10px;
  line-height: 1.3em;
  font-size: 108%;
}
.bus_link,
.bus_link dl,
.bus_link dd 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;
  line-height: 1.3em;
  font-size: 108%;
}
.bus_link dl {
  padding: 4px 0;
}
.bus_link dd ul li {
  background-repeat: no-repeat;
  background-image: url(../../common/images/arrow02.png);
  background-position: 0 6px;
  padding: 0 0 0 10px;
  margin: 0 0 0 8px;
}










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