﻿html:not(.responsive) {
  min-width: 1080px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img, .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */ a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: .8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
}
.ie-smoothscroll {}
.object-fit-cover {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeInUpN {
 from {
    opacity: 0;
    top: 3em;
	 position: relative;
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
   top: 0em;
  }
}

@keyframes fadeInUpN {
  from {
    opacity: 0;
    top: 3em;
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
   top: 0em;
  }
}

.fadeInUpN {
  -webkit-animation-name: fadeInUpN;
  animation-name: fadeInUpN;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.img_parallax img {
      height: auto !important;
      object-fit: unset;
      top: 50%;
      transform: translateY(-50%) !important;
    }
	
	
}
/*=============================================
 * body
 *=============================================*/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #0b0e09;
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: normal;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: #fff;
}
/*=============================================
 * 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-Mplus {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
}
/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-noto {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.fnt-meiryo {}
.fnt-gothic {}
.fnt-garamond {}
.copied {
  pointer-events: none;
}
.slick-dots {}
.slick-dots li {
  display: block;
  line-height: 0;
}
.slick-dots button {
  background-color: transparent;
  font-size: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #cd321d;
  border-radius: 50%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.slick-active button {
  background-color: #cd321d;
}
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  position: relative;
}
/*=============================================
 * <header>
 *=============================================*/
header {}
header h1 {}
header .logo {}
header .tel {}
header nav {}
/*=============================================
 * key
 *=============================================*/
#key {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
/*=============================================
 * <section>
 *=============================================*/
section {}
/*=============================================
 * <footer>
 *=============================================*/
footer {}
footer .logo {}
footer .tel {}
footer nav {}
#socialbuttons {
  line-height: 19px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
#socialbuttons .fb-like > span {
  width: 100px !important;
}
#socialbuttons .fb-like > span iframe {
  left: -15px;
}
.fb-like.fb_iframe_widget > span {
  display: block;
  vertical-align: baseline !important;
}
.fb-page, .fb-page span, .fb-page span iframe[style] {
  max-width: 100% !important;
}
/*=============================================
 * .socialbuttons
 *=============================================*/
footer .socialbuttons {}
/*=============================================
 * copyright
 *=============================================*/
.shadown {
  -webkit-box-shadow: 4px 9px 8px -4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 4px 9px 8px -4px rgba(0, 0, 0, 0.18);
  box-shadow: 4px 9px 8px -4px rgba(0, 0, 0, 0.18);
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.txt-center {
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}
/* Scss Document */
header {
  position: relative;
  padding: 160px 50px 0;
  box-sizing: border-box;
}
header h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
font-size: 13px;
  color: #000;
  position: absolute;
  top: 190px;
  right: 0;
	height: 1000px;
  
  line-height: 50px;
}
header .bnr-recruit {
  position: absolute;
  z-index: 9;
  top: 171px;
  right: 50px;
}
header #sider {
  width: 300px;
  padding: 39px 0 35px 34px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  background-color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  box-sizing: border-box;
}
header #sider .tel {
  padding: 9px 0 0;
}
header #sider .bnr-efo {
  padding: 6px 0px 0px 15px;
  letter-spacing: 0em;
}
header #sider .bnr-efo img {
  margin-left: -9px;
}
header #sider .txt {
  font-size: 14px;
  line-height: 23px;
  padding: 15px 0px 7px 22px;
}
header #sider .bnr-shop {
  padding-left: 5px;
  margin-bottom: 15px;
}
header #sider .banner2 {
  padding-left: 5px;
  
}
header #sider .soc {
  padding: 0 0 20px 90px;
}
header #sider .soc li {
  margin-right: 14px;
}
header #belt {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
header #belt .gr-hid {
  display: none;
}
header #belt .gr-nav {
  color: #000;
  text-align: right;
  padding: 62px 48px 0 0px;
}
header #belt .gr-nav .nav {
  margin-bottom: 10px;
}
header #belt .gr-nav .nav li {
  display: inline-block;
  position: relative;
}
header #belt .gr-nav .nav li a {
  letter-spacing: 0;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
}
header #belt .gr-nav .nav li a span {
  padding-bottom: 3px;
}
header #belt .gr-nav .nav li a:hover {
  text-decoration: none;
}
header #belt .gr-nav .nav li a:hover span,header #belt .gr-nav .nav li a.active span {
  border-bottom: 2px solid #cd321d;
}
header #belt .gr-nav .nav li:not(:last-child):after {
  content: '/';
  padding: 0 10px 0 19px;
}
header #belt .gr-nav .nav li.sub > span {
  cursor: pointer;
  padding-bottom: 3px;
}
header #belt .gr-nav .nav li.sub:hover > span {
  border-bottom: 2px solid #cd321d;
}
header #belt .gr-nav .nav li.sub:hover ul {
  opacity: 1;
  visibility: visible;
}
header #belt .gr-nav .nav li.sub ul {
  position: absolute;
  z-index: 99;
  top: 38px;
  left: -65px;
  width: 250px;
  background-color: #cd321d;
  padding: 9px 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
header #belt .gr-nav .nav li.sub ul:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 123px;
  height: 10px;
  width: 2px;
  background-color: #cd321d;
}
header #belt .gr-nav .nav li.sub ul li {
  display: block;
  text-align: center;
  padding-bottom: 1px;
}
header #belt .gr-nav .nav li.sub ul li:after {
  display: none;
}
header #belt .gr-nav .nav li.sub ul a {
  color: #fff;
}
header #belt .gr-nav .nav li.sub ul a:hover span {
  border-bottom: 2px solid #fff;
}
header #belt .gr-nav .nav li.sub ul  li a span {
	padding-bottom: 1px;
}
header #belt .wrap {
  width: auto;
  max-width: 100%;
}
header #belt.fixed {
  position: fixed;
  background-color: rgba(89, 73, 63, 0.89);
  height: 132px;
	z-index: 999;
}
header #belt.fixed .wrap {
  width: 1000px;
}
header #belt.fixed .gr-nav {
  padding: 40px 50px 0 0;
}
header #belt.fixed .gr-nav .nav li {
  color: #fff;
}
header #belt.fixed .gr-nav .nav li a:hover span,header #belt.fixed .gr-nav .nav li a.active span  {
  border-bottom: 2px solid #fff;
}
header #belt.fixed .gr-nav .nav li.sub ul {
  background-color: #cd321d;
}
header #belt.fixed .gr-nav .nav li.sub ul:before {
  background-color: #cd321d;
}
header #belt.fixed .gr-nav .nav li.sub:hover > span {
    border-bottom: 2px solid #fff;
}



header #belt.fixed .gr-hid {
  display: block;
  position: absolute;
  padding-top: 13px;
  left: 37px;
  top: 0;
  width: 233px;
}
header #belt.fixed .gr-hid .soc {
  position: absolute;
  top: 36px;
  right: 0;
}
header #belt.fixed .gr-hid .soc li {
  margin-bottom: 20px;
}
footer {
  background-color: #59493f;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  padding: 61px 0 54px;
}
footer .ft-top {
  justify-content: space-between;
}
footer .ft-top .info {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  width: 320px;
}
footer .ft-top .info .logo {
  margin: 11px 0 25px -13px;
}
footer .ft-top .info .bnr-efo {
  letter-spacing: 0;
  padding: 8px 0 0px 7px;
}
footer .ft-top .info .bnr-efo img {
  margin: 5px 0 0 -8px;
}
footer .ft-top .info .txt {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.1em;
  padding: 15px 0 0px 17px;
}
footer .ft-top .info .soc {
  padding: 8px 0 20px 86px;
}
footer .ft-top .info .soc li {
  margin-right: 19px;
}
footer .ft-top .ft-nav {
  color: #fff;
  text-align: right;
  padding: 0px 50px 38px 0px;
}
footer .ft-top .ft-nav .nav {
  margin-bottom: 10px;
}
footer .ft-top .ft-nav .nav li {
  display: inline-block;
  position: relative;
}
footer .ft-top .ft-nav .nav li a {
  letter-spacing: 0;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
}
footer .ft-top .ft-nav .nav li a span {
  padding-bottom: 4px;
}
footer .ft-top .ft-nav .nav li a:hover {
  text-decoration: none;
}
footer .ft-top .ft-nav .nav li a:hover span,footer .ft-top .ft-nav .nav li a.active span  {
  border-bottom: 2px solid #fff;
}
footer .ft-top .ft-nav .nav li:not(:last-child):after {
  content: '/';
  padding: 0 9px 0 20px;
}
footer .ft-top .ft-nav .nav li.sub > span {
  cursor: pointer;
  padding-bottom: 4px;
}
footer .ft-top .ft-nav .nav li.sub:hover > span {
  border-bottom: 2px solid #fff;
}
footer .ft-top .ft-nav .nav li.sub:hover ul {
  opacity: 1;
  visibility: visible;
}
footer .ft-top .ft-nav .nav li.sub ul {
  position: absolute;
  z-index: 99;
  top: 38px;
  left: -65px;
  width: 250px;
  background-color: #cd321d;
 padding: 9px 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
footer .ft-top .ft-nav .nav li.sub ul:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 123px;
  height: 10px;
  width: 2px;
  background-color: #cd321d;
}
footer .ft-top .ft-nav .nav li.sub ul li {
  display: block;
  text-align: center;
  padding-bottom: 1px;
}
footer .ft-top .ft-nav .nav li.sub ul li:after {
  display: none;
}
footer .ft-top .ft-nav .nav li.sub ul li a {
  color: #fff;
}
footer .ft-top .ft-nav .nav li.sub ul li a:hover span {
  border-bottom: 2px solid #fff;
}
footer .ft-top .ft-nav .nav li.sub ul li a span {
    padding-bottom: 1px;
}



footer .ft-top .col {
  width: 650px;
}
footer .ft-top .banner li {
  margin: 0 16px 16px 0;
	position: relative;
}footer .ft-top .banner li:hover img {
	opacity: 1;
}
footer .ft-top .banner li:hover:before {
					
					content: '';
				position: absolute;
				top: 5px;
				bottom: 5px;
				left: 5px;
				right: 5px;
				border: 4px solid #a20c4a;z-index: 2;
				}
footer .ft-bottom {
  background-color: #dfddd6;
  text-align: center;
  color: #000000;
  font-size: 13px;
  line-height: 20px;
  padding: 25px 0 21px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
footer .cookies_link a {
  text-decoration: none;
}
footer .cookies_link a:hover {
  text-decoration: underline;
}
footer #socialbuttons {
  padding: 49px 0px 55px 0;
}
#key {
  min-height: 752px;
  -webkit-background-size: cover;
  background-size: cover;
}

section .nav-target {
	    position: absolute;
    top: 333px;
    left: 0;
 
}
 .banner{
  	margin-bottom:20px;
  }
  .banner2{
  	justify-content: left;
  }
  .banner2 .bnr-shop{
  	margin-right:20px;
  }