﻿html:not(.responsive) {
  min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/
body {
  color: #38302d;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.32em;
  background: #FFF;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 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 {}
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}
/*=============================================
 * <header>
 *=============================================*/
header {}
header h1 {}
header .logo {}
header .tel {}
header nav {}
/*=============================================
 * <header>
 *=============================================*/
.nav-fixed {
  background: #fefbf3;
  height: 84px;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 10px 20px 5px rgba(255, 231, 196, 0.4);
  -moz-box-shadow: 0px 10px 20px 5px rgba(255, 231, 196, 0.4);
  box-shadow: 0px 10px 20px 5px rgba(255, 231, 196, 0.4);
  opacity: 0;
  visibility: hidden;
}
.nav-fixed .wrap nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 7px 29px 3px 0;
}
.nav-fixed.fixed {
  position: fixed;
  top: 0;
  opacity: 1;
  visibility: visible;
}
/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
#key ul {
  min-height: inherit;
}
#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*=============================================
 * <section>
 *=============================================*/
section {}
/*=============================================
 * <footer>
 *=============================================*/
footer {
  text-align: center;
}
footer .logo {}
footer .tel {}
footer nav {}
/*=============================================
 * .socialbuttons
 *=============================================*/
footer .socialbuttons {}
/*=============================================
 * copyright
 *=============================================*/
address {}
header h1 {
  font-size: 14px;
  color: #1b2992;
  line-height: 17px;
  letter-spacing: 0.05em;
}
header .gr_nav_fixed {
  position: relative;
  z-index: 3;
}
header .gr_nav_fixed nav {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
header .gr_nav_fixed nav a {
  margin-right: 25px;
}
header .gr_nav_fixed ul {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  margin-right: 3px;
}
header .gr_nav_fixed ul li:last-child {
  margin-top: -7px;
}
footer {
  background: url("../img/footer_bg.jpg");
  background-size: cover;
  padding: 140px 0 65px;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
}
footer .wrap > div {
  width: 500px;
  box-sizing: border-box;
  text-align: left;
}
footer .info {
  padding-left: 11px;
}
footer .info .logo {
  padding-bottom: 23px;
}
footer .info .tel {
  padding-bottom: 47px;
}
footer .info ul {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 65px;
}
footer .info ul li:nth-child(1) {
  margin-right: 6px;
}
footer .info address {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 31px 0 0 106px;
  line-height: 1;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
footer .info .cookies_link {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 15px 0 0 127px;
  line-height: 1;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
footer .info .cookies_link a {
  text-decoration: underline;
}
footer .info .cookies_link a:hover {
  text-decoration: none;
}
footer .text nav {
  padding: 0 0 4px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 65px;
  letter-spacing: 0.06em;
  margin-top: -4px;
  margin-right: 20px;
}
footer .text nav > a + a {
  padding-left: 24px;
}
footer .text dl {
  display: table;
  width: 100%;
  line-height: 25px;
  letter-spacing: 0.05em;
  padding-bottom: 25px;
}
footer .text dl dt {
  display: table-cell;
  width: 109px;
}
footer .text dl dd {
  display: table-cell;
}
.btn_cus a:first-child {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: bottom;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  border: 2px solid #000;
}
.btn_cus a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.3, 0.2) translate(18%, -28%);
  transform-origin: -5% -5%;
  transition: transform 0.15s, background-color 0.15s;
  background-color: #3c2a99;
	z-index: 0;	
}
.btn_cus a:first-child:hover:before {
  transform: scale(0.95, 1.1) translate(3%, -18%);
}
.btn_cus a img{
	position: relative;
	z-index: 2;
}
/*
.btn_cus a:first-child:active:before {
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1.04, 1.1) translate(6%, 3%);
}
*/
.bx_shadow {
  box-shadow: 3px 4px 5px 3px rgba(76, 52, 255, 0.16), 3px 5px 15px 10px rgba(255, 231, 196, 0.82);
}
.bg__parallax {
  position: relative;
  overflow: hidden;
}
.img__parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.img__parallax img {
  width: 100%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: -1;
}
.nav-fixed.nav_page__ {
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  p.btn img:hover, .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  p.bnr img:hover, .bnr-over img, .over-img img, img.over, img:not(.bnr):not(.non-over), button img, p.logo img:hover {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
}
#xmas_box {
    color:#fff;
text-shadow: -1px -1px rgba(255, 255, 255, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
background-image: linear-gradient(45deg, #76580D 0%, #bf9d49 100%);  
    width: 860px;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom: 39px;
}
#xmas_box .ttl {
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 20px;
    width: 760px;

    margin: 0 auto;
}

#xmas_box .txt {
    padding: 20px 50px 0;
    text-align: center;
}
.bnr_reserve {
  position: fixed;
	right: 0;
  top: 100px;
  opacity: 1;
  visibility: visible;
	z-index: 999;
}
.notice {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}