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

/*----------------------------------------
全ページ
------------------------------------------*/
html{
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #333333;
  font-size: 14px;
}
.wrap{
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
a:link    {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF;}
a:hover   {color: #FFFFFF;}
a:active  {color: #FFFFFF;}

.pc { display: inline-block; }
.sp { display: none; }


/*----------------------------------------
共通
------------------------------------------*/
/* ヘッダー */
header{
}
header h1{
  width: 100px;
  margin: 0 auto;
  padding: 19px 0 21px 0;
  text-align: center;
}
header #topimage{
  border-top: solid 4px #40220F;
  background: url(../img/bg-topimage.png) center top repeat-x;
}



/* メニュー */
nav#hd{
  border-bottom: solid 6px #A64C00;
  background: #FF9E35;
}
nav#hd ul{
  width: 998px;
  height: 80px;
  margin: 0 auto;
  border-left: solid 2px #FFFFFF;
  display: flex;
}
nav#hd ul li{
  width: 198px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  border-right: solid 2px #FFFFFF;
  background: linear-gradient( -22deg, #F78725 0%, #F78725 50%, #FF9E35 50%, #FF9E35 100%);
}
nav#hd ul li:last-child{
  width: 196px;
}
nav#hd ul li:hover{
  background: linear-gradient( -22deg, #32A02B 0%, #32A02B 50%, #28C244 50%, #28C244 100%);
}
nav#hd ul li a{
  display: block;
}



/* 選ばれる理由 */
#reason{
  min-height: 592px;
  line-height: 1.8;
  padding: 97px 0 0 0;
  text-align: center;
  background: url(../img/bg-reason2.png) center top no-repeat, url(../img/bg-reason.png) center top;
}
#reason img{
  margin-bottom: 46px;
}

#reason2{
  padding: 80px 0 80px 0;
  background: url(../img/bg-reason3.png) center top repeat-x;
}
#reason2 .box{
  width: 1000px;
  margin: 0 auto;
}
#reason2 .box figure{
  margin-bottom: 30px;
}
#reason2 .box h3{
  width: 840px;
  margin: 0 auto 25px auto;
}
#reason2 .box p{
  width: 840px;
  line-height: 1.8;
  margin: 0 auto 70px auto;
  font-size: 16px;
}

#reason-bottom{
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 90px 0;
}
#reason-bottom p{
  margin: 25px 80px 0 80px;
  font-size: 16px;
}
#reason-bottom p span{
  font-weight: bold;
  color: #ED5925;
}



/* フッターメニュー */
nav#ft{
  padding: 30px 0;
  border-top: solid 4px #40220F;
  background: url(../img/bg-ftnav.png) center top repeat-x, url(../img/bg-reason.png) center top;
}
nav#ft ul{
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
nav#ft ul li{
  width: 192px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  background: linear-gradient( -22deg, #F78725 0%, #F78725 50%, #FF9E35 50%, #FF9E35 100%);
}
nav#ft ul li:hover{
  background: linear-gradient( -22deg, #32A02B 0%, #32A02B 50%, #28C244 50%, #28C244 100%);
}
nav#ft ul li a{
  display: block;
}
nav#ft .lobo_bnr {
	text-align:center;
	margin:28px auto 0;
	width:380px;
}
nav#ft .lobo_bnr a {
	background:#000;
	display:block;
}
nav#ft .lobo_bnr a img {
	opacity:1;
	/*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.5s;
}
nav#ft .lobo_bnr a:hover img {
	opacity:.8;
	/*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.5s;
}
p#copyright{
  background: #40220F;
}
p#copyright small{
  width: 1000px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  display: block;
}
