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

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

/*!
 * "はんなり明朝" is lisenced under the IPA FONT LICENSE V1.0
 * by http://typingart.net/
 */

@font-face {
  font-family: "hannari";
  src: url('../wf/Hannari.eot'); /* IE9以上用 */
	src: url('../wf/Hannari.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
	url('../wf/Hannari.woff') format('woff'), /* モダンブラウザ用 */
	url('../wf/hannari.ttf') format('truetype'); /* iOS, Android用 */
}
.hannari {
  font-family: "hannari";
}




/* clearfix 設定
 :after { content: ''; display: block; clear: both; }
-----------------------------------------------------------------*/
/* For modern browsers */

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.clearfix {
	zoom: 1;
}





/*
-----------------------------------------------------------------*/


#wrapper {  
  position:relative;
}



a:hover img {
  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;
}


/* ページの先頭へボタン
---------------------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1500;
}

#pagetop a {
	overflow: hidden;
	outline: none;
}



/* header
-----------------------------------------------------------------*/
header {
}
#header_area {
  position: relative;
  width: 100%;
  height: 760px;
}
.header_block {
  background: rgba(255,255,255,0.5);
  position: absolute;
  width: 100%;
  height: 70px;
  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: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;
  padding: 18px 0 0;
}
.header_box nav ul li {
  border-right: #c8a063 solid 6px;
  font-size: 123%;
  line-height: 1.2em;
  font-family: "hannari";
}
.header_box nav ul li:last-child {
  border-right: none;
}
.header_box nav ul li a {
  color: #000;
  display: block;
  padding: 4px 20px 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.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;
}

.footer_area {
  width: 100%;
  background-image: url(../images/shape.png);
  background-position: center top;
  color: #FFF;
}
.footer_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;
  padding: 40px 0 30px;
}
.address_box {
  padding: 58px 0 0 20px;
  line-height: 1.4em;
}
.tel_txt {
  font-size: 123%;
}
.tel_txt a {
  color: #FFF;
  text-decoration: underline;
}
.copyright {
  text-align: center;
  padding: 0 0 20px;
}


/* other
-----------------------------------------------------------------*/
































