@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;
}
a:link    {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF;}
a:hover   {color: #FFFFFF;}
a:active  {color: #FFFFFF;}

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

img {max-width: 100%; height: auto;}

/*----------------------------------------
共通
------------------------------------------*/
/* ヘッダー */
header h1{
  padding: 10px 0;
  text-align: center;
}
header h1 img{
  max-height: 50px;
}
header #topimage{
  border-top: solid 4px #40220F;
  background: url(../img/bg-topimage.png) center top repeat-x;
}



/* メニュー */
nav#hd{
  padding: 5px 0 0 0;
}
nav#hd ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav#hd ul li{
  width: 32.8%;
  margin-bottom: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  background: linear-gradient( -27deg, #F78725 0%, #F78725 50%, #FF9E35 50%, #FF9E35 100%);
}
nav#hd ul li:nth-child(2){
  margin: 0 auto 3px auto;
}
nav#hd ul li:nth-child(4){
  margin-right: 0.8%;
}
nav#hd ul li:active{
  background: linear-gradient( -27deg, #32A02B 0%, #32A02B 50%, #28C244 50%, #28C244 100%);
}
nav#hd ul li a{
  padding: 15px 0;
  display: block;
}



#reason{
  padding-bottom: 40px;
  background: url(../img/bg-reason-top.png) center top repeat-x, url(../img/bg-reason.png) center top;
}
#reason img{
  margin-bottom: 20px;
}
#reason p{
  margin: 0 4%;
  font-size: 11px;
}

#reason2{
  padding: 30px 4% 20px 4%;
  background: url(../img/bg-reason3.png) center top repeat-x;
}
#reason2 .box{
  margin: 0 auto;
}
#reason2 .box figure{
  margin-bottom: 15px;
}
#reason2 .box h3{
  margin-bottom: 15px;
}
#reason2 .box p{
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 11px;
}

#reason-bottom{
  padding: 30px 4%;
}
#reason-bottom p{
  line-height: 1.8;
  margin: 10px 0 0 0;
  font-size: 11px;
}
#reason-bottom p span{
  font-weight: bold;
  color: #ED5925;
}




/* フッターメニュー */
nav#ft{
  padding: 15px 4% 10px 4%;
  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{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav#ft ul li{
  width: 30%;
  margin-bottom: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  background: linear-gradient( -33deg, #F78725 0%, #F78725 50%, #FF9E35 50%, #FF9E35 100%);
}
nav#ft ul li:nth-child(2){
  margin: 0 auto 4px auto;
}
nav#ft ul li:nth-child(4){
  margin-right: 5%;
}
nav#ft ul li:active{
  background: linear-gradient( -33deg, #32A02B 0%, #32A02B 50%, #28C244 50%, #28C244 100%);
}
nav#ft ul li a{
  padding: 15px 0;
  display: block;
}
nav#ft .lobo_bnr {
	width:60%;
	margin:20px auto;
}

p#copyright{
  background: #40220F;
}
p#copyright small{
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
  display: block;
}
