@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

/* BASE COLOR
------------------------------------------------------------*/
/* variable SETTING
------------------------------------------------------------*/
/* BRAKEPOINT SETTING
------------------------------------------------------------*/
/* MIXIN
------------------------------------------------------------*/
/* BASE
------------------------------------------------------------*/
/* SITE SETTING
------------------------------------------------------------*/
@media print, screen and (min-width: 769px) {
  * {
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
    font-size: 62.5%;
  }
  body {
    color: #000000;
    background: #FFF;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
  }
  i, strong {
    font-style: normal;
  }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #000000;
  }
  a:hover {
    text-decoration: none;
    color: rgb(25.5, 25.5, 25.5);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  ul, ol {
    list-style: none;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=submit],
  textarea {
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
    font-size: 62.5%;
  }
  body {
    color: #000000;
    background: #FFF;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
  }
  i, strong {
    font-style: normal;
  }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #000000;
  }
  a:hover {
    text-decoration: none;
    color: rgb(25.5, 25.5, 25.5);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  ul, ol {
    list-style: none;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=submit],
  textarea {
    -webkit-appearance: none;
  }
}
hgroup {
  margin: 0 0 32px;
}
@media only screen and (max-width: 1100px) {
  hgroup {
    margin: 0 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  hgroup {
    margin: 0 0 18px;
  }
}
hgroup.center {
  text-align: center;
}
hgroup.low {
  margin: 0 0 24px;
}
hgroup .square {
  padding-left: 3rem;
  position: relative;
}
hgroup .square:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #A68A5F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  hgroup .square:before {
    width: 8px;
    height: 8px;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  h2 {
    font-size: 2.4rem;
  }
}
h2.middle {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  h2.middle {
    font-size: 2.1rem;
  }
}
h2.vertical {
  font-size: 3.6rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  margin: 0 auto;
  letter-spacing: 18px;
  position: relative;
  /*
  &:first-letter {
      color: g.$secondary;
  }
  */
}
@media only screen and (max-width: 767px) {
  h2.vertical {
    font-size: 2.8rem;
    letter-spacing: 10px;
  }
}
h2.vertical.square {
  padding: 0;
}
h2.vertical.square:before {
  top: -5px;
  left: -10px;
  transform: none;
}
@media only screen and (max-width: 767px) {
  h2.vertical.square:before {
    left: -3px;
  }
}
h2.vertical.square.red::before {
  background: #D45750;
}
h2.vertical.square.green::before {
  background: #1F88A8;
}
h2.vertical.square.brown::before {
  background: #423A2D;
}
h2.vertical.square.purple::before {
  background: #6846A5;
}
h2.vertical.square.blue::before {
  background: #004C71;
}
h2.vertical.square.violet::before {
  background: #C7C3E1;
}

h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  h3 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DFDFDF;
}
@media only screen and (max-width: 767px) {
  table {
    border: none;
  }
}
table th, table td {
  padding: 15px;
  text-align: left;
  border: 1px solid #DFDFDF;
}
@media only screen and (max-width: 767px) {
  table th, table td {
    display: block;
  }
}
table thead th {
  background: #E9D0AA;
  border-color: #FFF;
}
table tbody th {
  background: #F1EEE8;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  table tbody th {
    border: 1px solid #F1EEE8;
  }
}

.button-area.center {
  text-align: center;
}
.button-area.right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .button-area.right {
    text-align: center;
  }
}
.button-area a {
  text-decoration: none !important;
}

a {
  display: inline-block;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}
a.arw {
  position: relative;
  padding: 22px 62px;
}
@media only screen and (max-width: 767px) {
  a.arw {
    padding: 15px 42px;
  }
}
a.arw:after {
  content: url(../../images/common/arrow_01.svg);
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
a.low {
  padding: 12px 62px;
}
a.link {
  padding: 12px 36px 12px 16px;
  position: relative;
}
a.link:after {
  content: url(../../images/common/icon_link.svg);
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
a.primary {
  background: #423A2D;
  color: #FFF !important;
}
a.secondary {
  background: #A68A5F;
  color: #FFF !important;
}
a.white {
  background: #FFF;
}
a.white.arw:after {
  filter: none;
}

.page-top {
  display: none;
  transition: all 0.5s;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .page-top {
    display: none;
  }
}
.page-top a {
  display: block;
  font-family: "Cardo", serif;
  font-size: 1.5rem;
  font-weight: 400;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: url(../../images/common/pagetop.svg) no-repeat center top 15px #A68A5F;
  color: #FFF;
  text-align: center;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-top a {
    display: none;
  }
}
.page-top.stop {
  position: absolute;
}

#site-breadcrumb {
  background: #F9F8F6;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #site-breadcrumb {
    padding: 4rem 3rem;
  }
}
#site-breadcrumb .inner {
  height: 140px;
  display: grid;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  #site-breadcrumb .inner {
    height: auto;
  }
}
#site-breadcrumb h1 {
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
  /*
  &:first-letter {
      color: #C6AD87;
  }
  */
}
@media only screen and (max-width: 1100px) {
  #site-breadcrumb h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #site-breadcrumb h1 {
    font-size: 2.6rem;
  }
}
#site-breadcrumb h1:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #D45750;
  position: absolute;
  top: 3px;
  left: -10px;
}

/* Block Style (theme check 対応)
------------------------------------------------------------*/
.wp-caption {
  margin: auto;
  text-align: center;
  max-width: 100%;
}

.wp-caption-text {
  display: inline-block;
  color: #8a8a8a;
  margin: 10px 0 0;
}

.gallery-caption {
  font-size: 1rem;
}

.bypostauthor {
  font-size: 1rem;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignfull {
  margin: 2rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* pager */
.wp-pagenavi {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  border: 1px solid #423A2D;
  color: #423A2D;
  margin: 0 8px;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #423A2D;
  color: #FFF;
}

#site-header {
  width: 100%;
  height: 100px;
  padding: 0 3rem;
  display: flex;
  flex-flow: row wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #423A2D;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  /*-- logo --*/
  /*-- global navi --*/
  /*-- menu button --*/
  /*--- gtranslate 
  .gtranslate_wrapper {
      @media only screen and (min-width: 1366px) {
          display: none;
      }
      @media only screen and (max-width: 1365px) {
          display: block;
          position: relative;
          right: 40px;
      }
      .gt_selector {
          border: 1px solid g.$primary;
          font-size: 1.4rem;
          padding: 7px 32px;
          background: none;
          color: g.$primary;
          @media only screen and (max-width: 1365px) {
              padding: 5px 10px;
          }
      }
  }
  ---*/
}
@media only screen and (max-width: 1365px) {
  #site-header {
    height: 60px;
    padding: 0 2rem;
  }
}
#site-header .logo a {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  font-size: 3.8rem;
  font-weight: 700;
  color: #423A2D;
}
@media only screen and (max-width: 1100px) {
  #site-header .logo a {
    font-size: 2.6rem;
  }
}
#site-header .logo a > span {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  #site-header .logo a > span {
    font-size: 1.6rem;
  }
}
#site-header .logo figure {
  display: inline-block;
  margin-left: 1.5rem;
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  #site-header .logo figure {
    top: 3px;
  }
}
#site-header .logo figure img {
  width: auto;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  #site-header .logo figure img {
    height: 28px;
  }
}
@media only screen and (max-width: 1365px) {
  #site-header .site-navi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    background-color: #F9F8F6;
    transition: 0.4s;
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-end;
    padding: 60px 3rem 20px;
  }
  #site-header .site-navi.active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1365px) {
  #site-header .site-navi .site-navi__main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .site-navi .site-navi__main {
    gap: 10px 20px;
  }
}
#site-header .site-navi .site-navi__main > li {
  list-style: none;
}
@media only screen and (min-width: 1366px) {
  #site-header .site-navi .site-navi__main > li {
    float: left;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  #site-header .site-navi .site-navi__main > li {
    float: none;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
  }
}
#site-header .site-navi .site-navi__main > li a {
  display: block;
  color: #423A2D;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (min-width: 1366px) {
  #site-header .site-navi .site-navi__main > li a {
    position: relative;
  }
  #site-header .site-navi .site-navi__main > li a:after {
    background-color: #A68A5F; /* 下線の色 */
    bottom: -4px; /* 要素の下端からの距離 */
    content: ""; /* 要素に内容を追加 */
    height: 2px; /* 下線の高さ */
    left: 0; /* 要素の左端からの距離 */
    position: absolute; /* 絶対位置指定 */
    transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
    transform-origin: right top; /* 変形の原点を右上に指定 */
    transition: transform 0.3s; /* 変形をアニメーション化 */
    width: 100%; /* 要素の幅 */
  }
  #site-header .site-navi .site-navi__main > li a:hover::after {
    transform-origin: left top; /* 変形の原点を左上に指定 */
    transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
}
@media only screen and (max-width: 1365px) {
  #site-header .site-navi .site-navi__main > li a {
    padding: 12px;
    font-size: 1.6rem;
    background: url(../../../images/common/arrow_01.svg) no-repeat center right 12px;
  }
}
#site-header .site-navi .site-navi__sub {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 6px;
  /*---
  .gtranslate_wrapper {
      @media only screen and (min-width: 1366px) {
          display: block;
      }
       @media only screen and (max-width: 1365px) {
          display: none;
      }
  }
  ---*/
}
@media only screen and (max-width: 1365px) {
  #site-header .site-navi .site-navi__sub {
    margin: 5rem 0;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .site-navi .site-navi__sub {
    margin: 2.5rem 0;
    display: grid;
    gap: 1rem;
  }
}
#site-header .site-navi .site-navi__sub #jumpMenu {
  background: none;
  font-size: 1.5rem;
  padding: 5px 15px;
  border: 1px solid #423A2D;
  color: #423A2D;
}
@media only screen and (max-width: 767px) {
  #site-header .site-navi .site-navi__sub #jumpMenu {
    padding: 12px;
  }
}
#site-header .site-navi .site-navi__sub a {
  display: inline-block;
  font-size: 1.6rem;
}
#site-header .site-navi .site-navi__sub a.calendar {
  margin-right: 16px;
}
#site-header .site-navi .site-navi__sub a.en {
  border: 1px solid #423A2D;
  font-size: 1.4rem;
  padding: 2px 32px;
}
#site-header .site-navi .site-navi__sub a.line {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  #site-header .site-navi .site-navi__sub a.line {
    order: 3;
  }
}
#site-header .site-navi .site-navi__sub a.btn {
  background: url(../../images/common/arrow_01.svg) no-repeat right 8px center #EADFC3;
  color: #423A2D;
  font-weight: 700;
  padding: 6px 30px 4px;
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  #site-header .site-navi .site-navi__sub a.btn {
    display: block;
    width: 280px;
    padding: 16px;
    margin: 0 auto;
  }
}
#site-header .site-navi__button {
  display: none;
}
@media only screen and (max-width: 1365px) {
  #site-header .site-navi__button {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-top: 12px;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 300;
  }
  #site-header .site-navi__button .text:before {
    content: "Menu";
    color: #685C47;
    font-size: 1.2rem;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
  #site-header .site-navi__button span {
    display: block;
    width: 30px;
    height: 2px;
    background: #685C47;
    transition: all 0.4s;
  }
  #site-header .site-navi__button span:nth-of-type(1) {
    transform: translateY(-6px);
  }
  #site-header .site-navi__button span:nth-of-type(3) {
    transform: translateY(6px);
  }
}
#site-header .site-navi__button.active {
  transition: transform 250ms ease;
}
#site-header .site-navi__button.active .text:before {
  content: "Close";
  color: #685C47;
}
#site-header .site-navi__button.active span {
  background: #685C47;
}
#site-header .site-navi__button.active span:nth-of-type(1) {
  transform: translateY(2px) rotate(-315deg);
}
#site-header .site-navi__button.active span:nth-of-type(2) {
  opacity: 0;
}
#site-header .site-navi__button.active span:nth-of-type(3) {
  transform: translateY(-2px) rotate(315deg);
}

.front-page #site-header {
  border-bottom: none;
  background: none;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  /*--- gtranslate 
  .gtranslate_wrapper {
      .gt_selector {
          border: 1px solid #FFF;
          color: #FFF;
          option {
              color: g.$primary;
          }
      }
  }
  ---*/
}
.front-page #site-header .logo > a {
  color: #FFF;
}
@media only screen and (max-width: 1365px) {
  .front-page #site-header .logo.active {
    position: relative;
    z-index: 10;
  }
  .front-page #site-header .logo.active a {
    color: #423A2D;
  }
}
@media only screen and (min-width: 1366px) {
  .front-page #site-header .site-navi .site-navi__main a {
    color: #FFF;
  }
  .front-page #site-header .site-navi .site-navi__main a:after {
    background: #FFF;
  }
}
@media only screen and (min-width: 1366px) {
  .front-page #site-header .site-navi .site-navi__sub #jumpMenu {
    border: 1px solid #FFF;
    color: #FFF;
  }
  .front-page #site-header .site-navi .site-navi__sub #jumpMenu option {
    color: #423A2D;
  }
  .front-page #site-header .site-navi .site-navi__sub .calendar {
    color: #FFF;
  }
  .front-page #site-header .site-navi .site-navi__sub .en {
    color: #FFF;
    border-color: #FFF;
  }
  .front-page #site-header .site-navi .site-navi__sub .line img {
    filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 1365px) {
  .front-page #site-header .site-navi__button .text::before {
    color: #FFF;
  }
  .front-page #site-header .site-navi__button span {
    background: #FFF;
  }
  .front-page #site-header .site-navi__button.active .text::before {
    color: #685C47;
  }
  .front-page #site-header .site-navi__button.active span {
    background: #685C47;
  }
}
.front-page #site-header.is-fixed {
  animation: DownAnime 0.5s forwards;
  position: fixed;
  background: #FFF;
  border-bottom: 1px solid #423A2D;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1365px) {
  .front-page #site-header.is-fixed {
    border-bottom: none;
  }
}
.front-page #site-header.is-fixed .logo > a {
  color: #423A2D;
}
.front-page #site-header.is-fixed .site-navi .site-navi__main a {
  color: #423A2D;
}
.front-page #site-header.is-fixed .site-navi .site-navi__main a:after {
  background: #A68A5F;
}
.front-page #site-header.is-fixed .site-navi .site-navi__sub #jumpMenu {
  border: 1px solid #423A2D;
  color: #423A2D;
}
.front-page #site-header.is-fixed .site-navi .site-navi__sub .calendar {
  color: #423A2D;
}
.front-page #site-header.is-fixed .site-navi .site-navi__sub .en {
  color: #423A2D;
  border-color: #423A2D;
}
.front-page #site-header.is-fixed .site-navi .site-navi__sub .line img {
  filter: none;
}
.front-page #site-header.is-fixed .site-navi__button .text:before {
  color: #423A2D;
}
.front-page #site-header.is-fixed .site-navi__button span {
  background-color: #423A2D;
}
.front-page #site-header.is-fixed .gtranslate_wrapper .gt_selector {
  border: 1px solid #423A2D;
  color: #423A2D;
}
.front-page #site-header.is-fixed .gtranslate_wrapper .gt_selector option {
  color: #423A2D;
}

/* keyframe
------------------------------------------------------------*/
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#site-footer {
  background: #423A2D;
  color: #FFF;
  padding: 6rem 7rem;
  /*-- company --*/
  /*-- footer__nav ---*/
  /*-- copyright --*/
}
@media only screen and (max-width: 1100px) {
  #site-footer {
    padding: 5rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #site-footer {
    padding: 4rem 2rem calc(4rem + 50px);
  }
}
#site-footer .inner {
  max-width: 1600px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  #site-footer .inner {
    display: block;
  }
}
#site-footer .company dt {
  font-size: 2.8rem;
  margin: 0 0 12px;
}
#site-footer .company dt figure {
  display: inline-block;
  margin-left: 2rem;
  position: relative;
  top: -5px;
}
#site-footer .company dt figure img {
  width: auto;
  height: 38px;
}
#site-footer .company dd {
  font-size: 1.4rem;
}
#site-footer .footer__nav {
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  #site-footer .footer__nav {
    text-align: left;
    margin: 3rem 0 1rem;
  }
}
#site-footer .footer__nav ul li {
  display: inline-block;
  margin-left: 32px;
}
@media only screen and (max-width: 1100px) {
  #site-footer .footer__nav ul li {
    margin-left: 0;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #site-footer .footer__nav ul li {
    margin-right: 1.5rem;
  }
}
#site-footer .footer__nav ul li a {
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  #site-footer .footer__nav ul li a {
    font-size: 1.55rem;
  }
}
#site-footer .footer__nav__card {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 1.5rem;
  margin: 24px 0 20px;
}
@media only screen and (max-width: 1100px) {
  #site-footer .footer__nav__card {
    justify-content: flex-start;
    margin: 1.5rem 0 2rem;
  }
}
#site-footer .footer__nav__card figure img {
  width: auto;
  height: 35px;
}
#site-footer .footer__nav__bn {
  margin-bottom: 12px;
}
#site-footer .footer__nav__bn a, #site-footer .footer__nav__bn figure {
  display: inline-block;
  margin-left: 14px;
}
@media only screen and (max-width: 1100px) {
  #site-footer .footer__nav__bn a, #site-footer .footer__nav__bn figure {
    margin-left: 0;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #site-footer .footer__nav__bn a, #site-footer .footer__nav__bn figure {
    margin: 0 5px 8px 0;
  }
}
#site-footer .footer__nav__bn a img, #site-footer .footer__nav__bn figure img {
  width: auto;
  height: 36px;
  border-radius: 5px;
}
#site-footer .footer__nav__bn figure img {
  border-radius: 0;
}
#site-footer .footer__nav__sns a {
  margin-left: 14px;
}
#site-footer .copy {
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  #site-footer .copy {
    position: static;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #site-footer .copy {
    margin: 2rem 0 0;
  }
}

@media only screen and (min-width: 1101px) {
  .sp_cta {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_cta {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #A68A5F;
  }
  .sp_cta a {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .sp_cta a.tel_btn {
    background: #423A2D;
  }
  .sp_cta a.form_btn_1 {
    background: rgb(134.9397590361, 111.3253012048, 75.0602409639);
  }
  .sp_cta a img {
    width: auto;
    height: 20px;
  }
}

#site-wrapper, #site-footer {
  overflow: hidden;
  position: relative;
  top: 100px;
}
@media only screen and (max-width: 1100px) {
  #site-wrapper, #site-footer {
    top: 60px;
  }
}

.site-module {
  /*-- top & food --*/
  /*-- ctv --*/
  /*-- news,colum --*/
}
.site-module.wrap {
  padding: 82px 5%;
}
@media only screen and (max-width: 1100px) {
  .site-module.wrap {
    padding: 42px 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-module.wrap {
    padding: 4rem 2rem;
  }
}
.site-module.wrap.no-top {
  padding-top: 0;
}
.site-module .max {
  max-width: 1600px;
}
.site-module .mid {
  max-width: 950px;
}
.site-module .min {
  max-width: 800px;
}
.site-module a {
  color: #A68A5F;
}
.site-module .pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .site-module .pc {
    display: none;
  }
}
.site-module .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .site-module .sp {
    display: block;
  }
}
.site-module .context {
  text-align: center;
}
.site-module.menu .food__tabs {
  position: relative;
  z-index: 10;
}
.site-module.menu .food__tabs__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .site-module.menu .food__tabs__list {
    gap: 4px;
  }
}
.site-module.menu .food__tabs__list .tab-item {
  cursor: pointer;
  background: #D6D6D6;
  color: #423A2D;
  padding: 10px;
  text-align: center;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  .site-module.menu .food__tabs__list .tab-item {
    padding: 10px 5px;
    line-height: 1.2;
  }
}
.site-module.menu .food__tabs__list .tab-item:hover {
  opacity: 0.8;
}
.site-module.menu .food__tabs__list .tab-item.active {
  background: #D45750;
  color: #FFF;
  transform: scaleY(1.2);
  position: relative;
}
.site-module.menu .food__tabs__list .tab-item.active span {
  display: inline-block;
  transform: scaleY(0.8);
}
.site-module.menu .food__tabs__content .tab-panel {
  display: none;
  background: #FFF;
  border: 1px solid #DFDFDF;
  position: relative;
}
.site-module.menu .food__tabs__content .tab-panel.active {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .site-module.menu .food__tabs__content .tab-panel.active {
    display: block;
  }
}
.site-module.menu .menu__box {
  padding: 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #F9F8F6;
}
@media only screen and (max-width: 1100px) {
  .site-module.menu .menu__box {
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-module.menu .menu__box {
    padding: 2rem;
    display: block;
  }
}
.site-module.menu .menu__box__image {
  width: 45%;
  margin: 0;
  padding: 0 0 3.8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-module.menu .menu__box__image {
    width: 100%;
  }
}
.site-module.menu .menu__box__image figure {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
}
.site-module.menu .menu__box__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-module.menu .menu__box__image figcaption {
  font-size: 1.5rem;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.site-module.menu .menu__box__image .swiper-pagination {
  bottom: 0;
  text-align: right;
}
.site-module.menu .menu__box__image .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.site-module.menu .menu__box__data {
  width: 51%;
}
@media only screen and (max-width: 767px) {
  .site-module.menu .menu__box__data {
    width: 100%;
    margin: 3rem 0 0;
  }
}
.site-module.menu .menu__box__data small {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1100px) {
  .site-module.menu .menu__box__data small {
    font-size: 1.3rem;
  }
}
.site-module.menu .menu__box__data strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1100px) {
  .site-module.menu .menu__box__data strong {
    font-size: 2rem;
  }
}
.site-module.menu .menu__box__data ul li:before {
  content: "・";
  display: inline-block;
}
.site-module.menu .menu__box__data ul li small {
  display: inline-block;
  font-size: 1.4rem;
}
.site-module.menu .menu__box__data .price {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 600;
  border-bottom: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  padding: 1.6rem 0;
  margin: 1.6rem 0;
}
@media only screen and (max-width: 1100px) {
  .site-module.menu .menu__box__data .price {
    padding: 1rem 0;
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-module.menu .menu__box__data .price {
    display: block;
  }
}
.site-module.menu .menu__box__data .price span {
  font-size: 1.5rem;
  font-weight: 400;
  border: 1px solid #000;
  padding: 2px 10px;
}
@media only screen and (max-width: 1100px) {
  .site-module.menu .menu__box__data .price span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-module.menu .menu__box__data .price span {
    display: block;
    width: 100px;
    text-align: center;
    margin: 5px 0 2px;
  }
}
.site-module.menu .menu__box__data .price small {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0.7rem 0 1.6rem;
}
@media only screen and (max-width: 1100px) {
  .site-module.menu .menu__box__data .price small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-module.menu .menu__box__data .price small {
    display: inline-block;
    margin: 0 8px 0 0;
  }
}
.site-module.menu .menu__box__data .price > p {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 14rem;
}
@media only screen and (max-width: 1100px) {
  .site-module.menu .menu__box__data .price > p {
    font-size: 1.4rem;
    padding-left: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-module.menu .menu__box__data .price > p {
    padding-left: 0;
    display: inline-block;
    font-size: 1.2rem;
    width: auto;
  }
}
.site-module.menu .menu__box__data .price + p {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 1100px) {
  .site-module.menu .menu__box__data .price + p {
    margin-top: 1rem;
  }
}
.site-module.menu .menu__box__data .price + p span {
  color: #D45750;
}
.site-module.menu .menu__box__aside {
  width: 100%;
  margin-top: 3rem;
}
.site-module.menu .menu__box__aside small {
  display: block;
  font-size: 1.5rem;
  padding-left: 2rem;
  position: relative;
}
.site-module.menu .menu__box__aside small:before {
  content: "※";
  position: absolute;
  left: 0;
}
.site-module.menu .menu__box__aside small span {
  color: #D45750;
}
.site-module.ctv .ctv__box {
  background: #F1EEE8;
  padding: 5.5rem 10rem;
}
@media only screen and (max-width: 1100px) {
  .site-module.ctv .ctv__box {
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-module.ctv .ctv__box {
    padding: 5rem 3rem;
  }
}
.site-module.ctv .ctv__box hgroup:last-of-type {
  margin: 48px 0 20px;
}
@media only screen and (max-width: 767px) {
  .site-module.ctv .ctv__box hgroup:last-of-type {
    margin: 24px 0 0;
  }
}
.site-module.ctv .ctv__box .button-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-module.ctv .ctv__box .button-area {
    display: block;
  }
}
.site-module.ctv .ctv__box .button-area a {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 2rem;
}
@media only screen and (max-width: 1100px) {
  .site-module.ctv .ctv__box .button-area a {
    font-size: 1.8rem;
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-module.ctv .ctv__box .button-area a {
    margin: 0.5rem;
  }
}
.site-module.ctv .ctv__box .button-area a.tel {
  font-size: 3.8rem;
  font-weight: 700;
  padding-left: 38px;
  color: #423A2D;
  background: url(../../images/common/icon_tel.svg) no-repeat left 22px;
}
@media only screen and (max-width: 767px) {
  .site-module.ctv .ctv__box .button-area a.tel {
    font-size: 3rem;
    line-height: 1.4;
    background-position: left 16px;
  }
}
.site-module.ctv .ctv__box .button-area a.tel small {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
.site-module.ctv .ctv__box .button-area a.white {
  padding: 15px 52px;
}
.site-module.ctv .ctv__box .button-area a.mail {
  border: 1px solid #423A2D;
  padding-left: 7.6rem;
  position: relative;
  color: #423A2D;
}
@media only screen and (max-width: 767px) {
  .site-module.ctv .ctv__box .button-area a.mail {
    padding: 15px;
    width: 235px;
    margin: 3rem auto 0;
  }
}
.site-module.ctv .ctv__box .button-area a.mail:before {
  content: url(../../images/common/icon_mail.svg);
  height: 28px;
  position: absolute;
  top: 50%;
  left: 3.2rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .site-module.ctv .ctv__box .button-area a.mail:before {
    zoom: 0.7;
    left: 2rem;
  }
}
.site-module .tag {
  margin: 20px 0 8px;
}
@media only screen and (max-width: 767px) {
  .site-module .tag {
    margin: 1rem 0;
  }
}
.site-module .tag span {
  display: inline-block;
  color: #A68A5F;
  border: 1px solid #A68A5F;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 14px;
  border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  .site-module .tag span {
    font-size: 1.2rem;
  }
}
.site-module .tag time {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.5rem;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .site-module .tag time {
    font-size: 1.2rem;
    margin-left: 3px;
  }
}

.front-page #site-wrapper, .front-page #site-footer {
  top: 0;
}

.site-index {
  background: #F9F8F6;
  /*-- common --*/
  /*-- firstview --*/
  /*-- menu --*/
  /*-- plan --*/
  /*-- course --*/
  /*-- news --*/
  /*-- voice --*/
  /*-- strengths --*/
  /*-- banner --*/
  /*-- ctv --*/
}
.site-index .site-module {
  position: relative;
}
.site-index .site-module.bg:before, .site-index .site-module.bg:after {
  content: "";
  display: block;
  background: url(../../images/index/bg_02.png) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: auto;
  aspect-ratio: 9/1;
  position: absolute;
}
.site-index .site-module.bg:before {
  left: 0;
  top: -11vw;
}
.site-index .site-module.bg:after {
  transform: scale(1, -1);
  left: 0;
  bottom: -11vw;
}
.site-index .site-module .context {
  text-align: center;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 6.2rem;
}
@media only screen and (max-width: 767px) {
  .site-index .site-module .context {
    margin: 0 0 3.5rem;
  }
}
.site-index .firstview {
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .site-index .firstview {
    padding: 12rem 3rem clamp(15rem, -0.8333rem + 13.3333vw, 20rem);
  }
}
@media only screen and (max-width: 767px) {
  .site-index .firstview {
    padding: 10rem 2rem 17rem;
    height: fit-content;
  }
}
.site-index .firstview:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.site-index .firstview .inner {
  display: grid;
  place-content: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .site-index .firstview .inner {
    place-content: baseline;
    justify-content: center;
  }
}
.site-index .firstview__text {
  margin: 0 auto;
  position: relative;
  color: #FFF;
  writing-mode: vertical-rl;
  z-index: 3;
}
.site-index .firstview__text strong {
  display: block;
  font-size: 3.7rem;
  font-weight: 400;
  letter-spacing: 18px;
  line-height: 2.2;
  margin: 0 0 0 8rem;
}
@media only screen and (max-width: 1100px) {
  .site-index .firstview__text strong {
    margin: 0 0 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .firstview__text strong {
    margin: 0 0 0 1.6rem;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.site-index .firstview__text p {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 2.8;
}
@media only screen and (max-width: 767px) {
  .site-index .firstview__text p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 5px;
  }
}
.site-index .firstview .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.site-index .firstview .swiper .swiper-wrapper .swiper-slide {
  opacity: 0; /* 初期状態では透明 */
  overflow: hidden;
}
.site-index .firstview .swiper .swiper-wrapper .swiper-slide[class*=-active], .site-index .firstview .swiper .swiper-wrapper .swiper-slide[class*=-duplicate-active], .site-index .firstview .swiper .swiper-wrapper .swiper-slide[class*=-prev] {
  opacity: 1; /* アクティブなスライドは不透明 */
}
.site-index .firstview .swiper .swiper-wrapper .swiper-slide[class*=-active] img, .site-index .firstview .swiper .swiper-wrapper .swiper-slide[class*=-duplicate-active] img, .site-index .firstview .swiper .swiper-wrapper .swiper-slide[class*=-prev] img {
  animation: zoomUp 7s linear 0s normal both;
}
.site-index .firstview .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-index .firstview .kv_banner {
  max-width: 320px;
  display: inline-grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  border: 1px solid #FFF;
  background: #FFF;
  position: absolute;
  bottom: 20%;
  right: 3%;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .site-index .firstview .kv_banner {
    bottom: 8%;
  }
}
.site-index .firstview .kv_banner:hover {
  opacity: 0.95;
}
.site-index .firstview .kv_banner figure {
  width: 100px;
  aspect-ratio: 5/4;
}
.site-index .firstview .kv_banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-index .firstview .kv_banner strong {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #423A2D;
  padding: 0 2.4rem 0 1.2rem;
}
@media only screen and (max-width: 767px) {
  .site-index .firstview .kv_banner strong {
    font-size: 1.6rem;
  }
}
.site-index .firstview .kv_banner .close {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 12;
}
.site-index .menu {
  position: relative;
  background: #F9F8F6;
  padding: 4rem 0 clamp(15rem, -32.5rem + 40vw, 30rem);
}
@media only screen and (max-width: 1100px) {
  .site-index .menu {
    padding: 4rem 3rem clamp(15rem, -32.5rem + 40vw, 30rem);
  }
}
@media only screen and (max-width: 767px) {
  .site-index .menu {
    padding: 4rem 2rem 8rem;
  }
}
.site-index .menu:before {
  content: "";
  display: block;
  background: url(../../images/index/food_bg_01.png) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: auto;
  aspect-ratio: 72/43;
  position: absolute;
  top: -17vw;
  left: 0;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .site-index .menu:before {
    background: url(../../images/index/food_bg_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}
.site-index .menu .inner {
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .site-index .menu .context br {
    display: none;
  }
}
.site-index .menu .menu__box__data {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .site-index .menu .menu__box__data {
    margin-top: 2rem;
  }
}
.site-index .menu .menu__box__data small, .site-index .menu .menu__box__data p {
  display: none;
}
.site-index .menu .menu__box__data ul {
  order: 3;
}
.site-index .menu .menu__box__data ul li:last-child {
  display: none;
}
.site-index .menu .menu__box__data .price {
  order: 2;
  border: none;
  margin: 0;
}
.site-index .menu .menu__box__data .price small, .site-index .menu .menu__box__data .price p {
  display: block;
}
@media only screen and (max-width: 767px) {
  .site-index .menu .menu__box__data .price small, .site-index .menu .menu__box__data .price p {
    display: inline-block;
  }
}
.site-index .menu .menu__box__data .button-area {
  order: 4;
  margin-top: 3.2rem;
}
.site-index .menu .menu__box__aside {
  display: none;
}
.site-index .plan {
  position: relative;
  background: #F1EEE8;
}
.site-index .plan.wrap {
  padding: 32px 5%;
}
@media only screen and (max-width: 767px) {
  .site-index .plan.wrap {
    padding-bottom: 6rem;
  }
}
.site-index .plan__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1100px) {
  .site-index .plan__grid {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .plan__grid {
    grid-template-columns: 1fr;
  }
}
.site-index .plan__grid__box {
  width: 100%;
  min-height: 450px;
  color: #FFF;
  padding: 35px 15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .site-index .plan__grid__box {
    min-height: 100%;
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .plan__grid__box {
    padding: 2rem 2rem 3rem;
  }
}
.site-index .plan__grid__box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.site-index .plan__grid__box:after {
  content: "";
  width: 48px;
  height: 48px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
.site-index .plan__grid__box:nth-of-type(1):after {
  background: #D45750;
}
.site-index .plan__grid__box:nth-of-type(2):after {
  background: #1F88A8;
}
.site-index .plan__grid__box:hover:before {
  background: rgba(0, 0, 0, 0.55);
}
.site-index .plan__grid__box:hover figure {
  transform: scale(1.1);
}
.site-index .plan__grid__box figure {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.site-index .plan__grid__box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-index .plan__grid__box span {
  display: inline-block;
  border: 1px solid #FFF;
  padding: 3px 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-index .plan__grid__box span {
    padding: 3px 14px;
    font-size: 1.4rem;
  }
}
.site-index .plan__grid__box strong {
  display: block;
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 18px;
  padding: 6rem 0 3rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .site-index .plan__grid__box strong {
    padding: 3.5rem 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .plan__grid__box strong {
    writing-mode: initial;
    text-align: center;
    padding: 2rem 0 1rem;
  }
}
.site-index .plan__grid__box p {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .site-index .plan__grid__box p {
    font-size: 1.42rem;
  }
}
.site-index .course {
  padding: clamp(15rem, -32.5rem + 40vw, 30rem) 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-index .course {
    padding: 8rem 2rem;
  }
}
.site-index .course .course__box {
  display: grid;
  grid-template-columns: 55px 1fr 1fr;
  gap: 62px;
  margin: 0 0 8rem;
}
@media only screen and (max-width: 1100px) {
  .site-index .course .course__box {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .course .course__box {
    grid-template-columns: 55px 1fr;
    gap: 24px;
    padding: 0;
  }
  .site-index .course .course__box:nth-of-type(2) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .course .course__box hgroup {
    grid-row: span 2/span 2;
  }
}
.site-index .course .course__box__map {
  width: 540px;
  padding: 4rem 0 0;
}
@media only screen and (max-width: 1100px) {
  .site-index .course .course__box__map {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .course .course__box__map {
    width: 100%;
  }
}
.site-index .course .course__box__map iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .site-index .course .course__box__map iframe {
    height: 200px;
  }
}
.site-index .course .course__box__address {
  padding: 4rem 0 0;
}
@media only screen and (max-width: 767px) {
  .site-index .course .course__box__address {
    padding-top: 0;
  }
}
.site-index .course .course__box__address .map {
  text-decoration: underline;
  display: inline-block;
  margin: 1.6rem 0 5rem;
  padding-right: 2.2rem;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .site-index .course .course__box__address .map {
    margin: 1.2rem 0 3rem;
  }
}
.site-index .course .course__box__address .map:after {
  content: url(../../images/common/icon_link.svg);
  position: absolute;
  top: 0;
  left: 13rem;
}
@media only screen and (max-width: 1100px) {
  .site-index .course .course__box__address .map:after {
    left: 9.8rem;
  }
}
.site-index .course .course__box__address ul li {
  position: relative;
}
.site-index .course .course__box__address ul li:before {
  content: "・";
  display: inline-block;
}
.site-index .course .course__box__address a.arw {
  padding: 6px 42px;
  margin-top: 2rem;
}
.site-index .course .course__box__detail {
  padding: 4rem 0 0;
}
.site-index .course .course__box__detail dl dt {
  font-weight: 500;
  padding-left: 4rem;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .site-index .course .course__box__detail dl dt {
    font-size: 1.3rem;
    padding-left: 3rem;
    margin-bottom: 5px;
  }
}
.site-index .course .course__box__detail dl dt:before {
  content: "";
  width: 27px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  .site-index .course .course__box__detail dl dt:before {
    width: 20px;
  }
}
.site-index .course .course__box__detail dl dd {
  padding-left: 4rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1100px) {
  .site-index .course .course__box__detail dl dd {
    font-size: 1.7rem;
    line-height: 1.4;
    padding-left: 3rem;
  }
}
.site-index .course .course__box__detail figure {
  margin: 12px 0;
}
.site-index .course .course__box__detail figure img {
  width: 100%;
  height: auto;
}
.site-index .course .course__box__detail figure figcaption {
  display: block;
  margin: 8px 0 0;
}
.site-index .news {
  background: #F1EEE8;
  position: relative;
}
.site-index .news__box {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 62px;
  margin: 0 0 8rem;
}
@media only screen and (max-width: 1100px) {
  .site-index .news__box {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .news__box {
    gap: 24px;
  }
}
.site-index .news__box:last-of-type {
  margin-bottom: 0;
}
.site-index .news__box ul {
  padding: 4rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1100px) {
  .site-index .news__box ul {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .site-index .news__box ul li {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #DFDFDF;
  }
  .site-index .news__box ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.site-index .news__box ul li a {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .site-index .news__box ul li a {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-template-rows: max-content 1fr;
    gap: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .news__box ul li a {
    grid-template-columns: 90px 1fr;
    gap: 0 1.5rem;
  }
}
.site-index .news__box ul li figure {
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 1100px) {
  .site-index .news__box ul li figure {
    grid-row: span 2/span 2;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .news__box ul li figure {
    height: 90px;
  }
}
.site-index .news__box ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-index .news__box ul li strong {
  display: block;
  font-weight: 400;
  color: #000000;
}
.site-index .news__box .button-area {
  grid-column: 1/3;
}
.site-index .voice {
  padding: clamp(15rem, -32.5rem + 40vw, 30rem) 0 8.2rem;
}
@media only screen and (max-width: 1100px) {
  .site-index .voice {
    padding: clamp(15rem, -32.5rem + 40vw, 30rem) 3rem 0 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .voice {
    padding: 8rem 2rem;
  }
}
.site-index .voice__box {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 62px;
}
@media only screen and (max-width: 1100px) {
  .site-index .voice__box {
    gap: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .site-index .voice__box .swiper_voice {
    width: 100%;
    overflow: hidden;
  }
}
.site-index .voice__box ul {
  padding: 4rem 0 0;
}
@media only screen and (min-width: 1101px) {
  .site-index .voice__box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.site-index .voice__box ul li {
  background: #FFF;
  padding: 4rem 3rem 3rem;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .site-index .voice__box ul li {
    padding: 2rem;
  }
}
.site-index .voice__box ul li .avatar {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 26px;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .site-index .voice__box ul li .avatar {
    grid-template-columns: 50px 1fr;
  }
}
.site-index .voice__box ul li .avatar figure {
  grid-row: 1/3;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1100px) {
  .site-index .voice__box ul li .avatar figure {
    width: 50px;
    height: 50px;
  }
}
.site-index .voice__box ul li .avatar figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.site-index .voice__box ul li .avatar strong > span {
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 2.3rem;
}
.site-index .voice__box ul li .avatar p {
  margin: 0;
  font-size: 1.5rem;
}
.site-index .voice__box ul li p {
  margin: 1.6rem 0 0;
}
@media only screen and (min-width: 1101px) {
  .site-index .voice__box .swiper-page-control {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .site-index .voice__box .swiper-page-control {
    display: grid;
    grid-template-columns: repeat(2, 50px);
    gap: 10px;
    width: 100%;
  }
  .site-index .voice__box .swiper-page-control .swiper-button-prev, .site-index .voice__box .swiper-page-control .swiper-button-next {
    position: static !important;
    margin: 0;
    width: 50px;
    height: 50px;
  }
  .site-index .voice__box .swiper-page-control .swiper-button-prev:after, .site-index .voice__box .swiper-page-control .swiper-button-next:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
  }
  .site-index .voice__box .swiper-page-control .swiper-button-prev:after {
    background: url(../../images/index/icon_prev.svg) no-repeat;
    background-size: 50px auto;
  }
  .site-index .voice__box .swiper-page-control .swiper-button-next:after {
    background: url(../../images/index/icon_next.svg) no-repeat;
    background-size: 50px auto;
  }
}
.site-index .voice .button-area {
  margin-top: 13.2rem;
}
@media only screen and (max-width: 767px) {
  .site-index .voice .button-area {
    margin-top: 3rem;
  }
}
.site-index .strengths {
  position: relative;
}
.site-index .strengths .inner {
  background: #FFF;
}
.site-index .strengths .inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  .site-index .strengths .inner:before {
    width: 100vw;
    height: calc(100% + 42px);
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .strengths .inner:before {
    margin-left: -2rem;
  }
}
.site-index .strengths__box {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 4rem;
  align-items: start;
  padding: 4rem 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-index .strengths__box {
    gap: 24px;
  }
}
.site-index .strengths__box hgroup {
  position: relative;
  top: -9rem;
}
@media only screen and (max-width: 767px) {
  .site-index .strengths__box hgroup {
    top: -7.4rem;
  }
}
.site-index .strengths__box ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  gap: 24px;
}
@media only screen and (max-width: 1100px) {
  .site-index .strengths__box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .site-index .strengths__box ul {
    grid-template-columns: 1fr;
  }
}
.site-index .strengths__box ul li {
  background: #F1EEE8;
  padding: 3.4rem 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .site-index .strengths__box ul li {
    padding: 2rem;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1.5rem;
    align-items: center;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .site-index .strengths__box ul li figure, .site-index .strengths__box ul li picture {
    width: 50px;
    height: 50px;
  }
  .site-index .strengths__box ul li figure img, .site-index .strengths__box ul li picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.site-index .strengths__box ul li figcaption {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 2.5rem 0 0;
  color: #423A2D;
}
@media only screen and (max-width: 767px) {
  .site-index .strengths__box ul li figcaption {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
  }
  .site-index .strengths__box ul li figcaption br {
    display: none;
  }
}
.site-index .banner {
  padding-bottom: clamp(15rem, -32.5rem + 40vw, 30rem);
}
@media only screen and (max-width: 767px) {
  .site-index .banner {
    padding-bottom: 12rem;
  }
}
.site-index .banner__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .site-index .banner__box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.site-index .banner__box a {
  display: block;
}
.site-index .banner__box a img {
  width: 100%;
  height: auto;
}
.site-index .ctv {
  background: #F1EEE8;
  padding-top: 8rem !important;
  position: relative;
}
.site-index .ctv:before {
  content: "";
  display: block;
  background: url(../../images/index/ctv_bg_01.png) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: calc(100% + 17vw);
  aspect-ratio: 144/95;
  position: absolute;
  left: 0;
  top: -17vw;
}
@media only screen and (max-width: 767px) {
  .site-index .ctv:before {
    background: url(../../images/index/ctv_bg_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}
.site-index .ctv .ctv__box {
  background: #FFF;
}

/*---------------------------------------
    keyframe
---------------------------------------*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.site-yakatafune {
  /*-- common --*/
  /*-- about --*/
  /*-- schedule --*/
  /*-- course --*/
  /*-- price --*/
  /*-- option --*/
  /*-- flow --*/
}
.site-yakatafune .site-module .ask {
  position: relative;
  padding-left: 2rem;
}
.site-yakatafune .site-module .ask:before {
  content: "※";
  position: absolute;
  left: 0;
}
.site-yakatafune .about .inner {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 5.6rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .about .inner {
    display: block;
  }
}
.site-yakatafune .about .swiper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .about .swiper {
    margin-bottom: 2rem;
  }
}
.site-yakatafune .about .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.site-yakatafune .about .swiper p {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.site-yakatafune .about__box hgroup {
  margin-bottom: 0;
}
.site-yakatafune .about__box p {
  margin: 1.6rem 0 2.4rem;
}
.site-yakatafune .about__box time {
  display: inline-block;
  border: 1px solid #A68A5F;
  padding: 0.2rem 3rem;
}
.site-yakatafune .about__image img {
  width: 100%;
  height: auto;
}
.site-yakatafune .about__image p {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.site-yakatafune .schedule__box {
  background: rgba(241, 238, 232, 0.5);
  padding: 4rem 5rem;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box {
    padding: 2rem;
  }
}
.site-yakatafune .schedule__box dl {
  display: grid;
  grid-template-columns: 20% 1fr;
  padding: 1.6rem 0;
  margin: 0 0 1.6rem;
  border-bottom: 1px solid #DFDFDF;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl {
    display: block;
  }
}
.site-yakatafune .schedule__box dl:first-of-type {
  margin-top: 4rem;
  border-top: 1px solid #DFDFDF;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl:first-of-type {
    margin-top: 2rem;
  }
}
.site-yakatafune .schedule__box dl dt {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .schedule__box dl dt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl dt {
    font-size: 1.8rem;
    margin: 0 0 1.2rem;
  }
}
.site-yakatafune .schedule__box dl dt small {
  display: block;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .schedule__box dl dt small {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl dt small {
    font-size: 1.2rem;
    margin: 0 0 1.2rem;
  }
}
.site-yakatafune .schedule__box dl dd {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl dd {
    font-size: 1.5rem;
  }
}
.site-yakatafune .schedule__box dl dd small, .site-yakatafune .schedule__box dl dd p {
  display: block;
  margin: 0 0 0.8rem;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl dd small, .site-yakatafune .schedule__box dl dd p {
    margin: 0;
  }
}
.site-yakatafune .schedule__box dl dd small:last-of-type, .site-yakatafune .schedule__box dl dd p:last-of-type {
  margin-bottom: 1.6rem;
}
.site-yakatafune .schedule__box dl dd small span, .site-yakatafune .schedule__box dl dd p span {
  display: inline-block;
  font-size: 1.5rem;
  width: 8rem;
  text-align: center;
  border: 1px solid #000000;
  margin-right: 3.2rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .schedule__box dl dd small span, .site-yakatafune .schedule__box dl dd p span {
    font-size: 1.5rem;
    margin-right: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl dd small span, .site-yakatafune .schedule__box dl dd p span {
    width: auto;
    font-size: 1.2rem;
    margin-right: 1.2rem;
    padding: 2px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl dd small {
    font-size: 1.3rem;
  }
}
.site-yakatafune .schedule__box dl dd p > small {
  display: inline-block;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl dd p > small {
    margin: 0 0 0 5px;
  }
}
.site-yakatafune .schedule__box dl dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box dl dd ul {
    grid-template-columns: 1fr;
  }
}
.site-yakatafune .schedule__box dl dd ul li {
  position: relative;
}
.site-yakatafune .schedule__box dl dd ul li:before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
}
.site-yakatafune .schedule__box .calendar {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .schedule__box .calendar {
    height: 90dvh;
    overflow: hidden; /* スクロールバーを隠す */
  }
}
.site-yakatafune .schedule__box .calendar iframe {
  width: 100%;
  height: 100%;
}
.site-yakatafune .schedule__box .button-area {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .schedule__box .button-area {
    margin-top: 4rem;
  }
}
.site-yakatafune .schedule__box .button-area a span {
  background: url(../../images/common/icon_search.svg) no-repeat right center;
  padding-right: 3rem;
}
.site-yakatafune .course {
  background: #F1EEE8;
}
.site-yakatafune .course__box {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 0 3.2rem;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .course__box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .course__box {
    padding: 0;
  }
}
.site-yakatafune .course__box__image {
  grid-area: 1/1/3/2;
  width: 100% !important;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .course__box__image {
    grid-area: auto;
    margin: 0 auto;
    padding: 0 !important;
  }
}
.site-yakatafune .course__box__image img {
  width: 100%;
  height: auto;
}
.site-yakatafune .course__box__detail:first-of-type {
  border-bottom: 1px solid #DFDFDF;
  padding: 0 0 4rem;
  margin: 0 0 4rem;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .course__box__detail:first-of-type {
    margin: 0 0 2rem;
  }
}
.site-yakatafune .course__box__detail .discription {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 2.4rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .course__box__detail .discription {
    display: block;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .course__box__detail .discription figure {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin: 0 0 2rem;
  }
}
.site-yakatafune .course__box__detail .discription figure img {
  width: 100%;
  height: auto;
}
.site-yakatafune .course__box__detail .discription figure figcaption {
  display: block;
  font-weight: 700;
  margin: 1.6rem 0 0;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .course__box__detail .discription figure figcaption {
    margin: 0;
    text-align: center;
  }
}
.site-yakatafune .course__box__detail small {
  display: block;
  font-size: 1.4rem;
  margin-top: 8px;
}
.site-yakatafune .course__gallery {
  margin: 4rem 0 0;
}
.site-yakatafune .course__gallery ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .course__gallery ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
.site-yakatafune .course__gallery ul li figure img {
  width: 100%;
  height: auto;
}
.site-yakatafune .course .button-area {
  margin-top: 8rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .course .button-area {
    margin-top: 4rem;
  }
}
.site-yakatafune .price ul {
  margin: 3.2rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .price ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .price ul {
    grid-template-columns: 1fr;
  }
}
.site-yakatafune .price ul li {
  width: 265px;
  margin: 0 5px;
  background: #F9F8F6;
  padding: 1.6rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .price ul li {
    width: auto;
    margin: 0;
  }
}
.site-yakatafune .price ul li figure img {
  width: 100%;
  height: auto;
}
.site-yakatafune .price ul li dl dt {
  font-size: 2.3rem;
  font-weight: 600;
  margin: 1.4rem 0 0.8rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .price ul li dl dt {
    font-size: 2rem;
  }
}
.site-yakatafune .price ul li dl dt small {
  font-size: 1.5rem;
}
.site-yakatafune .price ul li dl dd span {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2rem 1rem;
  border: 1px solid #000000;
}
.site-yakatafune .price ul li dl dd strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .price ul li dl dd strong {
    font-size: 2.4rem;
  }
}
.site-yakatafune .price ul li dl dd strong > small {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .price ul li dl dd strong > small {
    font-size: 1.4rem;
  }
}
.site-yakatafune .price ul li dl dd p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .price ul li dl dd p {
    font-size: 1.4rem;
  }
}
.site-yakatafune .price__nabe .subext {
  margin-bottom: 1rem;
  text-align: center;
}
.site-yakatafune .price__nabe__menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.25rem 5rem;
  justify-content: center;
  margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .price__nabe__menu {
    grid-template-columns: 1fr;
  }
}
.site-yakatafune .price__nabe__image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0 10rem;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .price__nabe__image {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .price__nabe__image figure {
    margin-bottom: 2rem;
  }
}
.site-yakatafune .price__nabe__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 269/190;
}
.site-yakatafune .price__nabe__image figure figcaption {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
}
.site-yakatafune .option {
  background: #F1EEE8;
  margin-bottom: 82px;
}
.site-yakatafune .option__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .option__box {
    grid-template-columns: 1fr;
  }
}
.site-yakatafune .option__box__detail {
  background: #FFF;
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 240px auto;
  gap: 2.4rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .option__box__detail {
    padding: 2.5rem;
    gap: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .option__box__detail {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2rem;
  }
}
.site-yakatafune .option__box__detail figure {
  width: 100%;
  height: 100%;
}
.site-yakatafune .option__box__detail figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-yakatafune .option__box__detail .data strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .option__box__detail .data strong {
    line-height: 1.2;
    margin: 0;
  }
}
.site-yakatafune .option__box__detail .data span {
  display: inline-block;
  border: 1px solid #000000;
  padding: 2px 12px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .option__box__detail .data span {
    margin: 12px 0 0;
  }
}
.site-yakatafune .option__box__detail .data p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.site-yakatafune .option__box__detail .data small {
  display: block;
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
}
.site-yakatafune .option__box__detail .data small:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}
.site-yakatafune .flow ul {
  counter-reset: num;
}
.site-yakatafune .flow ul li {
  margin: 0 0 3.2rem;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .flow ul li {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #DFDFDF;
  }
}
.site-yakatafune .flow ul li:before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 56px;
  height: 56px;
  display: grid;
  place-content: center;
  background: #A68A5F;
  border-radius: 50%;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .flow ul li:before {
    width: 42px;
    height: 42px;
    top: 5px;
  }
}
.site-yakatafune .flow ul li:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #423A2D;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -2rem;
  left: 2rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .flow ul li:after {
    content: none;
  }
}
.site-yakatafune .flow ul li:last-child::after {
  content: none;
}
.site-yakatafune .flow ul li dl {
  padding: 0 0 0 10rem;
}
@media only screen and (max-width: 767px) {
  .site-yakatafune .flow ul li dl {
    padding-left: 7rem;
  }
}
.site-yakatafune .flow ul li dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 1.2rem;
}
@media only screen and (max-width: 1100px) {
  .site-yakatafune .flow ul li dl dt {
    font-size: 1.8rem;
    margin: 0 0 6px;
  }
}
.site-yakatafune .flow ul li dl dd > a {
  color: #1F88A8;
}

.site-food {
  /*-- first --*/
  /*-- menu --*/
  /*-- side --*/
  /*-- drink --*/
}
.site-food .first {
  /*
  .anchor {
      display: grid;
      grid-template-columns: repeat(4,230px);
      justify-content: center;
      gap: 3.5rem;
      margin-top: 4.8rem;
      @include g.media(t) {
          grid-template-columns: repeat(4,1fr);
          gap: 1.5rem;
      }
      @include g.media(s) {
          grid-template-columns: repeat(2,1fr);
          gap: 1rem;
      }
      li {
          a {
              display: block;
              background: g.$secondary;
              color: #FFF;
              font-weight: 600;
              text-align: center;
              padding: 12px 12px 28px;
              position: relative;
              @include g.media(s) {
                  padding: 12px 10px 20px;
              }
              &:after {
                  content: url(../../images/common/arrow_01.svg);
                  filter: brightness(0) invert(1);
                  transform: rotate(90deg) translateX(-50%);
                  position: absolute;
                  bottom: 0; left: 50%;
              }
          }
          &:last-child {
              a {
                  padding: 20px 25px 20px 8px;
                  @include g.media(t) {
                      font-size: 1.2rem;
                  }
                  @include g.media(s) {
                      padding: 18px 25px 18px 8px;
                  }
                  &:after {
                      content: url(../../images/common/icon_link.svg);
                      transform: rotate(0) translateX(0) translateY(-50%);
                      bottom: initial; left: initial;
                      top: 50%; right: 12px;
                      @include g.media(t) {
                          zoom: .8;
                          transform: none;
                          top: 3.2rem;
                      }
                  }
              }
          }
      }
  }
  */
}
.site-food .menu__box__data .button-area {
  display: none;
}
.site-food .menu .button-area {
  margin-top: 42px;
}
.site-food .menu .button-area a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.site-food .side {
  background: #F1EEE8;
}
.site-food .side ul {
  display: grid;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .site-food .side ul {
    gap: 1.2rem;
  }
}
.site-food .side ul.side__main {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .site-food .side ul.side__main {
    grid-template-columns: 1fr;
    margin-bottom: 1.2rem;
  }
}
.site-food .side ul.side__main strong {
  margin-bottom: 2rem;
}
.site-food .side ul.side__sub {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .site-food .side ul.side__sub {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-food .side ul.side__sub li {
  padding: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .site-food .side ul.side__sub li {
    padding: 2rem 1.5rem;
  }
}
.site-food .side ul li {
  background: #FFF;
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .site-food .side ul li {
    padding: 2rem;
  }
}
.site-food .side ul li figure img {
  width: 100%;
  height: auto;
}
.site-food .side ul li dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0 0.8rem;
}
@media only screen and (max-width: 767px) {
  .site-food .side ul li dl dt {
    font-size: 1.7rem;
  }
}
.site-food .side ul li dl dd {
  font-size: 1.6rem;
}
.site-food .side ul li dl dd .price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 1rem 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .site-food .side ul li dl dd .price {
    font-size: 2rem;
  }
}
.site-food .side ul li dl dd .price > span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  border: 1px solid #000000;
  padding: 2px 10px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .site-food .side ul li dl dd .price > span {
    font-size: 1.4rem;
  }
}
.site-food .side ul li dl dd .price > small {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 8px;
}
.site-food .side .subtext {
  display: block;
  margin: 4.5rem 0 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .site-food .side .subtext {
    margin: 3rem 0 0;
    font-size: 1.3rem;
  }
}
.site-food .drink__box {
  background: #F9F8F6;
  padding: 4rem;
  margin: 0 0 8rem;
}
@media only screen and (max-width: 767px) {
  .site-food .drink__box {
    padding: 2rem;
  }
}
.site-food .drink__box:last-of-type {
  margin-bottom: 0;
}
.site-food .drink__box ul li {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 3.2rem;
  padding: 0 0 2.4rem;
  margin: 0 0 2.4rem;
  border-bottom: 1px solid #DFDFDF;
}
@media only screen and (max-width: 767px) {
  .site-food .drink__box ul li {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .site-food .drink__box ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-food .drink__box ul li figure {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.site-food .drink__box ul li figure img {
  width: 100%;
  height: auto;
}
.site-food .drink__box ul li figure figcaption {
  display: none;
}
@media only screen and (max-width: 767px) {
  .site-food .drink__box ul li figure figcaption {
    display: block;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
  }
}
.site-food .drink__box ul li dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 1100px) {
  .site-food .drink__box ul li dl dt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-food .drink__box ul li dl dt {
    display: none;
  }
}
.site-food .drink__box ul li dl dd small {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
.site-food .drink__box ul li dl dd.small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .site-food .drink__box ul li dl dd.small {
    font-size: 1.4rem;
  }
}

.site-access .access .inner {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 5%;
}
@media only screen and (max-width: 767px) {
  .site-access .access .inner {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .site-access .access__company {
    padding: 0 0 4rem;
    margin: 0 0 4rem;
    border-bottom: 1px solid #DFDFDF;
  }
}
.site-access .access__company dl dt {
  font-size: 3rem;
  font-size: 600;
  margin: 0 0 2.4rem;
}
@media only screen and (max-width: 767px) {
  .site-access .access__company dl dt {
    font-size: 2.4rem;
    margin: 0 0 1.2rem;
  }
}
.site-access .access__company .button-area {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .site-access .access__company .button-area {
    margin-top: 2rem;
  }
}
.site-access .access__box__data:first-of-type {
  margin: 0 0 4rem;
  padding: 0 0 4rem;
  border-bottom: 1px solid #DFDFDF;
}
@media only screen and (max-width: 767px) {
  .site-access .access__box__data:first-of-type {
    margin: 0 0 3rem;
    padding: 0 0 3rem;
  }
}
.site-access .access__box__data .low {
  margin-bottom: 1rem;
}
.site-access .access__box__data dl dt {
  font-weight: 600;
  margin: 3.2rem 0 0.8rem;
}
.site-access .access__box__data figure {
  display: block;
  margin: 1.5rem 0;
}
.site-access .access__box__data figure img {
  max-width: 100%;
  height: auto;
}

.site-recruit {
  /*-- recruiting --*/
}
.site-recruit .recruiting__box {
  margin: 0 0 8rem;
}
.site-recruit .recruiting__box:last-of-type {
  margin-bottom: 0;
}
.site-recruit .recruiting__box hgroup {
  display: flex;
  align-items: center;
}
.site-recruit .recruiting__box hgroup span {
  display: inline-block;
  font-size: 1.5rem;
  color: #FFF;
  background: #A68A5F;
  padding: 4px 12px;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .site-recruit .recruiting__box hgroup span {
    padding: 2px 12px;
  }
}
.site-recruit .recruiting__box p {
  margin: 0 0 2.4rem;
}
.site-recruit .recruiting__box table tbody th {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .site-recruit .recruiting__box table tbody th {
    width: 100%;
  }
}
.site-recruit .recruiting__box table small {
  display: block;
  font-size: 1.4rem;
}

.site-aboutus {
  /*-- overview --*/
  /*-- safety --*/
}
.site-aboutus .overview .inner {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 8rem;
}
@media only screen and (max-width: 1100px) {
  .site-aboutus .overview .inner {
    gap: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-aboutus .overview .inner {
    grid-template-columns: 1fr;
  }
}
.site-aboutus .overview__box dl {
  border-bottom: 1px solid #DFDFDF;
  display: grid;
  grid-template-columns: 30% 1fr;
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .site-aboutus .overview__box dl {
    display: block;
  }
}
.site-aboutus .overview__box dl dt {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .site-aboutus .overview__box dl dt {
    margin: 0 0 0.5rem;
  }
  .site-aboutus .overview__box dl dt br {
    display: none;
  }
}
.site-aboutus .overview__box dl dd a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .site-aboutus .overview__box dl dd a {
    display: block;
  }
}
.site-aboutus .overview__box dl dd a.map {
  font-size: 1.4rem;
  padding-right: 2rem;
  background: url(../../images/common/icon_link.svg) no-repeat right center;
}
@media only screen and (max-width: 767px) {
  .site-aboutus .overview__image {
    width: 70%;
    margin: 0 auto;
  }
}
.site-aboutus .overview__image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .site-aboutus .safety {
    padding-top: 4rem !important;
  }
}
.site-aboutus .safety ol li {
  list-style: decimal outside;
  margin: 0 0 0 2.4rem;
}
.site-aboutus .safety .js-scrollable {
  margin: 4rem 0 0;
}
@media only screen and (max-width: 767px) {
  .site-aboutus .safety .js-scrollable table {
    width: 200%;
  }
}
.site-aboutus .safety .js-scrollable table th, .site-aboutus .safety .js-scrollable table td {
  display: table-cell;
}
.site-aboutus .safety .js-scrollable table tbody th {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .site-aboutus .safety .js-scrollable table tbody th {
    border: 1px solid #fff;
  }
}

.site-privacy .policy {
  /*
  ol {
      li {
          list-style: disc outside;
          margin: 0 0 30px 25px;
          &::marker {
              font-size: 72%;
          }
      }
  }
  */
}
.site-privacy .policy div.context {
  text-align: left;
  display: block;
  width: fit-content;
  margin-left: auto;
}
.site-privacy .policy div.context.right {
  margin-bottom: 3rem;
}
.site-privacy .policy p.context {
  text-align: left;
}
.site-privacy .policy dl {
  margin-bottom: 3rem;
}
.site-privacy .policy dl:last-of-type {
  margin-bottom: 0;
}
.site-privacy .policy ul {
  margin-top: 1.5rem;
}

#CONTACT {
  /*
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
  }
  */
}
#CONTACT .flow-area {
  margin: 0 3.2rem 2.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem;
  counter-reset: num;
}
@media only screen and (max-width: 767px) {
  #CONTACT .flow-area {
    margin: 0 0 5.6rem;
    grid-template-columns: 1fr;
    gap: 3.4rem;
  }
}
#CONTACT .flow-area .step {
  background: #f9f8f6;
  padding: 40px 8px 30px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTACT .flow-area .step {
    padding: 2rem 2.3rem 2rem 5rem;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 8px;
    text-align: left;
  }
}
#CONTACT .flow-area .step:before {
  content: counter(num);
  counter-increment: num;
  width: 28px;
  height: 28px;
  background: #A68A5F;
  color: #FFF;
  display: block;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #CONTACT .flow-area .step:before {
    height: 100%;
    display: grid;
    place-content: center;
  }
}
#CONTACT .flow-area .step:after {
  content: url(../../images/contact/arrow.svg);
  position: absolute;
  top: 50%;
  right: -3.2rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #CONTACT .flow-area .step:after {
    top: initial;
    bottom: -37px;
    transform: translate(-50%, 0) rotate(90deg);
    right: 50%;
    zoom: 0.8;
  }
}
#CONTACT .flow-area .step:last-of-type::after {
  content: none;
}
#CONTACT .flow-area .step figure {
  width: 44px;
  height: 40px;
  margin: 0 auto 1.5rem;
}
@media only screen and (max-width: 767px) {
  #CONTACT .flow-area .step figure {
    width: 28px;
    height: 28px;
    margin: 0;
  }
}
#CONTACT .flow-area .step figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#CONTACT p.mb-60 {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #CONTACT p.mb-60 {
    text-align: left;
  }
}
#CONTACT .button-area {
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #CONTACT .button-area {
    margin: 0 2.3rem 8rem;
  }
}
#CONTACT .button-area.m-top {
  margin-top: 6rem;
}
#CONTACT .button-area a {
  padding: 12px 32px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .button-area a {
    display: block;
    padding: 12px;
  }
}
#CONTACT .button-area a.primary {
  margin-right: 2.2rem;
}
@media only screen and (max-width: 767px) {
  #CONTACT .button-area a.primary {
    margin: 0 0 2rem;
  }
}
#CONTACT .form-sec {
  padding-bottom: 8rem;
}
#CONTACT .form-sec .sec-in {
  max-width: 948px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec .sec-in {
    width: 100%;
    padding: 0;
  }
}
#CONTACT .form-sec__box {
  padding: 32px 0 0;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec__box {
    padding: 24px 0;
  }
}
#CONTACT .form-sec__box .icon-required {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 0 10px;
  margin-left: 12px;
  color: #fff;
  background-color: #A68A5F;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec__box .icon-required {
    position: static;
    margin-left: 8px;
    font-size: 10px;
  }
}
#CONTACT .form-sec__item {
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
#CONTACT .form-sec__item .icon-required {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 0 10px;
  margin-left: 12px;
  color: #fff;
  background-color: #A68A5F;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec__item .icon-required {
    position: static;
    margin-left: 8px;
    font-size: 10px;
  }
}
#CONTACT .form-sec table {
  margin: 32px 0 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1100px) {
  #CONTACT .form-sec table {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec table th, #CONTACT .form-sec table td {
    display: table-cell;
    padding: 8px;
  }
}
#CONTACT .form-sec table thead th {
  background: #A68A5F;
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec table thead th:first-of-type {
    width: 32%;
  }
}
#CONTACT .form-sec table tbody td {
  vertical-align: middle;
}
#CONTACT .form-sec table tbody td .form-sec__field--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#CONTACT .form-sec table tbody td .select-box select {
  height: 40px;
}
#CONTACT .form-sec table tbody tr:last-of-type td:nth-of-type(2) {
  text-align: right;
}
#CONTACT .form-sec table .icon-required {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 0 10px;
  margin-left: 12px;
  color: #fff;
  background-color: #A68A5F;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec table .icon-required {
    position: static;
    margin-left: 8px;
    font-size: 10px;
  }
}
#CONTACT .form-sec__small {
  display: block;
  font-size: 1.4rem;
  position: relative;
}
#CONTACT .form-sec__small:before {
  content: "※";
  display: inline-block;
  margin-right: 5px;
}
#CONTACT .form-sec__small:first-of-type {
  margin-top: 24px;
}
#CONTACT .form-sec .point-box {
  background: #F9F8F6;
  padding: 3.2rem 3.2rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec .point-box {
    padding: 3.2rem 2.4rem 2.4rem;
  }
}
#CONTACT .form-sec .point-box:first-of-type {
  margin-top: 10rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec .point-box:first-of-type {
    margin-top: 6.4rem;
  }
}
#CONTACT .form-sec .point-box strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
#CONTACT .form-sec .point-box dl {
  display: grid;
  grid-template-columns: 25% 1fr;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec .point-box dl {
    grid-template-columns: 35% 1fr;
    font-size: 1.2rem;
  }
}
#CONTACT .form-sec .point-box dl dt {
  font-weight: 700;
  display: grid;
  place-content: center;
  background: #F1EEE8;
}
#CONTACT .form-sec .point-box dl dd {
  background: #FFF;
  padding: 1.5rem 3.2rem;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec .point-box dl dd {
    padding: 1.5rem;
  }
}
#CONTACT .form-sec .point-box ul li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.8rem;
}
#CONTACT .form-sec .point-box ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#CONTACT .form-sec fieldset legend {
  width: 220px;
  float: left;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec fieldset legend {
    width: 100%;
  }
}
#CONTACT .form-sec__field--zip {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 16px;
}
#CONTACT .form-sec__field--zip input[type=number] {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec__field--zip input[type=number] {
    width: calc(50% - 8px);
  }
}
#CONTACT .form-sec__field--zip .btn-zip {
  width: 148px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  line-height: 1.3;
  align-items: center;
  padding: 0 24px;
  min-height: 50px;
  background-color: #A68A5F;
  border: 1px solid #A68A5F;
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec__field--zip .btn-zip {
    width: calc(50% - 8px);
  }
}
#CONTACT .form-sec__field--zip .btn-zip::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  transition: 0.3s;
  background-image: url("../../images/common/icon_search.svg");
}
#CONTACT .form-sec .w-75 {
  width: 75%;
}
#CONTACT .form-sec .w-50 {
  width: 50%;
}
#CONTACT .form-sec .w-30 {
  width: 30%;
}
#CONTACT .form-sec .w-25 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-sec .w-75,
  #CONTACT .form-sec .w-50,
  #CONTACT .form-sec .w-30,
  #CONTACT .form-sec .w-25 {
    width: 100%;
  }
}
#CONTACT input[type=text], #CONTACT input[type=email], #CONTACT input[type=tel], #CONTACT input[type=number], #CONTACT input[type=zip], #CONTACT input[type=url], #CONTACT input[type=date] {
  width: 100%;
  height: 50px;
  border: 1px solid #888;
  border-radius: 4px;
  padding: 0 15px;
  outline: none;
  position: relative;
}
#CONTACT input::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#CONTACT textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #888;
  border-radius: 4px;
  line-height: 1.4;
  padding: 16px;
  outline: none;
  resize: none;
}
#CONTACT input,
#CONTACT textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTACT input,
  #CONTACT textarea {
    font-size: 12px;
  }
}
#CONTACT input::placeholder,
#CONTACT textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #bbb;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTACT input::placeholder,
  #CONTACT textarea::placeholder {
    font-size: 13px;
  }
}
#CONTACT input:focus,
#CONTACT textarea:focus {
  border: 2px #005fcc solid;
}
#CONTACT input.error,
#CONTACT textarea.error {
  background: #fbe9e8;
  border-color: red;
}
#CONTACT .select-box {
  overflow: hidden;
  position: relative;
  border: 1px solid #888;
  border-radius: 4px;
}
#CONTACT .select-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 24px;
  border-top: 2px solid #423A2D;
  border-right: 2px solid #423A2D;
  transform: translateY(-50%) rotate(135deg);
}
#CONTACT .select-box select {
  font-size: 16px;
  height: 50px;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  padding: 0 32px 0 15px;
  color: var(--primary-color);
}
#CONTACT .select-box select.error {
  background: #fbe9e8;
  border: 1px solid red;
}
@media only screen and (max-width: 767px) {
  #CONTACT .select-box select {
    font-size: 13px;
  }
}
#CONTACT .select-box select::-ms-expand {
  display: none;
}
#CONTACT .select-box select:focus {
  border: 2px #005fcc solid;
}
#CONTACT .radio:not(:last-of-type) {
  margin-bottom: 8px;
}
#CONTACT .radio label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 32px;
}
#CONTACT .radio label::before, #CONTACT .radio label::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 15px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #CONTACT .radio label::before, #CONTACT .radio label::after {
    top: 13px;
  }
}
#CONTACT .radio label::before {
  background-color: #fff;
  border: 1px solid #888;
  width: 20px;
  height: 20px;
}
#CONTACT .radio label:has(.error)::before {
  background: #fbe9e8;
  border-color: red;
}
#CONTACT .radio label::after {
  background-color: var(--primary-color);
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 5px;
}
#CONTACT .radio label:has(input:checked)::after {
  opacity: 1;
}
#CONTACT .radio__input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#CONTACT .check-box {
  text-align: center;
  margin-top: 10px;
}
#CONTACT .check-box:not(:last-of-type) {
  margin-bottom: 8px;
}
#CONTACT .check-box label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
#CONTACT .check-box__input {
  margin: 0;
  width: 0;
  opacity: 0;
}
#CONTACT .check-box__input.error + .check-box__border {
  background: #fbe9e8;
  border-color: red;
}
#CONTACT .check-box__input:checked + .check-box__border {
  background: #000000;
  border: 2px solid #000000;
}
#CONTACT .check-box__input:checked + .check-box__border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background: url(../../images/common/icon_check.svg) no-repeat center;
}
#CONTACT .check-box__border {
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #888;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .check-box__border {
    top: 2px;
  }
}
#CONTACT input[type=file] {
  display: block;
  margin-top: 8px;
  padding-right: 8px;
}
#CONTACT input[type=file]:not(:last-of-type) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #CONTACT input[type=file] {
    margin-top: 0;
    width: 100%;
  }
}
#CONTACT .file-btn::file-selector-button {
  font-weight: bold;
  background-color: var(--primary-color);
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  margin-right: 16px;
  transition: 0.3s;
}
#CONTACT .file-btn::file-selector-button:hover {
  opacity: 0.6;
}
#CONTACT span.error {
  color: red;
  margin-top: 4px;
  display: block;
  width: 100%;
}
#CONTACT .remarks {
  font-weight: normal;
  font-size: 14px;
  margin-left: 12px;
}
#CONTACT .agree-check {
  text-align: center;
  margin-top: 1rem;
}
#CONTACT .agree-check + .error {
  text-align: center;
}
#CONTACT .agree-check a {
  text-decoration: underline;
  color: #000000;
  background: url(../../images/common/icon_link.svg) no-repeat right center;
  padding-right: 1.8rem;
}
#CONTACT .agree-check a:hover {
  text-decoration: none;
}
#CONTACT .agree-check a.link {
  padding-bottom: 0;
  padding-top: 0;
}
#CONTACT .privacy {
  background-color: #f6f6f6;
  margin: 65px 0 40px;
}
#CONTACT .privacy__in {
  border: 40px solid #f6f6f6;
  overflow-y: scroll;
  height: 300px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .privacy__in {
    border: 24px solid #f6f6f6;
    padding-right: 24px;
  }
}
#CONTACT .privacy__in::-webkit-scrollbar {
  width: 3px;
}
#CONTACT .privacy__in::-webkit-scrollbar-track {
  background-color: #ccc;
}
#CONTACT .privacy__in::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 50px;
}
#CONTACT .privacy__ttl {
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .privacy__ttl {
    font-size: 18px;
  }
}
#CONTACT .privacy__sub-ttl {
  font-weight: bold;
  margin: 32px 0 16px;
}
#CONTACT .privacy__sub-txt {
  margin-top: 0.5em;
}
#CONTACT .privacy__enactment {
  text-align: right;
  margin-top: 40px;
}
#CONTACT .btn {
  cursor: pointer;
  line-height: 1.3;
  width: fit-content;
  height: 50px;
  line-height: 49px;
  background-color: #A68A5F;
  border: 1px solid #A68A5F;
  color: #fff;
  position: relative;
  transition: 0.3s;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: 16px;
  font-weight: bold;
  display: grid;
  place-content: center;
  margin: 32px auto 0;
  padding: 0 30px 0 12px;
}
#CONTACT .btn:hover {
  background-color: #fff;
  color: #A68A5F;
}
#CONTACT .btn--back {
  background-color: #fff;
  color: #A68A5F;
}
#CONTACT .btn--back::after {
  right: auto;
  left: 16px;
  transform: rotate(-135deg);
  border-color: var(--primary-color);
}
#CONTACT .btn--back:hover {
  background-color: #A68A5F;
  color: #fff;
}
#CONTACT .btn--back:hover::after {
  border-color: #fff;
}
#CONTACT .icon-arrow {
  position: relative;
  display: flex;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
#CONTACT .icon-arrow::after {
  content: "";
  transition: 0.3s;
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  right: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#CONTACT .icon-arrow:has(.btn) {
  margin-top: 40px;
}
#CONTACT .icon-arrow:has(.btn):hover::after {
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
}
#CONTACT .icon-arrow .btn {
  margin: 0;
}
#CONTACT .icon-arrow.no-link {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 1024px) {
  #CONTACT a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#CONTACT input[type=number] {
  -moz-appearance: textfield;
}
#CONTACT input[type=submit] {
  -webkit-appearance: none;
}
#CONTACT textarea {
  resize: none;
}
#CONTACT.confirm .form-sec__item {
  padding-top: 0;
}
#CONTACT.confirm .form-sec__item .icon-required {
  top: 4px;
}
#CONTACT.confirm .form-sec .btn-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}
#CONTACT.confirm .form-sec .btn-column .icon-arrow {
  margin: 0;
}
#CONTACT.confirm .form-sec .btn-column .btn {
  margin: 0;
}
#CONTACT.thanks {
  text-align: center;
}
#CONTACT.thanks .thanks-ttl {
  font-size: 26px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #CONTACT.thanks .thanks-ttl {
    font-size: 20px;
  }
}
#CONTACT.thanks .button-area {
  margin-top: 42px;
}

.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.policy-modal .policy-inner {
  background: #fff;
  border-radius: 4px;
  max-width: 900px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .policy-modal .policy-inner {
    margin: 0 1rem;
  }
}
.policy-modal .policy-inner .policy-title {
  background-color: #000;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem;
}
.policy-modal .policy-inner .policy-content {
  padding: 1rem 2.5rem;
  max-height: 60vh;
  overflow-y: auto;
  margin-bottom: 1rem;
}
.policy-modal .policy-inner .policy-content .context.right {
  display: block;
  width: fit-content;
  margin-left: auto;
}
.policy-modal .policy-inner .policy-content dl {
  margin-top: 4rem;
}
.policy-modal #closeModal {
  cursor: pointer;
  display: block;
  border: none;
  background-color: #ddd;
  font-weight: 500;
  padding: 1rem 5rem;
  margin: 4rem auto 1rem;
  border-radius: 4px;
}

.site-column {
  /*-- cotegory --*/
  /*-- list --*/
  /*-- single --*/
}
.site-column .category dl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1100px) {
  .site-column .category dl {
    display: block;
  }
}
.site-column .category dl dt {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .site-column .category dl dt {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.site-column .category dl dd ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(113px, 1fr));
  gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .site-column .category dl dd ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.site-column .category dl dd ul li a {
  display: block;
  border: 1px solid #A68A5F;
  border-radius: 99px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #A68A5F;
  text-align: center;
  padding: 2px 5px;
  transition: all 0.12s;
}
@media only screen and (max-width: 767px) {
  .site-column .category dl dd ul li a {
    font-size: 1.3rem;
  }
}
.site-column .category dl dd ul li a.is-active, .site-column .category dl dd ul li a:hover {
  background: #A68A5F;
  color: #FFF;
}
.site-column .category dl dd ul li.current-cat a {
  background: #A68A5F;
  color: #FFF;
}
.site-column .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}
@media only screen and (max-width: 1100px) {
  .site-column .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .site-column .list ul {
    grid-template-columns: 1fr;
  }
}
.site-column .list ul li a {
  display: block;
  color: #000000;
}
.site-column .list ul li figure {
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 1100px) {
  .site-column .list ul li figure {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.site-column .list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-column .list ul li figure img.border {
  border: 1px solid #423A2D;
}
.site-column .list ul li strong {
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .site-column .list ul li strong {
    font-size: 1.6rem;
  }
}
.site-column .list .pager {
  margin: 7.2rem 0 0;
  text-align: center;
}
.site-column .detail .tag time {
  font-size: 1.8rem;
  margin-left: 2.4rem;
}
.site-column .detail figure {
  margin: 1rem 0;
}
.site-column .detail figure img {
  width: 100%;
  height: auto;
}
.site-column .detail figure.main-image {
  margin-bottom: 4rem;
}
.site-column .detail .button-area {
  margin-top: 6.4rem;
}
.site-column .detail a {
  text-decoration: underline;
}
.site-column .detail p {
  margin: 1rem 0;
}
.site-column .detail .wp-block-heading {
  margin: 2rem 0;
}
.site-column .detail * + .wp-block-heading {
  margin-top: 4rem;
}/*# sourceMappingURL=style.css.map */