@charset "UTF-8";

/* ====================================================================================================

	トップページ設定用

==================================================================================================== */

/* ----------   トップのリード  --------------------- */

#lead_about{
  background-image:url(../images/bg_03.png);
  background-position: right center;
  background-repeat:no-repeat;
  background-color: #fff;
  background-size: cover;
  padding:15px 10px 15px;
  font-size:100%;
  border:solid 6px #f5f5f5;
  margin:30px 0px 30px 0px ;
}

#lead_copy{
color:#623a00;
font-family : "ＭＳ 明朝",sans-serif;
font-size:160%;
font-weight:bold;
line-height:1.4;
text-shadow:2px 2px 2px #fff,-2px -2px 2px #fff;
}

#lead_about p{
  padding:2% 30% 0% 1%;
  line-height:2.0;
  color:#623a00;
}

@media only screen and (max-width: 768px) {

#lead_about{
  background-image:url(../images/bg_02b.png);
  background-repeat:repeat;
}

#lead_copy{
border-bottom:double 4px #ff8219;
}

#lead_about p{
  padding:2% 1% 0% 1%;
  line-height:2.0;
}

}

/* ----------   トップのリンク  --------------------- */


.top_link_box{
border:solid #ededed 3px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
margin:0px 0px 10px 0px ;
}

.top_link_tt{
  background-image:url(../images/top_link_tt.png);
  background-position: 0 0;
  background-repeat:repeat-x;
  background-color: #d67f29;
  -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
  text-align:center;
  color:#fff;
  font-weight:bold;
  font-size:160%;
  padding:5px 0;
  text-shadow:1px 1px 3px #333,-1px -1px 3px #333;
  margin:0px 0px 0px 0px ;
}

.top_link_box .inner{
padding:10px 20px;
}

.t_lin li{
font-size:115%;
font-weight:bold;
padding:0px;
margin-bottom:5px;
}

.t_lin li a{
color:#000;
text-shadow:#fff 2px 2px,#fff -2px -2px;
}
.t_lin li a:hover{
color:#38a900;
}

.t_lin li:before {font-family:icomoon;content:'\f06e';color:#ff4300;font-size:100%;margin-right:5px;}

@media only screen and (max-width: 768px) {

.top_link_box .inner{padding:20px;}

}

.top_link01{background: url(../images/btn_01.png) no-repeat right bottom;}
.top_link02{background: url(../images/btn_02.png) no-repeat right bottom;}
.top_link03{background: url(../images/btn_03.png) no-repeat right bottom;}


/* ----------   新着情報  --------------------- */

#news{
border:solid 1px #d7d7d7;
}

#news_tt{
padding:0px 0px 0px 0px ;
margin:0px 0px 20px 0px ;
border-top:solid 4px #ff9000;
border-bottom:solid 1px #d7d7d7;
background: url(../images/new_01.png) repeat-x 0 center;
}

.news_info{
margin:0px 10px 30px;}


.news_info li{
padding:0 0 2% 0 ;
border-bottom:dotted 1px #ccc;
margin:0px 0px 10px 0px ;}

.news_info li span{
color:#f37800;
margin:0px 20px 0px 0px ;}