@charset "UTF-8";
@font-face {
  font-family: "Noto Serif JP", serif;
  src: url("/common/font/NotoSerifJP-Regular.ttf"), url("/common/font/NotoSerifJP-Medium.ttf");
}
html {
  font-size: 100px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
@media print, screen and (min-width: 641px) {
  html {
    font-size: clamp(65px, 6.25vw, 100px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: clamp(85px, 26.6666666667vw, 114px);
    -webkit-text-size-adjust: 100%;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
html.scrollingFlg {
  pointer-events: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 985px;
  }
}
body {
  opacity: 0;
}
.wf-active body, .loading-delay body {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: visible;
  shape-rendering: geometricPrecision;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input, select, button, optgroup, textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

:where(button) {
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }
  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #FFF;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }
  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }
  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }
  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }
  .addPrintMessage body:before {
    display: block;
  }
  * {
    background-attachment: scroll !important;
  }
}
/* 721px以上は消す */
@media print, screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 985px) {
  .mod_main {
    overflow: hidden;
  }
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  -webkit-transition: none !important;
  transition: none !important;
}

/* 遅延読み込み */
[data-lf] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

[data-lf][src],
[data-lf][style*=background-image],
[data-lf].load_view {
  opacity: 1;
}

.of, .-of {
  line-height: 0;
}
.of img, .-of img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

picture, figure {
  display: block;
  line-height: 0;
}

address {
  font-style: normal;
}

a[onclick] {
  cursor: pointer;
}

/* -----------------------------------------------------------------------------

共通レイアウト

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  html:not(.-toppage) .mod_main, html:not(.-toppage) .mod_footer {
    width: 100%;
    margin-left: auto;
  }
}

.content_wrap {
  overflow: hidden;
}
.mod_header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .mod_header {
    position: fixed;
    max-width: 3.2rem;
    height: 100vh;
  }
}
.mod_header > .header_inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media print, screen and (min-width: 641px) {
  .mod_header > .header_inner {
    position: static;
    width: 100%;
  }
}
.headerMenuUp.headerMenuFix .mod_header .header_inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.spmenuopen .mod_header .header_inner {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.mod_header .header_drawer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 900;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: block;
  width: 100%;
  background-color: #F2F0EE;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_drawer {
    position: static;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.mod_header .header_drawer .drawer_inner {
  position: relative;
  display: block;
  width: 100%;
  padding-block: 1.14rem 0.64rem;
  padding-inline: 0.49rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_header .header_drawer .drawer_inner {
    padding-block: 0.64rem 0.64rem;
    padding-inline: 0.76rem;
  }
}
.spmenuopen .mod_header .header_drawer {
  opacity: 1;
  pointer-events: auto;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_drawer .header_title_box {
    width: 1.1rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_drawer .header_title_box {
    text-align: center;
  }
}
.mod_header .header_drawer .header_logo {
  margin-inline: auto;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_drawer .header_logo {
    width: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_drawer .header_logo {
    width: 2.16rem;
  }
}
.mod_header .header_drawer .header_logo a {
  display: block;
  line-height: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.no-touchevents .mod_header .header_drawer .header_logo a:hover {
  opacity: 0.7;
}
.mod_header .header_drawer .header_logo img {
  width: 100%;
  height: auto;
}
.mod_header .header_drawer .header_title {
  margin-top: 0.1rem;
  font-family: "sorts-mill-goudy", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.38rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #725628;
}
.mod_header .header_drawer .-g_nav.-drawer {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_drawer .-g_nav.-drawer {
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_drawer .-g_nav.-drawer {
    padding-top: 0.7rem;
  }
}
.mod_header .header_drawer .-g_nav.-drawer li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_header .header_drawer .-g_nav.-drawer li + li {
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .mod_header .header_drawer .-g_nav.-drawer li + li {
    margin-top: 0.07rem;
  }
}
.mod_header .header_drawer .-g_nav.-drawer a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.36rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_drawer .-g_nav.-drawer a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_drawer .-g_nav.-drawer a {
    font-size: 0.14rem;
  }
}
.mod_header .header_drawer .-g_nav.-drawer a span {
  position: relative;
}
.mod_header .header_drawer .-g_nav.-drawer a span::after {
  content: attr(data-txt);
  position: relative;
  top: -0.03rem;
  font-family: "sorts-mill-goudy", serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.13rem;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-left: 0.15rem;
}
.no-touchevents .mod_header .header_drawer .-g_nav.-drawer a:hover {
  color: #725628;
}
.mod_header .header_drawer .-g_nav.-drawer .-banquet {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 0.46rem;
  line-height: 1.64;
}
.mod_header .header_drawer .-g_nav.-drawer .-banquet span:last-child {
  font-size: 0.12rem;
}
.mod_header .header_drawer .-g_nav.-drawer .-g_nav_in {
  padding-left: 1em;
}
.mod_header .header_drawer .-g_nav.-drawer .-g_nav_in span {
  position: relative;
  display: inline-block;
}
.no-touchevents .mod_header .header_drawer .-g_nav.-drawer .-g_nav_in:hover span::before {
  background-color: #725628;
}
.mod_header .header_drawer .lower {
  width: 100%;
  margin-top: 0.23rem;
  padding-top: 0.25rem;
  border-top: 1px solid #725628;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_header .header_drawer .lower {
    margin-top: 0.65rem;
    padding-top: 0.2rem;
  }
}
.mod_header .header_drawer .drawer_tel {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mod_header .header_drawer .drawer_tel .tel {
  font-size: 0.16rem;
  letter-spacing: 0.01em;
}
.mod_header .header_drawer .drawer_tel .tel span {
  font-size: 0.22rem;
  color: #725628;
}
.mod_header .header_drawer .drawer_tel .time {
  letter-spacing: 0.01em;
  line-height: 1.75;
  margin-top: 0.11rem;
}
.mod_header .header_drawer .drawer_tel .time > dt {
  font-size: 0.13rem;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_drawer .drawer_tel .time > dd {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_drawer .drawer_tel .time > dd {
    font-size: 0.12rem;
  }
}
.mod_header .header_drawer .drawer_tel .time_detail {
  margin-top: 0.06rem;
}
.mod_header .header_drawer .drawer_tel .time_detail dt, .mod_header .header_drawer .drawer_tel .time_detail dd {
  display: inline-block;
}
.mod_header .header_drawer .drawer_tel .time_detail dt {
  width: 0.4rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.mod_header .header_drawer .drawer_tel .time_detail span {
  display: inline-block;
  width: 4em;
  white-space: nowrap;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 0.7em;
}
.mod_header .header_drawer .drawer_tel .time_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 0.1rem;
  margin-left: -0.05rem;
}
.mod_header .header_drawer .drawer_tel .time_add > * {
  margin: 0.04rem 0.05rem;
}
.mod_header .header_drawer .drawer_tel .time_add span {
  position: relative;
  display: inline-block;
}
.mod_header .header_drawer .drawer_tel .time_add span:before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  background: #725628;
  margin: 0 0.04rem 0.015rem 0;
}
.mod_header .drawer_btn {
  position: fixed;
  /*top: .16rem;
  right:.16rem;*/
  top: 0.05rem;
  right: 0.1rem;
  z-index: 1000;
  width: 0.4rem;
  height: 0.4rem;
  /*background-color: rgba($bcff, 1);
  border-radius: 50%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.mod_header .drawer_btn .open {
  position: relative;
  width: 100%;
  height: 0.14rem;
}
.mod_header .drawer_btn .open .bar {
  position: absolute;
  left: 0;
  right: 0;
  width: 0.2rem;
  height: 0.02rem;
  margin: auto;
  background-color: #725628;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mod_header .drawer_btn .open .bar:nth-child(1) {
  top: 0;
  -webkit-animation: bar-1 0.75s forwards;
          animation: bar-1 0.75s forwards;
}
@-webkit-keyframes bar-1 {
  0% {
    -webkit-transform: translateY(0.06rem) rotate(45deg);
            transform: translateY(0.06rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0.06rem) rotate(0);
            transform: translateY(0.06rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bar-1 {
  0% {
    -webkit-transform: translateY(0.06rem) rotate(45deg);
            transform: translateY(0.06rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0.06rem) rotate(0);
            transform: translateY(0.06rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.mod_header .drawer_btn .open .bar:nth-child(2) {
  top: 0;
  bottom: 0;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.25s 0.25s;
  transition: background-color 0.3s, -webkit-transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s, background-color 0.3s;
  transition: transform 0.25s 0.25s, background-color 0.3s, -webkit-transform 0.25s 0.25s;
  opacity: 1;
}
.mod_header .drawer_btn .open .bar:nth-child(3) {
  bottom: 0;
  -webkit-animation: bar-3 0.75s forwards;
          animation: bar-3 0.75s forwards;
}
@-webkit-keyframes bar-3 {
  0% {
    -webkit-transform: translateY(-0.06rem) rotate(-45deg);
            transform: translateY(-0.06rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-0.06rem) rotate(0);
            transform: translateY(-0.06rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bar-3 {
  0% {
    -webkit-transform: translateY(-0.06rem) rotate(-45deg);
            transform: translateY(-0.06rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-0.06rem) rotate(0);
            transform: translateY(-0.06rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.mod_header .drawer_btn.js-change-color .open .bar {
  background-color: #fff;
}
.spmenuopen .mod_header .drawer_btn .open .bar {
  background-color: #725628 !important;
}
.spmenuopen .mod_header .drawer_btn .open .bar:nth-child(1) {
  -webkit-animation: active-bar-1 0.75s forwards;
          animation: active-bar-1 0.75s forwards;
}
@-webkit-keyframes active-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0.06rem) rotate(0);
            transform: translateY(0.06rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.06rem) rotate(45deg);
            transform: translateY(0.06rem) rotate(45deg);
  }
}
@keyframes active-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0.06rem) rotate(0);
            transform: translateY(0.06rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.06rem) rotate(45deg);
            transform: translateY(0.06rem) rotate(45deg);
  }
}
.spmenuopen .mod_header .drawer_btn .open .bar:nth-child(2) {
  opacity: 0;
}
.spmenuopen .mod_header .drawer_btn .open .bar:nth-child(3) {
  -webkit-animation: active-bar-3 0.75s forwards;
          animation: active-bar-3 0.75s forwards;
}
@-webkit-keyframes active-bar-3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-0.06rem) rotate(0);
            transform: translateY(-0.06rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.06rem) rotate(-45deg);
            transform: translateY(-0.06rem) rotate(-45deg);
  }
}
@keyframes active-bar-3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-0.06rem) rotate(0);
            transform: translateY(-0.06rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.06rem) rotate(-45deg);
            transform: translateY(-0.06rem) rotate(-45deg);
  }
}
@media print, screen and (min-width: 641px) {
  .section_wrap {
    width: 100%;
    margin-left: auto;
  }
}

.sec_access .access_inner {
  width: 100%;
}

.access_parts {
  position: relative;
  width: 100%;
  z-index: 1;
}
.access_parts::before {
  position: absolute;
  content: "";
  background-color: #F2F0EE;
  z-index: -1;
}
@media print, screen and (min-width: 641px) {
  .access_parts::before {
    top: 0.5rem;
    left: 0;
    right: calc(50% - 3.3rem);
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .access_parts::before {
    top: 1rem;
    left: 0;
    width: calc(100% - 0.28rem);
    height: calc(100% - 1.8rem);
  }
}
.access_parts .access_parts_inner {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 641px) {
  .access_parts .access_parts_inner {
    max-width: 11.2rem;
    margin-top: 1.4rem;
    margin-inline: auto;
    -ms-grid-columns: 0.5rem 4.16rem 0.6rem 1.8rem 1.16rem 2.96rem;
    grid-template-columns: 0.5rem 4.16rem 0.6rem 1.8rem 1.16rem 2.96rem;
    -ms-grid-rows: 0.24rem 0.54rem 0.36rem 3.07rem 0.36rem auto 0.6rem;
    grid-template-rows: 0.24rem 0.54rem 0.36rem 3.07rem 0.36rem auto 0.6rem;
  }
  .access_parts .access_parts_inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .access_parts .access_parts_inner > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .access_parts .access_parts_inner > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .access_parts .access_parts_inner > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .access_parts .access_parts_inner > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .access_parts .access_parts_inner > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .access_parts .access_parts_inner > *:nth-child(19) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(20) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(21) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .access_parts .access_parts_inner > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .access_parts .access_parts_inner > *:nth-child(25) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(26) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(27) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(28) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .access_parts .access_parts_inner > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .access_parts .access_parts_inner > *:nth-child(31) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(32) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(33) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(34) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(35) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .access_parts .access_parts_inner > *:nth-child(36) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .access_parts .access_parts_inner > *:nth-child(37) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(38) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(39) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(40) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(41) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .access_parts .access_parts_inner > *:nth-child(42) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_inner {
    -ms-grid-columns: 12.6vw 44.5vw 28.3vw 14.6vw;
    grid-template-columns: 12.6vw 44.5vw 28.3vw 14.6vw;
    -ms-grid-rows: 0.77rem 0.78rem 0.1rem auto 0.75rem auto;
    grid-template-rows: 0.77rem 0.78rem 0.1rem auto 0.75rem auto;
  }
  .access_parts .access_parts_inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .access_parts .access_parts_inner > *:nth-child(21) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .access_parts .access_parts_inner > *:nth-child(22) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .access_parts .access_parts_inner > *:nth-child(23) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .access_parts .access_parts_inner > *:nth-child(24) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
}
@media print, screen and (min-width: 641px) {
  .access_parts .-sec_tit {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 640px) {
  .access_parts .-sec_tit {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.access_parts .-sec_tit .title .-sub_txt {
  display: block;
  margin-top: 0.06rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.13rem;
  color: #000;
}
.access_parts .access_parts_info {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 641px) {
  .access_parts .access_parts_info {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
  }
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_info {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
}
.access_parts .access_parts_info_address {
  margin-bottom: 0.18rem;
  font-size: 0.16rem;
  letter-spacing: 0.01em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_info_address {
    margin-bottom: 0;
    font-size: 0.13rem;
    line-height: 1.73;
  }
}
.access_parts .access_parts_info_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.15rem 0.15rem;
  line-height: 1.8;
}
.access_parts .access_parts_info_dl > dt {
  width: 1.05rem;
  padding-right: 0.12rem;
  font-size: 0.16rem;
  letter-spacing: 0.01em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_info_dl > dt {
    width: 0.7rem;
    padding-right: 0.05rem;
    font-size: 0.13rem;
  }
}
.access_parts .access_parts_info_dl > dd {
  font-size: 0.16rem;
  letter-spacing: 0.01em;
  width: calc(100% - 1.05rem);
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_info_dl > dd {
    width: calc(100% - 0.7rem);
    font-size: 0.13rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.access_parts .access_parts_info_dl > dd .time_detail dt, .access_parts .access_parts_info_dl > dd .time_detail dd {
  display: inline-block;
}
.access_parts .access_parts_info_dl > dd .time_detail dt {
  width: 0.49rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_info_dl > dd .time_detail dt {
    width: 0.37rem;
  }
}
.access_parts .access_parts_info_dl > dd .time_detail span {
  display: inline-block;
  width: 4em;
  white-space: nowrap;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 0.7em;
}
.access_parts .access_parts_info_dl > dd .time_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 0.1rem;
  margin-left: -0.05rem;
}
.access_parts .access_parts_info_dl > dd .time_add > * {
  margin: 0.04rem 0.05rem;
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_info_dl > dd .time_add > * {
    width: 100%;
    margin: 0.02rem 0.05rem;
  }
}
.access_parts .access_parts_info_dl > dd .time_add span {
  position: relative;
  display: inline-block;
}
.access_parts .access_parts_info_dl > dd .time_add span:before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  background: #725628;
  margin: 0 0.04rem 0.015rem 0;
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_info_dl > dd .time_add span:before {
    width: 0.09rem;
    height: 0.09rem;
    margin: 0 0.06rem 0.01rem 0;
  }
}
.access_parts .access_parts_info_dl .tel {
  display: block;
  margin-top: -0.05rem;
  font-size: 0.22rem;
  color: #725628;
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_info_dl .tel {
    margin-top: -0.02rem;
    font-size: 0.16rem;
  }
}
.access_parts .access_parts_info_dl + .access_parts_info_dl {
  border-top: 1px solid #725628;
}
.access_parts .access_parts_info_dl:last-child {
  border-bottom: 1px solid #725628;
}
.access_parts .access_parts_ph {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .access_parts .access_parts_ph {
    width: 5.94rem;
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/8;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
  }
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_ph {
    width: 86.6vw;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
}
.access_parts .access_parts_ph .ph {
  overflow: hidden;
}
.access_parts .access_parts_link {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .access_parts .access_parts_link {
    margin-top: 0.36rem;
    -ms-grid-column: 5;
    grid-column: 5/5;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
}
@media screen and (max-width: 640px) {
  .access_parts .access_parts_link {
    margin-top: 0.28rem;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
}

.mod_footer {
  position: relative;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_footer {
    width: calc(100% - 3.2rem);
    margin-left: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper {
    padding-block: 2rem 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper {
    padding-block: 1rem 0.52rem;
  }
}
.mod_footer .-upper .footer_logo {
  height: auto;
  margin-inline: auto;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_logo {
    width: 3.5rem;
    padding-bottom: 0.24rem;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .no-touchevents .mod_footer .-upper .footer_logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_logo {
    width: 2.16rem;
    padding-bottom: 0.2rem;
  }
}
.mod_footer .-upper .footer_logo:after {
  content: "";
  display: block;
  height: 1px;
  background: #725628;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_logo:after {
    width: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_logo:after {
    width: 0.4rem;
  }
}
.mod_footer .-upper .footer_logo a {
  display: block;
  line-height: 0;
}
.mod_footer .-upper .footer_logo img {
  width: 100%;
  height: auto;
}
.mod_footer .-upper .footer_catch {
  letter-spacing: 0.05em;
  text-align: center;
  color: #725628;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_catch {
    font-size: 0.22rem;
    line-height: 2;
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_catch {
    font-size: 0.14rem;
    line-height: 1.7;
    margin-top: 0.28rem;
  }
}
.mod_footer .-upper .footer_tel {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_tel {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_tel {
    margin-top: 0.24rem;
  }
}
.mod_footer .-upper .footer_tel_num {
  color: #725628;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_tel_num {
    font-size: 0.44rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_tel_num {
    font-size: 0.28rem;
  }
}
.mod_footer .-upper .footer_tel_time {
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_tel_time {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_tel_time {
    font-size: 0.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_insta {
    margin-top: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.52rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_insta {
    margin: 0.3rem auto 0;
    width: 2.8rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_insta li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.54rem;
            flex: 0 0 4.54rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_insta li:not(:first-child) {
    margin-top: 0.15rem;
  }
}
.mod_footer .-upper .footer_insta_bnr {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #725628;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.no-touchevents .mod_footer .-upper .footer_insta_bnr:hover {
  background: rgb(151.7532467532, 114.4805194805, 53.2467532468);
}
.no-touchevents .mod_footer .-upper .footer_insta_bnr:hover .footer_insta_photo img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mod_footer .-upper .footer_insta_photo {
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_insta_photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.64rem;
            flex: 0 0 1.64rem;
    height: 1.64rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_insta_photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1rem;
            flex: 0 0 1rem;
    height: 1rem;
  }
}
.mod_footer .-upper .footer_insta_photo img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.mod_footer .-upper .footer_insta_body {
  text-align: center;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.mod_footer .-upper .footer_insta_body .ico_insta {
  height: auto;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_insta_body .ico_insta {
    width: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_insta_body .ico_insta {
    width: 0.14rem;
  }
}
.mod_footer .-upper .footer_insta_body .ico_insta path {
  stroke: #fff;
}
.mod_footer .-upper .footer_insta_body .-txt_en {
  font-family: "sorts-mill-goudy", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_insta_body .-txt_en {
    font-size: 0.39rem;
    margin-top: 0.06rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_insta_body .-txt_en {
    font-size: 0.24rem;
    margin-top: 0.04rem;
  }
}
.mod_footer .-upper .footer_insta_body .-txt_ja {
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-upper .footer_insta_body .-txt_ja {
    font-size: 0.13rem;
    margin-top: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-upper .footer_insta_body .-txt_ja {
    font-size: 0.08rem;
    margin-top: 0.04rem;
  }
}
.mod_footer .-lower {
  background-color: #798B57;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-lower {
    padding-block: 0.92rem 0.48rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-lower {
    padding-block: 0.54rem 0.3rem;
  }
}
.mod_footer .-lower .footer_logo_wrap {
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-lower .footer_logo_wrap {
    width: 9.6rem;
    margin-inline: auto;
    padding-bottom: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-lower .footer_logo_wrap {
    margin-inline: 0.28rem;
    padding-bottom: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-lower .footer_logo {
    width: 2.18rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-lower .footer_logo {
    width: 1.44rem;
  }
}
.mod_footer .-lower .footer_logo img {
  width: 100%;
  height: auto;
}
.mod_footer .-lower .footer_logo a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.no-touchevents .mod_footer .-lower .footer_logo a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-lower .footer_company {
    width: 9.6rem;
    margin: 0.28rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-lower .footer_company {
    margin: 0.28rem 0.28rem 0;
  }
}
.mod_footer .-lower .footer_company dt {
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-lower .footer_company dt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-lower .footer_company dt {
    font-size: 0.13rem;
  }
  .mod_footer .-lower .footer_company dt + dd {
    margin-top: 0.2rem;
  }
  .mod_footer .-lower .footer_company dt a {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-lower .footer_company dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.04rem;
            flex: 0 0 3.04rem;
    margin-left: 0.08rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-lower .footer_company dd {
    margin-top: 0.08rem;
  }
}
.mod_footer .-lower .footer_company .footer_company_bnr {
  width: 100%;
  min-height: 0.56rem;
  padding-left: 0.4rem;
  background: #F2F0EE;
}
.mod_footer .-lower .footer_company .footer_company_bnr span {
  color: #798B57;
}
.mod_footer .-lower .footer_company .footer_company_bnr .ico_arrow path {
  fill: #798B57;
}
.mod_footer .-lower .footer_company .footer_company_ico {
  width: 0.16rem;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mod_footer .-lower .copyright {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .-lower .copyright {
    font-size: 0.13rem;
    width: 9.6rem;
    margin: 0.56rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .-lower .copyright {
    font-size: 0.11rem;
    margin: 0.56rem 0.28rem 0;
  }
}

/*.flowbottomSP {
	position: fixed;
	bottom: 0.1rem;
	left: 0.1rem;
	display: flex;
	max-width: calc(100% - 0.2rem);
	width: 100%;
	height: 0.48rem;
	margin-bottom: env(safe-area-inset-bottom);
	transition: transform 1s;
	transform: translateY(calc(100% + 0.1rem));
	border-radius: .16rem;
	overflow: hidden;
	z-index: 999;
	box-shadow: 0.03rem 0.03rem 0.09rem rgba(#616161, 0.2);

	a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 41%;
		background-color: $bg01;
		text-align: center;
		@include f_min(400);
		font-size: 0.15rem;
		letter-spacing: 0.08em;
		line-height: 1.14;
		color: $bcgr01;
		box-sizing: border-box;
		+ a {
			width: 40%;
			border-left: 1px solid $bcgr01;
		}
		&[data-tel]{
			width: 19%;
			background-color: $bcgr01;
			@include f_ofl(300);
			font-size: 0.14rem;
			letter-spacing: 0.05em;
			border-left: none;
		}
	}

	//表示
	.state_fewscroll & {
		transform: none;
	}
}*/
.pagetopbtn {
  position: fixed;
  bottom: 0.4rem;
  right: 0.1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  background-color: #fff;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
@media screen and (max-width: 640px) {
  .pagetopbtn {
    bottom: 0.2rem;
    right: 0.1rem;
    width: 0.44rem;
    height: 0.44rem;
  }
}
.pagetopbtn::before {
  content: "";
  position: absolute;
  top: 0.07rem;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin: auto;
  border-top: 1px solid #725628;
  border-right: 1px solid #725628;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.no-touchevents .pagetopbtn:hover::before {
  opacity: 0.6;
  top: -0.07rem;
}
.state_screenheightscroll .pagetopbtn {
  opacity: 1;
  pointer-events: auto;
}

.mod_breadlist {
  /*position: absolute;
  bottom: 1.1rem;
  left: 0;*/
  width: 100%;
  padding-inline: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_breadlist {
    top: 0.8rem;
    padding: 0.05rem 0.12rem;
    overflow: auto;
  }
}
.mod_breadlist .breadlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  text-align: left;
  white-space: pre;
}
.mod_breadlist .breadlist .link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  letter-spacing: 0;
}
.mod_breadlist .breadlist .link + .link {
  margin-left: 0.2rem;
}
.mod_breadlist .breadlist .link + .link:before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1px solid;
  border-top: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.16rem;
  margin: auto;
  -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
          transform: rotate(45deg) skew(-15deg, -15deg);
}
.mod_breadlist .breadlist .linkin {
  padding-inline: 0.06rem 0.04rem;
  font-size: 0.14rem;
  letter-spacing: 0.14em;
  line-height: 2;
}
.no-touchevents .mod_breadlist .breadlist .linkin:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------

共通パーツ

----------------------------------------------------------------------------- */
.-f_device {
  font-family: "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

.-f_device_b {
  font-family: "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}

.-f_min_l {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-f_min_m {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-f_ofl {
  font-family: "sorts-mill-goudy", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-sec_tit .title span {
  font-family: "sorts-mill-goudy", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #725628;
}
@media print, screen and (min-width: 641px) {
  .-sec_tit .title span {
    font-size: 0.54rem;
  }
}
@media screen and (max-width: 640px) {
  .-sec_tit .title span {
    font-size: 0.4rem;
  }
}

.-btn01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 640px) {
  .-btn01 {
    width: 100%;
    max-width: 100%;
  }
}
.-btn01 > span {
  position: relative;
  z-index: 1;
  font-family: "sorts-mill-goudy", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #725628;
}
@media screen and (max-width: 640px) {
  .-btn01 > span {
    font-size: 0.14rem;
    letter-spacing: 0;
  }
}
.no-touchevents .-btn01:hover {
  opacity: 0.7;
}
.-btn01.-arrow .ico_arrow {
  position: relative;
  top: -0.08em;
  bottom: 0;
  margin-block: auto;
  margin-left: 0.07rem;
  width: 0.12rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.no-touchevents .-btn01:hover .ico_arrow {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.-btn02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1.8rem;
  height: 0.4rem;
  padding-inline: 0.15rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 640px) {
  .-btn02 {
    min-width: 1.9rem;
  }
}
.-btn02 > span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.13rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #725628;
}
@media screen and (max-width: 640px) {
  .-btn02 > span {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
  }
}
.-btn02.-arrow {
  padding-inline: 0.3rem 0.15rem;
}
.-btn02.-arrow .ico_arrow {
  width: 0.11rem;
  margin-left: 0.15rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translatex(0px);
          transform: translatex(0px);
}
.no-touchevents .-btn02:hover {
  opacity: 0.7;
}
.no-touchevents .-btn02:hover .ico_arrow {
  -webkit-transform: translatex(4px);
          transform: translatex(4px);
}

/*//リンクホバー時ライン
.underline {
	.no-touchevents &[href]:hover > span:before {
		transform: scaleX(1);
		transform-origin: left top;
	}
	> span {
		position: relative;
		display: inline-block;
		&:before {
			content: "";
			display: block;
			position: absolute;
			bottom: 0.05rem;
			left: 0;
			width: 100%;
			height: 1px;
			//background-color: $bc00;

			transform: scaleX(0);
			transform-origin: right top;
			transition: transform 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
		}
	}
	&.current {
		> span {
			&:before {
				transform: scaleX(1);
				transition: none;
			}
		}
	}
}

// テキストリンク(アンダーライン)
.txtlink {
	color: $bc00;
	text-decoration: underline;

	.no-touchevents &:hover {
		text-decoration: none;
	}
}

// 外部リンク
.external {
	color: $bc00;
	span {
		&:after {
			content: '';
			position: relative;
			top: 0.02rem;
			display: inline-block;
			margin-left: 0.10rem;
			width: 0.15rem;
			height: 0.15rem;
			//background-image: url(../img/ico_external.png);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 100% auto;

			@include sc(sp){
				margin-left: 0.05rem;
				width: 0.12rem;
				height: 0.12rem;
			}
		}

	}
}*/
._line-clamp, .-line_clamp {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
}
._line-clamp._line1, ._line-clamp.-line1, .-line_clamp._line1, .-line_clamp.-line1 {
  -webkit-line-clamp: 1;
}
._line-clamp._line2, ._line-clamp.-line2, .-line_clamp._line2, .-line_clamp.-line2 {
  -webkit-line-clamp: 2;
}
._line-clamp._line3, ._line-clamp.-line3, .-line_clamp._line3, .-line_clamp.-line3 {
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 640px) {
  ._line-clamp._sp-line1, ._line-clamp.-sp_line1, .-line_clamp._sp-line1, .-line_clamp.-sp_line1 {
    -webkit-line-clamp: 1;
  }
  ._line-clamp._sp-line2, ._line-clamp.-sp_line2, .-line_clamp._sp-line2, .-line_clamp.-sp_line2 {
    -webkit-line-clamp: 2;
  }
  ._line-clamp._sp-line3, ._line-clamp.-sp_line3, .-line_clamp._sp-line3, .-line_clamp.-sp_line3 {
    -webkit-line-clamp: 3;
  }
}

/* -----------------------------------------------------------------------------

下層レイアウト

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

モーション

----------------------------------------------------------------------------- */
[data-pararax01] {
  position: relative;
}
[data-pararax01] [data-pararax01-inview] {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  [data-pararax01] [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}
[data-pararax01] [data-pararax01-opacity01] {
  opacity: 0;
  -webkit-transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity01].active {
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity02] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity02].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity02] {
  -webkit-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
}
[data-pararax01] [data-pararax01-opacity03] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity03].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity03] {
  -webkit-transform: translate(15px, 0);
          transform: translate(15px, 0);
}
[data-pararax01] [data-pararax01-opacity04] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity04].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity04] {
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
[data-pararax01] [data-pararax01-opacity05] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity05].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity05] {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
[data-pararax01] [data-pararax01-opacity06] {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity06].active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity06] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
/*# sourceMappingURL=common.css.map */