#container {
width:100%;
margin:0 auto;
}
#header {
	width:100%;
	margin:0 auto;
	z-index:101;
}

@media ( max-width : 1050px ) {
	#header {
		position:fixed;
		top:0;
	}
}
	
#contents {
	width:100%;
	margin:0 auto;
	position:relative;
}

@media ( max-width : 1050px ) {
	#contents {
		top:110px;
	}
}

@media screen and (max-width: 639px) {
	#contents {
		top:72px;
	}
}

@media screen and (max-width: 374px) {
	#contents {
		top:55px;
	}
}

#header_inner {
	margin: 0 auto;
	background-color: #40342f;
	position:relative;
	top:0;
	left:0;
	z-index:10;
	
}
#contents_inner {
width:960px;
margin:0 auto;
background:#38789C;
height:2000px;
}

#footer {
    width: 100%;
    margin: 4.875rem auto 0 auto;
    border-top: solid 6px #c4bdb4;
    background-color: #40342f;
    background-position: center top;
    color:#fff;
	font-family: 'Sawarabi Gothic', sans-serif;
	text-align:center;
	font-size:10px;
	line-height: 1.8em;
}

@media ( max-width : 1050px ) {
	#footer {
		position:relative;
		top:110px;
	}
}

@media screen and (max-width: 639px) {
	#footer {
		top:72px;
	}
}

@media screen and (max-width: 374px) {
	#footer {
		top:55px;
	}
}






/********************************************************************/
/*ナビゲーション*/

.g_navi {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;    
	background-image: url(../images/common/gnavi_base.png);
	background-size: 100% 57px;
    background-repeat: no-repeat;
    position:relative;
		top:0;
		left:0;
		z-index:10;
}
.g_navi .btn_spmenus{
	display:none;
}
.g_navi .shape_line{
	
}

#g_navi_bg{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.001);
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	display:none;
}
@media ( max-width : 1050px ) {
	.g_navi {
		padding-left:0;
		padding-right:0;
		background-image: none;
		position:absolute;
	}
	.g_navi .btn_spmenus{
		width:80px;
		height:80px;
		display:block;
		background-color: rgba(36,23,17,0.5);
		/*border:0.5vw solid #f4f3f3;*/
		position:relative;
		top:15px;
		left:15px;
		box-sizing:border-box;
		cursor:pointer;
		z-index:11;
		
	}
	.g_navi .btn_spmenus .shape_line{
		width:60px;
		height:8px;
		background-color:#f4f3f3;
		position:absolute;
		left:15%;
	}
	.g_navi .btn_spmenus .shape_line:nth-child(1){
		top:18px;
		transition:transform;
		transition-duration: 0.4s;
	}
	.g_navi .btn_spmenus .shape_line:nth-child(2){
		top:36px;
		transition:opacity;
		transition-duration: 0.4s;
	}
	.g_navi .btn_spmenus .shape_line:nth-child(3){
		top:54px;
		transition:transform;
		transition-duration: 0.4s;
	}
	.g_navi .btn_spmenus.opened .shape_line:nth-child(1){
		transform:translate(0vw, 17.8px) rotate(45deg);
	}
	.g_navi .btn_spmenus.opened .shape_line:nth-child(2){
		opacity:0;
	}
	.g_navi .btn_spmenus.opened .shape_line:nth-child(3){
		transform:translate(0vw, -17.8px) rotate(-45deg);*/
	}
	
	.g_navi_list_container{
		overflow:hidden;
		position: relative;
		top:30px;
		z-index:5;
		display:none;
	}
}

@media screen and (max-width: 639px) {
	.g_navi .btn_spmenus{
		width:40px;
		height:40px;
		top:16px;
		left:8px;
	}
	.g_navi .btn_spmenus .shape_line{
		width:30px;
		height:4px;
	}
	.g_navi .btn_spmenus .shape_line:nth-child(1){
		top:9px;
	}
	.g_navi .btn_spmenus .shape_line:nth-child(2){
		top:18px;
	}
	.g_navi .btn_spmenus .shape_line:nth-child(3){
		top:27px;
	}
	.g_navi .btn_spmenus.opened .shape_line:nth-child(1){
		transform:translate(0vw, 8.6px) rotate(45deg);
	}
	.g_navi .btn_spmenus.opened .shape_line:nth-child(2){
		opacity:0;
	}
	.g_navi .btn_spmenus.opened .shape_line:nth-child(3){
		transform:translate(0vw, -8.6px) rotate(-45deg);*/
	}
	.g_navi_list_container{
		top:32px;
	}
}

@media screen and (max-width: 374px) {
	.g_navi .btn_spmenus{
		width:40px;
		height:40px;
		top:7px;
		left:8px;
	}
	
	.g_navi_list_container{
		top:15px;
	}
}

.g_navi ul {
	width:100%;
	max-width:900px;
	margin:0 auto;
	position: relative;
	top:0;
	text-align: center;
	align-items: center;
	display: block;
	justify-content: center;
	background: url("../images/common/g_nav_line.png") no-repeat;
	background-position: center left;
}
.g_navi ul li {
	width:180px;
	padding: 5px 0;
	background: url("../images/common/g_nav_line.png") no-repeat;
	background-position: center right;
	position:relative;
	display:block;
	float: left;
}
.g_navi ul li img {
opacity: 0.5;
vertical-align: middle;
width:100%;
}
.g_navi ul li a img {
opacity: 1;
}
.g_navi ul li a:hover img {
opacity: 0.8;
transition: .3s;
}
.g_navi ul li a {
  position: relative;
  display: block;
  text-decoration: none;
}
.g_navi ul li::after {
	width:144px !important;
  position: absolute;
  bottom: -8px;
  left: 0;
  right:0;
  content: '';
  width: 80%;
  height: 4px;
  background: #8a7d6e;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  margin-left:18px;
	margin-right:auto;
}
.g_navi ul li:hover::after,
.g_navi ul li.active::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

.h_navi {
display: table;
float:right;
position:absolute;
right:15px;
top:15px;

}
.h_navi ul li {
display:table-cell;
}
.h_navi ul li a img {
opacity: 1;
}
.h_navi ul li a:hover img {
opacity: 0.5;
transition: .6s;
}
.h_navi ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: .3s;
}
.h_navi ul li img {
opacity: 0.5;
vertical-align: middle;
}
.h_navi ul li:nth-child(1){
/*border-left:solid 2px #a79d92;*/
background: url("../images/common/g_nav_line.png") no-repeat;
background-position: 0px 6px;
padding:0 15px;
}
.h_navi ul li:nth-child(2){
/*border-left:solid 2px #a79d92;*/
background: url("../images/common/g_nav_line.png") no-repeat;
background-position: 0px 6px;
padding:0 15px;
}
@media screen and (max-width: 1050px) {
	.g_navi ul {
		width:100%;
		max-width:900px;
		margin:0 auto;
		position: relative;
		top:-600px;
		text-align: center;
		align-items: center;
		display: block;
		justify-content: center;
		background: none;
		background-position: center left;
		background-color: rgba(36,23,17,0.9);
	}
	.g_navi ul li {
		width:80%;
		margin:0 auto;
		background-image:none;
		background-position: center right;
		display:block;
		padding:5px 0;
		float: unset;
			border-top:1px solid #a18c69;
	}
	.g_navi ul li img {

		vertical-align: middle;
		width:40%;
	}
	.g_navi ul li::after {
		display:none;
	}
}



/********************************************************************/
/*ヘッダー*/
#header_inner h1 {
width:100%;
max-width:900px;
margin:0px auto;
}
#header_inner h1 img {
width:100%;
}
@media screen and (max-width: 1050px) {
	#header_inner h1 {
		width:100%;
		height:110px;
		margin:0px auto;
		position:relative;
		overflow: hidden;
	}
	#header_inner h1 img {
		width:904px;
		height:110px;
		margin-left:-452px;
		position:absolute;
		left:50%
	}
}
@media screen and (max-width: 639px) {
	#header_inner h1 {
		width:100%;
		height:72px;
		margin:0px auto;
		overflow: hidden;
	}
	#header_inner h1 img {
		width:592px;
		height:72px;
		margin-left:-296px;
		left:50%;
	}
}

@media screen and (max-width: 374px) {
	#header_inner h1 {
		width:100%;
		height:55px;
		margin:0px auto;
		overflow: hidden;
	}
	#header_inner h1 img {
		width:452px;
		height:55px;
		margin-left:-226px;
		left:50%;
	}
}
/********************************************************************/
/*フッター*/

.caption {
width:100%;
margin:3em auto;
font-size:85%;
text-align:left;
line-height:1.5;
}
.caption li {
margin-left:1em;
text-indent: -1em;
}
#footer_inner img {
width:100%;
}
#footer_contact {
padding:30px;
}

#footer_contact img {
vertical-align: bottom;
}


@media screen and (max-width: 1050px) {
#footer_contact {
padding:15px 0px;
}
#footer_company {
padding:10px 0px 40px 0px;
}
#footer_contact li{
width:90%;
float:none;
text-align: center;
color:#FFF;
font-family: 'Sawarabi Gothic', sans-serif;
}
#footer_contact li img {

margin:0 auto;
}


argin:0 auto;
}
}







.big_banner li {
margin-bottom:3em;
}
.top_bn1 {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
	outline: 1px solid #675b4b;
	min-height: 209px;
	box-sizing: border-box;
}
.top_bn1:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top/big_banner_01_pic.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    transition: all .8s ease-out;
	opacity: .5;
}
.top_bn1:hover:after {
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.top_bn2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
	border: 1px solid #675b4b;
	min-height: 208px;
}
.top_bn2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top/big_banner_02_pic.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    transition: all .8s ease-out;
	opacity: .5;
}
.top_bn2:hover:after {
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.top_bn3 {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
	border: 1px solid #675b4b;
	min-height: 208px;
}
.top_bn3:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top/big_banner_03_pic.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    transition: all .8s ease-out;
	opacity: .5;
}
.top_bn3:hover:after {
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.top_bn4 {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
	border: 1px solid #675b4b;
	min-height: 208px;
}
.top_bn4:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top/big_banner_04_pic.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    transition: all .8s ease-out;
	opacity: .5;
}
.top_bn4:hover:after {
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.top_bn5 {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
	border: 1px solid #675b4b;
	min-height: 208px;
}
.top_bn5:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/top/big_banner_05_pic.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    transition: all .8s ease-out;
	opacity: .5;
}
.top_bn5:hover:after {
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bn_inner {
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 759px) {
.big_banner li {
margin-bottom:1em;
}
.bn_inner img {
width:100%;
}
.top_bn1,
.top_bn2,
.top_bn3,
.top_bn4,
.top_bn5 {
	min-height: 110px;
}
}









/*----------------------------------------------------
	スクロールボタン
----------------------------------------------------*/

#page_top {
	bottom: 20px;
	font-size: 77%;
	position: fixed;
	right: 20px;
	z-index: 100;
	opacity:0;
}
/*#page_top a {
background: #666 none repeat scroll 0 0;
border-radius: 5px;
color: #fff;
display: block;
padding: 30px 0;
text-align: center;
text-decoration: none;
width: 100px;
}
#page_top a:hover {
background: #999 none repeat scroll 0 0;
text-decoration: none;
}*/

#page_top a {
    display:  inline-block;
    color: #fff;
    text-decoration:  none;
    background-color:rgba(255,255,255,0.8);
	border:solid 1px #c4bdb4;
    position:  relative;
    height: 60px;
    width: 60px;
	text-indent: -9999px;
}

#page_top a::before {
    content:  '';
    width: 20px;
    height: 20px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
	border-color:#8a7d6e;
}
@media screen and (max-width: 759px) {

	#page_top {
		width:40px;
		height:40px;
		bottom: 7px;
		font-size: 50%;
		position: fixed;
		right: 8px;
		z-index: 100;
	}
	
	#page_top a {
		width:40px;
		height:40px;
		bottom: 20px;
		font-size: 50%;
		position: fixed;
		right: 20px;
		z-index: 100;
	}
	
	#page_top a::before {
	    content: '';
	    width: 16px;
	    height: 16px;
	    display: block;
	    border-top: solid 2px;
	    border-right: solid 2px;
	    transform: rotate(-45deg);
	    position: absolute;
	    top: 10px;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    border-color: #8a7d6e;
	}
}




