@charset "UTF-8";
:root {
  --f-mincho: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  --f-gothic: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --main-color: #b49531;
  --clr1: #360604;
  --clr2: #d5b851;
  --clr3: #856d21;
  --ttl_size: 28px;
  --wrapper: 100px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: var(--f-gothic);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--f-mincho);
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
  display: block;
  padding: 0;
  margin: 0;
}

img {
  display: table;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}
a.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not([target*=_blank]) {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:not([target*=_blank]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
  a:not(.tel_click):hover, a:not(.tel_click):active {
    color: #64b5f7;
  }
}
a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
  opacity: 1 !important;
}

table {
  width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
}

.captcha_box iframe {
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

p {
  line-height: 2.25;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
p:empty {
  display: none !important;
}
p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

.bold {
  font-weight: bold !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

.wrapper {
  overflow: hidden;
}

.inner_max,
.inner_big,
.inner,
.inner_sm {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1320px;
}

.inner {
  max-width: 1210px;
}

.inner_sm {
  max-width: 1020px;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.txt_ver {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (max-width: 1001px) {
  .pc_1000 {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) {
  .sp_1000 {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media only screen and (min-width: 510px) {
  .sp_500 {
    display: none !important;
  }
}
@media only screen and (min-width: 450px) {
  .sp_450 {
    display: none !important;
  }
}
@media only screen and (min-width: 350px) {
  .sp_320 {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 12px;
}
.TabContainer .TabContent .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 60px 40px 70px;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  margin: 0px auto;
  max-width: 1280px;
}
.TabContainer .TabPager > div {
  background-color: #360604;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  width: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 12px 12px 0px 0px;
  padding-bottom: 6px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  padding: 0.5em 0 0.5em;
}
.TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0;
  right: 2em;
  background: url(../images/ic_tab_arr.svg) no-repeat calc(50% - 0.03125em) calc(50% - 0.03125em)/2.3125em auto;
  width: 2.125em;
  height: 2.125em;
  margin: auto;
  opacity: 0;
  border-radius: 50%;
  border: 2px solid #360604;
}
.TabContainer .TabPager > div p {
  padding: 0.7307692308em 0.7692307692em 0.9230769231em;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--f-mincho);
  color: #ffffff;
}
.TabContainer .TabPager > div.active {
  background-color: #ffffff;
  z-index: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.TabContainer .TabPager > div.active::before {
  opacity: 1;
}
.TabContainer .TabPager > div.active p {
  color: #360604;
  padding-top: 0.9615384615em;
  padding-bottom: 0.7692307692em;
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:not(.active):hover {
    background-color: #4f1d19;
  }
}

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure,
picture {
  text-align: center;
  line-height: 1;
}

.fblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.key {
  position: relative;
  margin-top: 10em;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.link > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tel_click {
  display: table;
  text-decoration: none;
}
.tel_click .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--f-en);
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 0.05em;
  font-size: 1.5em;
}
.tel_click .icon::before {
  content: "";
  display: block;
  margin-right: 0.3214em;
  margin-top: 0.1786em;
  width: 0.893em;
  height: 0.893em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.cm_btn {
  max-width: 280px;
  width: 100%;
}
.cm_btn a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 12px;
  font-family: var(--f-mincho);
  font-size: 18px;
  background-color: #b09639;
  padding: 0.9444444444em 1.1111111111em 0.8888888889em;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.6111111111em;
  margin: auto;
  width: 1.1666666667em;
  height: 1.1666666667em;
  mask-image: url(../images/ic_arrow.svg);
  -webkit-mask-image: url(../images/ic_arrow.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: -1;
}
.cm_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b09639;
  border-radius: 12px;
  z-index: -1;
}
.cm_btn a:hover {
  color: #ffffff;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .cm_btn a:not([target*=_blank]):hover {
    color: #b09639;
    background-color: #ffffff;
  }
  .cm_btn a:not([target*=_blank]):hover::after {
    background-color: #b09639;
  }
}
.cm_btn.btn_w a {
  border: 1px solid #ffffff;
  background-color: transparent;
  padding: 0.8888888889em 1.1111111111em 0.8333333333em;
}
.cm_btn.btn_w a::before {
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .cm_btn.btn_w a:not([target*=_blank]):hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .cm_btn.btn_w a:not([target*=_blank]):hover::after {
    background-color: #ffffff;
  }
}

.yt {
  max-width: 960px;
  margin: 0px auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 2em;
  height: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -1em;
}

.slick-next {
  right: -1em;
}

.br_auto {
  display: inline-block;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .key {
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: pixelated;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1700px) {
  .key {
    font-size: min(16px, 1.033vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .key {
    font-size: min(16px, 1.25vw);
  }
  .cm_btn a {
    font-size: 16px;
  }
  .TabContainer .TabPager > div p {
    font-size: 22px;
  }
  .TabContainer .TabContent .content > div {
    padding: 45px 2% 45px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 87.5%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --h_header: 10em;
  height: var(--h_header);
  z-index: 20;
}

header.active,
.ovh header {
  background-color: #fff;
  --h_header: 6.25em;
}
header.active .h_gr_tel,
.ovh header .h_gr_tel {
  display: none;
}
header.active .logo,
.ovh header .logo {
  max-width: 20.3125em;
}
header.active .right_head,
.ovh header .right_head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 0 2.625em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 25%;
  max-width: 27.3125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5em;
}

.pc_navi {
  width: calc(100% - 8.75em);
}
.pc_navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 2.5em;
  background: url(../images/line_menu.png) repeat-y top center/1px auto;
}
.pc_navi > ul > li:last-child > a, .pc_navi > ul > li:last-child > p {
  padding: 0 2.9444444444em 0.1111111111em;
}
.pc_navi > ul > li:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 2.5em;
  background: url(../images/line_menu.png) repeat-y top center/1px auto;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 0.8;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--clr1);
  width: 0.8333333333em;
  height: 0.3888888889em;
  position: absolute;
  bottom: -0.1111111111em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  background-color: var(--main-color);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 2.2222222222em;
  text-decoration: none;
  text-align: center;
  font-family: var(--f-mincho);
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--clr1);
  padding: 0 2.7222222222em 0.1111111111em;
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  background-color: var(--main-color);
}
.pc_navi > ul > li > .subInner {
  position: absolute;
  width: 18em;
  right: 50%;
  bottom: 0;
  padding-top: 0px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding-top: 0.9375em;
}
.pc_navi > ul > li > .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul > li > .subInner > ul {
  background-color: var(--main-color);
  padding-bottom: 0.625em;
}
.pc_navi > ul > li > .subInner > ul li {
  padding: 0 0.625em;
}
.pc_navi > ul > li > .subInner > ul li a {
  position: relative;
  display: block;
  padding: 0.8em 0em 0.8em 1.5em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.8888888889em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul > li > .subInner > ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  font-size: 1.2em;
  margin-top: 0.02em;
}

.h_gr_tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.h_gr_tel .h_btn {
  max-width: 18.375em;
  height: 5em;
  width: 50%;
  position: relative;
  z-index: 0;
}
.h_gr_tel .h_btn::before, .h_gr_tel .h_btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.h_gr_tel .h_btn::before {
  width: calc(100% - 3.3125em);
  height: calc(100% - 0.75em);
  border-top: 1px solid rgba(228, 219, 190, 0.6);
  border-bottom: 1px solid rgba(228, 219, 190, 0.6);
}
.h_gr_tel .h_btn::after {
  height: calc(100% - 3.125em);
  width: calc(100% - 0.5em);
  border-left: 1px solid rgba(228, 219, 190, 0.6);
  border-right: 1px solid rgba(228, 219, 190, 0.6);
}
.h_gr_tel .h_btn a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75em;
  font-family: var(--f-mincho);
  text-decoration: none;
  padding: 1.1666666667em 0.8333333333em 0.8333333333em;
}
.h_gr_tel .h_btn a span {
  font-size: 2em;
  letter-spacing: 0.1em;
  margin-left: 0.1666666667em;
  line-height: 1;
}
.h_gr_tel .h_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: calc(100% - 0.5em);
  width: calc(100% - 0.5833333333em);
  background-image: url(../images/btn_pattern01.svg), url(../images/btn_pattern02.svg), url(../images/btn_pattern03.svg), url(../images/btn_pattern04.svg);
  background-size: 1.8333333333em auto;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.h_gr_tel .h_btn.btn_tel01 {
  background-color: var(--clr3);
}
.h_gr_tel .h_btn.btn_tel01::before {
  border-top: 1px solid rgb(155, 134, 69);
  border-bottom: 1px solid rgb(155, 134, 69);
}
.h_gr_tel .h_btn.btn_tel01::after {
  border-left: 1px solid rgb(155, 134, 69);
  border-right: 1px solid rgb(155, 134, 69);
  left: 0.0833333333em;
}
.h_gr_tel .h_btn.btn_tel01 a::before {
  background-position: top left, top right, bottom 0.0833333333em left, bottom right;
}
.h_gr_tel .h_btn.btn_tel02 {
  background-color: var(--clr1);
}
.h_gr_tel .h_btn.btn_tel02::before {
  height: calc(100% - 0.625em);
  width: calc(100% - 3.1875em);
  top: -0.125em;
}
.h_gr_tel .h_btn.btn_tel02::after {
  left: 1px;
  height: calc(100% - 3.125em);
}
.h_gr_tel .h_btn.btn_tel02 a::before {
  background-position: top 0px left 0px, top right, bottom 0.0833333333em left 0px, bottom right;
}

@media only screen and (min-width: 769px) {
  .hamburger-btn {
    margin: 0 2.5625em 0 3.375em;
  }
  .pc_navi > ul > li:nth-last-child(2) > .subInner {
    right: 175%;
  }
  .pc_navi > ul .col2 > .subInner {
    width: 31.25em;
  }
  .pc_navi > ul .col2 > .subInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col2 > .subInner ul li {
    width: 50%;
  }
  .pc_navi > ul .col3 > .subInner {
    width: 55.3125em;
  }
  .pc_navi > ul .col3 > .subInner .subInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col3 > .subInner .subInner ul li {
    width: 33.33%;
  }
  .pc_navi > ul .col_spec > .subInner {
    width: 73.3125em;
  }
  .pc_navi > ul .col_spec > .subInner li.tl_mn > a {
    padding: 0 0 0 1em;
    font-size: 1.25em;
    border-bottom: 0;
    margin-top: 1em;
    font-family: var(--f-mincho);
    pointer-events: none;
  }
  .pc_navi > ul .col_spec > .subInner li.tl_mn > a::before {
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background-color: #ffffff;
    left: 0;
    margin-top: 0;
  }

  .pc_navi > ul .col_spec > .subInner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col_spec > .subInner > ul > li {
    width: 25%;
  }
  .pc_navi > ul .col_spec > .subInner .subInner ul li {
    padding: 0;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu01 {
    width: 31%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 64%;
    margin-top: 0;
  }
  .pc_navi > ul .col_spec > .subInner li.col5{width: 100%;}
  .pc_navi > ul .col_spec > .subInner li.col5 ul{
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 11.9375em;
    align-items: flex-start;
  }
  .pc_navi > ul .col_spec > .subInner li.col5 ul li{
    width: 24%;
  }
  .pc_navi > ul .col_spec > .subInner li.col5 ul li:last-child{width: 24%;}
  .menu_toggle .inside .ft_link .l_mn01, .menu_toggle .inside .ft_link .l_mn02 {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .l_mn03 > li:nth-child(4), .menu_toggle .inside .ft_link .l_mn03 > li:nth-child(5) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1700px) {
  header {
    font-size: min(16px, 1.033vw);
  }
  .pc_navi {
    width: calc(100% - 5.75em);
  }
  .pc_navi > ul > li > a,
  .pc_navi > ul > li p {
    padding: 0 1.722222em 0.1111111111em;
  }
  .pc_navi > ul > li:nth-last-child(2) > .subInner {
    -webkit-transform: translate(42%, 100%);
            transform: translate(42%, 100%);
  }
  .hamburger-btn {
    margin: 0 1.5625em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .header_top {
    padding-left: 1.625em;
  }
  .menu_toggle .inside .ft_link {
    max-width: 960px;
    font-size: 14px;
  }
  .menu_toggle .inside .ft_link .title {
    margin-bottom: 15px;
  }
  .menu_toggle .inside .ft_link .l_mn03 > li:nth-child(3n+1) {
    width: 34%;
  }
  .menu_toggle .inside .ft_link .l_mn03 > li:nth-child(3n+2) {
    width: 34.5%;
  }
  .menu_toggle .inside .ft_link .l_mn03 > li:nth-child(3n+3) {
    width: 31%;
  }
  .menu_toggle .inside .ft_link .tt_mn{margin-top: 2.0625em;}
  .menu_toggle .inside .ft_link li {
    margin-bottom: 5px;
  }
  .menu_toggle .inside .ft_link .tt_mn >a{margin-bottom: 8px;}
  .menu_toggle .inside .ft_link li.tl_mn {
    margin-bottom: 5px;
  }
  .menu_toggle .inside .ft_link li.tl_mn > a {
	  font-size: 18px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .menu_toggle .inside .ft_link a {
    letter-spacing: 0.05em;
    padding-left: 11px;
  }
  .menu_toggle .inside .ft_link a::before {
    top: 9px;
    left: 4px;
  }
  .pc_navi > ul > li > .subInner > ul li a {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 1.2em;
  }
  .pc_navi > ul > li > .subInner > ul li a::before {
    left: 0.2em;
  }
  .pc_navi > ul .col_spec > .subInner li.col5 ul{height: 9.9375em;}
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  header {
    font-size: min(16px, 1.25vw);
  }
  .pc_navi > ul > li:nth-last-child(2) > .subInner {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
    right: calc(-100% + 68em);
  }
  .pc_navi > ul > li:nth-child(1) > a, .pc_navi > ul > li:nth-child(1) > p {
    padding: 0 0.8em 0.1111111111em;
  }
  .pc_navi > ul > li:nth-child(2) > a, .pc_navi > ul > li:nth-child(2) > p {
    padding: 0 1em 0.1111111111em;
  }
  .pc_navi > ul > li:last-child > a, .pc_navi > ul > li:last-child > p {
    padding: 0 1em 0.1111111111em;
  }
  .pc_navi > ul > li > a,
  .pc_navi > ul > li p {
    padding: 0 1em 0.1111111111em;
    font-size: 1.1em;
  }
.menu_toggle .inside .ft_link .menu01{
	width: 29%;
}
  .menu_toggle .inside .ft_link .menu02 {
    width: 69%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .menu_toggle .inside .ft_link .l_mn03 > li:nth-child(3n+1){width: 35%;}
  .menu_toggle .inside .ft_link .l_mn03 > li:nth-child(3n+2) {
    width: 30.5%;
  }
  .menu_toggle .inside .ft_link .l_mn03 > li:nth-child(3n+3) {
    width: 34%;
  }
  .menu_toggle .inside .ft_link a{letter-spacing: 0;}
  .logo{width: 23%;}
  .right_head{width: 77%;}
  .pc_navi > ul > li:nth-child(1) > a, .pc_navi > ul > li:nth-child(1) > p{padding: 0 1em 0.1111111111em;}
  .pc_navi > ul > li:nth-child(2) > a, .pc_navi > ul > li:nth-child(2) > p{padding: 0 1em 0.1111111111em;}
  .pc_navi > ul > li > a, .pc_navi > ul > li p{padding: 0 1.2em 0.1111111111em;}
  .pc_navi > ul > li > .subInner > ul li a{
    padding-top: 1em;
    padding-bottom: 0.6em;
  }
	.pc_navi > ul .col_spec > .subInner li.col5 ul{height: 13.9375em;}
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery .list .img {
  padding-top: 2em;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 0.625em;
  margin: 0 6px;
}

.time_sheet {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.time_sheet .note {
  margin-top: 1.1875em;
  margin-left: 1.5em;
  letter-spacing: 0.1em;
  color: #2f0705;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet .note p{
  line-height: 1.875;
}
.time_sheet .note .tt_right{width: 60%;letter-spacing: 0.05em;}
.time_sheet .note .tt_left{width: 38%;}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 10.4%;
  border-bottom: 1px solid #2f0705;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 2%;
  padding-right: 0;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 15%;
}
.time_sheet table th {
  padding: 0.4375em 0.2em 0.8125em;
}
.time_sheet table td {
  padding: 1.375em 0.2em 1.0625em;
}
/* .time_sheet table td:first-child {
  font-weight: bold;
} */
.time_sheet table tr:nth-child(3) td {
  padding-bottom: 1em;
  padding-top: 1.125em;
}
.time_sheet.tbl_white .note {
  color: #ffffff;
}
.time_sheet.tbl_white table th, .time_sheet.tbl_white table td {
  border-color: #eaeaea;
}

.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 25px;
  right: 25px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 66px;
  height: 90px;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    -webkit-animation-name: bounces;
            animation-name: bounces;
  }
}
.bounce {
  -webkit-animation-name: bounces;
          animation-name: bounces;
}

.animateds {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  right: 0px;
  z-index: 15;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fixed_banner p {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
  font-family: var(--f-mincho);
  font-weight: 500;
}
.fixed_banner p::before {
  content: "";
  display: block;
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner .mail {
  background-color: #781b17;
}
.fixed_banner .mail p::before {
  width: 1.5714285714em;
  height: 1.3571428571em;
  --mask: url(../images/ic_mail.svg);
}
.fixed_banner .web {
  background-color: #4f0e0b;
}
.fixed_banner .web p::before {
  width: 1.5em;
  height: 1.6428571429em;
  --mask: url(../images/ic_web.svg);
}
.fixed_banner .question {
  background-color: #2f0705;
}
.fixed_banner .question p::before {
  width: 1.7857142857em;
  height: 1.7857142857em;
  --mask: url(../images/ic_question.svg);
}
.fixed_banner .bn_blog {
  background: #ae9730;
}
.fixed_banner .bn_blog p::before {
  width: 1.714285714285714em;
  height: 1.714285714285714em;
  --mask: url(../images/fixed_bn_ic_blog.png);
}
.fixed_banner .bn_column {
  background-color: #917b18;
}
.fixed_banner .bn_column p::before {
  width: 1.571428571428571em;
  height: 1.571428571428571em;
  --mask: url(../images/fixed_bn_ic_column.png);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    top: 28.3em;
    font-size: 10px;
    --size: 9em;
    width: var(--size);
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    border-radius: 4px 0 0 4px;
  }
  .fixed_banner p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4em;
    letter-spacing: 0.08em;
  }
  .fixed_banner .tel p {
    padding-top: 0.1428571429em;
  }
  .fixed_banner .question p {
    padding-top: 0.2857142857em;
  }
  .fixed_banner .question p::before {
    margin-bottom: 0.7142857143em;
  }
  .fixed_banner .web p {
    padding-top: 0.2142857143em;
  }
  .fixed_banner .web p::before {
    margin-bottom: 0.5714285714em;
  }
  .fixed_banner .mail {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .fixed_banner .mail:hover {
    background-color: #b12b24;
  }
  .fixed_banner .mail p {
    padding-top: 0.1428571429em;
  }
  .fixed_banner .mail p::before {
    margin-bottom: 0.6428571429em;
  }
   .fixed_banner .bn_column p::before,  .fixed_banner .bn_blog p::before{
    margin-bottom: 0.6428571429em;
   }
   .fixed_banner .bn_blog:hover{background-color: #a78b10;}
   .fixed_banner .bn_column:hover{background-color: #876f06;}
}
@media only screen and (min-width: 769px) and (max-width: 1800px) {
  .fixed_banner {
    top: calc(50% - 19em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8.75px;
    --size: 8em;
  }
  .fixed_banner p{font-size: 1.3em;}
}
.ft_address {
  padding-top: 21px;
  margin-top: -75px;
  margin-left: 142px;
  position: relative;
  z-index: 0;
}
.ft_address .des {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.p_tel {
  line-height: 1;
  margin-top: 11px;
}
.p_tel a {
  color: var(--clr1);
  font-family: var(--f-mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 36px;
  position: relative;
  padding-left: 0.9722222222em;
  line-height: 1;
}
.p_tel a::before {
  content: "";
  position: absolute;
  top: 0.2222222222em;
  left: 0;
  mask-image: url(../images/ic_tel.svg);
  -webkit-mask-image: url(../images/ic_tel.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--clr1);
  width: 0.6111111111em;
  height: 0.6388888889em;
}

.ft_map {
  max-width: 585px;
  height: 299px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 38px;
}

footer {
  padding: 50px 0 32px;
  position: relative;
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
  border-top: 3px solid #2f0705;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #000;
  text-decoration: none;
}
footer .ft_logo {
  max-width: 526px;
  width: 100%;
  margin-left: 8px;
}
footer .time_sheet {
  max-width: 585px;
}
footer .ft_info {
  width: 47.5%;
  max-width: 606px;
}
footer .ft_link {
  width: 50%;
  padding-top: 8px;
}
.ft_link a {
  text-decoration: none;
}
.ft_link .fblock {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ft_link .title {
  margin-bottom: 29px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  pointer-events: none;
  color: #b09639;
  font-family: var(--f-mincho);
  width: 100%;
  text-transform: uppercase;
  margin-left: 2px;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li.tl_mn {
  margin-bottom: 22px;
}
.ft_link li.tl_mn > a {
  font-weight: 500;
  font-size: 20px;
  font-family: var(--f-mincho);
  padding-left: 4px;
  line-height: 1;
  margin-bottom: 17px;
  pointer-events: none;
}
.ft_link li.tl_mn > a::before {
  display: none;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 15px;
  color: inherit;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  border-radius: 50%;
  background-color: #2f0705;
  width: 3px;
  height: 3px;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
  .ft_link a:hover::before {
    background-color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) {
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu02 {
    margin-top: 36px;
    width: 100%;
  }
  .ft_link .l_mn01 {
    width: 43%;
  }
  .ft_link .l_mn02 {
    width: 56.5%;
  }
  .ft_link .l_mn03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
 .ft_link .l_mn03 > li:nth-child(3n+1) {
    width: 34%;
  }
  .ft_link .l_mn03 > li:nth-child(3n+2) {
    width: 33.5%;
  }
  .ft_link .l_mn03 > li:nth-child(3n+3) {
    width: 32.5%;
  }
  .ft_link .tt_mn{margin-top: 33px;}
  .ft_link .tt_mn >a{
    margin-bottom: 16px;
  }
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 28px 0px 22px;
  position: relative;
  z-index: 1;
  background-color: #2f0705;
}
.copyright .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 40px;
}
.copyright .textwidget {
  display: block;
  margin-top: -1px;
  line-height: 24px;
  padding-left: 26px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 31px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  line-height: inherit;
  letter-spacing: 0.17em;
  font-size: 14px;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
  margin-left: 2px;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 158px;
}

@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .ft_link a {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .time_sheet .note {
    margin-left: 1.8vw;
  }
  .time_sheet .note .tt_left, .time_sheet .note .tt_right{width: 100%;}
  .time_sheet .note .tt_left{margin-bottom: 10px;}
  .time_sheet table {
    font-size: min(14px, 1.5vw);
  }
  .time_sheet table td, .time_sheet table th {
    width: 10.4%;
  }
  .time_sheet table td:first-child, .time_sheet table th:first-child {
    width: auto;
  }
  .time_sheet table td:last-child, .time_sheet table th:last-child {
    width: 11%;
  }
  .ft_address {
    margin-left: 115px;
    padding-top: 11px;
    margin-top: -64px;
  }
  .ft_address .des {
    font-size: 16px;
    line-height: 1.8;
  }
  .p_tel a {
    font-size: 32px;
  }
  footer .ft_logo {
    margin-left: 0;
  }
  footer .ft_info {
    width: 45.5%;
  }
  footer .ft_link {
    width: 52%;
  }
  .ft_link .title {
    margin-bottom: 20px;
  }
  .ft_link a {
    letter-spacing: 0;
    padding-left: 12px;
  }
  .ft_link a::before {
    top: 9px;
    left: 4px;
  }
  .ft_link li.tl_mn {
    margin-bottom: 15px;
  }
  .ft_link li.tl_mn > a {
    font-size: 18px;
  }
  .ft_link .menu02 {
    margin-top: 20px;
  }
  .ft_link .l_mn03 > li:nth-child(3n+2) {
    width: 25.5%;
  }
  .ft_link .l_mn03 > li:nth-child(3n+3) {
    width: 31.5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  footer .ft_gr {
    display: table;
    margin: 0 auto;
  }
  footer .ft_logo {
    max-width: 452px;
  }
  footer .ft_info, footer .ft_link {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .ft_link {
    margin-top: 40px;
  }
  footer .time_sheet table th, footer .time_sheet table td {
    width: 11.5%;
  }
  footer .time_sheet table th:first-child, footer .time_sheet table td:first-child {
    padding-left: 0;
    width: auto;
  }
  footer .time_sheet table th:last-child, footer .time_sheet table td:last-child {
    width: 12%;
  }
  footer .ft_link .l_mn03 > li:nth-child(3n+2){width: 32.5%;}
  .copyright .grits img {
    max-width: 135px;
  }
  .copyright .textwidget {
    padding-left: 15px;
    margin-left: 15px;
  }
  .copyright .textwidget p {
    font-size: 12px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/