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

/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {
  
#wrapper {  
  position:relative;
  width:100%;
  min-width:100%;
  padding:0 0 0;
}


/* header
--------------------------------------------------------------------*/

#pagetop
 {
  display:none;
}


/* footer
-----------------------------------------------------------------*/


  
  

/* header
-----------------------------------------------------------------*/
header {
}
#header_area {
  position: relative;
  width: 100%;
  height: 490px;
}
.header_block {
  background: rgba(255,255,255,0.5);
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  z-index: 20;
}
.header_box 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: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;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding: 5px 10px 8px;
}
.header_box nav ul li {
  border-right:none;
  font-size: 100%;
  line-height: 1.2em;
  font-family: "hannari";
  width: 48%;
  text-align: center;
  letter-spacing: -0.15em;
}
.header_box nav ul li:last-child {
  border-right: none;
}
.header_box nav ul li a {
  color: #000;
  display: block;
  padding: 4px 0px 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: #c8a063 solid 1px;
}
.header_box nav ul li a:hover {
  background-color: rgba(248,85,88,0.30);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
} 



/* footer
-----------------------------------------------------------------*/
footer {
  width: 100%;
  height: auto;
  background-image: url(../images/paint.jpg);
  background-position: center top;
  background-size: 
}

.footer_area {
  width: 100%;
  background-image: none;
  background-color: #444;
  color: #FFF;
}
.footer_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display:block;
  padding: 10px 10px 10px;
  text-align: center;
}
.footer_block h2 {
}
.address_box {
  padding: 10px 0 0 0px;
  line-height: 1.4em;
}
.tel_txt {
  font-size: 100%;
}
.copyright {
  text-align: center;
  padding: 0 10px 20px;
}

  

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