/** @format */

@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Tablet */
/* Mobile - Large */
/* Mobile - Small */
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  background: url(../img/shared/bg.jpg);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
}

body .txt {
  line-height: 2.15;
  letter-spacing: 0.12em;
  text-align: justify;
}

/*=============================================
 * 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-noto {
  font-family: "Noto Sans JP", sans-serif;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

@media screen and (max-width: 1001px) {
  .wrap {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*=============================================
 * <header>
 *=============================================*/
header nav a:hover {
  text-decoration: none;
}

header .nav-fixed {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
header .nav-fixed .btn_side {
  position: fixed;
  right: 0;
  top: 130px;
}
header .nav-fixed .bg {
  background: url(../img/shared/bg_black.jpg);
}

header .nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: 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>
 *=============================================*/
/*=============================================
 * <footer>
 *=============================================*/
/*=============================================
 * .socialbuttons
 *=============================================*/
footer #socialbuttons {
  margin: 0;
  text-align: left;
}

/*=============================================
 * copyright
 *=============================================*/
.btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.btn-info a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-info a:hover {
  opacity: 0.8;
}

/*====================__end_btn__====================*/
.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.fwb {
  font-weight: 600 !important;
}

.df,
.df_jcsb,
.sec_list,
.sec_list .col .menu_list dl,
.df_jcc,
.df_c {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.df_jcsb,
.sec_list,
.sec_list .col .menu_list dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.df_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.df_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}

@supports (-ms-accelerator: true) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}

/*====================MENU====================*/
.sec_list .col {
  width: 300px;
}

.sec_list .col .menu_list + .menu_list {
  margin-top: 50px;
}

.sec_list .col .menu_list .menu_tt {
  padding: 16px 0;
  background: url(../img/shared/bg_black.jpg);
  color: #fff;
  margin-bottom: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  text-align: center;
}

.sec_list .col .menu_list dl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 11px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #c9c3ba;
  line-height: 1.7;
}

.sec_list .col .menu_list dl > p {
  width: 100%;
}

.sec_list .col .menu_list dl > p:nth-of-type(2) {
  text-align: right;
}

.sec_list .col .menu_list dl.start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec_list .col .menu_list dl.end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sec_list .col .menu_list dt {
  width: 225px;
}

.sec_list .col .menu_list dd {
  width: calc(100% - 225px);
  letter-spacing: 2px;
  letter-spacing: 0;
  text-align: right;
}

.sec_list .col .menu_list dd.pos {
  position: absolute;
  bottom: 11px;
  right: 11px;
}

/*====================__SWIPER__====================*/
.swiper-pagination {
  padding: 12px 0;
  position: static;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000;
  background-color: transparent;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.slick-dots li {
  line-height: 1;
}

.slick-dots button {
  border: none;
  background: #fff;
  background-position: center top;
  background-repeat: repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dots .slick-active button {
  background: #b70000;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}

.slick-dots li + li {
  margin-left: 20px;
}

/*====================__ENDD__====================*/
/*====================*HEADER*====================*/
header {
  position: relative;
}

header h1 {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 12px !important;
  color: #fff;
}

header .navBar {
  background: url(../img/shared/line_nav.png) repeat-y left top, url(../img/shared/nav_bgT.png) no-repeat center top, url(../img/shared/nav_bg.png);
  position: absolute;
  width: 372px;
  bottom: 0;
  right: 0;
  top: 0;
  padding-top: 81px;
  padding-bottom: 63px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

header .navBar .logo {
  margin-bottom: 37px;
}

header .navBar nav {
  width: 236px;
  margin: 0 auto 18px;
}

header .navBar .btnBox {
  margin: 0 auto 30px;
  width: 234px;
}

header .navBar .tel {
  margin-bottom: 10px;
}

header .nav-fixed .btnFix {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#key {
  min-height: 800px;
  background-image: url(../img/shared/key_img1.jpg);
}

section {
  min-height: 500px;
}

/*====================*END-HEADER*====================*/
/*====================*END-FOOTER*====================*/
footer {
  background: url(../img/shared/bg_black.jpg);
  color: #fff;
  padding-bottom: 68px;
}

footer .content {
  margin-bottom: 67px;
}

footer .content .colL {
  width: 404px;
  padding-top: 110px;
}

footer .content .colL .logo {
  margin-bottom: 35px;
}

footer .content .colR {
  padding-top: 80px;
  letter-spacing: 0;
  width: calc(100% - 404px);
}

footer .content .colR dl {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

footer .content .colR dl dt {
  width: 140px;
}

footer .content .colR dl dd {
  width: 395px;
}

footer .btnBox {
  margin: 0 auto 56px;
  width: 535px;
}

footer nav {
  margin-bottom: 34px;
}

footer address {
  margin-bottom: 15px !important;
  font-size: 13px;
}

footer .cookies_link {
  font-size: 13px;
}

footer nav > a + a {
  margin-left: 65px;
  position: relative;
  padding: 0;
}

footer nav > a + a::before {
  left: -33px;
  padding: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0;
  background: #fff;
  -webkit-transform: rotateZ(20deg);
  transform: rotateZ(20deg);
}

/*====================*END-FOOTER*====================*/
.let0 {
  letter-spacing: 0;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz22 {
  font-size: 22px;
}
/*# sourceMappingURL=shared.css.map */

.btn_insta a {
  margin: 10px auto 0;
  width: 273px;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px;
  background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
  border-radius: 0px;
  padding: 12px;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.btn_insta a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.btn_insta2 a {
  width: 150px;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 14px;
  background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
  border-radius: 0px;
  padding: 9.5px 0;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  margin-right: 10px;
}
.btn_insta2 a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  opacity: 0.8;
}
