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



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


#wrapper {
  padding:0px 0 0;
}


.mainArea {
  width:100%;
  height:200px;
  background-image:url(../../common/images/bg_main.jpg);
  background-size:cover;
  background-position:center center;
}
.mainBlock {
  width:100%;
  height:200px;
  background-repeat:no-repeat;
  background-position:center top;
  background-image:url(../images/main.jpg);
  background-size:cover;
}
.mainBox {
  width:100%;
  height:200px;
  margin:0 auto;
  position:relative;
}
.mainBox h1 {
  display:block;
  vertical-align:middle;
  text-align:center;
  width:120px;
  height:70px;
  margin:0 auto 0;
  padding: 100px 0 10px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_h1.png);
  background-position:center 75px;
  background-size:100px 100px;
  color:#FFF;
  font-family:"hannari";
  font-size:197%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}



.contents_bg {
  background-image:url(../../common/images/bg01.jpg);
}
.contents_bw {
}
.contents_bg .contentsBlock {
  width:auto;
  height:auto;
  margin:0 auto;
  padding:20px 10px;
  background-image:none;
}
.contents_bw .contentsBlock {
  width:auto;
  height:auto;
  margin:0 auto;
  padding:20px 10px;
  background-image:none;
}
.contentsBlock h2 {
  font-family:"hannari";
  font-size:197%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 10px;
}
.hen {
  font-size: 13px;
}
.subttl {
  font-size: 22px;
}


}
