@charset "UTF-8";

/* --------------------------- 
common
--------------------------- */

article,
section,
#header_top,
#header,
#footer_top,
#footer,
#contents{
	width:100%;
	margin:0 auto;
}

.inner{
	margin:0 auto;
}

.sp{
	display:none;
}

/* --------------------------- 
top
--------------------------- */
article#top{
	width: 100%;
	height: 93%;
	/* top: 0; */
	top: 20px;
	left: 0;
	position: fixed;
	z-index: 1;
	
}

/* 更新 */
/* h1{
	position: absolute;
	top: 5%;
	left: 12%;
	z-index: 100000;
} */

#btn_area{
	position: fixed;
	z-index: 9998;
}

.btn_left_area{
	position: fixed;
	z-index: 9998;
	height: 91%;
	display: flex;
	flex-direction: column;
	align-content: stretch;
	align-items:center;
}

.btn_left_area li{
	height: 20% !important;
}

.btn_left_area li img{
	width:auto;
	height: 100%;
}

.btn_left_area li:first-child{
	background: url(../../img/top/btn_01_off.png);
	background-position: center center;
	background-size: cover;
}

.btn_left_area li.active:first-child {
	background: url(../../img/top/btn_01_on.png);
	background-position: center center;
	background-size: cover;
}

.btn_left_area li:nth-child(2){
	background: url(../../img/top/btn_02_off.png);
	background-position: center center;
	background-size: cover;
}

.btn_left_area li.active:nth-child(2){
	background: url(../../img/top/btn_02_on.png);
	background-position: center center;
	background-size: cover;
}

.btn_left_area li:nth-child(3){
	background: url(../../img/top/btn_03_off.png);
	background-position: center center;
	background-size: cover;
}

.btn_left_area li.active:nth-child(3){
	background: url(../../img/top/btn_03_on.png);
	background-position: center center;
	background-size: cover;
}

.btn_left_area li:nth-child(4){
	background: url(../../img/top/btn_04_off.png);
	background-position: center center;
	background-size: cover;
}

.btn_left_area li.active:nth-child(4){
	background: url(../../img/top/btn_04_on.png);
	background-position: center center;
	background-size: cover;
}

.btn_left_area li:nth-child(5){
	background: url(../../img/top/btn_05_off.png);
	background-position: center center;
	background-size: cover;
}


.btn_left_area li.active:nth-child(5){
	background: url(../../img/top/btn_05_on.png);
	background-position: center center;
	background-size: cover;
}




/* Reset jquery.bxslider.css */
.bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
}

/* 更新 */
.bx-pager {
	left: 50%;
	margin-left: -55px;
	/* bottom: 0% !important; */
	bottom: 96px !important;
z-index: 9999999;
}

.bx-wrapper .bx-pager .bx-pager-item{
	padding: 10px 0;
	float: left;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	/* background: #666; */
	background: #FFFFFF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00a040;
}


#slider div {
	height: 96vh;
	background: center / cover no-repeat;
	z-index: -1;
}

#slider div:first-child{
	background-image:url(../../img/top/s01.jpg);
}

#slider div:nth-child(2){
	background-image:url(../../img/top/s02.jpg);
}

#slider div:nth-child(3){
	background-image:url(../../img/top/s03.jpg);
}

#slider div:nth-child(4){
	background-image:url(../../img/top/s05.jpg);
}
#slider div:nth-child(5){
	background-image:url(../../img/top/s04.jpg);
}


#header_top{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

#header_top .right_area{
	position: absolute;
	right: 30px;
	top: 0;
	width: 317px;
}

#header_top .right_area p:first-child{
	float: left;
}

#header_top .right_area p:last-child{
	float: right;
}

#footer_top{
	position: fixed;
	bottom: 0;
	height: 9%;
	width: 100%;
	z-index: 9999;
	background: #fff;
	min-width: 1024px;
}

#footer_top .right_add {
	position: static;
	margin-left: 10px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer_top .right_add ul li span {
	display: inline-block;
	color: #009933;
	transform: translateY(-1px);
}
#footer_top .right_add ul li a {
	font-size: 13px;
}

#footer_top .right_add ul li img {
	padding-left: 3px;
	width: 12.5px;
	transform: translateY(2px);
}

#footer_top .right_add address {
	margin-right: 10px;
}

.nav_top p{
	float: left;
}

.btn_top_sogo{
	position: absolute;
	right: 24px;
	/* bottom: 40px; */
	bottom: 110px;
}

.btn_top_sogo #upper{
  padding: 10px;
}

.right_add{
	position: fixed;
	bottom:10px;
	right: 12px;
	font-size: 9px;	
	color: #4c4948;
}

.right_add a{
	color: #4c4948;
	text-decoration: none;
}

.right_add a:hover{
	color: #00a040;
	text-decoration: underline;
}

.right_add ul{
	float: left;
}

.right_add ul li{
	float: left;
	padding-right: 10px;
}

.right_add ul li span{
	color: #00a040;
}

.right_add address{
	float: right;
	font-size: 13px;
}

.footer_logo{
	position: absolute;
	width: 155px;
	left: 20px;
	bottom: 12px;
}

.footer_logo img{
	width: 100%;
	height: auto;
}


/*可変幅の親要素*/
.contain {
    position:absolute;
    width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
}
/*可変幅の親要素の領域を正方形に保つ*/
.contain:before {
    content: "";
    display: block;
    padding-top: 100%;
}
/*画像を親要素の中央に配置*/
.contain img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 9997;
}
/*横長画像の場合*/
.contain img {
    width: 100%;
    height: auto;
	min-width: 1024px;
}
