@charset "UTF-8";
@import "ress.css";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*-------------------------------------------/
    ページ共通要素
/-------------------------------------------*/
/* 表示切替 ----------------------------- */
@media screen and (min-width: 1024px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* カラー設定 ---------------------------------*/
/* 背景 --------------------------------------*/
/* 基本設定　----------------------------------*/
html {
  font-size: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(1.3333333333vw, 10px);
  }
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  width: 100%;
  animation: fadeIn 2s ease;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.8rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 3rem;
  }
}

/*=================================================
		tel　リンク
==================================================*/
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .link_tel {
    pointer-events: none;
    cursor: default;
  }
}
a.no-link {
  color: inherit;
  pointer-events: none;
}

/*-------------------------------------------/
    レイアウト
/-------------------------------------------*/
ul,
li {
  list-style: none;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.mb1 {
  margin-bottom: 1em;
}

/* 縦書き */
.vertical {
  writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .pc_vertical {
    writing-mode: vertical-rl;
  }
}
/*-------------------------------------------/
    メニューオープン時
/-------------------------------------------*/
body:has(header.open) {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

/*-------------------------------------------/
    ヘッダー
/-------------------------------------------*/
body {
  /* メニューオープン */
}
body #header {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
}
body #header .site-header {
  font-size: max(12px, 2rem);
  width: 100%;
  min-height: 7.5em;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
}
body #header .site-header .site-branding {
  width: min(25.5208333333%, 490px);
  padding-top: 2.4rem;
}
body #header .site-header .site-branding h1.logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 0 auto 0 28.9473684211%;
}
body #header .site-header .site-branding h1.logo a span {
  display: inline-block;
}
body #header .site-header .site-branding h1.logo a span.logo-img {
  width: 24.8rem;
  aspect-ratio: 248/106;
  background: url("../images/logo.svg") no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  overflow: hidden;
}
body #header .site-header .site-branding h1.logo a span.logo-txt {
  font-size: max(10px, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  flex-shrink: 0;
}
body #header .site-header #navigation {
  font-size: max(12px, 2rem);
  width: min(76.0416666667%, 1460px);
  padding-top: 2.2rem;
}
body #header .site-header #navigation .sub-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 11rem;
}
body #header .site-header #navigation .sub-menu > ul.sub-link {
  font-size: 1em;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
}
body #header .site-header #navigation .sub-menu > ul.sub-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 2.25em;
  color: #fff;
  background: #412502;
  transition: 0.3s ease all;
}
body #header .site-header #navigation > ul.main-navigation {
  position: relative;
  z-index: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5em;
  margin-top: 3rem;
  padding-right: 11rem;
}
body #header .site-header #navigation > ul.main-navigation li.menu-item {
  position: relative;
}
body #header .site-header #navigation > ul.main-navigation li.menu-item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
body #header .site-header #navigation > ul.main-navigation li.menu-item a span {
  display: block;
}
body #header .site-header #navigation > ul.main-navigation li.menu-item a span.txt {
  white-space: nowrap;
  font-feature-settings: "palt" on;
  line-height: 1.3;
}
body #header .site-header #navigation > ul.main-navigation li.menu-item a:hover {
  color: #412502;
}
@media screen and (min-width: 1024px) {
  body #header .site-header #navigation {
    font-size: max(12px, 2rem);
    width: min(76.0416666667%, 1460px);
    padding-top: 2rem;
  }
  body #header .site-header #navigation > ul.main-navigation {
    font-weight: 600;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5em;
    margin-top: 2rem;
    padding-right: 11rem;
  }
  body #header .site-header #navigation > ul.main-navigation li.menu-item {
    position: relative;
  }
  body #header .site-header #navigation > ul.main-navigation li.menu-item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
  }
  body #header .site-header #navigation > ul.main-navigation li.menu-item a span {
    display: block;
  }
  body #header .site-header #navigation > ul.main-navigation li.menu-item a span.txt {
    white-space: nowrap;
    font-feature-settings: "palt" on;
    line-height: 1.3;
  }
  body #header .site-header #navigation > ul.main-navigation li.menu-item a:hover {
    color: #412502;
  }
}
@media screen and (max-width: 1023px) {
  body #header {
    width: 100%;
    z-index: 999;
  }
  body #header .site-header {
    width: 100%;
    height: 12rem;
    min-height: unset;
    display: flex;
    justify-content: space-between;
  }
  body #header .site-header .site-branding {
    padding-top: 1.4rem;
  }
  body #header .site-header #navigation {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body #header {
    width: 100%;
    z-index: 999;
  }
  body #header .site-header {
    width: 100%;
    height: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  body #header .site-header .site-branding h1.logo a {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin: 0 auto 0 2.5rem;
  }
  body #header .site-header .site-branding h1.logo a span {
    display: inline-block;
  }
  body #header .site-header .site-branding h1.logo a span.logo-img {
    width: 27rem;
    aspect-ratio: 248/106;
    background: url("../images/logo.svg") no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    overflow: hidden;
  }
  body #header .site-header .site-branding h1.logo a span.logo-txt {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    flex-shrink: 0;
  }
  body #header .site-header #navigation {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4rem;
    background: #fff;
    transition: 0.3s all;
  }
  body #header .site-header #navigation .sub-menu {
    display: none;
  }
  body #header .site-header #navigation > ul.main-navigation {
    width: 100%;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4rem;
  }
  body #header .site-header #navigation > ul.main-navigation li.menu-item {
    position: relative;
  }
  body #header .site-header #navigation > ul.main-navigation li.menu-item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: 0.3s all;
  }
  body #header .site-header #navigation > ul.main-navigation li.menu-item a span {
    display: block;
  }
  body #header .site-header #navigation > ul.main-navigation li.menu-item a:hover {
    color: #412502;
  }
}
body #header.open {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ecebe9;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  body #header.open .site-header {
    width: 100%;
    height: auto;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: transparent;
    padding-bottom: 17.5em;
  }
  body #header.open .site-header .site-branding {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10rem;
    margin-bottom: 0;
    padding: 0;
  }
  body #header.open .site-header .site-branding h1.logo a {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    margin: 0 auto;
  }
  body #header.open .site-header .site-branding h1.logo a span {
    display: inline-block;
  }
  body #header.open .site-header .site-branding h1.logo a span.logo-img {
    width: max(150px, 27rem);
    aspect-ratio: 248/106;
    background: url("../images/logo-gray.svg") no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    overflow: hidden;
  }
  body #header.open .site-header .site-branding h1.logo a span.logo-txt {
    font-size: max(18px, 2.4rem);
    letter-spacing: 0.05em;
    font-weight: 600;
    flex-shrink: 0;
  }
  body #header.open .site-header #navigation {
    position: relative;
    top: 0;
    left: 0;
    width: min(100%, 30em);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    transition: 0.3s all;
  }
  body #header.open .site-header #navigation .sub-menu {
    display: none;
  }
  body #header.open .site-header #navigation > ul.main-navigation {
    width: 100%;
    font-size: max(2.8rem, 16px);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    color: #49413e;
    padding-right: 0;
    border-top: 1px solid #c6c6c6;
    margin-top: 8rem;
  }
  body #header.open .site-header #navigation > ul.main-navigation li.menu-item {
    position: relative;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #c6c6c6;
  }
  body #header.open .site-header #navigation > ul.main-navigation li.menu-item a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: 0.3s all;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  body #header.open .site-header #navigation > ul.main-navigation li.menu-item a span {
    display: block;
  }
  body #header.open .site-header #navigation > ul.main-navigation > li.menu-item > a {
    position: relative;
    width: 100%;
    height: 2.3214285714em;
    padding: 0 2.5em;
    display: flex;
    justify-content: flex-start;
  }
  body #header.open .site-header #navigation > ul.main-navigation > li.menu-item > a .txt {
    flex-grow: 1;
    align-content: center;
  }
}
@media screen and (max-width: 767px) {
  body #header.open .site-header .site-branding {
    width: 27rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10rem;
    margin-bottom: 0;
    padding: 0;
  }
  body #header.open .site-header .site-branding h1.logo a {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    margin: 0 auto;
  }
  body #header.open .site-header .site-branding h1.logo a span {
    display: inline-block;
  }
  body #header.open .site-header .site-branding h1.logo a span.logo-img {
    width: 27rem;
    aspect-ratio: 248/106;
    background: url("../images/logo-gray.svg") no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    overflow: hidden;
  }
  body #header.open .site-header .site-branding h1.logo a span.logo-txt {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    flex-shrink: 0;
  }
  body #header.open .site-header #navigation {
    position: relative;
    top: 0;
    left: 0;
    width: 50rem;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    transition: 0.3s all;
    padding: 0;
  }
  body #header.open .site-header #navigation > ul.main-navigation {
    width: 100%;
    font-size: min(2.8rem, 16px);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    color: #49413e;
    margin-top: 8rem;
    padding-right: 0;
  }
  body #header.open .site-header #navigation > ul.main-navigation li.menu-item {
    position: relative;
    border-bottom: 1px solid #c6c6c6;
    width: 100%;
    height: 2.3214285714em;
  }
  body #header.open .site-header #navigation > ul.main-navigation li.menu-item .txt {
    flex-grow: 1;
  }
}

header {
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
header::-webkit-scrollbar {
  display: none;
}

/*-------------------------------------
　ハンバーガー
-------------------------------------*/
.nav_toggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  .nav_toggle {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 12rem;
    height: 11rem;
    cursor: pointer;
    z-index: 999;
  }
  .nav_toggle div.toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2.1rem;
  }
  .nav_toggle div.toggle span {
    position: absolute;
    content: "";
    display: inline-block;
    width: 7rem;
    height: 0.3rem;
    background: #000;
    transition: 0.3s all;
  }
  .nav_toggle div.toggle span:first-child {
    top: 0;
    left: 2.5rem;
    transform: rotate(0);
  }
  .nav_toggle div.toggle span:nth-child(2) {
    top: 1.8rem;
    left: 2.5rem;
    transform: rotate(0);
  }
}

@media screen and (max-width: 1023px) {
  #header.open .nav_toggle div.toggle span {
    position: absolute;
    content: "";
    display: inline-block;
    width: 7rem;
    height: 0.3rem;
    background: #000;
    transition: 0.3s ease-in-out;
  }
  #header.open .nav_toggle div.toggle span:first-child {
    top: 0.9rem;
    left: 2.5rem;
    transform: rotate(22.95deg);
  }
  #header.open .nav_toggle div.toggle span:nth-child(2) {
    top: 0.9rem;
    left: 2.5rem;
    transform: rotate(-22.95deg);
  }
}

/*-------------------------------------------/
    footer
/-------------------------------------------*/
#footer {
  position: relative;
  width: 100%;
  /* フッター */
}
#footer .site-footer {
  width: 100%;
  color: #49413e;
}
#footer .site-footer .site-footer-01 {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  min-height: 57rem;
  background: #ecebe9;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10rem;
  padding-top: 16rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-bottom: 16rem;
}
#footer .site-footer .site-footer-01 .footer-box-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6666666667em;
}
#footer .site-footer .site-footer-01 .footer-box-1 .logo {
  width: 27rem;
}
#footer .site-footer .site-footer-01 .footer-box-1 .logo img {
  max-width: 100%;
}
#footer .site-footer .site-footer-01 .footer-box-1 .info-box p {
  font-size: max(10px, 1.8rem);
  text-align: left;
  line-height: 1.9444444444;
}
#footer .site-footer .site-footer-01 .footer-box-2 {
  max-width: 1220px;
}
#footer .site-footer .site-footer-01 .footer-box-2 #f-navigation {
  width: 100%;
  font-size: max(14px, 2.2rem);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 5rem;
}
#footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667em;
  padding-left: 2.2222222222em;
}
#footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu > li.menu-item > a {
  position: relative;
}
#footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu > li.menu-item > a::before {
  position: absolute;
  content: "";
  width: 1.1em;
  height: 1px;
  top: 50%;
  left: -1.25em;
  transform: rotate(-45deg) translateY(-50%);
  background-color: #49413e;
}
#footer .site-footer .site-footer-02 {
  position: relative;
  width: 100%;
  background: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 11rem;
  padding-left: 11rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
#footer .site-footer .site-footer-02 .f-sub-menu {
  font-size: max(12px, 1.8rem);
  display: flex;
  justify-content: flex-start;
  gap: 2em;
  flex-shrink: 0;
}
#footer .site-footer .site-footer-02 .copyright p {
  font-size: max(10px, 1.2rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  #footer .site-footer .site-footer-01 {
    font-size: max(14px, 1.8rem);
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8rem;
    padding-top: 7rem;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-bottom: 7rem;
  }
  #footer .site-footer .site-footer-01 .footer-box-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.75em;
  }
  #footer .site-footer .site-footer-01 .footer-box-1 .logo {
    width: 27rem;
  }
  #footer .site-footer .site-footer-01 .footer-box-1 .logo img {
    max-width: 100%;
  }
  #footer .site-footer .site-footer-01 .footer-box-1 .info-box p {
    font-size: max(12px, 1.6rem);
    text-align: left;
    line-height: 1.7;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 {
    width: 100%;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 #f-navigation {
    width: 100%;
    font-size: max(14px, 2.2rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 5rem;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1.5em 2.2727272727em;
    padding-left: 1.8181818182em;
  }
  #footer .site-footer .site-footer-02 {
    font-size: max(14px, 1.8rem);
    width: 100%;
    background: #fff;
    padding-top: 3.5rem;
    padding-bottom: 13rem;
    padding-right: 13rem;
    padding-left: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
  }
  #footer .site-footer .site-footer-02 .f-sub-menu {
    font-size: max(12px, 1.8rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    gap: 0.5em 2em;
  }
  #footer .site-footer .site-footer-02 .copyright {
    padding: 0 3rem;
  }
  #footer .site-footer .site-footer-02 .copyright p {
    font-size: max(10px, 1.2rem);
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #footer .site-footer .site-footer-01 {
    font-size: min(2.8rem, 16px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8rem;
    padding-top: 7rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 7rem;
  }
  #footer .site-footer .site-footer-01 .footer-box-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.75em;
  }
  #footer .site-footer .site-footer-01 .footer-box-1 .logo {
    width: 27rem;
  }
  #footer .site-footer .site-footer-01 .footer-box-1 .logo img {
    max-width: 100%;
  }
  #footer .site-footer .site-footer-01 .footer-box-1 .info-box p {
    font-size: min(2.4rem, 15px);
    line-height: 1.7;
    text-align: center;
  }
  #footer .site-footer .site-footer-01 .footer-box-1 .info-box p.tel {
    font-size: min(3rem, 18px);
    font-weight: 400;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 {
    width: 100%;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 #f-navigation {
    width: 50rem;
    font-size: min(2.8rem, 16px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    margin: 0 auto;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 0;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu > li.menu-item {
    position: relative;
    border-bottom: 1px solid #c6c6c6;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu > li.menu-item > a {
    position: relative;
    font-size: min(2.8rem, 16px);
    width: 100%;
    height: 2.3214285714em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu > li.menu-item > a::before {
    display: none;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu > li.menu-item > a .txt {
    width: 100%;
  }
  #footer .site-footer .site-footer-01 .footer-box-2 #f-navigation .f-menu:first-child > li.menu-item:first-child {
    border-top: 1px solid #c6c6c6;
  }
  #footer .site-footer .site-footer-02 {
    font-size: max(14px, 1.8rem);
    width: 100%;
    background: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 5rem;
    padding-left: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
  }
  #footer .site-footer .site-footer-02 .f-sub-menu {
    width: 100%;
    font-size: min(2.2rem, 14px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    gap: 0.5em 2em;
  }
  #footer .site-footer .site-footer-02 .copyright {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  #footer .site-footer .site-footer-02 .copyright p {
    font-size: min(2rem, 12px);
    letter-spacing: normal;
    text-align: center;
  }
}

/* ページトップへ */
#pagetop {
  font-size: max(12px, 1.8rem);
  position: fixed;
  display: none;
  z-index: 1001;
  top: auto;
  bottom: 3rem;
  right: 0;
}
#pagetop a {
  display: block;
  width: 2.7777777778em;
  height: 6.6666666667em;
  background: url("../images/pagetop.png") center center no-repeat;
  background-size: 100% 100%;
}
#pagetop.stop {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  #pagetop {
    font-size: max(12px, 1.8rem);
    position: fixed;
    display: none;
    top: auto;
    bottom: 3rem;
    right: 0;
  }
  #pagetop a {
    display: block;
    width: 2.7777777778em;
    height: 8.3333333333em;
    background: url("../images/pagetop.png") center center no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    font-size: 3rem;
    position: fixed;
    bottom: 3rem;
    right: 0;
  }
  #pagetop a {
    display: block;
    width: 5rem;
    height: 15rem;
    background: url("../images/pagetop.png") center center no-repeat;
    background-size: 100% 100%;
  }
  #pagetop.stop {
    position: absolute;
    bottom: 0;
  }
}

/* Google reCaptha */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptha-info {
  width: 100%;
  margin-bottom: 2em;
}
.recaptha-info p {
  font-size: max(10px, 1.6rem);
  text-align: center;
}

/*-------------------------------------------/
    ボタン・リンク
/-------------------------------------------*/
a.btn:hover {
  opacity: 0.7;
}

.btn-more {
  position: relative;
  border-radius: 50%;
  border: 1px solid #ab8a4a;
  background: #ab8a4a;
  transition: 0.3s all;
  width: 12rem;
  height: 7.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: clip;
  transition: 0.3s ease-in-out;
}
.btn-more span {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  line-height: 0.75;
  color: #fff;
}
.btn-more span:after {
  position: absolute;
  left: calc(100% + 0.5em);
  top: 50%;
  transform: translateY(-50%);
  content: "＋";
  font-size: 1.6rem;
  font-weight: 600;
}
.btn-more:hover {
  border: 1px solid #ab8a4a;
  background: #fff;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.btn-more:hover span {
  color: #ab8a4a;
}

/*-------------------------------------------
　共通コンテンツ
/-------------------------------------------*/
#contactLink {
  position: relative;
  z-index: 1;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 5rem;
  padding-right: 5rem;
  background: #b2b2b2;
}
#contactLink .contact-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
#contactLink a.btn-link {
  font-size: max(16px, 2.2rem);
  letter-spacing: 0.1em;
  width: 12.7272727273em;
  height: 4.5454545455em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  #contactLink a.btn-link {
    font-size: min(2.8rem, 16px);
    letter-spacing: 0.1em;
    width: 10em;
    height: 3.5714285714em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
  }
}

#entryLink {
  padding-top: 10rem;
  padding-bottom: 12rem;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  min-height: 95rem;
  background: url("../images/index/entry-image.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}
#entryLink .box-wrap {
  width: min(100%, 1920px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#entryLink .entry-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  gap: 3rem;
}
#entryLink .entry-title span {
  display: inline-block;
  line-height: 1;
}
#entryLink .entry-title span.txt-jp {
  font-size: max(14px, 2rem);
}
#entryLink .entry-title span.line {
  content: "";
  display: inline-block;
  width: 30rem;
  height: 1px;
  background: #fff;
}
#entryLink .entry-title span.txt-en {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 300;
  font-size: 10rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #entryLink .entry-title {
    gap: 2rem;
  }
  #entryLink .entry-title span {
    display: inline-block;
  }
  #entryLink .entry-title span.txt-jp {
    font-size: min(3rem, 18px);
  }
  #entryLink .entry-title span.line {
    content: "";
    display: inline-block;
    width: 30rem;
    height: 1px;
    background: #fff;
  }
  #entryLink .entry-title span.txt-en {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 300;
    font-size: 10rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
}
#entryLink p {
  text-align: center;
  letter-spacing: 0.05em;
}
#entryLink p.txt {
  font-size: max(14px, 2rem);
  text-align: center;
  line-height: 2;
  margin: 3rem auto;
}
#entryLink p.txt-s {
  font-size: max(12px, 1.6rem);
  line-height: 1.625;
}
#entryLink .info {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding: 0 4rem;
  margin: 3rem auto 6rem;
}
#entryLink .info::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.6rem;
  height: 100%;
  border: 1px solid #fff;
  border-right: none;
  flex-shrink: 0;
}
#entryLink .info::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1.6rem;
  height: 100%;
  border: 1px solid #fff;
  border-left: none;
  flex-shrink: 0;
}
#entryLink .btn-box {
  width: min(100%, 150rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem 6rem;
  margin: 6rem auto 0;
}
#entryLink .btn-box a.btn-link {
  font-size: max(15px, 2.5rem);
  width: 18.8em;
  height: 5.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #15152c;
  border: 1px solid #fff;
  transition: 0.3s ease all;
}
#entryLink .btn-box a.btn-link.small {
  height: 3.6em;
}
@media screen and (max-width: 767px) {
  #entryLink {
    padding-bottom: 9rem;
    min-height: unset;
    background: url("../images/index/entry-image_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  #entryLink p {
    text-align: center;
    letter-spacing: 0.05em;
  }
  #entryLink p.txt {
    font-size: min(3rem, 18px);
    text-align: center;
    line-height: 1.5;
    margin: 3rem auto;
  }
  #entryLink p.txt-s {
    font-size: min(2.4rem, 14px);
    line-height: 1.4166666667;
    text-align: left;
  }
  #entryLink .info {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 3rem auto 4rem;
  }
  #entryLink .info::before, #entryLink .info::after {
    display: none;
  }
  #entryLink .btn-box {
    width: min(100%, 47rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    margin: 4rem auto 0;
  }
  #entryLink .btn-box a.btn-link {
    font-size: min(3.2rem, 20px);
    width: 47rem;
    height: 13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #15152c;
    border: 1px solid #fff;
    transition: 0.3s ease all;
  }
  #entryLink .btn-box a.btn-link.small {
    height: 13rem;
  }
}

/* list */
ul.list {
  font-size: max(14px, 2rem);
}
ul.list:not(:last-child) {
  margin-bottom: 1em;
}
ul.list li {
  display: flex;
  align-items: flex-start; /* 垂直方向に中央揃い */
  margin: 0 0 0.5em;
}
ul.list li::before {
  content: "⚫︎";
  color: #dfdfdf;
  font-size: 0.5em;
  margin-right: 1em;
  line-height: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  ul.list {
    font-size: 2.8rem;
  }
}

ol {
  font-size: max(14px, 2rem);
}
ol:not(:last-child) {
  margin-bottom: 1em;
}
ol li {
  list-style: decimal;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
ol li::marker {
  color: #412502;
}
@media screen and (max-width: 767px) {
  ol {
    font-size: 2.8rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */