﻿@charset "utf-8";
@import 'fontello.css';
@import 'jquery.bxslider.css';
/*=============================================
 * body
 *=============================================*/
#footer .btn{
    padding-bottom: 20px;
}
body {
	color: #000;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.7px;
	background: #fffced;
	min-width: inherit;
	max-height: 100%;
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}


/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: auto;
}


/*=============================================
 * header
 *=============================================*/

#header {
	padding-top: 90px;
	position: relative;
}
#belt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 108px;
	background: url(../img/shared/header_bg.png) repeat-x top center;
	z-index: 100;
}
#header h1 {
	color: #e0be8e;
	font-size: 13px;
	line-height: 20px;
	padding-top: 25px;
}
#header .logo {
	position: absolute;
	top: 16px;
	left: 280px;
}
#header .tel {
	position: absolute;
	right: 0;
	top: 16px;
}
#header #nav {
	background: url(../img/shared/nav.jpg) repeat top center;
}
#header #nav li{
	margin: 0 5px;
}

/*=============================================
 * key
 *=============================================*/

#key {
	position: relative;
	margin-top: 73px;
}


/*=============================================
 * container
 *=============================================*/

#container {
}


/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	text-align: center;
}


/*=============================================
 * footer
 *=============================================*/

#footer {
	background: url(../img/shared/footer_T.jpg) repeat-x top center, url(../img/shared/address.jpg) repeat-x bottom center, url(../img/index/sec1_bg.jpg) repeat top center;
	color: #ffffff;
	padding-top: 40px;
	line-height: 18px;
}
.footerL{
    text-align: center;
}
.footerR{
}
.footerR .tel{
    padding: 15px 0;
}
.vcard{
    padding: 10px;
}
.vcard dl{
	margin-bottom: 6px;
    line-height: 28px;
}
.vcard dt{
	font-weight: bold;
    float: left;   
    width: 30%;
}
.vcard dd{
    float: right;
    width: 70%;
}
#socialbuttons{
    padding-bottom: 20px;
}
/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 12px;
	line-height: 38px;
}
.txt_center{
	text-align: center;
}



/*求人ボタン*/
#webbtn {
	position:fixed;
	top:20px;
	right:0;
	
	z-index:999;
}

#recruit {
	position:fixed;
	top:225px;
	right:0;
	
	z-index:999;
}
.global-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    color: #fff;
    background: url(../img/shared/nav_bg.png) repeat center;
}
.global-header h1.title {
    font-size: 9px !important;
    text-align: center;
    padding: 3px 0 1px;
    color: #fff;
    font-weight:normal;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    word-spacing: normal;
    line-height: 2;
    display:block;
}
.global-header p {
    margin-bottom: 0;
}
.global-header a {
    text-decoration: none;
}
.global-header .logo {
    position: absolute;
    top:25px;
    left: 0;
    z-index: 100;
}
.global-header .logo img{
    width: 129px
}
.global-header p.logo a{
    display: inline-table;
}
.global-header p.logo a img{
    width: 130px;
    height:auto;
}
.topnavi {
    text-align: right;
    height: 100%;
    margin-top: 5px;
    margin-bottom:1px;
}
.topnavi > li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
    vertical-align: top;
}
.topnavi > li a, #menu_btn {
    font-size: 10px;
    text-align: center;
    display: block;
    line-height: 12px;
    height: 100%;
    padding: 10px 0;
    width: 55px;
    border-left: solid 1px rgba(106,63,41,0.3);
    letter-spacing: 1px;
    font-weight: bold;
    color:#FFF;
}
.topnavi > li a:before {
    width: 100%;
    padding-bottom: 4px;
    font-size: 14px !important;
    margin: 0;
}
#menu_btn {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 62px;
    float: left;
    top: 0px;
    line-height: 11px;
    padding: 14px 0 10px;
}
#menu_btn:before, #menu_btn:after, #menu_btn span:before {
    content: '';
}
#menu_btn span:before, #menu_btn:before, #menu_btn:after {
    height: 3px;
    display: block;
    background: #FFF;
    width: 32px;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    margin-left: 15px;
}
#menu_btn:before {
    top: 11px;
}
#menu_btn span:before {
    top: 17px;
}
#menu_btn:after {
    bottom: 24px;
}
#menu_btn span {
    display: block;
    padding-top: 15px;
    color: #FFF;
}
#menu_btn.active:before {
    animation: squishTop 0.5s ease;
    -webkit-animation: squishTop 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.active span:before {
    animation: disappear 0.5s ease;
    -webkit-animation: disappear 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.active:after {
    animation: squishBottom 0.5s ease;
    -webkit-animation: squishBottom 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.inactive:before {
    animation: squishTopRev 0.5s ease;
    -webkit-animation: squishTopRev 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.inactive span:before {
    animation: dissappearRev 0.5s ease;
    -webkit-animation: dissappearRev 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.inactive:after {
    animation: squishBottomRev 0.5s ease;
    -webkit-animation: squishBottomRev 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/******* Menu *****/
#menu-moblie { background:url(../img/share/nav_bg.png) repeat-x center top}

.topnavi {
    text-align: right;
    height: 100%;
    margin-bottom:0px;
    display:block
}
.topnavi > li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
    vertical-align: top;
}
.topnavi > li a, #menu_btn {
    font-size: 10px;
    text-align: center;
    display: block;
    line-height: 12px;
    height: 100%;
    padding: 10px 0;
    width: 55px;
    border-left: solid 1px #fff;
    letter-spacing: 1px;
    font-weight: bold;
    color:#fff
}
.topnavi > li a:before {
    width: 100%;
    padding-bottom: 4px;
    font-size: 14px !important;
    margin: 0;
}
#menu_btn {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 62px;
    float: left;
    top: 0px;
    line-height: 11px;
    padding: 14px 0 10px;
}



#menu_btn:before, #menu_btn:after, #menu_btn span:before {
    content: '';
}
#menu_btn span:before, #menu_btn:before, #menu_btn:after {
    height: 3px;
    display: block;
    background: #fff;
    width: 32px;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    margin-left: 15px;
}
#menu_btn:before {
    top: 11px;
}
#menu_btn span:before {
    top: 17px;
}
#menu_btn:after {
    bottom: 24px;
}
#menu_btn span {
    display: block;
    padding-top: 15px;
    color: #fff;
}
#menu_btn.active:before {
    animation: squishTop 0.5s ease;
    -webkit-animation: squishTop 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.active span:before {
    animation: disappear 0.5s ease;
    -webkit-animation: disappear 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.active:after {
    animation: squishBottom 0.5s ease;
    -webkit-animation: squishBottom 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.inactive:before {
    animation: squishTopRev 0.5s ease;
    -webkit-animation: squishTopRev 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.inactive span:before {
    animation: dissappearRev 0.5s ease;
    -webkit-animation: dissappearRev 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#menu_btn.inactive:after {
    animation: squishBottomRev 0.5s ease;
    -webkit-animation: squishBottomRev 0.5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
* {
    box-sizing: border-box;
}


#heade .wrap p {
    margin-bottom: 0;
}
#heade .wrap a {
    text-decoration: none;
}

.menu_box{
    position: fixed;
    top: 73px;
    right: 0px;
    width: 100%;
    overflow: hidden;
    z-index:99999;
    background:rgba(229,216,195,0.95);
    /*-webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.5);*/
    display: none;
    text-align:left;
}

.menu_box ul {
    padding: 0;
    margin: 0px 0px 0px;
  list-style-type:none;
  list-style-position:outside;
}

.menu_box ul li {position: relative;}

.menu_box ul li a {
    display: block;
    text-decoration: none;
    line-height: 18px;
    color:#47321e;
    padding:15px;
    border-bottom:dashed 1px rgba(71,50,30,0.5);
    position:relative;
}   

.menu_box ul li:last-child a{
    border:none;
}

.menu_box ul li a:after{
    content:'\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    right:12px;
    top:15px;
    opacity:0.6;
}

.menu_box ul ul{
    margin-top:0;
}


.menu_box ul  ul li a{
    padding-left:30px;
}

.menu_box ul li a span{
    color:#539e9e;
    padding-left:10px;
    font-size:11px;
}

#close_btn{
    text-align:center;
    background: url(../img/shared/nav_bg.png) repeat center;
    font-size:16px;
    line-height:18px;
    padding:12px 0 10px;
    margin:0;
    font-weight:normal;
    display: block;
    color:#fff;
    cursor:pointer;
}


@-webkit-keyframes squishTop {
  0% {
    top: 11;
    height:3px;
    width:32px;
    margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%, 75% {
    top: 19px;
    height:2px;
    width:18px;
    margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 19px;
    height:2px;
    width:18px;  
    margin-left:22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes squishTop {
  0% {

    top: 11;
    height:3px;
    width:32px;
    margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

  }
  50%, 75% {
    top: 19px;
    height:2px;
    width:18px;
    margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 19px;
    height:2px;
    width:18px;
    margin-left:22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes squishBottom {
  0% {
    top: 24px;
    height:3px;
    width:32px;
    margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%, 75% {
    top: 19px;
    height:2px;
    width:18px;
    margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 19px;  
    height:2px;
    width:18px;  
    margin-left:22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes squishBottom {
  0% {
    top: 24px;
    height:3px;
    width:32px;
    margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%, 75% {
    top: 19px;
    height:2px;
    width:18px;
    margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes disappear {
  0%{
    opacity: 1;
    height:3px;
    width:32px;
    margin-left:15px;
    top:17px;
  }
  
  50%, 75% {
    opacity: 0;
    height:2px;
    width:18px;
    margin-left:22px;
    top:19px;
  }
  
  100% {
    opacity: 0;  
    height:2px;
    width:18px;  
    margin-left:22px;
    top:19px;
  }
}

@keyframes disappear {
  0%{
    opacity: 1;
    height:3px;
    width:32px;
    margin-left:15px;
    top:17px;
  }
  
  50%, 75% {
    opacity: 0;
    height:2px;
    width:18px;
    margin-left:22px;
    top:19px;
  }
  
  100% {
    opacity: 0;  
    height:2px;
    width:18px;  
    margin-left:22px;
    top:19px;
  }
}

@-webkit-keyframes squishBottomRev {
  0% {
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px; 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50%, 75% {
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px;   
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 
  }
  100% {
    top: 24px;  
    height:3px;
    width:32px;
    margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 24px !important;
  }
}

@keyframes squishBottomRev {
  0% {
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px;  
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50%, 75% {
     top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

  }
  100% {
    top: 24px;  
    height:3px;
    width:32px;
    margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes squishTopRev {
  0% {
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px;  
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%, 75% {
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;  
    height:3px;
    width:32px;
    margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes squishTopRev {

  0% {
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%, 75% {
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;  
    height:3px;
    width:32px;
    margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes dissappearRev {
  0%{
    top: 19px;  

    height:2px;
    width:18px;
    margin-left:22px;  
    opacity: 0;
  }
  
  50%, 75%{
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px;
    opacity: 0;
  }
  
  100% {
    top: 17px;  
    height:3px;
    width:32px;
    margin-left:15px;  
    opacity: 1;
  }
}

@keyframes dissappearRev {
  0%{
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px;  
    opacity: 0;
  }
  
  50%, 75%{
    top: 19px;  
    height:2px;
    width:18px;
    margin-left:22px;
    opacity: 0;
  }
  
  100% {
    top: 17px;  
    height:3px;
    width:32px;
    margin-left:15px;  
    opacity: 1;
  }
  

}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    left: 0!important;
    background: none!important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-controls-direction a{
    width: 40px;
    height: 40px;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
    background: url('../img/shared/la.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0px;
}
.bx-wrapper .bx-controls-direction a.bx-next{
    background: url('../img/shared/ra.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    right: 0px;
}
#footer #btn_pc {
}
#footer #btn_pc a {
    padding: 8px 0;
    border: 1px solid #8b6746;
    margin: 0 auto 5px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    width: 250px;
    color: #fff;
    background-image: none;
    text-align: center;
    line-height: 32px;
}
.seemore{
    font-size: 19px;
    padding: 8px 0;
    text-align: center;
}