@charset "UTF-8";
html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #1a2035;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  background: radial-gradient(1200px 800px at 15% 10%, rgba(248, 246, 240, 0.95), rgba(242, 238, 230, 0.65) 40%, rgba(238, 232, 222, 0.45) 65%, rgba(234, 228, 218, 0.35));
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    min-width: 1100px;
    /* viewport */
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
  body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}

/*=============================================
 * 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;
}

@font-face {
  font-family: 'Hannari';
  font-style: normal;
  font-weight: 400;
  src: url(../font/Hannari-Regular.eot);
  src: url(../font/Hannari-Regular.eot?#iefix) format("embedded-opentype"), url(../font/Hannari-Regular.woff2) format("woff2"), url(../font/Hannari-Regular.woff) format("woff"), url(../font/Hannari-Regular.ttf) format("truetype");
  src: url(../font/Hannari-Regular.OTF);
}

.wf-hannari {
  font-family: "Hannari";
}

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

/* 画面が極端に広いときの最大幅制限（フッターは除く） */
@media only screen and (min-width: 1600px) {
  body > main {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrap {
  width: 1000px;
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.3s all ease-in-out;
}

.site-logo {
  display: inline-block;
  font-family: "Hannari";
  font-size: 50px;
  line-height: 1.0;
  letter-spacing: 0.08em;
  color: #1a2035;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .site-logo {
    font-size: 44px;
    line-height: 1.0;
  }
}

.site-logo:hover {
  opacity: 0.85;
}

.line-cta {
  display: inline-block;
  max-width: 110%;
  text-align: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2c5a6e, #1e4a5a);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

.line-cta:hover {
  opacity: 0.88;
}

.line-cta--sm {
  padding: 10px 14px;
  font-size: 14px;
}

.line-cta--xs {
  padding: 8px 12px;
  font-size: 14px;
}

.menu-close {
  appearance: none;
  border: 0;
  background: transparent;
  color: #e6e4d6;
  font-size: 44px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.ft-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pagetop-btn {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  color: #e6e4d6;
  background: linear-gradient(135deg, #0f1620, #1a2430 55%, #0a0f18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  user-select: none;
}

.clr {
  color: #3d5a6c;
}

.clw {
  color: #e6e4d6;
}

.cly {
  color: #d4c4a0;
}

.bg2 {
  background: linear-gradient(135deg, #0f1620, #1a2430 55%, #0a0f18);
  color: #e6e4d6;
}

.bg3 {
  background: linear-gradient(135deg, #2a3a5c, #3a4a6c 55%, #1a2a4c);
  color: #e8e6da;
}

.bg4 {
  background: linear-gradient(135deg, #0c0f14, #151a20 55%, #07090c);
  color: #e6e4d6;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 16px;
}

.fz20 {
  font-size: 20px;
}

.fz23 {
  font-size: 23px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz30 {
  font-size: 30px;
}

.fz35 {
  font-size: 35px;
}

.lts01 {
  letter-spacing: 0.1em;
}

.lts02 {
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  .fz16 {
    font-size: 13px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz25 {
    font-size: 19px;
  }
  .fz30 {
    font-size: 23px;
  }
  .fz35 {
    font-size: 28px;
  }
}

.slick-dots {
  display: flex;
  position: absolute;
  bottom: 3vw;
  right: 2vw;
  z-index: 1;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  line-height: 0;
  margin: 0 4px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #1c2128;
  font-size: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #1c2128;
  border: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .slick-dots {
    bottom: 20px;
    right: 34px;
  }
  .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 7px;
  }
}

/*=============================================
 * <header>
 *=============================================*/
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: auto !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.nav--opened #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: auto;
}

.nav--opened #pagetop {
  opacity: 0;
  visibility: hidden;
}

header {
  padding: 58px 0 110px;
  position: relative;
}

header:before {
  content: '';
  width: 100%;
  height: 80vw;
  background: radial-gradient(70% 80% at 80% 10%, rgba(61, 90, 108, 0.22), rgba(61, 90, 108, 0) 70%);
  position: absolute;
  right: 0%;
  top: 0;
  z-index: -1;
}

header:after {
  content: '';
  width: 100%;
  height: 80vw;
  background: radial-gradient(70% 80% at 20% 90%, rgba(61, 90, 108, 0.18), rgba(61, 90, 108, 0) 70%);
  position: absolute;
  left: 0;
  bottom: 33vw;
  z-index: -1;
}

header h1 {
  text-align: center;
  color: #8b8b8b;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  left: 4%;
  right: 4%;
  top: 180px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sp-hamburger-top {
    position: fixed;
    right: 4%;
    top: 20px;
    z-index: 5;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding-top: 32px;
  }
  header h1 {
    position: static;
    margin: 0 4% 16px;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    color: #3a4355;
  }
}

header .hd-top {
  width: 192px;
  margin: 0 auto 51px;
}

header .covid {
  font-size: 18px;
  margin: 10px 0 0px;
	line-height: 30px;
}

header .covid a {
  border-bottom: 1px solid;
}

header .hd-btn {
  width: 82%;
  margin: 47px auto 0;
}

@media only screen and (min-width: 768px) {
  header {
    padding: 80px 0 0px;
  }
  header:before {
    width: 522px;
    height: 442px;
    background: radial-gradient(70% 80% at 70% 30%, rgba(61, 90, 108, 0.2), rgba(61, 90, 108, 0) 70%);
  }
  header:after {
    width: 634px;
    height: 340px;
    bottom: 0;
    background: radial-gradient(70% 80% at 30% 70%, rgba(61, 90, 108, 0.16), rgba(61, 90, 108, 0) 70%);
  }
  header h1 {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    left: 386px;
    right: 290px;
    top: 55px;
  }
  header .hd-top {
    width: 384px;
    margin: 20px 0 0;
    float: left;
  }
  header .hd-top .logo {
    width: 218px;
    margin: 0 auto 63px;
  }
  header .hd-top nav {
    line-height: 30px;
  }
  header .hd-top nav ul.navi {
    font-size: 19px;
    font-weight: 600;
  }
  header .hd-top nav ul.navi li {
    position: relative;
  }
  header .hd-top nav ul.navi li a:before {
    content: '';
    height: 8px;
    background: linear-gradient(90deg, rgba(61, 90, 108, 0), rgba(61, 90, 108, 0.7), rgba(61, 90, 108, 0));
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  header .hd-top nav ul.navi li a.active:before,
  header .hd-top nav ul.navi li a:hover:before {
    opacity: 1;
  }
  header .hd-top nav ul.navi li + li {
    margin-top: 30px;
  }
  header .hd-top nav ul.access {
    margin: 27px 0 48px;
  }
  header .hd-top nav ul.access li {
    position: relative;
  }
  header .hd-top nav ul.access li a:hover {
    opacity: 0.7;
  }
  header .hd-top nav ul.access li + li {
    margin-left: 40px;
  }
  header .hd-top nav ul.access li + li:before {
    content: '/';
    position: absolute;
    left: -24px;
    top: 0;
  }
  header .hd-top .btn {
    width: 174px;
    margin: 0 auto;
  }
  header .hd-top .btn a {
    position: relative;
    line-height: 30px;
    padding-top: 4px;
  }
  header .hd-top .btn a:hover {
    opacity: 0.8;
  }
  header .covid {
    font-size: 20px;
    margin: 0;
    position: absolute;
    left: 383px;
    bottom: 72px;
    z-index: 1;
  }
  header .covid a:hover {
    border-color: transparent;
  }
  header .hd-btn {
    width: 298px;
    margin: 0;
    position: absolute;
    left: 43px;
    bottom: 57px;
    z-index: 1;
  }
  header .tel {
    position: absolute;
    right: 24px;
    top: 20px;
    z-index: 1;
    line-height: 27px;
  }
  header .tel span {
    margin-left: 6px;
  }
}

@media only screen and (min-width: 1300px) {
  header h1 {
    top: 50px;
  }
}

.nav-fixed {
  height: 0;
}

/* LP（Top）以外のページではヘッダー本体は隠し、上部の帯（.nav-fixed）だけを残す */
body:not(.is-top) > main > header > h1,
body:not(.is-top) > main > header > .clearfix,
body:not(.is-top) > main > header > p.tel,
body:not(.is-top) > main > header > p.hd-btn,
body:not(.is-top) > main > header > .sp {
  display: none;
}

/* ページヘッダー用：画像にタイトルを被せる */
.page-hero {
  position: relative;
  overflow: hidden;
}

.page-hero__img {
  display: block;
  width: 100%;
  height: 52vw;
  max-height: 460px;
  object-fit: cover;
}

.page-hero__title {
  position: absolute;
  left: 50%;
  bottom: 7vw;
  transform: translateX(-50%);
  font-family: "Times New Roman", "游明朝", YuMincho, serif;
  font-size: 7vw;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f5f3ea;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}

/* Dinner ページのヒーロー画像だけ、文字の下に暗いオーバーレイを敷いて可読性を高める */
body.page-dinner .page-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 5, 10, 0.6) 85%);
}

/* Dinner のタイトルテキストをより目立たせる */
body.page-dinner .page-hero__title {
  z-index: 2;
  padding: 0.4em 1.6em;
  border-radius: 999px;
  letter-spacing: 0.18em;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.85);
}

@media only screen and (min-width: 768px) {
  .page-hero__img {
    height: 420px;
  }
  .page-hero__title {
    bottom: 52px;
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .nav-fixed {
    height: 83px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .nav-fixed .col1 {
    width: 520px;
    float: left;
    line-height: 30px;
    margin: 14px 0 0 -25px;
  }
  .nav-fixed .col1 .tel_fixed small {
    margin-right: 24px;
  }
  .nav-fixed .col1 .tel_fixed span {
    margin-left: 8px;
  }
  .nav-fixed .col1 .navi_fixed {
    margin: -5px 0 0 4px;
    white-space: nowrap;
  }
  .nav-fixed .col1 .navi_fixed li a {
    border-bottom: 1px solid transparent;
    padding-bottom: 4px;
  }
  .nav-fixed .col1 .navi_fixed li a:hover,
  .nav-fixed .col1 .navi_fixed li a.active {
    border-color: #d4c4a0;
    color: #d4c4a0;
  }
  .nav-fixed .col1 .navi_fixed li + li {
    margin-left: 22px;
  }
  .nav-fixed .col2 {
    width: 71px;
    float: left;
    margin-top: 16px;
  }
  .nav-fixed .col2 ul li {
    margin-bottom: 8px;
  }
  .nav-fixed .col2 ul li a {
    display: block;
    border: 1px solid;
    line-height: 17px;
    font-size: 14px;
    padding-bottom: 2px;
  }
  .nav-fixed .col2 ul li a:hover {
    opacity: 0.8;
  }
  .nav-fixed .fixed-btn {
    float: left;
    margin-left: 19px;
  }
  .nav-fixed .btn {
    float: right;
    width: 190px;
    margin: 20px 24px 0 0;
  }
  .nav-fixed .btn a {
    line-height: 30px;
    position: relative;
    padding: 6px 11px 2px 0;
    border-radius: 50px;
  }
  .nav-fixed .btn a:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 768px) {
  .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
  }

  /* LP 以外のページでは、画像の上部にある帯（.nav-fixed）を常に表示 */
  body:not(.is-top) .nav-fixed {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px){
  .nav-fixed .col1{
    width: 560px;
    margin-left: 0;
  }
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

.menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 100vh;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu_toggle .inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 84px 18px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.35s ease;
  transform: translateY(10px);
}

.menu_toggle #close {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 42px;
  height: 42px;
  margin: 0;
  z-index: 2;
}

.menu_toggle #close .menu-close {
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: 30px;
  line-height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(230, 228, 214, 0.28);
  color: #e6e4d6;
}

.menu_toggle .navi_sp {
  width: 100%;
  max-width: 340px;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.menu_toggle .navi_sp li {
  margin: 0;
}

.menu_toggle .navi_sp a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 14px 12px;
  border-radius: 12px;
  border: 1px solid rgba(230, 228, 214, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #e6e4d6;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease,
    color 0.2s ease;
}

.menu_toggle .navi_sp a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #d4c4a0;
  transform: translateY(-1px);
  color: #d4c4a0;
}

.menu_toggle .navi_sp a.active {
  border-color: #d4c4a0;
  background: rgba(212, 196, 160, 0.18);
  color: #d4c4a0;
}

.menu_toggle .access_sp {
  width: 100%;
  max-width: 200px;
  margin: 22px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu_toggle .access_sp li {
  margin: 0;
}

.menu_toggle .access_sp li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
  border-radius: 12px;
  border: 1px solid rgba(230, 228, 214, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: #e6e4d6;
  line-height: 1;
  font-size: 13px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease,
    color 0.2s ease;
}

.menu_toggle .access_sp li a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #d4c4a0;
  transform: translateY(-1px);
  color: #d4c4a0;
}

.nav--opened .menu_toggle {
  background: rgba(6, 10, 16, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nav--opened .menu_toggle .inner {
  transform: translateY(0);
}

/*=============================================
 * key
 *=============================================*/
#key {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 90.134vw;
  position: relative;
  padding: 0 4%;
}

@media only screen and (min-width: 768px) {
  #key {
    width: calc(100% - 384px);
    height: 676px;
    float: right;
    padding: 0;
  }
}

/*=============================================
 * <section>
 *=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 70vw;
}

.bg-para .img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.bg-para .img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

@media only screen and (min-width: 768px) {
  .bg-para {
    height: 700px;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
#shopinfo {
  padding: 70px 0 20px;
}

#shopinfo h2 {
  margin-bottom: 80px;
}

#shopinfo .img {
  position: relative;
}

#shopinfo .img img {
  width: 100%;
  height: auto;
  display: block;
}

#shopinfo .img:before {
  content: '';
  width: 1px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -50px;
}

#shopinfo .img:after {
  content: '';
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -60px;
}

#shopinfo .tel {
  font-size: 15px;
  line-height: 26px;
  margin: 95px 0 28px;
}

#shopinfo .tel span {
  font-size: 28px;
}

#shopinfo .btn {
  margin-bottom: 50px;
}

#shopinfo .info dl {
  width: 100%;
  display: table;
  line-height: 20px;
  margin-bottom: 20px;
}

#shopinfo .info dl dt {
  width: 80px;
  display: table-cell;
}

#shopinfo .info dl dd {
  display: table-cell;
}

@media only screen and (min-width: 768px) {
  #shopinfo {
    padding: 156px 0 71px;
  }
  #shopinfo h2 {
    margin-bottom: 156px;
  }
  #shopinfo .img {
    width: 80%;
    max-width: 760px;
    margin: 0 auto;
  }
  #shopinfo .img:before {
    height: 129px;
    top: -129px;
  }
  #shopinfo .img:after {
    height: 137px;
    bottom: -137px;
  }
  #shopinfo .tel {
    font-size: 19px;
    line-height: 27px;
    margin: 188px 0 38px;
  }
  #shopinfo .tel small {
    letter-spacing: 0.4em;
    margin-bottom: 9px;
  }
  #shopinfo .tel span {
    font-size: 35px;
  }
  #shopinfo .btn {
    margin-bottom: 38px;
  }
  #shopinfo .info {
    padding-left: 193px;
  }
  #shopinfo .info dl {
    line-height: 30px;
    margin-bottom: 30px;
  }
  #shopinfo .info dl dt {
    width: 229px;
  }
}

#gmap {
  padding: 0 4% 50px;
}

#gmap .ggmap {
  position: relative;
  height: 480px;
  margin-bottom: 40px;
}

#gmap .ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#gmap .btn-link a,
#gmap .copy {
  display: block;
  width: 84%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #b0af9e;
  font-size: 14px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
  position: relative;
}

#gmap .btn-link a:after,
#gmap .copy:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #b0af9e;
  position: absolute;
  right: 6px;
  bottom: -5px;
  transform: rotate(-66deg);
}

@media only screen and (min-width: 768px) {
  #gmap {
    padding: 0 30px 141px;
  }
  #gmap .ggmap {
    max-width: 1200px;
    width: 100%;
    height: 500px;
    margin: 0 auto 63px;
  }
  #gmap .btn-link a,
  #gmap .copy {
    width: 310px;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #e6e4d6;
    font-size: 19.12px;
    padding: 0 0 5px 24px;
  }
  #gmap .btn-link a:after,
  #gmap .copy:after {
    height: 19px;
    background: #e6e4d6;
    right: 9px;
    bottom: -6px;
    transform: rotate(-66deg);
  }
  #gmap .btn-link a:hover,
  #gmap .copy:hover {
    opacity: 0.7;
  }
  #gmap .copy {
    padding-left: 15px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
  }
  #gmap .copy.copied {
    pointer-events: none;
  }
  #gmap .col {
    width: 220px;
    margin-right: 175px;
  }
  #gmap .col .print {
    margin-top: 12px;
  }
  #gmap .col .print a:hover {
    text-decoration: underline;
  }
}

footer .ft-bot {
  padding: 55px 0 85px;
  font-size: 8px;
  line-height: 16px;
  letter-spacing: 0.1em;
}

footer .ft-bot .wrap {
  padding: 0;
}

footer .ft-bot #socialbuttons {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  footer .ft-bot {
    padding: 49px 0 68px;
    font-size: 14px;
    line-height: 30px;
  }
  footer .ft-bot nav ul {
    font-size: 15px;
    line-height: 16px;
  }
  footer .ft-bot nav ul li + li {
    margin-left: 51px;
    position: relative;
  }
  footer .ft-bot nav ul li + li:before {
    content: '';
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: -25px;
    top: 0;
  }
  footer .ft-bot nav ul a:hover {
    text-decoration: underline;
  }
  footer .ft-bot #socialbuttons {
    margin: 54px 0 15px;
  }
  footer .ft-bot .cookies_link {
    margin-left: 25px;
  }
  footer .ft-bot .cookies_link a:hover {
    text-decoration: underline;
  }
}

#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  z-index: 10;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
}

#ft_fixed li {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
}

#ft_fixed li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#ft_fixed a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px 4px 10px;
  width: 100%;
}

#ft_fixed .ft-fixed__contact a {
  font-size: 12px;
}

#ft_fixed .ft-fixed__takeout a {
  font-size: 13px;
  letter-spacing: 0.16em;
}

#ft_fixed .ft-fixed__contact {
  background: linear-gradient(135deg, #2c5a6e, #1e4a5a);
}

#ft_fixed .ft-fixed__takeout {
  background: linear-gradient(135deg, #2a3a5c, #3a4a6c 55%, #1a2a4c);
}

#ft_fixed .line-cta {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  max-width: none;
  margin-top: 0;
  padding: 0;
}

@media only screen and (max-width: 370px) {
  #ft_fixed .ft-fixed__takeout a {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
}

@media only screen and (max-width: 767px) {
  #pagetop {
    width: 50px;
    bottom: 60px;
  }
}

/*=============================================
 * .socialbuttons
 *=============================================*/
/*=============================================
 * copyright
 *=============================================*/
.fwb {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.db {
  display: block;
}

.df {
  display: flex;
}

.jcfs {
  justify-content: flex-start;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .df_pc {
    display: flex;
  }
}

/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-delay: 0.5s;
}

/* WOW で表示されるテキストを優しいフェードに（パッと出ない） */
@-webkit-keyframes fadeInUpSoft {
  0% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUpSoft {
  0% {
    transform: translateY(14px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.wow.fadeIn.animated {
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.wow.fadeInUp.animated {
  -webkit-animation-name: fadeInUpSoft;
  animation-name: fadeInUpSoft;
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer .ft-bot {
    padding-bottom: calc(env(safe-area-inset-bottom) + 85px);
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: linear-gradient(135deg, #0f1620, #1a2430 55%, #0a0f18);
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .ft-bot {
    padding-bottom: calc(env(safe-area-inset-bottom) + 85px);
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: linear-gradient(135deg, #0f1620, #1a2430 55%, #0a0f18);
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}

/* 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 .ft-bot {
    padding-bottom: calc(env(safe-area-inset-bottom) + 85px);
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: linear-gradient(135deg, #0f1620, #1a2430 55%, #0a0f18);
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}

@media only screen and (min-width: 768px) {
  .nav--opened footer:after,
  footer:after {
    display: none;
  }
}


.p_midashi{
  font-size: 17px;
  margin: 0 auto -18px auto;
  font-weight: bold;
  text-align: center;
}

.p_midashi2{
  font-size: 17px;
  margin: 0 auto 18px auto;
  font-weight: bold;
  text-align: center;
}

.p_txt_big{
  font-size: 15px;
  margin: 5px auto -35px auto !important;
  text-align: center;
}

.p_txt{
  text-align: center !important;
}

.p_btn{
  width: 160px;
  margin: 5px auto -15px auto !important;
  padding: 5px 0 5px 0;
  border: 1px solid #000;
  color: #000000;
  text-align: center;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
.p_midashi{
  font-size: 20px;
  margin: 0 auto -18px auto;
  font-weight: bold;
}

.p_midashi2{
  font-size: 20px;
  margin: 0 auto 18px auto;
  font-weight: bold;
}

.p_txt_big{
  font-size: 18px !important;
  margin: 5px auto -35px auto !important;
}

.p_btn{
  width: 190px;
  margin: 8px auto -20px auto !important;
  padding: 5px 0 5px 0;
  border: 1px solid #000;
  color: #000000;
  text-align: center;
  font-size: 16px;
}
}