/*# sourceURL=shared/css/shared.css */
/*@ sourceURL=shared/css/shared.css */
* {
  box-sizing: border-box;
}

/*=============================================
 * body
 *=============================================*/

body {
  color: #aaaaaa;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-family: "MS-Mincho";
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 2.2px;
  background: url("../img/sample_bg_black_04.jpeg");
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  position: relative;
}
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop {
  z-index: -1;
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

body.iphone .bg-parallax {
  background-attachment: inherit !important;
}
/*=============================================
 * 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-futo {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}

/*=============================================
 * <main>
 *=============================================*/

main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}
.sp {
  display: none;
}

/*=============================================
 * <header>
 *=============================================*/

header {
  position: relative;
}
header .hd-top {
  width: 100%;
  height: 950px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  padding-top: 34px;
}
header h1 {
  font-size: 12px;
  width: 651px;
  float: right;
}
header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
}
header .tel {
  text-align: right;
  padding-right: 62px;
  padding-top: 75px;
}
header .fix_tel {
  text-align: left;
  margin-bottom: 10px;
}
header nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin-right: 41px;
  margin-top: 8px;
}

header .menu_toggle {
  background: url("../img/sample_bg_red_02.jpeg");
  color: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 100px;
}

header .menu_toggle ul {
  padding: 0px 0;
}

heder .menu_toggle .phone {
  display: block;
  color: #f2ead8;
  font-size: 16px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  font-family: a-otf-futo-min-a101-pr6n, serif;
}

header .menu_toggle a {
  display: block;
  color: #f2ead8;
  font-size: 16px;
  padding: 9px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  font-family: a-otf-futo-min-a101-pr6n, serif;
}

header .menu_toggle a:after {
  content: "\f105";
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}
header .menu_toggle .phone2 a:after {
  display: none;
}
header .menu_toggle .active a {
  color: #bd8224;
}

header .menu_toggle .phone2 span {
  background: #fff;
  color: #5d140d;
  display: inline-block;
  width: auto;
  padding: 0 0.5em 0 0;
  font-size: 14px;
}

header .menu_toggle .phone2 small {
  font-size: 11px;
  letter-spacing: 0;
}

header #menu_toggle li {
  transform: translateX(100px);
  opacity: 0;
  transition-duration: 0.6s;
}

header .menu_toggle li.active::before {
  border-bottom: 1px solid #000;
  width: 111px;
  bottom: 13px;
}

header .hamburger {
  background: url("../img/sample_bg_red_02.jpeg");
  position: fixed;
  top: 0px;
  z-index: 1000;
  right: 0px;
}
header .hamburger .hamburger-txt {
  text-align: center;
  font-size: 100%;
  font-weight: 800;
  margin-bottom: -5px !important;
  margin-top: -15px;
}
.nav--opened header .hd-top {
  z-index: 999;
}
.nav--opened #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  overflow-y: scroll;
}
.nav--opened #menu_toggle li {
  transform: translateX(0);
  opacity: 1;
}

.nav--opened #menu_toggle li:nth-child(1) {
  transition-delay: 0.15s;
}

.nav--opened #menu_toggle li:nth-child(2) {
  transition-delay: 0.2s;
}

.nav--opened #menu_toggle li:nth-child(3) {
  transition-delay: 0.25s;
}

.nav--opened #menu_toggle li:nth-child(4) {
  transition-delay: 0.3s;
}

.nav--opened #menu_toggle li:nth-child(5) {
  transition-delay: 0.35s;
}

.nav--opened #menu_toggle li:nth-child(6) {
  transition-delay: 0.4s;
}

.nav--opened #menu_toggle li:nth-child(7) {
  transition-delay: 0.45s;
}
.nav--opened #menu_toggle li:nth-child(8) {
  transition-delay: 0.5s;
}
.nav--opened #menu_toggle li:nth-child(9) {
  transition-delay: 0.55s;
}

.nav--opened #menu_toggle .toggle-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
}
.nav--opened #menu_toggle .toggle-btn li {
  width: 49%;
}

header .nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: url("../img/sample_bg_red_02.jpeg");
  padding: 15px 0;
}
header .nav-fixed .wrap .box,
#ft-nav .wrap .box {
  display: flex;
}
header .nav-fixed .wrap .box .fix_bnr,
#ft-nav .wrap .box .fix_bnr {
  padding-left: 15px;
}
#ft-nav .wrap .box .fix_bnr {
  padding-top: 5px;
}
header .nav-fixed ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: a-otf-futo-min-a101-pr6n, serif;
}
header .nav-fixed ul li a {
  transition: 0.3s all ease-in-out;
}
header .nav-fixed ul li a:hover {
  text-decoration: none;
  color: #bd8224;
}
header .nav-fixed ul .active a {
  color: #bd8224;
}
header .nav-fixed.fixed {
  opacity: 1;
}

header .fix-btn,
.ftnav-btn {
  position: absolute;
  right: 0;
  top: 0;
}
header .fix-btn li + li,
.ftnav-btn li + li {
  margin-left: 1em;
}
header .fix-btn li a,
.ftnav-btn li a {
  background: #9b4621;
  padding: 0.3em 1em;
}
.ftnav-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  top: 0.5em;
}

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

#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 950px;
  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 {
}
#sec16 {
  background-image: url("../img/sample_005.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-bottom: 123px;
}
#sec16 h2 {
  text-align: center;
  padding-top: 162px;
  margin-bottom: 63px;
}
#sec16 .info {
  width: 648px;
  margin: 0 auto;
}
#sec16 .info dl {
  width: 100%;
  display: table;
  line-height: 28px;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  margin-bottom: 17px;
}
#sec16 .info dl dt {
  width: 190px;
  display: table-cell;
  padding-left: 30px;
}
#sec16 .info dl dd {
  display: table-cell;
}
#sec16 .info dl dd span {
  font-size: 26px;
}
#sec16 iframe {
  width: 80%;
  height: 500px;
  margin: 50px 10% 0 10%;
}

/*=============================================
 * <footer>
 *=============================================*/
#ft-nav {
  background-image: url("../img/sample_bg_red_02.jpeg");
  color: #fff;
}
#ft-nav nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 17px 0;
}
#ft-nav nav a {
  position: relative;
  margin: 0 1.2em;
  letter-spacing: 0;
}
#ft-nav nav a + a:before {
  content: "|";
  position: absolute;
  left: -1.2em;
  top: 0;
}
footer {
  text-align: center;
  background: #000;
  padding: 78px 0 66px;
  letter-spacing: 0;
  z-index: 11;
}
footer .logo {
}
footer .tel {
}
footer nav {
}

.ft_fixed_shared {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  background-image: url("../img/sample_bg_red_02.jpeg");
  color: #fff;
}

.ft_fixed_shared li:nth-child(1) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
}
.ft_fixed_shared li:nth-child(2) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.ft_fixed_shared li + li {
  border-left: 1px solid #fff;
}
.ft_fixed_shared li a {
  position: relative;
  display: block;
  font-weight: normal;
}
.ft_fixed_shared li:nth-child(2) a {
  padding: 1.6em 0 1.2em;
}
.ft_fixed_shared .tel {
  position: relative;
  display: block;
  font-weight: normal;
  line-height: 1.5em;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 1);
  color: #5d140d;
}
.ft_fixed_shared .tel a {
  font-size: 22px;
  font-weight: bold;
}
.ft_fixed_shared li span {
  background: #5d140d;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 0 0.5em 0 0;
  font-size: 14px;
}
.ft_fixed_shared li small {
  font-size: 10px;
}

.navOpen .ft_fixed_shared {
  z-index: 0;
}

.has_nav .ft_fixed_shared {
  visibility: visible;
  opacity: 1;
}

/*=============================================
 * .socialbuttons
 *=============================================*/

footer #socialbuttons {
  margin-bottom: 30px;
}

/*=============================================
 * copyright
 *=============================================*/

address {
  font-size: 13px;
  line-height: 28px;
}
.cookies_link {
}

.cookies_link a {
  font-size: 13px;
  line-height: 28px;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    filter: blur(30px);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
    filter: blur(0px);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0;
    transform: translate3d(0, 0, 0);
    filter: blur(30px);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
    filter: blur(0px);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media only screen and (max-width: 1080px) {
  html.responsive img {
    width: auto !important;
  }
  #ft-nav nav a {
    margin: 0 19px;
  }
  #ft-nav nav a + a:before {
    left: -22px;
  }
}
@media only screen and (max-width: 980px) {
  body {
    font-size: 15px;
    line-height: 30px;
  }
  header .tel {
    padding-right: 30px;
  }
  header nav {
    margin-right: 15px;
  }
  header h1 {
    width: 624px;
  }
  #ft-nav .wrap {
    padding: 0;
  }
  #ft-nav nav a {
    margin: 0 10px;
  }
  #ft-nav nav a + a:before {
    left: -12px;
  }
  header .nav-fixed ul {
    padding: 0 0 !important;
  }
  .ftnav-btn,
  header .nav-fixed .fix-btn {
    display: block;
  }
  header .fix-btn li + li,
  .ftnav-btn li + li {
    margin-left: 0;
    margin-top: 6px;
    text-align: center;
  }
  #ft-nav .fix_tel,
  header .fix_tel {
    margin-bottom: 10px;
    padding-top: 10px;
  }
  #ft-nav {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  html.responsive img,
  img {
    width: 100% !important;
  }
  html.responsive .wrap {
    padding: 0 6% !important;
  }
  body {
    font-size: 14px;
    line-height: 28px;
  }
  #key ul,
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
  }
  header h1 {
    width: calc(100% - 100px);
    position: absolute;
    left: 10px;
    top: 15px;
    float: none;
    font-size: 9px;
    line-height: 16px;
  }
  .nav--opened header h1 {
    position: fixed;
  }
  header .hd-top {
    height: auto;
  }
  #key {
    min-height: auto;
    height: 100vh;
  }
  header .logo {
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
  }
  header .logo img {
    width: 22.66% !important;
  }
  #sec16 {
    background-image: url("../img/sample_005.jpg");
  }
  #sec16 .info {
    width: 100%;
  }
  header .nav-fixed ul {
    padding: 0 0% !important;
  }
  #pagetop {
    width: 50px;
    bottom: 77px;
    right: 0;
  }
  footer {
    background-image: url("../img/sample_bg_red_02.jpeg");
    position: relative;
    padding: 40px 0 60px;
  }
  footer:before {
    content: "";
    width: 100%;
    height: 15px;
    background-image: url("../img/sample_bg_red.jpeg");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .cookies_link {
    margin-top: -6px;
  }
  #sec16 iframe {
    width: 100%;
    height: 400px;
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  #sec16 {
    padding-bottom: 12%;
  }
  #sec16 h2 img {
    width: 100% !important;
  }
  #sec16 h2 {
    margin: 0 auto 8%;
    padding-top: 20%;
  }
  #sec16 .info dl {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #sec16 .info dl dd,
  #sec16 .info dl dt {
    display: block;
    padding-left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
}

@media only screen and (max-width: 767px) {
  html.show-navi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

a.attention {
  text-decoration: underline;
}

#sec16 .btn {
  margin: 50px 0 0 0;
  text-align: center;
}
#sec16 .btn2 {
  margin: 30px 0 0 0;
  text-align: center;
}
#sec16 .btn3 {
  margin: 30px 0 0 0;
  text-align: center;
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url("../img/sample_bg_red_02.jpeg");
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 80px;
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 796px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: url("../img/sample_bg_red_02.jpeg");
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 80px;
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (min--moz-device-pixel-ratio: 3),
  only screen and (-o-min-device-pixel-ratio: 3/1),
  only screen and (min-device-pixel-ratio: 3),
  only screen and (min-resolution: 458dpi),
  only screen and (min-resolution: 3dppx) {
  footer:after {
    background: url("../img/sample_bg_red_02.jpeg");
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  footer:after {
    display: none !important;
  }
}

#sec12 .s12-js .img3,
#sec12 .s12-js-sp img[src*="sample_006.jpg"] {
  display: none !important;
}
