@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #949494;
}
body.site-overflow {
  overflow-x: hidden;
  width: 100%;
}

a {
  color: #D4BC38;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #3da1a7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  margin-bottom: 30px;
}

p {
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #D4BC38;
  color: #fff;
  border: 2px solid #D4BC38;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #A79119 !important;
  border-color: #A79119 !important;
}
.btn-primary.btn-outline {
background: #f9f5bea8;
color: #4D4C47;
border: 2px solid #D4BC38;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #D4BC38;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #D4BC38;
}

.site-page {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

#site-home {
background-image: url("../img/top_bg.jpg");

}	
	

#site-home {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center bottom!important;
  -webkit-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  position: relative;
}
#site-home > .container {
  position: relative;
  z-index: 2;
}
#site-home .site-copy {
  display: table;
  width: 100%;
}
#site-home .site-copy-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#site-home .site-copy-inner h1, #site-home .site-copy-inner h2 {
  margin: 0;
  padding: 0;
}
#site-home .site-copy-inner h1 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  filter: drop-shadow(5px 5px 5px #DDDDDD);
  margin-top: 1em;
  letter-spacing: 0.15em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "serif";
}
#site-home .site-copy-inner h2 {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  filter: drop-shadow(5px 5px 5px #DDDDDD);
	  letter-spacing: 0.17em;
}
#site-home .site-copy-inner img {
   filter: drop-shadow(5px 5px 5px #aaa);
}
#site-home .site-copy-inner a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#site-home .site-copy-inner a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.toplogo-img{
	max-width: 140px;
}

@media screen and (max-width: 414px) {
#site-home .site-copy-inner h1 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  filter: drop-shadow(5px 5px 5px #eee);
	margin-top: 20px;
}
#site-home .site-copy-inner h2 {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.toplogo-img{
	max-width: 110px;
}
}

.site-main-nav {
  position: relative;
  background: #000;
}
.site-main-nav.site-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}
.site-main-nav .site-menu-1 {
  vertical-align: middle;
  float: left;
  line-height: 0;
}
.site-main-nav .site-menu-1 a {
  padding: 35px 0;
  margin-right: 30px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.site-main-nav .site-menu-1 a:hover, .site-main-nav .site-menu-1 a:focus, .site-main-nav .site-menu-1 a:active {
  outline: none;
  text-decoration: none;
}
.site-main-nav .site-menu-1 a.active {
  font-weight: 400;
  color: #f7f59c;
}
.site-main-nav .site-menu-1 {
  width: 100%;
}
.site-main-nav .site-menu-1 a {
  vertical-align: middle;
}
.site-main-nav .site-logo {
  text-align: center;
  width: 19.33%;
  font-size: 40px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.site-main-nav .site-logo a {
  position: relative;
  top: -5px;
  display: inline-block;
}
.site-main-nav .site-menu-2 {
  text-align: left;
  width: 40.33%;
}

.site-heading .heading {
  font-size: 50px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
.site-main-nav .site-menu-1 a {
  padding: 35px 0;
  margin-right: 15px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
}

@media screen and (max-width: 768px) {
  .site-heading .heading {
    font-size: 30px;
  }
}
.site-heading .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #fb6e14;
  margin-left: -20px;
}
.site-heading .sub-heading {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .site-heading .sub-heading {
    font-size: 18px;
  }
}

#site-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #2F2F2F;
  width: 100%;
background-image: url("../img/bg-logo.gif");
  background-size: cover;
  background-repeat: no-repeat;
    background-position:center center;
}
#site-about .site-2col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #site-about .site-2col {
    width: 100%;
  }
}
#site-about .site-2col-inner {
  padding: 2em 0;
  width: 585px;
  margin-right: auto;
  margin-left: auto;
padding-left: 5px;
padding-right: 5px;
}
@media screen and (max-width: 1200px) {
  #site-about .site-2col-inner {
    width: 485px;
  }
}
@media screen and (max-width: 992px) {
  #site-about .site-2col-inner {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  #site-about .site-2col-inner {
    width: 100% !important;
    padding: 2em 0 3em 0;
  }
}
#site-about .site-2col-inner.left {
  float: right;
}
@media screen and (max-width: 768px) {
  #site-about .site-2col-inner.left {
    float: none;
  }
}
#site-about .site-2col-inner.right {
  float: left;
}
@media screen and (max-width: 768px) {
  #site-about .site-2col-inner.right {
    float: none;
  }
}

.site-grid {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .site-grid {
    padding-left: 0em;
  }
}
.site-grid .site-grid-item {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .site-grid .site-grid-item {
    height: 300px !important;
  }
}
@media screen and (max-width: 480px) {
  .site-grid .site-grid-item {
    width: 100%;
    height: 200px !important;
  }
}

.site-tabs-container {
  position: relative;
}
.site-tabs-container .site-tabs {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
}
.site-tabs-container .site-tabs.site-two li {
  width: 50%;
}
.site-tabs-container .site-tabs.site-three li {
  width: 33.33%;
}
.site-tabs-container .site-tabs.site-four li {
  width: 25%;
}
.site-tabs-container .site-tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
.site-tabs-container .site-tabs li a {
  border-bottom: 4px solid #ccc;
  padding: 30px 0;
  float: left;
  width: 100%;
  display: block;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  /*font-weight: 700;*/
  color: #888;
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  border-right: 2px solid #000;
}
.site-tabs-container .site-tabs li a:hover, .site-tabs-container .site-tabs li a:active, .site-tabs-container .site-tabs li a:focus {
  text-decoration: none;
  outline: none;
}
.site-tabs-container .site-tabs li.active a {
color: #97953a;
border-bottom: 4px solid #97953a;
}
@media screen and (max-width: 480px) {
  .site-tabs-container .site-tabs li {
    width: 100% !important;
  }
.site-tabs-container .site-tabs li a {
    border-bottom: 4px solid #ccc;
    float: left;
    width: 95%;
    display: block;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    color: #888;
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 3px;
    border-right: 2px solid #000;
    margin: 5px 10px;
}
}
.site-tabs-container .site-tab-content {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.site-tabs-container .site-tab-content h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #fff;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.site-tabs-container .site-tab-content h2 span {
  font-size: 26px;
  font-weight: 600;
  color: #989632;
}
.site-tabs-container .site-tab-content p {
  color: #eee;
  font-size: 15px;
}
.site-tabs-container .site-tab-content.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .site-tabs-container .site-tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(167,145,25,0.50);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#product-item {
  position: relative;
  padding: 7em 0;
}
#product-item p {
  color: #000;
}
@media screen and (max-width: 768px) {
  #product-item {
    padding: 5em 0 3em 0;
  }
}
#product-item .site-video {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  text-align: center;
}
#product-item .site-video span {
  display: block;
  padding-top: 100px;
  font-size: 14px;
}
#product-item .site-video a {
  float: left;
  width: 90px;
  height: 90px;
  background: #989632;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}
#product-item .site-video a i {
  padding-left: 10px;
  text-align: center;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
}
#product-item .site-video a:hover {
  background: #7D7B3B;
}
#product-item .site-video a:hover, #product-item .site-video a:focus, #product-item .site-video a:active {
  text-decoration: none;
  outline: none;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#product-item .products {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  padding: 20px 20px 20px 20px;
  background: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#product-item .products p{
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}
#product-item .products .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
#product-item .products .icon i {
  font-size: 40px;
  color: #A79119;
}
#product-item .products .itemimg {
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}

#product-item .products h3 {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  line-height: 2;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  text-transform:lowercase!important;
  margin-bottom: .5em;
  margin-top: 0;
}
#product-item .products h3 span {
  font-size: 15px;
  color: #fff;
  background-color: #989632;
  padding: 4px 10px;
  display: block;
　margin-bottom: 10px;
}

#product-item .products {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

/*.checked {
  padding: 0;
  margin: 0 0 30px 0;
}
.checked li {
  position: relative;
  list-style: none;
  padding-left: 40px;
}
.checked li:before {
  position: absolute;
  left: 0;
  top: .15em;
  font-size: 23px;
  color: #57D131;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
}*/

.site-heading {
  margin-bottom: 30px;
}
.site-heading h2 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.site-heading h2:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background: #cccccc;
}
.site-heading p {
  font-size: 16px;
}

#site-team {
  clear: both;
  padding: 7em 0;
  background: #000;
}

@media screen and (max-width: 810px) {
#product-item .products {
  margin-top: 0px!important;
}
}

@media screen and (max-width: 768px) {
  #site-team {
    padding: 3em 0;
  }
}
#site-team .person {
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
#site-team .person p {
  color: #000;
  font-size: 15px;
}
#site-team .person img {
  width: 190px;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#site-team .person h3 {
  margin-bottom: 0;
}
#site-team .person h4 {
  color: #999999;
  font-size: 16px;
}
#site-team .person .social {
  padding: 0;
  margin: 0;
}
#site-team .person .social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#site-team .person .social li a {
  padding: 10px;
}
#site-team .person .social li a:hover {
  text-decoration: none;
}
#site-team .person:focus, #site-team .person:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

#site-gallery-hd {
  clear: both;
padding: 7em 0 1em 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  #site-gallery-hd {
    padding: 3em 0 1em 0;
  }
}

#site-gallery {
  clear: both;
  float: left;
  width: 100%;
}
#site-gallery .product-item {
  display: block;
  position: relative;
  width: 25%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  float: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #site-gallery .product-item {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #site-gallery .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #site-gallery .product-item {
    width: 100%;
  }
}
#site-gallery .product-item .site-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: #D4BC38;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#site-gallery .product-item .site-copy {
  z-index: 3;
  position: relative;
  height: 300px;
  display: table;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #site-gallery .product-item .site-copy {
    height: 200px;
  }
}
#site-gallery .product-item .site-copy > .site-copy-inner {
  width: 100%;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  #site-gallery .product-item .site-copy > .site-copy-inner {
    height: 200px;
  }
}
#site-gallery .product-item .site-copy > .site-copy-inner h2, #site-gallery .product-item .site-copy > .site-copy-inner h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
}
#site-gallery .product-item .site-copy > .site-copy-inner h2 {
  top: -10px;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#site-gallery .product-item .site-copy > .site-copy-inner h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  bottom: -10px;
}
#site-gallery .product-item:hover, #site-gallery .product-item:focus, #site-gallery .product-item:active {
  background-size: cover;
  text-decoration: none;
}
#site-gallery .product-item:hover .site-overlay, #site-gallery .product-item:focus .site-overlay, #site-gallery .product-item:active .site-overlay {
  opacity: .8;
  visibility: visible;
}
#site-gallery .product-item:hover .site-copy-inner h2, #site-gallery .product-item:hover .site-copy-inner h3, #site-gallery .product-item:focus .site-copy-inner h2, #site-gallery .product-item:focus .site-copy-inner h3, #site-gallery .product-item:active .site-copy-inner h2, #site-gallery .product-item:active .site-copy-inner h3 {
  opacity: 1;
  visibility: visible;
}
#site-gallery .product-item:hover .site-copy-inner h2, #site-gallery .product-item:focus .site-copy-inner h2, #site-gallery .product-item:active .site-copy-inner h2 {
  top: 0;
}
#site-gallery .product-item:hover .site-copy-inner h3, #site-gallery .product-item:focus .site-copy-inner h3, #site-gallery .product-item:active .site-copy-inner h3 {
  bottom: 0;
}

#site-contact {
  padding: 7em 0;
}
#site-contact p {
  color: #282828;
}

.formTable{
	color: #282828;
}

@media screen and (max-width: 768px) {
  #site-contact {
    padding: 3em 0;
  }
}
#site-contact .form-control {
  border: none;
  box-shadow: none;
  border: 1px solid #E8ECF1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#site-contact .form-control:active, #site-contact .form-control:focus {
  border-bottom: 1px solid #D4BC38;
}

#site-footer {
  padding: 2em 0 1em 0;
  background: #000;
  -webkit-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
}

#site-footer p {
      letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #site-footer {
    padding: 3em 0;
  }
}
#site-footer p:last-child {
  margin-bottom: 0;
}
#site-footer .site-social {
  float: right;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #site-footer .site-social {
    float: left;
    text-align: left;
  }
}

#site-footer .site-social li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#site-footer .site-social li a {
  padding: 0 10px;
}
#site-footer .site-social li a i {
  font-size: 18px;
}
#site-footer .site-social li a:hover, #site-footer .site-social li a:focus, #site-footer .site-social li a:active {
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 414px) {
  #site-footer .site-social {
    text-align: center;
      float: none;
  }
.site-social {
  padding-left: 0!important;
  margin-left: 0!important;
  margin-top: 1em;
}
  #site-footer {	
	padding: 2em 0;
}
#site-footer .site-social li a i {
  font-size: 25px;
}
  #site-footer p {
text-align: center;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#site-container {
  background: #fff;
}

#site-offcanvas, #site-container, .site-nav-toggle, #site-footer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#site-container, .site-nav-toggle, #site-footer {
  z-index: 2;
  position: relative;
}

#site-offcanvas {
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  width: 275px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75em 1.25em;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
#site-offcanvas a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 5px 0;
}
#site-offcanvas a:hover, #site-offcanvas a:focus, #site-offcanvas a:active {
  outline: none;
  text-decoration: none;
  color: #D4BC38;
}
#site-offcanvas a.active {
  color: #f7efae;
}
@media screen and (max-width: 768px) {
  #site-offcanvas {
    display: block;
  }
}
.offcanvas-visible #site-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #site-container, #site-footer, .site-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.offcanvas-visible #site-container, .offcanvas-visible #site-footer, .offcanvas-visible .site-nav-toggle {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}

.js-sticky {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .js-sticky {
    display: none;
  }
}

.site-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.site-nav-toggle.active i::before, .site-nav-toggle.active i::after {
  background: #fff;
}
.site-nav-toggle:hover, .site-nav-toggle:focus, .site-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.site-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.site-nav-toggle i::before, .site-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.site-nav-toggle i::before {
  top: -7px;
}

.site-nav-toggle i::after {
  bottom: -7px;
}

.site-nav-toggle:hover i::before {
  top: -10px;
}

.site-nav-toggle:hover i::after {
  bottom: -10px;
}

.site-nav-toggle.active i {
  background: transparent;
}

.site-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.site-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.site-nav-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  border-bottom: none !important;
  /*background: rgba(0, 0, 0, 0.7);*/
  background: rgba(100, 99, 95, 0.7);
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  /*border: 1px solid #aeaeae;*/
}
@media screen and (max-width: 768px) {
  .site-nav-toggle {
    display: block;
  }
}

.row-padded {
  padding-bottom: 40px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/preloader.gif) center no-repeat #fff;
}

/*------------------------------------------------------
　　　　　　　　　＊ MARGIN　＊
-------------------------------------------------------*/
.m_0 {margin: 0px !important;}
.m_10 {margin: 10px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b90 {margin-bottom: 90px !important;}

.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l35 {margin-left: 35px !important;}
.m_l40 {margin-left: 40px !important;}
.m_l60 {margin-left: 60px !important;}

.m_lr10 {margin: 0 10px !important;}
.m_lr20 {margin: 0 20px !important;}
.m_lrtb10 {margin: 10px 10px !important;}

.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}

.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t12 {margin-top: 12px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t5em {margin-top: 5em !important;}


/*------------------------------------------------------
　　　　　　　　　＊ PADDING　＊
-------------------------------------------------------*/
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p_l5 {padding-left: 5px !important;}
.p_lr5 {padding: 0px 5px 0px 5px !important;}
.p_lr10 {
	padding-right: 10px;
	padding-left: 10px !important;}
.p_lr15 {
	padding-right: 15px;
	padding-left: 15px !important;}
.p_lr25 {
	padding-right: 25px;
	padding-left: 25px !important;}
.p_l10{
	padding-left: 25px !important;}

.p_t5 {padding-top: 5px !important;}
.p_t2em {padding-top: 2em !important;}
.p_t3em {padding-top: 3em !important;}
.p_t5em {padding-top: 5em !important;}

.p_r5 {padding-right: 5px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t35 {padding-top: 35px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b30 {padding-bottom: 30px !important;}

@media screen and (max-width: 414px){
.p_t5em {padding-top: 3em !important;}	
}

/*------------------------------------------------------
　　　　　　　　　＊ FONT&TEXT　＊
-------------------------------------------------------*/
.f_bold {font-weight: bold !important;}
.f_line a{ text-decoration:underline !important;}

.f_gr {color: #5A5A5A !important;}
.f_gr2 {color: #989696 !important;}
.f_red {color: #DD0000 !important;}
.f_red2 {color: #EC3400 !important;}
.f_white {color: #FFFFFF !important;}
.f_gold {color: #868052 !important;}
.f_orange {color: #EE7332 !important;}
.f_green {color: #03a24a !important;}
.f_blue {color: #1d70b7 !important;}


.f_s10 {font-size: 77% !important;}
.f_s11 {font-size: 85% !important;}
.f_s12 {font-size: 93% !important;}
.f_s13 {font-size: 100% !important;}
.f_s14 {font-size: 108% !important;}
.f_s14 a {font-size: 108% !important;}
.f_s15 {font-size: 116% !important;}
.f_s15 a {font-size: 116% !important;}
.f_s16 {font-size: 124% !important;}
.f_s16 a {font-size: 124% !important;}
.f_s17 a {font-size: 124% !important;}
.f_s17 {font-size: 131% !important;}
.f_s18 {font-size: 139% !important;}
.f_s19 {font-size: 147% !important;}
.f_s20 {font-size: 154% !important;}
.f_s21 {font-size: 162% !important;}
.f_s22 {font-size: 170% !important;}
.f_s23 {font-size: 177% !important;}
.f_s24 {font-size: 185% !important;}
.f_s25 {font-size: 193% !important;}

.f_s16res {font-size: 170% !important;}
.f_s20res {font-size: 154% !important;}
@media screen and (max-width: 360px){
.f_s20res {font-size: 134% !important;}
}

@media screen and (max-width: 1199px){
.f_s16res {font-size: 154% !important;}
}
@media screen and (max-width: 991px){
.f_s16res {font-size: 112% !important;}
}
@media screen and (max-width: 414px){
.f_s16res {font-size: 154% !important;}
.f_s18 {font-size: 110% !important;}
}
@media screen and (max-width: 320px){
.f_s18 {font-size: 100% !important;}
}

.f_lh100 {line-height: 1.0;}
.f_lh150 {line-height: 1.5;}
.f_lh200 {line-height: 2.0;}
.f_lh250 {line-height: 2.5;}


.t-a_right {text-align: right;}
.t-a_center {text-align: center;}

@media only screen and (min-width:320px) and (max-width:414px) {
	.t-a_center {text-align: left;}
	.t-a_right {text-align: left;}
}

/* -------------------------------- 
　横幅指定
-------------------------------- */

.max600 {
width: 100%;
max-width: 600px;
margin:0px auto;
}

.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}

.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}

.max1105 {
width: 100%;
max-width: 1105px;
margin:0px auto;
}

.max1170 {
width: 100%;
max-width: 1170px;
margin:0px auto;
}

.form-group {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 1em;
}

/* -------------------------------- 
　swiper
-------------------------------- */

.swiper-slide{　opacity: 0　}
.swiper-slide-active{　opacity: 1;　}
.swiper-slide .swiper-catch {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.4s ease;
}
.swiper-slide-active .swiper-catch {
    opacity: 1;
    transform: translateX(50px);
    transition: all 0.4s ease 0.6s;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 64 * 15);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,#989632);
}
.swiper-catch-inner{
	max-width: 85%;
}
.swiper-catch-inner h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #fff;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.swiper-catch-inner h3 span {
  font-size: 26px;
  font-weight: 600;
  color: #989632;
}
.swiper-catch-inner p {
  color: #fff;
}
@media screen and (max-width: 1080px){
.swiper-catch-inner {
    max-width: 80%;
}
}
@media screen and (max-width: 810px){
.swiper-catch-inner {
    max-width: 75%;
}
}
@media screen and (max-width: 414px){
.swiper-catch-inner {
    max-width: 75%;
}
}
/* -------------------------------- 
　商品紹介
-------------------------------- */
.bg-bk{
	background-color: #000;
	padding: 10px;
	text-align: center;
	color: #fff!important;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	font-size: 20px;
}
.item-detail{
	
}
.item-detail th  { width: 25%; text-align: left;
vertical-align:top;}

.item-detail td  {
color: #4a4a4a;
text-align: left;
font-size: 13px;
}

.item-detail p{
	background-color: #000;
	color: #fff !important;
border-radius: 20px;
	margin: 5px 10px 5px 0;
	font-size: 15px;
font-weight: normal;
text-align: center!important;
}

@media only screen and (max-width:480px){
.item-detail p{
	background-color: #000;
	color: #fff !important;
border-radius: 20px;
	text-align: center;
	margin: 0;
	font-size: 15px;
font-weight: normal;
}
.item-detail { margin: 0; }
.item-detail th,
.item-detail td{
    width: 100%;
    display: block;
    border-top: none;
    }
.item-detail td{
    text-align: center!important;
    }
}	

@media screen and (min-width: 380px) and (max-width: 414px) {
.item-detail th{
width: 380px;
}
	}


/* ---------- form ---------- */

.error_messe{
	color: #E62D30!important;
}
	#formWrap h4 {
	font-size: 16px;
}
	
@media screen and (min-width:961px) {
	#formWrap {
	color: #555;
	line-height: 120%;
	font-size: 95%;
	 margin-right : 10%;
     margin-left : 10%;
}

	.tablecontact table {
	margin:0 auto;
	width:90%;
	border-collapse:collapse;
}

.tablecontact table th {
	background-color: #F5F5F5; /*背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	white-space: nowrap;
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}

.tablecontact table td {
	background-color: #fff; 
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	/* white-space: nowrap;*/
	padding: 15px;
	border:1px solid #ccc;
}
.space {
	margin-left: 25px;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #email2 {
	width: 100%;
}

table.formTable tr td #homepage {
	width: 100%;
}
table.formTable tr td #comment {
	width: 100%;
}

.submit{
	padding-top: 30px;
}

    
input[type="reset"] {
	font-size: large;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="submit"] {
	font-size: large;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.button{
	padding-top: 30px;
}
input[type="button"] {
	font-size: large;
	background-color: #f2f2f2;
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
    
    
}


/* ----------  コンタクト  ----------*/

.table > tbody > tr > th,
.table > tbody > tr > td {
    padding: 18px!important;
    line-height: 1.42857;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

formTable th {	
	padding: 18px!important;
	vertical-align: middle;
}

label {
    font-weight: normal;
    padding-left: 0.5em;
}
select {
    border: 1px solid #eee;
    padding: 3px;
    width: 20%;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.0rem;
	margin-top: 1em;
	font-size: 90%;
}
#cate-list {
    width: 100%;
}

table.formTable tr td #year,
table.formTable tr td #year2{
    width: 20%;
}
table.formTable tr td #time,
table.formTable tr td #time2{
width: 100%;
margin-right: 0.5em;
padding: 0.5em;
margin-top: 1em;
}


input, button, select, textarea {
    padding: 0.3em;
}

@media only screen and (min-width:376px) and (max-width:960px) {
/*tablet用のcssを記述*/

.error_messe{
	color: #E62D30!important;
	font-size: 100%!important;
}
	
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:110%;
}
	

	
table {
	margin:0 auto;
	width: 100%;
	border-collapse:collapse;
}	
	
.formTable {
	
	width: 120%;
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid ddd;
	border-left: 1px solid ddd;
	
}

table.formTable th{
	font-weight:normal;
	background:#F5F5F5;
	text-align:left;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}

table.formTable tr td #year,
	table.formTable tr td #year2 {
	width: 30%;
}
table.formTable tr td #time,
table.formTable tr td #time2{
	width: 100%;
	padding: 0.5em;
	margin-top: 1em;
}

table.formTable tr td #comment {
	width: 100%;
}


}

@media screen and (max-width:414px) {
	
.error_messe{
	margin-bottom: 10px;
}
select {
    border: 1px solid #eee;
    padding: 3px;
    width: 31%;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.0rem;
	margin-top: 1em;
	font-size: 100%;
}
}

@media screen and (max-width:375px) {
/*スマホ用のcssを記述*/
.formTable {
	
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
}

table.formTable th{
	font-weight:normal;
	background:#F5F5F5;
	text-align:left;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #year,
table.formTable tr td #year2 {
	width: 90%;
}
table.formTable tr td #time,
table.formTable tr td #time2 {
	width: 100%;
	padding: 0.3em;
	margin-top: 1em;
}
table.formTable tr td #comment {
	width: 100%;
}

.space {
	margin-left: 0px;
}
}

.ft-bn{
    max-width: 250px;
}

@media screen and (max-width:414px) {
 .ft-bn{
  display: block;
  margin: auto;
}
 #site-footer img{
     text-align: center;
         max-width: 280px;
} 
 }   