@charset "UTF-8";
/* -------------------------------
	default
-------------------------------- */
:root {
  --app-h: 100vh;
  --app-w: 100vw;
  --app-lh-base: 2.22223;
}

@supports (height: 100dvh) {
  :root {
    --app-h: 100dvh;
    --app-w: 100dvw;
  }
}
html {
  font-size: 16px;
}
@media print, screen and (min-width: 1200px) {
  html {
    font-size: min(calc(16px + 2 * (100vw - 1200px) / 300), 18px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: var(--app-lh-base);
  letter-spacing: 0.065em;
}

.fs-en {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.fs-playfair {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.google-sans-flex {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
}

/* -------------------------------
	見出しタグ調整
-------------------------------- */
h1, .h1 {
  font-size: 1.9rem;
  /* 30px相当 */
}

h2, .h2 {
  font-size: 1.69rem;
  /* 27px相当 */
}

h3, .h3 {
  font-size: 1.5rem;
  /* 24px相当 */
}

h4, .h4 {
  font-size: 1.33rem;
  /* 21px相当 */
}

h5, .h5 {
  font-size: 1.19rem;
  /* 19px相当 */
}

h6, .h6 {
  font-size: 1.05rem;
  /* 17px相当 */
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.21rem;
    /* 35px相当 */
  }

  h2, .h2 {
    font-size: 1.97rem;
    /* 32px相当 */
  }

  h3, .h3 {
    font-size: 1.75rem;
    /* 28px相当 */
  }

  h4, .h4 {
    font-size: 1.56rem;
    /* 25px相当 */
  }

  h5, .h5 {
    font-size: 1.38rem;
    /* 22px相当 */
  }

  h6, .h6 {
    font-size: 1.23rem;
    /* 20px相当 */
  }
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 2.37rem;
    /* 38px相当 */
  }

  h2, .h2 {
    font-size: 2.11rem;
    /* 34px相当 */
  }

  h3, .h3 {
    font-size: 1.88rem;
    /* 30px相当 */
  }

  h4, .h4 {
    font-size: 1.67rem;
    /* 27px相当 */
  }

  h5, .h5 {
    font-size: 1.48rem;
    /* 24px相当 */
  }

  h6, .h6 {
    font-size: 1.32rem;
    /* 21px相当 */
  }
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.53rem;
    /* 40px相当 */
  }

  h2, .h2 {
    font-size: 2.25rem;
    /* 36px相当 */
  }

  h3, .h3 {
    font-size: 2rem;
    /* 32px相当 */
  }

  h4, .h4 {
    font-size: 1.78rem;
    /* 28px相当 */
  }

  h5, .h5 {
    font-size: 1.58rem;
    /* 25px相当 */
  }

  h6, .h6 {
    font-size: 1.4rem;
    /* 22px相当 */
  }
}
h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p, ol, ul, dl, table {
  margin-bottom: 1rem;
}
p + h3, p + h4, p + h5, p + h6, ol + h3, ol + h4, ol + h5, ol + h6, ul + h3, ul + h4, ul + h5, ul + h6, dl + h3, dl + h4, dl + h5, dl + h6, table + h3, table + h4, table + h5, table + h6 {
  margin-top: calc(var(--app-lh-base) * 1rem);
}
p:last-child, ol:last-child, ul:last-child, dl:last-child, table:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* -------------------------------
	ローディング
-------------------------------- */
.loader {
  color: rgba(0, 0, 0, 0.2);
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  visibility: hidden;
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: background 0.8s ease;
}
#header .container-fluid {
  padding-right: clamp(15px, 2.66667vw, 40px);
  padding-left: clamp(15px, 2.66667vw, 40px);
}
@media print {
  #header {
    position: absolute;
  }
}

@media screen {
  .fixed-nav #header {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
  }
}
/* ---  --- */
.row-head {
  display: flex;
  align-items: center;
  height: 80px;
}
@media print, screen and (min-width: 992px) {
  .row-head {
    height: auto;
    padding: 10px 0;
  }
}
.row-head .logo h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.row-head .logo h1 img {
  height: 60px;
}
@media print, screen and (min-width: 992px) {
  .row-head .logo {
    flex: 0 0 25%;
  }
  .row-head .logo h1 img {
    height: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .row-head .head_contents {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 75%;
  }
}

/* スマホ用電話番号 */
/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #gNavi {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.list-gnav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 2em;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li > a {
  color: #282727;
  line-height: 1.2;
  letter-spacing: 0.025em;
  height: 2em;
  display: grid;
  place-items: center;
  position: relative;
}
.list-gnav > li > a > .txt {
  display: block;
  position: relative;
  overflow: hidden;
}
.list-gnav > li > a > .txt::after {
  content: attr(data-txt);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(1.5em);
  transition: transform .3s ease-out;
}
.list-gnav > li > a > .txt .in {
  display: block;
  transition: transform .3s ease-out;
}
.list-gnav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: currentColor;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.list-gnav > li > a:hover > .txt > .in {
  transform: translateY(-1.5em);
}
.list-gnav > li > a:hover > .txt::after {
  transform: translateY(0em);
}
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after {
  transform: scaleX(1);
  visibility: visible;
}

.nav_contact {
  margin-left: 1.66667rem;
}
.nav_contact .btn {
  color: #fff;
  font-size: 0.88888em;
  width: 9.1875em;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 3px;
  background-color: #282727;
}
.nav_contact .btn > .txt {
  display: block;
  position: relative;
  overflow: hidden;
}
.nav_contact .btn > .txt::after {
  content: attr(data-txt);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(1.5em);
  transition: transform .3s ease-out;
}
.nav_contact .btn > .txt .in {
  display: block;
  transition: transform .3s ease-out;
}
.nav_contact .btn:hover > .txt > .in {
  transform: translateY(-1.5em);
}
.nav_contact .btn:hover > .txt::after {
  transform: translateY(0em);
}

/* -------------------------------
	main
-------------------------------- */
/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  --top: min(calc(20px + 60 * (100vw - 375px) / 1125), 80px);
  --height: min(calc(170px + 230 * (100vw - 375px) / 1125), 400px);
  height: var(--height);
  display: flex;
  align-items: center;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    margin-top: 110px;
  }
}
.main_ttl > .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.main_ttl > .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_ttl > .bg .txt {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  z-index: 10;
  font-weight: 700;
  font-size: min(calc(7px + 5 * (100vw - 375px) / 617), 12px);
  letter-spacing: normal;
  line-height: normal;
  padding: 0.35em 1.75em 0.35em;
  border-radius: 10em;
  background-color: rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 992px) {
  .main_ttl > .bg {
    width: 50%;
  }
  .main_ttl > .bg .txt {
    font-size: min(calc(12px + 6 * (100vw - 992px) / 928), 18px);
  }
}
.main_ttl .line {
  height: 1px;
  margin-left: var(--edge);
  width: calc(50% + calc(var(--edge) * -1));
  background-color: #706f6f;
}
.main_ttl .line::before {
  content: "";
  position: absolute;
  left: 2%;
  top: calc(0px - var(--top));
  width: 1px;
  height: calc(var(--height) - var(--top));
  background-color: #706f6f;
}
.main_ttl .container-fluid-xl {
  position: relative;
  z-index: 10;
}
.main_ttl h2 {
  font-size: min(calc(45px + 35 * (100vw - 375px) / 1125), 80px);
  line-height: 1.5;
  margin: 0.5em 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_ttl h2 > .fs-jp {
  color: var(--primary);
  font-size: min(calc(15px + 5 * (100vw - 375px) / 1125), 20px);
  display: block;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.main_ttl h2 > .fs-en {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: 0 0 0.15em #fff;
  display: block;
}
@media screen {
  .main_ttl h2 > span {
    opacity: 0;
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
  }
  .main_ttl h2 > .fs-jp {
    animation: amn-lr-open 0.5s cubic-bezier(0.9, 0.09, 0.67, 0.93) 0.3s forwards;
  }
  .main_ttl h2 > .fs-en {
    animation: amn-lr-open 0.5s cubic-bezier(0.9, 0.09, 0.67, 0.93) 0.8s forwards;
  }
}

@keyframes amn-lr-open {
  0% {
    opacity: 0;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
  }
  100% {
    opacity: 1;
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }
}
/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  font-size: 12px;
  position: fixed;
  bottom: 0;
  right: min(3.91vw, 56px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 10;
}
#pagetop.is-active {
  opacity: 1;
  visibility: visible;
}

/* scroll */
#pagetop .scroll {
  display: flex;
  z-index: 4;
  cursor: pointer;
}
#pagetop .scroll .scroll-text {
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #939393;
  letter-spacing: 0.1em;
  display: block;
}
#pagetop .scroll .scroll-border {
  display: block;
  width: 1px;
  height: 8.83334em;
  position: relative;
}
#pagetop .scroll .scroll-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #939393;
  animation: lineAnime2 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime2 {
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* -------------------------------
	スクロールバー
-------------------------------- */
div, .scrollbar {
  scrollbar-color: #111 #eeeeee;
  scrollbar-width: thin;
}
div::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
div::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #eeeeee;
}
div::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background: #111;
}

/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumb_wrap {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .breadcrumb_wrap {
    display: block;
    margin-top: 1rem;
    padding-left: 1rem;
    position: relative;
  }
  .breadcrumb_wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: calc(var(--edge) * -1);
    height: 1px;
    background-color: #706f6f;
  }
}
.breadcrumb_wrap .panlist {
  color: #777;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: normal;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}
.breadcrumb_wrap .panlist > li {
  display: flex;
  align-items: center;
}
.breadcrumb_wrap .panlist > li > a {
  color: #777;
  white-space: nowrap;
}
.breadcrumb_wrap .panlist > li.active > a {
  color: #aaa;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb_wrap .panlist > li + li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 0px;
  right: -300px;
  width: 300px;
  padding: 50px 0;
  text-align: left;
  max-height: 100%;
  background-color: #fff;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  overflow-y: auto;
  z-index: 990;
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 992px) {
  #sidebar {
    display: none !important;
  }
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  padding: 15px;
}
#sidebar .list-sidenav > li {
  text-align: left;
  border-bottom: solid 1px #ccc;
  position: relative;
}
#sidebar .list-sidenav > li > a {
  color: #282727;
  line-height: 1.5;
  display: block;
  padding: 1em 2em 1em 1em;
  position: relative;
}
#sidebar .list-sidenav > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
  color: #fff;
  background-color: #a79947;
}

/*
 * 下層メニュー用ボタン
 */
#sidebar .list-sidenav > li .toggle-submenu {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(1.5em + 0.55em + 0.55em);
  height: calc(1.5em + 0.55em + 0.55em);
  border: none;
  outline: none;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#sidebar .list-sidenav > li .toggle-submenu:before, #sidebar .list-sidenav > li .toggle-submenu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: transform 0.3s ease;
}
#sidebar .list-sidenav > li .toggle-submenu:after {
  transform: rotate(90deg);
}
#sidebar .list-sidenav > li.is-open > .toggle-submenu:before {
  transform: rotate(360deg);
}
#sidebar .list-sidenav > li.is-open > .toggle-submenu:after {
  transform: rotate(0deg);
}

/* 
 * 下層メニュー
 */
#sidebar .list-sidenav li > ul {
  display: none;
}

#sidebar .list-sidenav > ul {
  position: relative;
}
#sidebar .list-sidenav > ul > a:after {
  display: none;
}
#sidebar .list-sidenav > ul > ul {
  background-color: #fff;
}
#sidebar .list-sidenav > ul > ul > li {
  position: relative;
}
#sidebar .list-sidenav > ul > ul > li > a {
  color: #333;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0.65em 2em 0.65em 1.3em;
  display: block;
  background-color: #fff;
  position: relative;
}
#sidebar .list-sidenav > ul > ul > li > a:before {
  content: "\f0da";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > ul > ul > li.active > a, #sidebar .list-sidenav > ul > ul > li > a:hover {
  background-color: #ddd;
}

/* -------------------------------
	半透明
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 992px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
@media print, screen and (min-width: 992px) {
  .menuWrapper {
    display: none;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #000;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -8px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 8px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  padding: 40px 0 40px;
  border-top: solid 1px #e3e2e2;
  page-break-inside: avoid;
}

.footer_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer_content h2 {
  font-size: 16px;
}
.footer_content h2, .footer_content p {
  text-align: center;
}
.footer_content p {
  line-height: 1.875;
}
.footer_content p a {
  color: var(--primary);
  text-decoration: none;
}
.footer_content p a:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 992px) {
  .footer_content h2, .footer_content p {
    font-size: 16px;
    text-align: left;
  }
}

.f_navi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .f_navi {
    display: block;
    margin: 30px 0;
  }
}
@media print, screen and (min-width: 992px) {
  .f_navi {
    margin: 0 0 auto;
  }
}
.f_navi > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2em;
}
@media print, screen and (min-width: 992px) {
  .f_navi > ul {
    justify-content: flex-end;
  }
}
.f_navi > ul > li > a {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  display: block;
}
.f_navi > ul > li > a > .txt {
  line-height: 1.2;
  display: block;
  overflow: hidden;
}
.f_navi > ul > li .btn-contact {
  color: #fff;
  font-size: 0.88888em;
  width: 9.1875em;
  height: 2.625em;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #282727;
}

.copyright {
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 992px) {
  .copyright {
    text-align: right;
  }
}

/* 印刷用 */
@page {
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  body {
    min-width: 1500px !important;
  }

  .container {
    min-width: 1200px !important;
  }

  .container-fluid-xl {
    min-width: 1500px !important;
  }

  .row {
    overflow: visible !important;
  }

  [class^="col"], [class*=" col"], [class^="col-"], [class*=" col-"] {
    page-break-inside: avoid;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* firefox　ハック */
@-moz-document url-prefix() {
  @page {
    margin: auto;
  }
}

/*# sourceMappingURL=screen.css.map */
