@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;
}


.newsBlock {
  width:auto;
  height:auto;
  margin:0 auto;
  padding:20px 0 30px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl03.png);
  background-position:560px -8px;

}
.newsBlock h2 {
  font-family:"hannari";
  font-size:197%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 10px;
}
.newsSlide {
  width:auto;
  height:auto;
  margin:0 10px;
  position:relative;
}
.newsSlide 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;
  -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;
}
.newsSlide li {
  margin: 5px 0;
  width:49%;
}

.newsBox {
  width:auto;
  height:auto;
}
.newsBlock a .newsBox{
  color: #333;
  background-color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsBlock a:hover .newsBox{
  background:rgba(251,238,238,1.00);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsImg {
  line-height:0em;
  height: 160px;
  border-top:#caadad solid 1px;
  border-right:#caadad solid 1px;
  border-left:#caadad solid 1px;
}
  
.newsSlide dl {
  width:auto;
  height:auto;
  padding:10px;
  border:#caadad solid 1px;
}
.newsSlide dt {
  font-size:108%;
  line-height:1.2em;
}
.newsSlide dd {
  border-top:#CCC dotted 1px;
  margin:8px 0 0;
  padding:8px 0 0;
}
.newsSlide p {
  line-height:1.4em;
}
.newsFoot {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding:5px 0 0;
}
.date {
  padding:4px 0 0;
}



.detaiiBlock {
  width:auto;
  height:auto;
  margin:0px 10px 30px;
}
.detailTtl {
  display: block;
  border-bottom:#666 dotted 1px;
  padding:20px 0 15px;
}
.detailTtl h3 {
  font-size:123%;
  line-height: 1.4em;
  padding:0 0 0 0px;
}
.detailBox {
  padding:10px 0 0;
  display: block;
}
.detailTxt {
  width:auto;
  padding: 0 0 10px;
}
.detailTxt p {
  line-height:1.7em;
}
.detailImg {
  width:auto;
}
.detailImg img {
  width:100%;
  height:auto;
}
.detailImg p {
  padding:0 0 10px;
}

.planlistBtn {
  text-align:center;
  width: 80%;
	height: 53px;
  margin:10px auto 0;
}
.planlistBtn a {
  display: block;
  width: auto;
	height: auto;
	border-radius: 6px;
  font-size:116%;
  color: #ffffff;
  background-image:url(../../common/images/bg_red.jpg);
  padding: 10px 0;
}
.planlistBtn a:hover {
  text-decoration:none;
  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;
}


}
