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

/*共通部分*/
body {
	font-size: 18px;
	color: #000;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width:1180px;
	margin:0 auto;
}
main{
	font-family: "あんずもじ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#wrap{
	background:url(../img/common/underback.jpg);
	background-size: contain;
	}
#under {
	font-size: 18px;
	width:1030px;
	margin:0 auto;
	padding: 30px;
	margin-bottom:30px;
	background-color:#fff;
    box-shadow: 0px 0px 33px 15px rgba(200,200,200,0.2);
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img:hover {
	opacity: .7;
}
img {
	max-width: 100%;
}
.font_l {
	font-size: 140%;
}
.font_s {
	font-size: 80%;
}
.tab_none {
	display: none;
}
.sp_none {
	display: none;
}
.font01 {
	font-family: 'Open Sans', sans-serif;
}
.color01 {
	color: #ff7d00;
}
.color02 {
	color: #4acdc3;
}
.color03 {
	color: #6fcb3a;
}
.color04 {
	color: #20be49;
}
.color05 {
	color: #FF119D;
}
.back01 {
	background: #AA89BD !important ;
}
.back02 {
	background: #FF7D00 !important ;

}
.back03 {
	background:#E793BF !important;
}
.back04 {
	background: #FFBB00 !important;
}
.back05 {
	background: #E30720 !important;
}
.back06 {
	background: #FF8000 !important;
}
.scrap_back {
	background-color: #008D1A;
	color: #FFFFFF
}
.disused_back {
	background-color: #FF8000;
	color: #FFFFFF
}
.garbage_back {
	background-color: #00A2DB;
	color: #FFFFFF
}
.pt30 {
	padding-top: 30px;
}
.pb60 {
	padding-bottom: 60px;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.auto {
	width: auto !important;
}
.txt_center {
	text-align: center !important;
	margin-bottom: 30px;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left !important;
}
.modal {
	text-align: center;
}
.modal img {
	width: 70%;
}
.halfsp>* {
	width: 48%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	margin-right: 4%;
}
.halfsp>*:nth-child(2n) {
	margin-right: 0;
}
.pattern02 img {

}
.pattern03 img {
	width: 100%;
}
.cover {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1080px;
}
.iframearea {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.iframearea  iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}
.boxboder {
	border: 1px solid #A0A0A0;
	box-sizing: border-box;
}
/*ナビ

nav{
}
nav li{
	border-bottom:1px solid #EEEEEE;
}
nav li a{
	display: block;
	padding:3% 10%;
	color:#fff;
}/*ナビend*/
/* ------------------------------------------------------*/
/* clearfix huck */
/* ------------------------------------------------------*/
.clearfix {
	display: inline-table;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
/* Hides from IE-mac ＼*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


body {
	color: #000;
	line-height: 1.9;
}
.pattern02 .lefttxt {
	float: left;
	width: 50%;
}
.pattern02 .righttxt {
	float: right;
	width: 50%;
}
.pattern02 .leftimg {
	float: left;
	width: 50%;
}
.pattern02 .rightimg {
	float: right;
	width: 50%;
}
.lefttxt, .righttxt, .txt {
}
.pattern03 {
	width: 100%;
	display: table;
}
.pattern03 .lefttxt {
	display: table-cell;
	vertical-align: middle;
}
.pattern03 .righttxt {
	display: table-cell;
	vertical-align: middle;
}
.pattern03 .leftimg {
	display: table-cell;
	vertical-align: middle;
}
.pattern03 .rightimg {
	display: table-cell;
	vertical-align: middle;
}
.column3 {
	clear: both;
}
.column3 li {
	float: left;
	width: 30%;
	margin-bottom: 40px;
	margin-right: 5%;
}
.column3 li:nth-child(3n) {
	margin-right: 0;
}
.column3 li>* {
	margin-bottom: 10px;
}
.column4 {
	clear: both;
}
.column4 li img {
	width: 100%;
}
.column4 li {
	float: left;
	width: 22%;
	margin-bottom: 30px;
	margin-right: 4%;
}
.column4 li:nth-child(4n) {
	margin-right: 0;
}
.column4 li>* {
	margin-bottom: 10px;
}
.half>* {
	width: 48%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	margin-right: 4%;
}
.half>*:nth-child(2n) {
	margin-right: 0;
}
/*共通部分end*/


/*ヘッダー*/
h1 {
}
header h1 {
    width: 173px;
    margin-bottom: 16px;
    margin-top: 8px;
	float: left;
    margin-left: 50px;
	}

header {
    padding: 8px 0 10px;	position:fixed;
	width:100%;
	min-width:1400px;
	margin:0 auto;
	background:url(../img/common/obi.png) no-repeat top center;
	background-position:bottom;
	z-index:3;
}
.header_inner{
	width:1060px;
	margin:0 auto;
	}

header #nav-open {
	width: 13%;
	vertical-align: middle;
	float: right;
	padding: 3% 0;
}
#nav-open .menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#nav-open .menu-trigger {
	position: relative;
	width: 100%;
	height: 40px;
	text-align: center;
}
#nav-open .menu-trigger span {
	width: 80%;
	height: 3px;
	background-color: #000;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transition: all .2s;
	text-align: center;
}
#nav-open .menu-trigger span:last-child {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
#nav-open .menu-trigger.active span {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#nav-open .menu-trigger.active span:last-child {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}
#gnav {
    float: left;
    width: 784px;
    height: 132px;
    margin-top: 37px;
    background: url(../img/common/nav_on.png) no-repeat;
	}
#gnav>ul {
	width:784px;
	height:132px;
}
#gnav>ul>li{
	float:left;
	position:relative;
	}
#gnav>ul>li>a{text-indent:-9999px;}
#gnav>ul>li:hover a{
	}
#nav1{
    width: 164px;
    height: 121px;
    background: url(../img/common/nav.png) no-repeat;
    background-position: 0 0;	}
#nav2{
width: 151px;
    height: 119px;
    background: url(../img/common/nav.png) no-repeat;
    background-position: -164px 0px;}
	#nav3{
    width: 158px;
    height: 132px;
    background: url(../img/common/nav.png) no-repeat;
    background-position: -315px 0;
}
#nav4{
width: 145px;
    height: 129px;
    background: url(../img/common/nav.png) no-repeat;
    background-position: -473px 0;	}
#nav5{
    width: 166px;
    height: 130px;
    background: url(../img/common/nav.png) no-repeat;
    background-position: -618px 0;}
#gnav>ul>li>a{
	display:block;
	}
	
#menu1{
    background-color:rgba(255,144,0,1);
	width: 150px;
    box-sizing: border-box;
    display: none;
    padding: 10px;	
	}
nav li:hover #menu1 li{
    width: 100%;
    border-bottom: 1px dotted #fff;
	}
nav li:hover #menu1 li:nth-child(odd){
	margin-right:50px;

	}
nav li:hover #menu1 li:nth-child(even){
	}
#gnav>ul>li:hover a {
    background: none !important;
}
#menu2{
    background-color: rgba(255,144,0,1);
	    width: 150px;
    box-sizing: border-box;
    display: none;
    padding: 10px;
	}
nav li:hover #menu2 li{
    width: 100%;
    border-bottom: 1px dotted #fff;
	}


#menu3{
    background-color: rgba(255,144,0,1);
	   width: 150px;
    box-sizing: border-box;
    display: none;
    padding: 10px;
	   top: 120px;
	}
nav li:hover #menu3 li{
    width: 100%;
    border-bottom: 1px dotted #fff;
	}
nav li:hover #menu3 li:nth-child(odd){
	margin-right:50px;
	}
nav li:hover  li a{
	color:#fff;
	font-size:15px;
	display:block;
	}
nav li:hover ul{
    display: block !important;
    position: absolute;
    top: 115px;
		}
#sidenav:hover{
	right:0;
}
#sidenav{
    position: fixed;
    right: 0;
    top: 190px;
    width: 180px;
    background: rgba(255,255,255,0.7);
    text-align: center;
    transition: ease-in-out 1s;
		}
#sidenav li{
	border:1px solid #CCC;
	border-bottom:1px dotted #ff9000;
	}
#sidenav .leftimg a{
	display:block;
	}
#sidenav .leftimg img{
	width:auto;
	}
#sidenav .leftimg{
	width:50%;
	padding:5px 0;
	box-sizing:border-box;
	}
#sidenav .righttxt{
	width:49%;
	}
#sidenav li:nth-child(1) .righttxt{
	font-size:16px;
	}
#sidenav li:nth-child(2) .righttxt{
	font-size:18px;
	}
#panarea{
    position: absolute;
    width: 100%;
    top: 180px;
	min-width:1180px;
	z-index:2;
	}
#pan{
	clear:both;
padding:10px 0;
max-width:1000px;
margin:0 auto;
font-size:120%;
}

#pan li{
	display:inline-block;
	line-height:1;
	}
#pan li a:after{
	content:">";
	display:inline-block;
	margin-left:6px;
	margin-right:1px;
	}/*ヘッダーend*/
#visual{
	width:100%;
	}

/*フッター*/
footer {
	position:relative;
}
footer .cover {
	width:1000px;
	margin:0 auto;
	padding:45px 0 175px;
}
footer .back{
	background:url(../img/common/footerback.jpg) bottom #77feff;
	    background-size: cover;
	margin-bottom:-1px;
	}
/*footer:before{
	content:"";
	position:absolute;
	width:100%;
	top:10px;
	left:0;
	border-top:1px dotted #B1AFB1;
	}
footer:after{
	content:"";
	position:absolute;
	width:100%;
	bottom:75px;
	left:0;
	border-top:1px dotted #B1AFB1;
	}
*/footer section {
	padding-top: 30px;
	padding-bottom: 30px;
}
#sitemap {
	float:left;
	width:450px;
	}
#sitemap ul {
	display: inline-block;
	vertical-align: top;
	padding-right: 6%;
	padding-left: 1%;
}
#sitemap ul:last-child {
	padding-right: 0;
}
#sitemap ul li {
	text-align: left;
}
#sitemap ul span {
    text-shadow:
        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff
        ;
}
#sitemap ul li a {
}
.sitemap ul li a:after {
	right: -10%;
}
#sitemap ul li a:before {
	content: "▶";
	display: inline-block;
	margin-right: 10px;
}
#addr {
	width:550px;
	float:right;
}
#addr * {
    margin-bottom: 15px;
    line-height: 1;
	}
#addr .leftimg{
	width:30%;
	margin-right:5%;
	}
#addr .righttxt{
	width:65%;
	}
#addr .link img{
	margin-right:10px;
	}
#copy {
	text-align: center;
	padding: 1% 0;
	color: #FFFFFF;
	background-color: #834E00;
}
/*フッターend*/


/*サイド*/



#side {
	float: right;
	width: 260px;
}
/*サイドend*/

/*コンテンツ*/

#under{
	position:relative;
	}
#under:before{
	content:url(../img/common/dog2.png);
	position:absolute;
	top:400px;
		right:-133px
}
#under:after{
	content:url(../img/common/pig2.png);
	position:absolute;
	top:200px;	left:-120px;

	}
#under section {
	margin-bottom: 50px;
}
.inner_box {
	padding: 0 3%;
	box-sizing: border-box;
}
.btn {
    width: 240px;
    position: relative;
    text-align: center;
    font-size: 16px;
	margin:0 auto;
}
.btn a {
    border-radius: 7px;
    background-color: #32B16C;
    padding: 7px 0;
    color: #fff;
	display:block;
}
.btn a:after {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	margin-top:-2px;
}
#page-top {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
/*見出し*/
#pagettl {
text-align:center;
	padding: 250px 0 0;
	font-weight: normal;
z-index: 1;
    position: relative;
	}
#pagettl h2 {
}
#pagettl span {
	display: block;
	font-size: 70%;
}
#pagettl+p {
	border-bottom: 2px solid #eee;
	padding-bottom: 30px;
}
#pagettl {
	font-size: 20px;
	font-size: 2.0rem;
}
#pagettl+p {
	text-align: left !important;
	font-size: 95%;
	padding: 0 4% 30px;
}
#pagettl+p br {
	display: none;
}
.subttl {
	font-size:35px;
	background-image:url(../img/common/subttl_border.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	margin-bottom:40px;
	padding-bottom:20px;
}
.subttl  span{
	display:none;
	color:#B4B4B4;
	font-weight:normal;
	font-size:16px;
}
.anchor{
	position:relative;
	top:-190px;
	display:block;
	}
.lead{
	margin-bottom:30px;
	font-size:150%;
	}
.subttl2 {
}
.subttl2 span {
}
.subttl3{
	margin-bottom:10px;
	}
.subttl3 img{
	vertical-align:inherit;
	}
.inner {
	padding: 0 3%;
}
.cover>section {
	margin-bottom: 30px;
}

.subttl .entry {
	display: inline-block;
	padding: 2px 5px;
	background-color: #0196FF;
	color: #fff;
	float: right;
	border-radius: 5px;
	width: 65px;
	font-size: 80%;
}

.subttl .entry:before {
	content: url(../img/common/arrow.gif);
	margin-right: 15%;
	display: inline-block;
}

/*コンテンツend*/