@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Lato", sans-serif;
  --main-color: #aa6038;
  --clr1: #492109;
  --clr2: #786749;
  --clr3: #b0a188;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius: 10px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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: var(--clr1);
  font-family: var(--f-notosans);
}

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;
}

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.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not(.tel_click, [target*=_blank]) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:not(.tel_click, [target*=_blank]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
  a:not(.tel_click, [target*=_blank]):hover, a:not(.tel_click, [target*=_blank]):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;
}

.br_auto {
  display: inline-block;
}

.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,
li {
  line-height: 2;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  word-break: break-word;
}
p:empty,
li:empty {
  display: none !important;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .b-grid {
    display: -ms-grid;
    display: grid;
  }
  .b-grid .column-star1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
  .b-grid .column-star2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
}
.red {
  color: #F33 !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,
.inner_full {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner_full {
  max-width: 1920px;
  padding: 0;
}

.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 (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media only screen and (min-width: 451px) {
  .sp_450 {
    display: none !important;
  }
}
@media only screen and (min-width: 361px) {
  .sp_320 {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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;
}
.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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  margin-left: auto;
  max-width: 965px;
  position: relative;
  z-index: 2;
  margin-bottom: 8em;
  padding-right: 1.1em;
  font-size: 10px;
}
.TabContainer .TabPager > div {
  position: relative;
  margin: 0;
  width: calc(33.33% - 4px);
  max-width: 280px;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.7em;
  height: 3.1em;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='32px'%3E%3Cpath fill-rule='evenodd' fill='rgb(176, 161, 136)' d='M14.914,30.483 C14.562,31.274 13.438,31.274 13.086,30.483 L0.158,1.405 C-0.136,0.743 0.348,-0.001 1.071,-0.001 L26.929,-0.001 C27.652,-0.001 28.137,0.743 27.842,1.405 L14.914,30.483 Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.TabContainer .TabPager > div .tt {
  padding: 0.6818181818em 0.6818181818em 0.8181818182em;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid var(--clr1);
  color: var(--clr1);
  background-color: #ffffff;
  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;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.TabContainer .TabPager > div.active {
  z-index: 1;
}
.TabContainer .TabPager > div.active::before {
  opacity: 1;
}
.TabContainer .TabPager > div.active .tt {
  background-color: #b0a188;
  color: #ffffff;
  border-color: #b0a188;
  font-weight: 400;
}

@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:hover .tt {
    background-color: #b0a188;
    color: #ffffff;
    border-color: #b0a188;
    font-weight: 400;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .TabContainer .TabPager {
    width: 68%;
    margin-bottom: 4.9em;
  }
  .TabContainer .TabPager > div .tt {
    font-size: min(18px, 1.4vw);
    padding: 0.6818181818em 0.18181818em 0.8181818182em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .TabContainer .TabPager {
    font-size: min(10px, 0.8vw);
    margin-top: 2em;
    
  }
  .TabContainer .TabPager > div .tt {font-size: 1.8em;}

}
.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;
}

.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);
}

.en {
  font-family: var(--f-en);
}

.btn a {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: none;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
  border-radius: 50px;
  padding: 0.5555555556em 1.1111111111em;
  min-height: 3.444444444em;
  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;
}
.btn a:hover {
  opacity: 1;
  color: #ffffff;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.4444444444em;
  height: 0.4444444444em;
  right: 1.1666666667em;
  top: 0;
  bottom: 0;
  margin: auto;
  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: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #ffffff;
}
.btn.style01 {
  width: 100%;
  max-width: 280px;
}
.btn.style01 a {
  background-color: #aa6038;
  background-size: 200% auto;
  background-image: linear-gradient(135deg, rgba(200, 151, 114, 0.5) 35%, rgba(170, 96, 56, 0.5) 60%);
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .btn.style01 a:not([target*=_blank]):hover {
    background-position: right center;
  }
  .btn.style01 a:not([target*=_blank]):hover::after {
    right: 0.5em;
  }
}
.btn.style02 {
  width: 100%;
  max-width: 280px;
}
.btn.style02 a {
  border: 1px solid #ffffff;
  background-color: transparent;
  background-image: none;
}
@media only screen and (min-width: 769px) {
  .btn.style02 a:not([target*=_blank]):hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .btn.style02 a:not([target*=_blank]):hover::after {
    right: 0.5em;
  }
}
.btn.style03 {
  width: 100%;
  max-width: 280px;
}
.btn.style03 a {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  background-image: none;
  color: #716246;
  font-weight: 500;
}
.btn.style03 a::after {
  background-color: #716246;
}
@media only screen and (min-width: 769px) {
  .btn.style03 a:not([target*=_blank]):hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
  }
  .btn.style03 a:not([target*=_blank]):hover::after {
    right: 0.5em;
    background-color: #ffffff;
  }
}

.btn-group {
  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;
}
.btn-group .btn {
  margin-right: 15px;
  width: calc((100% - 15px) / 2);
}
.btn-group .btn:last-child {
  margin-right: 0;
}
.btn-group .btn a {
  height: 100%;
}

.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;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  body {
    font-size: 87.5%;
  }
  .btn a {
    font-size: 16px;
  }
  .btn a::after {
    right: 0.8em;
  }
  .btn-group .btn {
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           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-hd: 10em;
  height: var(--h-hd);
  z-index: 20;
  font-size: 10px;
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .header_top,
.ovh header .header_top {
  padding-top: 0.5em;
}

.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: 2.5em 3.8em 0.5em 5.1em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 25%;
  max-width: 43.1em;
  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;
  -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;
}

.h-line {
  max-width: 3.2em;
  margin: 0.4em 4.6em 0 2.9em;
}

.pc_navi {
  width: 100%;
  margin-top: 0.2em;
}
.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;
  margin: 0 2.8em;
}
.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%);
  width: 0.3333333333em;
  height: 0.3333333333em;
  position: absolute;
  bottom: -0.2222222222em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #492109;
}
.pc_navi > ul > li.menu-item-has-children:hover > a::after,
.pc_navi > ul > li.menu-item-has-children:hover > p::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.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-weight: 500;
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #694832;
}
.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 > .subInner {
  position: absolute;
  width: 25em;
  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: 15px;
}
.pc_navi > ul > li > .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul > li > .subInner > ul {
  background-color: var(--main-color);
  padding-bottom: 10px;
}
.pc_navi > ul > li > .subInner > ul li {
  padding: 0 10px;
}
.pc_navi > ul > li > .subInner > ul li a {
  position: relative;
  display: block;
  padding: 0.5em 0.6em 0.5em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.4em;
  font-weight: 500;
  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%);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 > .subInner {
    width: 56em;
  }
  .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: 79em;
  }
  .pc_navi > ul .col3 > .subInner > ul {
    padding-top: 10px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
  }
   .pc_navi > ul .col3 > .subInner > ul >li.mn_w_full{width: 100%;}
   .pc_navi > ul .col3 > .subInner > ul >li{width: 33.33%;}
   .pc_navi > ul .col3 li ul li{width: 100%;}   
  .pc_navi > ul .col3 .mn_w_full ul li {
    width: 33.3333%;
  }
  .pc_navi > ul .col3 .mn_tl:not(:first-child) {
    margin-top: 15px;
  }
  .pc_navi > ul .col3 .mn_tl > a {
    pointer-events: none;
    padding: 0 0 0 1.1em;
    font-weight: bold;
    font-size: 1.8em;
    border-bottom: 0;
  }
  .pc_navi > ul .col3 .mn_tl > a::before {
    content: "";
    width: round(0.7em, 1px);
    height: round(0.7em, 1px);
    border-radius: 50%;
    background-color: #ffffff;
    top: 0.7777778em;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .pc_navi > ul .col3 .mn_tl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu_toggle .inside .ft_link {
    padding: 20px 20px 20px;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_toggle .inside .ft_link li {
    margin-bottom: 0.625em;
  }
  .menu_toggle .inside .ft_link .title {
    margin-bottom: 0.68181818em;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
    font-size: 1.6em;
    padding: 0;
  }
  .menu_toggle .inside .ft_link .menu01 > ul {
    max-height: 7em;
  }
  .menu_toggle .inside .ft_link .menu03 > ul{
    max-height: 9em;
  }
  .menu_toggle .inside .ft_link .menu05 > ul {
    max-height: 15em;
  }
  .menu_toggle .inside .ft_link .menu06 > ul {
    max-height: 14em;
  }
  .menu_toggle .inside .ft_link .menu06 .mn-space {
    margin-top: 2.125em;
  }
  .menu_toggle .inside .ft_link .mn-row{margin-bottom: 1em;}
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .header_top {
    padding-right: 3.1em;
  }
  .h-line {
    margin: 0.4em 2.6em 0 0.9em;
  }
  .pc_navi > ul > li {
    margin: 0 1.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .menu_toggle .inside .ft_link {
    padding: 10px 20px 10px;
    max-width: 1036px;
  }
  .menu_toggle .inside .ft_link .link_list {
    font-size: min(14px, 1.5vw);
  }
  .menu_toggle .inside .ft_link li {
    margin-bottom: 0.4em;
  }
  .menu_toggle .inside .ft_link a {
    padding-left: 0.8em;
    letter-spacing: 0;
  }
  .menu_toggle .inside .ft_link .mn-row {
    margin-bottom: 1em;
  }
  .menu_toggle .inside .ft_link .title {
    margin-bottom: 0.4em;
    letter-spacing: 0.05em;
  }

  .menu_toggle .inside .ft_link .menu03 > ul{max-height: 9em;}
  .menu_toggle .inside .ft_link .menu05 > ul {
    max-height: 12em;
  }
  .menu_toggle .inside .ft_link .menu06 > ul {
    max-height: 13em;
  }
  .menu_toggle .inside .ft_link .menu06 > ul li:last-child {
    width: 45%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  header {
    font-size: min(10px, 0.85vw);
  }
  .header_top {
    padding-left: 3em;
    padding-right: 3em;
  }
  .pc_navi > ul > li {
    margin: 0 1.2em;
  }
  .menu_toggle .inside .ft_link .menu01, .menu_toggle .inside .ft_link .menu03 {
    width: 70%;
  }
  .menu_toggle .inside .ft_link .menu02, .menu_toggle .inside .ft_link .menu04 {
    width: 30%;
  }
  .menu_toggle .inside .ft_link .menu05 {
    width: 44%;
  }
  .menu_toggle .inside .ft_link .menu06 {
    width: 53%;
  }
  .menu_toggle .inside .ft_link .menu06 > ul {
    max-height: 13em;
  }
  .menu_toggle .inside .ft_link .menu06 > ul li {
    width: 48%;
  }
  .menu_toggle .inside .ft_link .menu06 > ul li:last-child {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .pc_navi > ul .col3 .mn_tl > a::before {
    top: 0.65em;
  }
}
.idx_gallery {
  padding: 60px 0 60px;
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery .list .img {
  margin: 0 4px;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 0.625em;
  border-radius: 6px;
}

.time_sheet .note {
  margin-top: 15px;
  margin-left: -2px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet .tb-scroll {
  border: 1px solid #716246;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-collapse: collapse;
  font-size: 14px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.time_sheet table th,
.time_sheet table td {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid #e1e1e1;
  width: 4%;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 5%;
  border-left: 0;
}
.time_sheet table th {
  padding: 0;
  color: #ffffff;
  background-color: #6f6247;
  border-color: #ffffff;
  padding: 0.5em 0;
}
.time_sheet table td {
  padding: 0.2857142857em 0.1428571429em 0.3571428571em 0.2142857143em;
  color: #4f422e;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.time_sheet table td.border_bottom {
  border-bottom: 0;
}
.time_sheet table td.rowspan {
  line-height: 1.75;
}
.time_sheet table td.w-sm {
  width: 1.5%;
  padding: 1.6428571429em 0 1.7142857143em;
}
.time_sheet table td.tdColor {
  color: #ffffff;
  background-color: #aea189;
}
.time_sheet table td.bg_afternoon {
  background-color: #f8f5f1;
}
.time_sheet table td.bg_night {
  background-color: #eee8db;
}
.time_sheet table td font {
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0.3571428571em;
}
.time_sheet table td span {
  display: block;
  font-size: 0.7857142857em;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0.40909091em;
}
.time_sheet table tr:nth-child(1) th {
  border-top: 0;
}
.time_sheet table tr:nth-child(1) th:last-child {
  border-right: 0;
}
.time_sheet table tr:last-child td {
  border-bottom: 0;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.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: 10px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  border: 0px;
  width: 66px;
  height: 66px;
  margin: 0;
  background-color: #6f4f3c;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.totop .icon span {
  position: relative;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
}
.totop .icon span::before {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 8px;
  margin: 0 auto 4px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@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: 0.3s ease-in-out;
  transition: 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 {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner p .tt {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.fixed_banner p .tt::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 .tel p {
  background-image: linear-gradient(135deg, rgba(105, 72, 50, 0.5) 0%, rgba(170, 96, 56, 0.5) 100%);
  background-color: #694832;
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.1875em;
  width: 1.4375em;
  height: 1.4375em;
  --mask: url("../images/ic_tel.svg");
}
.fixed_banner .web p {
  background-image: linear-gradient(135deg, rgba(105, 72, 50, 0.5) 0%, rgba(170, 96, 56, 0.5) 100%);
  background-color: #694832;
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.1875em;
  width: 2em;
  height: 2em;
  --mask: url("../images/ic_web01.svg");
}
.fixed_banner .online p {
  background-image: linear-gradient(135deg, rgba(105, 72, 50, 0.5) 0%, rgba(170, 96, 56, 0.5) 100%);
  background-color: #694832;
}
.fixed_banner .online p .tt::before {
  margin-bottom: 0.1875em;
  width: 1.5em;
  height: 2em;
  --mask: url("../images/ic_web02.svg");
}
.fixed_banner .f_line p{
  background-color: #06c755;
}
.fixed_banner .f_line p .tt::before {
  margin-bottom: 0.1875em;
  width: 2.2em;
  height: 2.2em;
  background: url("../images/ic_line02.svg") no-repeat center/contain;
  mask-image: unset;
  -webkit-mask-image: unset;
}
.fixed_banner .f_yt p {
  background-color: #871212;
}
.fixed_banner .f_yt p .tt::before {
  margin-bottom: 0.1875em;
  width: 2.25em;
  height: 1.5em;
  background: url("../images/icon_youtube.svg") no-repeat center/contain;
  mask-image: unset;
  -webkit-mask-image: unset;
}

.ai-chat {
  position: fixed;
  bottom: 60px;
  right: 50px;
  max-width: 36em;
  width: 100%;
  height: 11em;
  font-size: 10px;
  z-index: 10;
  -webkit-transition: position 0.3s ease, right 0.3s ease, bottom 0.3s ease opacity 0.3s ease;
  transition: position 0.3s ease, right 0.3s ease, bottom 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .ai-chat.active {
    bottom: 20px;
    right: 100px;
  }
  .ai-chat:hover{
    opacity: 0.8;
  }
}
.ai-chat .box-in {
  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;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid var(--clr1);
  border-radius: 6px;
  position: relative;
  padding: 1em 2em 1em 0;
}
.ai-chat .box-in::after {
  content: "";
  position: absolute;
  right: 1.2em;
  bottom: 0.7em;
  background: url(../images/dot.png) no-repeat center/contain;
  width: 2.4em;
  height: 0.6em;
}
.ai-chat figure {
  width: 9.4em;
  border-radius: 50%;
  position: relative;
}
.ai-chat figure::before {
  content: "";
  inset: 0;
  position: absolute;
  border: 1px solid #d1cabe;
  border-radius: 50%;
}
.ai-chat .bnr-tl {
  font-size: 2.4em;
  font-weight: 500;
  color: #694832;
  line-height: 1.33;
  position: relative;
  padding-left: 0.5416666667em;
  padding-right: 1.625em;
  padding-bottom: 0.2083333333em;
}
.ai-chat .bnr-tl .label {
  color: #fff;
  background-color: #aea189;
  font-size: 0.5833333333em;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1;
  width: 5.7142857143em;
  padding: 0.1428571429em 0.3571428571em;
  position: absolute;
  top: 0.6428571429em;
  right: 0.2142857143em;
}

.fix-bnr {
  position: fixed;
  bottom: 60px;
  left: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75em;
  font-size: 10px;
  -webkit-transition: position 0.3s ease, left 0.3s ease, bottom 0.3s ease;
  transition: position 0.3s ease, left 0.3s ease, bottom 0.3s ease;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  .fix-bnr.active {
    left: 15px;
    bottom: 20px;
  }
  .fix-bnr.ac {
    bottom: 60px;
  }
}
.fix-bnr .item {
  max-width: 24em;
  width: calc(50% - 1em);
  height: 9em;
  margin-right: 1em;
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: #aea189;
  position: relative;
}
.fix-bnr .item .box-in {
  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;
  width: 100%;
  height: 100%;
  padding: 1em 1.4em 1em 1.9em;
}
.fix-bnr .item figure {
  width: 5.6em;
}
.fix-bnr .item .bnr-tl {
  width: calc(100% - 3.11111111em);
  padding-left: 0.5em;
  padding-bottom: 0.2222222222em;
  font-size: 1.8em;
  line-height: 1.556;
  color: #fff;
}
.fix-bnr .item.bnr-contact {
  background-image: linear-gradient(135deg, rgba(105, 72, 50, 0.5) 0%, rgba(170, 96, 56, 0.5) 100%);
}
.fix-bnr .item.bnr-web {
  background-image: linear-gradient(135deg, rgba(105, 72, 50, 0.5) 0%, rgba(170, 96, 56, 0.5) 100%);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    top: 14em;
    --size: 9em;
    width: 9em;
  }
  .fixed_banner.active {
    top: 15em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 1px;
  }
  .fixed_banner p {
    width: 100%;
    height: 100%;
    border-radius: 6px 0 0 6px;
  }
  .fixed_banner p .tt {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .fixed_banner .tel {
    --w_tel: 24em;
    -webkit-transform: translateX(calc(-var(--size) - var(--w_tel)));
            transform: translateX(calc(-var(--size) - var(--w_tel)));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fixed_banner .tel .tt {
    padding-top: 0.1875em;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.45em;
  }
  .fixed_banner .tel:hover {
    -webkit-transform: translateX(calc(0em - var(--w_tel)));
            transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover a {
    width: calc(var(--size) + var(--w_tel));
  }
  
  .fixed_banner .tel .ov {
    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;
    background-image: linear-gradient(170deg, rgba(105, 72, 50, 0.5) 0%, rgba(170, 96, 56, 0.5) 100%);
    background-color: #694832;
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    width: var(--w_tel);
    border-left: 1px solid #fff;
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.5em;
  }
  .fixed_banner .web {
    height: 14em;
  }
  .fixed_banner .web p {
    padding-top: 0.3em;
  }
  .fixed_banner .online {
    height: 14em;
  }
  .fixed_banner .online:hover p {
    background-image: linear-gradient(135deg, rgb(105, 72, 50) 0%, rgba(170, 96, 56, 0) 100%);
  }
  .fixed_banner .online p {
    padding-top: 0.3em;
  }
  .under .fix-bnr:not(.active, .ac), .under .ai-chat {
    position: absolute;
    bottom: 30px;
  }
  .under .ai-chat {
    right: 100px;
  }
  .under .ai-chat.active {
    position: fixed;
    right: 90px;
    bottom: 20px;
  }
  .fix-bnr .item.bnr-contact:hover{
    background-color: #776a52;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .fixed_banner {
    top: 22em;
  }
  .fix-bnr {
    font-size: min(8px, 1vw);
    width: 77em;
    left: 20px;
  }
  .fix-bnr .item {
    max-width: 25em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    top: 16.3em;
    font-size: 7.5px;
  }
  .fix-bnr {
    position: absolute;
    bottom: 95px;
  }
  .fix-bnr.active {
    position: fixed;
  }
  .ai-chat {
    bottom: 95px;
    right: 85px;
    font-size: min(8px, 0.84vw);
    position: absolute;
  }
  .ai-chat.active {
    right: 85px;
    position: fixed;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px){
  .ai-chat{
    font-size: min(8px, 0.65vw);
  }
  .fix-bnr{font-size: min(8px, 0.8vw);}

}
@media only screen and (min-width: 769px) and (max-height: 620px) {
  .totop {
    right: 100px;
  }
}
footer {
  position: relative;
}
footer .ft-menu01 {
  padding: 78px 0 74px;
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
}
footer .ft-menu02 {
  padding: 89px 0 80px;
}
footer .ft-menu02 >.fblock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}
footer .ft_logo {
  padding: 0px 0 39px;
  max-width: 431px;
}
footer .ft_info {
  width: 47%;
  padding-left: 21px;
}
@media only screen and (min-width: 769px) {
  footer .ft_info {
    margin-top: -19px;
  }
}
footer .ft-traffic {
  width: 52%;
  margin-top: -0.9em;
}
footer .ft_link .menu06 {
  padding-top: 3.1875em;
}

.ft-bnr {
  margin-top: 40px;
}
.ft-bnr .bnr-it {
  max-width: 500px;
  width: calc(50% - 22px);
  margin: 11px;
}

.box-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --w: 108px;
  margin-bottom: 25px;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.box-info dl:last-child {
  margin-bottom: 0;
}
.box-info dt, .box-info dd {
  line-height: 1.778;
  font-weight: 500;
}
.box-info dt {
  width: var(--w);
}
.box-info dd {
  width: calc(100% - var(--w));
}
.box-info a {
  color: var(--main-color);
  font-size: 1.6666666667em;
  line-height: 0.77;
  font-weight: 400;
  letter-spacing: 0.085em;
  text-decoration: none;
}
.ft-time .time-tl{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.ft-time .time-tl .sm{
  font-size: 0.8em;
  color: #908468;
  padding-left: 0.625em;
}
.tbl-bg{
  padding: 1em 2em 2em;
  margin-bottom: 1em;
  font-size: 10px;
}
.tbl-bg.tbl01{
  background-color: #6f6244;
}
.tbl-bg.tbl02{
  background-color: #928469;
}
.tbl-bg.tbl03{
  background-color: #f7f8f7;
}
.tbl-time th, .tbl-time td{
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 0.875em 0.2em 0.9375em;
  width: 8.5%;
  font-weight: 400;
  font-size: 1.6em;
}
.tbl-time th:first-child , .tbl-time td:first-child{
  width: auto;
}
.tbl-bg.tbl03 .tbl-time th, .tbl-bg.tbl03 .tbl-time td{
  color: var(--clr1);
  width: 10.5%;
}
.tbl-bg.tbl03 .tbl-time th:first-child , .tbl-bg.tbl03 .tbl-time td:first-child{
  width: auto;
}
.tbl-time td span{
  font-size: 0.875em;
  line-height: 1;
  text-align: center;
  padding: 0.3571428571428571em;
  width: 4.428571428571429em;
  display: inline-block;
  margin-right: 0.7142857142857143em;
}
.tbl01 .tbl-time td span{
  background-color: #a18c5d;
}
.tbl01 .tt-note{color: #6f6244;}
.tbl02 .tbl-time td span{
  background-color: #aca08b;
}
.tbl01 .t-note p{color: #928469;}
footer .ft-menu02 .t-note{
  align-items: flex-start;
}
.tt-reception{
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
 footer .ft-menu02 .ft-time{
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 0;
    align-items: flex-start;
    justify-content: center;
  }
  .ft-time .col-time{
    width: 49%;
    max-width: 584px;
  }
  .ft-time .col-time:first-child{
    margin-right: 2%;
  }
}

.ft-traffic {
  margin: 0 -1em 0;
  max-width: 661px;
  font-size: 10px;
}
.ft-traffic .item {
  width: calc(33.3333333333% - 2em);
  margin: 1em;
  border: 1px solid #a8a294;
  border-radius: 6px;
  background-color: #f3f0eb;
  text-align: center;
  padding: 1.5em 0.5em 2.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ft-traffic .traffic-tl {
  color: var(--clr1);
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 1.6em;
  margin-bottom: 0.625em;
}
.ft-traffic .traffic-txt {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  min-height: 3.333333333em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ft-traffic .traffic-img {
  width: 9em;
  height: 9em;
  background-color: #a8a294;
  margin: 0 auto 1.5em;
  border-radius: 50%;
}

.ft_link .title {
  margin-bottom: 1.3636363636em;
  padding-left: 0;
  font-size: 1.375em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  color: #aa6038;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 1.125em;
  letter-spacing: 0.1em;
  color: var(--clr1);
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
}
.ft_link a::before {
  content: "";
  width: round(0.375em, 1px);
  height: round(0.3125em, 1px);
  background: url(../images/mn-illus.svg) no-repeat center/contain;
  position: absolute;
  top: 0.6875em;
  left: 0.1875em;
}
.ft_link a:hover {
  opacity: 1;
}
.ft_link a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 0;
  border-bottom: 1px solid;
  bottom: 0;
  left: 1.125em;
}
.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::after {
    width: calc(100% - 1em);
  }
}
.ft_link .mn-row {
  margin-bottom: 1.5625em;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list {
    padding: 0 20px 0 27px;
  }
  .ft_link .menu01 > ul, .ft_link .menu03 > ul, .ft_link .menu05 > ul, .ft_link .menu06 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .ft_link .menu01, .ft_link .menu03 {
    width: 77.5%;
  }
  .ft_link .menu01 > ul {
    max-height: 10em;
  }
  .ft_link .menu03 > ul{
    max-height: 11em;
  }
  .ft_link .menu01 > ul li, .ft_link .menu03 > ul li {
    width: 32%;
  }
  .ft_link .menu01 > ul li:nth-child(1), .ft_link .menu01 > ul li:nth-child(2), .ft_link .menu01 > ul li:nth-child(3), .ft_link .menu03 > ul li:nth-child(1), .ft_link .menu03 > ul li:nth-child(2), .ft_link .menu03 > ul li:nth-child(3) {
    width: 29.5%;
  }
  .ft_link .menu02, .ft_link .menu04 {
    width: 22%;
  }
  .ft_link .menu05, .ft_link .menu06 {
    width: 48%;
  }
  .ft_link .menu05 > ul {
    max-height: 17em;
  }
  .ft_link .menu05 > ul li {
    width: 49%;
  }
  .ft_link .menu06 {
    padding-top: 2.1875em;
  }
  .ft_link .menu06 > ul {
    max-height: 18em;
  }
  .ft_link .menu06 > ul li {
    width: 45.9%;
  }
  .ft_link .menu06 > ul li:last-child {
    width: 42%;
  }
  .ft_link .menu06 .mn-space {
    margin-top: 2.625em;
  }
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 20px 0px 21px;
  position: relative;
  z-index: 1;
  background-color: var(--clr1);
}
.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 .inner_big {
  max-width: 1278px;
}
.copyright .textwidget {
  display: block;
  margin-top: 2px;
  line-height: 20px;
  padding-left: 22px;
  padding-bottom: 3px;
  margin-left: 23px;
  border-left: 1px solid #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 120px;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .ft_info {
    padding-left: 10px;
    width: 48%;
  }
  footer .ft_logo {
    padding-bottom: 15px;
  }
  footer .ft-menu01 {
    padding: 50px 0;
  }
  footer .ft-menu02 {
    padding: 50px 0;
  }
  .ft-traffic {
    font-size: min(10px, 0.8vw);
  }
  .ft-traffic .item {
    width: calc(33.3333333333% - 1em);
    margin: 0.5em;
  }
  .ft_link .menu01, .ft_link .menu03 {
    width: 75%;
  }
  .ft_link .menu01 > ul li, .ft_link .menu03 > ul li {
    width: 34%;
  }
  .ft_link .menu01 > ul li:nth-child(1), .ft_link .menu01 > ul li:nth-child(2), .ft_link .menu01 > ul li:nth-child(3), .ft_link .menu03 > ul li:nth-child(1), .ft_link .menu03 > ul li:nth-child(2), .ft_link .menu03 > ul li:nth-child(3), .ft_link .menu03 > ul li:nth-child(4) {
    width: 32%;
  }
  .ft_link .menu02, .ft_link .menu04 {
    width: 25%;
  }
  .ft_link .menu06 {
    width: 50%;
  }
  .ft_link .menu06 > ul li:last-child {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .time_sheet table {
    font-size: min(14px, 1.15vw);
  }
  .box-info dl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer .ft_link .menu06 {
    padding-top: 2.55em;
    width: 55%;
  }
  .ft_link .title {
    margin-bottom: 0.8em;
  }
  .ft_link a {
    padding-left: 0.8em;
    letter-spacing: 0;
  }
  .ft_link a::after {
    left: 0.8em;
  }
  .ft_link .menu01, .ft_link .menu03 {
    width: 68%;
  }
  .ft_link .menu01 > ul li:nth-child(1), .ft_link .menu01 > ul li:nth-child(2), .ft_link .menu01 > ul li:nth-child(3), .ft_link .menu03 > ul li:nth-child(1), .ft_link .menu03 > ul li:nth-child(2), .ft_link .menu03 > ul li:nth-child(3), .ft_link .menu03 > ul li:nth-child(4) {
    width: 25%;
  }
  .ft_link .menu02, .ft_link .menu04 {
    width: 32%;
  }
  .ft_link .menu05 {
    width: 44%;
  }
  .ft_link .menu05 > ul li {
    width: 38%;
  }
  .ft_link .menu05 > ul li:nth-last-child(-n+4) {
    width: 56%;
  }
  .ft_link .menu06 {
    width: 56%;
    padding-top: 1.98em;
  }
  .ft-time{
    margin-top: 25px;
  }
  .ft-time .time-tl{font-size: min(20px, 1.9vw);}
  .tbl-bg{font-size: min(10px, 0.85vw);}
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .ft_link .link_list {
    padding: 0;
  }
  .ft-traffic .traffic-tl {
    font-size: 1.8em;
  }
  .ft-traffic .item {
    padding: 1.5em 0em 2.6em;
  }
  footer .ft_info {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  footer .ft_logo {
    margin: 0 auto;
  }
  footer .ft-traffic {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 8px;
    margin: 20px auto 0;
  }
  footer .ft_link{font-size: min(14px, 1.6vw);}
  footer .ft_link .menu01, footer .ft_link .menu03{
    width: 71%;
  }
  footer .ft_link .menu02, footer .ft_link .menu04{width: 29%;}
}
/* #ogawa-chatbot-container {
    position: fixed !important;
    width: 300px !important;
    height: 300px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    top: auto !important;
    pointer-events: none !important;
    z-index: 999997 !important;
}

#ogawa-chatbot-iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    pointer-events: auto !important;
} */
/* .modal-chat {
    position: fixed;
    right: 85px;
    bottom: 0;
    width: 124px;
    height: 137px;
    z-index: 12;
}

.modal-chat iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.modal-chat-trigger {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

.modal-chat.active {
    width: 400px;
    height: 500px;
    z-index: 999;
}

.modal-chat.active .modal-chat-trigger {
    display: none;
} */

/* .modal-chat iframe {
    width: min(500px, 90vw);
    height: min(700px, 90vh);
    border: 0;
    background: transparent;
} */
 #ogawa-chatbot-container{
  z-index: 1 !important;
  right: 70px !important;
  /* width: auto !important;
  height: auto !important; */
  overflow: hidden;
 }
 #ogawa-chatbot-container.active{
  width: 100% !important;
  height: 100% !important;
 }
 .ogawa-chatbot-iframe{
  width: 100vw !important;
  height: 100vh !important;
 }
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/