* {
  margin: 0;
  padding: 0;
  zoom: normal; }

img, img a {
  margin: 0;
  border: none; }

a:link, a:visited, a:active {
  text-decoration: underline;
  color: #0068ff; }

a:hover {
  text-decoration: none;
  color: #0068ff; }

a:focus {
  outline: none; }

/* IE8+, GChrome */
input, button{
  outline: 0; }

/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner{
  border: 0; }
  
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.clear {
  clear: both; }

.strong {
  font-weight: bold; }
  

/*-----------------------------------------------
**  Layout
----------------------------------------------- */
@media screen and (min-width: 480px) { 
	body,html{
		min-width:1034px;
	}
}
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 16px;
  background: url(../img/bg.jpg) repeat; }

#container {
  margin: 0 auto;
  width: 1034px;
  background-color: #ffffff;
  background-image: url(../img/bg-top.jpg);
  background-position: left top;
  background-repeat: repeat-x; }
  #container a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )"; }
	
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
	body{
		background:none;
	}
	#container {
		width:auto;
	}
	img{
		width:100%;
		max-width:100%;
		height:auto;
	}
}




/*--------------------- 
**  Header 
--------------------- */
#header {
  margin: 0 auto;
  padding: 0;
  width: 980px;
  height: 220px; 
  /* 一番上層へ配置（droppyが隠れないように） */
  position: relative;
  z-index: 100;}
  #header .logo {
    position: absolute;
    top: 27px;
    left: 7px; }
  #header .title {
    position: absolute;
    top: 22px;
    left: 235px; }
  #header .mail {
    position: absolute;
    top: 35px;
    right: 10px; }
  #header .home {
    position: absolute;
    top: 115px;
    left: 7px; }
  #nav {
    padding-top: 162px;
    padding-left: 7px;
    zoom: 1;}
	#header .btn{
		display:none;
	}
ul#nav li{float:left;}
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
	#header {
		width:auto;
	}
	
	#header .mail,
	#header .home{
		display:none;
	}
	#header .logo{
    	position: static;
		width:50%;
		max-width:50%;
		padding-top:20px;
		margin:0 auto 10px;
  	}
  	#header .title{
		position: static;
		margin:0 auto 10px;
	}	
	#nav{
		display:none;
	}
  
}


/*--------------------- 
**  Main 
--------------------- */
#main {
  margin: 0;
  padding: 20px 0 20px 27px;
  width: 730px;
  float: left;
  text-align: left; 
  /* header よりも下層 */
  position: relative; 
  z-index: 10;}
  
  #main_r{
	width: 980px;
	margin: 0;
  padding: 0px 0 20px 20px;
  float: left;
  text-align: left; 
  /* header よりも下層 */
  position: relative; 
  z-index: 10;
  }
  #main p,
  #main_r p{
    margin-left: 20px;
    padding-right: 0px;
	margin-bottom:0px;
	padding-top:15px;
	font-size:16px;}
  #top #main p.top{
	  margin-left:0px;}
  #main h1,
  #main_r h1{
    height: 49px;
    line-height: 35px;
    padding-left: 30px;
    color: #330000;
    font-size: 18px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    background: url(../img/h1.jpg) no-repeat left center; }
  #main_r h1{
    background: url(../img/h1_r.jpg) no-repeat left center; }	
  #main .h1-top {
    background: none;
    background: url(../img/h1-top.jpg) no-repeat left center; }
  #main h2,
  #main_r h2{
    height: 29px;
    padding-left: 50px;
    padding-top: 15px;
	margin-bottom:5px;
	margin-top:5px;
	width:auto;
    color: #330000;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    background: url(../img/h2.jpg) no-repeat left center; }
  #main h3,
  #main_r h3{
    height: 37px;
    line-height: 37px;
    padding-left: 40px;
	margin-top:20px;
    color: #663300;
    font-size: 17px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    background: url(../img/h3.jpg) no-repeat left center; }
  #main ul li{
	  list-style:disc outside;
  }
  #main ol li{
	  list-style:decimal outside;
  }
  #main ul, #main ol{
	  margin-left:40px;
	  margin-top:10px;
  }

@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
	#main {
		width:auto;
		float:none;
		padding:0px 10px 10px 10px;
		margin-top:70px;
	}
}



/*--------------------- 
**Side
--------------------- */
#side {
  margin: 0;
  padding: 20px 27px 20px 0;
  width: 230px;
  float: right;
  text-align: left; }
  #side .title {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color: #330000;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/maru-blue.jpg) no-repeat left center; }
  #side .tel {
    padding: 10px 0 10px 30px;
    font-size: 24px;
    line-height: 30px;
    color: #339933;
    background: url(../img/tel.jpg) no-repeat left center; }
  #side .address {
    font-size: 14.4px;
    color: #333333; }
  #side .waku-wrap {
    margin-bottom: 10px;
    padding: 2px;
    background: #3399ff;
    /*    -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    */ }
    #side .waku-wrap .waku {
      padding: 10px;
      background: #ffffff;
      /*	    -moz-border-radius: 3px;
      	    -webkit-border-radius: 3px;
      	    border-radius: 3px;
      */ }
  #side .waku-title-wrap {
    padding: 2px;
    background: #3399ff;
    /*    -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    */ }
    #side .waku-title-wrap .waku-title {
      padding: 5px;
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
      color: #ffffff;
      text-align: center;
      background: #48a5ff;
      /*	    -moz-border-radius-topleft: 5px;
      	    -moz-border-radius-topright: 5px;
      	    -webkit-border-top-left-radius: 5px;
      	    -webkit-border-top-right-radius: 5px;
      	    border-top-left-radius: 5px;
      	    border-top-right-radius: 5px;
      */ }
  #side .waku-body-wrap {
    margin-bottom: 10px;
    padding: 0 2px 2px 2px;
    background: #3399ff;
    /*    -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    */ }
    #side .waku-body-wrap .waku-body {
      padding: 20px 10px;
      font-size: 16px;
      line-height: 24px;
      color: #663300;
      border-top: none;
      background: #ffffff;
      /*	    -moz-border-radius-bottomleft: 5px;
      	    -moz-border-radius-bottomright: 5px;
      	    -webkit-border-bottom-left-radius: 5px;
      	    -webkit-border-bottom-right-radius: 5px;
      	    border-bottom-left-radius: 5px;
      	    border-bottom-right-radius: 5px;
      */ }
      #side .waku-body-wrap .waku-body p {
        font-weight: bold;
        padding: 0 6px; }
      #side .waku-body-wrap .waku-body hr {
        margin: 10px 0;
        border: none;
        border-top: solid 1px #679dc0;
        height: 1px; }
		
		#side .sns{
			width:100%;
			margin:0 auto 20px;
			text-align:center;
		}

		#side .sns img{
			width:50%;
		}

		
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
	#side {
		width:auto;
		float:none;
		text-align:center;
		padding:30px 10px 0 10px;
	}
	#side .title {
		background:none;
	}
}


/*--------------------- 
**Footer
--------------------- */
#footer {
  margin: 0 auto;
  height: 50px;
  padding: 20px 27px;
  text-align: left; }
  
#footer_r {
  margin: 0 auto;
  height: 50px;
  padding: 20px 15px;
  text-align: left; }
  
  #footer hr,
  #footer_r hr{
    border: none;
    border-top: solid 1px #e58714;
    height: 1px; }
  #footer .logo,
  #footer_r .logo{
    float: left;
    padding-top: 7px;
    padding-left: 30px; }	

  #footer .copyright,
  #footer_r .copyright{
    font-size: 12px;
    width: 300px;
	margin:10px 0 0 180px;
	float:left;}
  #footer .sitemap,
  #footer_r .sitemap{
    float: right;
    font-size: 12px;
    padding-top: 5px; }
    #footer .sitemap li,
	 #footer_r .sitemap li{
      display: inline;
      padding: 0px 20px 0;
      list-style-type: none; }
	  
	#footer_r .sitemap li a{
		color:#0068ff;
		text-decoration:underline;
	}
	
		#footer_r .sitemap li a:hover{
		color:#0068ff;
		text-decoration:none;
	}
	
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/

	#footer .logo{
		width:50%;
		max-width:50%;
	}


	#footer .logo,
	#footer .copyright{
		width:auto;
		text-align:left;
		float:none;
		padding:0;
		margin:10px auto;
	}
	
}
/*--------------------- 
**スマホメニュー
--------------------- */	
img.aisatsu{
  float:right;
  padding-right:50px;
}



#menu{
  width: 100%;
  max-width: 480px;
  margin: 0px auto 0;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width:50%;
  margin: 0;
  padding: 0;
  border-bottom:1px solid #efefef;
  }
  
#menu li:nth-child(odd){
	width:49.5%;
  	border-right:1px solid #efefef;
  }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #f2af32;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #f2af32;
}
#toggle{ 
 display: none;
}
@media only screen and (min-width: 480px) {
    #menu, #menu li{
  		display:none;
  }
}
@media only screen and (max-width: 479px) {
  #menu{
    display: none;
  }
  #menu li{
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #e68b19;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #e68b19;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #e68b19;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  
  img.aisatsu{
	  display:none;
  }
  
  #menu li ul.submenu li a{
	  font-size:90%;
	  padding:5px 0!Important;
  }
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* back to top*/
#back-top {
    position: fixed;
    bottom: 10%;
    right: 3%;
	z-index:100;
}
	
#back-top span {
    width: 70px;
    height: 7opx;
    display: block;
}

/* フッタ固定ボタン */
@media only screen and (min-width: 480px) {
#footerFloatingMenu,
#footerFloatingMenu .wid50{
	display: none!Important;}
}

	#footerFloatingMenu {
		width: 100%;
/*		position: fixed;
		left: 0;
		bottom:20px;
		z-index: 9999;*/
		padding:0 1%;
		margin-bottom:10px;
	}
	 
	#footerFloatingMenu .wid50 a{
			max-width: 100%;
			width:48%;
			padding:5px 0.5% ;
			box-sizing:border-box;
			display:block;
			float:left;
			text-align:center; color:#663300; background-color:#FFF081;
			text-decoration:none; 
			border-radius: 10px;		/* CSS3草案 */
			-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
			-moz-border-radius: 10px;	/* Firefox用 */
			margin:2px;
			border:1px solid #E68B19;
	}

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 240px;
	}
}


