.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background-color:rgba(255, 255, 255, 0.9);
	z-index:150;
}
#head_logo {
	width:200px;
	padding-top:25px;
	display:block;
	float:left;
}
#nav ul {
	display:block;
	float:left;
	width:100%;
}
#nav {
	display: inline-block;
}
#nav ul li {
	float:left;
	padding:20px 0;
}
#nav ul li:after {
    content: "　｜　";
}
#nav ul li:last-child:after {
    content : none ;
}
.fixed #head_logo, .fixed #head_tel {
	padding-top: 10px;
}
.fixed #nav ul li a {
	background-color: rgba(200, 200, 200, 0.4);
    padding: 2px 8px;
    border-radius: 5px;
}
.fixed #nav ul li {
	padding:15px 0 10px 0;
}

.fade_off {
    opacity: 0.1;
	transform : translate(0, 50px);
    transition : all 500ms;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}
.fade_on {
    opacity: 1;
	transform : translate(0, 0px);
}
.fade_off2 {
    opacity: 0.1;
	transform : translate(0, 20px);
    transition : all 200ms;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.fade_on2 {
    opacity: 1;
	transform : translate(0, 0px);
}
#head_tel {
	width:158px;
	padding-top:25px;
	display:block;
	float:right;
}
#visual_block {
	padding-bottom:80px;
}
#visual_block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 780px;
    margin: 0 auto;
    background: url(../image/index/watermark.png) no-repeat 50% 0;
}
#visual_area {
	width:1024px;
	margin:0 auto;
	display: inline-block;
	text-align: -moz-center;
}
.bill {
    text-align: -webkit-right;
    top: 130px;
    position: relative;
	width: 1024px;
    margin: 0 auto;
}
.none{ display:none; }
.visual_fl01 {
	position: relative;
    top: 200px;
    /*left: 0px;*/
	text-align: -webkit-center;
}
.in-b {
	display:inline-block;
}
.visual_fl001 {
	position: relative;
    top: 200px;
    left: 0px;
	background-color:rgba(255, 255, 255, 0.5);
}
.visual_fl02 {
	position: relative;
    top: 400px;
    left: 0px;
	text-align: -webkit-right;
}

article {
	width:100%;
	padding:60px 0;
	text-align:center;
	display: inline-block;
}
section {
	width:1024px;
	margin:0 auto;
}
section p{
	font-family: M PLUS Rounded 1c;
	font-size:16px;
	line-height:30px;
	padding-bottom:24px;
}
h2.section_title, h3.section_title, h4.section_title {
	font-size:36px;
	color:#306330;
	position: relative;
    display: block;
	margin-bottom:60px;
	font-family: M PLUS Rounded\ 1c,Rounded Mplus\ 1c,Mplus\ 1p,sans-serif;
}
.section_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
	background-color:#05cb00;
	border-radius:3px;
    width: 100px;
    height: 5px;
    margin: 0 auto;
}
#slick_slide {
	width:100%;
	text-align:-webkit-center;
	margin:0 auto;
	text-align:center;
}
#slick_slide img {
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
#slick_slide .cont {
	text-align: -webkit-center;
}
ul.thumb {
	width:1024px;
	text-align:-webkit-center;
	margin:-90px auto 0 auto;
}
.thumb li {
	width:18%;
	padding:0 1%;
	text-align:-webkit-center!important;
}


.index_table {
	text-align:-webkit-center;
	width:100%;
	font-family: M PLUS Rounded 1c;
}
.index_table td {
	width:33.3%;
	text-align:-webkit-center;
}

